Documentation ¶
Overview ¶
Package clouddirectory provides the client and types for making API requests to Amazon CloudDirectory.
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 (https://aws.amazon.com/directoryservice/) and the AWS Directory Service Administration Guide (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html).
See https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10 for more information on this service.
See clouddirectory package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/clouddirectory/
Using the Client ¶
To Amazon CloudDirectory with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon CloudDirectory client CloudDirectory for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/clouddirectory/#New
Index ¶
- Constants
- type AddFacetToObjectInput
- func (s AddFacetToObjectInput) GoString() string
- func (s *AddFacetToObjectInput) SetDirectoryArn(v string) *AddFacetToObjectInput
- func (s *AddFacetToObjectInput) SetObjectAttributeList(v []AttributeKeyAndValue) *AddFacetToObjectInput
- func (s *AddFacetToObjectInput) SetObjectReference(v *ObjectReference) *AddFacetToObjectInput
- func (s *AddFacetToObjectInput) SetSchemaFacet(v *SchemaFacet) *AddFacetToObjectInput
- func (s AddFacetToObjectInput) String() string
- func (s *AddFacetToObjectInput) Validate() error
- type AddFacetToObjectOutput
- type AddFacetToObjectRequest
- type ApplySchemaInput
- type ApplySchemaOutput
- type ApplySchemaRequest
- type AttachObjectInput
- func (s AttachObjectInput) GoString() string
- func (s *AttachObjectInput) SetChildReference(v *ObjectReference) *AttachObjectInput
- func (s *AttachObjectInput) SetDirectoryArn(v string) *AttachObjectInput
- func (s *AttachObjectInput) SetLinkName(v string) *AttachObjectInput
- func (s *AttachObjectInput) SetParentReference(v *ObjectReference) *AttachObjectInput
- func (s AttachObjectInput) String() string
- func (s *AttachObjectInput) Validate() error
- type AttachObjectOutput
- type AttachObjectRequest
- type AttachPolicyInput
- func (s AttachPolicyInput) GoString() string
- func (s *AttachPolicyInput) SetDirectoryArn(v string) *AttachPolicyInput
- func (s *AttachPolicyInput) SetObjectReference(v *ObjectReference) *AttachPolicyInput
- func (s *AttachPolicyInput) SetPolicyReference(v *ObjectReference) *AttachPolicyInput
- func (s AttachPolicyInput) String() string
- func (s *AttachPolicyInput) Validate() error
- type AttachPolicyOutput
- type AttachPolicyRequest
- type AttachToIndexInput
- func (s AttachToIndexInput) GoString() string
- func (s *AttachToIndexInput) SetDirectoryArn(v string) *AttachToIndexInput
- func (s *AttachToIndexInput) SetIndexReference(v *ObjectReference) *AttachToIndexInput
- func (s *AttachToIndexInput) SetTargetReference(v *ObjectReference) *AttachToIndexInput
- func (s AttachToIndexInput) String() string
- func (s *AttachToIndexInput) Validate() error
- type AttachToIndexOutput
- type AttachToIndexRequest
- type AttachTypedLinkInput
- func (s AttachTypedLinkInput) GoString() string
- func (s *AttachTypedLinkInput) SetAttributes(v []AttributeNameAndValue) *AttachTypedLinkInput
- func (s *AttachTypedLinkInput) SetDirectoryArn(v string) *AttachTypedLinkInput
- func (s *AttachTypedLinkInput) SetSourceObjectReference(v *ObjectReference) *AttachTypedLinkInput
- func (s *AttachTypedLinkInput) SetTargetObjectReference(v *ObjectReference) *AttachTypedLinkInput
- func (s *AttachTypedLinkInput) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *AttachTypedLinkInput
- func (s AttachTypedLinkInput) String() string
- func (s *AttachTypedLinkInput) Validate() error
- type AttachTypedLinkOutput
- type AttachTypedLinkRequest
- type AttributeKey
- type AttributeKeyAndValue
- func (s AttributeKeyAndValue) GoString() string
- func (s *AttributeKeyAndValue) SetKey(v *AttributeKey) *AttributeKeyAndValue
- func (s *AttributeKeyAndValue) SetValue(v *TypedAttributeValue) *AttributeKeyAndValue
- func (s AttributeKeyAndValue) String() string
- func (s *AttributeKeyAndValue) Validate() error
- type AttributeNameAndValue
- func (s AttributeNameAndValue) GoString() string
- func (s *AttributeNameAndValue) SetAttributeName(v string) *AttributeNameAndValue
- func (s *AttributeNameAndValue) SetValue(v *TypedAttributeValue) *AttributeNameAndValue
- func (s AttributeNameAndValue) String() string
- func (s *AttributeNameAndValue) Validate() error
- type BatchAddFacetToObject
- func (s BatchAddFacetToObject) GoString() string
- func (s *BatchAddFacetToObject) SetObjectAttributeList(v []AttributeKeyAndValue) *BatchAddFacetToObject
- func (s *BatchAddFacetToObject) SetObjectReference(v *ObjectReference) *BatchAddFacetToObject
- func (s *BatchAddFacetToObject) SetSchemaFacet(v *SchemaFacet) *BatchAddFacetToObject
- func (s BatchAddFacetToObject) String() string
- func (s *BatchAddFacetToObject) Validate() error
- type BatchAddFacetToObjectResponse
- type BatchAttachObject
- func (s BatchAttachObject) GoString() string
- func (s *BatchAttachObject) SetChildReference(v *ObjectReference) *BatchAttachObject
- func (s *BatchAttachObject) SetLinkName(v string) *BatchAttachObject
- func (s *BatchAttachObject) SetParentReference(v *ObjectReference) *BatchAttachObject
- func (s BatchAttachObject) String() string
- func (s *BatchAttachObject) Validate() error
- type BatchAttachObjectResponse
- type BatchAttachPolicy
- func (s BatchAttachPolicy) GoString() string
- func (s *BatchAttachPolicy) SetObjectReference(v *ObjectReference) *BatchAttachPolicy
- func (s *BatchAttachPolicy) SetPolicyReference(v *ObjectReference) *BatchAttachPolicy
- func (s BatchAttachPolicy) String() string
- func (s *BatchAttachPolicy) Validate() error
- type BatchAttachPolicyResponse
- type BatchAttachToIndex
- func (s BatchAttachToIndex) GoString() string
- func (s *BatchAttachToIndex) SetIndexReference(v *ObjectReference) *BatchAttachToIndex
- func (s *BatchAttachToIndex) SetTargetReference(v *ObjectReference) *BatchAttachToIndex
- func (s BatchAttachToIndex) String() string
- func (s *BatchAttachToIndex) Validate() error
- type BatchAttachToIndexResponse
- type BatchAttachTypedLink
- func (s BatchAttachTypedLink) GoString() string
- func (s *BatchAttachTypedLink) SetAttributes(v []AttributeNameAndValue) *BatchAttachTypedLink
- func (s *BatchAttachTypedLink) SetSourceObjectReference(v *ObjectReference) *BatchAttachTypedLink
- func (s *BatchAttachTypedLink) SetTargetObjectReference(v *ObjectReference) *BatchAttachTypedLink
- func (s *BatchAttachTypedLink) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *BatchAttachTypedLink
- func (s BatchAttachTypedLink) String() string
- func (s *BatchAttachTypedLink) Validate() error
- type BatchAttachTypedLinkResponse
- type BatchCreateIndex
- func (s BatchCreateIndex) GoString() string
- func (s *BatchCreateIndex) SetBatchReferenceName(v string) *BatchCreateIndex
- func (s *BatchCreateIndex) SetIsUnique(v bool) *BatchCreateIndex
- func (s *BatchCreateIndex) SetLinkName(v string) *BatchCreateIndex
- func (s *BatchCreateIndex) SetOrderedIndexedAttributeList(v []AttributeKey) *BatchCreateIndex
- func (s *BatchCreateIndex) SetParentReference(v *ObjectReference) *BatchCreateIndex
- func (s BatchCreateIndex) String() string
- func (s *BatchCreateIndex) Validate() error
- type BatchCreateIndexResponse
- type BatchCreateObject
- func (s BatchCreateObject) GoString() string
- func (s *BatchCreateObject) SetBatchReferenceName(v string) *BatchCreateObject
- func (s *BatchCreateObject) SetLinkName(v string) *BatchCreateObject
- func (s *BatchCreateObject) SetObjectAttributeList(v []AttributeKeyAndValue) *BatchCreateObject
- func (s *BatchCreateObject) SetParentReference(v *ObjectReference) *BatchCreateObject
- func (s *BatchCreateObject) SetSchemaFacet(v []SchemaFacet) *BatchCreateObject
- func (s BatchCreateObject) String() string
- func (s *BatchCreateObject) Validate() error
- type BatchCreateObjectResponse
- type BatchDeleteObject
- type BatchDeleteObjectResponse
- type BatchDetachFromIndex
- func (s BatchDetachFromIndex) GoString() string
- func (s *BatchDetachFromIndex) SetIndexReference(v *ObjectReference) *BatchDetachFromIndex
- func (s *BatchDetachFromIndex) SetTargetReference(v *ObjectReference) *BatchDetachFromIndex
- func (s BatchDetachFromIndex) String() string
- func (s *BatchDetachFromIndex) Validate() error
- type BatchDetachFromIndexResponse
- type BatchDetachObject
- func (s BatchDetachObject) GoString() string
- func (s *BatchDetachObject) SetBatchReferenceName(v string) *BatchDetachObject
- func (s *BatchDetachObject) SetLinkName(v string) *BatchDetachObject
- func (s *BatchDetachObject) SetParentReference(v *ObjectReference) *BatchDetachObject
- func (s BatchDetachObject) String() string
- func (s *BatchDetachObject) Validate() error
- type BatchDetachObjectResponse
- type BatchDetachPolicy
- func (s BatchDetachPolicy) GoString() string
- func (s *BatchDetachPolicy) SetObjectReference(v *ObjectReference) *BatchDetachPolicy
- func (s *BatchDetachPolicy) SetPolicyReference(v *ObjectReference) *BatchDetachPolicy
- func (s BatchDetachPolicy) String() string
- func (s *BatchDetachPolicy) Validate() error
- type BatchDetachPolicyResponse
- type BatchDetachTypedLink
- type BatchDetachTypedLinkResponse
- type BatchGetObjectInformation
- type BatchGetObjectInformationResponse
- func (s BatchGetObjectInformationResponse) GoString() string
- func (s *BatchGetObjectInformationResponse) SetObjectIdentifier(v string) *BatchGetObjectInformationResponse
- func (s *BatchGetObjectInformationResponse) SetSchemaFacets(v []SchemaFacet) *BatchGetObjectInformationResponse
- func (s BatchGetObjectInformationResponse) String() string
- type BatchListAttachedIndices
- func (s BatchListAttachedIndices) GoString() string
- func (s *BatchListAttachedIndices) SetMaxResults(v int64) *BatchListAttachedIndices
- func (s *BatchListAttachedIndices) SetNextToken(v string) *BatchListAttachedIndices
- func (s *BatchListAttachedIndices) SetTargetReference(v *ObjectReference) *BatchListAttachedIndices
- func (s BatchListAttachedIndices) String() string
- func (s *BatchListAttachedIndices) Validate() error
- type BatchListAttachedIndicesResponse
- func (s BatchListAttachedIndicesResponse) GoString() string
- func (s *BatchListAttachedIndicesResponse) SetIndexAttachments(v []IndexAttachment) *BatchListAttachedIndicesResponse
- func (s *BatchListAttachedIndicesResponse) SetNextToken(v string) *BatchListAttachedIndicesResponse
- func (s BatchListAttachedIndicesResponse) String() string
- type BatchListIncomingTypedLinks
- func (s BatchListIncomingTypedLinks) GoString() string
- func (s *BatchListIncomingTypedLinks) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *BatchListIncomingTypedLinks
- func (s *BatchListIncomingTypedLinks) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *BatchListIncomingTypedLinks
- func (s *BatchListIncomingTypedLinks) SetMaxResults(v int64) *BatchListIncomingTypedLinks
- func (s *BatchListIncomingTypedLinks) SetNextToken(v string) *BatchListIncomingTypedLinks
- func (s *BatchListIncomingTypedLinks) SetObjectReference(v *ObjectReference) *BatchListIncomingTypedLinks
- func (s BatchListIncomingTypedLinks) String() string
- func (s *BatchListIncomingTypedLinks) Validate() error
- type BatchListIncomingTypedLinksResponse
- func (s BatchListIncomingTypedLinksResponse) GoString() string
- func (s *BatchListIncomingTypedLinksResponse) SetLinkSpecifiers(v []TypedLinkSpecifier) *BatchListIncomingTypedLinksResponse
- func (s *BatchListIncomingTypedLinksResponse) SetNextToken(v string) *BatchListIncomingTypedLinksResponse
- func (s BatchListIncomingTypedLinksResponse) String() string
- type BatchListIndex
- func (s BatchListIndex) GoString() string
- func (s *BatchListIndex) SetIndexReference(v *ObjectReference) *BatchListIndex
- func (s *BatchListIndex) SetMaxResults(v int64) *BatchListIndex
- func (s *BatchListIndex) SetNextToken(v string) *BatchListIndex
- func (s *BatchListIndex) SetRangesOnIndexedValues(v []ObjectAttributeRange) *BatchListIndex
- func (s BatchListIndex) String() string
- func (s *BatchListIndex) Validate() error
- type BatchListIndexResponse
- type BatchListObjectAttributes
- func (s BatchListObjectAttributes) GoString() string
- func (s *BatchListObjectAttributes) SetFacetFilter(v *SchemaFacet) *BatchListObjectAttributes
- func (s *BatchListObjectAttributes) SetMaxResults(v int64) *BatchListObjectAttributes
- func (s *BatchListObjectAttributes) SetNextToken(v string) *BatchListObjectAttributes
- func (s *BatchListObjectAttributes) SetObjectReference(v *ObjectReference) *BatchListObjectAttributes
- func (s BatchListObjectAttributes) String() string
- func (s *BatchListObjectAttributes) Validate() error
- type BatchListObjectAttributesResponse
- func (s BatchListObjectAttributesResponse) GoString() string
- func (s *BatchListObjectAttributesResponse) SetAttributes(v []AttributeKeyAndValue) *BatchListObjectAttributesResponse
- func (s *BatchListObjectAttributesResponse) SetNextToken(v string) *BatchListObjectAttributesResponse
- func (s BatchListObjectAttributesResponse) String() string
- type BatchListObjectChildren
- func (s BatchListObjectChildren) GoString() string
- func (s *BatchListObjectChildren) SetMaxResults(v int64) *BatchListObjectChildren
- func (s *BatchListObjectChildren) SetNextToken(v string) *BatchListObjectChildren
- func (s *BatchListObjectChildren) SetObjectReference(v *ObjectReference) *BatchListObjectChildren
- func (s BatchListObjectChildren) String() string
- func (s *BatchListObjectChildren) Validate() error
- type BatchListObjectChildrenResponse
- func (s BatchListObjectChildrenResponse) GoString() string
- func (s *BatchListObjectChildrenResponse) SetChildren(v map[string]string) *BatchListObjectChildrenResponse
- func (s *BatchListObjectChildrenResponse) SetNextToken(v string) *BatchListObjectChildrenResponse
- func (s BatchListObjectChildrenResponse) String() string
- type BatchListObjectParentPaths
- func (s BatchListObjectParentPaths) GoString() string
- func (s *BatchListObjectParentPaths) SetMaxResults(v int64) *BatchListObjectParentPaths
- func (s *BatchListObjectParentPaths) SetNextToken(v string) *BatchListObjectParentPaths
- func (s *BatchListObjectParentPaths) SetObjectReference(v *ObjectReference) *BatchListObjectParentPaths
- func (s BatchListObjectParentPaths) String() string
- func (s *BatchListObjectParentPaths) Validate() error
- type BatchListObjectParentPathsResponse
- func (s BatchListObjectParentPathsResponse) GoString() string
- func (s *BatchListObjectParentPathsResponse) SetNextToken(v string) *BatchListObjectParentPathsResponse
- func (s *BatchListObjectParentPathsResponse) SetPathToObjectIdentifiersList(v []PathToObjectIdentifiers) *BatchListObjectParentPathsResponse
- func (s BatchListObjectParentPathsResponse) String() string
- type BatchListObjectPolicies
- func (s BatchListObjectPolicies) GoString() string
- func (s *BatchListObjectPolicies) SetMaxResults(v int64) *BatchListObjectPolicies
- func (s *BatchListObjectPolicies) SetNextToken(v string) *BatchListObjectPolicies
- func (s *BatchListObjectPolicies) SetObjectReference(v *ObjectReference) *BatchListObjectPolicies
- func (s BatchListObjectPolicies) String() string
- func (s *BatchListObjectPolicies) Validate() error
- type BatchListObjectPoliciesResponse
- func (s BatchListObjectPoliciesResponse) GoString() string
- func (s *BatchListObjectPoliciesResponse) SetAttachedPolicyIds(v []string) *BatchListObjectPoliciesResponse
- func (s *BatchListObjectPoliciesResponse) SetNextToken(v string) *BatchListObjectPoliciesResponse
- func (s BatchListObjectPoliciesResponse) String() string
- type BatchListOutgoingTypedLinks
- func (s BatchListOutgoingTypedLinks) GoString() string
- func (s *BatchListOutgoingTypedLinks) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *BatchListOutgoingTypedLinks
- func (s *BatchListOutgoingTypedLinks) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *BatchListOutgoingTypedLinks
- func (s *BatchListOutgoingTypedLinks) SetMaxResults(v int64) *BatchListOutgoingTypedLinks
- func (s *BatchListOutgoingTypedLinks) SetNextToken(v string) *BatchListOutgoingTypedLinks
- func (s *BatchListOutgoingTypedLinks) SetObjectReference(v *ObjectReference) *BatchListOutgoingTypedLinks
- func (s BatchListOutgoingTypedLinks) String() string
- func (s *BatchListOutgoingTypedLinks) Validate() error
- type BatchListOutgoingTypedLinksResponse
- func (s BatchListOutgoingTypedLinksResponse) GoString() string
- func (s *BatchListOutgoingTypedLinksResponse) SetNextToken(v string) *BatchListOutgoingTypedLinksResponse
- func (s *BatchListOutgoingTypedLinksResponse) SetTypedLinkSpecifiers(v []TypedLinkSpecifier) *BatchListOutgoingTypedLinksResponse
- func (s BatchListOutgoingTypedLinksResponse) String() string
- type BatchListPolicyAttachments
- func (s BatchListPolicyAttachments) GoString() string
- func (s *BatchListPolicyAttachments) SetMaxResults(v int64) *BatchListPolicyAttachments
- func (s *BatchListPolicyAttachments) SetNextToken(v string) *BatchListPolicyAttachments
- func (s *BatchListPolicyAttachments) SetPolicyReference(v *ObjectReference) *BatchListPolicyAttachments
- func (s BatchListPolicyAttachments) String() string
- func (s *BatchListPolicyAttachments) Validate() error
- type BatchListPolicyAttachmentsResponse
- func (s BatchListPolicyAttachmentsResponse) GoString() string
- func (s *BatchListPolicyAttachmentsResponse) SetNextToken(v string) *BatchListPolicyAttachmentsResponse
- func (s *BatchListPolicyAttachmentsResponse) SetObjectIdentifiers(v []string) *BatchListPolicyAttachmentsResponse
- func (s BatchListPolicyAttachmentsResponse) String() string
- type BatchLookupPolicy
- func (s BatchLookupPolicy) GoString() string
- func (s *BatchLookupPolicy) SetMaxResults(v int64) *BatchLookupPolicy
- func (s *BatchLookupPolicy) SetNextToken(v string) *BatchLookupPolicy
- func (s *BatchLookupPolicy) SetObjectReference(v *ObjectReference) *BatchLookupPolicy
- func (s BatchLookupPolicy) String() string
- func (s *BatchLookupPolicy) Validate() error
- type BatchLookupPolicyResponse
- type BatchReadException
- type BatchReadExceptionType
- type BatchReadInput
- func (s BatchReadInput) GoString() string
- func (s *BatchReadInput) SetConsistencyLevel(v ConsistencyLevel) *BatchReadInput
- func (s *BatchReadInput) SetDirectoryArn(v string) *BatchReadInput
- func (s *BatchReadInput) SetOperations(v []BatchReadOperation) *BatchReadInput
- func (s BatchReadInput) String() string
- func (s *BatchReadInput) Validate() error
- type BatchReadOperation
- func (s BatchReadOperation) GoString() string
- func (s *BatchReadOperation) SetGetObjectInformation(v *BatchGetObjectInformation) *BatchReadOperation
- func (s *BatchReadOperation) SetListAttachedIndices(v *BatchListAttachedIndices) *BatchReadOperation
- func (s *BatchReadOperation) SetListIncomingTypedLinks(v *BatchListIncomingTypedLinks) *BatchReadOperation
- func (s *BatchReadOperation) SetListIndex(v *BatchListIndex) *BatchReadOperation
- func (s *BatchReadOperation) SetListObjectAttributes(v *BatchListObjectAttributes) *BatchReadOperation
- func (s *BatchReadOperation) SetListObjectChildren(v *BatchListObjectChildren) *BatchReadOperation
- func (s *BatchReadOperation) SetListObjectParentPaths(v *BatchListObjectParentPaths) *BatchReadOperation
- func (s *BatchReadOperation) SetListObjectPolicies(v *BatchListObjectPolicies) *BatchReadOperation
- func (s *BatchReadOperation) SetListOutgoingTypedLinks(v *BatchListOutgoingTypedLinks) *BatchReadOperation
- func (s *BatchReadOperation) SetListPolicyAttachments(v *BatchListPolicyAttachments) *BatchReadOperation
- func (s *BatchReadOperation) SetLookupPolicy(v *BatchLookupPolicy) *BatchReadOperation
- func (s BatchReadOperation) String() string
- func (s *BatchReadOperation) Validate() error
- type BatchReadOperationResponse
- func (s BatchReadOperationResponse) GoString() string
- func (s *BatchReadOperationResponse) SetExceptionResponse(v *BatchReadException) *BatchReadOperationResponse
- func (s *BatchReadOperationResponse) SetSuccessfulResponse(v *BatchReadSuccessfulResponse) *BatchReadOperationResponse
- func (s BatchReadOperationResponse) String() string
- type BatchReadOutput
- type BatchReadRequest
- type BatchReadSuccessfulResponse
- func (s BatchReadSuccessfulResponse) GoString() string
- func (s *BatchReadSuccessfulResponse) SetGetObjectInformation(v *BatchGetObjectInformationResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListAttachedIndices(v *BatchListAttachedIndicesResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListIncomingTypedLinks(v *BatchListIncomingTypedLinksResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListIndex(v *BatchListIndexResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListObjectAttributes(v *BatchListObjectAttributesResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListObjectChildren(v *BatchListObjectChildrenResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListObjectParentPaths(v *BatchListObjectParentPathsResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListObjectPolicies(v *BatchListObjectPoliciesResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListOutgoingTypedLinks(v *BatchListOutgoingTypedLinksResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetListPolicyAttachments(v *BatchListPolicyAttachmentsResponse) *BatchReadSuccessfulResponse
- func (s *BatchReadSuccessfulResponse) SetLookupPolicy(v *BatchLookupPolicyResponse) *BatchReadSuccessfulResponse
- func (s BatchReadSuccessfulResponse) String() string
- type BatchRemoveFacetFromObject
- func (s BatchRemoveFacetFromObject) GoString() string
- func (s *BatchRemoveFacetFromObject) SetObjectReference(v *ObjectReference) *BatchRemoveFacetFromObject
- func (s *BatchRemoveFacetFromObject) SetSchemaFacet(v *SchemaFacet) *BatchRemoveFacetFromObject
- func (s BatchRemoveFacetFromObject) String() string
- func (s *BatchRemoveFacetFromObject) Validate() error
- type BatchRemoveFacetFromObjectResponse
- type BatchUpdateObjectAttributes
- func (s BatchUpdateObjectAttributes) GoString() string
- func (s *BatchUpdateObjectAttributes) SetAttributeUpdates(v []ObjectAttributeUpdate) *BatchUpdateObjectAttributes
- func (s *BatchUpdateObjectAttributes) SetObjectReference(v *ObjectReference) *BatchUpdateObjectAttributes
- func (s BatchUpdateObjectAttributes) String() string
- func (s *BatchUpdateObjectAttributes) Validate() error
- type BatchUpdateObjectAttributesResponse
- type BatchWriteExceptionType
- type BatchWriteInput
- type BatchWriteOperation
- func (s BatchWriteOperation) GoString() string
- func (s *BatchWriteOperation) SetAddFacetToObject(v *BatchAddFacetToObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetAttachObject(v *BatchAttachObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetAttachPolicy(v *BatchAttachPolicy) *BatchWriteOperation
- func (s *BatchWriteOperation) SetAttachToIndex(v *BatchAttachToIndex) *BatchWriteOperation
- func (s *BatchWriteOperation) SetAttachTypedLink(v *BatchAttachTypedLink) *BatchWriteOperation
- func (s *BatchWriteOperation) SetCreateIndex(v *BatchCreateIndex) *BatchWriteOperation
- func (s *BatchWriteOperation) SetCreateObject(v *BatchCreateObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetDeleteObject(v *BatchDeleteObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetDetachFromIndex(v *BatchDetachFromIndex) *BatchWriteOperation
- func (s *BatchWriteOperation) SetDetachObject(v *BatchDetachObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetDetachPolicy(v *BatchDetachPolicy) *BatchWriteOperation
- func (s *BatchWriteOperation) SetDetachTypedLink(v *BatchDetachTypedLink) *BatchWriteOperation
- func (s *BatchWriteOperation) SetRemoveFacetFromObject(v *BatchRemoveFacetFromObject) *BatchWriteOperation
- func (s *BatchWriteOperation) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributes) *BatchWriteOperation
- func (s BatchWriteOperation) String() string
- func (s *BatchWriteOperation) Validate() error
- type BatchWriteOperationResponse
- func (s BatchWriteOperationResponse) GoString() string
- func (s *BatchWriteOperationResponse) SetAddFacetToObject(v *BatchAddFacetToObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetAttachObject(v *BatchAttachObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetAttachPolicy(v *BatchAttachPolicyResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetAttachToIndex(v *BatchAttachToIndexResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetAttachTypedLink(v *BatchAttachTypedLinkResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetCreateIndex(v *BatchCreateIndexResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetCreateObject(v *BatchCreateObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetDeleteObject(v *BatchDeleteObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetDetachFromIndex(v *BatchDetachFromIndexResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetDetachObject(v *BatchDetachObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetDetachPolicy(v *BatchDetachPolicyResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetDetachTypedLink(v *BatchDetachTypedLinkResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetRemoveFacetFromObject(v *BatchRemoveFacetFromObjectResponse) *BatchWriteOperationResponse
- func (s *BatchWriteOperationResponse) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributesResponse) *BatchWriteOperationResponse
- func (s BatchWriteOperationResponse) String() string
- type BatchWriteOutput
- type BatchWriteRequest
- type CloudDirectory
- func (c *CloudDirectory) AddFacetToObjectRequest(input *AddFacetToObjectInput) AddFacetToObjectRequest
- func (c *CloudDirectory) ApplySchemaRequest(input *ApplySchemaInput) ApplySchemaRequest
- func (c *CloudDirectory) AttachObjectRequest(input *AttachObjectInput) AttachObjectRequest
- func (c *CloudDirectory) AttachPolicyRequest(input *AttachPolicyInput) AttachPolicyRequest
- func (c *CloudDirectory) AttachToIndexRequest(input *AttachToIndexInput) AttachToIndexRequest
- func (c *CloudDirectory) AttachTypedLinkRequest(input *AttachTypedLinkInput) AttachTypedLinkRequest
- func (c *CloudDirectory) BatchReadRequest(input *BatchReadInput) BatchReadRequest
- func (c *CloudDirectory) BatchWriteRequest(input *BatchWriteInput) BatchWriteRequest
- func (c *CloudDirectory) CreateDirectoryRequest(input *CreateDirectoryInput) CreateDirectoryRequest
- func (c *CloudDirectory) CreateFacetRequest(input *CreateFacetInput) CreateFacetRequest
- func (c *CloudDirectory) CreateIndexRequest(input *CreateIndexInput) CreateIndexRequest
- func (c *CloudDirectory) CreateObjectRequest(input *CreateObjectInput) CreateObjectRequest
- func (c *CloudDirectory) CreateSchemaRequest(input *CreateSchemaInput) CreateSchemaRequest
- func (c *CloudDirectory) CreateTypedLinkFacetRequest(input *CreateTypedLinkFacetInput) CreateTypedLinkFacetRequest
- func (c *CloudDirectory) DeleteDirectoryRequest(input *DeleteDirectoryInput) DeleteDirectoryRequest
- func (c *CloudDirectory) DeleteFacetRequest(input *DeleteFacetInput) DeleteFacetRequest
- func (c *CloudDirectory) DeleteObjectRequest(input *DeleteObjectInput) DeleteObjectRequest
- func (c *CloudDirectory) DeleteSchemaRequest(input *DeleteSchemaInput) DeleteSchemaRequest
- func (c *CloudDirectory) DeleteTypedLinkFacetRequest(input *DeleteTypedLinkFacetInput) DeleteTypedLinkFacetRequest
- func (c *CloudDirectory) DetachFromIndexRequest(input *DetachFromIndexInput) DetachFromIndexRequest
- func (c *CloudDirectory) DetachObjectRequest(input *DetachObjectInput) DetachObjectRequest
- func (c *CloudDirectory) DetachPolicyRequest(input *DetachPolicyInput) DetachPolicyRequest
- func (c *CloudDirectory) DetachTypedLinkRequest(input *DetachTypedLinkInput) DetachTypedLinkRequest
- func (c *CloudDirectory) DisableDirectoryRequest(input *DisableDirectoryInput) DisableDirectoryRequest
- func (c *CloudDirectory) EnableDirectoryRequest(input *EnableDirectoryInput) EnableDirectoryRequest
- func (c *CloudDirectory) GetAppliedSchemaVersionRequest(input *GetAppliedSchemaVersionInput) GetAppliedSchemaVersionRequest
- func (c *CloudDirectory) GetDirectoryRequest(input *GetDirectoryInput) GetDirectoryRequest
- func (c *CloudDirectory) GetFacetRequest(input *GetFacetInput) GetFacetRequest
- func (c *CloudDirectory) GetObjectInformationRequest(input *GetObjectInformationInput) GetObjectInformationRequest
- func (c *CloudDirectory) GetSchemaAsJsonRequest(input *GetSchemaAsJsonInput) GetSchemaAsJsonRequest
- func (c *CloudDirectory) GetTypedLinkFacetInformationRequest(input *GetTypedLinkFacetInformationInput) GetTypedLinkFacetInformationRequest
- func (c *CloudDirectory) ListAppliedSchemaArnsPages(input *ListAppliedSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListAppliedSchemaArnsPagesWithContext(ctx aws.Context, input *ListAppliedSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListAppliedSchemaArnsRequest(input *ListAppliedSchemaArnsInput) ListAppliedSchemaArnsRequest
- func (c *CloudDirectory) ListAttachedIndicesPages(input *ListAttachedIndicesInput, ...) error
- func (c *CloudDirectory) ListAttachedIndicesPagesWithContext(ctx aws.Context, input *ListAttachedIndicesInput, ...) error
- func (c *CloudDirectory) ListAttachedIndicesRequest(input *ListAttachedIndicesInput) ListAttachedIndicesRequest
- func (c *CloudDirectory) ListDevelopmentSchemaArnsPages(input *ListDevelopmentSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListDevelopmentSchemaArnsPagesWithContext(ctx aws.Context, input *ListDevelopmentSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListDevelopmentSchemaArnsRequest(input *ListDevelopmentSchemaArnsInput) ListDevelopmentSchemaArnsRequest
- func (c *CloudDirectory) ListDirectoriesPages(input *ListDirectoriesInput, fn func(*ListDirectoriesOutput, bool) bool) error
- func (c *CloudDirectory) ListDirectoriesPagesWithContext(ctx aws.Context, input *ListDirectoriesInput, ...) error
- func (c *CloudDirectory) ListDirectoriesRequest(input *ListDirectoriesInput) ListDirectoriesRequest
- func (c *CloudDirectory) ListFacetAttributesPages(input *ListFacetAttributesInput, ...) error
- func (c *CloudDirectory) ListFacetAttributesPagesWithContext(ctx aws.Context, input *ListFacetAttributesInput, ...) error
- func (c *CloudDirectory) ListFacetAttributesRequest(input *ListFacetAttributesInput) ListFacetAttributesRequest
- func (c *CloudDirectory) ListFacetNamesPages(input *ListFacetNamesInput, fn func(*ListFacetNamesOutput, bool) bool) error
- func (c *CloudDirectory) ListFacetNamesPagesWithContext(ctx aws.Context, input *ListFacetNamesInput, ...) error
- func (c *CloudDirectory) ListFacetNamesRequest(input *ListFacetNamesInput) ListFacetNamesRequest
- func (c *CloudDirectory) ListIncomingTypedLinksRequest(input *ListIncomingTypedLinksInput) ListIncomingTypedLinksRequest
- func (c *CloudDirectory) ListIndexPages(input *ListIndexInput, fn func(*ListIndexOutput, bool) bool) error
- func (c *CloudDirectory) ListIndexPagesWithContext(ctx aws.Context, input *ListIndexInput, fn func(*ListIndexOutput, bool) bool, ...) error
- func (c *CloudDirectory) ListIndexRequest(input *ListIndexInput) ListIndexRequest
- func (c *CloudDirectory) ListObjectAttributesPages(input *ListObjectAttributesInput, ...) error
- func (c *CloudDirectory) ListObjectAttributesPagesWithContext(ctx aws.Context, input *ListObjectAttributesInput, ...) error
- func (c *CloudDirectory) ListObjectAttributesRequest(input *ListObjectAttributesInput) ListObjectAttributesRequest
- func (c *CloudDirectory) ListObjectChildrenPages(input *ListObjectChildrenInput, fn func(*ListObjectChildrenOutput, bool) bool) error
- func (c *CloudDirectory) ListObjectChildrenPagesWithContext(ctx aws.Context, input *ListObjectChildrenInput, ...) error
- func (c *CloudDirectory) ListObjectChildrenRequest(input *ListObjectChildrenInput) ListObjectChildrenRequest
- func (c *CloudDirectory) ListObjectParentPathsPages(input *ListObjectParentPathsInput, ...) error
- func (c *CloudDirectory) ListObjectParentPathsPagesWithContext(ctx aws.Context, input *ListObjectParentPathsInput, ...) error
- func (c *CloudDirectory) ListObjectParentPathsRequest(input *ListObjectParentPathsInput) ListObjectParentPathsRequest
- func (c *CloudDirectory) ListObjectParentsPages(input *ListObjectParentsInput, fn func(*ListObjectParentsOutput, bool) bool) error
- func (c *CloudDirectory) ListObjectParentsPagesWithContext(ctx aws.Context, input *ListObjectParentsInput, ...) error
- func (c *CloudDirectory) ListObjectParentsRequest(input *ListObjectParentsInput) ListObjectParentsRequest
- func (c *CloudDirectory) ListObjectPoliciesPages(input *ListObjectPoliciesInput, fn func(*ListObjectPoliciesOutput, bool) bool) error
- func (c *CloudDirectory) ListObjectPoliciesPagesWithContext(ctx aws.Context, input *ListObjectPoliciesInput, ...) error
- func (c *CloudDirectory) ListObjectPoliciesRequest(input *ListObjectPoliciesInput) ListObjectPoliciesRequest
- func (c *CloudDirectory) ListOutgoingTypedLinksRequest(input *ListOutgoingTypedLinksInput) ListOutgoingTypedLinksRequest
- func (c *CloudDirectory) ListPolicyAttachmentsPages(input *ListPolicyAttachmentsInput, ...) error
- func (c *CloudDirectory) ListPolicyAttachmentsPagesWithContext(ctx aws.Context, input *ListPolicyAttachmentsInput, ...) error
- func (c *CloudDirectory) ListPolicyAttachmentsRequest(input *ListPolicyAttachmentsInput) ListPolicyAttachmentsRequest
- func (c *CloudDirectory) ListPublishedSchemaArnsPages(input *ListPublishedSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListPublishedSchemaArnsPagesWithContext(ctx aws.Context, input *ListPublishedSchemaArnsInput, ...) error
- func (c *CloudDirectory) ListPublishedSchemaArnsRequest(input *ListPublishedSchemaArnsInput) ListPublishedSchemaArnsRequest
- func (c *CloudDirectory) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error
- func (c *CloudDirectory) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error
- func (c *CloudDirectory) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest
- func (c *CloudDirectory) ListTypedLinkFacetAttributesPages(input *ListTypedLinkFacetAttributesInput, ...) error
- func (c *CloudDirectory) ListTypedLinkFacetAttributesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetAttributesInput, ...) error
- func (c *CloudDirectory) ListTypedLinkFacetAttributesRequest(input *ListTypedLinkFacetAttributesInput) ListTypedLinkFacetAttributesRequest
- func (c *CloudDirectory) ListTypedLinkFacetNamesPages(input *ListTypedLinkFacetNamesInput, ...) error
- func (c *CloudDirectory) ListTypedLinkFacetNamesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetNamesInput, ...) error
- func (c *CloudDirectory) ListTypedLinkFacetNamesRequest(input *ListTypedLinkFacetNamesInput) ListTypedLinkFacetNamesRequest
- func (c *CloudDirectory) LookupPolicyPages(input *LookupPolicyInput, fn func(*LookupPolicyOutput, bool) bool) error
- func (c *CloudDirectory) LookupPolicyPagesWithContext(ctx aws.Context, input *LookupPolicyInput, ...) error
- func (c *CloudDirectory) LookupPolicyRequest(input *LookupPolicyInput) LookupPolicyRequest
- func (c *CloudDirectory) PublishSchemaRequest(input *PublishSchemaInput) PublishSchemaRequest
- func (c *CloudDirectory) PutSchemaFromJsonRequest(input *PutSchemaFromJsonInput) PutSchemaFromJsonRequest
- func (c *CloudDirectory) RemoveFacetFromObjectRequest(input *RemoveFacetFromObjectInput) RemoveFacetFromObjectRequest
- func (c *CloudDirectory) TagResourceRequest(input *TagResourceInput) TagResourceRequest
- func (c *CloudDirectory) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
- func (c *CloudDirectory) UpdateFacetRequest(input *UpdateFacetInput) UpdateFacetRequest
- func (c *CloudDirectory) UpdateObjectAttributesRequest(input *UpdateObjectAttributesInput) UpdateObjectAttributesRequest
- func (c *CloudDirectory) UpdateSchemaRequest(input *UpdateSchemaInput) UpdateSchemaRequest
- func (c *CloudDirectory) UpdateTypedLinkFacetRequest(input *UpdateTypedLinkFacetInput) UpdateTypedLinkFacetRequest
- func (c *CloudDirectory) UpgradeAppliedSchemaRequest(input *UpgradeAppliedSchemaInput) UpgradeAppliedSchemaRequest
- func (c *CloudDirectory) UpgradePublishedSchemaRequest(input *UpgradePublishedSchemaInput) UpgradePublishedSchemaRequest
- type ConsistencyLevel
- type CreateDirectoryInput
- type CreateDirectoryOutput
- func (s CreateDirectoryOutput) GoString() string
- func (s CreateDirectoryOutput) SDKResponseMetadata() aws.Response
- func (s *CreateDirectoryOutput) SetAppliedSchemaArn(v string) *CreateDirectoryOutput
- func (s *CreateDirectoryOutput) SetDirectoryArn(v string) *CreateDirectoryOutput
- func (s *CreateDirectoryOutput) SetName(v string) *CreateDirectoryOutput
- func (s *CreateDirectoryOutput) SetObjectIdentifier(v string) *CreateDirectoryOutput
- func (s CreateDirectoryOutput) String() string
- type CreateDirectoryRequest
- type CreateFacetInput
- func (s CreateFacetInput) GoString() string
- func (s *CreateFacetInput) SetAttributes(v []FacetAttribute) *CreateFacetInput
- func (s *CreateFacetInput) SetName(v string) *CreateFacetInput
- func (s *CreateFacetInput) SetObjectType(v ObjectType) *CreateFacetInput
- func (s *CreateFacetInput) SetSchemaArn(v string) *CreateFacetInput
- func (s CreateFacetInput) String() string
- func (s *CreateFacetInput) Validate() error
- type CreateFacetOutput
- type CreateFacetRequest
- type CreateIndexInput
- func (s CreateIndexInput) GoString() string
- func (s *CreateIndexInput) SetDirectoryArn(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetIsUnique(v bool) *CreateIndexInput
- func (s *CreateIndexInput) SetLinkName(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetOrderedIndexedAttributeList(v []AttributeKey) *CreateIndexInput
- func (s *CreateIndexInput) SetParentReference(v *ObjectReference) *CreateIndexInput
- func (s CreateIndexInput) String() string
- func (s *CreateIndexInput) Validate() error
- type CreateIndexOutput
- type CreateIndexRequest
- type CreateObjectInput
- func (s CreateObjectInput) GoString() string
- func (s *CreateObjectInput) SetDirectoryArn(v string) *CreateObjectInput
- func (s *CreateObjectInput) SetLinkName(v string) *CreateObjectInput
- func (s *CreateObjectInput) SetObjectAttributeList(v []AttributeKeyAndValue) *CreateObjectInput
- func (s *CreateObjectInput) SetParentReference(v *ObjectReference) *CreateObjectInput
- func (s *CreateObjectInput) SetSchemaFacets(v []SchemaFacet) *CreateObjectInput
- func (s CreateObjectInput) String() string
- func (s *CreateObjectInput) Validate() error
- type CreateObjectOutput
- type CreateObjectRequest
- type CreateSchemaInput
- type CreateSchemaOutput
- type CreateSchemaRequest
- type CreateTypedLinkFacetInput
- func (s CreateTypedLinkFacetInput) GoString() string
- func (s *CreateTypedLinkFacetInput) SetFacet(v *TypedLinkFacet) *CreateTypedLinkFacetInput
- func (s *CreateTypedLinkFacetInput) SetSchemaArn(v string) *CreateTypedLinkFacetInput
- func (s CreateTypedLinkFacetInput) String() string
- func (s *CreateTypedLinkFacetInput) Validate() error
- type CreateTypedLinkFacetOutput
- type CreateTypedLinkFacetRequest
- type DeleteDirectoryInput
- type DeleteDirectoryOutput
- type DeleteDirectoryRequest
- type DeleteFacetInput
- type DeleteFacetOutput
- type DeleteFacetRequest
- type DeleteObjectInput
- type DeleteObjectOutput
- type DeleteObjectRequest
- type DeleteSchemaInput
- type DeleteSchemaOutput
- type DeleteSchemaRequest
- type DeleteTypedLinkFacetInput
- func (s DeleteTypedLinkFacetInput) GoString() string
- func (s *DeleteTypedLinkFacetInput) SetName(v string) *DeleteTypedLinkFacetInput
- func (s *DeleteTypedLinkFacetInput) SetSchemaArn(v string) *DeleteTypedLinkFacetInput
- func (s DeleteTypedLinkFacetInput) String() string
- func (s *DeleteTypedLinkFacetInput) Validate() error
- type DeleteTypedLinkFacetOutput
- type DeleteTypedLinkFacetRequest
- type DetachFromIndexInput
- func (s DetachFromIndexInput) GoString() string
- func (s *DetachFromIndexInput) SetDirectoryArn(v string) *DetachFromIndexInput
- func (s *DetachFromIndexInput) SetIndexReference(v *ObjectReference) *DetachFromIndexInput
- func (s *DetachFromIndexInput) SetTargetReference(v *ObjectReference) *DetachFromIndexInput
- func (s DetachFromIndexInput) String() string
- func (s *DetachFromIndexInput) Validate() error
- type DetachFromIndexOutput
- type DetachFromIndexRequest
- type DetachObjectInput
- func (s DetachObjectInput) GoString() string
- func (s *DetachObjectInput) SetDirectoryArn(v string) *DetachObjectInput
- func (s *DetachObjectInput) SetLinkName(v string) *DetachObjectInput
- func (s *DetachObjectInput) SetParentReference(v *ObjectReference) *DetachObjectInput
- func (s DetachObjectInput) String() string
- func (s *DetachObjectInput) Validate() error
- type DetachObjectOutput
- type DetachObjectRequest
- type DetachPolicyInput
- func (s DetachPolicyInput) GoString() string
- func (s *DetachPolicyInput) SetDirectoryArn(v string) *DetachPolicyInput
- func (s *DetachPolicyInput) SetObjectReference(v *ObjectReference) *DetachPolicyInput
- func (s *DetachPolicyInput) SetPolicyReference(v *ObjectReference) *DetachPolicyInput
- func (s DetachPolicyInput) String() string
- func (s *DetachPolicyInput) Validate() error
- type DetachPolicyOutput
- type DetachPolicyRequest
- type DetachTypedLinkInput
- func (s DetachTypedLinkInput) GoString() string
- func (s *DetachTypedLinkInput) SetDirectoryArn(v string) *DetachTypedLinkInput
- func (s *DetachTypedLinkInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *DetachTypedLinkInput
- func (s DetachTypedLinkInput) String() string
- func (s *DetachTypedLinkInput) Validate() error
- type DetachTypedLinkOutput
- type DetachTypedLinkRequest
- type Directory
- type DirectoryState
- type DisableDirectoryInput
- type DisableDirectoryOutput
- type DisableDirectoryRequest
- type EnableDirectoryInput
- type EnableDirectoryOutput
- type EnableDirectoryRequest
- type Facet
- type FacetAttribute
- func (s FacetAttribute) GoString() string
- func (s *FacetAttribute) SetAttributeDefinition(v *FacetAttributeDefinition) *FacetAttribute
- func (s *FacetAttribute) SetAttributeReference(v *FacetAttributeReference) *FacetAttribute
- func (s *FacetAttribute) SetName(v string) *FacetAttribute
- func (s *FacetAttribute) SetRequiredBehavior(v RequiredAttributeBehavior) *FacetAttribute
- func (s FacetAttribute) String() string
- func (s *FacetAttribute) Validate() error
- type FacetAttributeDefinition
- func (s FacetAttributeDefinition) GoString() string
- func (s *FacetAttributeDefinition) SetDefaultValue(v *TypedAttributeValue) *FacetAttributeDefinition
- func (s *FacetAttributeDefinition) SetIsImmutable(v bool) *FacetAttributeDefinition
- func (s *FacetAttributeDefinition) SetRules(v map[string]Rule) *FacetAttributeDefinition
- func (s *FacetAttributeDefinition) SetType(v FacetAttributeType) *FacetAttributeDefinition
- func (s FacetAttributeDefinition) String() string
- func (s *FacetAttributeDefinition) Validate() error
- type FacetAttributeReference
- func (s FacetAttributeReference) GoString() string
- func (s *FacetAttributeReference) SetTargetAttributeName(v string) *FacetAttributeReference
- func (s *FacetAttributeReference) SetTargetFacetName(v string) *FacetAttributeReference
- func (s FacetAttributeReference) String() string
- func (s *FacetAttributeReference) Validate() error
- type FacetAttributeType
- type FacetAttributeUpdate
- func (s FacetAttributeUpdate) GoString() string
- func (s *FacetAttributeUpdate) SetAction(v UpdateActionType) *FacetAttributeUpdate
- func (s *FacetAttributeUpdate) SetAttribute(v *FacetAttribute) *FacetAttributeUpdate
- func (s FacetAttributeUpdate) String() string
- func (s *FacetAttributeUpdate) Validate() error
- type GetAppliedSchemaVersionInput
- type GetAppliedSchemaVersionOutput
- type GetAppliedSchemaVersionRequest
- type GetDirectoryInput
- type GetDirectoryOutput
- type GetDirectoryRequest
- type GetFacetInput
- type GetFacetOutput
- type GetFacetRequest
- type GetObjectInformationInput
- func (s GetObjectInformationInput) GoString() string
- func (s *GetObjectInformationInput) SetConsistencyLevel(v ConsistencyLevel) *GetObjectInformationInput
- func (s *GetObjectInformationInput) SetDirectoryArn(v string) *GetObjectInformationInput
- func (s *GetObjectInformationInput) SetObjectReference(v *ObjectReference) *GetObjectInformationInput
- func (s GetObjectInformationInput) String() string
- func (s *GetObjectInformationInput) Validate() error
- type GetObjectInformationOutput
- func (s GetObjectInformationOutput) GoString() string
- func (s GetObjectInformationOutput) SDKResponseMetadata() aws.Response
- func (s *GetObjectInformationOutput) SetObjectIdentifier(v string) *GetObjectInformationOutput
- func (s *GetObjectInformationOutput) SetSchemaFacets(v []SchemaFacet) *GetObjectInformationOutput
- func (s GetObjectInformationOutput) String() string
- type GetObjectInformationRequest
- type GetSchemaAsJsonInput
- type GetSchemaAsJsonOutput
- func (s GetSchemaAsJsonOutput) GoString() string
- func (s GetSchemaAsJsonOutput) SDKResponseMetadata() aws.Response
- func (s *GetSchemaAsJsonOutput) SetDocument(v string) *GetSchemaAsJsonOutput
- func (s *GetSchemaAsJsonOutput) SetName(v string) *GetSchemaAsJsonOutput
- func (s GetSchemaAsJsonOutput) String() string
- type GetSchemaAsJsonRequest
- type GetTypedLinkFacetInformationInput
- func (s GetTypedLinkFacetInformationInput) GoString() string
- func (s *GetTypedLinkFacetInformationInput) SetName(v string) *GetTypedLinkFacetInformationInput
- func (s *GetTypedLinkFacetInformationInput) SetSchemaArn(v string) *GetTypedLinkFacetInformationInput
- func (s GetTypedLinkFacetInformationInput) String() string
- func (s *GetTypedLinkFacetInformationInput) Validate() error
- type GetTypedLinkFacetInformationOutput
- func (s GetTypedLinkFacetInformationOutput) GoString() string
- func (s GetTypedLinkFacetInformationOutput) SDKResponseMetadata() aws.Response
- func (s *GetTypedLinkFacetInformationOutput) SetIdentityAttributeOrder(v []string) *GetTypedLinkFacetInformationOutput
- func (s GetTypedLinkFacetInformationOutput) String() string
- type GetTypedLinkFacetInformationRequest
- type IndexAttachment
- type ListAppliedSchemaArnsInput
- func (s ListAppliedSchemaArnsInput) GoString() string
- func (s *ListAppliedSchemaArnsInput) SetDirectoryArn(v string) *ListAppliedSchemaArnsInput
- func (s *ListAppliedSchemaArnsInput) SetMaxResults(v int64) *ListAppliedSchemaArnsInput
- func (s *ListAppliedSchemaArnsInput) SetNextToken(v string) *ListAppliedSchemaArnsInput
- func (s *ListAppliedSchemaArnsInput) SetSchemaArn(v string) *ListAppliedSchemaArnsInput
- func (s ListAppliedSchemaArnsInput) String() string
- func (s *ListAppliedSchemaArnsInput) Validate() error
- type ListAppliedSchemaArnsOutput
- func (s ListAppliedSchemaArnsOutput) GoString() string
- func (s ListAppliedSchemaArnsOutput) SDKResponseMetadata() aws.Response
- func (s *ListAppliedSchemaArnsOutput) SetNextToken(v string) *ListAppliedSchemaArnsOutput
- func (s *ListAppliedSchemaArnsOutput) SetSchemaArns(v []string) *ListAppliedSchemaArnsOutput
- func (s ListAppliedSchemaArnsOutput) String() string
- type ListAppliedSchemaArnsRequest
- type ListAttachedIndicesInput
- func (s ListAttachedIndicesInput) GoString() string
- func (s *ListAttachedIndicesInput) SetConsistencyLevel(v ConsistencyLevel) *ListAttachedIndicesInput
- func (s *ListAttachedIndicesInput) SetDirectoryArn(v string) *ListAttachedIndicesInput
- func (s *ListAttachedIndicesInput) SetMaxResults(v int64) *ListAttachedIndicesInput
- func (s *ListAttachedIndicesInput) SetNextToken(v string) *ListAttachedIndicesInput
- func (s *ListAttachedIndicesInput) SetTargetReference(v *ObjectReference) *ListAttachedIndicesInput
- func (s ListAttachedIndicesInput) String() string
- func (s *ListAttachedIndicesInput) Validate() error
- type ListAttachedIndicesOutput
- func (s ListAttachedIndicesOutput) GoString() string
- func (s ListAttachedIndicesOutput) SDKResponseMetadata() aws.Response
- func (s *ListAttachedIndicesOutput) SetIndexAttachments(v []IndexAttachment) *ListAttachedIndicesOutput
- func (s *ListAttachedIndicesOutput) SetNextToken(v string) *ListAttachedIndicesOutput
- func (s ListAttachedIndicesOutput) String() string
- type ListAttachedIndicesRequest
- type ListDevelopmentSchemaArnsInput
- func (s ListDevelopmentSchemaArnsInput) GoString() string
- func (s *ListDevelopmentSchemaArnsInput) SetMaxResults(v int64) *ListDevelopmentSchemaArnsInput
- func (s *ListDevelopmentSchemaArnsInput) SetNextToken(v string) *ListDevelopmentSchemaArnsInput
- func (s ListDevelopmentSchemaArnsInput) String() string
- func (s *ListDevelopmentSchemaArnsInput) Validate() error
- type ListDevelopmentSchemaArnsOutput
- func (s ListDevelopmentSchemaArnsOutput) GoString() string
- func (s ListDevelopmentSchemaArnsOutput) SDKResponseMetadata() aws.Response
- func (s *ListDevelopmentSchemaArnsOutput) SetNextToken(v string) *ListDevelopmentSchemaArnsOutput
- func (s *ListDevelopmentSchemaArnsOutput) SetSchemaArns(v []string) *ListDevelopmentSchemaArnsOutput
- func (s ListDevelopmentSchemaArnsOutput) String() string
- type ListDevelopmentSchemaArnsRequest
- type ListDirectoriesInput
- func (s ListDirectoriesInput) GoString() string
- func (s *ListDirectoriesInput) SetMaxResults(v int64) *ListDirectoriesInput
- func (s *ListDirectoriesInput) SetNextToken(v string) *ListDirectoriesInput
- func (s *ListDirectoriesInput) SetState(v DirectoryState) *ListDirectoriesInput
- func (s ListDirectoriesInput) String() string
- func (s *ListDirectoriesInput) Validate() error
- type ListDirectoriesOutput
- func (s ListDirectoriesOutput) GoString() string
- func (s ListDirectoriesOutput) SDKResponseMetadata() aws.Response
- func (s *ListDirectoriesOutput) SetDirectories(v []Directory) *ListDirectoriesOutput
- func (s *ListDirectoriesOutput) SetNextToken(v string) *ListDirectoriesOutput
- func (s ListDirectoriesOutput) String() string
- type ListDirectoriesRequest
- type ListFacetAttributesInput
- func (s ListFacetAttributesInput) GoString() string
- func (s *ListFacetAttributesInput) SetMaxResults(v int64) *ListFacetAttributesInput
- func (s *ListFacetAttributesInput) SetName(v string) *ListFacetAttributesInput
- func (s *ListFacetAttributesInput) SetNextToken(v string) *ListFacetAttributesInput
- func (s *ListFacetAttributesInput) SetSchemaArn(v string) *ListFacetAttributesInput
- func (s ListFacetAttributesInput) String() string
- func (s *ListFacetAttributesInput) Validate() error
- type ListFacetAttributesOutput
- func (s ListFacetAttributesOutput) GoString() string
- func (s ListFacetAttributesOutput) SDKResponseMetadata() aws.Response
- func (s *ListFacetAttributesOutput) SetAttributes(v []FacetAttribute) *ListFacetAttributesOutput
- func (s *ListFacetAttributesOutput) SetNextToken(v string) *ListFacetAttributesOutput
- func (s ListFacetAttributesOutput) String() string
- type ListFacetAttributesRequest
- type ListFacetNamesInput
- func (s ListFacetNamesInput) GoString() string
- func (s *ListFacetNamesInput) SetMaxResults(v int64) *ListFacetNamesInput
- func (s *ListFacetNamesInput) SetNextToken(v string) *ListFacetNamesInput
- func (s *ListFacetNamesInput) SetSchemaArn(v string) *ListFacetNamesInput
- func (s ListFacetNamesInput) String() string
- func (s *ListFacetNamesInput) Validate() error
- type ListFacetNamesOutput
- func (s ListFacetNamesOutput) GoString() string
- func (s ListFacetNamesOutput) SDKResponseMetadata() aws.Response
- func (s *ListFacetNamesOutput) SetFacetNames(v []string) *ListFacetNamesOutput
- func (s *ListFacetNamesOutput) SetNextToken(v string) *ListFacetNamesOutput
- func (s ListFacetNamesOutput) String() string
- type ListFacetNamesRequest
- type ListIncomingTypedLinksInput
- func (s ListIncomingTypedLinksInput) GoString() string
- func (s *ListIncomingTypedLinksInput) SetConsistencyLevel(v ConsistencyLevel) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetDirectoryArn(v string) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetMaxResults(v int64) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetNextToken(v string) *ListIncomingTypedLinksInput
- func (s *ListIncomingTypedLinksInput) SetObjectReference(v *ObjectReference) *ListIncomingTypedLinksInput
- func (s ListIncomingTypedLinksInput) String() string
- func (s *ListIncomingTypedLinksInput) Validate() error
- type ListIncomingTypedLinksOutput
- func (s ListIncomingTypedLinksOutput) GoString() string
- func (s ListIncomingTypedLinksOutput) SDKResponseMetadata() aws.Response
- func (s *ListIncomingTypedLinksOutput) SetLinkSpecifiers(v []TypedLinkSpecifier) *ListIncomingTypedLinksOutput
- func (s *ListIncomingTypedLinksOutput) SetNextToken(v string) *ListIncomingTypedLinksOutput
- func (s ListIncomingTypedLinksOutput) String() string
- type ListIncomingTypedLinksRequest
- type ListIndexInput
- func (s ListIndexInput) GoString() string
- func (s *ListIndexInput) SetConsistencyLevel(v ConsistencyLevel) *ListIndexInput
- func (s *ListIndexInput) SetDirectoryArn(v string) *ListIndexInput
- func (s *ListIndexInput) SetIndexReference(v *ObjectReference) *ListIndexInput
- func (s *ListIndexInput) SetMaxResults(v int64) *ListIndexInput
- func (s *ListIndexInput) SetNextToken(v string) *ListIndexInput
- func (s *ListIndexInput) SetRangesOnIndexedValues(v []ObjectAttributeRange) *ListIndexInput
- func (s ListIndexInput) String() string
- func (s *ListIndexInput) Validate() error
- type ListIndexOutput
- type ListIndexRequest
- type ListObjectAttributesInput
- func (s ListObjectAttributesInput) GoString() string
- func (s *ListObjectAttributesInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectAttributesInput
- func (s *ListObjectAttributesInput) SetDirectoryArn(v string) *ListObjectAttributesInput
- func (s *ListObjectAttributesInput) SetFacetFilter(v *SchemaFacet) *ListObjectAttributesInput
- func (s *ListObjectAttributesInput) SetMaxResults(v int64) *ListObjectAttributesInput
- func (s *ListObjectAttributesInput) SetNextToken(v string) *ListObjectAttributesInput
- func (s *ListObjectAttributesInput) SetObjectReference(v *ObjectReference) *ListObjectAttributesInput
- func (s ListObjectAttributesInput) String() string
- func (s *ListObjectAttributesInput) Validate() error
- type ListObjectAttributesOutput
- func (s ListObjectAttributesOutput) GoString() string
- func (s ListObjectAttributesOutput) SDKResponseMetadata() aws.Response
- func (s *ListObjectAttributesOutput) SetAttributes(v []AttributeKeyAndValue) *ListObjectAttributesOutput
- func (s *ListObjectAttributesOutput) SetNextToken(v string) *ListObjectAttributesOutput
- func (s ListObjectAttributesOutput) String() string
- type ListObjectAttributesRequest
- type ListObjectChildrenInput
- func (s ListObjectChildrenInput) GoString() string
- func (s *ListObjectChildrenInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectChildrenInput
- func (s *ListObjectChildrenInput) SetDirectoryArn(v string) *ListObjectChildrenInput
- func (s *ListObjectChildrenInput) SetMaxResults(v int64) *ListObjectChildrenInput
- func (s *ListObjectChildrenInput) SetNextToken(v string) *ListObjectChildrenInput
- func (s *ListObjectChildrenInput) SetObjectReference(v *ObjectReference) *ListObjectChildrenInput
- func (s ListObjectChildrenInput) String() string
- func (s *ListObjectChildrenInput) Validate() error
- type ListObjectChildrenOutput
- func (s ListObjectChildrenOutput) GoString() string
- func (s ListObjectChildrenOutput) SDKResponseMetadata() aws.Response
- func (s *ListObjectChildrenOutput) SetChildren(v map[string]string) *ListObjectChildrenOutput
- func (s *ListObjectChildrenOutput) SetNextToken(v string) *ListObjectChildrenOutput
- func (s ListObjectChildrenOutput) String() string
- type ListObjectChildrenRequest
- type ListObjectParentPathsInput
- func (s ListObjectParentPathsInput) GoString() string
- func (s *ListObjectParentPathsInput) SetDirectoryArn(v string) *ListObjectParentPathsInput
- func (s *ListObjectParentPathsInput) SetMaxResults(v int64) *ListObjectParentPathsInput
- func (s *ListObjectParentPathsInput) SetNextToken(v string) *ListObjectParentPathsInput
- func (s *ListObjectParentPathsInput) SetObjectReference(v *ObjectReference) *ListObjectParentPathsInput
- func (s ListObjectParentPathsInput) String() string
- func (s *ListObjectParentPathsInput) Validate() error
- type ListObjectParentPathsOutput
- func (s ListObjectParentPathsOutput) GoString() string
- func (s ListObjectParentPathsOutput) SDKResponseMetadata() aws.Response
- func (s *ListObjectParentPathsOutput) SetNextToken(v string) *ListObjectParentPathsOutput
- func (s *ListObjectParentPathsOutput) SetPathToObjectIdentifiersList(v []PathToObjectIdentifiers) *ListObjectParentPathsOutput
- func (s ListObjectParentPathsOutput) String() string
- type ListObjectParentPathsRequest
- type ListObjectParentsInput
- func (s ListObjectParentsInput) GoString() string
- func (s *ListObjectParentsInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectParentsInput
- func (s *ListObjectParentsInput) SetDirectoryArn(v string) *ListObjectParentsInput
- func (s *ListObjectParentsInput) SetMaxResults(v int64) *ListObjectParentsInput
- func (s *ListObjectParentsInput) SetNextToken(v string) *ListObjectParentsInput
- func (s *ListObjectParentsInput) SetObjectReference(v *ObjectReference) *ListObjectParentsInput
- func (s ListObjectParentsInput) String() string
- func (s *ListObjectParentsInput) Validate() error
- type ListObjectParentsOutput
- func (s ListObjectParentsOutput) GoString() string
- func (s ListObjectParentsOutput) SDKResponseMetadata() aws.Response
- func (s *ListObjectParentsOutput) SetNextToken(v string) *ListObjectParentsOutput
- func (s *ListObjectParentsOutput) SetParents(v map[string]string) *ListObjectParentsOutput
- func (s ListObjectParentsOutput) String() string
- type ListObjectParentsRequest
- type ListObjectPoliciesInput
- func (s ListObjectPoliciesInput) GoString() string
- func (s *ListObjectPoliciesInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectPoliciesInput
- func (s *ListObjectPoliciesInput) SetDirectoryArn(v string) *ListObjectPoliciesInput
- func (s *ListObjectPoliciesInput) SetMaxResults(v int64) *ListObjectPoliciesInput
- func (s *ListObjectPoliciesInput) SetNextToken(v string) *ListObjectPoliciesInput
- func (s *ListObjectPoliciesInput) SetObjectReference(v *ObjectReference) *ListObjectPoliciesInput
- func (s ListObjectPoliciesInput) String() string
- func (s *ListObjectPoliciesInput) Validate() error
- type ListObjectPoliciesOutput
- func (s ListObjectPoliciesOutput) GoString() string
- func (s ListObjectPoliciesOutput) SDKResponseMetadata() aws.Response
- func (s *ListObjectPoliciesOutput) SetAttachedPolicyIds(v []string) *ListObjectPoliciesOutput
- func (s *ListObjectPoliciesOutput) SetNextToken(v string) *ListObjectPoliciesOutput
- func (s ListObjectPoliciesOutput) String() string
- type ListObjectPoliciesRequest
- type ListOutgoingTypedLinksInput
- func (s ListOutgoingTypedLinksInput) GoString() string
- func (s *ListOutgoingTypedLinksInput) SetConsistencyLevel(v ConsistencyLevel) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetDirectoryArn(v string) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetMaxResults(v int64) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetNextToken(v string) *ListOutgoingTypedLinksInput
- func (s *ListOutgoingTypedLinksInput) SetObjectReference(v *ObjectReference) *ListOutgoingTypedLinksInput
- func (s ListOutgoingTypedLinksInput) String() string
- func (s *ListOutgoingTypedLinksInput) Validate() error
- type ListOutgoingTypedLinksOutput
- func (s ListOutgoingTypedLinksOutput) GoString() string
- func (s ListOutgoingTypedLinksOutput) SDKResponseMetadata() aws.Response
- func (s *ListOutgoingTypedLinksOutput) SetNextToken(v string) *ListOutgoingTypedLinksOutput
- func (s *ListOutgoingTypedLinksOutput) SetTypedLinkSpecifiers(v []TypedLinkSpecifier) *ListOutgoingTypedLinksOutput
- func (s ListOutgoingTypedLinksOutput) String() string
- type ListOutgoingTypedLinksRequest
- type ListPolicyAttachmentsInput
- func (s ListPolicyAttachmentsInput) GoString() string
- func (s *ListPolicyAttachmentsInput) SetConsistencyLevel(v ConsistencyLevel) *ListPolicyAttachmentsInput
- func (s *ListPolicyAttachmentsInput) SetDirectoryArn(v string) *ListPolicyAttachmentsInput
- func (s *ListPolicyAttachmentsInput) SetMaxResults(v int64) *ListPolicyAttachmentsInput
- func (s *ListPolicyAttachmentsInput) SetNextToken(v string) *ListPolicyAttachmentsInput
- func (s *ListPolicyAttachmentsInput) SetPolicyReference(v *ObjectReference) *ListPolicyAttachmentsInput
- func (s ListPolicyAttachmentsInput) String() string
- func (s *ListPolicyAttachmentsInput) Validate() error
- type ListPolicyAttachmentsOutput
- func (s ListPolicyAttachmentsOutput) GoString() string
- func (s ListPolicyAttachmentsOutput) SDKResponseMetadata() aws.Response
- func (s *ListPolicyAttachmentsOutput) SetNextToken(v string) *ListPolicyAttachmentsOutput
- func (s *ListPolicyAttachmentsOutput) SetObjectIdentifiers(v []string) *ListPolicyAttachmentsOutput
- func (s ListPolicyAttachmentsOutput) String() string
- type ListPolicyAttachmentsRequest
- type ListPublishedSchemaArnsInput
- func (s ListPublishedSchemaArnsInput) GoString() string
- func (s *ListPublishedSchemaArnsInput) SetMaxResults(v int64) *ListPublishedSchemaArnsInput
- func (s *ListPublishedSchemaArnsInput) SetNextToken(v string) *ListPublishedSchemaArnsInput
- func (s *ListPublishedSchemaArnsInput) SetSchemaArn(v string) *ListPublishedSchemaArnsInput
- func (s ListPublishedSchemaArnsInput) String() string
- func (s *ListPublishedSchemaArnsInput) Validate() error
- type ListPublishedSchemaArnsOutput
- func (s ListPublishedSchemaArnsOutput) GoString() string
- func (s ListPublishedSchemaArnsOutput) SDKResponseMetadata() aws.Response
- func (s *ListPublishedSchemaArnsOutput) SetNextToken(v string) *ListPublishedSchemaArnsOutput
- func (s *ListPublishedSchemaArnsOutput) SetSchemaArns(v []string) *ListPublishedSchemaArnsOutput
- func (s ListPublishedSchemaArnsOutput) String() string
- type ListPublishedSchemaArnsRequest
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- func (s *ListTagsForResourceInput) Validate() error
- type ListTagsForResourceOutput
- func (s ListTagsForResourceOutput) GoString() string
- func (s ListTagsForResourceOutput) SDKResponseMetadata() aws.Response
- func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
- func (s *ListTagsForResourceOutput) SetTags(v []Tag) *ListTagsForResourceOutput
- func (s ListTagsForResourceOutput) String() string
- type ListTagsForResourceRequest
- type ListTypedLinkFacetAttributesInput
- func (s ListTypedLinkFacetAttributesInput) GoString() string
- func (s *ListTypedLinkFacetAttributesInput) SetMaxResults(v int64) *ListTypedLinkFacetAttributesInput
- func (s *ListTypedLinkFacetAttributesInput) SetName(v string) *ListTypedLinkFacetAttributesInput
- func (s *ListTypedLinkFacetAttributesInput) SetNextToken(v string) *ListTypedLinkFacetAttributesInput
- func (s *ListTypedLinkFacetAttributesInput) SetSchemaArn(v string) *ListTypedLinkFacetAttributesInput
- func (s ListTypedLinkFacetAttributesInput) String() string
- func (s *ListTypedLinkFacetAttributesInput) Validate() error
- type ListTypedLinkFacetAttributesOutput
- func (s ListTypedLinkFacetAttributesOutput) GoString() string
- func (s ListTypedLinkFacetAttributesOutput) SDKResponseMetadata() aws.Response
- func (s *ListTypedLinkFacetAttributesOutput) SetAttributes(v []TypedLinkAttributeDefinition) *ListTypedLinkFacetAttributesOutput
- func (s *ListTypedLinkFacetAttributesOutput) SetNextToken(v string) *ListTypedLinkFacetAttributesOutput
- func (s ListTypedLinkFacetAttributesOutput) String() string
- type ListTypedLinkFacetAttributesRequest
- type ListTypedLinkFacetNamesInput
- func (s ListTypedLinkFacetNamesInput) GoString() string
- func (s *ListTypedLinkFacetNamesInput) SetMaxResults(v int64) *ListTypedLinkFacetNamesInput
- func (s *ListTypedLinkFacetNamesInput) SetNextToken(v string) *ListTypedLinkFacetNamesInput
- func (s *ListTypedLinkFacetNamesInput) SetSchemaArn(v string) *ListTypedLinkFacetNamesInput
- func (s ListTypedLinkFacetNamesInput) String() string
- func (s *ListTypedLinkFacetNamesInput) Validate() error
- type ListTypedLinkFacetNamesOutput
- func (s ListTypedLinkFacetNamesOutput) GoString() string
- func (s ListTypedLinkFacetNamesOutput) SDKResponseMetadata() aws.Response
- func (s *ListTypedLinkFacetNamesOutput) SetFacetNames(v []string) *ListTypedLinkFacetNamesOutput
- func (s *ListTypedLinkFacetNamesOutput) SetNextToken(v string) *ListTypedLinkFacetNamesOutput
- func (s ListTypedLinkFacetNamesOutput) String() string
- type ListTypedLinkFacetNamesRequest
- type LookupPolicyInput
- func (s LookupPolicyInput) GoString() string
- func (s *LookupPolicyInput) SetDirectoryArn(v string) *LookupPolicyInput
- func (s *LookupPolicyInput) SetMaxResults(v int64) *LookupPolicyInput
- func (s *LookupPolicyInput) SetNextToken(v string) *LookupPolicyInput
- func (s *LookupPolicyInput) SetObjectReference(v *ObjectReference) *LookupPolicyInput
- func (s LookupPolicyInput) String() string
- func (s *LookupPolicyInput) Validate() error
- type LookupPolicyOutput
- func (s LookupPolicyOutput) GoString() string
- func (s LookupPolicyOutput) SDKResponseMetadata() aws.Response
- func (s *LookupPolicyOutput) SetNextToken(v string) *LookupPolicyOutput
- func (s *LookupPolicyOutput) SetPolicyToPathList(v []PolicyToPath) *LookupPolicyOutput
- func (s LookupPolicyOutput) String() string
- type LookupPolicyRequest
- type ObjectAttributeAction
- func (s ObjectAttributeAction) GoString() string
- func (s *ObjectAttributeAction) SetObjectAttributeActionType(v UpdateActionType) *ObjectAttributeAction
- func (s *ObjectAttributeAction) SetObjectAttributeUpdateValue(v *TypedAttributeValue) *ObjectAttributeAction
- func (s ObjectAttributeAction) String() string
- type ObjectAttributeRange
- func (s ObjectAttributeRange) GoString() string
- func (s *ObjectAttributeRange) SetAttributeKey(v *AttributeKey) *ObjectAttributeRange
- func (s *ObjectAttributeRange) SetRange(v *TypedAttributeValueRange) *ObjectAttributeRange
- func (s ObjectAttributeRange) String() string
- func (s *ObjectAttributeRange) Validate() error
- type ObjectAttributeUpdate
- func (s ObjectAttributeUpdate) GoString() string
- func (s *ObjectAttributeUpdate) SetObjectAttributeAction(v *ObjectAttributeAction) *ObjectAttributeUpdate
- func (s *ObjectAttributeUpdate) SetObjectAttributeKey(v *AttributeKey) *ObjectAttributeUpdate
- func (s ObjectAttributeUpdate) String() string
- func (s *ObjectAttributeUpdate) Validate() error
- type ObjectReference
- type ObjectType
- type PathToObjectIdentifiers
- type PolicyAttachment
- type PolicyToPath
- type PublishSchemaInput
- func (s PublishSchemaInput) GoString() string
- func (s *PublishSchemaInput) SetDevelopmentSchemaArn(v string) *PublishSchemaInput
- func (s *PublishSchemaInput) SetMinorVersion(v string) *PublishSchemaInput
- func (s *PublishSchemaInput) SetName(v string) *PublishSchemaInput
- func (s *PublishSchemaInput) SetVersion(v string) *PublishSchemaInput
- func (s PublishSchemaInput) String() string
- func (s *PublishSchemaInput) Validate() error
- type PublishSchemaOutput
- type PublishSchemaRequest
- type PutSchemaFromJsonInput
- func (s PutSchemaFromJsonInput) GoString() string
- func (s *PutSchemaFromJsonInput) SetDocument(v string) *PutSchemaFromJsonInput
- func (s *PutSchemaFromJsonInput) SetSchemaArn(v string) *PutSchemaFromJsonInput
- func (s PutSchemaFromJsonInput) String() string
- func (s *PutSchemaFromJsonInput) Validate() error
- type PutSchemaFromJsonOutput
- type PutSchemaFromJsonRequest
- type RangeMode
- type RemoveFacetFromObjectInput
- func (s RemoveFacetFromObjectInput) GoString() string
- func (s *RemoveFacetFromObjectInput) SetDirectoryArn(v string) *RemoveFacetFromObjectInput
- func (s *RemoveFacetFromObjectInput) SetObjectReference(v *ObjectReference) *RemoveFacetFromObjectInput
- func (s *RemoveFacetFromObjectInput) SetSchemaFacet(v *SchemaFacet) *RemoveFacetFromObjectInput
- func (s RemoveFacetFromObjectInput) String() string
- func (s *RemoveFacetFromObjectInput) Validate() error
- type RemoveFacetFromObjectOutput
- type RemoveFacetFromObjectRequest
- type RequiredAttributeBehavior
- type Rule
- type RuleType
- type SchemaFacet
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TagResourceRequest
- type TypedAttributeValue
- func (s TypedAttributeValue) GoString() string
- func (s *TypedAttributeValue) SetBinaryValue(v []byte) *TypedAttributeValue
- func (s *TypedAttributeValue) SetBooleanValue(v bool) *TypedAttributeValue
- func (s *TypedAttributeValue) SetDatetimeValue(v time.Time) *TypedAttributeValue
- func (s *TypedAttributeValue) SetNumberValue(v string) *TypedAttributeValue
- func (s *TypedAttributeValue) SetStringValue(v string) *TypedAttributeValue
- func (s TypedAttributeValue) String() string
- type TypedAttributeValueRange
- func (s TypedAttributeValueRange) GoString() string
- func (s *TypedAttributeValueRange) SetEndMode(v RangeMode) *TypedAttributeValueRange
- func (s *TypedAttributeValueRange) SetEndValue(v *TypedAttributeValue) *TypedAttributeValueRange
- func (s *TypedAttributeValueRange) SetStartMode(v RangeMode) *TypedAttributeValueRange
- func (s *TypedAttributeValueRange) SetStartValue(v *TypedAttributeValue) *TypedAttributeValueRange
- func (s TypedAttributeValueRange) String() string
- func (s *TypedAttributeValueRange) Validate() error
- type TypedLinkAttributeDefinition
- func (s TypedLinkAttributeDefinition) GoString() string
- func (s *TypedLinkAttributeDefinition) SetDefaultValue(v *TypedAttributeValue) *TypedLinkAttributeDefinition
- func (s *TypedLinkAttributeDefinition) SetIsImmutable(v bool) *TypedLinkAttributeDefinition
- func (s *TypedLinkAttributeDefinition) SetName(v string) *TypedLinkAttributeDefinition
- func (s *TypedLinkAttributeDefinition) SetRequiredBehavior(v RequiredAttributeBehavior) *TypedLinkAttributeDefinition
- func (s *TypedLinkAttributeDefinition) SetRules(v map[string]Rule) *TypedLinkAttributeDefinition
- func (s *TypedLinkAttributeDefinition) SetType(v FacetAttributeType) *TypedLinkAttributeDefinition
- func (s TypedLinkAttributeDefinition) String() string
- func (s *TypedLinkAttributeDefinition) Validate() error
- type TypedLinkAttributeRange
- func (s TypedLinkAttributeRange) GoString() string
- func (s *TypedLinkAttributeRange) SetAttributeName(v string) *TypedLinkAttributeRange
- func (s *TypedLinkAttributeRange) SetRange(v *TypedAttributeValueRange) *TypedLinkAttributeRange
- func (s TypedLinkAttributeRange) String() string
- func (s *TypedLinkAttributeRange) Validate() error
- type TypedLinkFacet
- func (s TypedLinkFacet) GoString() string
- func (s *TypedLinkFacet) SetAttributes(v []TypedLinkAttributeDefinition) *TypedLinkFacet
- func (s *TypedLinkFacet) SetIdentityAttributeOrder(v []string) *TypedLinkFacet
- func (s *TypedLinkFacet) SetName(v string) *TypedLinkFacet
- func (s TypedLinkFacet) String() string
- func (s *TypedLinkFacet) Validate() error
- type TypedLinkFacetAttributeUpdate
- func (s TypedLinkFacetAttributeUpdate) GoString() string
- func (s *TypedLinkFacetAttributeUpdate) SetAction(v UpdateActionType) *TypedLinkFacetAttributeUpdate
- func (s *TypedLinkFacetAttributeUpdate) SetAttribute(v *TypedLinkAttributeDefinition) *TypedLinkFacetAttributeUpdate
- func (s TypedLinkFacetAttributeUpdate) String() string
- func (s *TypedLinkFacetAttributeUpdate) Validate() error
- type TypedLinkSchemaAndFacetName
- func (s TypedLinkSchemaAndFacetName) GoString() string
- func (s *TypedLinkSchemaAndFacetName) SetSchemaArn(v string) *TypedLinkSchemaAndFacetName
- func (s *TypedLinkSchemaAndFacetName) SetTypedLinkName(v string) *TypedLinkSchemaAndFacetName
- func (s TypedLinkSchemaAndFacetName) String() string
- func (s *TypedLinkSchemaAndFacetName) Validate() error
- type TypedLinkSpecifier
- func (s TypedLinkSpecifier) GoString() string
- func (s *TypedLinkSpecifier) SetIdentityAttributeValues(v []AttributeNameAndValue) *TypedLinkSpecifier
- func (s *TypedLinkSpecifier) SetSourceObjectReference(v *ObjectReference) *TypedLinkSpecifier
- func (s *TypedLinkSpecifier) SetTargetObjectReference(v *ObjectReference) *TypedLinkSpecifier
- func (s *TypedLinkSpecifier) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *TypedLinkSpecifier
- func (s TypedLinkSpecifier) String() string
- func (s *TypedLinkSpecifier) Validate() error
- type UntagResourceInput
- type UntagResourceOutput
- type UntagResourceRequest
- type UpdateActionType
- type UpdateFacetInput
- func (s UpdateFacetInput) GoString() string
- func (s *UpdateFacetInput) SetAttributeUpdates(v []FacetAttributeUpdate) *UpdateFacetInput
- func (s *UpdateFacetInput) SetName(v string) *UpdateFacetInput
- func (s *UpdateFacetInput) SetObjectType(v ObjectType) *UpdateFacetInput
- func (s *UpdateFacetInput) SetSchemaArn(v string) *UpdateFacetInput
- func (s UpdateFacetInput) String() string
- func (s *UpdateFacetInput) Validate() error
- type UpdateFacetOutput
- type UpdateFacetRequest
- type UpdateObjectAttributesInput
- func (s UpdateObjectAttributesInput) GoString() string
- func (s *UpdateObjectAttributesInput) SetAttributeUpdates(v []ObjectAttributeUpdate) *UpdateObjectAttributesInput
- func (s *UpdateObjectAttributesInput) SetDirectoryArn(v string) *UpdateObjectAttributesInput
- func (s *UpdateObjectAttributesInput) SetObjectReference(v *ObjectReference) *UpdateObjectAttributesInput
- func (s UpdateObjectAttributesInput) String() string
- func (s *UpdateObjectAttributesInput) Validate() error
- type UpdateObjectAttributesOutput
- type UpdateObjectAttributesRequest
- type UpdateSchemaInput
- type UpdateSchemaOutput
- type UpdateSchemaRequest
- type UpdateTypedLinkFacetInput
- func (s UpdateTypedLinkFacetInput) GoString() string
- func (s *UpdateTypedLinkFacetInput) SetAttributeUpdates(v []TypedLinkFacetAttributeUpdate) *UpdateTypedLinkFacetInput
- func (s *UpdateTypedLinkFacetInput) SetIdentityAttributeOrder(v []string) *UpdateTypedLinkFacetInput
- func (s *UpdateTypedLinkFacetInput) SetName(v string) *UpdateTypedLinkFacetInput
- func (s *UpdateTypedLinkFacetInput) SetSchemaArn(v string) *UpdateTypedLinkFacetInput
- func (s UpdateTypedLinkFacetInput) String() string
- func (s *UpdateTypedLinkFacetInput) Validate() error
- type UpdateTypedLinkFacetOutput
- type UpdateTypedLinkFacetRequest
- type UpgradeAppliedSchemaInput
- func (s UpgradeAppliedSchemaInput) GoString() string
- func (s *UpgradeAppliedSchemaInput) SetDirectoryArn(v string) *UpgradeAppliedSchemaInput
- func (s *UpgradeAppliedSchemaInput) SetDryRun(v bool) *UpgradeAppliedSchemaInput
- func (s *UpgradeAppliedSchemaInput) SetPublishedSchemaArn(v string) *UpgradeAppliedSchemaInput
- func (s UpgradeAppliedSchemaInput) String() string
- func (s *UpgradeAppliedSchemaInput) Validate() error
- type UpgradeAppliedSchemaOutput
- func (s UpgradeAppliedSchemaOutput) GoString() string
- func (s UpgradeAppliedSchemaOutput) SDKResponseMetadata() aws.Response
- func (s *UpgradeAppliedSchemaOutput) SetDirectoryArn(v string) *UpgradeAppliedSchemaOutput
- func (s *UpgradeAppliedSchemaOutput) SetUpgradedSchemaArn(v string) *UpgradeAppliedSchemaOutput
- func (s UpgradeAppliedSchemaOutput) String() string
- type UpgradeAppliedSchemaRequest
- type UpgradePublishedSchemaInput
- func (s UpgradePublishedSchemaInput) GoString() string
- func (s *UpgradePublishedSchemaInput) SetDevelopmentSchemaArn(v string) *UpgradePublishedSchemaInput
- func (s *UpgradePublishedSchemaInput) SetDryRun(v bool) *UpgradePublishedSchemaInput
- func (s *UpgradePublishedSchemaInput) SetMinorVersion(v string) *UpgradePublishedSchemaInput
- func (s *UpgradePublishedSchemaInput) SetPublishedSchemaArn(v string) *UpgradePublishedSchemaInput
- func (s UpgradePublishedSchemaInput) String() string
- func (s *UpgradePublishedSchemaInput) Validate() error
- type UpgradePublishedSchemaOutput
- type UpgradePublishedSchemaRequest
Constants ¶
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // Access denied. Check your permissions. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeBatchWriteException for service response error code // "BatchWriteException". // // A BatchWrite exception has occurred. ErrCodeBatchWriteException = "BatchWriteException" // ErrCodeCannotListParentOfRootException for service response error code // "CannotListParentOfRootException". // // Cannot list the parents of a Directory root. ErrCodeCannotListParentOfRootException = "CannotListParentOfRootException" // ErrCodeDirectoryAlreadyExistsException for service response error code // "DirectoryAlreadyExistsException". // // Indicates that a Directory could not be created due to a naming conflict. // Choose a different name and try again. ErrCodeDirectoryAlreadyExistsException = "DirectoryAlreadyExistsException" // ErrCodeDirectoryDeletedException for service response error code // "DirectoryDeletedException". // // A directory that has been deleted and to which access has been attempted. // Note: The requested resource will eventually cease to exist. ErrCodeDirectoryDeletedException = "DirectoryDeletedException" // ErrCodeDirectoryNotDisabledException for service response error code // "DirectoryNotDisabledException". // // An operation can only operate on a disabled directory. ErrCodeDirectoryNotDisabledException = "DirectoryNotDisabledException" // ErrCodeDirectoryNotEnabledException for service response error code // "DirectoryNotEnabledException". // // An operation can only operate on a directory that is not enabled. ErrCodeDirectoryNotEnabledException = "DirectoryNotEnabledException" // ErrCodeFacetAlreadyExistsException for service response error code // "FacetAlreadyExistsException". // // A facet with the same name already exists. ErrCodeFacetAlreadyExistsException = "FacetAlreadyExistsException" // ErrCodeFacetInUseException for service response error code // "FacetInUseException". // // Occurs when deleting a facet that contains an attribute that is a target // to an attribute reference in a different facet. ErrCodeFacetInUseException = "FacetInUseException" // ErrCodeFacetNotFoundException for service response error code // "FacetNotFoundException". // // The specified Facet could not be found. ErrCodeFacetNotFoundException = "FacetNotFoundException" // ErrCodeFacetValidationException for service response error code // "FacetValidationException". // // The Facet that you provided was not well formed or could not be validated // with the schema. ErrCodeFacetValidationException = "FacetValidationException" // ErrCodeIncompatibleSchemaException for service response error code // "IncompatibleSchemaException". // // 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. ErrCodeIncompatibleSchemaException = "IncompatibleSchemaException" // ErrCodeIndexedAttributeMissingException for service response error code // "IndexedAttributeMissingException". // // An object has been attempted to be attached to an object that does not have // the appropriate attribute value. ErrCodeIndexedAttributeMissingException = "IndexedAttributeMissingException" // ErrCodeInternalServiceException for service response error code // "InternalServiceException". // // 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 (http://status.aws.amazon.com/) // site to see if there are any operational issues with the service. ErrCodeInternalServiceException = "InternalServiceException" // ErrCodeInvalidArnException for service response error code // "InvalidArnException". // // Indicates that the provided ARN value is not valid. ErrCodeInvalidArnException = "InvalidArnException" // ErrCodeInvalidAttachmentException for service response error code // "InvalidAttachmentException". // // 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. ErrCodeInvalidAttachmentException = "InvalidAttachmentException" // ErrCodeInvalidFacetUpdateException for service response error code // "InvalidFacetUpdateException". // // An attempt to modify a Facet resulted in an invalid schema exception. ErrCodeInvalidFacetUpdateException = "InvalidFacetUpdateException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // // Indicates that the NextToken value is not valid. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeInvalidRuleException for service response error code // "InvalidRuleException". // // Occurs when any of the rule parameter keys or values are invalid. ErrCodeInvalidRuleException = "InvalidRuleException" // ErrCodeInvalidSchemaDocException for service response error code // "InvalidSchemaDocException". // // Indicates that the provided SchemaDoc value is not valid. ErrCodeInvalidSchemaDocException = "InvalidSchemaDocException" // ErrCodeInvalidTaggingRequestException for service response error code // "InvalidTaggingRequestException". // // 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. ErrCodeInvalidTaggingRequestException = "InvalidTaggingRequestException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // Indicates that limits are exceeded. See Limits (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/limits.html) // for more information. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeLinkNameAlreadyInUseException for service response error code // "LinkNameAlreadyInUseException". // // Indicates that a link could not be created due to a naming conflict. Choose // a different name and then try again. ErrCodeLinkNameAlreadyInUseException = "LinkNameAlreadyInUseException" // ErrCodeNotIndexException for service response error code // "NotIndexException". // // Indicates that the requested operation can only operate on index objects. ErrCodeNotIndexException = "NotIndexException" // ErrCodeNotNodeException for service response error code // "NotNodeException". // // Occurs when any invalid operations are performed on an object that is not // a node, such as calling ListObjectChildren for a leaf node object. ErrCodeNotNodeException = "NotNodeException" // ErrCodeNotPolicyException for service response error code // "NotPolicyException". // // Indicates that the requested operation can only operate on policy objects. ErrCodeNotPolicyException = "NotPolicyException" // ErrCodeObjectAlreadyDetachedException for service response error code // "ObjectAlreadyDetachedException". // // Indicates that the object is not attached to the index. ErrCodeObjectAlreadyDetachedException = "ObjectAlreadyDetachedException" // ErrCodeObjectNotDetachedException for service response error code // "ObjectNotDetachedException". // // Indicates that the requested operation cannot be completed because the object // has not been detached from the tree. ErrCodeObjectNotDetachedException = "ObjectNotDetachedException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified resource could not be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeRetryableConflictException for service response error code // "RetryableConflictException". // // Occurs 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. ErrCodeRetryableConflictException = "RetryableConflictException" // ErrCodeSchemaAlreadyExistsException for service response error code // "SchemaAlreadyExistsException". // // Indicates that a schema could not be created due to a naming conflict. Please // select a different name and then try again. ErrCodeSchemaAlreadyExistsException = "SchemaAlreadyExistsException" // ErrCodeSchemaAlreadyPublishedException for service response error code // "SchemaAlreadyPublishedException". // // Indicates that a schema is already published. ErrCodeSchemaAlreadyPublishedException = "SchemaAlreadyPublishedException" // ErrCodeStillContainsLinksException for service response error code // "StillContainsLinksException". // // The object could not be deleted because links still exist. Remove the links // and then try the operation again. ErrCodeStillContainsLinksException = "StillContainsLinksException" // ErrCodeUnsupportedIndexTypeException for service response error code // "UnsupportedIndexTypeException". // // Indicates that the requested index type is not supported. ErrCodeUnsupportedIndexTypeException = "UnsupportedIndexTypeException" // ErrCodeValidationException for service response error code // "ValidationException". // // Indicates that your request is malformed in some manner. See the exception // message. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "clouddirectory" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFacetToObjectInput ¶
type AddFacetToObjectInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Attributes on the facet that you are adding to the object. ObjectAttributeList []AttributeKeyAndValue `type:"list"` // A reference to the object you are adding the specified facet to. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // Identifiers for the facet that you are adding to the object. See SchemaFacet // for details. // // SchemaFacet is a required field SchemaFacet *SchemaFacet `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AddFacetToObjectRequest
func (AddFacetToObjectInput) GoString ¶
func (s AddFacetToObjectInput) GoString() string
GoString returns the string representation
func (*AddFacetToObjectInput) SetDirectoryArn ¶
func (s *AddFacetToObjectInput) SetDirectoryArn(v string) *AddFacetToObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*AddFacetToObjectInput) SetObjectAttributeList ¶
func (s *AddFacetToObjectInput) SetObjectAttributeList(v []AttributeKeyAndValue) *AddFacetToObjectInput
SetObjectAttributeList sets the ObjectAttributeList field's value.
func (*AddFacetToObjectInput) SetObjectReference ¶
func (s *AddFacetToObjectInput) SetObjectReference(v *ObjectReference) *AddFacetToObjectInput
SetObjectReference sets the ObjectReference field's value.
func (*AddFacetToObjectInput) SetSchemaFacet ¶
func (s *AddFacetToObjectInput) SetSchemaFacet(v *SchemaFacet) *AddFacetToObjectInput
SetSchemaFacet sets the SchemaFacet field's value.
func (AddFacetToObjectInput) String ¶
func (s AddFacetToObjectInput) String() string
String returns the string representation
func (*AddFacetToObjectInput) Validate ¶
func (s *AddFacetToObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddFacetToObjectOutput ¶
type AddFacetToObjectOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AddFacetToObjectResponse
func (AddFacetToObjectOutput) GoString ¶
func (s AddFacetToObjectOutput) GoString() string
GoString returns the string representation
func (AddFacetToObjectOutput) SDKResponseMetadata ¶
func (s AddFacetToObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddFacetToObjectOutput) String ¶
func (s AddFacetToObjectOutput) String() string
String returns the string representation
type AddFacetToObjectRequest ¶
type AddFacetToObjectRequest struct { *aws.Request Input *AddFacetToObjectInput }
AddFacetToObjectRequest is a API request type for the AddFacetToObject API operation.
func (AddFacetToObjectRequest) Send ¶
func (r AddFacetToObjectRequest) Send() (*AddFacetToObjectOutput, error)
Send marshals and sends the AddFacetToObject API request.
type ApplySchemaInput ¶
type ApplySchemaInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory into // which the schema is copied. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Published schema Amazon Resource Name (ARN) that needs to be copied. For // more information, see arns. // // PublishedSchemaArn is a required field PublishedSchemaArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ApplySchemaRequest
func (ApplySchemaInput) GoString ¶
func (s ApplySchemaInput) GoString() string
GoString returns the string representation
func (*ApplySchemaInput) SetDirectoryArn ¶
func (s *ApplySchemaInput) SetDirectoryArn(v string) *ApplySchemaInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ApplySchemaInput) SetPublishedSchemaArn ¶
func (s *ApplySchemaInput) SetPublishedSchemaArn(v string) *ApplySchemaInput
SetPublishedSchemaArn sets the PublishedSchemaArn field's value.
func (ApplySchemaInput) String ¶
func (s ApplySchemaInput) String() string
String returns the string representation
func (*ApplySchemaInput) Validate ¶
func (s *ApplySchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ApplySchemaOutput ¶
type ApplySchemaOutput struct { // The applied schema ARN that is associated with the copied schema in the Directory. // You can use this ARN to describe the schema information applied on this directory. // For more information, see arns. AppliedSchemaArn *string `type:"string"` // The ARN that is associated with the Directory. For more information, see // arns. DirectoryArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ApplySchemaResponse
func (ApplySchemaOutput) GoString ¶
func (s ApplySchemaOutput) GoString() string
GoString returns the string representation
func (ApplySchemaOutput) SDKResponseMetadata ¶
func (s ApplySchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ApplySchemaOutput) SetAppliedSchemaArn ¶
func (s *ApplySchemaOutput) SetAppliedSchemaArn(v string) *ApplySchemaOutput
SetAppliedSchemaArn sets the AppliedSchemaArn field's value.
func (*ApplySchemaOutput) SetDirectoryArn ¶
func (s *ApplySchemaOutput) SetDirectoryArn(v string) *ApplySchemaOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (ApplySchemaOutput) String ¶
func (s ApplySchemaOutput) String() string
String returns the string representation
type ApplySchemaRequest ¶
type ApplySchemaRequest struct { *aws.Request Input *ApplySchemaInput }
ApplySchemaRequest is a API request type for the ApplySchema API operation.
func (ApplySchemaRequest) Send ¶
func (r ApplySchemaRequest) Send() (*ApplySchemaOutput, error)
Send marshals and sends the ApplySchema API request.
type AttachObjectInput ¶
type AttachObjectInput struct { // The child object reference to be attached to the object. // // ChildReference is a required field ChildReference *ObjectReference `type:"structure" required:"true"` // Amazon Resource Name (ARN) that is associated with the Directory where both // objects reside. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The link name with which the child object is attached to the parent. // // LinkName is a required field LinkName *string `min:"1" type:"string" required:"true"` // The parent object reference. // // ParentReference is a required field ParentReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachObjectRequest
func (AttachObjectInput) GoString ¶
func (s AttachObjectInput) GoString() string
GoString returns the string representation
func (*AttachObjectInput) SetChildReference ¶
func (s *AttachObjectInput) SetChildReference(v *ObjectReference) *AttachObjectInput
SetChildReference sets the ChildReference field's value.
func (*AttachObjectInput) SetDirectoryArn ¶
func (s *AttachObjectInput) SetDirectoryArn(v string) *AttachObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*AttachObjectInput) SetLinkName ¶
func (s *AttachObjectInput) SetLinkName(v string) *AttachObjectInput
SetLinkName sets the LinkName field's value.
func (*AttachObjectInput) SetParentReference ¶
func (s *AttachObjectInput) SetParentReference(v *ObjectReference) *AttachObjectInput
SetParentReference sets the ParentReference field's value.
func (AttachObjectInput) String ¶
func (s AttachObjectInput) String() string
String returns the string representation
func (*AttachObjectInput) Validate ¶
func (s *AttachObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachObjectOutput ¶
type AttachObjectOutput struct { // The attached ObjectIdentifier, which is the child ObjectIdentifier. AttachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachObjectResponse
func (AttachObjectOutput) GoString ¶
func (s AttachObjectOutput) GoString() string
GoString returns the string representation
func (AttachObjectOutput) SDKResponseMetadata ¶
func (s AttachObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*AttachObjectOutput) SetAttachedObjectIdentifier ¶
func (s *AttachObjectOutput) SetAttachedObjectIdentifier(v string) *AttachObjectOutput
SetAttachedObjectIdentifier sets the AttachedObjectIdentifier field's value.
func (AttachObjectOutput) String ¶
func (s AttachObjectOutput) String() string
String returns the string representation
type AttachObjectRequest ¶
type AttachObjectRequest struct { *aws.Request Input *AttachObjectInput }
AttachObjectRequest is a API request type for the AttachObject API operation.
func (AttachObjectRequest) Send ¶
func (r AttachObjectRequest) Send() (*AttachObjectOutput, error)
Send marshals and sends the AttachObject API request.
type AttachPolicyInput ¶
type AttachPolicyInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory where // both objects reside. For more information, see arns. DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string"` // The reference that identifies the object to which the policy will be attached. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // The reference that is associated with the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachPolicyRequest
func (AttachPolicyInput) GoString ¶
func (s AttachPolicyInput) GoString() string
GoString returns the string representation
func (*AttachPolicyInput) SetDirectoryArn ¶
func (s *AttachPolicyInput) SetDirectoryArn(v string) *AttachPolicyInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*AttachPolicyInput) SetObjectReference ¶
func (s *AttachPolicyInput) SetObjectReference(v *ObjectReference) *AttachPolicyInput
SetObjectReference sets the ObjectReference field's value.
func (*AttachPolicyInput) SetPolicyReference ¶
func (s *AttachPolicyInput) SetPolicyReference(v *ObjectReference) *AttachPolicyInput
SetPolicyReference sets the PolicyReference field's value.
func (AttachPolicyInput) String ¶
func (s AttachPolicyInput) String() string
String returns the string representation
func (*AttachPolicyInput) Validate ¶
func (s *AttachPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachPolicyOutput ¶
type AttachPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachPolicyResponse
func (AttachPolicyOutput) GoString ¶
func (s AttachPolicyOutput) GoString() string
GoString returns the string representation
func (AttachPolicyOutput) SDKResponseMetadata ¶
func (s AttachPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AttachPolicyOutput) String ¶
func (s AttachPolicyOutput) String() string
String returns the string representation
type AttachPolicyRequest ¶
type AttachPolicyRequest struct { *aws.Request Input *AttachPolicyInput }
AttachPolicyRequest is a API request type for the AttachPolicy API operation.
func (AttachPolicyRequest) Send ¶
func (r AttachPolicyRequest) Send() (*AttachPolicyOutput, error)
Send marshals and sends the AttachPolicy API request.
type AttachToIndexInput ¶
type AttachToIndexInput struct { // The Amazon Resource Name (ARN) of the directory where the object and index // exist. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A reference to the index that you are attaching the object to. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // A reference to the object that you are attaching to the index. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachToIndexRequest
func (AttachToIndexInput) GoString ¶
func (s AttachToIndexInput) GoString() string
GoString returns the string representation
func (*AttachToIndexInput) SetDirectoryArn ¶
func (s *AttachToIndexInput) SetDirectoryArn(v string) *AttachToIndexInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*AttachToIndexInput) SetIndexReference ¶
func (s *AttachToIndexInput) SetIndexReference(v *ObjectReference) *AttachToIndexInput
SetIndexReference sets the IndexReference field's value.
func (*AttachToIndexInput) SetTargetReference ¶
func (s *AttachToIndexInput) SetTargetReference(v *ObjectReference) *AttachToIndexInput
SetTargetReference sets the TargetReference field's value.
func (AttachToIndexInput) String ¶
func (s AttachToIndexInput) String() string
String returns the string representation
func (*AttachToIndexInput) Validate ¶
func (s *AttachToIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachToIndexOutput ¶
type AttachToIndexOutput struct { // The ObjectIdentifier of the object that was attached to the index. AttachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachToIndexResponse
func (AttachToIndexOutput) GoString ¶
func (s AttachToIndexOutput) GoString() string
GoString returns the string representation
func (AttachToIndexOutput) SDKResponseMetadata ¶
func (s AttachToIndexOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*AttachToIndexOutput) SetAttachedObjectIdentifier ¶
func (s *AttachToIndexOutput) SetAttachedObjectIdentifier(v string) *AttachToIndexOutput
SetAttachedObjectIdentifier sets the AttachedObjectIdentifier field's value.
func (AttachToIndexOutput) String ¶
func (s AttachToIndexOutput) String() string
String returns the string representation
type AttachToIndexRequest ¶
type AttachToIndexRequest struct { *aws.Request Input *AttachToIndexInput }
AttachToIndexRequest is a API request type for the AttachToIndex API operation.
func (AttachToIndexRequest) Send ¶
func (r AttachToIndexRequest) Send() (*AttachToIndexOutput, error)
Send marshals and sends the AttachToIndex API request.
type AttachTypedLinkInput ¶
type AttachTypedLinkInput struct { // A set of attributes that are associated with the typed link. // // Attributes is a required field Attributes []AttributeNameAndValue `type:"list" required:"true"` // The Amazon Resource Name (ARN) of the directory where you want to attach // the typed link. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Identifies the source object that the typed link will attach to. // // SourceObjectReference is a required field SourceObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the target object that the typed link will attach to. // // TargetObjectReference is a required field TargetObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the typed link facet that is associated with the typed link. // // TypedLinkFacet is a required field TypedLinkFacet *TypedLinkSchemaAndFacetName `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachTypedLinkRequest
func (AttachTypedLinkInput) GoString ¶
func (s AttachTypedLinkInput) GoString() string
GoString returns the string representation
func (*AttachTypedLinkInput) SetAttributes ¶
func (s *AttachTypedLinkInput) SetAttributes(v []AttributeNameAndValue) *AttachTypedLinkInput
SetAttributes sets the Attributes field's value.
func (*AttachTypedLinkInput) SetDirectoryArn ¶
func (s *AttachTypedLinkInput) SetDirectoryArn(v string) *AttachTypedLinkInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*AttachTypedLinkInput) SetSourceObjectReference ¶
func (s *AttachTypedLinkInput) SetSourceObjectReference(v *ObjectReference) *AttachTypedLinkInput
SetSourceObjectReference sets the SourceObjectReference field's value.
func (*AttachTypedLinkInput) SetTargetObjectReference ¶
func (s *AttachTypedLinkInput) SetTargetObjectReference(v *ObjectReference) *AttachTypedLinkInput
SetTargetObjectReference sets the TargetObjectReference field's value.
func (*AttachTypedLinkInput) SetTypedLinkFacet ¶
func (s *AttachTypedLinkInput) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *AttachTypedLinkInput
SetTypedLinkFacet sets the TypedLinkFacet field's value.
func (AttachTypedLinkInput) String ¶
func (s AttachTypedLinkInput) String() string
String returns the string representation
func (*AttachTypedLinkInput) Validate ¶
func (s *AttachTypedLinkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachTypedLinkOutput ¶
type AttachTypedLinkOutput struct { // Returns a typed link specifier as output. TypedLinkSpecifier *TypedLinkSpecifier `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachTypedLinkResponse
func (AttachTypedLinkOutput) GoString ¶
func (s AttachTypedLinkOutput) GoString() string
GoString returns the string representation
func (AttachTypedLinkOutput) SDKResponseMetadata ¶
func (s AttachTypedLinkOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*AttachTypedLinkOutput) SetTypedLinkSpecifier ¶
func (s *AttachTypedLinkOutput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *AttachTypedLinkOutput
SetTypedLinkSpecifier sets the TypedLinkSpecifier field's value.
func (AttachTypedLinkOutput) String ¶
func (s AttachTypedLinkOutput) String() string
String returns the string representation
type AttachTypedLinkRequest ¶
type AttachTypedLinkRequest struct { *aws.Request Input *AttachTypedLinkInput }
AttachTypedLinkRequest is a API request type for the AttachTypedLink API operation.
func (AttachTypedLinkRequest) Send ¶
func (r AttachTypedLinkRequest) Send() (*AttachTypedLinkOutput, error)
Send marshals and sends the AttachTypedLink API request.
type AttributeKey ¶
type AttributeKey struct { // The name of the facet that the attribute exists within. // // FacetName is a required field FacetName *string `min:"1" type:"string" required:"true"` // The name of the attribute. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the schema that contains the facet and // attribute. // // SchemaArn is a required field SchemaArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
A unique identifier for an attribute. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttributeKey
func (AttributeKey) GoString ¶
func (s AttributeKey) GoString() string
GoString returns the string representation
func (*AttributeKey) SetFacetName ¶
func (s *AttributeKey) SetFacetName(v string) *AttributeKey
SetFacetName sets the FacetName field's value.
func (*AttributeKey) SetName ¶
func (s *AttributeKey) SetName(v string) *AttributeKey
SetName sets the Name field's value.
func (*AttributeKey) SetSchemaArn ¶
func (s *AttributeKey) SetSchemaArn(v string) *AttributeKey
SetSchemaArn sets the SchemaArn field's value.
func (AttributeKey) String ¶
func (s AttributeKey) String() string
String returns the string representation
func (*AttributeKey) Validate ¶
func (s *AttributeKey) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttributeKeyAndValue ¶
type AttributeKeyAndValue struct { // The key of the attribute. // // Key is a required field Key *AttributeKey `type:"structure" required:"true"` // The value of the attribute. // // Value is a required field Value *TypedAttributeValue `type:"structure" required:"true"` // contains filtered or unexported fields }
The combination of an attribute key and an attribute value. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttributeKeyAndValue
func (AttributeKeyAndValue) GoString ¶
func (s AttributeKeyAndValue) GoString() string
GoString returns the string representation
func (*AttributeKeyAndValue) SetKey ¶
func (s *AttributeKeyAndValue) SetKey(v *AttributeKey) *AttributeKeyAndValue
SetKey sets the Key field's value.
func (*AttributeKeyAndValue) SetValue ¶
func (s *AttributeKeyAndValue) SetValue(v *TypedAttributeValue) *AttributeKeyAndValue
SetValue sets the Value field's value.
func (AttributeKeyAndValue) String ¶
func (s AttributeKeyAndValue) String() string
String returns the string representation
func (*AttributeKeyAndValue) Validate ¶
func (s *AttributeKeyAndValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttributeNameAndValue ¶
type AttributeNameAndValue struct { // The attribute name of the typed link. // // AttributeName is a required field AttributeName *string `min:"1" type:"string" required:"true"` // The value for the typed link. // // Value is a required field Value *TypedAttributeValue `type:"structure" required:"true"` // contains filtered or unexported fields }
Identifies the attribute name and value for a typed link. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttributeNameAndValue
func (AttributeNameAndValue) GoString ¶
func (s AttributeNameAndValue) GoString() string
GoString returns the string representation
func (*AttributeNameAndValue) SetAttributeName ¶
func (s *AttributeNameAndValue) SetAttributeName(v string) *AttributeNameAndValue
SetAttributeName sets the AttributeName field's value.
func (*AttributeNameAndValue) SetValue ¶
func (s *AttributeNameAndValue) SetValue(v *TypedAttributeValue) *AttributeNameAndValue
SetValue sets the Value field's value.
func (AttributeNameAndValue) String ¶
func (s AttributeNameAndValue) String() string
String returns the string representation
func (*AttributeNameAndValue) Validate ¶
func (s *AttributeNameAndValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAddFacetToObject ¶
type BatchAddFacetToObject struct { // The attributes to set on the object. // // ObjectAttributeList is a required field ObjectAttributeList []AttributeKeyAndValue `type:"list" required:"true"` // A reference to the object being mutated. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // Represents the facet being added to the object. // // SchemaFacet is a required field SchemaFacet *SchemaFacet `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a batch add facet to object operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAddFacetToObject
func (BatchAddFacetToObject) GoString ¶
func (s BatchAddFacetToObject) GoString() string
GoString returns the string representation
func (*BatchAddFacetToObject) SetObjectAttributeList ¶
func (s *BatchAddFacetToObject) SetObjectAttributeList(v []AttributeKeyAndValue) *BatchAddFacetToObject
SetObjectAttributeList sets the ObjectAttributeList field's value.
func (*BatchAddFacetToObject) SetObjectReference ¶
func (s *BatchAddFacetToObject) SetObjectReference(v *ObjectReference) *BatchAddFacetToObject
SetObjectReference sets the ObjectReference field's value.
func (*BatchAddFacetToObject) SetSchemaFacet ¶
func (s *BatchAddFacetToObject) SetSchemaFacet(v *SchemaFacet) *BatchAddFacetToObject
SetSchemaFacet sets the SchemaFacet field's value.
func (BatchAddFacetToObject) String ¶
func (s BatchAddFacetToObject) String() string
String returns the string representation
func (*BatchAddFacetToObject) Validate ¶
func (s *BatchAddFacetToObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAddFacetToObjectResponse ¶
type BatchAddFacetToObjectResponse struct {
// contains filtered or unexported fields
}
The result of a batch add facet to object operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAddFacetToObjectResponse
func (BatchAddFacetToObjectResponse) GoString ¶
func (s BatchAddFacetToObjectResponse) GoString() string
GoString returns the string representation
func (BatchAddFacetToObjectResponse) String ¶
func (s BatchAddFacetToObjectResponse) String() string
String returns the string representation
type BatchAttachObject ¶
type BatchAttachObject struct { // The child object reference that is to be attached to the object. // // ChildReference is a required field ChildReference *ObjectReference `type:"structure" required:"true"` // The name of the link. // // LinkName is a required field LinkName *string `min:"1" type:"string" required:"true"` // The parent object reference. // // ParentReference is a required field ParentReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of an AttachObject operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachObject
func (BatchAttachObject) GoString ¶
func (s BatchAttachObject) GoString() string
GoString returns the string representation
func (*BatchAttachObject) SetChildReference ¶
func (s *BatchAttachObject) SetChildReference(v *ObjectReference) *BatchAttachObject
SetChildReference sets the ChildReference field's value.
func (*BatchAttachObject) SetLinkName ¶
func (s *BatchAttachObject) SetLinkName(v string) *BatchAttachObject
SetLinkName sets the LinkName field's value.
func (*BatchAttachObject) SetParentReference ¶
func (s *BatchAttachObject) SetParentReference(v *ObjectReference) *BatchAttachObject
SetParentReference sets the ParentReference field's value.
func (BatchAttachObject) String ¶
func (s BatchAttachObject) String() string
String returns the string representation
func (*BatchAttachObject) Validate ¶
func (s *BatchAttachObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAttachObjectResponse ¶
type BatchAttachObjectResponse struct { // The ObjectIdentifier of the object that has been attached. AttachedObjectIdentifier *string `locationName:"attachedObjectIdentifier" type:"string"` // contains filtered or unexported fields }
Represents the output batch AttachObject response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachObjectResponse
func (BatchAttachObjectResponse) GoString ¶
func (s BatchAttachObjectResponse) GoString() string
GoString returns the string representation
func (*BatchAttachObjectResponse) SetAttachedObjectIdentifier ¶
func (s *BatchAttachObjectResponse) SetAttachedObjectIdentifier(v string) *BatchAttachObjectResponse
SetAttachedObjectIdentifier sets the AttachedObjectIdentifier field's value.
func (BatchAttachObjectResponse) String ¶
func (s BatchAttachObjectResponse) String() string
String returns the string representation
type BatchAttachPolicy ¶
type BatchAttachPolicy struct { // The reference that identifies the object to which the policy will be attached. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // The reference that is associated with the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachPolicy
func (BatchAttachPolicy) GoString ¶
func (s BatchAttachPolicy) GoString() string
GoString returns the string representation
func (*BatchAttachPolicy) SetObjectReference ¶
func (s *BatchAttachPolicy) SetObjectReference(v *ObjectReference) *BatchAttachPolicy
SetObjectReference sets the ObjectReference field's value.
func (*BatchAttachPolicy) SetPolicyReference ¶
func (s *BatchAttachPolicy) SetPolicyReference(v *ObjectReference) *BatchAttachPolicy
SetPolicyReference sets the PolicyReference field's value.
func (BatchAttachPolicy) String ¶
func (s BatchAttachPolicy) String() string
String returns the string representation
func (*BatchAttachPolicy) Validate ¶
func (s *BatchAttachPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAttachPolicyResponse ¶
type BatchAttachPolicyResponse struct {
// contains filtered or unexported fields
}
Represents the output of an AttachPolicy response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachPolicyResponse
func (BatchAttachPolicyResponse) GoString ¶
func (s BatchAttachPolicyResponse) GoString() string
GoString returns the string representation
func (BatchAttachPolicyResponse) String ¶
func (s BatchAttachPolicyResponse) String() string
String returns the string representation
type BatchAttachToIndex ¶
type BatchAttachToIndex struct { // A reference to the index that you are attaching the object to. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // A reference to the object that you are attaching to the index. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachToIndex
func (BatchAttachToIndex) GoString ¶
func (s BatchAttachToIndex) GoString() string
GoString returns the string representation
func (*BatchAttachToIndex) SetIndexReference ¶
func (s *BatchAttachToIndex) SetIndexReference(v *ObjectReference) *BatchAttachToIndex
SetIndexReference sets the IndexReference field's value.
func (*BatchAttachToIndex) SetTargetReference ¶
func (s *BatchAttachToIndex) SetTargetReference(v *ObjectReference) *BatchAttachToIndex
SetTargetReference sets the TargetReference field's value.
func (BatchAttachToIndex) String ¶
func (s BatchAttachToIndex) String() string
String returns the string representation
func (*BatchAttachToIndex) Validate ¶
func (s *BatchAttachToIndex) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAttachToIndexResponse ¶
type BatchAttachToIndexResponse struct { // The ObjectIdentifier of the object that was attached to the index. AttachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a AttachToIndex response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachToIndexResponse
func (BatchAttachToIndexResponse) GoString ¶
func (s BatchAttachToIndexResponse) GoString() string
GoString returns the string representation
func (*BatchAttachToIndexResponse) SetAttachedObjectIdentifier ¶
func (s *BatchAttachToIndexResponse) SetAttachedObjectIdentifier(v string) *BatchAttachToIndexResponse
SetAttachedObjectIdentifier sets the AttachedObjectIdentifier field's value.
func (BatchAttachToIndexResponse) String ¶
func (s BatchAttachToIndexResponse) String() string
String returns the string representation
type BatchAttachTypedLink ¶
type BatchAttachTypedLink struct { // A set of attributes that are associated with the typed link. // // Attributes is a required field Attributes []AttributeNameAndValue `type:"list" required:"true"` // Identifies the source object that the typed link will attach to. // // SourceObjectReference is a required field SourceObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the target object that the typed link will attach to. // // TargetObjectReference is a required field TargetObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the typed link facet that is associated with the typed link. // // TypedLinkFacet is a required field TypedLinkFacet *TypedLinkSchemaAndFacetName `type:"structure" required:"true"` // contains filtered or unexported fields }
Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachTypedLink
func (BatchAttachTypedLink) GoString ¶
func (s BatchAttachTypedLink) GoString() string
GoString returns the string representation
func (*BatchAttachTypedLink) SetAttributes ¶
func (s *BatchAttachTypedLink) SetAttributes(v []AttributeNameAndValue) *BatchAttachTypedLink
SetAttributes sets the Attributes field's value.
func (*BatchAttachTypedLink) SetSourceObjectReference ¶
func (s *BatchAttachTypedLink) SetSourceObjectReference(v *ObjectReference) *BatchAttachTypedLink
SetSourceObjectReference sets the SourceObjectReference field's value.
func (*BatchAttachTypedLink) SetTargetObjectReference ¶
func (s *BatchAttachTypedLink) SetTargetObjectReference(v *ObjectReference) *BatchAttachTypedLink
SetTargetObjectReference sets the TargetObjectReference field's value.
func (*BatchAttachTypedLink) SetTypedLinkFacet ¶
func (s *BatchAttachTypedLink) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *BatchAttachTypedLink
SetTypedLinkFacet sets the TypedLinkFacet field's value.
func (BatchAttachTypedLink) String ¶
func (s BatchAttachTypedLink) String() string
String returns the string representation
func (*BatchAttachTypedLink) Validate ¶
func (s *BatchAttachTypedLink) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAttachTypedLinkResponse ¶
type BatchAttachTypedLinkResponse struct { // Returns a typed link specifier as output. TypedLinkSpecifier *TypedLinkSpecifier `type:"structure"` // contains filtered or unexported fields }
Represents the output of a AttachTypedLink response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchAttachTypedLinkResponse
func (BatchAttachTypedLinkResponse) GoString ¶
func (s BatchAttachTypedLinkResponse) GoString() string
GoString returns the string representation
func (*BatchAttachTypedLinkResponse) SetTypedLinkSpecifier ¶
func (s *BatchAttachTypedLinkResponse) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchAttachTypedLinkResponse
SetTypedLinkSpecifier sets the TypedLinkSpecifier field's value.
func (BatchAttachTypedLinkResponse) String ¶
func (s BatchAttachTypedLinkResponse) String() string
String returns the string representation
type BatchCreateIndex ¶
type BatchCreateIndex struct { // The batch reference name. See Batches (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#batches) // for more information. BatchReferenceName *string `type:"string"` // Indicates whether the attribute that is being indexed has unique values or // not. // // IsUnique is a required field IsUnique *bool `type:"boolean" required:"true"` // The name of the link between the parent object and the index object. LinkName *string `min:"1" type:"string"` // Specifies the attributes that should be indexed on. Currently only a single // attribute is supported. // // OrderedIndexedAttributeList is a required field OrderedIndexedAttributeList []AttributeKey `type:"list" required:"true"` // A reference to the parent object that contains the index object. ParentReference *ObjectReference `type:"structure"` // contains filtered or unexported fields }
Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchCreateIndex
func (BatchCreateIndex) GoString ¶
func (s BatchCreateIndex) GoString() string
GoString returns the string representation
func (*BatchCreateIndex) SetBatchReferenceName ¶
func (s *BatchCreateIndex) SetBatchReferenceName(v string) *BatchCreateIndex
SetBatchReferenceName sets the BatchReferenceName field's value.
func (*BatchCreateIndex) SetIsUnique ¶
func (s *BatchCreateIndex) SetIsUnique(v bool) *BatchCreateIndex
SetIsUnique sets the IsUnique field's value.
func (*BatchCreateIndex) SetLinkName ¶
func (s *BatchCreateIndex) SetLinkName(v string) *BatchCreateIndex
SetLinkName sets the LinkName field's value.
func (*BatchCreateIndex) SetOrderedIndexedAttributeList ¶
func (s *BatchCreateIndex) SetOrderedIndexedAttributeList(v []AttributeKey) *BatchCreateIndex
SetOrderedIndexedAttributeList sets the OrderedIndexedAttributeList field's value.
func (*BatchCreateIndex) SetParentReference ¶
func (s *BatchCreateIndex) SetParentReference(v *ObjectReference) *BatchCreateIndex
SetParentReference sets the ParentReference field's value.
func (BatchCreateIndex) String ¶
func (s BatchCreateIndex) String() string
String returns the string representation
func (*BatchCreateIndex) Validate ¶
func (s *BatchCreateIndex) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchCreateIndexResponse ¶
type BatchCreateIndexResponse struct { // The ObjectIdentifier of the index created by this operation. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a CreateIndex response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchCreateIndexResponse
func (BatchCreateIndexResponse) GoString ¶
func (s BatchCreateIndexResponse) GoString() string
GoString returns the string representation
func (*BatchCreateIndexResponse) SetObjectIdentifier ¶
func (s *BatchCreateIndexResponse) SetObjectIdentifier(v string) *BatchCreateIndexResponse
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (BatchCreateIndexResponse) String ¶
func (s BatchCreateIndexResponse) String() string
String returns the string representation
type BatchCreateObject ¶
type BatchCreateObject struct { // The batch reference name. See Batches (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#batches) // for more information. // // BatchReferenceName is a required field BatchReferenceName *string `type:"string" required:"true"` // The name of the link. // // LinkName is a required field LinkName *string `min:"1" type:"string" required:"true"` // An attribute map, which contains an attribute ARN as the key and attribute // value as the map value. // // ObjectAttributeList is a required field ObjectAttributeList []AttributeKeyAndValue `type:"list" required:"true"` // If specified, the parent reference to which this object will be attached. // // ParentReference is a required field ParentReference *ObjectReference `type:"structure" required:"true"` // A list of FacetArns that will be associated with the object. For more information, // see arns. // // SchemaFacet is a required field SchemaFacet []SchemaFacet `type:"list" required:"true"` // contains filtered or unexported fields }
Represents the output of a CreateObject operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchCreateObject
func (BatchCreateObject) GoString ¶
func (s BatchCreateObject) GoString() string
GoString returns the string representation
func (*BatchCreateObject) SetBatchReferenceName ¶
func (s *BatchCreateObject) SetBatchReferenceName(v string) *BatchCreateObject
SetBatchReferenceName sets the BatchReferenceName field's value.
func (*BatchCreateObject) SetLinkName ¶
func (s *BatchCreateObject) SetLinkName(v string) *BatchCreateObject
SetLinkName sets the LinkName field's value.
func (*BatchCreateObject) SetObjectAttributeList ¶
func (s *BatchCreateObject) SetObjectAttributeList(v []AttributeKeyAndValue) *BatchCreateObject
SetObjectAttributeList sets the ObjectAttributeList field's value.
func (*BatchCreateObject) SetParentReference ¶
func (s *BatchCreateObject) SetParentReference(v *ObjectReference) *BatchCreateObject
SetParentReference sets the ParentReference field's value.
func (*BatchCreateObject) SetSchemaFacet ¶
func (s *BatchCreateObject) SetSchemaFacet(v []SchemaFacet) *BatchCreateObject
SetSchemaFacet sets the SchemaFacet field's value.
func (BatchCreateObject) String ¶
func (s BatchCreateObject) String() string
String returns the string representation
func (*BatchCreateObject) Validate ¶
func (s *BatchCreateObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchCreateObjectResponse ¶
type BatchCreateObjectResponse struct { // The ID that is associated with the object. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a CreateObject response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchCreateObjectResponse
func (BatchCreateObjectResponse) GoString ¶
func (s BatchCreateObjectResponse) GoString() string
GoString returns the string representation
func (*BatchCreateObjectResponse) SetObjectIdentifier ¶
func (s *BatchCreateObjectResponse) SetObjectIdentifier(v string) *BatchCreateObjectResponse
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (BatchCreateObjectResponse) String ¶
func (s BatchCreateObjectResponse) String() string
String returns the string representation
type BatchDeleteObject ¶
type BatchDeleteObject struct { // The reference that identifies the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a DeleteObject operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDeleteObject
func (BatchDeleteObject) GoString ¶
func (s BatchDeleteObject) GoString() string
GoString returns the string representation
func (*BatchDeleteObject) SetObjectReference ¶
func (s *BatchDeleteObject) SetObjectReference(v *ObjectReference) *BatchDeleteObject
SetObjectReference sets the ObjectReference field's value.
func (BatchDeleteObject) String ¶
func (s BatchDeleteObject) String() string
String returns the string representation
func (*BatchDeleteObject) Validate ¶
func (s *BatchDeleteObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteObjectResponse ¶
type BatchDeleteObjectResponse struct {
// contains filtered or unexported fields
}
Represents the output of a DeleteObject response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDeleteObjectResponse
func (BatchDeleteObjectResponse) GoString ¶
func (s BatchDeleteObjectResponse) GoString() string
GoString returns the string representation
func (BatchDeleteObjectResponse) String ¶
func (s BatchDeleteObjectResponse) String() string
String returns the string representation
type BatchDetachFromIndex ¶
type BatchDetachFromIndex struct { // A reference to the index object. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // A reference to the object being detached from the index. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachFromIndex
func (BatchDetachFromIndex) GoString ¶
func (s BatchDetachFromIndex) GoString() string
GoString returns the string representation
func (*BatchDetachFromIndex) SetIndexReference ¶
func (s *BatchDetachFromIndex) SetIndexReference(v *ObjectReference) *BatchDetachFromIndex
SetIndexReference sets the IndexReference field's value.
func (*BatchDetachFromIndex) SetTargetReference ¶
func (s *BatchDetachFromIndex) SetTargetReference(v *ObjectReference) *BatchDetachFromIndex
SetTargetReference sets the TargetReference field's value.
func (BatchDetachFromIndex) String ¶
func (s BatchDetachFromIndex) String() string
String returns the string representation
func (*BatchDetachFromIndex) Validate ¶
func (s *BatchDetachFromIndex) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDetachFromIndexResponse ¶
type BatchDetachFromIndexResponse struct { // The ObjectIdentifier of the object that was detached from the index. DetachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a DetachFromIndex response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachFromIndexResponse
func (BatchDetachFromIndexResponse) GoString ¶
func (s BatchDetachFromIndexResponse) GoString() string
GoString returns the string representation
func (*BatchDetachFromIndexResponse) SetDetachedObjectIdentifier ¶
func (s *BatchDetachFromIndexResponse) SetDetachedObjectIdentifier(v string) *BatchDetachFromIndexResponse
SetDetachedObjectIdentifier sets the DetachedObjectIdentifier field's value.
func (BatchDetachFromIndexResponse) String ¶
func (s BatchDetachFromIndexResponse) String() string
String returns the string representation
type BatchDetachObject ¶
type BatchDetachObject struct { // The batch reference name. See Batches (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#batches) // for more information. // // BatchReferenceName is a required field BatchReferenceName *string `type:"string" required:"true"` // The name of the link. // // LinkName is a required field LinkName *string `min:"1" type:"string" required:"true"` // Parent reference from which the object with the specified link name is detached. // // ParentReference is a required field ParentReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a DetachObject operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachObject
func (BatchDetachObject) GoString ¶
func (s BatchDetachObject) GoString() string
GoString returns the string representation
func (*BatchDetachObject) SetBatchReferenceName ¶
func (s *BatchDetachObject) SetBatchReferenceName(v string) *BatchDetachObject
SetBatchReferenceName sets the BatchReferenceName field's value.
func (*BatchDetachObject) SetLinkName ¶
func (s *BatchDetachObject) SetLinkName(v string) *BatchDetachObject
SetLinkName sets the LinkName field's value.
func (*BatchDetachObject) SetParentReference ¶
func (s *BatchDetachObject) SetParentReference(v *ObjectReference) *BatchDetachObject
SetParentReference sets the ParentReference field's value.
func (BatchDetachObject) String ¶
func (s BatchDetachObject) String() string
String returns the string representation
func (*BatchDetachObject) Validate ¶
func (s *BatchDetachObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDetachObjectResponse ¶
type BatchDetachObjectResponse struct { // The ObjectIdentifier of the detached object. DetachedObjectIdentifier *string `locationName:"detachedObjectIdentifier" type:"string"` // contains filtered or unexported fields }
Represents the output of a DetachObject response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachObjectResponse
func (BatchDetachObjectResponse) GoString ¶
func (s BatchDetachObjectResponse) GoString() string
GoString returns the string representation
func (*BatchDetachObjectResponse) SetDetachedObjectIdentifier ¶
func (s *BatchDetachObjectResponse) SetDetachedObjectIdentifier(v string) *BatchDetachObjectResponse
SetDetachedObjectIdentifier sets the DetachedObjectIdentifier field's value.
func (BatchDetachObjectResponse) String ¶
func (s BatchDetachObjectResponse) String() string
String returns the string representation
type BatchDetachPolicy ¶
type BatchDetachPolicy struct { // Reference that identifies the object whose policy object will be detached. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // Reference that identifies the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachPolicy
func (BatchDetachPolicy) GoString ¶
func (s BatchDetachPolicy) GoString() string
GoString returns the string representation
func (*BatchDetachPolicy) SetObjectReference ¶
func (s *BatchDetachPolicy) SetObjectReference(v *ObjectReference) *BatchDetachPolicy
SetObjectReference sets the ObjectReference field's value.
func (*BatchDetachPolicy) SetPolicyReference ¶
func (s *BatchDetachPolicy) SetPolicyReference(v *ObjectReference) *BatchDetachPolicy
SetPolicyReference sets the PolicyReference field's value.
func (BatchDetachPolicy) String ¶
func (s BatchDetachPolicy) String() string
String returns the string representation
func (*BatchDetachPolicy) Validate ¶
func (s *BatchDetachPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDetachPolicyResponse ¶
type BatchDetachPolicyResponse struct {
// contains filtered or unexported fields
}
Represents the output of a DetachPolicy response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachPolicyResponse
func (BatchDetachPolicyResponse) GoString ¶
func (s BatchDetachPolicyResponse) GoString() string
GoString returns the string representation
func (BatchDetachPolicyResponse) String ¶
func (s BatchDetachPolicyResponse) String() string
String returns the string representation
type BatchDetachTypedLink ¶
type BatchDetachTypedLink struct { // Used to accept a typed link specifier as input. // // TypedLinkSpecifier is a required field TypedLinkSpecifier *TypedLinkSpecifier `type:"structure" required:"true"` // contains filtered or unexported fields }
Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachTypedLink
func (BatchDetachTypedLink) GoString ¶
func (s BatchDetachTypedLink) GoString() string
GoString returns the string representation
func (*BatchDetachTypedLink) SetTypedLinkSpecifier ¶
func (s *BatchDetachTypedLink) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchDetachTypedLink
SetTypedLinkSpecifier sets the TypedLinkSpecifier field's value.
func (BatchDetachTypedLink) String ¶
func (s BatchDetachTypedLink) String() string
String returns the string representation
func (*BatchDetachTypedLink) Validate ¶
func (s *BatchDetachTypedLink) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDetachTypedLinkResponse ¶
type BatchDetachTypedLinkResponse struct {
// contains filtered or unexported fields
}
Represents the output of a DetachTypedLink response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchDetachTypedLinkResponse
func (BatchDetachTypedLinkResponse) GoString ¶
func (s BatchDetachTypedLinkResponse) GoString() string
GoString returns the string representation
func (BatchDetachTypedLinkResponse) String ¶
func (s BatchDetachTypedLinkResponse) String() string
String returns the string representation
type BatchGetObjectInformation ¶
type BatchGetObjectInformation struct { // A reference to the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchGetObjectInformation
func (BatchGetObjectInformation) GoString ¶
func (s BatchGetObjectInformation) GoString() string
GoString returns the string representation
func (*BatchGetObjectInformation) SetObjectReference ¶
func (s *BatchGetObjectInformation) SetObjectReference(v *ObjectReference) *BatchGetObjectInformation
SetObjectReference sets the ObjectReference field's value.
func (BatchGetObjectInformation) String ¶
func (s BatchGetObjectInformation) String() string
String returns the string representation
func (*BatchGetObjectInformation) Validate ¶
func (s *BatchGetObjectInformation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetObjectInformationResponse ¶
type BatchGetObjectInformationResponse struct { // The ObjectIdentifier of the specified object. ObjectIdentifier *string `type:"string"` // The facets attached to the specified object. SchemaFacets []SchemaFacet `type:"list"` // contains filtered or unexported fields }
Represents the output of a GetObjectInformation response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchGetObjectInformationResponse
func (BatchGetObjectInformationResponse) GoString ¶
func (s BatchGetObjectInformationResponse) GoString() string
GoString returns the string representation
func (*BatchGetObjectInformationResponse) SetObjectIdentifier ¶
func (s *BatchGetObjectInformationResponse) SetObjectIdentifier(v string) *BatchGetObjectInformationResponse
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (*BatchGetObjectInformationResponse) SetSchemaFacets ¶
func (s *BatchGetObjectInformationResponse) SetSchemaFacets(v []SchemaFacet) *BatchGetObjectInformationResponse
SetSchemaFacets sets the SchemaFacets field's value.
func (BatchGetObjectInformationResponse) String ¶
func (s BatchGetObjectInformationResponse) String() string
String returns the string representation
type BatchListAttachedIndices ¶
type BatchListAttachedIndices struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // A reference to the object that has indices attached. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListAttachedIndices
func (BatchListAttachedIndices) GoString ¶
func (s BatchListAttachedIndices) GoString() string
GoString returns the string representation
func (*BatchListAttachedIndices) SetMaxResults ¶
func (s *BatchListAttachedIndices) SetMaxResults(v int64) *BatchListAttachedIndices
SetMaxResults sets the MaxResults field's value.
func (*BatchListAttachedIndices) SetNextToken ¶
func (s *BatchListAttachedIndices) SetNextToken(v string) *BatchListAttachedIndices
SetNextToken sets the NextToken field's value.
func (*BatchListAttachedIndices) SetTargetReference ¶
func (s *BatchListAttachedIndices) SetTargetReference(v *ObjectReference) *BatchListAttachedIndices
SetTargetReference sets the TargetReference field's value.
func (BatchListAttachedIndices) String ¶
func (s BatchListAttachedIndices) String() string
String returns the string representation
func (*BatchListAttachedIndices) Validate ¶
func (s *BatchListAttachedIndices) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListAttachedIndicesResponse ¶
type BatchListAttachedIndicesResponse struct { // The indices attached to the specified object. IndexAttachments []IndexAttachment `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListAttachedIndices response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListAttachedIndicesResponse
func (BatchListAttachedIndicesResponse) GoString ¶
func (s BatchListAttachedIndicesResponse) GoString() string
GoString returns the string representation
func (*BatchListAttachedIndicesResponse) SetIndexAttachments ¶
func (s *BatchListAttachedIndicesResponse) SetIndexAttachments(v []IndexAttachment) *BatchListAttachedIndicesResponse
SetIndexAttachments sets the IndexAttachments field's value.
func (*BatchListAttachedIndicesResponse) SetNextToken ¶
func (s *BatchListAttachedIndicesResponse) SetNextToken(v string) *BatchListAttachedIndicesResponse
SetNextToken sets the NextToken field's value.
func (BatchListAttachedIndicesResponse) String ¶
func (s BatchListAttachedIndicesResponse) String() string
String returns the string representation
type BatchListIncomingTypedLinks ¶
type BatchListIncomingTypedLinks struct { // Provides range filters for multiple attributes. When providing ranges to // typed link selection, any inexact ranges must be specified at the end. Any // attributes that do not have a range specified are presumed to match the entire // range. FilterAttributeRanges []TypedLinkAttributeRange `type:"list"` // Filters are interpreted in the order of the attributes on the typed link // facet, not the order in which they are supplied to any API calls. FilterTypedLink *TypedLinkSchemaAndFacetName `type:"structure"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListIncomingTypedLinks and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListIncomingTypedLinks
func (BatchListIncomingTypedLinks) GoString ¶
func (s BatchListIncomingTypedLinks) GoString() string
GoString returns the string representation
func (*BatchListIncomingTypedLinks) SetFilterAttributeRanges ¶
func (s *BatchListIncomingTypedLinks) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *BatchListIncomingTypedLinks
SetFilterAttributeRanges sets the FilterAttributeRanges field's value.
func (*BatchListIncomingTypedLinks) SetFilterTypedLink ¶
func (s *BatchListIncomingTypedLinks) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *BatchListIncomingTypedLinks
SetFilterTypedLink sets the FilterTypedLink field's value.
func (*BatchListIncomingTypedLinks) SetMaxResults ¶
func (s *BatchListIncomingTypedLinks) SetMaxResults(v int64) *BatchListIncomingTypedLinks
SetMaxResults sets the MaxResults field's value.
func (*BatchListIncomingTypedLinks) SetNextToken ¶
func (s *BatchListIncomingTypedLinks) SetNextToken(v string) *BatchListIncomingTypedLinks
SetNextToken sets the NextToken field's value.
func (*BatchListIncomingTypedLinks) SetObjectReference ¶
func (s *BatchListIncomingTypedLinks) SetObjectReference(v *ObjectReference) *BatchListIncomingTypedLinks
SetObjectReference sets the ObjectReference field's value.
func (BatchListIncomingTypedLinks) String ¶
func (s BatchListIncomingTypedLinks) String() string
String returns the string representation
func (*BatchListIncomingTypedLinks) Validate ¶
func (s *BatchListIncomingTypedLinks) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListIncomingTypedLinksResponse ¶
type BatchListIncomingTypedLinksResponse struct { // Returns one or more typed link specifiers as output. LinkSpecifiers []TypedLinkSpecifier `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListIncomingTypedLinks response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListIncomingTypedLinksResponse
func (BatchListIncomingTypedLinksResponse) GoString ¶
func (s BatchListIncomingTypedLinksResponse) GoString() string
GoString returns the string representation
func (*BatchListIncomingTypedLinksResponse) SetLinkSpecifiers ¶
func (s *BatchListIncomingTypedLinksResponse) SetLinkSpecifiers(v []TypedLinkSpecifier) *BatchListIncomingTypedLinksResponse
SetLinkSpecifiers sets the LinkSpecifiers field's value.
func (*BatchListIncomingTypedLinksResponse) SetNextToken ¶
func (s *BatchListIncomingTypedLinksResponse) SetNextToken(v string) *BatchListIncomingTypedLinksResponse
SetNextToken sets the NextToken field's value.
func (BatchListIncomingTypedLinksResponse) String ¶
func (s BatchListIncomingTypedLinksResponse) String() string
String returns the string representation
type BatchListIndex ¶
type BatchListIndex struct { // The reference to the index to list. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Specifies the ranges of indexed values that you want to query. RangesOnIndexedValues []ObjectAttributeRange `type:"list"` // contains filtered or unexported fields }
Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListIndex
func (BatchListIndex) GoString ¶
func (s BatchListIndex) GoString() string
GoString returns the string representation
func (*BatchListIndex) SetIndexReference ¶
func (s *BatchListIndex) SetIndexReference(v *ObjectReference) *BatchListIndex
SetIndexReference sets the IndexReference field's value.
func (*BatchListIndex) SetMaxResults ¶
func (s *BatchListIndex) SetMaxResults(v int64) *BatchListIndex
SetMaxResults sets the MaxResults field's value.
func (*BatchListIndex) SetNextToken ¶
func (s *BatchListIndex) SetNextToken(v string) *BatchListIndex
SetNextToken sets the NextToken field's value.
func (*BatchListIndex) SetRangesOnIndexedValues ¶
func (s *BatchListIndex) SetRangesOnIndexedValues(v []ObjectAttributeRange) *BatchListIndex
SetRangesOnIndexedValues sets the RangesOnIndexedValues field's value.
func (BatchListIndex) String ¶
func (s BatchListIndex) String() string
String returns the string representation
func (*BatchListIndex) Validate ¶
func (s *BatchListIndex) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListIndexResponse ¶
type BatchListIndexResponse struct { // The objects and indexed values attached to the index. IndexAttachments []IndexAttachment `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListIndex response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListIndexResponse
func (BatchListIndexResponse) GoString ¶
func (s BatchListIndexResponse) GoString() string
GoString returns the string representation
func (*BatchListIndexResponse) SetIndexAttachments ¶
func (s *BatchListIndexResponse) SetIndexAttachments(v []IndexAttachment) *BatchListIndexResponse
SetIndexAttachments sets the IndexAttachments field's value.
func (*BatchListIndexResponse) SetNextToken ¶
func (s *BatchListIndexResponse) SetNextToken(v string) *BatchListIndexResponse
SetNextToken sets the NextToken field's value.
func (BatchListIndexResponse) String ¶
func (s BatchListIndexResponse) String() string
String returns the string representation
type BatchListObjectAttributes ¶
type BatchListObjectAttributes struct { // Used to filter the list of object attributes that are associated with a certain // facet. FacetFilter *SchemaFacet `type:"structure"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Reference of the object whose attributes need to be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a ListObjectAttributes operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectAttributes
func (BatchListObjectAttributes) GoString ¶
func (s BatchListObjectAttributes) GoString() string
GoString returns the string representation
func (*BatchListObjectAttributes) SetFacetFilter ¶
func (s *BatchListObjectAttributes) SetFacetFilter(v *SchemaFacet) *BatchListObjectAttributes
SetFacetFilter sets the FacetFilter field's value.
func (*BatchListObjectAttributes) SetMaxResults ¶
func (s *BatchListObjectAttributes) SetMaxResults(v int64) *BatchListObjectAttributes
SetMaxResults sets the MaxResults field's value.
func (*BatchListObjectAttributes) SetNextToken ¶
func (s *BatchListObjectAttributes) SetNextToken(v string) *BatchListObjectAttributes
SetNextToken sets the NextToken field's value.
func (*BatchListObjectAttributes) SetObjectReference ¶
func (s *BatchListObjectAttributes) SetObjectReference(v *ObjectReference) *BatchListObjectAttributes
SetObjectReference sets the ObjectReference field's value.
func (BatchListObjectAttributes) String ¶
func (s BatchListObjectAttributes) String() string
String returns the string representation
func (*BatchListObjectAttributes) Validate ¶
func (s *BatchListObjectAttributes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListObjectAttributesResponse ¶
type BatchListObjectAttributesResponse struct { // The attributes map that is associated with the object. AttributeArn is the // key; attribute value is the value. Attributes []AttributeKeyAndValue `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListObjectAttributes response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectAttributesResponse
func (BatchListObjectAttributesResponse) GoString ¶
func (s BatchListObjectAttributesResponse) GoString() string
GoString returns the string representation
func (*BatchListObjectAttributesResponse) SetAttributes ¶
func (s *BatchListObjectAttributesResponse) SetAttributes(v []AttributeKeyAndValue) *BatchListObjectAttributesResponse
SetAttributes sets the Attributes field's value.
func (*BatchListObjectAttributesResponse) SetNextToken ¶
func (s *BatchListObjectAttributesResponse) SetNextToken(v string) *BatchListObjectAttributesResponse
SetNextToken sets the NextToken field's value.
func (BatchListObjectAttributesResponse) String ¶
func (s BatchListObjectAttributesResponse) String() string
String returns the string representation
type BatchListObjectChildren ¶
type BatchListObjectChildren struct { // Maximum number of items to be retrieved in a single call. This is an approximate // number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Reference of the object for which child objects are being listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a ListObjectChildren operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectChildren
func (BatchListObjectChildren) GoString ¶
func (s BatchListObjectChildren) GoString() string
GoString returns the string representation
func (*BatchListObjectChildren) SetMaxResults ¶
func (s *BatchListObjectChildren) SetMaxResults(v int64) *BatchListObjectChildren
SetMaxResults sets the MaxResults field's value.
func (*BatchListObjectChildren) SetNextToken ¶
func (s *BatchListObjectChildren) SetNextToken(v string) *BatchListObjectChildren
SetNextToken sets the NextToken field's value.
func (*BatchListObjectChildren) SetObjectReference ¶
func (s *BatchListObjectChildren) SetObjectReference(v *ObjectReference) *BatchListObjectChildren
SetObjectReference sets the ObjectReference field's value.
func (BatchListObjectChildren) String ¶
func (s BatchListObjectChildren) String() string
String returns the string representation
func (*BatchListObjectChildren) Validate ¶
func (s *BatchListObjectChildren) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListObjectChildrenResponse ¶
type BatchListObjectChildrenResponse struct { // The children structure, which is a map with the key as the LinkName and ObjectIdentifier // as the value. Children map[string]string `type:"map"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListObjectChildren response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectChildrenResponse
func (BatchListObjectChildrenResponse) GoString ¶
func (s BatchListObjectChildrenResponse) GoString() string
GoString returns the string representation
func (*BatchListObjectChildrenResponse) SetChildren ¶
func (s *BatchListObjectChildrenResponse) SetChildren(v map[string]string) *BatchListObjectChildrenResponse
SetChildren sets the Children field's value.
func (*BatchListObjectChildrenResponse) SetNextToken ¶
func (s *BatchListObjectChildrenResponse) SetNextToken(v string) *BatchListObjectChildrenResponse
SetNextToken sets the NextToken field's value.
func (BatchListObjectChildrenResponse) String ¶
func (s BatchListObjectChildrenResponse) String() string
String returns the string representation
type BatchListObjectParentPaths ¶
type BatchListObjectParentPaths struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectParentPaths
func (BatchListObjectParentPaths) GoString ¶
func (s BatchListObjectParentPaths) GoString() string
GoString returns the string representation
func (*BatchListObjectParentPaths) SetMaxResults ¶
func (s *BatchListObjectParentPaths) SetMaxResults(v int64) *BatchListObjectParentPaths
SetMaxResults sets the MaxResults field's value.
func (*BatchListObjectParentPaths) SetNextToken ¶
func (s *BatchListObjectParentPaths) SetNextToken(v string) *BatchListObjectParentPaths
SetNextToken sets the NextToken field's value.
func (*BatchListObjectParentPaths) SetObjectReference ¶
func (s *BatchListObjectParentPaths) SetObjectReference(v *ObjectReference) *BatchListObjectParentPaths
SetObjectReference sets the ObjectReference field's value.
func (BatchListObjectParentPaths) String ¶
func (s BatchListObjectParentPaths) String() string
String returns the string representation
func (*BatchListObjectParentPaths) Validate ¶
func (s *BatchListObjectParentPaths) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListObjectParentPathsResponse ¶
type BatchListObjectParentPathsResponse struct { // The pagination token. NextToken *string `type:"string"` // Returns the path to the ObjectIdentifiers that are associated with the directory. PathToObjectIdentifiersList []PathToObjectIdentifiers `type:"list"` // contains filtered or unexported fields }
Represents the output of a ListObjectParentPaths response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectParentPathsResponse
func (BatchListObjectParentPathsResponse) GoString ¶
func (s BatchListObjectParentPathsResponse) GoString() string
GoString returns the string representation
func (*BatchListObjectParentPathsResponse) SetNextToken ¶
func (s *BatchListObjectParentPathsResponse) SetNextToken(v string) *BatchListObjectParentPathsResponse
SetNextToken sets the NextToken field's value.
func (*BatchListObjectParentPathsResponse) SetPathToObjectIdentifiersList ¶
func (s *BatchListObjectParentPathsResponse) SetPathToObjectIdentifiersList(v []PathToObjectIdentifiers) *BatchListObjectParentPathsResponse
SetPathToObjectIdentifiersList sets the PathToObjectIdentifiersList field's value.
func (BatchListObjectParentPathsResponse) String ¶
func (s BatchListObjectParentPathsResponse) String() string
String returns the string representation
type BatchListObjectPolicies ¶
type BatchListObjectPolicies struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectPolicies
func (BatchListObjectPolicies) GoString ¶
func (s BatchListObjectPolicies) GoString() string
GoString returns the string representation
func (*BatchListObjectPolicies) SetMaxResults ¶
func (s *BatchListObjectPolicies) SetMaxResults(v int64) *BatchListObjectPolicies
SetMaxResults sets the MaxResults field's value.
func (*BatchListObjectPolicies) SetNextToken ¶
func (s *BatchListObjectPolicies) SetNextToken(v string) *BatchListObjectPolicies
SetNextToken sets the NextToken field's value.
func (*BatchListObjectPolicies) SetObjectReference ¶
func (s *BatchListObjectPolicies) SetObjectReference(v *ObjectReference) *BatchListObjectPolicies
SetObjectReference sets the ObjectReference field's value.
func (BatchListObjectPolicies) String ¶
func (s BatchListObjectPolicies) String() string
String returns the string representation
func (*BatchListObjectPolicies) Validate ¶
func (s *BatchListObjectPolicies) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListObjectPoliciesResponse ¶
type BatchListObjectPoliciesResponse struct { // A list of policy ObjectIdentifiers, that are attached to the object. AttachedPolicyIds []string `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a ListObjectPolicies response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListObjectPoliciesResponse
func (BatchListObjectPoliciesResponse) GoString ¶
func (s BatchListObjectPoliciesResponse) GoString() string
GoString returns the string representation
func (*BatchListObjectPoliciesResponse) SetAttachedPolicyIds ¶
func (s *BatchListObjectPoliciesResponse) SetAttachedPolicyIds(v []string) *BatchListObjectPoliciesResponse
SetAttachedPolicyIds sets the AttachedPolicyIds field's value.
func (*BatchListObjectPoliciesResponse) SetNextToken ¶
func (s *BatchListObjectPoliciesResponse) SetNextToken(v string) *BatchListObjectPoliciesResponse
SetNextToken sets the NextToken field's value.
func (BatchListObjectPoliciesResponse) String ¶
func (s BatchListObjectPoliciesResponse) String() string
String returns the string representation
type BatchListOutgoingTypedLinks ¶
type BatchListOutgoingTypedLinks struct { // Provides range filters for multiple attributes. When providing ranges to // typed link selection, any inexact ranges must be specified at the end. Any // attributes that do not have a range specified are presumed to match the entire // range. FilterAttributeRanges []TypedLinkAttributeRange `type:"list"` // Filters are interpreted in the order of the attributes defined on the typed // link facet, not the order they are supplied to any API calls. FilterTypedLink *TypedLinkSchemaAndFacetName `type:"structure"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListOutgoingTypedLinks and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListOutgoingTypedLinks
func (BatchListOutgoingTypedLinks) GoString ¶
func (s BatchListOutgoingTypedLinks) GoString() string
GoString returns the string representation
func (*BatchListOutgoingTypedLinks) SetFilterAttributeRanges ¶
func (s *BatchListOutgoingTypedLinks) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *BatchListOutgoingTypedLinks
SetFilterAttributeRanges sets the FilterAttributeRanges field's value.
func (*BatchListOutgoingTypedLinks) SetFilterTypedLink ¶
func (s *BatchListOutgoingTypedLinks) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *BatchListOutgoingTypedLinks
SetFilterTypedLink sets the FilterTypedLink field's value.
func (*BatchListOutgoingTypedLinks) SetMaxResults ¶
func (s *BatchListOutgoingTypedLinks) SetMaxResults(v int64) *BatchListOutgoingTypedLinks
SetMaxResults sets the MaxResults field's value.
func (*BatchListOutgoingTypedLinks) SetNextToken ¶
func (s *BatchListOutgoingTypedLinks) SetNextToken(v string) *BatchListOutgoingTypedLinks
SetNextToken sets the NextToken field's value.
func (*BatchListOutgoingTypedLinks) SetObjectReference ¶
func (s *BatchListOutgoingTypedLinks) SetObjectReference(v *ObjectReference) *BatchListOutgoingTypedLinks
SetObjectReference sets the ObjectReference field's value.
func (BatchListOutgoingTypedLinks) String ¶
func (s BatchListOutgoingTypedLinks) String() string
String returns the string representation
func (*BatchListOutgoingTypedLinks) Validate ¶
func (s *BatchListOutgoingTypedLinks) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListOutgoingTypedLinksResponse ¶
type BatchListOutgoingTypedLinksResponse struct { // The pagination token. NextToken *string `type:"string"` // Returns a typed link specifier as output. TypedLinkSpecifiers []TypedLinkSpecifier `type:"list"` // contains filtered or unexported fields }
Represents the output of a ListOutgoingTypedLinks response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListOutgoingTypedLinksResponse
func (BatchListOutgoingTypedLinksResponse) GoString ¶
func (s BatchListOutgoingTypedLinksResponse) GoString() string
GoString returns the string representation
func (*BatchListOutgoingTypedLinksResponse) SetNextToken ¶
func (s *BatchListOutgoingTypedLinksResponse) SetNextToken(v string) *BatchListOutgoingTypedLinksResponse
SetNextToken sets the NextToken field's value.
func (*BatchListOutgoingTypedLinksResponse) SetTypedLinkSpecifiers ¶
func (s *BatchListOutgoingTypedLinksResponse) SetTypedLinkSpecifiers(v []TypedLinkSpecifier) *BatchListOutgoingTypedLinksResponse
SetTypedLinkSpecifiers sets the TypedLinkSpecifiers field's value.
func (BatchListOutgoingTypedLinksResponse) String ¶
func (s BatchListOutgoingTypedLinksResponse) String() string
String returns the string representation
type BatchListPolicyAttachments ¶
type BatchListPolicyAttachments struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListPolicyAttachments
func (BatchListPolicyAttachments) GoString ¶
func (s BatchListPolicyAttachments) GoString() string
GoString returns the string representation
func (*BatchListPolicyAttachments) SetMaxResults ¶
func (s *BatchListPolicyAttachments) SetMaxResults(v int64) *BatchListPolicyAttachments
SetMaxResults sets the MaxResults field's value.
func (*BatchListPolicyAttachments) SetNextToken ¶
func (s *BatchListPolicyAttachments) SetNextToken(v string) *BatchListPolicyAttachments
SetNextToken sets the NextToken field's value.
func (*BatchListPolicyAttachments) SetPolicyReference ¶
func (s *BatchListPolicyAttachments) SetPolicyReference(v *ObjectReference) *BatchListPolicyAttachments
SetPolicyReference sets the PolicyReference field's value.
func (BatchListPolicyAttachments) String ¶
func (s BatchListPolicyAttachments) String() string
String returns the string representation
func (*BatchListPolicyAttachments) Validate ¶
func (s *BatchListPolicyAttachments) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchListPolicyAttachmentsResponse ¶
type BatchListPolicyAttachmentsResponse struct { // The pagination token. NextToken *string `type:"string"` // A list of ObjectIdentifiers to which the policy is attached. ObjectIdentifiers []string `type:"list"` // contains filtered or unexported fields }
Represents the output of a ListPolicyAttachments response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchListPolicyAttachmentsResponse
func (BatchListPolicyAttachmentsResponse) GoString ¶
func (s BatchListPolicyAttachmentsResponse) GoString() string
GoString returns the string representation
func (*BatchListPolicyAttachmentsResponse) SetNextToken ¶
func (s *BatchListPolicyAttachmentsResponse) SetNextToken(v string) *BatchListPolicyAttachmentsResponse
SetNextToken sets the NextToken field's value.
func (*BatchListPolicyAttachmentsResponse) SetObjectIdentifiers ¶
func (s *BatchListPolicyAttachmentsResponse) SetObjectIdentifiers(v []string) *BatchListPolicyAttachmentsResponse
SetObjectIdentifiers sets the ObjectIdentifiers field's value.
func (BatchListPolicyAttachmentsResponse) String ¶
func (s BatchListPolicyAttachmentsResponse) String() string
String returns the string representation
type BatchLookupPolicy ¶
type BatchLookupPolicy struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Reference that identifies the object whose policies will be looked up. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchLookupPolicy
func (BatchLookupPolicy) GoString ¶
func (s BatchLookupPolicy) GoString() string
GoString returns the string representation
func (*BatchLookupPolicy) SetMaxResults ¶
func (s *BatchLookupPolicy) SetMaxResults(v int64) *BatchLookupPolicy
SetMaxResults sets the MaxResults field's value.
func (*BatchLookupPolicy) SetNextToken ¶
func (s *BatchLookupPolicy) SetNextToken(v string) *BatchLookupPolicy
SetNextToken sets the NextToken field's value.
func (*BatchLookupPolicy) SetObjectReference ¶
func (s *BatchLookupPolicy) SetObjectReference(v *ObjectReference) *BatchLookupPolicy
SetObjectReference sets the ObjectReference field's value.
func (BatchLookupPolicy) String ¶
func (s BatchLookupPolicy) String() string
String returns the string representation
func (*BatchLookupPolicy) Validate ¶
func (s *BatchLookupPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchLookupPolicyResponse ¶
type BatchLookupPolicyResponse struct { // The pagination token. NextToken *string `type:"string"` // Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, // and PolicyType. For more information, see Policies (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). PolicyToPathList []PolicyToPath `type:"list"` // contains filtered or unexported fields }
Represents the output of a LookupPolicy response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchLookupPolicyResponse
func (BatchLookupPolicyResponse) GoString ¶
func (s BatchLookupPolicyResponse) GoString() string
GoString returns the string representation
func (*BatchLookupPolicyResponse) SetNextToken ¶
func (s *BatchLookupPolicyResponse) SetNextToken(v string) *BatchLookupPolicyResponse
SetNextToken sets the NextToken field's value.
func (*BatchLookupPolicyResponse) SetPolicyToPathList ¶
func (s *BatchLookupPolicyResponse) SetPolicyToPathList(v []PolicyToPath) *BatchLookupPolicyResponse
SetPolicyToPathList sets the PolicyToPathList field's value.
func (BatchLookupPolicyResponse) String ¶
func (s BatchLookupPolicyResponse) String() string
String returns the string representation
type BatchReadException ¶
type BatchReadException struct { // An exception message that is associated with the failure. Message *string `type:"string"` // A type of exception, such as InvalidArnException. Type BatchReadExceptionType `type:"string" enum:"true"` // contains filtered or unexported fields }
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/BatchReadException
func (BatchReadException) GoString ¶
func (s BatchReadException) GoString() string
GoString returns the string representation
func (*BatchReadException) SetMessage ¶
func (s *BatchReadException) SetMessage(v string) *BatchReadException
SetMessage sets the Message field's value.
func (*BatchReadException) SetType ¶
func (s *BatchReadException) SetType(v BatchReadExceptionType) *BatchReadException
SetType sets the Type field's value.
func (BatchReadException) String ¶
func (s BatchReadException) String() string
String returns the string representation
type BatchReadExceptionType ¶
type BatchReadExceptionType string
const ( BatchReadExceptionTypeValidationException BatchReadExceptionType = "ValidationException" BatchReadExceptionTypeInvalidArnException BatchReadExceptionType = "InvalidArnException" BatchReadExceptionTypeResourceNotFoundException BatchReadExceptionType = "ResourceNotFoundException" BatchReadExceptionTypeInvalidNextTokenException BatchReadExceptionType = "InvalidNextTokenException" BatchReadExceptionTypeAccessDeniedException BatchReadExceptionType = "AccessDeniedException" BatchReadExceptionTypeNotNodeException BatchReadExceptionType = "NotNodeException" BatchReadExceptionTypeFacetValidationException BatchReadExceptionType = "FacetValidationException" BatchReadExceptionTypeCannotListParentOfRootException BatchReadExceptionType = "CannotListParentOfRootException" BatchReadExceptionTypeNotIndexException BatchReadExceptionType = "NotIndexException" BatchReadExceptionTypeNotPolicyException BatchReadExceptionType = "NotPolicyException" BatchReadExceptionTypeDirectoryNotEnabledException BatchReadExceptionType = "DirectoryNotEnabledException" BatchReadExceptionTypeLimitExceededException BatchReadExceptionType = "LimitExceededException" BatchReadExceptionTypeInternalServiceException BatchReadExceptionType = "InternalServiceException" )
Enum values for BatchReadExceptionType
type BatchReadInput ¶
type BatchReadInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory. For // more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A list of operations that are part of the batch. // // Operations is a required field Operations []BatchReadOperation `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadRequest
func (BatchReadInput) GoString ¶
func (s BatchReadInput) GoString() string
GoString returns the string representation
func (*BatchReadInput) SetConsistencyLevel ¶
func (s *BatchReadInput) SetConsistencyLevel(v ConsistencyLevel) *BatchReadInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*BatchReadInput) SetDirectoryArn ¶
func (s *BatchReadInput) SetDirectoryArn(v string) *BatchReadInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*BatchReadInput) SetOperations ¶
func (s *BatchReadInput) SetOperations(v []BatchReadOperation) *BatchReadInput
SetOperations sets the Operations field's value.
func (BatchReadInput) String ¶
func (s BatchReadInput) String() string
String returns the string representation
func (*BatchReadInput) Validate ¶
func (s *BatchReadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchReadOperation ¶
type BatchReadOperation struct { // Retrieves metadata about an object. GetObjectInformation *BatchGetObjectInformation `type:"structure"` // Lists indices attached to an object. ListAttachedIndices *BatchListAttachedIndices `type:"structure"` // Returns a paginated list of all the incoming TypedLinkSpecifier information // for an object. It also supports filtering by typed link facet and identity // attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). ListIncomingTypedLinks *BatchListIncomingTypedLinks `type:"structure"` // Lists objects attached to the specified index. ListIndex *BatchListIndex `type:"structure"` // Lists all attributes that are associated with an object. ListObjectAttributes *BatchListObjectAttributes `type:"structure"` // Returns a paginated list of child objects that are associated with a given // object. ListObjectChildren *BatchListObjectChildren `type:"structure"` // Retrieves 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 Directory Structure (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#dirstructure). ListObjectParentPaths *BatchListObjectParentPaths `type:"structure"` // Returns policies attached to an object in pagination fashion. ListObjectPolicies *BatchListObjectPolicies `type:"structure"` // Returns a paginated list of all the outgoing TypedLinkSpecifier information // for an object. It also supports filtering by typed link facet and identity // attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). ListOutgoingTypedLinks *BatchListOutgoingTypedLinks `type:"structure"` // Returns all of the ObjectIdentifiers to which a given policy is attached. ListPolicyAttachments *BatchListPolicyAttachments `type:"structure"` // Lists all policies from the root of the Directory 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 ObjectIdentifier for such objects. If policies are present, it returns // ObjectIdentifier, policyId, and policyType. Paths that don't lead to the // root from the target object are ignored. For more information, see Policies // (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). LookupPolicy *BatchLookupPolicy `type:"structure"` // contains filtered or unexported fields }
Represents the output of a BatchRead operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadOperation
func (BatchReadOperation) GoString ¶
func (s BatchReadOperation) GoString() string
GoString returns the string representation
func (*BatchReadOperation) SetGetObjectInformation ¶
func (s *BatchReadOperation) SetGetObjectInformation(v *BatchGetObjectInformation) *BatchReadOperation
SetGetObjectInformation sets the GetObjectInformation field's value.
func (*BatchReadOperation) SetListAttachedIndices ¶
func (s *BatchReadOperation) SetListAttachedIndices(v *BatchListAttachedIndices) *BatchReadOperation
SetListAttachedIndices sets the ListAttachedIndices field's value.
func (*BatchReadOperation) SetListIncomingTypedLinks ¶
func (s *BatchReadOperation) SetListIncomingTypedLinks(v *BatchListIncomingTypedLinks) *BatchReadOperation
SetListIncomingTypedLinks sets the ListIncomingTypedLinks field's value.
func (*BatchReadOperation) SetListIndex ¶
func (s *BatchReadOperation) SetListIndex(v *BatchListIndex) *BatchReadOperation
SetListIndex sets the ListIndex field's value.
func (*BatchReadOperation) SetListObjectAttributes ¶
func (s *BatchReadOperation) SetListObjectAttributes(v *BatchListObjectAttributes) *BatchReadOperation
SetListObjectAttributes sets the ListObjectAttributes field's value.
func (*BatchReadOperation) SetListObjectChildren ¶
func (s *BatchReadOperation) SetListObjectChildren(v *BatchListObjectChildren) *BatchReadOperation
SetListObjectChildren sets the ListObjectChildren field's value.
func (*BatchReadOperation) SetListObjectParentPaths ¶
func (s *BatchReadOperation) SetListObjectParentPaths(v *BatchListObjectParentPaths) *BatchReadOperation
SetListObjectParentPaths sets the ListObjectParentPaths field's value.
func (*BatchReadOperation) SetListObjectPolicies ¶
func (s *BatchReadOperation) SetListObjectPolicies(v *BatchListObjectPolicies) *BatchReadOperation
SetListObjectPolicies sets the ListObjectPolicies field's value.
func (*BatchReadOperation) SetListOutgoingTypedLinks ¶
func (s *BatchReadOperation) SetListOutgoingTypedLinks(v *BatchListOutgoingTypedLinks) *BatchReadOperation
SetListOutgoingTypedLinks sets the ListOutgoingTypedLinks field's value.
func (*BatchReadOperation) SetListPolicyAttachments ¶
func (s *BatchReadOperation) SetListPolicyAttachments(v *BatchListPolicyAttachments) *BatchReadOperation
SetListPolicyAttachments sets the ListPolicyAttachments field's value.
func (*BatchReadOperation) SetLookupPolicy ¶
func (s *BatchReadOperation) SetLookupPolicy(v *BatchLookupPolicy) *BatchReadOperation
SetLookupPolicy sets the LookupPolicy field's value.
func (BatchReadOperation) String ¶
func (s BatchReadOperation) String() string
String returns the string representation
func (*BatchReadOperation) Validate ¶
func (s *BatchReadOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchReadOperationResponse ¶
type BatchReadOperationResponse struct { // Identifies which operation in a batch has failed. ExceptionResponse *BatchReadException `type:"structure"` // Identifies which operation in a batch has succeeded. SuccessfulResponse *BatchReadSuccessfulResponse `type:"structure"` // contains filtered or unexported fields }
Represents the output of a BatchRead response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadOperationResponse
func (BatchReadOperationResponse) GoString ¶
func (s BatchReadOperationResponse) GoString() string
GoString returns the string representation
func (*BatchReadOperationResponse) SetExceptionResponse ¶
func (s *BatchReadOperationResponse) SetExceptionResponse(v *BatchReadException) *BatchReadOperationResponse
SetExceptionResponse sets the ExceptionResponse field's value.
func (*BatchReadOperationResponse) SetSuccessfulResponse ¶
func (s *BatchReadOperationResponse) SetSuccessfulResponse(v *BatchReadSuccessfulResponse) *BatchReadOperationResponse
SetSuccessfulResponse sets the SuccessfulResponse field's value.
func (BatchReadOperationResponse) String ¶
func (s BatchReadOperationResponse) String() string
String returns the string representation
type BatchReadOutput ¶
type BatchReadOutput struct { // A list of all the responses for each batch read. Responses []BatchReadOperationResponse `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadResponse
func (BatchReadOutput) GoString ¶
func (s BatchReadOutput) GoString() string
GoString returns the string representation
func (BatchReadOutput) SDKResponseMetadata ¶
func (s BatchReadOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*BatchReadOutput) SetResponses ¶
func (s *BatchReadOutput) SetResponses(v []BatchReadOperationResponse) *BatchReadOutput
SetResponses sets the Responses field's value.
func (BatchReadOutput) String ¶
func (s BatchReadOutput) String() string
String returns the string representation
type BatchReadRequest ¶
type BatchReadRequest struct { *aws.Request Input *BatchReadInput }
BatchReadRequest is a API request type for the BatchRead API operation.
func (BatchReadRequest) Send ¶
func (r BatchReadRequest) Send() (*BatchReadOutput, error)
Send marshals and sends the BatchRead API request.
type BatchReadSuccessfulResponse ¶
type BatchReadSuccessfulResponse struct { // Retrieves metadata about an object. GetObjectInformation *BatchGetObjectInformationResponse `type:"structure"` // Lists indices attached to an object. ListAttachedIndices *BatchListAttachedIndicesResponse `type:"structure"` // Returns a paginated list of all the incoming TypedLinkSpecifier information // for an object. It also supports filtering by typed link facet and identity // attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). ListIncomingTypedLinks *BatchListIncomingTypedLinksResponse `type:"structure"` // Lists objects attached to the specified index. ListIndex *BatchListIndexResponse `type:"structure"` // Lists all attributes that are associated with an object. ListObjectAttributes *BatchListObjectAttributesResponse `type:"structure"` // Returns a paginated list of child objects that are associated with a given // object. ListObjectChildren *BatchListObjectChildrenResponse `type:"structure"` // Retrieves 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 Directory Structure (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#dirstructure). ListObjectParentPaths *BatchListObjectParentPathsResponse `type:"structure"` // Returns policies attached to an object in pagination fashion. ListObjectPolicies *BatchListObjectPoliciesResponse `type:"structure"` // Returns a paginated list of all the outgoing TypedLinkSpecifier information // for an object. It also supports filtering by typed link facet and identity // attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). ListOutgoingTypedLinks *BatchListOutgoingTypedLinksResponse `type:"structure"` // Returns all of the ObjectIdentifiers to which a given policy is attached. ListPolicyAttachments *BatchListPolicyAttachmentsResponse `type:"structure"` // Lists all policies from the root of the Directory 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 ObjectIdentifier for such objects. If policies are present, it returns // ObjectIdentifier, policyId, and policyType. Paths that don't lead to the // root from the target object are ignored. For more information, see Policies // (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). LookupPolicy *BatchLookupPolicyResponse `type:"structure"` // contains filtered or unexported fields }
Represents the output of a BatchRead success response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadSuccessfulResponse
func (BatchReadSuccessfulResponse) GoString ¶
func (s BatchReadSuccessfulResponse) GoString() string
GoString returns the string representation
func (*BatchReadSuccessfulResponse) SetGetObjectInformation ¶
func (s *BatchReadSuccessfulResponse) SetGetObjectInformation(v *BatchGetObjectInformationResponse) *BatchReadSuccessfulResponse
SetGetObjectInformation sets the GetObjectInformation field's value.
func (*BatchReadSuccessfulResponse) SetListAttachedIndices ¶
func (s *BatchReadSuccessfulResponse) SetListAttachedIndices(v *BatchListAttachedIndicesResponse) *BatchReadSuccessfulResponse
SetListAttachedIndices sets the ListAttachedIndices field's value.
func (*BatchReadSuccessfulResponse) SetListIncomingTypedLinks ¶
func (s *BatchReadSuccessfulResponse) SetListIncomingTypedLinks(v *BatchListIncomingTypedLinksResponse) *BatchReadSuccessfulResponse
SetListIncomingTypedLinks sets the ListIncomingTypedLinks field's value.
func (*BatchReadSuccessfulResponse) SetListIndex ¶
func (s *BatchReadSuccessfulResponse) SetListIndex(v *BatchListIndexResponse) *BatchReadSuccessfulResponse
SetListIndex sets the ListIndex field's value.
func (*BatchReadSuccessfulResponse) SetListObjectAttributes ¶
func (s *BatchReadSuccessfulResponse) SetListObjectAttributes(v *BatchListObjectAttributesResponse) *BatchReadSuccessfulResponse
SetListObjectAttributes sets the ListObjectAttributes field's value.
func (*BatchReadSuccessfulResponse) SetListObjectChildren ¶
func (s *BatchReadSuccessfulResponse) SetListObjectChildren(v *BatchListObjectChildrenResponse) *BatchReadSuccessfulResponse
SetListObjectChildren sets the ListObjectChildren field's value.
func (*BatchReadSuccessfulResponse) SetListObjectParentPaths ¶
func (s *BatchReadSuccessfulResponse) SetListObjectParentPaths(v *BatchListObjectParentPathsResponse) *BatchReadSuccessfulResponse
SetListObjectParentPaths sets the ListObjectParentPaths field's value.
func (*BatchReadSuccessfulResponse) SetListObjectPolicies ¶
func (s *BatchReadSuccessfulResponse) SetListObjectPolicies(v *BatchListObjectPoliciesResponse) *BatchReadSuccessfulResponse
SetListObjectPolicies sets the ListObjectPolicies field's value.
func (*BatchReadSuccessfulResponse) SetListOutgoingTypedLinks ¶
func (s *BatchReadSuccessfulResponse) SetListOutgoingTypedLinks(v *BatchListOutgoingTypedLinksResponse) *BatchReadSuccessfulResponse
SetListOutgoingTypedLinks sets the ListOutgoingTypedLinks field's value.
func (*BatchReadSuccessfulResponse) SetListPolicyAttachments ¶
func (s *BatchReadSuccessfulResponse) SetListPolicyAttachments(v *BatchListPolicyAttachmentsResponse) *BatchReadSuccessfulResponse
SetListPolicyAttachments sets the ListPolicyAttachments field's value.
func (*BatchReadSuccessfulResponse) SetLookupPolicy ¶
func (s *BatchReadSuccessfulResponse) SetLookupPolicy(v *BatchLookupPolicyResponse) *BatchReadSuccessfulResponse
SetLookupPolicy sets the LookupPolicy field's value.
func (BatchReadSuccessfulResponse) String ¶
func (s BatchReadSuccessfulResponse) String() string
String returns the string representation
type BatchRemoveFacetFromObject ¶
type BatchRemoveFacetFromObject struct { // A reference to the object whose facet will be removed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // The facet to remove from the object. // // SchemaFacet is a required field SchemaFacet *SchemaFacet `type:"structure" required:"true"` // contains filtered or unexported fields }
A batch operation to remove a facet from an object. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchRemoveFacetFromObject
func (BatchRemoveFacetFromObject) GoString ¶
func (s BatchRemoveFacetFromObject) GoString() string
GoString returns the string representation
func (*BatchRemoveFacetFromObject) SetObjectReference ¶
func (s *BatchRemoveFacetFromObject) SetObjectReference(v *ObjectReference) *BatchRemoveFacetFromObject
SetObjectReference sets the ObjectReference field's value.
func (*BatchRemoveFacetFromObject) SetSchemaFacet ¶
func (s *BatchRemoveFacetFromObject) SetSchemaFacet(v *SchemaFacet) *BatchRemoveFacetFromObject
SetSchemaFacet sets the SchemaFacet field's value.
func (BatchRemoveFacetFromObject) String ¶
func (s BatchRemoveFacetFromObject) String() string
String returns the string representation
func (*BatchRemoveFacetFromObject) Validate ¶
func (s *BatchRemoveFacetFromObject) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchRemoveFacetFromObjectResponse ¶
type BatchRemoveFacetFromObjectResponse struct {
// contains filtered or unexported fields
}
An empty result that represents success. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchRemoveFacetFromObjectResponse
func (BatchRemoveFacetFromObjectResponse) GoString ¶
func (s BatchRemoveFacetFromObjectResponse) GoString() string
GoString returns the string representation
func (BatchRemoveFacetFromObjectResponse) String ¶
func (s BatchRemoveFacetFromObjectResponse) String() string
String returns the string representation
type BatchUpdateObjectAttributes ¶
type BatchUpdateObjectAttributes struct { // Attributes update structure. // // AttributeUpdates is a required field AttributeUpdates []ObjectAttributeUpdate `type:"list" required:"true"` // Reference that identifies the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the output of a BatchUpdate operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchUpdateObjectAttributes
func (BatchUpdateObjectAttributes) GoString ¶
func (s BatchUpdateObjectAttributes) GoString() string
GoString returns the string representation
func (*BatchUpdateObjectAttributes) SetAttributeUpdates ¶
func (s *BatchUpdateObjectAttributes) SetAttributeUpdates(v []ObjectAttributeUpdate) *BatchUpdateObjectAttributes
SetAttributeUpdates sets the AttributeUpdates field's value.
func (*BatchUpdateObjectAttributes) SetObjectReference ¶
func (s *BatchUpdateObjectAttributes) SetObjectReference(v *ObjectReference) *BatchUpdateObjectAttributes
SetObjectReference sets the ObjectReference field's value.
func (BatchUpdateObjectAttributes) String ¶
func (s BatchUpdateObjectAttributes) String() string
String returns the string representation
func (*BatchUpdateObjectAttributes) Validate ¶
func (s *BatchUpdateObjectAttributes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchUpdateObjectAttributesResponse ¶
type BatchUpdateObjectAttributesResponse struct { // ID that is associated with the object. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents the output of a BatchUpdate response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchUpdateObjectAttributesResponse
func (BatchUpdateObjectAttributesResponse) GoString ¶
func (s BatchUpdateObjectAttributesResponse) GoString() string
GoString returns the string representation
func (*BatchUpdateObjectAttributesResponse) SetObjectIdentifier ¶
func (s *BatchUpdateObjectAttributesResponse) SetObjectIdentifier(v string) *BatchUpdateObjectAttributesResponse
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (BatchUpdateObjectAttributesResponse) String ¶
func (s BatchUpdateObjectAttributesResponse) String() string
String returns the string representation
type BatchWriteExceptionType ¶
type BatchWriteExceptionType string
const ( BatchWriteExceptionTypeInternalServiceException BatchWriteExceptionType = "InternalServiceException" BatchWriteExceptionTypeValidationException BatchWriteExceptionType = "ValidationException" BatchWriteExceptionTypeInvalidArnException BatchWriteExceptionType = "InvalidArnException" BatchWriteExceptionTypeLinkNameAlreadyInUseException BatchWriteExceptionType = "LinkNameAlreadyInUseException" BatchWriteExceptionTypeStillContainsLinksException BatchWriteExceptionType = "StillContainsLinksException" BatchWriteExceptionTypeFacetValidationException BatchWriteExceptionType = "FacetValidationException" BatchWriteExceptionTypeObjectNotDetachedException BatchWriteExceptionType = "ObjectNotDetachedException" BatchWriteExceptionTypeResourceNotFoundException BatchWriteExceptionType = "ResourceNotFoundException" BatchWriteExceptionTypeAccessDeniedException BatchWriteExceptionType = "AccessDeniedException" BatchWriteExceptionTypeInvalidAttachmentException BatchWriteExceptionType = "InvalidAttachmentException" BatchWriteExceptionTypeNotIndexException BatchWriteExceptionType = "NotIndexException" BatchWriteExceptionTypeIndexedAttributeMissingException BatchWriteExceptionType = "IndexedAttributeMissingException" BatchWriteExceptionTypeObjectAlreadyDetachedException BatchWriteExceptionType = "ObjectAlreadyDetachedException" BatchWriteExceptionTypeNotPolicyException BatchWriteExceptionType = "NotPolicyException" BatchWriteExceptionTypeDirectoryNotEnabledException BatchWriteExceptionType = "DirectoryNotEnabledException" BatchWriteExceptionTypeLimitExceededException BatchWriteExceptionType = "LimitExceededException" BatchWriteExceptionTypeUnsupportedIndexTypeException BatchWriteExceptionType = "UnsupportedIndexTypeException" )
Enum values for BatchWriteExceptionType
type BatchWriteInput ¶
type BatchWriteInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory. For // more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A list of operations that are part of the batch. // // Operations is a required field Operations []BatchWriteOperation `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteRequest
func (BatchWriteInput) GoString ¶
func (s BatchWriteInput) GoString() string
GoString returns the string representation
func (*BatchWriteInput) SetDirectoryArn ¶
func (s *BatchWriteInput) SetDirectoryArn(v string) *BatchWriteInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*BatchWriteInput) SetOperations ¶
func (s *BatchWriteInput) SetOperations(v []BatchWriteOperation) *BatchWriteInput
SetOperations sets the Operations field's value.
func (BatchWriteInput) String ¶
func (s BatchWriteInput) String() string
String returns the string representation
func (*BatchWriteInput) Validate ¶
func (s *BatchWriteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchWriteOperation ¶
type BatchWriteOperation struct { // A batch operation that adds a facet to an object. AddFacetToObject *BatchAddFacetToObject `type:"structure"` // Attaches an object to a Directory. AttachObject *BatchAttachObject `type:"structure"` // Attaches a policy object to a regular object. An object can have a limited // number of attached policies. AttachPolicy *BatchAttachPolicy `type:"structure"` // Attaches the specified object to the specified index. AttachToIndex *BatchAttachToIndex `type:"structure"` // Attaches a typed link to a specified source and target object. For more information, // see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). AttachTypedLink *BatchAttachTypedLink `type:"structure"` // Creates an index object. See Indexing (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_indexing.html) // for more information. CreateIndex *BatchCreateIndex `type:"structure"` // Creates an object. CreateObject *BatchCreateObject `type:"structure"` // Deletes an object in a Directory. DeleteObject *BatchDeleteObject `type:"structure"` // Detaches the specified object from the specified index. DetachFromIndex *BatchDetachFromIndex `type:"structure"` // Detaches an object from a Directory. DetachObject *BatchDetachObject `type:"structure"` // Detaches a policy from a Directory. DetachPolicy *BatchDetachPolicy `type:"structure"` // Detaches a typed link from a specified source and target object. For more // information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). DetachTypedLink *BatchDetachTypedLink `type:"structure"` // A batch operation that removes a facet from an object. RemoveFacetFromObject *BatchRemoveFacetFromObject `type:"structure"` // Updates a given object's attributes. UpdateObjectAttributes *BatchUpdateObjectAttributes `type:"structure"` // contains filtered or unexported fields }
Represents the output of a BatchWrite operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteOperation
func (BatchWriteOperation) GoString ¶
func (s BatchWriteOperation) GoString() string
GoString returns the string representation
func (*BatchWriteOperation) SetAddFacetToObject ¶
func (s *BatchWriteOperation) SetAddFacetToObject(v *BatchAddFacetToObject) *BatchWriteOperation
SetAddFacetToObject sets the AddFacetToObject field's value.
func (*BatchWriteOperation) SetAttachObject ¶
func (s *BatchWriteOperation) SetAttachObject(v *BatchAttachObject) *BatchWriteOperation
SetAttachObject sets the AttachObject field's value.
func (*BatchWriteOperation) SetAttachPolicy ¶
func (s *BatchWriteOperation) SetAttachPolicy(v *BatchAttachPolicy) *BatchWriteOperation
SetAttachPolicy sets the AttachPolicy field's value.
func (*BatchWriteOperation) SetAttachToIndex ¶
func (s *BatchWriteOperation) SetAttachToIndex(v *BatchAttachToIndex) *BatchWriteOperation
SetAttachToIndex sets the AttachToIndex field's value.
func (*BatchWriteOperation) SetAttachTypedLink ¶
func (s *BatchWriteOperation) SetAttachTypedLink(v *BatchAttachTypedLink) *BatchWriteOperation
SetAttachTypedLink sets the AttachTypedLink field's value.
func (*BatchWriteOperation) SetCreateIndex ¶
func (s *BatchWriteOperation) SetCreateIndex(v *BatchCreateIndex) *BatchWriteOperation
SetCreateIndex sets the CreateIndex field's value.
func (*BatchWriteOperation) SetCreateObject ¶
func (s *BatchWriteOperation) SetCreateObject(v *BatchCreateObject) *BatchWriteOperation
SetCreateObject sets the CreateObject field's value.
func (*BatchWriteOperation) SetDeleteObject ¶
func (s *BatchWriteOperation) SetDeleteObject(v *BatchDeleteObject) *BatchWriteOperation
SetDeleteObject sets the DeleteObject field's value.
func (*BatchWriteOperation) SetDetachFromIndex ¶
func (s *BatchWriteOperation) SetDetachFromIndex(v *BatchDetachFromIndex) *BatchWriteOperation
SetDetachFromIndex sets the DetachFromIndex field's value.
func (*BatchWriteOperation) SetDetachObject ¶
func (s *BatchWriteOperation) SetDetachObject(v *BatchDetachObject) *BatchWriteOperation
SetDetachObject sets the DetachObject field's value.
func (*BatchWriteOperation) SetDetachPolicy ¶
func (s *BatchWriteOperation) SetDetachPolicy(v *BatchDetachPolicy) *BatchWriteOperation
SetDetachPolicy sets the DetachPolicy field's value.
func (*BatchWriteOperation) SetDetachTypedLink ¶
func (s *BatchWriteOperation) SetDetachTypedLink(v *BatchDetachTypedLink) *BatchWriteOperation
SetDetachTypedLink sets the DetachTypedLink field's value.
func (*BatchWriteOperation) SetRemoveFacetFromObject ¶
func (s *BatchWriteOperation) SetRemoveFacetFromObject(v *BatchRemoveFacetFromObject) *BatchWriteOperation
SetRemoveFacetFromObject sets the RemoveFacetFromObject field's value.
func (*BatchWriteOperation) SetUpdateObjectAttributes ¶
func (s *BatchWriteOperation) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributes) *BatchWriteOperation
SetUpdateObjectAttributes sets the UpdateObjectAttributes field's value.
func (BatchWriteOperation) String ¶
func (s BatchWriteOperation) String() string
String returns the string representation
func (*BatchWriteOperation) Validate ¶
func (s *BatchWriteOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchWriteOperationResponse ¶
type BatchWriteOperationResponse struct { // The result of an add facet to object batch operation. AddFacetToObject *BatchAddFacetToObjectResponse `type:"structure"` // Attaches an object to a Directory. AttachObject *BatchAttachObjectResponse `type:"structure"` // Attaches a policy object to a regular object. An object can have a limited // number of attached policies. AttachPolicy *BatchAttachPolicyResponse `type:"structure"` // Attaches the specified object to the specified index. AttachToIndex *BatchAttachToIndexResponse `type:"structure"` // Attaches a typed link to a specified source and target object. For more information, // see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). AttachTypedLink *BatchAttachTypedLinkResponse `type:"structure"` // Creates an index object. See Indexing (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_indexing.html) // for more information. CreateIndex *BatchCreateIndexResponse `type:"structure"` // Creates an object in a Directory. CreateObject *BatchCreateObjectResponse `type:"structure"` // Deletes an object in a Directory. DeleteObject *BatchDeleteObjectResponse `type:"structure"` // Detaches the specified object from the specified index. DetachFromIndex *BatchDetachFromIndexResponse `type:"structure"` // Detaches an object from a Directory. DetachObject *BatchDetachObjectResponse `type:"structure"` // Detaches a policy from a Directory. DetachPolicy *BatchDetachPolicyResponse `type:"structure"` // Detaches a typed link from a specified source and target object. For more // information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). DetachTypedLink *BatchDetachTypedLinkResponse `type:"structure"` // The result of a batch remove facet from object operation. RemoveFacetFromObject *BatchRemoveFacetFromObjectResponse `type:"structure"` // Updates a given object’s attributes. UpdateObjectAttributes *BatchUpdateObjectAttributesResponse `type:"structure"` // contains filtered or unexported fields }
Represents the output of a BatchWrite response operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteOperationResponse
func (BatchWriteOperationResponse) GoString ¶
func (s BatchWriteOperationResponse) GoString() string
GoString returns the string representation
func (*BatchWriteOperationResponse) SetAddFacetToObject ¶
func (s *BatchWriteOperationResponse) SetAddFacetToObject(v *BatchAddFacetToObjectResponse) *BatchWriteOperationResponse
SetAddFacetToObject sets the AddFacetToObject field's value.
func (*BatchWriteOperationResponse) SetAttachObject ¶
func (s *BatchWriteOperationResponse) SetAttachObject(v *BatchAttachObjectResponse) *BatchWriteOperationResponse
SetAttachObject sets the AttachObject field's value.
func (*BatchWriteOperationResponse) SetAttachPolicy ¶
func (s *BatchWriteOperationResponse) SetAttachPolicy(v *BatchAttachPolicyResponse) *BatchWriteOperationResponse
SetAttachPolicy sets the AttachPolicy field's value.
func (*BatchWriteOperationResponse) SetAttachToIndex ¶
func (s *BatchWriteOperationResponse) SetAttachToIndex(v *BatchAttachToIndexResponse) *BatchWriteOperationResponse
SetAttachToIndex sets the AttachToIndex field's value.
func (*BatchWriteOperationResponse) SetAttachTypedLink ¶
func (s *BatchWriteOperationResponse) SetAttachTypedLink(v *BatchAttachTypedLinkResponse) *BatchWriteOperationResponse
SetAttachTypedLink sets the AttachTypedLink field's value.
func (*BatchWriteOperationResponse) SetCreateIndex ¶
func (s *BatchWriteOperationResponse) SetCreateIndex(v *BatchCreateIndexResponse) *BatchWriteOperationResponse
SetCreateIndex sets the CreateIndex field's value.
func (*BatchWriteOperationResponse) SetCreateObject ¶
func (s *BatchWriteOperationResponse) SetCreateObject(v *BatchCreateObjectResponse) *BatchWriteOperationResponse
SetCreateObject sets the CreateObject field's value.
func (*BatchWriteOperationResponse) SetDeleteObject ¶
func (s *BatchWriteOperationResponse) SetDeleteObject(v *BatchDeleteObjectResponse) *BatchWriteOperationResponse
SetDeleteObject sets the DeleteObject field's value.
func (*BatchWriteOperationResponse) SetDetachFromIndex ¶
func (s *BatchWriteOperationResponse) SetDetachFromIndex(v *BatchDetachFromIndexResponse) *BatchWriteOperationResponse
SetDetachFromIndex sets the DetachFromIndex field's value.
func (*BatchWriteOperationResponse) SetDetachObject ¶
func (s *BatchWriteOperationResponse) SetDetachObject(v *BatchDetachObjectResponse) *BatchWriteOperationResponse
SetDetachObject sets the DetachObject field's value.
func (*BatchWriteOperationResponse) SetDetachPolicy ¶
func (s *BatchWriteOperationResponse) SetDetachPolicy(v *BatchDetachPolicyResponse) *BatchWriteOperationResponse
SetDetachPolicy sets the DetachPolicy field's value.
func (*BatchWriteOperationResponse) SetDetachTypedLink ¶
func (s *BatchWriteOperationResponse) SetDetachTypedLink(v *BatchDetachTypedLinkResponse) *BatchWriteOperationResponse
SetDetachTypedLink sets the DetachTypedLink field's value.
func (*BatchWriteOperationResponse) SetRemoveFacetFromObject ¶
func (s *BatchWriteOperationResponse) SetRemoveFacetFromObject(v *BatchRemoveFacetFromObjectResponse) *BatchWriteOperationResponse
SetRemoveFacetFromObject sets the RemoveFacetFromObject field's value.
func (*BatchWriteOperationResponse) SetUpdateObjectAttributes ¶
func (s *BatchWriteOperationResponse) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributesResponse) *BatchWriteOperationResponse
SetUpdateObjectAttributes sets the UpdateObjectAttributes field's value.
func (BatchWriteOperationResponse) String ¶
func (s BatchWriteOperationResponse) String() string
String returns the string representation
type BatchWriteOutput ¶
type BatchWriteOutput struct { // A list of all the responses for each batch write. Responses []BatchWriteOperationResponse `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteResponse
func (BatchWriteOutput) GoString ¶
func (s BatchWriteOutput) GoString() string
GoString returns the string representation
func (BatchWriteOutput) SDKResponseMetadata ¶
func (s BatchWriteOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*BatchWriteOutput) SetResponses ¶
func (s *BatchWriteOutput) SetResponses(v []BatchWriteOperationResponse) *BatchWriteOutput
SetResponses sets the Responses field's value.
func (BatchWriteOutput) String ¶
func (s BatchWriteOutput) String() string
String returns the string representation
type BatchWriteRequest ¶
type BatchWriteRequest struct { *aws.Request Input *BatchWriteInput }
BatchWriteRequest is a API request type for the BatchWrite API operation.
func (BatchWriteRequest) Send ¶
func (r BatchWriteRequest) Send() (*BatchWriteOutput, error)
Send marshals and sends the BatchWrite API request.
type CloudDirectory ¶
CloudDirectory provides the API operation methods for making requests to Amazon CloudDirectory. See this package's package overview docs for details on the service.
CloudDirectory methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(config aws.Config) *CloudDirectory
New creates a new instance of the CloudDirectory client with a config. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a CloudDirectory client from just a config. svc := clouddirectory.New(myConfig) // Create a CloudDirectory client with additional configuration svc := clouddirectory.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*CloudDirectory) AddFacetToObjectRequest ¶
func (c *CloudDirectory) AddFacetToObjectRequest(input *AddFacetToObjectInput) AddFacetToObjectRequest
AddFacetToObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Adds a new Facet to an object.
// Example sending a request using the AddFacetToObjectRequest method. req := client.AddFacetToObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AddFacetToObject
func (*CloudDirectory) ApplySchemaRequest ¶
func (c *CloudDirectory) ApplySchemaRequest(input *ApplySchemaInput) ApplySchemaRequest
ApplySchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
// Example sending a request using the ApplySchemaRequest method. req := client.ApplySchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ApplySchema
func (*CloudDirectory) AttachObjectRequest ¶
func (c *CloudDirectory) AttachObjectRequest(input *AttachObjectInput) AttachObjectRequest
AttachObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Attaches an existing object to another object. An object can be accessed in two ways:
Using the path ¶
Using ObjectIdentifier
// Example sending a request using the AttachObjectRequest method. req := client.AttachObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachObject
func (*CloudDirectory) AttachPolicyRequest ¶
func (c *CloudDirectory) AttachPolicyRequest(input *AttachPolicyInput) AttachPolicyRequest
AttachPolicyRequest returns a request value for making API operation for Amazon CloudDirectory.
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
// Example sending a request using the AttachPolicyRequest method. req := client.AttachPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachPolicy
func (*CloudDirectory) AttachToIndexRequest ¶
func (c *CloudDirectory) AttachToIndexRequest(input *AttachToIndexInput) AttachToIndexRequest
AttachToIndexRequest returns a request value for making API operation for Amazon CloudDirectory.
Attaches the specified object to the specified index.
// Example sending a request using the AttachToIndexRequest method. req := client.AttachToIndexRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachToIndex
func (*CloudDirectory) AttachTypedLinkRequest ¶
func (c *CloudDirectory) AttachTypedLinkRequest(input *AttachTypedLinkInput) AttachTypedLinkRequest
AttachTypedLinkRequest returns a request value for making API operation for Amazon CloudDirectory.
Attaches a typed link to a specified source and target object. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the AttachTypedLinkRequest method. req := client.AttachTypedLinkRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachTypedLink
func (*CloudDirectory) BatchReadRequest ¶
func (c *CloudDirectory) BatchReadRequest(input *BatchReadInput) BatchReadRequest
BatchReadRequest returns a request value for making API operation for Amazon CloudDirectory.
Performs all the read operations in a batch.
// Example sending a request using the BatchReadRequest method. req := client.BatchReadRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchRead
func (*CloudDirectory) BatchWriteRequest ¶
func (c *CloudDirectory) BatchWriteRequest(input *BatchWriteInput) BatchWriteRequest
BatchWriteRequest returns a request value for making API operation for Amazon CloudDirectory.
Performs all the write operations in a batch. Either all the operations succeed or none.
// Example sending a request using the BatchWriteRequest method. req := client.BatchWriteRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWrite
func (*CloudDirectory) CreateDirectoryRequest ¶
func (c *CloudDirectory) CreateDirectoryRequest(input *CreateDirectoryInput) CreateDirectoryRequest
CreateDirectoryRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.
// Example sending a request using the CreateDirectoryRequest method. req := client.CreateDirectoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateDirectory
func (*CloudDirectory) CreateFacetRequest ¶
func (c *CloudDirectory) CreateFacetRequest(input *CreateFacetInput) CreateFacetRequest
CreateFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates a new Facet in a schema. Facet creation is allowed only in development or applied schemas.
// Example sending a request using the CreateFacetRequest method. req := client.CreateFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateFacet
func (*CloudDirectory) CreateIndexRequest ¶
func (c *CloudDirectory) CreateIndexRequest(input *CreateIndexInput) CreateIndexRequest
CreateIndexRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates an index object. See Indexing (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_indexing.html) for more information.
// Example sending a request using the CreateIndexRequest method. req := client.CreateIndexRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateIndex
func (*CloudDirectory) CreateObjectRequest ¶
func (c *CloudDirectory) CreateObjectRequest(input *CreateObjectInput) CreateObjectRequest
CreateObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates an object in a Directory. Additionally attaches the object to a parent, if a parent reference and LinkName is specified. An object is simply a collection of Facet 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.
// Example sending a request using the CreateObjectRequest method. req := client.CreateObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateObject
func (*CloudDirectory) CreateSchemaRequest ¶
func (c *CloudDirectory) CreateSchemaRequest(input *CreateSchemaInput) CreateSchemaRequest
CreateSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates 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.
// Example sending a request using the CreateSchemaRequest method. req := client.CreateSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateSchema
func (*CloudDirectory) CreateTypedLinkFacetRequest ¶
func (c *CloudDirectory) CreateTypedLinkFacetRequest(input *CreateTypedLinkFacetInput) CreateTypedLinkFacetRequest
CreateTypedLinkFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Creates a TypedLinkFacet. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the CreateTypedLinkFacetRequest method. req := client.CreateTypedLinkFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateTypedLinkFacet
func (*CloudDirectory) DeleteDirectoryRequest ¶
func (c *CloudDirectory) DeleteDirectoryRequest(input *DeleteDirectoryInput) DeleteDirectoryRequest
DeleteDirectoryRequest returns a request value for making API operation for Amazon CloudDirectory.
Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories.
// Example sending a request using the DeleteDirectoryRequest method. req := client.DeleteDirectoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteDirectory
func (*CloudDirectory) DeleteFacetRequest ¶
func (c *CloudDirectory) DeleteFacetRequest(input *DeleteFacetInput) DeleteFacetRequest
DeleteFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Deletes a given Facet. All attributes and Rules that are associated with the facet will be deleted. Only development schema facets are allowed deletion.
// Example sending a request using the DeleteFacetRequest method. req := client.DeleteFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteFacet
func (*CloudDirectory) DeleteObjectRequest ¶
func (c *CloudDirectory) DeleteObjectRequest(input *DeleteObjectInput) DeleteObjectRequest
DeleteObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Deletes an object and its associated attributes. Only objects with no children and no parents can be deleted.
// Example sending a request using the DeleteObjectRequest method. req := client.DeleteObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteObject
func (*CloudDirectory) DeleteSchemaRequest ¶
func (c *CloudDirectory) DeleteSchemaRequest(input *DeleteSchemaInput) DeleteSchemaRequest
DeleteSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Deletes a given schema. Schemas in a development and published state can only be deleted.
// Example sending a request using the DeleteSchemaRequest method. req := client.DeleteSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteSchema
func (*CloudDirectory) DeleteTypedLinkFacetRequest ¶
func (c *CloudDirectory) DeleteTypedLinkFacetRequest(input *DeleteTypedLinkFacetInput) DeleteTypedLinkFacetRequest
DeleteTypedLinkFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Deletes a TypedLinkFacet. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the DeleteTypedLinkFacetRequest method. req := client.DeleteTypedLinkFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteTypedLinkFacet
func (*CloudDirectory) DetachFromIndexRequest ¶
func (c *CloudDirectory) DetachFromIndexRequest(input *DetachFromIndexInput) DetachFromIndexRequest
DetachFromIndexRequest returns a request value for making API operation for Amazon CloudDirectory.
Detaches the specified object from the specified index.
// Example sending a request using the DetachFromIndexRequest method. req := client.DetachFromIndexRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachFromIndex
func (*CloudDirectory) DetachObjectRequest ¶
func (c *CloudDirectory) DetachObjectRequest(input *DetachObjectInput) DetachObjectRequest
DetachObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.
// Example sending a request using the DetachObjectRequest method. req := client.DetachObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachObject
func (*CloudDirectory) DetachPolicyRequest ¶
func (c *CloudDirectory) DetachPolicyRequest(input *DetachPolicyInput) DetachPolicyRequest
DetachPolicyRequest returns a request value for making API operation for Amazon CloudDirectory.
Detaches a policy from an object.
// Example sending a request using the DetachPolicyRequest method. req := client.DetachPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachPolicy
func (*CloudDirectory) DetachTypedLinkRequest ¶
func (c *CloudDirectory) DetachTypedLinkRequest(input *DetachTypedLinkInput) DetachTypedLinkRequest
DetachTypedLinkRequest returns a request value for making API operation for Amazon CloudDirectory.
Detaches a typed link from a specified source and target object. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the DetachTypedLinkRequest method. req := client.DetachTypedLinkRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachTypedLink
func (*CloudDirectory) DisableDirectoryRequest ¶
func (c *CloudDirectory) DisableDirectoryRequest(input *DisableDirectoryInput) DisableDirectoryRequest
DisableDirectoryRequest returns a request value for making API operation for Amazon CloudDirectory.
Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled.
// Example sending a request using the DisableDirectoryRequest method. req := client.DisableDirectoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DisableDirectory
func (*CloudDirectory) EnableDirectoryRequest ¶
func (c *CloudDirectory) EnableDirectoryRequest(input *EnableDirectoryInput) EnableDirectoryRequest
EnableDirectoryRequest returns a request value for making API operation for Amazon CloudDirectory.
Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to.
// Example sending a request using the EnableDirectoryRequest method. req := client.EnableDirectoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/EnableDirectory
func (*CloudDirectory) GetAppliedSchemaVersionRequest ¶ added in v0.2.0
func (c *CloudDirectory) GetAppliedSchemaVersionRequest(input *GetAppliedSchemaVersionInput) GetAppliedSchemaVersionRequest
GetAppliedSchemaVersionRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns current applied schema version ARN, including the minor version in use.
// Example sending a request using the GetAppliedSchemaVersionRequest method. req := client.GetAppliedSchemaVersionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetAppliedSchemaVersion
func (*CloudDirectory) GetDirectoryRequest ¶
func (c *CloudDirectory) GetDirectoryRequest(input *GetDirectoryInput) GetDirectoryRequest
GetDirectoryRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves metadata about a directory.
// Example sending a request using the GetDirectoryRequest method. req := client.GetDirectoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetDirectory
func (*CloudDirectory) GetFacetRequest ¶
func (c *CloudDirectory) GetFacetRequest(input *GetFacetInput) GetFacetRequest
GetFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType. You can call this on all kinds of schema facets -- published, development, or applied.
// Example sending a request using the GetFacetRequest method. req := client.GetFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetFacet
func (*CloudDirectory) GetObjectInformationRequest ¶
func (c *CloudDirectory) GetObjectInformationRequest(input *GetObjectInformationInput) GetObjectInformationRequest
GetObjectInformationRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves metadata about an object.
// Example sending a request using the GetObjectInformationRequest method. req := client.GetObjectInformationRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetObjectInformation
func (*CloudDirectory) GetSchemaAsJsonRequest ¶
func (c *CloudDirectory) GetSchemaAsJsonRequest(input *GetSchemaAsJsonInput) GetSchemaAsJsonRequest
GetSchemaAsJsonRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves a JSON representation of the schema. See JSON Schema Format (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_schemas.html#jsonformat) for more information.
// Example sending a request using the GetSchemaAsJsonRequest method. req := client.GetSchemaAsJsonRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetSchemaAsJson
func (*CloudDirectory) GetTypedLinkFacetInformationRequest ¶
func (c *CloudDirectory) GetTypedLinkFacetInformationRequest(input *GetTypedLinkFacetInformationInput) GetTypedLinkFacetInformationRequest
GetTypedLinkFacetInformationRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the GetTypedLinkFacetInformationRequest method. req := client.GetTypedLinkFacetInformationRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetTypedLinkFacetInformation
func (*CloudDirectory) ListAppliedSchemaArnsPages ¶
func (c *CloudDirectory) ListAppliedSchemaArnsPages(input *ListAppliedSchemaArnsInput, fn func(*ListAppliedSchemaArnsOutput, bool) bool) error
ListAppliedSchemaArnsPages iterates over the pages of a ListAppliedSchemaArns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAppliedSchemaArns method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAppliedSchemaArns operation. pageNum := 0 err := client.ListAppliedSchemaArnsPages(params, func(page *ListAppliedSchemaArnsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListAppliedSchemaArnsPagesWithContext ¶
func (c *CloudDirectory) ListAppliedSchemaArnsPagesWithContext(ctx aws.Context, input *ListAppliedSchemaArnsInput, fn func(*ListAppliedSchemaArnsOutput, bool) bool, opts ...aws.Option) error
ListAppliedSchemaArnsPagesWithContext same as ListAppliedSchemaArnsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListAppliedSchemaArnsRequest ¶
func (c *CloudDirectory) ListAppliedSchemaArnsRequest(input *ListAppliedSchemaArnsInput) ListAppliedSchemaArnsRequest
ListAppliedSchemaArnsRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.
// Example sending a request using the ListAppliedSchemaArnsRequest method. req := client.ListAppliedSchemaArnsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAppliedSchemaArns
func (*CloudDirectory) ListAttachedIndicesPages ¶
func (c *CloudDirectory) ListAttachedIndicesPages(input *ListAttachedIndicesInput, fn func(*ListAttachedIndicesOutput, bool) bool) error
ListAttachedIndicesPages iterates over the pages of a ListAttachedIndices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAttachedIndices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAttachedIndices operation. pageNum := 0 err := client.ListAttachedIndicesPages(params, func(page *ListAttachedIndicesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListAttachedIndicesPagesWithContext ¶
func (c *CloudDirectory) ListAttachedIndicesPagesWithContext(ctx aws.Context, input *ListAttachedIndicesInput, fn func(*ListAttachedIndicesOutput, bool) bool, opts ...aws.Option) error
ListAttachedIndicesPagesWithContext same as ListAttachedIndicesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListAttachedIndicesRequest ¶
func (c *CloudDirectory) ListAttachedIndicesRequest(input *ListAttachedIndicesInput) ListAttachedIndicesRequest
ListAttachedIndicesRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists indices attached to the specified object.
// Example sending a request using the ListAttachedIndicesRequest method. req := client.ListAttachedIndicesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAttachedIndices
func (*CloudDirectory) ListDevelopmentSchemaArnsPages ¶
func (c *CloudDirectory) ListDevelopmentSchemaArnsPages(input *ListDevelopmentSchemaArnsInput, fn func(*ListDevelopmentSchemaArnsOutput, bool) bool) error
ListDevelopmentSchemaArnsPages iterates over the pages of a ListDevelopmentSchemaArns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDevelopmentSchemaArns method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDevelopmentSchemaArns operation. pageNum := 0 err := client.ListDevelopmentSchemaArnsPages(params, func(page *ListDevelopmentSchemaArnsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListDevelopmentSchemaArnsPagesWithContext ¶
func (c *CloudDirectory) ListDevelopmentSchemaArnsPagesWithContext(ctx aws.Context, input *ListDevelopmentSchemaArnsInput, fn func(*ListDevelopmentSchemaArnsOutput, bool) bool, opts ...aws.Option) error
ListDevelopmentSchemaArnsPagesWithContext same as ListDevelopmentSchemaArnsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListDevelopmentSchemaArnsRequest ¶
func (c *CloudDirectory) ListDevelopmentSchemaArnsRequest(input *ListDevelopmentSchemaArnsInput) ListDevelopmentSchemaArnsRequest
ListDevelopmentSchemaArnsRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
// Example sending a request using the ListDevelopmentSchemaArnsRequest method. req := client.ListDevelopmentSchemaArnsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDevelopmentSchemaArns
func (*CloudDirectory) ListDirectoriesPages ¶
func (c *CloudDirectory) ListDirectoriesPages(input *ListDirectoriesInput, fn func(*ListDirectoriesOutput, bool) bool) error
ListDirectoriesPages iterates over the pages of a ListDirectories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDirectories method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDirectories operation. pageNum := 0 err := client.ListDirectoriesPages(params, func(page *ListDirectoriesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListDirectoriesPagesWithContext ¶
func (c *CloudDirectory) ListDirectoriesPagesWithContext(ctx aws.Context, input *ListDirectoriesInput, fn func(*ListDirectoriesOutput, bool) bool, opts ...aws.Option) error
ListDirectoriesPagesWithContext same as ListDirectoriesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListDirectoriesRequest ¶
func (c *CloudDirectory) ListDirectoriesRequest(input *ListDirectoriesInput) ListDirectoriesRequest
ListDirectoriesRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists directories created within an account.
// Example sending a request using the ListDirectoriesRequest method. req := client.ListDirectoriesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDirectories
func (*CloudDirectory) ListFacetAttributesPages ¶
func (c *CloudDirectory) ListFacetAttributesPages(input *ListFacetAttributesInput, fn func(*ListFacetAttributesOutput, bool) bool) error
ListFacetAttributesPages iterates over the pages of a ListFacetAttributes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFacetAttributes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFacetAttributes operation. pageNum := 0 err := client.ListFacetAttributesPages(params, func(page *ListFacetAttributesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListFacetAttributesPagesWithContext ¶
func (c *CloudDirectory) ListFacetAttributesPagesWithContext(ctx aws.Context, input *ListFacetAttributesInput, fn func(*ListFacetAttributesOutput, bool) bool, opts ...aws.Option) error
ListFacetAttributesPagesWithContext same as ListFacetAttributesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListFacetAttributesRequest ¶
func (c *CloudDirectory) ListFacetAttributesRequest(input *ListFacetAttributesInput) ListFacetAttributesRequest
ListFacetAttributesRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves attributes attached to the facet.
// Example sending a request using the ListFacetAttributesRequest method. req := client.ListFacetAttributesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetAttributes
func (*CloudDirectory) ListFacetNamesPages ¶
func (c *CloudDirectory) ListFacetNamesPages(input *ListFacetNamesInput, fn func(*ListFacetNamesOutput, bool) bool) error
ListFacetNamesPages iterates over the pages of a ListFacetNames operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFacetNames method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFacetNames operation. pageNum := 0 err := client.ListFacetNamesPages(params, func(page *ListFacetNamesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListFacetNamesPagesWithContext ¶
func (c *CloudDirectory) ListFacetNamesPagesWithContext(ctx aws.Context, input *ListFacetNamesInput, fn func(*ListFacetNamesOutput, bool) bool, opts ...aws.Option) error
ListFacetNamesPagesWithContext same as ListFacetNamesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListFacetNamesRequest ¶
func (c *CloudDirectory) ListFacetNamesRequest(input *ListFacetNamesInput) ListFacetNamesRequest
ListFacetNamesRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves the names of facets that exist in a schema.
// Example sending a request using the ListFacetNamesRequest method. req := client.ListFacetNamesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetNames
func (*CloudDirectory) ListIncomingTypedLinksRequest ¶
func (c *CloudDirectory) ListIncomingTypedLinksRequest(input *ListIncomingTypedLinksInput) ListIncomingTypedLinksRequest
ListIncomingTypedLinksRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the ListIncomingTypedLinksRequest method. req := client.ListIncomingTypedLinksRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIncomingTypedLinks
func (*CloudDirectory) ListIndexPages ¶
func (c *CloudDirectory) ListIndexPages(input *ListIndexInput, fn func(*ListIndexOutput, bool) bool) error
ListIndexPages iterates over the pages of a ListIndex operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListIndex method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListIndex operation. pageNum := 0 err := client.ListIndexPages(params, func(page *ListIndexOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListIndexPagesWithContext ¶
func (c *CloudDirectory) ListIndexPagesWithContext(ctx aws.Context, input *ListIndexInput, fn func(*ListIndexOutput, bool) bool, opts ...aws.Option) error
ListIndexPagesWithContext same as ListIndexPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListIndexRequest ¶
func (c *CloudDirectory) ListIndexRequest(input *ListIndexInput) ListIndexRequest
ListIndexRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists objects and indexed values attached to the index.
// Example sending a request using the ListIndexRequest method. req := client.ListIndexRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIndex
func (*CloudDirectory) ListObjectAttributesPages ¶
func (c *CloudDirectory) ListObjectAttributesPages(input *ListObjectAttributesInput, fn func(*ListObjectAttributesOutput, bool) bool) error
ListObjectAttributesPages iterates over the pages of a ListObjectAttributes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListObjectAttributes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListObjectAttributes operation. pageNum := 0 err := client.ListObjectAttributesPages(params, func(page *ListObjectAttributesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListObjectAttributesPagesWithContext ¶
func (c *CloudDirectory) ListObjectAttributesPagesWithContext(ctx aws.Context, input *ListObjectAttributesInput, fn func(*ListObjectAttributesOutput, bool) bool, opts ...aws.Option) error
ListObjectAttributesPagesWithContext same as ListObjectAttributesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListObjectAttributesRequest ¶
func (c *CloudDirectory) ListObjectAttributesRequest(input *ListObjectAttributesInput) ListObjectAttributesRequest
ListObjectAttributesRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists all attributes that are associated with an object.
// Example sending a request using the ListObjectAttributesRequest method. req := client.ListObjectAttributesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectAttributes
func (*CloudDirectory) ListObjectChildrenPages ¶
func (c *CloudDirectory) ListObjectChildrenPages(input *ListObjectChildrenInput, fn func(*ListObjectChildrenOutput, bool) bool) error
ListObjectChildrenPages iterates over the pages of a ListObjectChildren operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListObjectChildren method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListObjectChildren operation. pageNum := 0 err := client.ListObjectChildrenPages(params, func(page *ListObjectChildrenOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListObjectChildrenPagesWithContext ¶
func (c *CloudDirectory) ListObjectChildrenPagesWithContext(ctx aws.Context, input *ListObjectChildrenInput, fn func(*ListObjectChildrenOutput, bool) bool, opts ...aws.Option) error
ListObjectChildrenPagesWithContext same as ListObjectChildrenPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListObjectChildrenRequest ¶
func (c *CloudDirectory) ListObjectChildrenRequest(input *ListObjectChildrenInput) ListObjectChildrenRequest
ListObjectChildrenRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns a paginated list of child objects that are associated with a given object.
// Example sending a request using the ListObjectChildrenRequest method. req := client.ListObjectChildrenRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectChildren
func (*CloudDirectory) ListObjectParentPathsPages ¶
func (c *CloudDirectory) ListObjectParentPathsPages(input *ListObjectParentPathsInput, fn func(*ListObjectParentPathsOutput, bool) bool) error
ListObjectParentPathsPages iterates over the pages of a ListObjectParentPaths operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListObjectParentPaths method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListObjectParentPaths operation. pageNum := 0 err := client.ListObjectParentPathsPages(params, func(page *ListObjectParentPathsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListObjectParentPathsPagesWithContext ¶
func (c *CloudDirectory) ListObjectParentPathsPagesWithContext(ctx aws.Context, input *ListObjectParentPathsInput, fn func(*ListObjectParentPathsOutput, bool) bool, opts ...aws.Option) error
ListObjectParentPathsPagesWithContext same as ListObjectParentPathsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListObjectParentPathsRequest ¶
func (c *CloudDirectory) ListObjectParentPathsRequest(input *ListObjectParentPathsInput) ListObjectParentPathsRequest
ListObjectParentPathsRequest returns a request value for making API operation for Amazon CloudDirectory.
Retrieves 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 Directory Structure (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#dirstructure).
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.
// Example sending a request using the ListObjectParentPathsRequest method. req := client.ListObjectParentPathsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentPaths
func (*CloudDirectory) ListObjectParentsPages ¶
func (c *CloudDirectory) ListObjectParentsPages(input *ListObjectParentsInput, fn func(*ListObjectParentsOutput, bool) bool) error
ListObjectParentsPages iterates over the pages of a ListObjectParents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListObjectParents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListObjectParents operation. pageNum := 0 err := client.ListObjectParentsPages(params, func(page *ListObjectParentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListObjectParentsPagesWithContext ¶
func (c *CloudDirectory) ListObjectParentsPagesWithContext(ctx aws.Context, input *ListObjectParentsInput, fn func(*ListObjectParentsOutput, bool) bool, opts ...aws.Option) error
ListObjectParentsPagesWithContext same as ListObjectParentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListObjectParentsRequest ¶
func (c *CloudDirectory) ListObjectParentsRequest(input *ListObjectParentsInput) ListObjectParentsRequest
ListObjectParentsRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists parent objects that are associated with a given object in pagination fashion.
// Example sending a request using the ListObjectParentsRequest method. req := client.ListObjectParentsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParents
func (*CloudDirectory) ListObjectPoliciesPages ¶
func (c *CloudDirectory) ListObjectPoliciesPages(input *ListObjectPoliciesInput, fn func(*ListObjectPoliciesOutput, bool) bool) error
ListObjectPoliciesPages iterates over the pages of a ListObjectPolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListObjectPolicies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListObjectPolicies operation. pageNum := 0 err := client.ListObjectPoliciesPages(params, func(page *ListObjectPoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListObjectPoliciesPagesWithContext ¶
func (c *CloudDirectory) ListObjectPoliciesPagesWithContext(ctx aws.Context, input *ListObjectPoliciesInput, fn func(*ListObjectPoliciesOutput, bool) bool, opts ...aws.Option) error
ListObjectPoliciesPagesWithContext same as ListObjectPoliciesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListObjectPoliciesRequest ¶
func (c *CloudDirectory) ListObjectPoliciesRequest(input *ListObjectPoliciesInput) ListObjectPoliciesRequest
ListObjectPoliciesRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns policies attached to an object in pagination fashion.
// Example sending a request using the ListObjectPoliciesRequest method. req := client.ListObjectPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectPolicies
func (*CloudDirectory) ListOutgoingTypedLinksRequest ¶
func (c *CloudDirectory) ListOutgoingTypedLinksRequest(input *ListOutgoingTypedLinksInput) ListOutgoingTypedLinksRequest
ListOutgoingTypedLinksRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the ListOutgoingTypedLinksRequest method. req := client.ListOutgoingTypedLinksRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListOutgoingTypedLinks
func (*CloudDirectory) ListPolicyAttachmentsPages ¶
func (c *CloudDirectory) ListPolicyAttachmentsPages(input *ListPolicyAttachmentsInput, fn func(*ListPolicyAttachmentsOutput, bool) bool) error
ListPolicyAttachmentsPages iterates over the pages of a ListPolicyAttachments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPolicyAttachments method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPolicyAttachments operation. pageNum := 0 err := client.ListPolicyAttachmentsPages(params, func(page *ListPolicyAttachmentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListPolicyAttachmentsPagesWithContext ¶
func (c *CloudDirectory) ListPolicyAttachmentsPagesWithContext(ctx aws.Context, input *ListPolicyAttachmentsInput, fn func(*ListPolicyAttachmentsOutput, bool) bool, opts ...aws.Option) error
ListPolicyAttachmentsPagesWithContext same as ListPolicyAttachmentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListPolicyAttachmentsRequest ¶
func (c *CloudDirectory) ListPolicyAttachmentsRequest(input *ListPolicyAttachmentsInput) ListPolicyAttachmentsRequest
ListPolicyAttachmentsRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns all of the ObjectIdentifiers to which a given policy is attached.
// Example sending a request using the ListPolicyAttachmentsRequest method. req := client.ListPolicyAttachmentsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPolicyAttachments
func (*CloudDirectory) ListPublishedSchemaArnsPages ¶
func (c *CloudDirectory) ListPublishedSchemaArnsPages(input *ListPublishedSchemaArnsInput, fn func(*ListPublishedSchemaArnsOutput, bool) bool) error
ListPublishedSchemaArnsPages iterates over the pages of a ListPublishedSchemaArns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPublishedSchemaArns method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPublishedSchemaArns operation. pageNum := 0 err := client.ListPublishedSchemaArnsPages(params, func(page *ListPublishedSchemaArnsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListPublishedSchemaArnsPagesWithContext ¶
func (c *CloudDirectory) ListPublishedSchemaArnsPagesWithContext(ctx aws.Context, input *ListPublishedSchemaArnsInput, fn func(*ListPublishedSchemaArnsOutput, bool) bool, opts ...aws.Option) error
ListPublishedSchemaArnsPagesWithContext same as ListPublishedSchemaArnsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListPublishedSchemaArnsRequest ¶
func (c *CloudDirectory) ListPublishedSchemaArnsRequest(input *ListPublishedSchemaArnsInput) ListPublishedSchemaArnsRequest
ListPublishedSchemaArnsRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists schema major versions for a published schema. If SchemaArn is provided, lists the minor version.
// Example sending a request using the ListPublishedSchemaArnsRequest method. req := client.ListPublishedSchemaArnsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPublishedSchemaArns
func (*CloudDirectory) ListTagsForResourcePages ¶
func (c *CloudDirectory) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error
ListTagsForResourcePages iterates over the pages of a ListTagsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTagsForResource method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTagsForResource operation. pageNum := 0 err := client.ListTagsForResourcePages(params, func(page *ListTagsForResourceOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListTagsForResourcePagesWithContext ¶
func (c *CloudDirectory) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...aws.Option) error
ListTagsForResourcePagesWithContext same as ListTagsForResourcePages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListTagsForResourceRequest ¶
func (c *CloudDirectory) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest
ListTagsForResourceRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns 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.
// Example sending a request using the ListTagsForResourceRequest method. req := client.ListTagsForResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTagsForResource
func (*CloudDirectory) ListTypedLinkFacetAttributesPages ¶
func (c *CloudDirectory) ListTypedLinkFacetAttributesPages(input *ListTypedLinkFacetAttributesInput, fn func(*ListTypedLinkFacetAttributesOutput, bool) bool) error
ListTypedLinkFacetAttributesPages iterates over the pages of a ListTypedLinkFacetAttributes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTypedLinkFacetAttributes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTypedLinkFacetAttributes operation. pageNum := 0 err := client.ListTypedLinkFacetAttributesPages(params, func(page *ListTypedLinkFacetAttributesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListTypedLinkFacetAttributesPagesWithContext ¶
func (c *CloudDirectory) ListTypedLinkFacetAttributesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetAttributesInput, fn func(*ListTypedLinkFacetAttributesOutput, bool) bool, opts ...aws.Option) error
ListTypedLinkFacetAttributesPagesWithContext same as ListTypedLinkFacetAttributesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListTypedLinkFacetAttributesRequest ¶
func (c *CloudDirectory) ListTypedLinkFacetAttributesRequest(input *ListTypedLinkFacetAttributesInput) ListTypedLinkFacetAttributesRequest
ListTypedLinkFacetAttributesRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the ListTypedLinkFacetAttributesRequest method. req := client.ListTypedLinkFacetAttributesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetAttributes
func (*CloudDirectory) ListTypedLinkFacetNamesPages ¶
func (c *CloudDirectory) ListTypedLinkFacetNamesPages(input *ListTypedLinkFacetNamesInput, fn func(*ListTypedLinkFacetNamesOutput, bool) bool) error
ListTypedLinkFacetNamesPages iterates over the pages of a ListTypedLinkFacetNames operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTypedLinkFacetNames method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTypedLinkFacetNames operation. pageNum := 0 err := client.ListTypedLinkFacetNamesPages(params, func(page *ListTypedLinkFacetNamesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) ListTypedLinkFacetNamesPagesWithContext ¶
func (c *CloudDirectory) ListTypedLinkFacetNamesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetNamesInput, fn func(*ListTypedLinkFacetNamesOutput, bool) bool, opts ...aws.Option) error
ListTypedLinkFacetNamesPagesWithContext same as ListTypedLinkFacetNamesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) ListTypedLinkFacetNamesRequest ¶
func (c *CloudDirectory) ListTypedLinkFacetNamesRequest(input *ListTypedLinkFacetNamesInput) ListTypedLinkFacetNamesRequest
ListTypedLinkFacetNamesRequest returns a request value for making API operation for Amazon CloudDirectory.
Returns a paginated list of TypedLink facet names for a particular schema. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the ListTypedLinkFacetNamesRequest method. req := client.ListTypedLinkFacetNamesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetNames
func (*CloudDirectory) LookupPolicyPages ¶
func (c *CloudDirectory) LookupPolicyPages(input *LookupPolicyInput, fn func(*LookupPolicyOutput, bool) bool) error
LookupPolicyPages iterates over the pages of a LookupPolicy operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See LookupPolicy method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a LookupPolicy operation. pageNum := 0 err := client.LookupPolicyPages(params, func(page *LookupPolicyOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CloudDirectory) LookupPolicyPagesWithContext ¶
func (c *CloudDirectory) LookupPolicyPagesWithContext(ctx aws.Context, input *LookupPolicyInput, fn func(*LookupPolicyOutput, bool) bool, opts ...aws.Option) error
LookupPolicyPagesWithContext same as LookupPolicyPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudDirectory) LookupPolicyRequest ¶
func (c *CloudDirectory) LookupPolicyRequest(input *LookupPolicyInput) LookupPolicyRequest
LookupPolicyRequest returns a request value for making API operation for Amazon CloudDirectory.
Lists all policies from the root of the Directory 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 ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies).
// Example sending a request using the LookupPolicyRequest method. req := client.LookupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/LookupPolicy
func (*CloudDirectory) PublishSchemaRequest ¶
func (c *CloudDirectory) PublishSchemaRequest(input *PublishSchemaInput) PublishSchemaRequest
PublishSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Publishes a development schema with a major version and a recommended minor version.
// Example sending a request using the PublishSchemaRequest method. req := client.PublishSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PublishSchema
func (*CloudDirectory) PutSchemaFromJsonRequest ¶
func (c *CloudDirectory) PutSchemaFromJsonRequest(input *PutSchemaFromJsonInput) PutSchemaFromJsonRequest
PutSchemaFromJsonRequest returns a request value for making API operation for Amazon CloudDirectory.
Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_schemas.html#jsonformat) for more information.
// Example sending a request using the PutSchemaFromJsonRequest method. req := client.PutSchemaFromJsonRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PutSchemaFromJson
func (*CloudDirectory) RemoveFacetFromObjectRequest ¶
func (c *CloudDirectory) RemoveFacetFromObjectRequest(input *RemoveFacetFromObjectInput) RemoveFacetFromObjectRequest
RemoveFacetFromObjectRequest returns a request value for making API operation for Amazon CloudDirectory.
Removes the specified facet from the specified object.
// Example sending a request using the RemoveFacetFromObjectRequest method. req := client.RemoveFacetFromObjectRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/RemoveFacetFromObject
func (*CloudDirectory) TagResourceRequest ¶
func (c *CloudDirectory) TagResourceRequest(input *TagResourceInput) TagResourceRequest
TagResourceRequest returns a request value for making API operation for Amazon CloudDirectory.
An API operation for adding tags to a resource.
// Example sending a request using the TagResourceRequest method. req := client.TagResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TagResource
func (*CloudDirectory) UntagResourceRequest ¶
func (c *CloudDirectory) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
UntagResourceRequest returns a request value for making API operation for Amazon CloudDirectory.
An API operation for removing tags from a resource.
// Example sending a request using the UntagResourceRequest method. req := client.UntagResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UntagResource
func (*CloudDirectory) UpdateFacetRequest ¶
func (c *CloudDirectory) UpdateFacetRequest(input *UpdateFacetInput) UpdateFacetRequest
UpdateFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Does the following:
Adds new Attributes, Rules, or ObjectTypes.
Updates existing Attributes, Rules, or ObjectTypes.
Deletes existing Attributes, Rules, or ObjectTypes.
// Example sending a request using the UpdateFacetRequest method. req := client.UpdateFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateFacet
func (*CloudDirectory) UpdateObjectAttributesRequest ¶
func (c *CloudDirectory) UpdateObjectAttributesRequest(input *UpdateObjectAttributesInput) UpdateObjectAttributesRequest
UpdateObjectAttributesRequest returns a request value for making API operation for Amazon CloudDirectory.
Updates a given object's attributes.
// Example sending a request using the UpdateObjectAttributesRequest method. req := client.UpdateObjectAttributesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateObjectAttributes
func (*CloudDirectory) UpdateSchemaRequest ¶
func (c *CloudDirectory) UpdateSchemaRequest(input *UpdateSchemaInput) UpdateSchemaRequest
UpdateSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Updates the schema name with a new name. Only development schema names can be updated.
// Example sending a request using the UpdateSchemaRequest method. req := client.UpdateSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateSchema
func (*CloudDirectory) UpdateTypedLinkFacetRequest ¶
func (c *CloudDirectory) UpdateTypedLinkFacetRequest(input *UpdateTypedLinkFacetInput) UpdateTypedLinkFacetRequest
UpdateTypedLinkFacetRequest returns a request value for making API operation for Amazon CloudDirectory.
Updates a TypedLinkFacet. For more information, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink).
// Example sending a request using the UpdateTypedLinkFacetRequest method. req := client.UpdateTypedLinkFacetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateTypedLinkFacet
func (*CloudDirectory) UpgradeAppliedSchemaRequest ¶ added in v0.2.0
func (c *CloudDirectory) UpgradeAppliedSchemaRequest(input *UpgradeAppliedSchemaInput) UpgradeAppliedSchemaRequest
UpgradeAppliedSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. 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.
// Example sending a request using the UpgradeAppliedSchemaRequest method. req := client.UpgradeAppliedSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradeAppliedSchema
func (*CloudDirectory) UpgradePublishedSchemaRequest ¶ added in v0.2.0
func (c *CloudDirectory) UpgradePublishedSchemaRequest(input *UpgradePublishedSchemaInput) UpgradePublishedSchemaRequest
UpgradePublishedSchemaRequest returns a request value for making API operation for Amazon CloudDirectory.
Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.
// Example sending a request using the UpgradePublishedSchemaRequest method. req := client.UpgradePublishedSchemaRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradePublishedSchema
type ConsistencyLevel ¶
type ConsistencyLevel string
const ( ConsistencyLevelSerializable ConsistencyLevel = "SERIALIZABLE" ConsistencyLevelEventual ConsistencyLevel = "EVENTUAL" )
Enum values for ConsistencyLevel
type CreateDirectoryInput ¶
type CreateDirectoryInput struct { // The name of the Directory. Should be unique per account, per region. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the published schema that will be copied // into the data Directory. For more information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateDirectoryRequest
func (CreateDirectoryInput) GoString ¶
func (s CreateDirectoryInput) GoString() string
GoString returns the string representation
func (*CreateDirectoryInput) SetName ¶
func (s *CreateDirectoryInput) SetName(v string) *CreateDirectoryInput
SetName sets the Name field's value.
func (*CreateDirectoryInput) SetSchemaArn ¶
func (s *CreateDirectoryInput) SetSchemaArn(v string) *CreateDirectoryInput
SetSchemaArn sets the SchemaArn field's value.
func (CreateDirectoryInput) String ¶
func (s CreateDirectoryInput) String() string
String returns the string representation
func (*CreateDirectoryInput) Validate ¶
func (s *CreateDirectoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectoryOutput ¶
type CreateDirectoryOutput struct { // The ARN of the published schema in the Directory. Once a published schema // is copied into the directory, it has its own ARN, which is referred to applied // schema ARN. For more information, see arns. // // AppliedSchemaArn is a required field AppliedSchemaArn *string `type:"string" required:"true"` // The ARN that is associated with the Directory. For more information, see // arns. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // The name of the Directory. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The root object node of the created directory. // // ObjectIdentifier is a required field ObjectIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateDirectoryResponse
func (CreateDirectoryOutput) GoString ¶
func (s CreateDirectoryOutput) GoString() string
GoString returns the string representation
func (CreateDirectoryOutput) SDKResponseMetadata ¶
func (s CreateDirectoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateDirectoryOutput) SetAppliedSchemaArn ¶
func (s *CreateDirectoryOutput) SetAppliedSchemaArn(v string) *CreateDirectoryOutput
SetAppliedSchemaArn sets the AppliedSchemaArn field's value.
func (*CreateDirectoryOutput) SetDirectoryArn ¶
func (s *CreateDirectoryOutput) SetDirectoryArn(v string) *CreateDirectoryOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (*CreateDirectoryOutput) SetName ¶
func (s *CreateDirectoryOutput) SetName(v string) *CreateDirectoryOutput
SetName sets the Name field's value.
func (*CreateDirectoryOutput) SetObjectIdentifier ¶
func (s *CreateDirectoryOutput) SetObjectIdentifier(v string) *CreateDirectoryOutput
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (CreateDirectoryOutput) String ¶
func (s CreateDirectoryOutput) String() string
String returns the string representation
type CreateDirectoryRequest ¶
type CreateDirectoryRequest struct { *aws.Request Input *CreateDirectoryInput }
CreateDirectoryRequest is a API request type for the CreateDirectory API operation.
func (CreateDirectoryRequest) Send ¶
func (r CreateDirectoryRequest) Send() (*CreateDirectoryOutput, error)
Send marshals and sends the CreateDirectory API request.
type CreateFacetInput ¶
type CreateFacetInput struct { // The attributes that are associated with the Facet. Attributes []FacetAttribute `type:"list"` // The name of the Facet, which is unique for a given schema. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Specifies whether a given object created from this facet is of type node, // leaf node, policy or index. // // * Node: Can have multiple children but one parent. // // * Leaf node: Cannot have children but can have multiple parents. // // * Policy: Allows you to store a policy document and policy type. For more // information, see Policies (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). // // * Index: Can be created with the Index API. // // ObjectType is a required field ObjectType ObjectType `type:"string" required:"true" enum:"true"` // The schema ARN in which the new Facet will be created. For more information, // see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateFacetRequest
func (CreateFacetInput) GoString ¶
func (s CreateFacetInput) GoString() string
GoString returns the string representation
func (*CreateFacetInput) SetAttributes ¶
func (s *CreateFacetInput) SetAttributes(v []FacetAttribute) *CreateFacetInput
SetAttributes sets the Attributes field's value.
func (*CreateFacetInput) SetName ¶
func (s *CreateFacetInput) SetName(v string) *CreateFacetInput
SetName sets the Name field's value.
func (*CreateFacetInput) SetObjectType ¶
func (s *CreateFacetInput) SetObjectType(v ObjectType) *CreateFacetInput
SetObjectType sets the ObjectType field's value.
func (*CreateFacetInput) SetSchemaArn ¶
func (s *CreateFacetInput) SetSchemaArn(v string) *CreateFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (CreateFacetInput) String ¶
func (s CreateFacetInput) String() string
String returns the string representation
func (*CreateFacetInput) Validate ¶
func (s *CreateFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFacetOutput ¶
type CreateFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateFacetResponse
func (CreateFacetOutput) GoString ¶
func (s CreateFacetOutput) GoString() string
GoString returns the string representation
func (CreateFacetOutput) SDKResponseMetadata ¶
func (s CreateFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateFacetOutput) String ¶
func (s CreateFacetOutput) String() string
String returns the string representation
type CreateFacetRequest ¶
type CreateFacetRequest struct { *aws.Request Input *CreateFacetInput }
CreateFacetRequest is a API request type for the CreateFacet API operation.
func (CreateFacetRequest) Send ¶
func (r CreateFacetRequest) Send() (*CreateFacetOutput, error)
Send marshals and sends the CreateFacet API request.
type CreateIndexInput ¶
type CreateIndexInput struct { // The ARN of the directory where the index should be created. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Indicates whether the attribute that is being indexed has unique values or // not. // // IsUnique is a required field IsUnique *bool `type:"boolean" required:"true"` // The name of the link between the parent object and the index object. LinkName *string `min:"1" type:"string"` // Specifies the attributes that should be indexed on. Currently only a single // attribute is supported. // // OrderedIndexedAttributeList is a required field OrderedIndexedAttributeList []AttributeKey `type:"list" required:"true"` // A reference to the parent object that contains the index object. ParentReference *ObjectReference `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateIndexRequest
func (CreateIndexInput) GoString ¶
func (s CreateIndexInput) GoString() string
GoString returns the string representation
func (*CreateIndexInput) SetDirectoryArn ¶
func (s *CreateIndexInput) SetDirectoryArn(v string) *CreateIndexInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*CreateIndexInput) SetIsUnique ¶
func (s *CreateIndexInput) SetIsUnique(v bool) *CreateIndexInput
SetIsUnique sets the IsUnique field's value.
func (*CreateIndexInput) SetLinkName ¶
func (s *CreateIndexInput) SetLinkName(v string) *CreateIndexInput
SetLinkName sets the LinkName field's value.
func (*CreateIndexInput) SetOrderedIndexedAttributeList ¶
func (s *CreateIndexInput) SetOrderedIndexedAttributeList(v []AttributeKey) *CreateIndexInput
SetOrderedIndexedAttributeList sets the OrderedIndexedAttributeList field's value.
func (*CreateIndexInput) SetParentReference ¶
func (s *CreateIndexInput) SetParentReference(v *ObjectReference) *CreateIndexInput
SetParentReference sets the ParentReference field's value.
func (CreateIndexInput) String ¶
func (s CreateIndexInput) String() string
String returns the string representation
func (*CreateIndexInput) Validate ¶
func (s *CreateIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIndexOutput ¶
type CreateIndexOutput struct { // The ObjectIdentifier of the index created by this operation. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateIndexResponse
func (CreateIndexOutput) GoString ¶
func (s CreateIndexOutput) GoString() string
GoString returns the string representation
func (CreateIndexOutput) SDKResponseMetadata ¶
func (s CreateIndexOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateIndexOutput) SetObjectIdentifier ¶
func (s *CreateIndexOutput) SetObjectIdentifier(v string) *CreateIndexOutput
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (CreateIndexOutput) String ¶
func (s CreateIndexOutput) String() string
String returns the string representation
type CreateIndexRequest ¶
type CreateIndexRequest struct { *aws.Request Input *CreateIndexInput }
CreateIndexRequest is a API request type for the CreateIndex API operation.
func (CreateIndexRequest) Send ¶
func (r CreateIndexRequest) Send() (*CreateIndexOutput, error)
Send marshals and sends the CreateIndex API request.
type CreateObjectInput ¶
type CreateObjectInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory in which // the object will be created. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The name of link that is used to attach this object to a parent. LinkName *string `min:"1" type:"string"` // The attribute map whose attribute ARN contains the key and attribute value // as the map value. ObjectAttributeList []AttributeKeyAndValue `type:"list"` // If specified, the parent reference to which this object will be attached. ParentReference *ObjectReference `type:"structure"` // A list of schema facets to be associated with the object. Do not provide // minor version components. See SchemaFacet for details. // // SchemaFacets is a required field SchemaFacets []SchemaFacet `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateObjectRequest
func (CreateObjectInput) GoString ¶
func (s CreateObjectInput) GoString() string
GoString returns the string representation
func (*CreateObjectInput) SetDirectoryArn ¶
func (s *CreateObjectInput) SetDirectoryArn(v string) *CreateObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*CreateObjectInput) SetLinkName ¶
func (s *CreateObjectInput) SetLinkName(v string) *CreateObjectInput
SetLinkName sets the LinkName field's value.
func (*CreateObjectInput) SetObjectAttributeList ¶
func (s *CreateObjectInput) SetObjectAttributeList(v []AttributeKeyAndValue) *CreateObjectInput
SetObjectAttributeList sets the ObjectAttributeList field's value.
func (*CreateObjectInput) SetParentReference ¶
func (s *CreateObjectInput) SetParentReference(v *ObjectReference) *CreateObjectInput
SetParentReference sets the ParentReference field's value.
func (*CreateObjectInput) SetSchemaFacets ¶
func (s *CreateObjectInput) SetSchemaFacets(v []SchemaFacet) *CreateObjectInput
SetSchemaFacets sets the SchemaFacets field's value.
func (CreateObjectInput) String ¶
func (s CreateObjectInput) String() string
String returns the string representation
func (*CreateObjectInput) Validate ¶
func (s *CreateObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateObjectOutput ¶
type CreateObjectOutput struct { // The identifier that is associated with the object. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateObjectResponse
func (CreateObjectOutput) GoString ¶
func (s CreateObjectOutput) GoString() string
GoString returns the string representation
func (CreateObjectOutput) SDKResponseMetadata ¶
func (s CreateObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateObjectOutput) SetObjectIdentifier ¶
func (s *CreateObjectOutput) SetObjectIdentifier(v string) *CreateObjectOutput
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (CreateObjectOutput) String ¶
func (s CreateObjectOutput) String() string
String returns the string representation
type CreateObjectRequest ¶
type CreateObjectRequest struct { *aws.Request Input *CreateObjectInput }
CreateObjectRequest is a API request type for the CreateObject API operation.
func (CreateObjectRequest) Send ¶
func (r CreateObjectRequest) Send() (*CreateObjectOutput, error)
Send marshals and sends the CreateObject API request.
type CreateSchemaInput ¶
type CreateSchemaInput struct { // The name that is associated with the schema. This is unique to each account // and in each region. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateSchemaRequest
func (CreateSchemaInput) GoString ¶
func (s CreateSchemaInput) GoString() string
GoString returns the string representation
func (*CreateSchemaInput) SetName ¶
func (s *CreateSchemaInput) SetName(v string) *CreateSchemaInput
SetName sets the Name field's value.
func (CreateSchemaInput) String ¶
func (s CreateSchemaInput) String() string
String returns the string representation
func (*CreateSchemaInput) Validate ¶
func (s *CreateSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSchemaOutput ¶
type CreateSchemaOutput struct { // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateSchemaResponse
func (CreateSchemaOutput) GoString ¶
func (s CreateSchemaOutput) GoString() string
GoString returns the string representation
func (CreateSchemaOutput) SDKResponseMetadata ¶
func (s CreateSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateSchemaOutput) SetSchemaArn ¶
func (s *CreateSchemaOutput) SetSchemaArn(v string) *CreateSchemaOutput
SetSchemaArn sets the SchemaArn field's value.
func (CreateSchemaOutput) String ¶
func (s CreateSchemaOutput) String() string
String returns the string representation
type CreateSchemaRequest ¶
type CreateSchemaRequest struct { *aws.Request Input *CreateSchemaInput }
CreateSchemaRequest is a API request type for the CreateSchema API operation.
func (CreateSchemaRequest) Send ¶
func (r CreateSchemaRequest) Send() (*CreateSchemaOutput, error)
Send marshals and sends the CreateSchema API request.
type CreateTypedLinkFacetInput ¶
type CreateTypedLinkFacetInput struct { // Facet structure that is associated with the typed link facet. // // Facet is a required field Facet *TypedLinkFacet `type:"structure" required:"true"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateTypedLinkFacetRequest
func (CreateTypedLinkFacetInput) GoString ¶
func (s CreateTypedLinkFacetInput) GoString() string
GoString returns the string representation
func (*CreateTypedLinkFacetInput) SetFacet ¶
func (s *CreateTypedLinkFacetInput) SetFacet(v *TypedLinkFacet) *CreateTypedLinkFacetInput
SetFacet sets the Facet field's value.
func (*CreateTypedLinkFacetInput) SetSchemaArn ¶
func (s *CreateTypedLinkFacetInput) SetSchemaArn(v string) *CreateTypedLinkFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (CreateTypedLinkFacetInput) String ¶
func (s CreateTypedLinkFacetInput) String() string
String returns the string representation
func (*CreateTypedLinkFacetInput) Validate ¶
func (s *CreateTypedLinkFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTypedLinkFacetOutput ¶
type CreateTypedLinkFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateTypedLinkFacetResponse
func (CreateTypedLinkFacetOutput) GoString ¶
func (s CreateTypedLinkFacetOutput) GoString() string
GoString returns the string representation
func (CreateTypedLinkFacetOutput) SDKResponseMetadata ¶
func (s CreateTypedLinkFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateTypedLinkFacetOutput) String ¶
func (s CreateTypedLinkFacetOutput) String() string
String returns the string representation
type CreateTypedLinkFacetRequest ¶
type CreateTypedLinkFacetRequest struct { *aws.Request Input *CreateTypedLinkFacetInput }
CreateTypedLinkFacetRequest is a API request type for the CreateTypedLinkFacet API operation.
func (CreateTypedLinkFacetRequest) Send ¶
func (r CreateTypedLinkFacetRequest) Send() (*CreateTypedLinkFacetOutput, error)
Send marshals and sends the CreateTypedLinkFacet API request.
type DeleteDirectoryInput ¶
type DeleteDirectoryInput struct { // The ARN of the directory to delete. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteDirectoryRequest
func (DeleteDirectoryInput) GoString ¶
func (s DeleteDirectoryInput) GoString() string
GoString returns the string representation
func (*DeleteDirectoryInput) SetDirectoryArn ¶
func (s *DeleteDirectoryInput) SetDirectoryArn(v string) *DeleteDirectoryInput
SetDirectoryArn sets the DirectoryArn field's value.
func (DeleteDirectoryInput) String ¶
func (s DeleteDirectoryInput) String() string
String returns the string representation
func (*DeleteDirectoryInput) Validate ¶
func (s *DeleteDirectoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectoryOutput ¶
type DeleteDirectoryOutput struct { // The ARN of the deleted directory. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteDirectoryResponse
func (DeleteDirectoryOutput) GoString ¶
func (s DeleteDirectoryOutput) GoString() string
GoString returns the string representation
func (DeleteDirectoryOutput) SDKResponseMetadata ¶
func (s DeleteDirectoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteDirectoryOutput) SetDirectoryArn ¶
func (s *DeleteDirectoryOutput) SetDirectoryArn(v string) *DeleteDirectoryOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (DeleteDirectoryOutput) String ¶
func (s DeleteDirectoryOutput) String() string
String returns the string representation
type DeleteDirectoryRequest ¶
type DeleteDirectoryRequest struct { *aws.Request Input *DeleteDirectoryInput }
DeleteDirectoryRequest is a API request type for the DeleteDirectory API operation.
func (DeleteDirectoryRequest) Send ¶
func (r DeleteDirectoryRequest) Send() (*DeleteDirectoryOutput, error)
Send marshals and sends the DeleteDirectory API request.
type DeleteFacetInput ¶
type DeleteFacetInput struct { // The name of the facet to delete. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) that is associated with the Facet. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteFacetRequest
func (DeleteFacetInput) GoString ¶
func (s DeleteFacetInput) GoString() string
GoString returns the string representation
func (*DeleteFacetInput) SetName ¶
func (s *DeleteFacetInput) SetName(v string) *DeleteFacetInput
SetName sets the Name field's value.
func (*DeleteFacetInput) SetSchemaArn ¶
func (s *DeleteFacetInput) SetSchemaArn(v string) *DeleteFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (DeleteFacetInput) String ¶
func (s DeleteFacetInput) String() string
String returns the string representation
func (*DeleteFacetInput) Validate ¶
func (s *DeleteFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFacetOutput ¶
type DeleteFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteFacetResponse
func (DeleteFacetOutput) GoString ¶
func (s DeleteFacetOutput) GoString() string
GoString returns the string representation
func (DeleteFacetOutput) SDKResponseMetadata ¶
func (s DeleteFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteFacetOutput) String ¶
func (s DeleteFacetOutput) String() string
String returns the string representation
type DeleteFacetRequest ¶
type DeleteFacetRequest struct { *aws.Request Input *DeleteFacetInput }
DeleteFacetRequest is a API request type for the DeleteFacet API operation.
func (DeleteFacetRequest) Send ¶
func (r DeleteFacetRequest) Send() (*DeleteFacetOutput, error)
Send marshals and sends the DeleteFacet API request.
type DeleteObjectInput ¶
type DeleteObjectInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A reference that identifies the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteObjectRequest
func (DeleteObjectInput) GoString ¶
func (s DeleteObjectInput) GoString() string
GoString returns the string representation
func (*DeleteObjectInput) SetDirectoryArn ¶
func (s *DeleteObjectInput) SetDirectoryArn(v string) *DeleteObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*DeleteObjectInput) SetObjectReference ¶
func (s *DeleteObjectInput) SetObjectReference(v *ObjectReference) *DeleteObjectInput
SetObjectReference sets the ObjectReference field's value.
func (DeleteObjectInput) String ¶
func (s DeleteObjectInput) String() string
String returns the string representation
func (*DeleteObjectInput) Validate ¶
func (s *DeleteObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteObjectOutput ¶
type DeleteObjectOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteObjectResponse
func (DeleteObjectOutput) GoString ¶
func (s DeleteObjectOutput) GoString() string
GoString returns the string representation
func (DeleteObjectOutput) SDKResponseMetadata ¶
func (s DeleteObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteObjectOutput) String ¶
func (s DeleteObjectOutput) String() string
String returns the string representation
type DeleteObjectRequest ¶
type DeleteObjectRequest struct { *aws.Request Input *DeleteObjectInput }
DeleteObjectRequest is a API request type for the DeleteObject API operation.
func (DeleteObjectRequest) Send ¶
func (r DeleteObjectRequest) Send() (*DeleteObjectOutput, error)
Send marshals and sends the DeleteObject API request.
type DeleteSchemaInput ¶
type DeleteSchemaInput struct { // The Amazon Resource Name (ARN) of the development schema. For more information, // see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteSchemaRequest
func (DeleteSchemaInput) GoString ¶
func (s DeleteSchemaInput) GoString() string
GoString returns the string representation
func (*DeleteSchemaInput) SetSchemaArn ¶
func (s *DeleteSchemaInput) SetSchemaArn(v string) *DeleteSchemaInput
SetSchemaArn sets the SchemaArn field's value.
func (DeleteSchemaInput) String ¶
func (s DeleteSchemaInput) String() string
String returns the string representation
func (*DeleteSchemaInput) Validate ¶
func (s *DeleteSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSchemaOutput ¶
type DeleteSchemaOutput struct { // The input ARN that is returned as part of the response. For more information, // see arns. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteSchemaResponse
func (DeleteSchemaOutput) GoString ¶
func (s DeleteSchemaOutput) GoString() string
GoString returns the string representation
func (DeleteSchemaOutput) SDKResponseMetadata ¶
func (s DeleteSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteSchemaOutput) SetSchemaArn ¶
func (s *DeleteSchemaOutput) SetSchemaArn(v string) *DeleteSchemaOutput
SetSchemaArn sets the SchemaArn field's value.
func (DeleteSchemaOutput) String ¶
func (s DeleteSchemaOutput) String() string
String returns the string representation
type DeleteSchemaRequest ¶
type DeleteSchemaRequest struct { *aws.Request Input *DeleteSchemaInput }
DeleteSchemaRequest is a API request type for the DeleteSchema API operation.
func (DeleteSchemaRequest) Send ¶
func (r DeleteSchemaRequest) Send() (*DeleteSchemaOutput, error)
Send marshals and sends the DeleteSchema API request.
type DeleteTypedLinkFacetInput ¶
type DeleteTypedLinkFacetInput struct { // The unique name of the typed link facet. // // Name is a required field Name *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteTypedLinkFacetRequest
func (DeleteTypedLinkFacetInput) GoString ¶
func (s DeleteTypedLinkFacetInput) GoString() string
GoString returns the string representation
func (*DeleteTypedLinkFacetInput) SetName ¶
func (s *DeleteTypedLinkFacetInput) SetName(v string) *DeleteTypedLinkFacetInput
SetName sets the Name field's value.
func (*DeleteTypedLinkFacetInput) SetSchemaArn ¶
func (s *DeleteTypedLinkFacetInput) SetSchemaArn(v string) *DeleteTypedLinkFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (DeleteTypedLinkFacetInput) String ¶
func (s DeleteTypedLinkFacetInput) String() string
String returns the string representation
func (*DeleteTypedLinkFacetInput) Validate ¶
func (s *DeleteTypedLinkFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTypedLinkFacetOutput ¶
type DeleteTypedLinkFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteTypedLinkFacetResponse
func (DeleteTypedLinkFacetOutput) GoString ¶
func (s DeleteTypedLinkFacetOutput) GoString() string
GoString returns the string representation
func (DeleteTypedLinkFacetOutput) SDKResponseMetadata ¶
func (s DeleteTypedLinkFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteTypedLinkFacetOutput) String ¶
func (s DeleteTypedLinkFacetOutput) String() string
String returns the string representation
type DeleteTypedLinkFacetRequest ¶
type DeleteTypedLinkFacetRequest struct { *aws.Request Input *DeleteTypedLinkFacetInput }
DeleteTypedLinkFacetRequest is a API request type for the DeleteTypedLinkFacet API operation.
func (DeleteTypedLinkFacetRequest) Send ¶
func (r DeleteTypedLinkFacetRequest) Send() (*DeleteTypedLinkFacetOutput, error)
Send marshals and sends the DeleteTypedLinkFacet API request.
type DetachFromIndexInput ¶
type DetachFromIndexInput struct { // The Amazon Resource Name (ARN) of the directory the index and object exist // in. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A reference to the index object. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // A reference to the object being detached from the index. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachFromIndexRequest
func (DetachFromIndexInput) GoString ¶
func (s DetachFromIndexInput) GoString() string
GoString returns the string representation
func (*DetachFromIndexInput) SetDirectoryArn ¶
func (s *DetachFromIndexInput) SetDirectoryArn(v string) *DetachFromIndexInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*DetachFromIndexInput) SetIndexReference ¶
func (s *DetachFromIndexInput) SetIndexReference(v *ObjectReference) *DetachFromIndexInput
SetIndexReference sets the IndexReference field's value.
func (*DetachFromIndexInput) SetTargetReference ¶
func (s *DetachFromIndexInput) SetTargetReference(v *ObjectReference) *DetachFromIndexInput
SetTargetReference sets the TargetReference field's value.
func (DetachFromIndexInput) String ¶
func (s DetachFromIndexInput) String() string
String returns the string representation
func (*DetachFromIndexInput) Validate ¶
func (s *DetachFromIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachFromIndexOutput ¶
type DetachFromIndexOutput struct { // The ObjectIdentifier of the object that was detached from the index. DetachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachFromIndexResponse
func (DetachFromIndexOutput) GoString ¶
func (s DetachFromIndexOutput) GoString() string
GoString returns the string representation
func (DetachFromIndexOutput) SDKResponseMetadata ¶
func (s DetachFromIndexOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DetachFromIndexOutput) SetDetachedObjectIdentifier ¶
func (s *DetachFromIndexOutput) SetDetachedObjectIdentifier(v string) *DetachFromIndexOutput
SetDetachedObjectIdentifier sets the DetachedObjectIdentifier field's value.
func (DetachFromIndexOutput) String ¶
func (s DetachFromIndexOutput) String() string
String returns the string representation
type DetachFromIndexRequest ¶
type DetachFromIndexRequest struct { *aws.Request Input *DetachFromIndexInput }
DetachFromIndexRequest is a API request type for the DetachFromIndex API operation.
func (DetachFromIndexRequest) Send ¶
func (r DetachFromIndexRequest) Send() (*DetachFromIndexOutput, error)
Send marshals and sends the DetachFromIndex API request.
type DetachObjectInput ¶
type DetachObjectInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory where // objects reside. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The link name associated with the object that needs to be detached. // // LinkName is a required field LinkName *string `min:"1" type:"string" required:"true"` // The parent reference from which the object with the specified link name is // detached. // // ParentReference is a required field ParentReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachObjectRequest
func (DetachObjectInput) GoString ¶
func (s DetachObjectInput) GoString() string
GoString returns the string representation
func (*DetachObjectInput) SetDirectoryArn ¶
func (s *DetachObjectInput) SetDirectoryArn(v string) *DetachObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*DetachObjectInput) SetLinkName ¶
func (s *DetachObjectInput) SetLinkName(v string) *DetachObjectInput
SetLinkName sets the LinkName field's value.
func (*DetachObjectInput) SetParentReference ¶
func (s *DetachObjectInput) SetParentReference(v *ObjectReference) *DetachObjectInput
SetParentReference sets the ParentReference field's value.
func (DetachObjectInput) String ¶
func (s DetachObjectInput) String() string
String returns the string representation
func (*DetachObjectInput) Validate ¶
func (s *DetachObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachObjectOutput ¶
type DetachObjectOutput struct { // The ObjectIdentifier that was detached from the object. DetachedObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachObjectResponse
func (DetachObjectOutput) GoString ¶
func (s DetachObjectOutput) GoString() string
GoString returns the string representation
func (DetachObjectOutput) SDKResponseMetadata ¶
func (s DetachObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DetachObjectOutput) SetDetachedObjectIdentifier ¶
func (s *DetachObjectOutput) SetDetachedObjectIdentifier(v string) *DetachObjectOutput
SetDetachedObjectIdentifier sets the DetachedObjectIdentifier field's value.
func (DetachObjectOutput) String ¶
func (s DetachObjectOutput) String() string
String returns the string representation
type DetachObjectRequest ¶
type DetachObjectRequest struct { *aws.Request Input *DetachObjectInput }
DetachObjectRequest is a API request type for the DetachObject API operation.
func (DetachObjectRequest) Send ¶
func (r DetachObjectRequest) Send() (*DetachObjectOutput, error)
Send marshals and sends the DetachObject API request.
type DetachPolicyInput ¶
type DetachPolicyInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory where // both objects reside. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Reference that identifies the object whose policy object will be detached. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // Reference that identifies the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachPolicyRequest
func (DetachPolicyInput) GoString ¶
func (s DetachPolicyInput) GoString() string
GoString returns the string representation
func (*DetachPolicyInput) SetDirectoryArn ¶
func (s *DetachPolicyInput) SetDirectoryArn(v string) *DetachPolicyInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*DetachPolicyInput) SetObjectReference ¶
func (s *DetachPolicyInput) SetObjectReference(v *ObjectReference) *DetachPolicyInput
SetObjectReference sets the ObjectReference field's value.
func (*DetachPolicyInput) SetPolicyReference ¶
func (s *DetachPolicyInput) SetPolicyReference(v *ObjectReference) *DetachPolicyInput
SetPolicyReference sets the PolicyReference field's value.
func (DetachPolicyInput) String ¶
func (s DetachPolicyInput) String() string
String returns the string representation
func (*DetachPolicyInput) Validate ¶
func (s *DetachPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachPolicyOutput ¶
type DetachPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachPolicyResponse
func (DetachPolicyOutput) GoString ¶
func (s DetachPolicyOutput) GoString() string
GoString returns the string representation
func (DetachPolicyOutput) SDKResponseMetadata ¶
func (s DetachPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DetachPolicyOutput) String ¶
func (s DetachPolicyOutput) String() string
String returns the string representation
type DetachPolicyRequest ¶
type DetachPolicyRequest struct { *aws.Request Input *DetachPolicyInput }
DetachPolicyRequest is a API request type for the DetachPolicy API operation.
func (DetachPolicyRequest) Send ¶
func (r DetachPolicyRequest) Send() (*DetachPolicyOutput, error)
Send marshals and sends the DetachPolicy API request.
type DetachTypedLinkInput ¶
type DetachTypedLinkInput struct { // The Amazon Resource Name (ARN) of the directory where you want to detach // the typed link. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Used to accept a typed link specifier as input. // // TypedLinkSpecifier is a required field TypedLinkSpecifier *TypedLinkSpecifier `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachTypedLinkRequest
func (DetachTypedLinkInput) GoString ¶
func (s DetachTypedLinkInput) GoString() string
GoString returns the string representation
func (*DetachTypedLinkInput) SetDirectoryArn ¶
func (s *DetachTypedLinkInput) SetDirectoryArn(v string) *DetachTypedLinkInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*DetachTypedLinkInput) SetTypedLinkSpecifier ¶
func (s *DetachTypedLinkInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *DetachTypedLinkInput
SetTypedLinkSpecifier sets the TypedLinkSpecifier field's value.
func (DetachTypedLinkInput) String ¶
func (s DetachTypedLinkInput) String() string
String returns the string representation
func (*DetachTypedLinkInput) Validate ¶
func (s *DetachTypedLinkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachTypedLinkOutput ¶
type DetachTypedLinkOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachTypedLinkOutput
func (DetachTypedLinkOutput) GoString ¶
func (s DetachTypedLinkOutput) GoString() string
GoString returns the string representation
func (DetachTypedLinkOutput) SDKResponseMetadata ¶
func (s DetachTypedLinkOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DetachTypedLinkOutput) String ¶
func (s DetachTypedLinkOutput) String() string
String returns the string representation
type DetachTypedLinkRequest ¶
type DetachTypedLinkRequest struct { *aws.Request Input *DetachTypedLinkInput }
DetachTypedLinkRequest is a API request type for the DetachTypedLink API operation.
func (DetachTypedLinkRequest) Send ¶
func (r DetachTypedLinkRequest) Send() (*DetachTypedLinkOutput, error)
Send marshals and sends the DetachTypedLink API request.
type Directory ¶
type Directory struct { // The date and time when the directory was created. CreationDateTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The Amazon Resource Name (ARN) that is associated with the directory. For // more information, see arns. DirectoryArn *string `type:"string"` // The name of the directory. Name *string `min:"1" type:"string"` // The state of the directory. Can be either Enabled, Disabled, or Deleted. State DirectoryState `type:"string" enum:"true"` // contains filtered or unexported fields }
Directory structure that includes the directory name and directory ARN. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/Directory
func (*Directory) SetCreationDateTime ¶
SetCreationDateTime sets the CreationDateTime field's value.
func (*Directory) SetDirectoryArn ¶
SetDirectoryArn sets the DirectoryArn field's value.
func (*Directory) SetState ¶
func (s *Directory) SetState(v DirectoryState) *Directory
SetState sets the State field's value.
type DirectoryState ¶
type DirectoryState string
const ( DirectoryStateEnabled DirectoryState = "ENABLED" DirectoryStateDisabled DirectoryState = "DISABLED" DirectoryStateDeleted DirectoryState = "DELETED" )
Enum values for DirectoryState
type DisableDirectoryInput ¶
type DisableDirectoryInput struct { // The ARN of the directory to disable. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DisableDirectoryRequest
func (DisableDirectoryInput) GoString ¶
func (s DisableDirectoryInput) GoString() string
GoString returns the string representation
func (*DisableDirectoryInput) SetDirectoryArn ¶
func (s *DisableDirectoryInput) SetDirectoryArn(v string) *DisableDirectoryInput
SetDirectoryArn sets the DirectoryArn field's value.
func (DisableDirectoryInput) String ¶
func (s DisableDirectoryInput) String() string
String returns the string representation
func (*DisableDirectoryInput) Validate ¶
func (s *DisableDirectoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableDirectoryOutput ¶
type DisableDirectoryOutput struct { // The ARN of the directory that has been disabled. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DisableDirectoryResponse
func (DisableDirectoryOutput) GoString ¶
func (s DisableDirectoryOutput) GoString() string
GoString returns the string representation
func (DisableDirectoryOutput) SDKResponseMetadata ¶
func (s DisableDirectoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DisableDirectoryOutput) SetDirectoryArn ¶
func (s *DisableDirectoryOutput) SetDirectoryArn(v string) *DisableDirectoryOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (DisableDirectoryOutput) String ¶
func (s DisableDirectoryOutput) String() string
String returns the string representation
type DisableDirectoryRequest ¶
type DisableDirectoryRequest struct { *aws.Request Input *DisableDirectoryInput }
DisableDirectoryRequest is a API request type for the DisableDirectory API operation.
func (DisableDirectoryRequest) Send ¶
func (r DisableDirectoryRequest) Send() (*DisableDirectoryOutput, error)
Send marshals and sends the DisableDirectory API request.
type EnableDirectoryInput ¶
type EnableDirectoryInput struct { // The ARN of the directory to enable. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/EnableDirectoryRequest
func (EnableDirectoryInput) GoString ¶
func (s EnableDirectoryInput) GoString() string
GoString returns the string representation
func (*EnableDirectoryInput) SetDirectoryArn ¶
func (s *EnableDirectoryInput) SetDirectoryArn(v string) *EnableDirectoryInput
SetDirectoryArn sets the DirectoryArn field's value.
func (EnableDirectoryInput) String ¶
func (s EnableDirectoryInput) String() string
String returns the string representation
func (*EnableDirectoryInput) Validate ¶
func (s *EnableDirectoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableDirectoryOutput ¶
type EnableDirectoryOutput struct { // The ARN of the enabled directory. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/EnableDirectoryResponse
func (EnableDirectoryOutput) GoString ¶
func (s EnableDirectoryOutput) GoString() string
GoString returns the string representation
func (EnableDirectoryOutput) SDKResponseMetadata ¶
func (s EnableDirectoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*EnableDirectoryOutput) SetDirectoryArn ¶
func (s *EnableDirectoryOutput) SetDirectoryArn(v string) *EnableDirectoryOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (EnableDirectoryOutput) String ¶
func (s EnableDirectoryOutput) String() string
String returns the string representation
type EnableDirectoryRequest ¶
type EnableDirectoryRequest struct { *aws.Request Input *EnableDirectoryInput }
EnableDirectoryRequest is a API request type for the EnableDirectory API operation.
func (EnableDirectoryRequest) Send ¶
func (r EnableDirectoryRequest) Send() (*EnableDirectoryOutput, error)
Send marshals and sends the EnableDirectory API request.
type Facet ¶
type Facet struct { // The name of the Facet. Name *string `min:"1" type:"string"` // The object type that is associated with the facet. See CreateFacetRequest$ObjectType // for more details. ObjectType ObjectType `type:"string" enum:"true"` // contains filtered or unexported fields }
A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/Facet
func (*Facet) SetObjectType ¶
func (s *Facet) SetObjectType(v ObjectType) *Facet
SetObjectType sets the ObjectType field's value.
type FacetAttribute ¶
type FacetAttribute struct { // A facet attribute consists of either a definition or a reference. This structure // contains the attribute definition. See Attribute References (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#attributereferences) // for more information. AttributeDefinition *FacetAttributeDefinition `type:"structure"` // An attribute reference that is associated with the attribute. See Attribute // References (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#attributereferences) // for more information. AttributeReference *FacetAttributeReference `type:"structure"` // The name of the facet attribute. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The required behavior of the FacetAttribute. RequiredBehavior RequiredAttributeBehavior `type:"string" enum:"true"` // contains filtered or unexported fields }
An attribute that is associated with the Facet. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/FacetAttribute
func (FacetAttribute) GoString ¶
func (s FacetAttribute) GoString() string
GoString returns the string representation
func (*FacetAttribute) SetAttributeDefinition ¶
func (s *FacetAttribute) SetAttributeDefinition(v *FacetAttributeDefinition) *FacetAttribute
SetAttributeDefinition sets the AttributeDefinition field's value.
func (*FacetAttribute) SetAttributeReference ¶
func (s *FacetAttribute) SetAttributeReference(v *FacetAttributeReference) *FacetAttribute
SetAttributeReference sets the AttributeReference field's value.
func (*FacetAttribute) SetName ¶
func (s *FacetAttribute) SetName(v string) *FacetAttribute
SetName sets the Name field's value.
func (*FacetAttribute) SetRequiredBehavior ¶
func (s *FacetAttribute) SetRequiredBehavior(v RequiredAttributeBehavior) *FacetAttribute
SetRequiredBehavior sets the RequiredBehavior field's value.
func (FacetAttribute) String ¶
func (s FacetAttribute) String() string
String returns the string representation
func (*FacetAttribute) Validate ¶
func (s *FacetAttribute) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FacetAttributeDefinition ¶
type FacetAttributeDefinition struct { // The default value of the attribute (if configured). DefaultValue *TypedAttributeValue `type:"structure"` // Whether the attribute is mutable or not. IsImmutable *bool `type:"boolean"` // Validation rules attached to the attribute definition. Rules map[string]Rule `type:"map"` // The type of the attribute. // // Type is a required field Type FacetAttributeType `type:"string" required:"true" enum:"true"` // contains filtered or unexported fields }
A facet attribute definition. See Attribute References (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#attributereferences) for more information. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/FacetAttributeDefinition
func (FacetAttributeDefinition) GoString ¶
func (s FacetAttributeDefinition) GoString() string
GoString returns the string representation
func (*FacetAttributeDefinition) SetDefaultValue ¶
func (s *FacetAttributeDefinition) SetDefaultValue(v *TypedAttributeValue) *FacetAttributeDefinition
SetDefaultValue sets the DefaultValue field's value.
func (*FacetAttributeDefinition) SetIsImmutable ¶
func (s *FacetAttributeDefinition) SetIsImmutable(v bool) *FacetAttributeDefinition
SetIsImmutable sets the IsImmutable field's value.
func (*FacetAttributeDefinition) SetRules ¶
func (s *FacetAttributeDefinition) SetRules(v map[string]Rule) *FacetAttributeDefinition
SetRules sets the Rules field's value.
func (*FacetAttributeDefinition) SetType ¶
func (s *FacetAttributeDefinition) SetType(v FacetAttributeType) *FacetAttributeDefinition
SetType sets the Type field's value.
func (FacetAttributeDefinition) String ¶
func (s FacetAttributeDefinition) String() string
String returns the string representation
func (*FacetAttributeDefinition) Validate ¶
func (s *FacetAttributeDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FacetAttributeReference ¶
type FacetAttributeReference struct { // The target attribute name that is associated with the facet reference. See // Attribute References (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#attributereferences) // for more information. // // TargetAttributeName is a required field TargetAttributeName *string `min:"1" type:"string" required:"true"` // The target facet name that is associated with the facet reference. See Attribute // References (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_advanced.html#attributereferences) // for more information. // // TargetFacetName is a required field TargetFacetName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/FacetAttributeReference
func (FacetAttributeReference) GoString ¶
func (s FacetAttributeReference) GoString() string
GoString returns the string representation
func (*FacetAttributeReference) SetTargetAttributeName ¶
func (s *FacetAttributeReference) SetTargetAttributeName(v string) *FacetAttributeReference
SetTargetAttributeName sets the TargetAttributeName field's value.
func (*FacetAttributeReference) SetTargetFacetName ¶
func (s *FacetAttributeReference) SetTargetFacetName(v string) *FacetAttributeReference
SetTargetFacetName sets the TargetFacetName field's value.
func (FacetAttributeReference) String ¶
func (s FacetAttributeReference) String() string
String returns the string representation
func (*FacetAttributeReference) Validate ¶
func (s *FacetAttributeReference) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FacetAttributeType ¶
type FacetAttributeType string
const ( FacetAttributeTypeString FacetAttributeType = "STRING" FacetAttributeTypeBinary FacetAttributeType = "BINARY" FacetAttributeTypeBoolean FacetAttributeType = "BOOLEAN" FacetAttributeTypeNumber FacetAttributeType = "NUMBER" FacetAttributeTypeDatetime FacetAttributeType = "DATETIME" )
Enum values for FacetAttributeType
type FacetAttributeUpdate ¶
type FacetAttributeUpdate struct { // The action to perform when updating the attribute. Action UpdateActionType `type:"string" enum:"true"` // The attribute to update. Attribute *FacetAttribute `type:"structure"` // contains filtered or unexported fields }
A structure that contains information used to update an attribute. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/FacetAttributeUpdate
func (FacetAttributeUpdate) GoString ¶
func (s FacetAttributeUpdate) GoString() string
GoString returns the string representation
func (*FacetAttributeUpdate) SetAction ¶
func (s *FacetAttributeUpdate) SetAction(v UpdateActionType) *FacetAttributeUpdate
SetAction sets the Action field's value.
func (*FacetAttributeUpdate) SetAttribute ¶
func (s *FacetAttributeUpdate) SetAttribute(v *FacetAttribute) *FacetAttributeUpdate
SetAttribute sets the Attribute field's value.
func (FacetAttributeUpdate) String ¶
func (s FacetAttributeUpdate) String() string
String returns the string representation
func (*FacetAttributeUpdate) Validate ¶
func (s *FacetAttributeUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAppliedSchemaVersionInput ¶ added in v0.2.0
type GetAppliedSchemaVersionInput struct { // The ARN of the applied schema. // // SchemaArn is a required field SchemaArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetAppliedSchemaVersionRequest
func (GetAppliedSchemaVersionInput) GoString ¶ added in v0.2.0
func (s GetAppliedSchemaVersionInput) GoString() string
GoString returns the string representation
func (*GetAppliedSchemaVersionInput) SetSchemaArn ¶ added in v0.2.0
func (s *GetAppliedSchemaVersionInput) SetSchemaArn(v string) *GetAppliedSchemaVersionInput
SetSchemaArn sets the SchemaArn field's value.
func (GetAppliedSchemaVersionInput) String ¶ added in v0.2.0
func (s GetAppliedSchemaVersionInput) String() string
String returns the string representation
func (*GetAppliedSchemaVersionInput) Validate ¶ added in v0.2.0
func (s *GetAppliedSchemaVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAppliedSchemaVersionOutput ¶ added in v0.2.0
type GetAppliedSchemaVersionOutput struct { // Current applied schema ARN, including the minor version in use if one was // provided. AppliedSchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetAppliedSchemaVersionResponse
func (GetAppliedSchemaVersionOutput) GoString ¶ added in v0.2.0
func (s GetAppliedSchemaVersionOutput) GoString() string
GoString returns the string representation
func (GetAppliedSchemaVersionOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetAppliedSchemaVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetAppliedSchemaVersionOutput) SetAppliedSchemaArn ¶ added in v0.2.0
func (s *GetAppliedSchemaVersionOutput) SetAppliedSchemaArn(v string) *GetAppliedSchemaVersionOutput
SetAppliedSchemaArn sets the AppliedSchemaArn field's value.
func (GetAppliedSchemaVersionOutput) String ¶ added in v0.2.0
func (s GetAppliedSchemaVersionOutput) String() string
String returns the string representation
type GetAppliedSchemaVersionRequest ¶ added in v0.2.0
type GetAppliedSchemaVersionRequest struct { *aws.Request Input *GetAppliedSchemaVersionInput }
GetAppliedSchemaVersionRequest is a API request type for the GetAppliedSchemaVersion API operation.
func (GetAppliedSchemaVersionRequest) Send ¶ added in v0.2.0
func (r GetAppliedSchemaVersionRequest) Send() (*GetAppliedSchemaVersionOutput, error)
Send marshals and sends the GetAppliedSchemaVersion API request.
type GetDirectoryInput ¶
type GetDirectoryInput struct { // The ARN of the directory. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetDirectoryRequest
func (GetDirectoryInput) GoString ¶
func (s GetDirectoryInput) GoString() string
GoString returns the string representation
func (*GetDirectoryInput) SetDirectoryArn ¶
func (s *GetDirectoryInput) SetDirectoryArn(v string) *GetDirectoryInput
SetDirectoryArn sets the DirectoryArn field's value.
func (GetDirectoryInput) String ¶
func (s GetDirectoryInput) String() string
String returns the string representation
func (*GetDirectoryInput) Validate ¶
func (s *GetDirectoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDirectoryOutput ¶
type GetDirectoryOutput struct { // Metadata about the directory. // // Directory is a required field Directory *Directory `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetDirectoryResponse
func (GetDirectoryOutput) GoString ¶
func (s GetDirectoryOutput) GoString() string
GoString returns the string representation
func (GetDirectoryOutput) SDKResponseMetadata ¶
func (s GetDirectoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetDirectoryOutput) SetDirectory ¶
func (s *GetDirectoryOutput) SetDirectory(v *Directory) *GetDirectoryOutput
SetDirectory sets the Directory field's value.
func (GetDirectoryOutput) String ¶
func (s GetDirectoryOutput) String() string
String returns the string representation
type GetDirectoryRequest ¶
type GetDirectoryRequest struct { *aws.Request Input *GetDirectoryInput }
GetDirectoryRequest is a API request type for the GetDirectory API operation.
func (GetDirectoryRequest) Send ¶
func (r GetDirectoryRequest) Send() (*GetDirectoryOutput, error)
Send marshals and sends the GetDirectory API request.
type GetFacetInput ¶
type GetFacetInput struct { // The name of the facet to retrieve. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) that is associated with the Facet. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetFacetRequest
func (GetFacetInput) GoString ¶
func (s GetFacetInput) GoString() string
GoString returns the string representation
func (*GetFacetInput) SetName ¶
func (s *GetFacetInput) SetName(v string) *GetFacetInput
SetName sets the Name field's value.
func (*GetFacetInput) SetSchemaArn ¶
func (s *GetFacetInput) SetSchemaArn(v string) *GetFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (GetFacetInput) String ¶
func (s GetFacetInput) String() string
String returns the string representation
func (*GetFacetInput) Validate ¶
func (s *GetFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFacetOutput ¶
type GetFacetOutput struct { // The Facet structure that is associated with the facet. Facet *Facet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetFacetResponse
func (GetFacetOutput) GoString ¶
func (s GetFacetOutput) GoString() string
GoString returns the string representation
func (GetFacetOutput) SDKResponseMetadata ¶
func (s GetFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetFacetOutput) SetFacet ¶
func (s *GetFacetOutput) SetFacet(v *Facet) *GetFacetOutput
SetFacet sets the Facet field's value.
func (GetFacetOutput) String ¶
func (s GetFacetOutput) String() string
String returns the string representation
type GetFacetRequest ¶
type GetFacetRequest struct { *aws.Request Input *GetFacetInput }
GetFacetRequest is a API request type for the GetFacet API operation.
func (GetFacetRequest) Send ¶
func (r GetFacetRequest) Send() (*GetFacetOutput, error)
Send marshals and sends the GetFacet API request.
type GetObjectInformationInput ¶
type GetObjectInformationInput struct { // The consistency level at which to retrieve the object information. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The ARN of the directory being retrieved. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A reference to the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetObjectInformationRequest
func (GetObjectInformationInput) GoString ¶
func (s GetObjectInformationInput) GoString() string
GoString returns the string representation
func (*GetObjectInformationInput) SetConsistencyLevel ¶
func (s *GetObjectInformationInput) SetConsistencyLevel(v ConsistencyLevel) *GetObjectInformationInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*GetObjectInformationInput) SetDirectoryArn ¶
func (s *GetObjectInformationInput) SetDirectoryArn(v string) *GetObjectInformationInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*GetObjectInformationInput) SetObjectReference ¶
func (s *GetObjectInformationInput) SetObjectReference(v *ObjectReference) *GetObjectInformationInput
SetObjectReference sets the ObjectReference field's value.
func (GetObjectInformationInput) String ¶
func (s GetObjectInformationInput) String() string
String returns the string representation
func (*GetObjectInformationInput) Validate ¶
func (s *GetObjectInformationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetObjectInformationOutput ¶
type GetObjectInformationOutput struct { // The ObjectIdentifier of the specified object. ObjectIdentifier *string `type:"string"` // The facets attached to the specified object. Although the response does not // include minor version information, the most recently applied minor version // of each Facet is in effect. See GetAppliedSchemaVersion for details. SchemaFacets []SchemaFacet `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetObjectInformationResponse
func (GetObjectInformationOutput) GoString ¶
func (s GetObjectInformationOutput) GoString() string
GoString returns the string representation
func (GetObjectInformationOutput) SDKResponseMetadata ¶
func (s GetObjectInformationOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetObjectInformationOutput) SetObjectIdentifier ¶
func (s *GetObjectInformationOutput) SetObjectIdentifier(v string) *GetObjectInformationOutput
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (*GetObjectInformationOutput) SetSchemaFacets ¶
func (s *GetObjectInformationOutput) SetSchemaFacets(v []SchemaFacet) *GetObjectInformationOutput
SetSchemaFacets sets the SchemaFacets field's value.
func (GetObjectInformationOutput) String ¶
func (s GetObjectInformationOutput) String() string
String returns the string representation
type GetObjectInformationRequest ¶
type GetObjectInformationRequest struct { *aws.Request Input *GetObjectInformationInput }
GetObjectInformationRequest is a API request type for the GetObjectInformation API operation.
func (GetObjectInformationRequest) Send ¶
func (r GetObjectInformationRequest) Send() (*GetObjectInformationOutput, error)
Send marshals and sends the GetObjectInformation API request.
type GetSchemaAsJsonInput ¶
type GetSchemaAsJsonInput struct { // The ARN of the schema to retrieve. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetSchemaAsJsonRequest
func (GetSchemaAsJsonInput) GoString ¶
func (s GetSchemaAsJsonInput) GoString() string
GoString returns the string representation
func (*GetSchemaAsJsonInput) SetSchemaArn ¶
func (s *GetSchemaAsJsonInput) SetSchemaArn(v string) *GetSchemaAsJsonInput
SetSchemaArn sets the SchemaArn field's value.
func (GetSchemaAsJsonInput) String ¶
func (s GetSchemaAsJsonInput) String() string
String returns the string representation
func (*GetSchemaAsJsonInput) Validate ¶
func (s *GetSchemaAsJsonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSchemaAsJsonOutput ¶
type GetSchemaAsJsonOutput struct { // The JSON representation of the schema document. Document *string `type:"string"` // The name of the retrieved schema. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetSchemaAsJsonResponse
func (GetSchemaAsJsonOutput) GoString ¶
func (s GetSchemaAsJsonOutput) GoString() string
GoString returns the string representation
func (GetSchemaAsJsonOutput) SDKResponseMetadata ¶
func (s GetSchemaAsJsonOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetSchemaAsJsonOutput) SetDocument ¶
func (s *GetSchemaAsJsonOutput) SetDocument(v string) *GetSchemaAsJsonOutput
SetDocument sets the Document field's value.
func (*GetSchemaAsJsonOutput) SetName ¶
func (s *GetSchemaAsJsonOutput) SetName(v string) *GetSchemaAsJsonOutput
SetName sets the Name field's value.
func (GetSchemaAsJsonOutput) String ¶
func (s GetSchemaAsJsonOutput) String() string
String returns the string representation
type GetSchemaAsJsonRequest ¶
type GetSchemaAsJsonRequest struct { *aws.Request Input *GetSchemaAsJsonInput }
GetSchemaAsJsonRequest is a API request type for the GetSchemaAsJson API operation.
func (GetSchemaAsJsonRequest) Send ¶
func (r GetSchemaAsJsonRequest) Send() (*GetSchemaAsJsonOutput, error)
Send marshals and sends the GetSchemaAsJson API request.
type GetTypedLinkFacetInformationInput ¶
type GetTypedLinkFacetInformationInput struct { // The unique name of the typed link facet. // // Name is a required field Name *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetTypedLinkFacetInformationRequest
func (GetTypedLinkFacetInformationInput) GoString ¶
func (s GetTypedLinkFacetInformationInput) GoString() string
GoString returns the string representation
func (*GetTypedLinkFacetInformationInput) SetName ¶
func (s *GetTypedLinkFacetInformationInput) SetName(v string) *GetTypedLinkFacetInformationInput
SetName sets the Name field's value.
func (*GetTypedLinkFacetInformationInput) SetSchemaArn ¶
func (s *GetTypedLinkFacetInformationInput) SetSchemaArn(v string) *GetTypedLinkFacetInformationInput
SetSchemaArn sets the SchemaArn field's value.
func (GetTypedLinkFacetInformationInput) String ¶
func (s GetTypedLinkFacetInformationInput) String() string
String returns the string representation
func (*GetTypedLinkFacetInformationInput) Validate ¶
func (s *GetTypedLinkFacetInformationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTypedLinkFacetInformationOutput ¶
type GetTypedLinkFacetInformationOutput struct { // The order of identity attributes for the facet, from most significant to // least significant. The ability to filter typed links considers the order // that the attributes are defined on the typed link facet. When providing ranges // to typed link selection, any inexact ranges must be specified at the end. // Any attributes that do not have a range specified are presumed to match the // entire range. Filters are interpreted in the order of the attributes on the // typed link facet, not the order in which they are supplied to any API calls. // For more information about identity attributes, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). IdentityAttributeOrder []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetTypedLinkFacetInformationResponse
func (GetTypedLinkFacetInformationOutput) GoString ¶
func (s GetTypedLinkFacetInformationOutput) GoString() string
GoString returns the string representation
func (GetTypedLinkFacetInformationOutput) SDKResponseMetadata ¶
func (s GetTypedLinkFacetInformationOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetTypedLinkFacetInformationOutput) SetIdentityAttributeOrder ¶
func (s *GetTypedLinkFacetInformationOutput) SetIdentityAttributeOrder(v []string) *GetTypedLinkFacetInformationOutput
SetIdentityAttributeOrder sets the IdentityAttributeOrder field's value.
func (GetTypedLinkFacetInformationOutput) String ¶
func (s GetTypedLinkFacetInformationOutput) String() string
String returns the string representation
type GetTypedLinkFacetInformationRequest ¶
type GetTypedLinkFacetInformationRequest struct { *aws.Request Input *GetTypedLinkFacetInformationInput }
GetTypedLinkFacetInformationRequest is a API request type for the GetTypedLinkFacetInformation API operation.
func (GetTypedLinkFacetInformationRequest) Send ¶
func (r GetTypedLinkFacetInformationRequest) Send() (*GetTypedLinkFacetInformationOutput, error)
Send marshals and sends the GetTypedLinkFacetInformation API request.
type IndexAttachment ¶
type IndexAttachment struct { // The indexed attribute values. IndexedAttributes []AttributeKeyAndValue `type:"list"` // In response to ListIndex, the ObjectIdentifier of the object attached to // the index. In response to ListAttachedIndices, the ObjectIdentifier of the // index attached to the object. This field will always contain the ObjectIdentifier // of the object on the opposite side of the attachment specified in the query. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Represents an index and an attached object. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/IndexAttachment
func (IndexAttachment) GoString ¶
func (s IndexAttachment) GoString() string
GoString returns the string representation
func (*IndexAttachment) SetIndexedAttributes ¶
func (s *IndexAttachment) SetIndexedAttributes(v []AttributeKeyAndValue) *IndexAttachment
SetIndexedAttributes sets the IndexedAttributes field's value.
func (*IndexAttachment) SetObjectIdentifier ¶
func (s *IndexAttachment) SetObjectIdentifier(v string) *IndexAttachment
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (IndexAttachment) String ¶
func (s IndexAttachment) String() string
String returns the string representation
type ListAppliedSchemaArnsInput ¶
type ListAppliedSchemaArnsInput struct { // The ARN of the directory you are listing. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The response for ListAppliedSchemaArns when this parameter is used will list // all minor version ARNs for a major version. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAppliedSchemaArnsRequest
func (ListAppliedSchemaArnsInput) GoString ¶
func (s ListAppliedSchemaArnsInput) GoString() string
GoString returns the string representation
func (*ListAppliedSchemaArnsInput) SetDirectoryArn ¶
func (s *ListAppliedSchemaArnsInput) SetDirectoryArn(v string) *ListAppliedSchemaArnsInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListAppliedSchemaArnsInput) SetMaxResults ¶
func (s *ListAppliedSchemaArnsInput) SetMaxResults(v int64) *ListAppliedSchemaArnsInput
SetMaxResults sets the MaxResults field's value.
func (*ListAppliedSchemaArnsInput) SetNextToken ¶
func (s *ListAppliedSchemaArnsInput) SetNextToken(v string) *ListAppliedSchemaArnsInput
SetNextToken sets the NextToken field's value.
func (*ListAppliedSchemaArnsInput) SetSchemaArn ¶ added in v0.2.0
func (s *ListAppliedSchemaArnsInput) SetSchemaArn(v string) *ListAppliedSchemaArnsInput
SetSchemaArn sets the SchemaArn field's value.
func (ListAppliedSchemaArnsInput) String ¶
func (s ListAppliedSchemaArnsInput) String() string
String returns the string representation
func (*ListAppliedSchemaArnsInput) Validate ¶
func (s *ListAppliedSchemaArnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAppliedSchemaArnsOutput ¶
type ListAppliedSchemaArnsOutput struct { // The pagination token. NextToken *string `type:"string"` // The ARNs of schemas that are applied to the directory. SchemaArns []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAppliedSchemaArnsResponse
func (ListAppliedSchemaArnsOutput) GoString ¶
func (s ListAppliedSchemaArnsOutput) GoString() string
GoString returns the string representation
func (ListAppliedSchemaArnsOutput) SDKResponseMetadata ¶
func (s ListAppliedSchemaArnsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListAppliedSchemaArnsOutput) SetNextToken ¶
func (s *ListAppliedSchemaArnsOutput) SetNextToken(v string) *ListAppliedSchemaArnsOutput
SetNextToken sets the NextToken field's value.
func (*ListAppliedSchemaArnsOutput) SetSchemaArns ¶
func (s *ListAppliedSchemaArnsOutput) SetSchemaArns(v []string) *ListAppliedSchemaArnsOutput
SetSchemaArns sets the SchemaArns field's value.
func (ListAppliedSchemaArnsOutput) String ¶
func (s ListAppliedSchemaArnsOutput) String() string
String returns the string representation
type ListAppliedSchemaArnsRequest ¶
type ListAppliedSchemaArnsRequest struct { *aws.Request Input *ListAppliedSchemaArnsInput }
ListAppliedSchemaArnsRequest is a API request type for the ListAppliedSchemaArns API operation.
func (ListAppliedSchemaArnsRequest) Send ¶
func (r ListAppliedSchemaArnsRequest) Send() (*ListAppliedSchemaArnsOutput, error)
Send marshals and sends the ListAppliedSchemaArns API request.
type ListAttachedIndicesInput ¶
type ListAttachedIndicesInput struct { // The consistency level to use for this operation. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The ARN of the directory. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // A reference to the object that has indices attached. // // TargetReference is a required field TargetReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAttachedIndicesRequest
func (ListAttachedIndicesInput) GoString ¶
func (s ListAttachedIndicesInput) GoString() string
GoString returns the string representation
func (*ListAttachedIndicesInput) SetConsistencyLevel ¶
func (s *ListAttachedIndicesInput) SetConsistencyLevel(v ConsistencyLevel) *ListAttachedIndicesInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListAttachedIndicesInput) SetDirectoryArn ¶
func (s *ListAttachedIndicesInput) SetDirectoryArn(v string) *ListAttachedIndicesInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListAttachedIndicesInput) SetMaxResults ¶
func (s *ListAttachedIndicesInput) SetMaxResults(v int64) *ListAttachedIndicesInput
SetMaxResults sets the MaxResults field's value.
func (*ListAttachedIndicesInput) SetNextToken ¶
func (s *ListAttachedIndicesInput) SetNextToken(v string) *ListAttachedIndicesInput
SetNextToken sets the NextToken field's value.
func (*ListAttachedIndicesInput) SetTargetReference ¶
func (s *ListAttachedIndicesInput) SetTargetReference(v *ObjectReference) *ListAttachedIndicesInput
SetTargetReference sets the TargetReference field's value.
func (ListAttachedIndicesInput) String ¶
func (s ListAttachedIndicesInput) String() string
String returns the string representation
func (*ListAttachedIndicesInput) Validate ¶
func (s *ListAttachedIndicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttachedIndicesOutput ¶
type ListAttachedIndicesOutput struct { // The indices attached to the specified object. IndexAttachments []IndexAttachment `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAttachedIndicesResponse
func (ListAttachedIndicesOutput) GoString ¶
func (s ListAttachedIndicesOutput) GoString() string
GoString returns the string representation
func (ListAttachedIndicesOutput) SDKResponseMetadata ¶
func (s ListAttachedIndicesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListAttachedIndicesOutput) SetIndexAttachments ¶
func (s *ListAttachedIndicesOutput) SetIndexAttachments(v []IndexAttachment) *ListAttachedIndicesOutput
SetIndexAttachments sets the IndexAttachments field's value.
func (*ListAttachedIndicesOutput) SetNextToken ¶
func (s *ListAttachedIndicesOutput) SetNextToken(v string) *ListAttachedIndicesOutput
SetNextToken sets the NextToken field's value.
func (ListAttachedIndicesOutput) String ¶
func (s ListAttachedIndicesOutput) String() string
String returns the string representation
type ListAttachedIndicesRequest ¶
type ListAttachedIndicesRequest struct { *aws.Request Input *ListAttachedIndicesInput }
ListAttachedIndicesRequest is a API request type for the ListAttachedIndices API operation.
func (ListAttachedIndicesRequest) Send ¶
func (r ListAttachedIndicesRequest) Send() (*ListAttachedIndicesOutput, error)
Send marshals and sends the ListAttachedIndices API request.
type ListDevelopmentSchemaArnsInput ¶
type ListDevelopmentSchemaArnsInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDevelopmentSchemaArnsRequest
func (ListDevelopmentSchemaArnsInput) GoString ¶
func (s ListDevelopmentSchemaArnsInput) GoString() string
GoString returns the string representation
func (*ListDevelopmentSchemaArnsInput) SetMaxResults ¶
func (s *ListDevelopmentSchemaArnsInput) SetMaxResults(v int64) *ListDevelopmentSchemaArnsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDevelopmentSchemaArnsInput) SetNextToken ¶
func (s *ListDevelopmentSchemaArnsInput) SetNextToken(v string) *ListDevelopmentSchemaArnsInput
SetNextToken sets the NextToken field's value.
func (ListDevelopmentSchemaArnsInput) String ¶
func (s ListDevelopmentSchemaArnsInput) String() string
String returns the string representation
func (*ListDevelopmentSchemaArnsInput) Validate ¶
func (s *ListDevelopmentSchemaArnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDevelopmentSchemaArnsOutput ¶
type ListDevelopmentSchemaArnsOutput struct { // The pagination token. NextToken *string `type:"string"` // The ARNs of retrieved development schemas. SchemaArns []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDevelopmentSchemaArnsResponse
func (ListDevelopmentSchemaArnsOutput) GoString ¶
func (s ListDevelopmentSchemaArnsOutput) GoString() string
GoString returns the string representation
func (ListDevelopmentSchemaArnsOutput) SDKResponseMetadata ¶
func (s ListDevelopmentSchemaArnsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListDevelopmentSchemaArnsOutput) SetNextToken ¶
func (s *ListDevelopmentSchemaArnsOutput) SetNextToken(v string) *ListDevelopmentSchemaArnsOutput
SetNextToken sets the NextToken field's value.
func (*ListDevelopmentSchemaArnsOutput) SetSchemaArns ¶
func (s *ListDevelopmentSchemaArnsOutput) SetSchemaArns(v []string) *ListDevelopmentSchemaArnsOutput
SetSchemaArns sets the SchemaArns field's value.
func (ListDevelopmentSchemaArnsOutput) String ¶
func (s ListDevelopmentSchemaArnsOutput) String() string
String returns the string representation
type ListDevelopmentSchemaArnsRequest ¶
type ListDevelopmentSchemaArnsRequest struct { *aws.Request Input *ListDevelopmentSchemaArnsInput }
ListDevelopmentSchemaArnsRequest is a API request type for the ListDevelopmentSchemaArns API operation.
func (ListDevelopmentSchemaArnsRequest) Send ¶
func (r ListDevelopmentSchemaArnsRequest) Send() (*ListDevelopmentSchemaArnsOutput, error)
Send marshals and sends the ListDevelopmentSchemaArns API request.
type ListDirectoriesInput ¶
type ListDirectoriesInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The state of the directories in the list. Can be either Enabled, Disabled, // or Deleted. State DirectoryState `locationName:"state" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDirectoriesRequest
func (ListDirectoriesInput) GoString ¶
func (s ListDirectoriesInput) GoString() string
GoString returns the string representation
func (*ListDirectoriesInput) SetMaxResults ¶
func (s *ListDirectoriesInput) SetMaxResults(v int64) *ListDirectoriesInput
SetMaxResults sets the MaxResults field's value.
func (*ListDirectoriesInput) SetNextToken ¶
func (s *ListDirectoriesInput) SetNextToken(v string) *ListDirectoriesInput
SetNextToken sets the NextToken field's value.
func (*ListDirectoriesInput) SetState ¶
func (s *ListDirectoriesInput) SetState(v DirectoryState) *ListDirectoriesInput
SetState sets the State field's value.
func (ListDirectoriesInput) String ¶
func (s ListDirectoriesInput) String() string
String returns the string representation
func (*ListDirectoriesInput) Validate ¶
func (s *ListDirectoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDirectoriesOutput ¶
type ListDirectoriesOutput struct { // Lists all directories that are associated with your account in pagination // fashion. // // Directories is a required field Directories []Directory `type:"list" required:"true"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDirectoriesResponse
func (ListDirectoriesOutput) GoString ¶
func (s ListDirectoriesOutput) GoString() string
GoString returns the string representation
func (ListDirectoriesOutput) SDKResponseMetadata ¶
func (s ListDirectoriesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListDirectoriesOutput) SetDirectories ¶
func (s *ListDirectoriesOutput) SetDirectories(v []Directory) *ListDirectoriesOutput
SetDirectories sets the Directories field's value.
func (*ListDirectoriesOutput) SetNextToken ¶
func (s *ListDirectoriesOutput) SetNextToken(v string) *ListDirectoriesOutput
SetNextToken sets the NextToken field's value.
func (ListDirectoriesOutput) String ¶
func (s ListDirectoriesOutput) String() string
String returns the string representation
type ListDirectoriesRequest ¶
type ListDirectoriesRequest struct { *aws.Request Input *ListDirectoriesInput }
ListDirectoriesRequest is a API request type for the ListDirectories API operation.
func (ListDirectoriesRequest) Send ¶
func (r ListDirectoriesRequest) Send() (*ListDirectoriesOutput, error)
Send marshals and sends the ListDirectories API request.
type ListFacetAttributesInput ¶
type ListFacetAttributesInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The name of the facet whose attributes will be retrieved. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The pagination token. NextToken *string `type:"string"` // The ARN of the schema where the facet resides. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetAttributesRequest
func (ListFacetAttributesInput) GoString ¶
func (s ListFacetAttributesInput) GoString() string
GoString returns the string representation
func (*ListFacetAttributesInput) SetMaxResults ¶
func (s *ListFacetAttributesInput) SetMaxResults(v int64) *ListFacetAttributesInput
SetMaxResults sets the MaxResults field's value.
func (*ListFacetAttributesInput) SetName ¶
func (s *ListFacetAttributesInput) SetName(v string) *ListFacetAttributesInput
SetName sets the Name field's value.
func (*ListFacetAttributesInput) SetNextToken ¶
func (s *ListFacetAttributesInput) SetNextToken(v string) *ListFacetAttributesInput
SetNextToken sets the NextToken field's value.
func (*ListFacetAttributesInput) SetSchemaArn ¶
func (s *ListFacetAttributesInput) SetSchemaArn(v string) *ListFacetAttributesInput
SetSchemaArn sets the SchemaArn field's value.
func (ListFacetAttributesInput) String ¶
func (s ListFacetAttributesInput) String() string
String returns the string representation
func (*ListFacetAttributesInput) Validate ¶
func (s *ListFacetAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFacetAttributesOutput ¶
type ListFacetAttributesOutput struct { // The attributes attached to the facet. Attributes []FacetAttribute `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetAttributesResponse
func (ListFacetAttributesOutput) GoString ¶
func (s ListFacetAttributesOutput) GoString() string
GoString returns the string representation
func (ListFacetAttributesOutput) SDKResponseMetadata ¶
func (s ListFacetAttributesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListFacetAttributesOutput) SetAttributes ¶
func (s *ListFacetAttributesOutput) SetAttributes(v []FacetAttribute) *ListFacetAttributesOutput
SetAttributes sets the Attributes field's value.
func (*ListFacetAttributesOutput) SetNextToken ¶
func (s *ListFacetAttributesOutput) SetNextToken(v string) *ListFacetAttributesOutput
SetNextToken sets the NextToken field's value.
func (ListFacetAttributesOutput) String ¶
func (s ListFacetAttributesOutput) String() string
String returns the string representation
type ListFacetAttributesRequest ¶
type ListFacetAttributesRequest struct { *aws.Request Input *ListFacetAttributesInput }
ListFacetAttributesRequest is a API request type for the ListFacetAttributes API operation.
func (ListFacetAttributesRequest) Send ¶
func (r ListFacetAttributesRequest) Send() (*ListFacetAttributesOutput, error)
Send marshals and sends the ListFacetAttributes API request.
type ListFacetNamesInput ¶
type ListFacetNamesInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) to retrieve facet names from. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetNamesRequest
func (ListFacetNamesInput) GoString ¶
func (s ListFacetNamesInput) GoString() string
GoString returns the string representation
func (*ListFacetNamesInput) SetMaxResults ¶
func (s *ListFacetNamesInput) SetMaxResults(v int64) *ListFacetNamesInput
SetMaxResults sets the MaxResults field's value.
func (*ListFacetNamesInput) SetNextToken ¶
func (s *ListFacetNamesInput) SetNextToken(v string) *ListFacetNamesInput
SetNextToken sets the NextToken field's value.
func (*ListFacetNamesInput) SetSchemaArn ¶
func (s *ListFacetNamesInput) SetSchemaArn(v string) *ListFacetNamesInput
SetSchemaArn sets the SchemaArn field's value.
func (ListFacetNamesInput) String ¶
func (s ListFacetNamesInput) String() string
String returns the string representation
func (*ListFacetNamesInput) Validate ¶
func (s *ListFacetNamesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFacetNamesOutput ¶
type ListFacetNamesOutput struct { // The names of facets that exist within the schema. FacetNames []string `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetNamesResponse
func (ListFacetNamesOutput) GoString ¶
func (s ListFacetNamesOutput) GoString() string
GoString returns the string representation
func (ListFacetNamesOutput) SDKResponseMetadata ¶
func (s ListFacetNamesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListFacetNamesOutput) SetFacetNames ¶
func (s *ListFacetNamesOutput) SetFacetNames(v []string) *ListFacetNamesOutput
SetFacetNames sets the FacetNames field's value.
func (*ListFacetNamesOutput) SetNextToken ¶
func (s *ListFacetNamesOutput) SetNextToken(v string) *ListFacetNamesOutput
SetNextToken sets the NextToken field's value.
func (ListFacetNamesOutput) String ¶
func (s ListFacetNamesOutput) String() string
String returns the string representation
type ListFacetNamesRequest ¶
type ListFacetNamesRequest struct { *aws.Request Input *ListFacetNamesInput }
ListFacetNamesRequest is a API request type for the ListFacetNames API operation.
func (ListFacetNamesRequest) Send ¶
func (r ListFacetNamesRequest) Send() (*ListFacetNamesOutput, error)
Send marshals and sends the ListFacetNames API request.
type ListIncomingTypedLinksInput ¶
type ListIncomingTypedLinksInput struct { // The consistency level to execute the request at. ConsistencyLevel ConsistencyLevel `type:"string" enum:"true"` // The Amazon Resource Name (ARN) of the directory where you want to list the // typed links. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Provides range filters for multiple attributes. When providing ranges to // typed link selection, any inexact ranges must be specified at the end. Any // attributes that do not have a range specified are presumed to match the entire // range. FilterAttributeRanges []TypedLinkAttributeRange `type:"list"` // Filters are interpreted in the order of the attributes on the typed link // facet, not the order in which they are supplied to any API calls. FilterTypedLink *TypedLinkSchemaAndFacetName `type:"structure"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIncomingTypedLinksRequest
func (ListIncomingTypedLinksInput) GoString ¶
func (s ListIncomingTypedLinksInput) GoString() string
GoString returns the string representation
func (*ListIncomingTypedLinksInput) SetConsistencyLevel ¶
func (s *ListIncomingTypedLinksInput) SetConsistencyLevel(v ConsistencyLevel) *ListIncomingTypedLinksInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListIncomingTypedLinksInput) SetDirectoryArn ¶
func (s *ListIncomingTypedLinksInput) SetDirectoryArn(v string) *ListIncomingTypedLinksInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListIncomingTypedLinksInput) SetFilterAttributeRanges ¶
func (s *ListIncomingTypedLinksInput) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *ListIncomingTypedLinksInput
SetFilterAttributeRanges sets the FilterAttributeRanges field's value.
func (*ListIncomingTypedLinksInput) SetFilterTypedLink ¶
func (s *ListIncomingTypedLinksInput) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *ListIncomingTypedLinksInput
SetFilterTypedLink sets the FilterTypedLink field's value.
func (*ListIncomingTypedLinksInput) SetMaxResults ¶
func (s *ListIncomingTypedLinksInput) SetMaxResults(v int64) *ListIncomingTypedLinksInput
SetMaxResults sets the MaxResults field's value.
func (*ListIncomingTypedLinksInput) SetNextToken ¶
func (s *ListIncomingTypedLinksInput) SetNextToken(v string) *ListIncomingTypedLinksInput
SetNextToken sets the NextToken field's value.
func (*ListIncomingTypedLinksInput) SetObjectReference ¶
func (s *ListIncomingTypedLinksInput) SetObjectReference(v *ObjectReference) *ListIncomingTypedLinksInput
SetObjectReference sets the ObjectReference field's value.
func (ListIncomingTypedLinksInput) String ¶
func (s ListIncomingTypedLinksInput) String() string
String returns the string representation
func (*ListIncomingTypedLinksInput) Validate ¶
func (s *ListIncomingTypedLinksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIncomingTypedLinksOutput ¶
type ListIncomingTypedLinksOutput struct { // Returns one or more typed link specifiers as output. LinkSpecifiers []TypedLinkSpecifier `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIncomingTypedLinksResponse
func (ListIncomingTypedLinksOutput) GoString ¶
func (s ListIncomingTypedLinksOutput) GoString() string
GoString returns the string representation
func (ListIncomingTypedLinksOutput) SDKResponseMetadata ¶
func (s ListIncomingTypedLinksOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListIncomingTypedLinksOutput) SetLinkSpecifiers ¶
func (s *ListIncomingTypedLinksOutput) SetLinkSpecifiers(v []TypedLinkSpecifier) *ListIncomingTypedLinksOutput
SetLinkSpecifiers sets the LinkSpecifiers field's value.
func (*ListIncomingTypedLinksOutput) SetNextToken ¶
func (s *ListIncomingTypedLinksOutput) SetNextToken(v string) *ListIncomingTypedLinksOutput
SetNextToken sets the NextToken field's value.
func (ListIncomingTypedLinksOutput) String ¶
func (s ListIncomingTypedLinksOutput) String() string
String returns the string representation
type ListIncomingTypedLinksRequest ¶
type ListIncomingTypedLinksRequest struct { *aws.Request Input *ListIncomingTypedLinksInput }
ListIncomingTypedLinksRequest is a API request type for the ListIncomingTypedLinks API operation.
func (ListIncomingTypedLinksRequest) Send ¶
func (r ListIncomingTypedLinksRequest) Send() (*ListIncomingTypedLinksOutput, error)
Send marshals and sends the ListIncomingTypedLinks API request.
type ListIndexInput ¶
type ListIndexInput struct { // The consistency level to execute the request at. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The ARN of the directory that the index exists in. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The reference to the index to list. // // IndexReference is a required field IndexReference *ObjectReference `type:"structure" required:"true"` // The maximum number of objects in a single page to retrieve from the index // during a request. For more information, see AWS Directory Service Limits // (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/limits.html#limits_cd). MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Specifies the ranges of indexed values that you want to query. RangesOnIndexedValues []ObjectAttributeRange `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIndexRequest
func (ListIndexInput) GoString ¶
func (s ListIndexInput) GoString() string
GoString returns the string representation
func (*ListIndexInput) SetConsistencyLevel ¶
func (s *ListIndexInput) SetConsistencyLevel(v ConsistencyLevel) *ListIndexInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListIndexInput) SetDirectoryArn ¶
func (s *ListIndexInput) SetDirectoryArn(v string) *ListIndexInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListIndexInput) SetIndexReference ¶
func (s *ListIndexInput) SetIndexReference(v *ObjectReference) *ListIndexInput
SetIndexReference sets the IndexReference field's value.
func (*ListIndexInput) SetMaxResults ¶
func (s *ListIndexInput) SetMaxResults(v int64) *ListIndexInput
SetMaxResults sets the MaxResults field's value.
func (*ListIndexInput) SetNextToken ¶
func (s *ListIndexInput) SetNextToken(v string) *ListIndexInput
SetNextToken sets the NextToken field's value.
func (*ListIndexInput) SetRangesOnIndexedValues ¶
func (s *ListIndexInput) SetRangesOnIndexedValues(v []ObjectAttributeRange) *ListIndexInput
SetRangesOnIndexedValues sets the RangesOnIndexedValues field's value.
func (ListIndexInput) String ¶
func (s ListIndexInput) String() string
String returns the string representation
func (*ListIndexInput) Validate ¶
func (s *ListIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIndexOutput ¶
type ListIndexOutput struct { // The objects and indexed values attached to the index. IndexAttachments []IndexAttachment `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIndexResponse
func (ListIndexOutput) GoString ¶
func (s ListIndexOutput) GoString() string
GoString returns the string representation
func (ListIndexOutput) SDKResponseMetadata ¶
func (s ListIndexOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListIndexOutput) SetIndexAttachments ¶
func (s *ListIndexOutput) SetIndexAttachments(v []IndexAttachment) *ListIndexOutput
SetIndexAttachments sets the IndexAttachments field's value.
func (*ListIndexOutput) SetNextToken ¶
func (s *ListIndexOutput) SetNextToken(v string) *ListIndexOutput
SetNextToken sets the NextToken field's value.
func (ListIndexOutput) String ¶
func (s ListIndexOutput) String() string
String returns the string representation
type ListIndexRequest ¶
type ListIndexRequest struct { *aws.Request Input *ListIndexInput }
ListIndexRequest is a API request type for the ListIndex API operation.
func (ListIndexRequest) Send ¶
func (r ListIndexRequest) Send() (*ListIndexOutput, error)
Send marshals and sends the ListIndex API request.
type ListObjectAttributesInput ¶
type ListObjectAttributesInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Used to filter the list of object attributes that are associated with a certain // facet. FacetFilter *SchemaFacet `type:"structure"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectAttributesRequest
func (ListObjectAttributesInput) GoString ¶
func (s ListObjectAttributesInput) GoString() string
GoString returns the string representation
func (*ListObjectAttributesInput) SetConsistencyLevel ¶
func (s *ListObjectAttributesInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectAttributesInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListObjectAttributesInput) SetDirectoryArn ¶
func (s *ListObjectAttributesInput) SetDirectoryArn(v string) *ListObjectAttributesInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListObjectAttributesInput) SetFacetFilter ¶
func (s *ListObjectAttributesInput) SetFacetFilter(v *SchemaFacet) *ListObjectAttributesInput
SetFacetFilter sets the FacetFilter field's value.
func (*ListObjectAttributesInput) SetMaxResults ¶
func (s *ListObjectAttributesInput) SetMaxResults(v int64) *ListObjectAttributesInput
SetMaxResults sets the MaxResults field's value.
func (*ListObjectAttributesInput) SetNextToken ¶
func (s *ListObjectAttributesInput) SetNextToken(v string) *ListObjectAttributesInput
SetNextToken sets the NextToken field's value.
func (*ListObjectAttributesInput) SetObjectReference ¶
func (s *ListObjectAttributesInput) SetObjectReference(v *ObjectReference) *ListObjectAttributesInput
SetObjectReference sets the ObjectReference field's value.
func (ListObjectAttributesInput) String ¶
func (s ListObjectAttributesInput) String() string
String returns the string representation
func (*ListObjectAttributesInput) Validate ¶
func (s *ListObjectAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListObjectAttributesOutput ¶
type ListObjectAttributesOutput struct { // Attributes map that is associated with the object. AttributeArn is the key, // and attribute value is the value. Attributes []AttributeKeyAndValue `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectAttributesResponse
func (ListObjectAttributesOutput) GoString ¶
func (s ListObjectAttributesOutput) GoString() string
GoString returns the string representation
func (ListObjectAttributesOutput) SDKResponseMetadata ¶
func (s ListObjectAttributesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListObjectAttributesOutput) SetAttributes ¶
func (s *ListObjectAttributesOutput) SetAttributes(v []AttributeKeyAndValue) *ListObjectAttributesOutput
SetAttributes sets the Attributes field's value.
func (*ListObjectAttributesOutput) SetNextToken ¶
func (s *ListObjectAttributesOutput) SetNextToken(v string) *ListObjectAttributesOutput
SetNextToken sets the NextToken field's value.
func (ListObjectAttributesOutput) String ¶
func (s ListObjectAttributesOutput) String() string
String returns the string representation
type ListObjectAttributesRequest ¶
type ListObjectAttributesRequest struct { *aws.Request Input *ListObjectAttributesInput }
ListObjectAttributesRequest is a API request type for the ListObjectAttributes API operation.
func (ListObjectAttributesRequest) Send ¶
func (r ListObjectAttributesRequest) Send() (*ListObjectAttributesOutput, error)
Send marshals and sends the ListObjectAttributes API request.
type ListObjectChildrenInput ¶
type ListObjectChildrenInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object for which child objects are being // listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectChildrenRequest
func (ListObjectChildrenInput) GoString ¶
func (s ListObjectChildrenInput) GoString() string
GoString returns the string representation
func (*ListObjectChildrenInput) SetConsistencyLevel ¶
func (s *ListObjectChildrenInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectChildrenInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListObjectChildrenInput) SetDirectoryArn ¶
func (s *ListObjectChildrenInput) SetDirectoryArn(v string) *ListObjectChildrenInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListObjectChildrenInput) SetMaxResults ¶
func (s *ListObjectChildrenInput) SetMaxResults(v int64) *ListObjectChildrenInput
SetMaxResults sets the MaxResults field's value.
func (*ListObjectChildrenInput) SetNextToken ¶
func (s *ListObjectChildrenInput) SetNextToken(v string) *ListObjectChildrenInput
SetNextToken sets the NextToken field's value.
func (*ListObjectChildrenInput) SetObjectReference ¶
func (s *ListObjectChildrenInput) SetObjectReference(v *ObjectReference) *ListObjectChildrenInput
SetObjectReference sets the ObjectReference field's value.
func (ListObjectChildrenInput) String ¶
func (s ListObjectChildrenInput) String() string
String returns the string representation
func (*ListObjectChildrenInput) Validate ¶
func (s *ListObjectChildrenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListObjectChildrenOutput ¶
type ListObjectChildrenOutput struct { // Children structure, which is a map with key as the LinkName and ObjectIdentifier // as the value. Children map[string]string `type:"map"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectChildrenResponse
func (ListObjectChildrenOutput) GoString ¶
func (s ListObjectChildrenOutput) GoString() string
GoString returns the string representation
func (ListObjectChildrenOutput) SDKResponseMetadata ¶
func (s ListObjectChildrenOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListObjectChildrenOutput) SetChildren ¶
func (s *ListObjectChildrenOutput) SetChildren(v map[string]string) *ListObjectChildrenOutput
SetChildren sets the Children field's value.
func (*ListObjectChildrenOutput) SetNextToken ¶
func (s *ListObjectChildrenOutput) SetNextToken(v string) *ListObjectChildrenOutput
SetNextToken sets the NextToken field's value.
func (ListObjectChildrenOutput) String ¶
func (s ListObjectChildrenOutput) String() string
String returns the string representation
type ListObjectChildrenRequest ¶
type ListObjectChildrenRequest struct { *aws.Request Input *ListObjectChildrenInput }
ListObjectChildrenRequest is a API request type for the ListObjectChildren API operation.
func (ListObjectChildrenRequest) Send ¶
func (r ListObjectChildrenRequest) Send() (*ListObjectChildrenOutput, error)
Send marshals and sends the ListObjectChildren API request.
type ListObjectParentPathsInput ¶
type ListObjectParentPathsInput struct { // The ARN of the directory to which the parent path applies. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object whose parent paths are listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentPathsRequest
func (ListObjectParentPathsInput) GoString ¶
func (s ListObjectParentPathsInput) GoString() string
GoString returns the string representation
func (*ListObjectParentPathsInput) SetDirectoryArn ¶
func (s *ListObjectParentPathsInput) SetDirectoryArn(v string) *ListObjectParentPathsInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListObjectParentPathsInput) SetMaxResults ¶
func (s *ListObjectParentPathsInput) SetMaxResults(v int64) *ListObjectParentPathsInput
SetMaxResults sets the MaxResults field's value.
func (*ListObjectParentPathsInput) SetNextToken ¶
func (s *ListObjectParentPathsInput) SetNextToken(v string) *ListObjectParentPathsInput
SetNextToken sets the NextToken field's value.
func (*ListObjectParentPathsInput) SetObjectReference ¶
func (s *ListObjectParentPathsInput) SetObjectReference(v *ObjectReference) *ListObjectParentPathsInput
SetObjectReference sets the ObjectReference field's value.
func (ListObjectParentPathsInput) String ¶
func (s ListObjectParentPathsInput) String() string
String returns the string representation
func (*ListObjectParentPathsInput) Validate ¶
func (s *ListObjectParentPathsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListObjectParentPathsOutput ¶
type ListObjectParentPathsOutput struct { // The pagination token. NextToken *string `type:"string"` // Returns the path to the ObjectIdentifiers that are associated with the directory. PathToObjectIdentifiersList []PathToObjectIdentifiers `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentPathsResponse
func (ListObjectParentPathsOutput) GoString ¶
func (s ListObjectParentPathsOutput) GoString() string
GoString returns the string representation
func (ListObjectParentPathsOutput) SDKResponseMetadata ¶
func (s ListObjectParentPathsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListObjectParentPathsOutput) SetNextToken ¶
func (s *ListObjectParentPathsOutput) SetNextToken(v string) *ListObjectParentPathsOutput
SetNextToken sets the NextToken field's value.
func (*ListObjectParentPathsOutput) SetPathToObjectIdentifiersList ¶
func (s *ListObjectParentPathsOutput) SetPathToObjectIdentifiersList(v []PathToObjectIdentifiers) *ListObjectParentPathsOutput
SetPathToObjectIdentifiersList sets the PathToObjectIdentifiersList field's value.
func (ListObjectParentPathsOutput) String ¶
func (s ListObjectParentPathsOutput) String() string
String returns the string representation
type ListObjectParentPathsRequest ¶
type ListObjectParentPathsRequest struct { *aws.Request Input *ListObjectParentPathsInput }
ListObjectParentPathsRequest is a API request type for the ListObjectParentPaths API operation.
func (ListObjectParentPathsRequest) Send ¶
func (r ListObjectParentPathsRequest) Send() (*ListObjectParentPathsOutput, error)
Send marshals and sends the ListObjectParentPaths API request.
type ListObjectParentsInput ¶
type ListObjectParentsInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the object for which parent objects are being // listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentsRequest
func (ListObjectParentsInput) GoString ¶
func (s ListObjectParentsInput) GoString() string
GoString returns the string representation
func (*ListObjectParentsInput) SetConsistencyLevel ¶
func (s *ListObjectParentsInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectParentsInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListObjectParentsInput) SetDirectoryArn ¶
func (s *ListObjectParentsInput) SetDirectoryArn(v string) *ListObjectParentsInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListObjectParentsInput) SetMaxResults ¶
func (s *ListObjectParentsInput) SetMaxResults(v int64) *ListObjectParentsInput
SetMaxResults sets the MaxResults field's value.
func (*ListObjectParentsInput) SetNextToken ¶
func (s *ListObjectParentsInput) SetNextToken(v string) *ListObjectParentsInput
SetNextToken sets the NextToken field's value.
func (*ListObjectParentsInput) SetObjectReference ¶
func (s *ListObjectParentsInput) SetObjectReference(v *ObjectReference) *ListObjectParentsInput
SetObjectReference sets the ObjectReference field's value.
func (ListObjectParentsInput) String ¶
func (s ListObjectParentsInput) String() string
String returns the string representation
func (*ListObjectParentsInput) Validate ¶
func (s *ListObjectParentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListObjectParentsOutput ¶
type ListObjectParentsOutput struct { // The pagination token. NextToken *string `type:"string"` // The parent structure, which is a map with key as the ObjectIdentifier and // LinkName as the value. Parents map[string]string `type:"map"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentsResponse
func (ListObjectParentsOutput) GoString ¶
func (s ListObjectParentsOutput) GoString() string
GoString returns the string representation
func (ListObjectParentsOutput) SDKResponseMetadata ¶
func (s ListObjectParentsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListObjectParentsOutput) SetNextToken ¶
func (s *ListObjectParentsOutput) SetNextToken(v string) *ListObjectParentsOutput
SetNextToken sets the NextToken field's value.
func (*ListObjectParentsOutput) SetParents ¶
func (s *ListObjectParentsOutput) SetParents(v map[string]string) *ListObjectParentsOutput
SetParents sets the Parents field's value.
func (ListObjectParentsOutput) String ¶
func (s ListObjectParentsOutput) String() string
String returns the string representation
type ListObjectParentsRequest ¶
type ListObjectParentsRequest struct { *aws.Request Input *ListObjectParentsInput }
ListObjectParentsRequest is a API request type for the ListObjectParents API operation.
func (ListObjectParentsRequest) Send ¶
func (r ListObjectParentsRequest) Send() (*ListObjectParentsOutput, error)
Send marshals and sends the ListObjectParents API request.
type ListObjectPoliciesInput ¶
type ListObjectPoliciesInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // objects reside. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // Reference that identifies the object for which policies will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectPoliciesRequest
func (ListObjectPoliciesInput) GoString ¶
func (s ListObjectPoliciesInput) GoString() string
GoString returns the string representation
func (*ListObjectPoliciesInput) SetConsistencyLevel ¶
func (s *ListObjectPoliciesInput) SetConsistencyLevel(v ConsistencyLevel) *ListObjectPoliciesInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListObjectPoliciesInput) SetDirectoryArn ¶
func (s *ListObjectPoliciesInput) SetDirectoryArn(v string) *ListObjectPoliciesInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListObjectPoliciesInput) SetMaxResults ¶
func (s *ListObjectPoliciesInput) SetMaxResults(v int64) *ListObjectPoliciesInput
SetMaxResults sets the MaxResults field's value.
func (*ListObjectPoliciesInput) SetNextToken ¶
func (s *ListObjectPoliciesInput) SetNextToken(v string) *ListObjectPoliciesInput
SetNextToken sets the NextToken field's value.
func (*ListObjectPoliciesInput) SetObjectReference ¶
func (s *ListObjectPoliciesInput) SetObjectReference(v *ObjectReference) *ListObjectPoliciesInput
SetObjectReference sets the ObjectReference field's value.
func (ListObjectPoliciesInput) String ¶
func (s ListObjectPoliciesInput) String() string
String returns the string representation
func (*ListObjectPoliciesInput) Validate ¶
func (s *ListObjectPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListObjectPoliciesOutput ¶
type ListObjectPoliciesOutput struct { // A list of policy ObjectIdentifiers, that are attached to the object. AttachedPolicyIds []string `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectPoliciesResponse
func (ListObjectPoliciesOutput) GoString ¶
func (s ListObjectPoliciesOutput) GoString() string
GoString returns the string representation
func (ListObjectPoliciesOutput) SDKResponseMetadata ¶
func (s ListObjectPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListObjectPoliciesOutput) SetAttachedPolicyIds ¶
func (s *ListObjectPoliciesOutput) SetAttachedPolicyIds(v []string) *ListObjectPoliciesOutput
SetAttachedPolicyIds sets the AttachedPolicyIds field's value.
func (*ListObjectPoliciesOutput) SetNextToken ¶
func (s *ListObjectPoliciesOutput) SetNextToken(v string) *ListObjectPoliciesOutput
SetNextToken sets the NextToken field's value.
func (ListObjectPoliciesOutput) String ¶
func (s ListObjectPoliciesOutput) String() string
String returns the string representation
type ListObjectPoliciesRequest ¶
type ListObjectPoliciesRequest struct { *aws.Request Input *ListObjectPoliciesInput }
ListObjectPoliciesRequest is a API request type for the ListObjectPolicies API operation.
func (ListObjectPoliciesRequest) Send ¶
func (r ListObjectPoliciesRequest) Send() (*ListObjectPoliciesOutput, error)
Send marshals and sends the ListObjectPolicies API request.
type ListOutgoingTypedLinksInput ¶
type ListOutgoingTypedLinksInput struct { // The consistency level to execute the request at. ConsistencyLevel ConsistencyLevel `type:"string" enum:"true"` // The Amazon Resource Name (ARN) of the directory where you want to list the // typed links. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // Provides range filters for multiple attributes. When providing ranges to // typed link selection, any inexact ranges must be specified at the end. Any // attributes that do not have a range specified are presumed to match the entire // range. FilterAttributeRanges []TypedLinkAttributeRange `type:"list"` // Filters are interpreted in the order of the attributes defined on the typed // link facet, not the order they are supplied to any API calls. FilterTypedLink *TypedLinkSchemaAndFacetName `type:"structure"` // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // A reference that identifies the object whose attributes will be listed. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListOutgoingTypedLinksRequest
func (ListOutgoingTypedLinksInput) GoString ¶
func (s ListOutgoingTypedLinksInput) GoString() string
GoString returns the string representation
func (*ListOutgoingTypedLinksInput) SetConsistencyLevel ¶
func (s *ListOutgoingTypedLinksInput) SetConsistencyLevel(v ConsistencyLevel) *ListOutgoingTypedLinksInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListOutgoingTypedLinksInput) SetDirectoryArn ¶
func (s *ListOutgoingTypedLinksInput) SetDirectoryArn(v string) *ListOutgoingTypedLinksInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListOutgoingTypedLinksInput) SetFilterAttributeRanges ¶
func (s *ListOutgoingTypedLinksInput) SetFilterAttributeRanges(v []TypedLinkAttributeRange) *ListOutgoingTypedLinksInput
SetFilterAttributeRanges sets the FilterAttributeRanges field's value.
func (*ListOutgoingTypedLinksInput) SetFilterTypedLink ¶
func (s *ListOutgoingTypedLinksInput) SetFilterTypedLink(v *TypedLinkSchemaAndFacetName) *ListOutgoingTypedLinksInput
SetFilterTypedLink sets the FilterTypedLink field's value.
func (*ListOutgoingTypedLinksInput) SetMaxResults ¶
func (s *ListOutgoingTypedLinksInput) SetMaxResults(v int64) *ListOutgoingTypedLinksInput
SetMaxResults sets the MaxResults field's value.
func (*ListOutgoingTypedLinksInput) SetNextToken ¶
func (s *ListOutgoingTypedLinksInput) SetNextToken(v string) *ListOutgoingTypedLinksInput
SetNextToken sets the NextToken field's value.
func (*ListOutgoingTypedLinksInput) SetObjectReference ¶
func (s *ListOutgoingTypedLinksInput) SetObjectReference(v *ObjectReference) *ListOutgoingTypedLinksInput
SetObjectReference sets the ObjectReference field's value.
func (ListOutgoingTypedLinksInput) String ¶
func (s ListOutgoingTypedLinksInput) String() string
String returns the string representation
func (*ListOutgoingTypedLinksInput) Validate ¶
func (s *ListOutgoingTypedLinksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOutgoingTypedLinksOutput ¶
type ListOutgoingTypedLinksOutput struct { // The pagination token. NextToken *string `type:"string"` // Returns a typed link specifier as output. TypedLinkSpecifiers []TypedLinkSpecifier `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListOutgoingTypedLinksResponse
func (ListOutgoingTypedLinksOutput) GoString ¶
func (s ListOutgoingTypedLinksOutput) GoString() string
GoString returns the string representation
func (ListOutgoingTypedLinksOutput) SDKResponseMetadata ¶
func (s ListOutgoingTypedLinksOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListOutgoingTypedLinksOutput) SetNextToken ¶
func (s *ListOutgoingTypedLinksOutput) SetNextToken(v string) *ListOutgoingTypedLinksOutput
SetNextToken sets the NextToken field's value.
func (*ListOutgoingTypedLinksOutput) SetTypedLinkSpecifiers ¶
func (s *ListOutgoingTypedLinksOutput) SetTypedLinkSpecifiers(v []TypedLinkSpecifier) *ListOutgoingTypedLinksOutput
SetTypedLinkSpecifiers sets the TypedLinkSpecifiers field's value.
func (ListOutgoingTypedLinksOutput) String ¶
func (s ListOutgoingTypedLinksOutput) String() string
String returns the string representation
type ListOutgoingTypedLinksRequest ¶
type ListOutgoingTypedLinksRequest struct { *aws.Request Input *ListOutgoingTypedLinksInput }
ListOutgoingTypedLinksRequest is a API request type for the ListOutgoingTypedLinks API operation.
func (ListOutgoingTypedLinksRequest) Send ¶
func (r ListOutgoingTypedLinksRequest) Send() (*ListOutgoingTypedLinksOutput, error)
Send marshals and sends the ListOutgoingTypedLinks API request.
type ListPolicyAttachmentsInput ¶
type ListPolicyAttachmentsInput struct { // Represents the manner and timing in which the successful write or update // of an object is reflected in a subsequent read operation of that same object. ConsistencyLevel ConsistencyLevel `location:"header" locationName:"x-amz-consistency-level" type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // objects reside. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The reference that identifies the policy object. // // PolicyReference is a required field PolicyReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPolicyAttachmentsRequest
func (ListPolicyAttachmentsInput) GoString ¶
func (s ListPolicyAttachmentsInput) GoString() string
GoString returns the string representation
func (*ListPolicyAttachmentsInput) SetConsistencyLevel ¶
func (s *ListPolicyAttachmentsInput) SetConsistencyLevel(v ConsistencyLevel) *ListPolicyAttachmentsInput
SetConsistencyLevel sets the ConsistencyLevel field's value.
func (*ListPolicyAttachmentsInput) SetDirectoryArn ¶
func (s *ListPolicyAttachmentsInput) SetDirectoryArn(v string) *ListPolicyAttachmentsInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*ListPolicyAttachmentsInput) SetMaxResults ¶
func (s *ListPolicyAttachmentsInput) SetMaxResults(v int64) *ListPolicyAttachmentsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPolicyAttachmentsInput) SetNextToken ¶
func (s *ListPolicyAttachmentsInput) SetNextToken(v string) *ListPolicyAttachmentsInput
SetNextToken sets the NextToken field's value.
func (*ListPolicyAttachmentsInput) SetPolicyReference ¶
func (s *ListPolicyAttachmentsInput) SetPolicyReference(v *ObjectReference) *ListPolicyAttachmentsInput
SetPolicyReference sets the PolicyReference field's value.
func (ListPolicyAttachmentsInput) String ¶
func (s ListPolicyAttachmentsInput) String() string
String returns the string representation
func (*ListPolicyAttachmentsInput) Validate ¶
func (s *ListPolicyAttachmentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPolicyAttachmentsOutput ¶
type ListPolicyAttachmentsOutput struct { // The pagination token. NextToken *string `type:"string"` // A list of ObjectIdentifiers to which the policy is attached. ObjectIdentifiers []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPolicyAttachmentsResponse
func (ListPolicyAttachmentsOutput) GoString ¶
func (s ListPolicyAttachmentsOutput) GoString() string
GoString returns the string representation
func (ListPolicyAttachmentsOutput) SDKResponseMetadata ¶
func (s ListPolicyAttachmentsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListPolicyAttachmentsOutput) SetNextToken ¶
func (s *ListPolicyAttachmentsOutput) SetNextToken(v string) *ListPolicyAttachmentsOutput
SetNextToken sets the NextToken field's value.
func (*ListPolicyAttachmentsOutput) SetObjectIdentifiers ¶
func (s *ListPolicyAttachmentsOutput) SetObjectIdentifiers(v []string) *ListPolicyAttachmentsOutput
SetObjectIdentifiers sets the ObjectIdentifiers field's value.
func (ListPolicyAttachmentsOutput) String ¶
func (s ListPolicyAttachmentsOutput) String() string
String returns the string representation
type ListPolicyAttachmentsRequest ¶
type ListPolicyAttachmentsRequest struct { *aws.Request Input *ListPolicyAttachmentsInput }
ListPolicyAttachmentsRequest is a API request type for the ListPolicyAttachments API operation.
func (ListPolicyAttachmentsRequest) Send ¶
func (r ListPolicyAttachmentsRequest) Send() (*ListPolicyAttachmentsOutput, error)
Send marshals and sends the ListPolicyAttachments API request.
type ListPublishedSchemaArnsInput ¶
type ListPublishedSchemaArnsInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The response for ListPublishedSchemaArns when this parameter is used will // list all minor version ARNs for a major version. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPublishedSchemaArnsRequest
func (ListPublishedSchemaArnsInput) GoString ¶
func (s ListPublishedSchemaArnsInput) GoString() string
GoString returns the string representation
func (*ListPublishedSchemaArnsInput) SetMaxResults ¶
func (s *ListPublishedSchemaArnsInput) SetMaxResults(v int64) *ListPublishedSchemaArnsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPublishedSchemaArnsInput) SetNextToken ¶
func (s *ListPublishedSchemaArnsInput) SetNextToken(v string) *ListPublishedSchemaArnsInput
SetNextToken sets the NextToken field's value.
func (*ListPublishedSchemaArnsInput) SetSchemaArn ¶ added in v0.2.0
func (s *ListPublishedSchemaArnsInput) SetSchemaArn(v string) *ListPublishedSchemaArnsInput
SetSchemaArn sets the SchemaArn field's value.
func (ListPublishedSchemaArnsInput) String ¶
func (s ListPublishedSchemaArnsInput) String() string
String returns the string representation
func (*ListPublishedSchemaArnsInput) Validate ¶
func (s *ListPublishedSchemaArnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPublishedSchemaArnsOutput ¶
type ListPublishedSchemaArnsOutput struct { // The pagination token. NextToken *string `type:"string"` // The ARNs of published schemas. SchemaArns []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPublishedSchemaArnsResponse
func (ListPublishedSchemaArnsOutput) GoString ¶
func (s ListPublishedSchemaArnsOutput) GoString() string
GoString returns the string representation
func (ListPublishedSchemaArnsOutput) SDKResponseMetadata ¶
func (s ListPublishedSchemaArnsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListPublishedSchemaArnsOutput) SetNextToken ¶
func (s *ListPublishedSchemaArnsOutput) SetNextToken(v string) *ListPublishedSchemaArnsOutput
SetNextToken sets the NextToken field's value.
func (*ListPublishedSchemaArnsOutput) SetSchemaArns ¶
func (s *ListPublishedSchemaArnsOutput) SetSchemaArns(v []string) *ListPublishedSchemaArnsOutput
SetSchemaArns sets the SchemaArns field's value.
func (ListPublishedSchemaArnsOutput) String ¶
func (s ListPublishedSchemaArnsOutput) String() string
String returns the string representation
type ListPublishedSchemaArnsRequest ¶
type ListPublishedSchemaArnsRequest struct { *aws.Request Input *ListPublishedSchemaArnsInput }
ListPublishedSchemaArnsRequest is a API request type for the ListPublishedSchemaArns API operation.
func (ListPublishedSchemaArnsRequest) Send ¶
func (r ListPublishedSchemaArnsRequest) Send() (*ListPublishedSchemaArnsOutput, error)
Send marshals and sends the ListPublishedSchemaArns API request.
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The MaxResults parameter sets the maximum number of results returned in a // single page. This is for future use and is not supported currently. MaxResults *int64 `min:"50" type:"integer"` // The pagination token. This is for future use. Currently pagination is not // supported for tagging. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) of the resource. Tagging is only supported // for directories. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTagsForResourceRequest
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetMaxResults ¶
func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput
SetMaxResults sets the MaxResults field's value.
func (*ListTagsForResourceInput) SetNextToken ¶
func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The token to use to retrieve the next page of results. This value is null // when there are no more results to return. NextToken *string `type:"string"` // A list of tag key value pairs that are associated with the response. Tags []Tag `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTagsForResourceResponse
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (ListTagsForResourceOutput) SDKResponseMetadata ¶
func (s ListTagsForResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListTagsForResourceOutput) SetNextToken ¶
func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type ListTagsForResourceRequest ¶
type ListTagsForResourceRequest struct { *aws.Request Input *ListTagsForResourceInput }
ListTagsForResourceRequest is a API request type for the ListTagsForResource API operation.
func (ListTagsForResourceRequest) Send ¶
func (r ListTagsForResourceRequest) Send() (*ListTagsForResourceOutput, error)
Send marshals and sends the ListTagsForResource API request.
type ListTypedLinkFacetAttributesInput ¶
type ListTypedLinkFacetAttributesInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The unique name of the typed link facet. // // Name is a required field Name *string `type:"string" required:"true"` // The pagination token. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetAttributesRequest
func (ListTypedLinkFacetAttributesInput) GoString ¶
func (s ListTypedLinkFacetAttributesInput) GoString() string
GoString returns the string representation
func (*ListTypedLinkFacetAttributesInput) SetMaxResults ¶
func (s *ListTypedLinkFacetAttributesInput) SetMaxResults(v int64) *ListTypedLinkFacetAttributesInput
SetMaxResults sets the MaxResults field's value.
func (*ListTypedLinkFacetAttributesInput) SetName ¶
func (s *ListTypedLinkFacetAttributesInput) SetName(v string) *ListTypedLinkFacetAttributesInput
SetName sets the Name field's value.
func (*ListTypedLinkFacetAttributesInput) SetNextToken ¶
func (s *ListTypedLinkFacetAttributesInput) SetNextToken(v string) *ListTypedLinkFacetAttributesInput
SetNextToken sets the NextToken field's value.
func (*ListTypedLinkFacetAttributesInput) SetSchemaArn ¶
func (s *ListTypedLinkFacetAttributesInput) SetSchemaArn(v string) *ListTypedLinkFacetAttributesInput
SetSchemaArn sets the SchemaArn field's value.
func (ListTypedLinkFacetAttributesInput) String ¶
func (s ListTypedLinkFacetAttributesInput) String() string
String returns the string representation
func (*ListTypedLinkFacetAttributesInput) Validate ¶
func (s *ListTypedLinkFacetAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTypedLinkFacetAttributesOutput ¶
type ListTypedLinkFacetAttributesOutput struct { // An ordered set of attributes associate with the typed link. Attributes []TypedLinkAttributeDefinition `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetAttributesResponse
func (ListTypedLinkFacetAttributesOutput) GoString ¶
func (s ListTypedLinkFacetAttributesOutput) GoString() string
GoString returns the string representation
func (ListTypedLinkFacetAttributesOutput) SDKResponseMetadata ¶
func (s ListTypedLinkFacetAttributesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListTypedLinkFacetAttributesOutput) SetAttributes ¶
func (s *ListTypedLinkFacetAttributesOutput) SetAttributes(v []TypedLinkAttributeDefinition) *ListTypedLinkFacetAttributesOutput
SetAttributes sets the Attributes field's value.
func (*ListTypedLinkFacetAttributesOutput) SetNextToken ¶
func (s *ListTypedLinkFacetAttributesOutput) SetNextToken(v string) *ListTypedLinkFacetAttributesOutput
SetNextToken sets the NextToken field's value.
func (ListTypedLinkFacetAttributesOutput) String ¶
func (s ListTypedLinkFacetAttributesOutput) String() string
String returns the string representation
type ListTypedLinkFacetAttributesRequest ¶
type ListTypedLinkFacetAttributesRequest struct { *aws.Request Input *ListTypedLinkFacetAttributesInput }
ListTypedLinkFacetAttributesRequest is a API request type for the ListTypedLinkFacetAttributes API operation.
func (ListTypedLinkFacetAttributesRequest) Send ¶
func (r ListTypedLinkFacetAttributesRequest) Send() (*ListTypedLinkFacetAttributesOutput, error)
Send marshals and sends the ListTypedLinkFacetAttributes API request.
type ListTypedLinkFacetNamesInput ¶
type ListTypedLinkFacetNamesInput struct { // The maximum number of results to retrieve. MaxResults *int64 `min:"1" type:"integer"` // The pagination token. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetNamesRequest
func (ListTypedLinkFacetNamesInput) GoString ¶
func (s ListTypedLinkFacetNamesInput) GoString() string
GoString returns the string representation
func (*ListTypedLinkFacetNamesInput) SetMaxResults ¶
func (s *ListTypedLinkFacetNamesInput) SetMaxResults(v int64) *ListTypedLinkFacetNamesInput
SetMaxResults sets the MaxResults field's value.
func (*ListTypedLinkFacetNamesInput) SetNextToken ¶
func (s *ListTypedLinkFacetNamesInput) SetNextToken(v string) *ListTypedLinkFacetNamesInput
SetNextToken sets the NextToken field's value.
func (*ListTypedLinkFacetNamesInput) SetSchemaArn ¶
func (s *ListTypedLinkFacetNamesInput) SetSchemaArn(v string) *ListTypedLinkFacetNamesInput
SetSchemaArn sets the SchemaArn field's value.
func (ListTypedLinkFacetNamesInput) String ¶
func (s ListTypedLinkFacetNamesInput) String() string
String returns the string representation
func (*ListTypedLinkFacetNamesInput) Validate ¶
func (s *ListTypedLinkFacetNamesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTypedLinkFacetNamesOutput ¶
type ListTypedLinkFacetNamesOutput struct { // The names of typed link facets that exist within the schema. FacetNames []string `type:"list"` // The pagination token. NextToken *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetNamesResponse
func (ListTypedLinkFacetNamesOutput) GoString ¶
func (s ListTypedLinkFacetNamesOutput) GoString() string
GoString returns the string representation
func (ListTypedLinkFacetNamesOutput) SDKResponseMetadata ¶
func (s ListTypedLinkFacetNamesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListTypedLinkFacetNamesOutput) SetFacetNames ¶
func (s *ListTypedLinkFacetNamesOutput) SetFacetNames(v []string) *ListTypedLinkFacetNamesOutput
SetFacetNames sets the FacetNames field's value.
func (*ListTypedLinkFacetNamesOutput) SetNextToken ¶
func (s *ListTypedLinkFacetNamesOutput) SetNextToken(v string) *ListTypedLinkFacetNamesOutput
SetNextToken sets the NextToken field's value.
func (ListTypedLinkFacetNamesOutput) String ¶
func (s ListTypedLinkFacetNamesOutput) String() string
String returns the string representation
type ListTypedLinkFacetNamesRequest ¶
type ListTypedLinkFacetNamesRequest struct { *aws.Request Input *ListTypedLinkFacetNamesInput }
ListTypedLinkFacetNamesRequest is a API request type for the ListTypedLinkFacetNames API operation.
func (ListTypedLinkFacetNamesRequest) Send ¶
func (r ListTypedLinkFacetNamesRequest) Send() (*ListTypedLinkFacetNamesOutput, error)
Send marshals and sends the ListTypedLinkFacetNames API request.
type LookupPolicyInput ¶
type LookupPolicyInput struct { // The Amazon Resource Name (ARN) that is associated with the Directory. For // more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The maximum number of items to be retrieved in a single call. This is an // approximate number. MaxResults *int64 `min:"1" type:"integer"` // The token to request the next page of results. NextToken *string `type:"string"` // Reference that identifies the object whose policies will be looked up. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/LookupPolicyRequest
func (LookupPolicyInput) GoString ¶
func (s LookupPolicyInput) GoString() string
GoString returns the string representation
func (*LookupPolicyInput) SetDirectoryArn ¶
func (s *LookupPolicyInput) SetDirectoryArn(v string) *LookupPolicyInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*LookupPolicyInput) SetMaxResults ¶
func (s *LookupPolicyInput) SetMaxResults(v int64) *LookupPolicyInput
SetMaxResults sets the MaxResults field's value.
func (*LookupPolicyInput) SetNextToken ¶
func (s *LookupPolicyInput) SetNextToken(v string) *LookupPolicyInput
SetNextToken sets the NextToken field's value.
func (*LookupPolicyInput) SetObjectReference ¶
func (s *LookupPolicyInput) SetObjectReference(v *ObjectReference) *LookupPolicyInput
SetObjectReference sets the ObjectReference field's value.
func (LookupPolicyInput) String ¶
func (s LookupPolicyInput) String() string
String returns the string representation
func (*LookupPolicyInput) Validate ¶
func (s *LookupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LookupPolicyOutput ¶
type LookupPolicyOutput struct { // The pagination token. NextToken *string `type:"string"` // Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, // and PolicyType. For more information, see Policies (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). PolicyToPathList []PolicyToPath `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/LookupPolicyResponse
func (LookupPolicyOutput) GoString ¶
func (s LookupPolicyOutput) GoString() string
GoString returns the string representation
func (LookupPolicyOutput) SDKResponseMetadata ¶
func (s LookupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*LookupPolicyOutput) SetNextToken ¶
func (s *LookupPolicyOutput) SetNextToken(v string) *LookupPolicyOutput
SetNextToken sets the NextToken field's value.
func (*LookupPolicyOutput) SetPolicyToPathList ¶
func (s *LookupPolicyOutput) SetPolicyToPathList(v []PolicyToPath) *LookupPolicyOutput
SetPolicyToPathList sets the PolicyToPathList field's value.
func (LookupPolicyOutput) String ¶
func (s LookupPolicyOutput) String() string
String returns the string representation
type LookupPolicyRequest ¶
type LookupPolicyRequest struct { *aws.Request Input *LookupPolicyInput }
LookupPolicyRequest is a API request type for the LookupPolicy API operation.
func (LookupPolicyRequest) Send ¶
func (r LookupPolicyRequest) Send() (*LookupPolicyOutput, error)
Send marshals and sends the LookupPolicy API request.
type ObjectAttributeAction ¶
type ObjectAttributeAction struct { // A type that can be either Update or Delete. ObjectAttributeActionType UpdateActionType `type:"string" enum:"true"` // The value that you want to update to. ObjectAttributeUpdateValue *TypedAttributeValue `type:"structure"` // contains filtered or unexported fields }
The action to take on the object attribute. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ObjectAttributeAction
func (ObjectAttributeAction) GoString ¶
func (s ObjectAttributeAction) GoString() string
GoString returns the string representation
func (*ObjectAttributeAction) SetObjectAttributeActionType ¶
func (s *ObjectAttributeAction) SetObjectAttributeActionType(v UpdateActionType) *ObjectAttributeAction
SetObjectAttributeActionType sets the ObjectAttributeActionType field's value.
func (*ObjectAttributeAction) SetObjectAttributeUpdateValue ¶
func (s *ObjectAttributeAction) SetObjectAttributeUpdateValue(v *TypedAttributeValue) *ObjectAttributeAction
SetObjectAttributeUpdateValue sets the ObjectAttributeUpdateValue field's value.
func (ObjectAttributeAction) String ¶
func (s ObjectAttributeAction) String() string
String returns the string representation
type ObjectAttributeRange ¶
type ObjectAttributeRange struct { // The key of the attribute that the attribute range covers. AttributeKey *AttributeKey `type:"structure"` // The range of attribute values being selected. Range *TypedAttributeValueRange `type:"structure"` // contains filtered or unexported fields }
A range of attributes. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ObjectAttributeRange
func (ObjectAttributeRange) GoString ¶
func (s ObjectAttributeRange) GoString() string
GoString returns the string representation
func (*ObjectAttributeRange) SetAttributeKey ¶
func (s *ObjectAttributeRange) SetAttributeKey(v *AttributeKey) *ObjectAttributeRange
SetAttributeKey sets the AttributeKey field's value.
func (*ObjectAttributeRange) SetRange ¶
func (s *ObjectAttributeRange) SetRange(v *TypedAttributeValueRange) *ObjectAttributeRange
SetRange sets the Range field's value.
func (ObjectAttributeRange) String ¶
func (s ObjectAttributeRange) String() string
String returns the string representation
func (*ObjectAttributeRange) Validate ¶
func (s *ObjectAttributeRange) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ObjectAttributeUpdate ¶
type ObjectAttributeUpdate struct { // The action to perform as part of the attribute update. ObjectAttributeAction *ObjectAttributeAction `type:"structure"` // The key of the attribute being updated. ObjectAttributeKey *AttributeKey `type:"structure"` // contains filtered or unexported fields }
Structure that contains attribute update information. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ObjectAttributeUpdate
func (ObjectAttributeUpdate) GoString ¶
func (s ObjectAttributeUpdate) GoString() string
GoString returns the string representation
func (*ObjectAttributeUpdate) SetObjectAttributeAction ¶
func (s *ObjectAttributeUpdate) SetObjectAttributeAction(v *ObjectAttributeAction) *ObjectAttributeUpdate
SetObjectAttributeAction sets the ObjectAttributeAction field's value.
func (*ObjectAttributeUpdate) SetObjectAttributeKey ¶
func (s *ObjectAttributeUpdate) SetObjectAttributeKey(v *AttributeKey) *ObjectAttributeUpdate
SetObjectAttributeKey sets the ObjectAttributeKey field's value.
func (ObjectAttributeUpdate) String ¶
func (s ObjectAttributeUpdate) String() string
String returns the string representation
func (*ObjectAttributeUpdate) Validate ¶
func (s *ObjectAttributeUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ObjectReference ¶
type ObjectReference struct { // A path selector supports easy selection of an object by the parent/child // links leading to it from the directory root. Use the link names from each // parent/child link to construct the path. Path selectors start with a slash // (/) and link names are separated by slashes. For more information about paths, // see Accessing Objects (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#accessingobjects). // You can identify an object in one of the following ways: // // * $ObjectIdentifier - An object identifier is an opaque string provided // by Amazon Cloud Directory. When creating objects, the system will provide // you with the identifier of the created object. An object’s identifier // is immutable and no two objects will ever share the same object identifier // // * /some/path - Identifies the object based on path // // * #SomeBatchReference - Identifies the object in a batch call Selector *string `type:"string"` // contains filtered or unexported fields }
The reference that identifies an object. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ObjectReference
func (ObjectReference) GoString ¶
func (s ObjectReference) GoString() string
GoString returns the string representation
func (*ObjectReference) SetSelector ¶
func (s *ObjectReference) SetSelector(v string) *ObjectReference
SetSelector sets the Selector field's value.
func (ObjectReference) String ¶
func (s ObjectReference) String() string
String returns the string representation
type ObjectType ¶
type ObjectType string
const ( ObjectTypeNode ObjectType = "NODE" ObjectTypeLeafNode ObjectType = "LEAF_NODE" ObjectTypePolicy ObjectType = "POLICY" ObjectTypeIndex ObjectType = "INDEX" )
Enum values for ObjectType
type PathToObjectIdentifiers ¶
type PathToObjectIdentifiers struct { // Lists ObjectIdentifiers starting from directory root to the object in the // request. ObjectIdentifiers []string `type:"list"` // The path that is used to identify the object starting from directory root. Path *string `type:"string"` // contains filtered or unexported fields }
Returns the path to the ObjectIdentifiers that is associated with the directory. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PathToObjectIdentifiers
func (PathToObjectIdentifiers) GoString ¶
func (s PathToObjectIdentifiers) GoString() string
GoString returns the string representation
func (*PathToObjectIdentifiers) SetObjectIdentifiers ¶
func (s *PathToObjectIdentifiers) SetObjectIdentifiers(v []string) *PathToObjectIdentifiers
SetObjectIdentifiers sets the ObjectIdentifiers field's value.
func (*PathToObjectIdentifiers) SetPath ¶
func (s *PathToObjectIdentifiers) SetPath(v string) *PathToObjectIdentifiers
SetPath sets the Path field's value.
func (PathToObjectIdentifiers) String ¶
func (s PathToObjectIdentifiers) String() string
String returns the string representation
type PolicyAttachment ¶
type PolicyAttachment struct { // The ObjectIdentifier that is associated with PolicyAttachment. ObjectIdentifier *string `type:"string"` // The ID of PolicyAttachment. PolicyId *string `type:"string"` // The type of policy that can be associated with PolicyAttachment. PolicyType *string `type:"string"` // contains filtered or unexported fields }
Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies). Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PolicyAttachment
func (PolicyAttachment) GoString ¶
func (s PolicyAttachment) GoString() string
GoString returns the string representation
func (*PolicyAttachment) SetObjectIdentifier ¶
func (s *PolicyAttachment) SetObjectIdentifier(v string) *PolicyAttachment
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (*PolicyAttachment) SetPolicyId ¶
func (s *PolicyAttachment) SetPolicyId(v string) *PolicyAttachment
SetPolicyId sets the PolicyId field's value.
func (*PolicyAttachment) SetPolicyType ¶
func (s *PolicyAttachment) SetPolicyType(v string) *PolicyAttachment
SetPolicyType sets the PolicyType field's value.
func (PolicyAttachment) String ¶
func (s PolicyAttachment) String() string
String returns the string representation
type PolicyToPath ¶
type PolicyToPath struct { // The path that is referenced from the root. Path *string `type:"string"` // List of policy objects. Policies []PolicyAttachment `type:"list"` // contains filtered or unexported fields }
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/PolicyToPath
func (PolicyToPath) GoString ¶
func (s PolicyToPath) GoString() string
GoString returns the string representation
func (*PolicyToPath) SetPath ¶
func (s *PolicyToPath) SetPath(v string) *PolicyToPath
SetPath sets the Path field's value.
func (*PolicyToPath) SetPolicies ¶
func (s *PolicyToPath) SetPolicies(v []PolicyAttachment) *PolicyToPath
SetPolicies sets the Policies field's value.
func (PolicyToPath) String ¶
func (s PolicyToPath) String() string
String returns the string representation
type PublishSchemaInput ¶
type PublishSchemaInput struct { // The Amazon Resource Name (ARN) that is associated with the development schema. // For more information, see arns. // // DevelopmentSchemaArn is a required field DevelopmentSchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The minor version under which the schema will be published. This parameter // is recommended. Schemas have both a major and minor version associated with // them. MinorVersion *string `min:"1" type:"string"` // The new name under which the schema will be published. If this is not provided, // the development schema is considered. Name *string `min:"1" type:"string"` // The major version under which the schema will be published. Schemas have // both a major and minor version associated with them. // // Version is a required field Version *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PublishSchemaRequest
func (PublishSchemaInput) GoString ¶
func (s PublishSchemaInput) GoString() string
GoString returns the string representation
func (*PublishSchemaInput) SetDevelopmentSchemaArn ¶
func (s *PublishSchemaInput) SetDevelopmentSchemaArn(v string) *PublishSchemaInput
SetDevelopmentSchemaArn sets the DevelopmentSchemaArn field's value.
func (*PublishSchemaInput) SetMinorVersion ¶ added in v0.2.0
func (s *PublishSchemaInput) SetMinorVersion(v string) *PublishSchemaInput
SetMinorVersion sets the MinorVersion field's value.
func (*PublishSchemaInput) SetName ¶
func (s *PublishSchemaInput) SetName(v string) *PublishSchemaInput
SetName sets the Name field's value.
func (*PublishSchemaInput) SetVersion ¶
func (s *PublishSchemaInput) SetVersion(v string) *PublishSchemaInput
SetVersion sets the Version field's value.
func (PublishSchemaInput) String ¶
func (s PublishSchemaInput) String() string
String returns the string representation
func (*PublishSchemaInput) Validate ¶
func (s *PublishSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishSchemaOutput ¶
type PublishSchemaOutput struct { // The ARN that is associated with the published schema. For more information, // see arns. PublishedSchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PublishSchemaResponse
func (PublishSchemaOutput) GoString ¶
func (s PublishSchemaOutput) GoString() string
GoString returns the string representation
func (PublishSchemaOutput) SDKResponseMetadata ¶
func (s PublishSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*PublishSchemaOutput) SetPublishedSchemaArn ¶
func (s *PublishSchemaOutput) SetPublishedSchemaArn(v string) *PublishSchemaOutput
SetPublishedSchemaArn sets the PublishedSchemaArn field's value.
func (PublishSchemaOutput) String ¶
func (s PublishSchemaOutput) String() string
String returns the string representation
type PublishSchemaRequest ¶
type PublishSchemaRequest struct { *aws.Request Input *PublishSchemaInput }
PublishSchemaRequest is a API request type for the PublishSchema API operation.
func (PublishSchemaRequest) Send ¶
func (r PublishSchemaRequest) Send() (*PublishSchemaOutput, error)
Send marshals and sends the PublishSchema API request.
type PutSchemaFromJsonInput ¶
type PutSchemaFromJsonInput struct { // The replacement JSON schema. // // Document is a required field Document *string `type:"string" required:"true"` // The ARN of the schema to update. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PutSchemaFromJsonRequest
func (PutSchemaFromJsonInput) GoString ¶
func (s PutSchemaFromJsonInput) GoString() string
GoString returns the string representation
func (*PutSchemaFromJsonInput) SetDocument ¶
func (s *PutSchemaFromJsonInput) SetDocument(v string) *PutSchemaFromJsonInput
SetDocument sets the Document field's value.
func (*PutSchemaFromJsonInput) SetSchemaArn ¶
func (s *PutSchemaFromJsonInput) SetSchemaArn(v string) *PutSchemaFromJsonInput
SetSchemaArn sets the SchemaArn field's value.
func (PutSchemaFromJsonInput) String ¶
func (s PutSchemaFromJsonInput) String() string
String returns the string representation
func (*PutSchemaFromJsonInput) Validate ¶
func (s *PutSchemaFromJsonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutSchemaFromJsonOutput ¶
type PutSchemaFromJsonOutput struct { // The ARN of the schema to update. Arn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PutSchemaFromJsonResponse
func (PutSchemaFromJsonOutput) GoString ¶
func (s PutSchemaFromJsonOutput) GoString() string
GoString returns the string representation
func (PutSchemaFromJsonOutput) SDKResponseMetadata ¶
func (s PutSchemaFromJsonOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*PutSchemaFromJsonOutput) SetArn ¶
func (s *PutSchemaFromJsonOutput) SetArn(v string) *PutSchemaFromJsonOutput
SetArn sets the Arn field's value.
func (PutSchemaFromJsonOutput) String ¶
func (s PutSchemaFromJsonOutput) String() string
String returns the string representation
type PutSchemaFromJsonRequest ¶
type PutSchemaFromJsonRequest struct { *aws.Request Input *PutSchemaFromJsonInput }
PutSchemaFromJsonRequest is a API request type for the PutSchemaFromJson API operation.
func (PutSchemaFromJsonRequest) Send ¶
func (r PutSchemaFromJsonRequest) Send() (*PutSchemaFromJsonOutput, error)
Send marshals and sends the PutSchemaFromJson API request.
type RemoveFacetFromObjectInput ¶
type RemoveFacetFromObjectInput struct { // The ARN of the directory in which the object resides. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // A reference to the object to remove the facet from. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // The facet to remove. See SchemaFacet for details. // // SchemaFacet is a required field SchemaFacet *SchemaFacet `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/RemoveFacetFromObjectRequest
func (RemoveFacetFromObjectInput) GoString ¶
func (s RemoveFacetFromObjectInput) GoString() string
GoString returns the string representation
func (*RemoveFacetFromObjectInput) SetDirectoryArn ¶
func (s *RemoveFacetFromObjectInput) SetDirectoryArn(v string) *RemoveFacetFromObjectInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*RemoveFacetFromObjectInput) SetObjectReference ¶
func (s *RemoveFacetFromObjectInput) SetObjectReference(v *ObjectReference) *RemoveFacetFromObjectInput
SetObjectReference sets the ObjectReference field's value.
func (*RemoveFacetFromObjectInput) SetSchemaFacet ¶
func (s *RemoveFacetFromObjectInput) SetSchemaFacet(v *SchemaFacet) *RemoveFacetFromObjectInput
SetSchemaFacet sets the SchemaFacet field's value.
func (RemoveFacetFromObjectInput) String ¶
func (s RemoveFacetFromObjectInput) String() string
String returns the string representation
func (*RemoveFacetFromObjectInput) Validate ¶
func (s *RemoveFacetFromObjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveFacetFromObjectOutput ¶
type RemoveFacetFromObjectOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/RemoveFacetFromObjectResponse
func (RemoveFacetFromObjectOutput) GoString ¶
func (s RemoveFacetFromObjectOutput) GoString() string
GoString returns the string representation
func (RemoveFacetFromObjectOutput) SDKResponseMetadata ¶
func (s RemoveFacetFromObjectOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveFacetFromObjectOutput) String ¶
func (s RemoveFacetFromObjectOutput) String() string
String returns the string representation
type RemoveFacetFromObjectRequest ¶
type RemoveFacetFromObjectRequest struct { *aws.Request Input *RemoveFacetFromObjectInput }
RemoveFacetFromObjectRequest is a API request type for the RemoveFacetFromObject API operation.
func (RemoveFacetFromObjectRequest) Send ¶
func (r RemoveFacetFromObjectRequest) Send() (*RemoveFacetFromObjectOutput, error)
Send marshals and sends the RemoveFacetFromObject API request.
type RequiredAttributeBehavior ¶
type RequiredAttributeBehavior string
const ( RequiredAttributeBehaviorRequiredAlways RequiredAttributeBehavior = "REQUIRED_ALWAYS" RequiredAttributeBehaviorNotRequired RequiredAttributeBehavior = "NOT_REQUIRED" )
Enum values for RequiredAttributeBehavior
type Rule ¶
type Rule struct { // The minimum and maximum parameters that are associated with the rule. Parameters map[string]string `type:"map"` // The type of attribute validation rule. Type RuleType `type:"string" enum:"true"` // contains filtered or unexported fields }
Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/Rule
func (*Rule) SetParameters ¶
SetParameters sets the Parameters field's value.
type SchemaFacet ¶
type SchemaFacet struct { // The name of the facet. FacetName *string `min:"1" type:"string"` // The ARN of the schema that contains the facet with no minor component. See // arns and In-Place Schema Upgrade (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/inplaceschemaupgrade.html) // for a description of when to provide minor versions. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
A facet. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/SchemaFacet
func (SchemaFacet) GoString ¶
func (s SchemaFacet) GoString() string
GoString returns the string representation
func (*SchemaFacet) SetFacetName ¶
func (s *SchemaFacet) SetFacetName(v string) *SchemaFacet
SetFacetName sets the FacetName field's value.
func (*SchemaFacet) SetSchemaArn ¶
func (s *SchemaFacet) SetSchemaArn(v string) *SchemaFacet
SetSchemaArn sets the SchemaArn field's value.
func (SchemaFacet) String ¶
func (s SchemaFacet) String() string
String returns the string representation
func (*SchemaFacet) Validate ¶
func (s *SchemaFacet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Tag ¶
type Tag struct { // The key that is associated with the tag. Key *string `type:"string"` // The value that is associated with the tag. Value *string `type:"string"` // contains filtered or unexported fields }
The tag structure that contains a tag key and value. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/Tag
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. Tagging is only supported // for directories. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // A list of tag key-value pairs. // // Tags is a required field Tags []Tag `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TagResourceRequest
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TagResourceResponse
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) SDKResponseMetadata ¶
func (s TagResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type TagResourceRequest ¶
type TagResourceRequest struct { *aws.Request Input *TagResourceInput }
TagResourceRequest is a API request type for the TagResource API operation.
func (TagResourceRequest) Send ¶
func (r TagResourceRequest) Send() (*TagResourceOutput, error)
Send marshals and sends the TagResource API request.
type TypedAttributeValue ¶
type TypedAttributeValue struct { // A binary data value. // // BinaryValue is automatically base64 encoded/decoded by the SDK. BinaryValue []byte `type:"blob"` // A Boolean data value. BooleanValue *bool `type:"boolean"` // A date and time value. DatetimeValue *time.Time `type:"timestamp" timestampFormat:"unix"` // A number data value. NumberValue *string `type:"string"` // A string data value. StringValue *string `type:"string"` // contains filtered or unexported fields }
Represents the data for a typed attribute. You can set one, and only one, of the elements. Each attribute in an item is a name-value pair. Attributes have a single value. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedAttributeValue
func (TypedAttributeValue) GoString ¶
func (s TypedAttributeValue) GoString() string
GoString returns the string representation
func (*TypedAttributeValue) SetBinaryValue ¶
func (s *TypedAttributeValue) SetBinaryValue(v []byte) *TypedAttributeValue
SetBinaryValue sets the BinaryValue field's value.
func (*TypedAttributeValue) SetBooleanValue ¶
func (s *TypedAttributeValue) SetBooleanValue(v bool) *TypedAttributeValue
SetBooleanValue sets the BooleanValue field's value.
func (*TypedAttributeValue) SetDatetimeValue ¶
func (s *TypedAttributeValue) SetDatetimeValue(v time.Time) *TypedAttributeValue
SetDatetimeValue sets the DatetimeValue field's value.
func (*TypedAttributeValue) SetNumberValue ¶
func (s *TypedAttributeValue) SetNumberValue(v string) *TypedAttributeValue
SetNumberValue sets the NumberValue field's value.
func (*TypedAttributeValue) SetStringValue ¶
func (s *TypedAttributeValue) SetStringValue(v string) *TypedAttributeValue
SetStringValue sets the StringValue field's value.
func (TypedAttributeValue) String ¶
func (s TypedAttributeValue) String() string
String returns the string representation
type TypedAttributeValueRange ¶
type TypedAttributeValueRange struct { // The inclusive or exclusive range end. // // EndMode is a required field EndMode RangeMode `type:"string" required:"true" enum:"true"` // The attribute value to terminate the range at. EndValue *TypedAttributeValue `type:"structure"` // The inclusive or exclusive range start. // // StartMode is a required field StartMode RangeMode `type:"string" required:"true" enum:"true"` // The value to start the range at. StartValue *TypedAttributeValue `type:"structure"` // contains filtered or unexported fields }
A range of attribute values. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedAttributeValueRange
func (TypedAttributeValueRange) GoString ¶
func (s TypedAttributeValueRange) GoString() string
GoString returns the string representation
func (*TypedAttributeValueRange) SetEndMode ¶
func (s *TypedAttributeValueRange) SetEndMode(v RangeMode) *TypedAttributeValueRange
SetEndMode sets the EndMode field's value.
func (*TypedAttributeValueRange) SetEndValue ¶
func (s *TypedAttributeValueRange) SetEndValue(v *TypedAttributeValue) *TypedAttributeValueRange
SetEndValue sets the EndValue field's value.
func (*TypedAttributeValueRange) SetStartMode ¶
func (s *TypedAttributeValueRange) SetStartMode(v RangeMode) *TypedAttributeValueRange
SetStartMode sets the StartMode field's value.
func (*TypedAttributeValueRange) SetStartValue ¶
func (s *TypedAttributeValueRange) SetStartValue(v *TypedAttributeValue) *TypedAttributeValueRange
SetStartValue sets the StartValue field's value.
func (TypedAttributeValueRange) String ¶
func (s TypedAttributeValueRange) String() string
String returns the string representation
func (*TypedAttributeValueRange) Validate ¶
func (s *TypedAttributeValueRange) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkAttributeDefinition ¶
type TypedLinkAttributeDefinition struct { // The default value of the attribute (if configured). DefaultValue *TypedAttributeValue `type:"structure"` // Whether the attribute is mutable or not. IsImmutable *bool `type:"boolean"` // The unique name of the typed link attribute. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The required behavior of the TypedLinkAttributeDefinition. // // RequiredBehavior is a required field RequiredBehavior RequiredAttributeBehavior `type:"string" required:"true" enum:"true"` // Validation rules that are attached to the attribute definition. Rules map[string]Rule `type:"map"` // The type of the attribute. // // Type is a required field Type FacetAttributeType `type:"string" required:"true" enum:"true"` // contains filtered or unexported fields }
A typed link attribute definition. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkAttributeDefinition
func (TypedLinkAttributeDefinition) GoString ¶
func (s TypedLinkAttributeDefinition) GoString() string
GoString returns the string representation
func (*TypedLinkAttributeDefinition) SetDefaultValue ¶
func (s *TypedLinkAttributeDefinition) SetDefaultValue(v *TypedAttributeValue) *TypedLinkAttributeDefinition
SetDefaultValue sets the DefaultValue field's value.
func (*TypedLinkAttributeDefinition) SetIsImmutable ¶
func (s *TypedLinkAttributeDefinition) SetIsImmutable(v bool) *TypedLinkAttributeDefinition
SetIsImmutable sets the IsImmutable field's value.
func (*TypedLinkAttributeDefinition) SetName ¶
func (s *TypedLinkAttributeDefinition) SetName(v string) *TypedLinkAttributeDefinition
SetName sets the Name field's value.
func (*TypedLinkAttributeDefinition) SetRequiredBehavior ¶
func (s *TypedLinkAttributeDefinition) SetRequiredBehavior(v RequiredAttributeBehavior) *TypedLinkAttributeDefinition
SetRequiredBehavior sets the RequiredBehavior field's value.
func (*TypedLinkAttributeDefinition) SetRules ¶
func (s *TypedLinkAttributeDefinition) SetRules(v map[string]Rule) *TypedLinkAttributeDefinition
SetRules sets the Rules field's value.
func (*TypedLinkAttributeDefinition) SetType ¶
func (s *TypedLinkAttributeDefinition) SetType(v FacetAttributeType) *TypedLinkAttributeDefinition
SetType sets the Type field's value.
func (TypedLinkAttributeDefinition) String ¶
func (s TypedLinkAttributeDefinition) String() string
String returns the string representation
func (*TypedLinkAttributeDefinition) Validate ¶
func (s *TypedLinkAttributeDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkAttributeRange ¶
type TypedLinkAttributeRange struct { // The unique name of the typed link attribute. AttributeName *string `min:"1" type:"string"` // The range of attribute values that are being selected. // // Range is a required field Range *TypedAttributeValueRange `type:"structure" required:"true"` // contains filtered or unexported fields }
Identifies the range of attributes that are used by a specified filter. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkAttributeRange
func (TypedLinkAttributeRange) GoString ¶
func (s TypedLinkAttributeRange) GoString() string
GoString returns the string representation
func (*TypedLinkAttributeRange) SetAttributeName ¶
func (s *TypedLinkAttributeRange) SetAttributeName(v string) *TypedLinkAttributeRange
SetAttributeName sets the AttributeName field's value.
func (*TypedLinkAttributeRange) SetRange ¶
func (s *TypedLinkAttributeRange) SetRange(v *TypedAttributeValueRange) *TypedLinkAttributeRange
SetRange sets the Range field's value.
func (TypedLinkAttributeRange) String ¶
func (s TypedLinkAttributeRange) String() string
String returns the string representation
func (*TypedLinkAttributeRange) Validate ¶
func (s *TypedLinkAttributeRange) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkFacet ¶
type TypedLinkFacet struct { // A set of key-value pairs associated with the typed link. Typed link attributes // are used when you have data values that are related to the link itself, and // not to one of the two objects being linked. Identity attributes also serve // to distinguish the link from others of the same type between the same objects. // // Attributes is a required field Attributes []TypedLinkAttributeDefinition `type:"list" required:"true"` // The set of attributes that distinguish links made from this facet from each // other, in the order of significance. Listing typed links can filter on the // values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks // for details. // // IdentityAttributeOrder is a required field IdentityAttributeOrder []string `type:"list" required:"true"` // The unique name of the typed link facet. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
Defines the typed links structure and its attributes. To create a typed link facet, use the CreateTypedLinkFacet API. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkFacet
func (TypedLinkFacet) GoString ¶
func (s TypedLinkFacet) GoString() string
GoString returns the string representation
func (*TypedLinkFacet) SetAttributes ¶
func (s *TypedLinkFacet) SetAttributes(v []TypedLinkAttributeDefinition) *TypedLinkFacet
SetAttributes sets the Attributes field's value.
func (*TypedLinkFacet) SetIdentityAttributeOrder ¶
func (s *TypedLinkFacet) SetIdentityAttributeOrder(v []string) *TypedLinkFacet
SetIdentityAttributeOrder sets the IdentityAttributeOrder field's value.
func (*TypedLinkFacet) SetName ¶
func (s *TypedLinkFacet) SetName(v string) *TypedLinkFacet
SetName sets the Name field's value.
func (TypedLinkFacet) String ¶
func (s TypedLinkFacet) String() string
String returns the string representation
func (*TypedLinkFacet) Validate ¶
func (s *TypedLinkFacet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkFacetAttributeUpdate ¶
type TypedLinkFacetAttributeUpdate struct { // The action to perform when updating the attribute. // // Action is a required field Action UpdateActionType `type:"string" required:"true" enum:"true"` // The attribute to update. // // Attribute is a required field Attribute *TypedLinkAttributeDefinition `type:"structure" required:"true"` // contains filtered or unexported fields }
A typed link facet attribute update. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkFacetAttributeUpdate
func (TypedLinkFacetAttributeUpdate) GoString ¶
func (s TypedLinkFacetAttributeUpdate) GoString() string
GoString returns the string representation
func (*TypedLinkFacetAttributeUpdate) SetAction ¶
func (s *TypedLinkFacetAttributeUpdate) SetAction(v UpdateActionType) *TypedLinkFacetAttributeUpdate
SetAction sets the Action field's value.
func (*TypedLinkFacetAttributeUpdate) SetAttribute ¶
func (s *TypedLinkFacetAttributeUpdate) SetAttribute(v *TypedLinkAttributeDefinition) *TypedLinkFacetAttributeUpdate
SetAttribute sets the Attribute field's value.
func (TypedLinkFacetAttributeUpdate) String ¶
func (s TypedLinkFacetAttributeUpdate) String() string
String returns the string representation
func (*TypedLinkFacetAttributeUpdate) Validate ¶
func (s *TypedLinkFacetAttributeUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkSchemaAndFacetName ¶
type TypedLinkSchemaAndFacetName struct { // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `type:"string" required:"true"` // The unique name of the typed link facet. // // TypedLinkName is a required field TypedLinkName *string `type:"string" required:"true"` // contains filtered or unexported fields }
Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkSchemaAndFacetName
func (TypedLinkSchemaAndFacetName) GoString ¶
func (s TypedLinkSchemaAndFacetName) GoString() string
GoString returns the string representation
func (*TypedLinkSchemaAndFacetName) SetSchemaArn ¶
func (s *TypedLinkSchemaAndFacetName) SetSchemaArn(v string) *TypedLinkSchemaAndFacetName
SetSchemaArn sets the SchemaArn field's value.
func (*TypedLinkSchemaAndFacetName) SetTypedLinkName ¶
func (s *TypedLinkSchemaAndFacetName) SetTypedLinkName(v string) *TypedLinkSchemaAndFacetName
SetTypedLinkName sets the TypedLinkName field's value.
func (TypedLinkSchemaAndFacetName) String ¶
func (s TypedLinkSchemaAndFacetName) String() string
String returns the string representation
func (*TypedLinkSchemaAndFacetName) Validate ¶
func (s *TypedLinkSchemaAndFacetName) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TypedLinkSpecifier ¶
type TypedLinkSpecifier struct { // Identifies the attribute value to update. // // IdentityAttributeValues is a required field IdentityAttributeValues []AttributeNameAndValue `type:"list" required:"true"` // Identifies the source object that the typed link will attach to. // // SourceObjectReference is a required field SourceObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the target object that the typed link will attach to. // // TargetObjectReference is a required field TargetObjectReference *ObjectReference `type:"structure" required:"true"` // Identifies the typed link facet that is associated with the typed link. // // TypedLinkFacet is a required field TypedLinkFacet *TypedLinkSchemaAndFacetName `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains all the information that is used to uniquely identify a typed link. The parameters discussed in this topic are used to uniquely specify the typed link being operated on. The AttachTypedLink API returns a typed link specifier while the DetachTypedLink API accepts one as input. Similarly, the ListIncomingTypedLinks and ListOutgoingTypedLinks API operations provide typed link specifiers as output. You can also construct a typed link specifier from scratch. Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TypedLinkSpecifier
func (TypedLinkSpecifier) GoString ¶
func (s TypedLinkSpecifier) GoString() string
GoString returns the string representation
func (*TypedLinkSpecifier) SetIdentityAttributeValues ¶
func (s *TypedLinkSpecifier) SetIdentityAttributeValues(v []AttributeNameAndValue) *TypedLinkSpecifier
SetIdentityAttributeValues sets the IdentityAttributeValues field's value.
func (*TypedLinkSpecifier) SetSourceObjectReference ¶
func (s *TypedLinkSpecifier) SetSourceObjectReference(v *ObjectReference) *TypedLinkSpecifier
SetSourceObjectReference sets the SourceObjectReference field's value.
func (*TypedLinkSpecifier) SetTargetObjectReference ¶
func (s *TypedLinkSpecifier) SetTargetObjectReference(v *ObjectReference) *TypedLinkSpecifier
SetTargetObjectReference sets the TargetObjectReference field's value.
func (*TypedLinkSpecifier) SetTypedLinkFacet ¶
func (s *TypedLinkSpecifier) SetTypedLinkFacet(v *TypedLinkSchemaAndFacetName) *TypedLinkSpecifier
SetTypedLinkFacet sets the TypedLinkFacet field's value.
func (TypedLinkSpecifier) String ¶
func (s TypedLinkSpecifier) String() string
String returns the string representation
func (*TypedLinkSpecifier) Validate ¶
func (s *TypedLinkSpecifier) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. Tagging is only supported // for directories. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // Keys of the tag that need to be removed from the resource. // // TagKeys is a required field TagKeys []string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UntagResourceRequest
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UntagResourceResponse
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) SDKResponseMetadata ¶
func (s UntagResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type UntagResourceRequest ¶
type UntagResourceRequest struct { *aws.Request Input *UntagResourceInput }
UntagResourceRequest is a API request type for the UntagResource API operation.
func (UntagResourceRequest) Send ¶
func (r UntagResourceRequest) Send() (*UntagResourceOutput, error)
Send marshals and sends the UntagResource API request.
type UpdateActionType ¶
type UpdateActionType string
const ( UpdateActionTypeCreateOrUpdate UpdateActionType = "CREATE_OR_UPDATE" UpdateActionTypeDelete UpdateActionType = "DELETE" )
Enum values for UpdateActionType
type UpdateFacetInput ¶
type UpdateFacetInput struct { // List of attributes that need to be updated in a given schema Facet. Each // attribute is followed by AttributeAction, which specifies the type of update // operation to perform. AttributeUpdates []FacetAttributeUpdate `type:"list"` // The name of the facet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The object type that is associated with the facet. See CreateFacetRequest$ObjectType // for more details. ObjectType ObjectType `type:"string" enum:"true"` // The Amazon Resource Name (ARN) that is associated with the Facet. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateFacetRequest
func (UpdateFacetInput) GoString ¶
func (s UpdateFacetInput) GoString() string
GoString returns the string representation
func (*UpdateFacetInput) SetAttributeUpdates ¶
func (s *UpdateFacetInput) SetAttributeUpdates(v []FacetAttributeUpdate) *UpdateFacetInput
SetAttributeUpdates sets the AttributeUpdates field's value.
func (*UpdateFacetInput) SetName ¶
func (s *UpdateFacetInput) SetName(v string) *UpdateFacetInput
SetName sets the Name field's value.
func (*UpdateFacetInput) SetObjectType ¶
func (s *UpdateFacetInput) SetObjectType(v ObjectType) *UpdateFacetInput
SetObjectType sets the ObjectType field's value.
func (*UpdateFacetInput) SetSchemaArn ¶
func (s *UpdateFacetInput) SetSchemaArn(v string) *UpdateFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (UpdateFacetInput) String ¶
func (s UpdateFacetInput) String() string
String returns the string representation
func (*UpdateFacetInput) Validate ¶
func (s *UpdateFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFacetOutput ¶
type UpdateFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateFacetResponse
func (UpdateFacetOutput) GoString ¶
func (s UpdateFacetOutput) GoString() string
GoString returns the string representation
func (UpdateFacetOutput) SDKResponseMetadata ¶
func (s UpdateFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateFacetOutput) String ¶
func (s UpdateFacetOutput) String() string
String returns the string representation
type UpdateFacetRequest ¶
type UpdateFacetRequest struct { *aws.Request Input *UpdateFacetInput }
UpdateFacetRequest is a API request type for the UpdateFacet API operation.
func (UpdateFacetRequest) Send ¶
func (r UpdateFacetRequest) Send() (*UpdateFacetOutput, error)
Send marshals and sends the UpdateFacet API request.
type UpdateObjectAttributesInput ¶
type UpdateObjectAttributesInput struct { // The attributes update structure. // // AttributeUpdates is a required field AttributeUpdates []ObjectAttributeUpdate `type:"list" required:"true"` // The Amazon Resource Name (ARN) that is associated with the Directory where // the object resides. For more information, see arns. // // DirectoryArn is a required field DirectoryArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // The reference that identifies the object. // // ObjectReference is a required field ObjectReference *ObjectReference `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateObjectAttributesRequest
func (UpdateObjectAttributesInput) GoString ¶
func (s UpdateObjectAttributesInput) GoString() string
GoString returns the string representation
func (*UpdateObjectAttributesInput) SetAttributeUpdates ¶
func (s *UpdateObjectAttributesInput) SetAttributeUpdates(v []ObjectAttributeUpdate) *UpdateObjectAttributesInput
SetAttributeUpdates sets the AttributeUpdates field's value.
func (*UpdateObjectAttributesInput) SetDirectoryArn ¶
func (s *UpdateObjectAttributesInput) SetDirectoryArn(v string) *UpdateObjectAttributesInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*UpdateObjectAttributesInput) SetObjectReference ¶
func (s *UpdateObjectAttributesInput) SetObjectReference(v *ObjectReference) *UpdateObjectAttributesInput
SetObjectReference sets the ObjectReference field's value.
func (UpdateObjectAttributesInput) String ¶
func (s UpdateObjectAttributesInput) String() string
String returns the string representation
func (*UpdateObjectAttributesInput) Validate ¶
func (s *UpdateObjectAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateObjectAttributesOutput ¶
type UpdateObjectAttributesOutput struct { // The ObjectIdentifier of the updated object. ObjectIdentifier *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateObjectAttributesResponse
func (UpdateObjectAttributesOutput) GoString ¶
func (s UpdateObjectAttributesOutput) GoString() string
GoString returns the string representation
func (UpdateObjectAttributesOutput) SDKResponseMetadata ¶
func (s UpdateObjectAttributesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateObjectAttributesOutput) SetObjectIdentifier ¶
func (s *UpdateObjectAttributesOutput) SetObjectIdentifier(v string) *UpdateObjectAttributesOutput
SetObjectIdentifier sets the ObjectIdentifier field's value.
func (UpdateObjectAttributesOutput) String ¶
func (s UpdateObjectAttributesOutput) String() string
String returns the string representation
type UpdateObjectAttributesRequest ¶
type UpdateObjectAttributesRequest struct { *aws.Request Input *UpdateObjectAttributesInput }
UpdateObjectAttributesRequest is a API request type for the UpdateObjectAttributes API operation.
func (UpdateObjectAttributesRequest) Send ¶
func (r UpdateObjectAttributesRequest) Send() (*UpdateObjectAttributesOutput, error)
Send marshals and sends the UpdateObjectAttributes API request.
type UpdateSchemaInput ¶
type UpdateSchemaInput struct { // The name of the schema. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the development schema. For more information, // see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateSchemaRequest
func (UpdateSchemaInput) GoString ¶
func (s UpdateSchemaInput) GoString() string
GoString returns the string representation
func (*UpdateSchemaInput) SetName ¶
func (s *UpdateSchemaInput) SetName(v string) *UpdateSchemaInput
SetName sets the Name field's value.
func (*UpdateSchemaInput) SetSchemaArn ¶
func (s *UpdateSchemaInput) SetSchemaArn(v string) *UpdateSchemaInput
SetSchemaArn sets the SchemaArn field's value.
func (UpdateSchemaInput) String ¶
func (s UpdateSchemaInput) String() string
String returns the string representation
func (*UpdateSchemaInput) Validate ¶
func (s *UpdateSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSchemaOutput ¶
type UpdateSchemaOutput struct { // The ARN that is associated with the updated schema. For more information, // see arns. SchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateSchemaResponse
func (UpdateSchemaOutput) GoString ¶
func (s UpdateSchemaOutput) GoString() string
GoString returns the string representation
func (UpdateSchemaOutput) SDKResponseMetadata ¶
func (s UpdateSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateSchemaOutput) SetSchemaArn ¶
func (s *UpdateSchemaOutput) SetSchemaArn(v string) *UpdateSchemaOutput
SetSchemaArn sets the SchemaArn field's value.
func (UpdateSchemaOutput) String ¶
func (s UpdateSchemaOutput) String() string
String returns the string representation
type UpdateSchemaRequest ¶
type UpdateSchemaRequest struct { *aws.Request Input *UpdateSchemaInput }
UpdateSchemaRequest is a API request type for the UpdateSchema API operation.
func (UpdateSchemaRequest) Send ¶
func (r UpdateSchemaRequest) Send() (*UpdateSchemaOutput, error)
Send marshals and sends the UpdateSchema API request.
type UpdateTypedLinkFacetInput ¶
type UpdateTypedLinkFacetInput struct { // Attributes update structure. // // AttributeUpdates is a required field AttributeUpdates []TypedLinkFacetAttributeUpdate `type:"list" required:"true"` // The order of identity attributes for the facet, from most significant to // least significant. The ability to filter typed links considers the order // that the attributes are defined on the typed link facet. When providing ranges // to a typed link selection, any inexact ranges must be specified at the end. // Any attributes that do not have a range specified are presumed to match the // entire range. Filters are interpreted in the order of the attributes on the // typed link facet, not the order in which they are supplied to any API calls. // For more information about identity attributes, see Typed link (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/objectsandlinks.html#typedlink). // // IdentityAttributeOrder is a required field IdentityAttributeOrder []string `type:"list" required:"true"` // The unique name of the typed link facet. // // Name is a required field Name *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) that is associated with the schema. For more // information, see arns. // // SchemaArn is a required field SchemaArn *string `location:"header" locationName:"x-amz-data-partition" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateTypedLinkFacetRequest
func (UpdateTypedLinkFacetInput) GoString ¶
func (s UpdateTypedLinkFacetInput) GoString() string
GoString returns the string representation
func (*UpdateTypedLinkFacetInput) SetAttributeUpdates ¶
func (s *UpdateTypedLinkFacetInput) SetAttributeUpdates(v []TypedLinkFacetAttributeUpdate) *UpdateTypedLinkFacetInput
SetAttributeUpdates sets the AttributeUpdates field's value.
func (*UpdateTypedLinkFacetInput) SetIdentityAttributeOrder ¶
func (s *UpdateTypedLinkFacetInput) SetIdentityAttributeOrder(v []string) *UpdateTypedLinkFacetInput
SetIdentityAttributeOrder sets the IdentityAttributeOrder field's value.
func (*UpdateTypedLinkFacetInput) SetName ¶
func (s *UpdateTypedLinkFacetInput) SetName(v string) *UpdateTypedLinkFacetInput
SetName sets the Name field's value.
func (*UpdateTypedLinkFacetInput) SetSchemaArn ¶
func (s *UpdateTypedLinkFacetInput) SetSchemaArn(v string) *UpdateTypedLinkFacetInput
SetSchemaArn sets the SchemaArn field's value.
func (UpdateTypedLinkFacetInput) String ¶
func (s UpdateTypedLinkFacetInput) String() string
String returns the string representation
func (*UpdateTypedLinkFacetInput) Validate ¶
func (s *UpdateTypedLinkFacetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateTypedLinkFacetOutput ¶
type UpdateTypedLinkFacetOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateTypedLinkFacetResponse
func (UpdateTypedLinkFacetOutput) GoString ¶
func (s UpdateTypedLinkFacetOutput) GoString() string
GoString returns the string representation
func (UpdateTypedLinkFacetOutput) SDKResponseMetadata ¶
func (s UpdateTypedLinkFacetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateTypedLinkFacetOutput) String ¶
func (s UpdateTypedLinkFacetOutput) String() string
String returns the string representation
type UpdateTypedLinkFacetRequest ¶
type UpdateTypedLinkFacetRequest struct { *aws.Request Input *UpdateTypedLinkFacetInput }
UpdateTypedLinkFacetRequest is a API request type for the UpdateTypedLinkFacet API operation.
func (UpdateTypedLinkFacetRequest) Send ¶
func (r UpdateTypedLinkFacetRequest) Send() (*UpdateTypedLinkFacetOutput, error)
Send marshals and sends the UpdateTypedLinkFacet API request.
type UpgradeAppliedSchemaInput ¶ added in v0.2.0
type UpgradeAppliedSchemaInput struct { // The ARN for the directory to which the upgraded schema will be applied. // // DirectoryArn is a required field DirectoryArn *string `type:"string" required:"true"` // Used for testing whether the major version schemas are backward compatible // or not. If schema compatibility fails, an exception would be thrown else // the call would succeed but no changes will be saved. This parameter is optional. DryRun *bool `type:"boolean"` // The revision of the published schema to upgrade the directory to. // // PublishedSchemaArn is a required field PublishedSchemaArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradeAppliedSchemaRequest
func (UpgradeAppliedSchemaInput) GoString ¶ added in v0.2.0
func (s UpgradeAppliedSchemaInput) GoString() string
GoString returns the string representation
func (*UpgradeAppliedSchemaInput) SetDirectoryArn ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaInput) SetDirectoryArn(v string) *UpgradeAppliedSchemaInput
SetDirectoryArn sets the DirectoryArn field's value.
func (*UpgradeAppliedSchemaInput) SetDryRun ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaInput) SetDryRun(v bool) *UpgradeAppliedSchemaInput
SetDryRun sets the DryRun field's value.
func (*UpgradeAppliedSchemaInput) SetPublishedSchemaArn ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaInput) SetPublishedSchemaArn(v string) *UpgradeAppliedSchemaInput
SetPublishedSchemaArn sets the PublishedSchemaArn field's value.
func (UpgradeAppliedSchemaInput) String ¶ added in v0.2.0
func (s UpgradeAppliedSchemaInput) String() string
String returns the string representation
func (*UpgradeAppliedSchemaInput) Validate ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpgradeAppliedSchemaOutput ¶ added in v0.2.0
type UpgradeAppliedSchemaOutput struct { // The ARN of the directory that is returned as part of the response. DirectoryArn *string `type:"string"` // The ARN of the upgraded schema that is returned as part of the response. UpgradedSchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradeAppliedSchemaResponse
func (UpgradeAppliedSchemaOutput) GoString ¶ added in v0.2.0
func (s UpgradeAppliedSchemaOutput) GoString() string
GoString returns the string representation
func (UpgradeAppliedSchemaOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpgradeAppliedSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpgradeAppliedSchemaOutput) SetDirectoryArn ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaOutput) SetDirectoryArn(v string) *UpgradeAppliedSchemaOutput
SetDirectoryArn sets the DirectoryArn field's value.
func (*UpgradeAppliedSchemaOutput) SetUpgradedSchemaArn ¶ added in v0.2.0
func (s *UpgradeAppliedSchemaOutput) SetUpgradedSchemaArn(v string) *UpgradeAppliedSchemaOutput
SetUpgradedSchemaArn sets the UpgradedSchemaArn field's value.
func (UpgradeAppliedSchemaOutput) String ¶ added in v0.2.0
func (s UpgradeAppliedSchemaOutput) String() string
String returns the string representation
type UpgradeAppliedSchemaRequest ¶ added in v0.2.0
type UpgradeAppliedSchemaRequest struct { *aws.Request Input *UpgradeAppliedSchemaInput }
UpgradeAppliedSchemaRequest is a API request type for the UpgradeAppliedSchema API operation.
func (UpgradeAppliedSchemaRequest) Send ¶ added in v0.2.0
func (r UpgradeAppliedSchemaRequest) Send() (*UpgradeAppliedSchemaOutput, error)
Send marshals and sends the UpgradeAppliedSchema API request.
type UpgradePublishedSchemaInput ¶ added in v0.2.0
type UpgradePublishedSchemaInput struct { // The ARN of the development schema with the changes used for the upgrade. // // DevelopmentSchemaArn is a required field DevelopmentSchemaArn *string `type:"string" required:"true"` // Used for testing whether the Development schema provided is backwards compatible, // or not, with the publish schema provided by the user to be upgraded. If schema // compatibility fails, an exception would be thrown else the call would succeed. // This parameter is optional and defaults to false. DryRun *bool `type:"boolean"` // Identifies the minor version of the published schema that will be created. // This parameter is NOT optional. // // MinorVersion is a required field MinorVersion *string `min:"1" type:"string" required:"true"` // The ARN of the published schema to be upgraded. // // PublishedSchemaArn is a required field PublishedSchemaArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradePublishedSchemaRequest
func (UpgradePublishedSchemaInput) GoString ¶ added in v0.2.0
func (s UpgradePublishedSchemaInput) GoString() string
GoString returns the string representation
func (*UpgradePublishedSchemaInput) SetDevelopmentSchemaArn ¶ added in v0.2.0
func (s *UpgradePublishedSchemaInput) SetDevelopmentSchemaArn(v string) *UpgradePublishedSchemaInput
SetDevelopmentSchemaArn sets the DevelopmentSchemaArn field's value.
func (*UpgradePublishedSchemaInput) SetDryRun ¶ added in v0.2.0
func (s *UpgradePublishedSchemaInput) SetDryRun(v bool) *UpgradePublishedSchemaInput
SetDryRun sets the DryRun field's value.
func (*UpgradePublishedSchemaInput) SetMinorVersion ¶ added in v0.2.0
func (s *UpgradePublishedSchemaInput) SetMinorVersion(v string) *UpgradePublishedSchemaInput
SetMinorVersion sets the MinorVersion field's value.
func (*UpgradePublishedSchemaInput) SetPublishedSchemaArn ¶ added in v0.2.0
func (s *UpgradePublishedSchemaInput) SetPublishedSchemaArn(v string) *UpgradePublishedSchemaInput
SetPublishedSchemaArn sets the PublishedSchemaArn field's value.
func (UpgradePublishedSchemaInput) String ¶ added in v0.2.0
func (s UpgradePublishedSchemaInput) String() string
String returns the string representation
func (*UpgradePublishedSchemaInput) Validate ¶ added in v0.2.0
func (s *UpgradePublishedSchemaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpgradePublishedSchemaOutput ¶ added in v0.2.0
type UpgradePublishedSchemaOutput struct { // The ARN of the upgraded schema that is returned as part of the response. UpgradedSchemaArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpgradePublishedSchemaResponse
func (UpgradePublishedSchemaOutput) GoString ¶ added in v0.2.0
func (s UpgradePublishedSchemaOutput) GoString() string
GoString returns the string representation
func (UpgradePublishedSchemaOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpgradePublishedSchemaOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpgradePublishedSchemaOutput) SetUpgradedSchemaArn ¶ added in v0.2.0
func (s *UpgradePublishedSchemaOutput) SetUpgradedSchemaArn(v string) *UpgradePublishedSchemaOutput
SetUpgradedSchemaArn sets the UpgradedSchemaArn field's value.
func (UpgradePublishedSchemaOutput) String ¶ added in v0.2.0
func (s UpgradePublishedSchemaOutput) String() string
String returns the string representation
type UpgradePublishedSchemaRequest ¶ added in v0.2.0
type UpgradePublishedSchemaRequest struct { *aws.Request Input *UpgradePublishedSchemaInput }
UpgradePublishedSchemaRequest is a API request type for the UpgradePublishedSchema API operation.
func (UpgradePublishedSchemaRequest) Send ¶ added in v0.2.0
func (r UpgradePublishedSchemaRequest) Send() (*UpgradePublishedSchemaOutput, error)
Send marshals and sends the UpgradePublishedSchema API request.
Directories ¶
Path | Synopsis |
---|---|
Package clouddirectoryiface provides an interface to enable mocking the Amazon CloudDirectory service client for testing your code.
|
Package clouddirectoryiface provides an interface to enable mocking the Amazon CloudDirectory service client for testing your code. |