Documentation ¶
Index ¶
- type AddFacetToObjectFuture
- type ApplySchemaFuture
- type AttachObjectFuture
- type AttachPolicyFuture
- type AttachToIndexFuture
- type AttachTypedLinkFuture
- type BatchReadFuture
- type BatchWriteFuture
- type Client
- type CreateDirectoryFuture
- type CreateFacetFuture
- type CreateIndexFuture
- type CreateObjectFuture
- type CreateSchemaFuture
- type CreateTypedLinkFacetFuture
- type DeleteDirectoryFuture
- type DeleteFacetFuture
- type DeleteObjectFuture
- type DeleteSchemaFuture
- type DeleteTypedLinkFacetFuture
- type DetachFromIndexFuture
- type DetachObjectFuture
- type DetachPolicyFuture
- type DetachTypedLinkFuture
- type DisableDirectoryFuture
- type EnableDirectoryFuture
- type GetAppliedSchemaVersionFuture
- type GetDirectoryFuture
- type GetFacetFuture
- type GetLinkAttributesFuture
- type GetObjectAttributesFuture
- type GetObjectInformationFuture
- type GetSchemaAsJsonFuture
- type GetTypedLinkFacetInformationFuture
- type ListAppliedSchemaArnsFuture
- type ListAttachedIndicesFuture
- type ListDevelopmentSchemaArnsFuture
- type ListDirectoriesFuture
- type ListFacetAttributesFuture
- type ListFacetNamesFuture
- type ListIncomingTypedLinksFuture
- type ListIndexFuture
- type ListManagedSchemaArnsFuture
- type ListObjectAttributesFuture
- type ListObjectChildrenFuture
- type ListObjectParentPathsFuture
- type ListObjectParentsFuture
- type ListObjectPoliciesFuture
- type ListOutgoingTypedLinksFuture
- type ListPolicyAttachmentsFuture
- type ListPublishedSchemaArnsFuture
- type ListTagsForResourceFuture
- type ListTypedLinkFacetAttributesFuture
- type ListTypedLinkFacetNamesFuture
- type LookupPolicyFuture
- type PublishSchemaFuture
- type PutSchemaFromJsonFuture
- type RemoveFacetFromObjectFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateFacetFuture
- type UpdateLinkAttributesFuture
- type UpdateObjectAttributesFuture
- type UpdateSchemaFuture
- type UpdateTypedLinkFacetFuture
- type UpgradeAppliedSchemaFuture
- type UpgradePublishedSchemaFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFacetToObjectFuture ¶
type AddFacetToObjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddFacetToObjectFuture) Get ¶
func (r *AddFacetToObjectFuture) Get(ctx workflow.Context) (*clouddirectory.AddFacetToObjectOutput, error)
type ApplySchemaFuture ¶
func (*ApplySchemaFuture) Get ¶
func (r *ApplySchemaFuture) Get(ctx workflow.Context) (*clouddirectory.ApplySchemaOutput, error)
type AttachObjectFuture ¶
func (*AttachObjectFuture) Get ¶
func (r *AttachObjectFuture) Get(ctx workflow.Context) (*clouddirectory.AttachObjectOutput, error)
type AttachPolicyFuture ¶
func (*AttachPolicyFuture) Get ¶
func (r *AttachPolicyFuture) Get(ctx workflow.Context) (*clouddirectory.AttachPolicyOutput, error)
type AttachToIndexFuture ¶
func (*AttachToIndexFuture) Get ¶
func (r *AttachToIndexFuture) Get(ctx workflow.Context) (*clouddirectory.AttachToIndexOutput, error)
type AttachTypedLinkFuture ¶
type AttachTypedLinkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AttachTypedLinkFuture) Get ¶
func (r *AttachTypedLinkFuture) Get(ctx workflow.Context) (*clouddirectory.AttachTypedLinkOutput, error)
type BatchReadFuture ¶
func (*BatchReadFuture) Get ¶
func (r *BatchReadFuture) Get(ctx workflow.Context) (*clouddirectory.BatchReadOutput, error)
type BatchWriteFuture ¶
func (*BatchWriteFuture) Get ¶
func (r *BatchWriteFuture) Get(ctx workflow.Context) (*clouddirectory.BatchWriteOutput, error)
type Client ¶
type Client interface { AddFacetToObject(ctx workflow.Context, input *clouddirectory.AddFacetToObjectInput) (*clouddirectory.AddFacetToObjectOutput, error) AddFacetToObjectAsync(ctx workflow.Context, input *clouddirectory.AddFacetToObjectInput) *AddFacetToObjectFuture ApplySchema(ctx workflow.Context, input *clouddirectory.ApplySchemaInput) (*clouddirectory.ApplySchemaOutput, error) ApplySchemaAsync(ctx workflow.Context, input *clouddirectory.ApplySchemaInput) *ApplySchemaFuture AttachObject(ctx workflow.Context, input *clouddirectory.AttachObjectInput) (*clouddirectory.AttachObjectOutput, error) AttachObjectAsync(ctx workflow.Context, input *clouddirectory.AttachObjectInput) *AttachObjectFuture AttachPolicy(ctx workflow.Context, input *clouddirectory.AttachPolicyInput) (*clouddirectory.AttachPolicyOutput, error) AttachPolicyAsync(ctx workflow.Context, input *clouddirectory.AttachPolicyInput) *AttachPolicyFuture AttachToIndex(ctx workflow.Context, input *clouddirectory.AttachToIndexInput) (*clouddirectory.AttachToIndexOutput, error) AttachToIndexAsync(ctx workflow.Context, input *clouddirectory.AttachToIndexInput) *AttachToIndexFuture AttachTypedLink(ctx workflow.Context, input *clouddirectory.AttachTypedLinkInput) (*clouddirectory.AttachTypedLinkOutput, error) AttachTypedLinkAsync(ctx workflow.Context, input *clouddirectory.AttachTypedLinkInput) *AttachTypedLinkFuture BatchRead(ctx workflow.Context, input *clouddirectory.BatchReadInput) (*clouddirectory.BatchReadOutput, error) BatchReadAsync(ctx workflow.Context, input *clouddirectory.BatchReadInput) *BatchReadFuture BatchWrite(ctx workflow.Context, input *clouddirectory.BatchWriteInput) (*clouddirectory.BatchWriteOutput, error) BatchWriteAsync(ctx workflow.Context, input *clouddirectory.BatchWriteInput) *BatchWriteFuture CreateDirectory(ctx workflow.Context, input *clouddirectory.CreateDirectoryInput) (*clouddirectory.CreateDirectoryOutput, error) CreateDirectoryAsync(ctx workflow.Context, input *clouddirectory.CreateDirectoryInput) *CreateDirectoryFuture CreateFacet(ctx workflow.Context, input *clouddirectory.CreateFacetInput) (*clouddirectory.CreateFacetOutput, error) CreateFacetAsync(ctx workflow.Context, input *clouddirectory.CreateFacetInput) *CreateFacetFuture CreateIndex(ctx workflow.Context, input *clouddirectory.CreateIndexInput) (*clouddirectory.CreateIndexOutput, error) CreateIndexAsync(ctx workflow.Context, input *clouddirectory.CreateIndexInput) *CreateIndexFuture CreateObject(ctx workflow.Context, input *clouddirectory.CreateObjectInput) (*clouddirectory.CreateObjectOutput, error) CreateObjectAsync(ctx workflow.Context, input *clouddirectory.CreateObjectInput) *CreateObjectFuture CreateSchema(ctx workflow.Context, input *clouddirectory.CreateSchemaInput) (*clouddirectory.CreateSchemaOutput, error) CreateSchemaAsync(ctx workflow.Context, input *clouddirectory.CreateSchemaInput) *CreateSchemaFuture CreateTypedLinkFacet(ctx workflow.Context, input *clouddirectory.CreateTypedLinkFacetInput) (*clouddirectory.CreateTypedLinkFacetOutput, error) CreateTypedLinkFacetAsync(ctx workflow.Context, input *clouddirectory.CreateTypedLinkFacetInput) *CreateTypedLinkFacetFuture DeleteDirectory(ctx workflow.Context, input *clouddirectory.DeleteDirectoryInput) (*clouddirectory.DeleteDirectoryOutput, error) DeleteDirectoryAsync(ctx workflow.Context, input *clouddirectory.DeleteDirectoryInput) *DeleteDirectoryFuture DeleteFacet(ctx workflow.Context, input *clouddirectory.DeleteFacetInput) (*clouddirectory.DeleteFacetOutput, error) DeleteFacetAsync(ctx workflow.Context, input *clouddirectory.DeleteFacetInput) *DeleteFacetFuture DeleteObject(ctx workflow.Context, input *clouddirectory.DeleteObjectInput) (*clouddirectory.DeleteObjectOutput, error) DeleteObjectAsync(ctx workflow.Context, input *clouddirectory.DeleteObjectInput) *DeleteObjectFuture DeleteSchema(ctx workflow.Context, input *clouddirectory.DeleteSchemaInput) (*clouddirectory.DeleteSchemaOutput, error) DeleteSchemaAsync(ctx workflow.Context, input *clouddirectory.DeleteSchemaInput) *DeleteSchemaFuture DeleteTypedLinkFacet(ctx workflow.Context, input *clouddirectory.DeleteTypedLinkFacetInput) (*clouddirectory.DeleteTypedLinkFacetOutput, error) DeleteTypedLinkFacetAsync(ctx workflow.Context, input *clouddirectory.DeleteTypedLinkFacetInput) *DeleteTypedLinkFacetFuture DetachFromIndex(ctx workflow.Context, input *clouddirectory.DetachFromIndexInput) (*clouddirectory.DetachFromIndexOutput, error) DetachFromIndexAsync(ctx workflow.Context, input *clouddirectory.DetachFromIndexInput) *DetachFromIndexFuture DetachObject(ctx workflow.Context, input *clouddirectory.DetachObjectInput) (*clouddirectory.DetachObjectOutput, error) DetachObjectAsync(ctx workflow.Context, input *clouddirectory.DetachObjectInput) *DetachObjectFuture DetachPolicy(ctx workflow.Context, input *clouddirectory.DetachPolicyInput) (*clouddirectory.DetachPolicyOutput, error) DetachPolicyAsync(ctx workflow.Context, input *clouddirectory.DetachPolicyInput) *DetachPolicyFuture DetachTypedLink(ctx workflow.Context, input *clouddirectory.DetachTypedLinkInput) (*clouddirectory.DetachTypedLinkOutput, error) DetachTypedLinkAsync(ctx workflow.Context, input *clouddirectory.DetachTypedLinkInput) *DetachTypedLinkFuture DisableDirectory(ctx workflow.Context, input *clouddirectory.DisableDirectoryInput) (*clouddirectory.DisableDirectoryOutput, error) DisableDirectoryAsync(ctx workflow.Context, input *clouddirectory.DisableDirectoryInput) *DisableDirectoryFuture EnableDirectory(ctx workflow.Context, input *clouddirectory.EnableDirectoryInput) (*clouddirectory.EnableDirectoryOutput, error) EnableDirectoryAsync(ctx workflow.Context, input *clouddirectory.EnableDirectoryInput) *EnableDirectoryFuture GetAppliedSchemaVersion(ctx workflow.Context, input *clouddirectory.GetAppliedSchemaVersionInput) (*clouddirectory.GetAppliedSchemaVersionOutput, error) GetAppliedSchemaVersionAsync(ctx workflow.Context, input *clouddirectory.GetAppliedSchemaVersionInput) *GetAppliedSchemaVersionFuture GetDirectory(ctx workflow.Context, input *clouddirectory.GetDirectoryInput) (*clouddirectory.GetDirectoryOutput, error) GetDirectoryAsync(ctx workflow.Context, input *clouddirectory.GetDirectoryInput) *GetDirectoryFuture GetFacet(ctx workflow.Context, input *clouddirectory.GetFacetInput) (*clouddirectory.GetFacetOutput, error) GetFacetAsync(ctx workflow.Context, input *clouddirectory.GetFacetInput) *GetFacetFuture GetLinkAttributes(ctx workflow.Context, input *clouddirectory.GetLinkAttributesInput) (*clouddirectory.GetLinkAttributesOutput, error) GetLinkAttributesAsync(ctx workflow.Context, input *clouddirectory.GetLinkAttributesInput) *GetLinkAttributesFuture GetObjectAttributes(ctx workflow.Context, input *clouddirectory.GetObjectAttributesInput) (*clouddirectory.GetObjectAttributesOutput, error) GetObjectAttributesAsync(ctx workflow.Context, input *clouddirectory.GetObjectAttributesInput) *GetObjectAttributesFuture GetObjectInformation(ctx workflow.Context, input *clouddirectory.GetObjectInformationInput) (*clouddirectory.GetObjectInformationOutput, error) GetObjectInformationAsync(ctx workflow.Context, input *clouddirectory.GetObjectInformationInput) *GetObjectInformationFuture GetSchemaAsJson(ctx workflow.Context, input *clouddirectory.GetSchemaAsJsonInput) (*clouddirectory.GetSchemaAsJsonOutput, error) GetSchemaAsJsonAsync(ctx workflow.Context, input *clouddirectory.GetSchemaAsJsonInput) *GetSchemaAsJsonFuture GetTypedLinkFacetInformation(ctx workflow.Context, input *clouddirectory.GetTypedLinkFacetInformationInput) (*clouddirectory.GetTypedLinkFacetInformationOutput, error) GetTypedLinkFacetInformationAsync(ctx workflow.Context, input *clouddirectory.GetTypedLinkFacetInformationInput) *GetTypedLinkFacetInformationFuture ListAppliedSchemaArns(ctx workflow.Context, input *clouddirectory.ListAppliedSchemaArnsInput) (*clouddirectory.ListAppliedSchemaArnsOutput, error) ListAppliedSchemaArnsAsync(ctx workflow.Context, input *clouddirectory.ListAppliedSchemaArnsInput) *ListAppliedSchemaArnsFuture ListAttachedIndices(ctx workflow.Context, input *clouddirectory.ListAttachedIndicesInput) (*clouddirectory.ListAttachedIndicesOutput, error) ListAttachedIndicesAsync(ctx workflow.Context, input *clouddirectory.ListAttachedIndicesInput) *ListAttachedIndicesFuture ListDevelopmentSchemaArns(ctx workflow.Context, input *clouddirectory.ListDevelopmentSchemaArnsInput) (*clouddirectory.ListDevelopmentSchemaArnsOutput, error) ListDevelopmentSchemaArnsAsync(ctx workflow.Context, input *clouddirectory.ListDevelopmentSchemaArnsInput) *ListDevelopmentSchemaArnsFuture ListDirectories(ctx workflow.Context, input *clouddirectory.ListDirectoriesInput) (*clouddirectory.ListDirectoriesOutput, error) ListDirectoriesAsync(ctx workflow.Context, input *clouddirectory.ListDirectoriesInput) *ListDirectoriesFuture ListFacetAttributes(ctx workflow.Context, input *clouddirectory.ListFacetAttributesInput) (*clouddirectory.ListFacetAttributesOutput, error) ListFacetAttributesAsync(ctx workflow.Context, input *clouddirectory.ListFacetAttributesInput) *ListFacetAttributesFuture ListFacetNames(ctx workflow.Context, input *clouddirectory.ListFacetNamesInput) (*clouddirectory.ListFacetNamesOutput, error) ListFacetNamesAsync(ctx workflow.Context, input *clouddirectory.ListFacetNamesInput) *ListFacetNamesFuture ListIncomingTypedLinks(ctx workflow.Context, input *clouddirectory.ListIncomingTypedLinksInput) (*clouddirectory.ListIncomingTypedLinksOutput, error) ListIncomingTypedLinksAsync(ctx workflow.Context, input *clouddirectory.ListIncomingTypedLinksInput) *ListIncomingTypedLinksFuture ListIndex(ctx workflow.Context, input *clouddirectory.ListIndexInput) (*clouddirectory.ListIndexOutput, error) ListIndexAsync(ctx workflow.Context, input *clouddirectory.ListIndexInput) *ListIndexFuture ListManagedSchemaArns(ctx workflow.Context, input *clouddirectory.ListManagedSchemaArnsInput) (*clouddirectory.ListManagedSchemaArnsOutput, error) ListManagedSchemaArnsAsync(ctx workflow.Context, input *clouddirectory.ListManagedSchemaArnsInput) *ListManagedSchemaArnsFuture ListObjectAttributes(ctx workflow.Context, input *clouddirectory.ListObjectAttributesInput) (*clouddirectory.ListObjectAttributesOutput, error) ListObjectAttributesAsync(ctx workflow.Context, input *clouddirectory.ListObjectAttributesInput) *ListObjectAttributesFuture ListObjectChildren(ctx workflow.Context, input *clouddirectory.ListObjectChildrenInput) (*clouddirectory.ListObjectChildrenOutput, error) ListObjectChildrenAsync(ctx workflow.Context, input *clouddirectory.ListObjectChildrenInput) *ListObjectChildrenFuture ListObjectParentPaths(ctx workflow.Context, input *clouddirectory.ListObjectParentPathsInput) (*clouddirectory.ListObjectParentPathsOutput, error) ListObjectParentPathsAsync(ctx workflow.Context, input *clouddirectory.ListObjectParentPathsInput) *ListObjectParentPathsFuture ListObjectParents(ctx workflow.Context, input *clouddirectory.ListObjectParentsInput) (*clouddirectory.ListObjectParentsOutput, error) ListObjectParentsAsync(ctx workflow.Context, input *clouddirectory.ListObjectParentsInput) *ListObjectParentsFuture ListObjectPolicies(ctx workflow.Context, input *clouddirectory.ListObjectPoliciesInput) (*clouddirectory.ListObjectPoliciesOutput, error) ListObjectPoliciesAsync(ctx workflow.Context, input *clouddirectory.ListObjectPoliciesInput) *ListObjectPoliciesFuture ListOutgoingTypedLinks(ctx workflow.Context, input *clouddirectory.ListOutgoingTypedLinksInput) (*clouddirectory.ListOutgoingTypedLinksOutput, error) ListOutgoingTypedLinksAsync(ctx workflow.Context, input *clouddirectory.ListOutgoingTypedLinksInput) *ListOutgoingTypedLinksFuture ListPolicyAttachments(ctx workflow.Context, input *clouddirectory.ListPolicyAttachmentsInput) (*clouddirectory.ListPolicyAttachmentsOutput, error) ListPolicyAttachmentsAsync(ctx workflow.Context, input *clouddirectory.ListPolicyAttachmentsInput) *ListPolicyAttachmentsFuture ListPublishedSchemaArns(ctx workflow.Context, input *clouddirectory.ListPublishedSchemaArnsInput) (*clouddirectory.ListPublishedSchemaArnsOutput, error) ListPublishedSchemaArnsAsync(ctx workflow.Context, input *clouddirectory.ListPublishedSchemaArnsInput) *ListPublishedSchemaArnsFuture ListTagsForResource(ctx workflow.Context, input *clouddirectory.ListTagsForResourceInput) (*clouddirectory.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *clouddirectory.ListTagsForResourceInput) *ListTagsForResourceFuture ListTypedLinkFacetAttributes(ctx workflow.Context, input *clouddirectory.ListTypedLinkFacetAttributesInput) (*clouddirectory.ListTypedLinkFacetAttributesOutput, error) ListTypedLinkFacetAttributesAsync(ctx workflow.Context, input *clouddirectory.ListTypedLinkFacetAttributesInput) *ListTypedLinkFacetAttributesFuture ListTypedLinkFacetNames(ctx workflow.Context, input *clouddirectory.ListTypedLinkFacetNamesInput) (*clouddirectory.ListTypedLinkFacetNamesOutput, error) ListTypedLinkFacetNamesAsync(ctx workflow.Context, input *clouddirectory.ListTypedLinkFacetNamesInput) *ListTypedLinkFacetNamesFuture LookupPolicy(ctx workflow.Context, input *clouddirectory.LookupPolicyInput) (*clouddirectory.LookupPolicyOutput, error) LookupPolicyAsync(ctx workflow.Context, input *clouddirectory.LookupPolicyInput) *LookupPolicyFuture PublishSchema(ctx workflow.Context, input *clouddirectory.PublishSchemaInput) (*clouddirectory.PublishSchemaOutput, error) PublishSchemaAsync(ctx workflow.Context, input *clouddirectory.PublishSchemaInput) *PublishSchemaFuture PutSchemaFromJson(ctx workflow.Context, input *clouddirectory.PutSchemaFromJsonInput) (*clouddirectory.PutSchemaFromJsonOutput, error) PutSchemaFromJsonAsync(ctx workflow.Context, input *clouddirectory.PutSchemaFromJsonInput) *PutSchemaFromJsonFuture RemoveFacetFromObject(ctx workflow.Context, input *clouddirectory.RemoveFacetFromObjectInput) (*clouddirectory.RemoveFacetFromObjectOutput, error) RemoveFacetFromObjectAsync(ctx workflow.Context, input *clouddirectory.RemoveFacetFromObjectInput) *RemoveFacetFromObjectFuture TagResource(ctx workflow.Context, input *clouddirectory.TagResourceInput) (*clouddirectory.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *clouddirectory.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *clouddirectory.UntagResourceInput) (*clouddirectory.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *clouddirectory.UntagResourceInput) *UntagResourceFuture UpdateFacet(ctx workflow.Context, input *clouddirectory.UpdateFacetInput) (*clouddirectory.UpdateFacetOutput, error) UpdateFacetAsync(ctx workflow.Context, input *clouddirectory.UpdateFacetInput) *UpdateFacetFuture UpdateLinkAttributes(ctx workflow.Context, input *clouddirectory.UpdateLinkAttributesInput) (*clouddirectory.UpdateLinkAttributesOutput, error) UpdateLinkAttributesAsync(ctx workflow.Context, input *clouddirectory.UpdateLinkAttributesInput) *UpdateLinkAttributesFuture UpdateObjectAttributes(ctx workflow.Context, input *clouddirectory.UpdateObjectAttributesInput) (*clouddirectory.UpdateObjectAttributesOutput, error) UpdateObjectAttributesAsync(ctx workflow.Context, input *clouddirectory.UpdateObjectAttributesInput) *UpdateObjectAttributesFuture UpdateSchema(ctx workflow.Context, input *clouddirectory.UpdateSchemaInput) (*clouddirectory.UpdateSchemaOutput, error) UpdateSchemaAsync(ctx workflow.Context, input *clouddirectory.UpdateSchemaInput) *UpdateSchemaFuture UpdateTypedLinkFacet(ctx workflow.Context, input *clouddirectory.UpdateTypedLinkFacetInput) (*clouddirectory.UpdateTypedLinkFacetOutput, error) UpdateTypedLinkFacetAsync(ctx workflow.Context, input *clouddirectory.UpdateTypedLinkFacetInput) *UpdateTypedLinkFacetFuture UpgradeAppliedSchema(ctx workflow.Context, input *clouddirectory.UpgradeAppliedSchemaInput) (*clouddirectory.UpgradeAppliedSchemaOutput, error) UpgradeAppliedSchemaAsync(ctx workflow.Context, input *clouddirectory.UpgradeAppliedSchemaInput) *UpgradeAppliedSchemaFuture UpgradePublishedSchema(ctx workflow.Context, input *clouddirectory.UpgradePublishedSchemaInput) (*clouddirectory.UpgradePublishedSchemaOutput, error) UpgradePublishedSchemaAsync(ctx workflow.Context, input *clouddirectory.UpgradePublishedSchemaInput) *UpgradePublishedSchemaFuture }
type CreateDirectoryFuture ¶
type CreateDirectoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDirectoryFuture) Get ¶
func (r *CreateDirectoryFuture) Get(ctx workflow.Context) (*clouddirectory.CreateDirectoryOutput, error)
type CreateFacetFuture ¶
func (*CreateFacetFuture) Get ¶
func (r *CreateFacetFuture) Get(ctx workflow.Context) (*clouddirectory.CreateFacetOutput, error)
type CreateIndexFuture ¶
func (*CreateIndexFuture) Get ¶
func (r *CreateIndexFuture) Get(ctx workflow.Context) (*clouddirectory.CreateIndexOutput, error)
type CreateObjectFuture ¶
func (*CreateObjectFuture) Get ¶
func (r *CreateObjectFuture) Get(ctx workflow.Context) (*clouddirectory.CreateObjectOutput, error)
type CreateSchemaFuture ¶
func (*CreateSchemaFuture) Get ¶
func (r *CreateSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.CreateSchemaOutput, error)
type CreateTypedLinkFacetFuture ¶
type CreateTypedLinkFacetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateTypedLinkFacetFuture) Get ¶
func (r *CreateTypedLinkFacetFuture) Get(ctx workflow.Context) (*clouddirectory.CreateTypedLinkFacetOutput, error)
type DeleteDirectoryFuture ¶
type DeleteDirectoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDirectoryFuture) Get ¶
func (r *DeleteDirectoryFuture) Get(ctx workflow.Context) (*clouddirectory.DeleteDirectoryOutput, error)
type DeleteFacetFuture ¶
func (*DeleteFacetFuture) Get ¶
func (r *DeleteFacetFuture) Get(ctx workflow.Context) (*clouddirectory.DeleteFacetOutput, error)
type DeleteObjectFuture ¶
func (*DeleteObjectFuture) Get ¶
func (r *DeleteObjectFuture) Get(ctx workflow.Context) (*clouddirectory.DeleteObjectOutput, error)
type DeleteSchemaFuture ¶
func (*DeleteSchemaFuture) Get ¶
func (r *DeleteSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.DeleteSchemaOutput, error)
type DeleteTypedLinkFacetFuture ¶
type DeleteTypedLinkFacetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTypedLinkFacetFuture) Get ¶
func (r *DeleteTypedLinkFacetFuture) Get(ctx workflow.Context) (*clouddirectory.DeleteTypedLinkFacetOutput, error)
type DetachFromIndexFuture ¶
type DetachFromIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetachFromIndexFuture) Get ¶
func (r *DetachFromIndexFuture) Get(ctx workflow.Context) (*clouddirectory.DetachFromIndexOutput, error)
type DetachObjectFuture ¶
func (*DetachObjectFuture) Get ¶
func (r *DetachObjectFuture) Get(ctx workflow.Context) (*clouddirectory.DetachObjectOutput, error)
type DetachPolicyFuture ¶
func (*DetachPolicyFuture) Get ¶
func (r *DetachPolicyFuture) Get(ctx workflow.Context) (*clouddirectory.DetachPolicyOutput, error)
type DetachTypedLinkFuture ¶
type DetachTypedLinkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetachTypedLinkFuture) Get ¶
func (r *DetachTypedLinkFuture) Get(ctx workflow.Context) (*clouddirectory.DetachTypedLinkOutput, error)
type DisableDirectoryFuture ¶
type DisableDirectoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableDirectoryFuture) Get ¶
func (r *DisableDirectoryFuture) Get(ctx workflow.Context) (*clouddirectory.DisableDirectoryOutput, error)
type EnableDirectoryFuture ¶
type EnableDirectoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableDirectoryFuture) Get ¶
func (r *EnableDirectoryFuture) Get(ctx workflow.Context) (*clouddirectory.EnableDirectoryOutput, error)
type GetAppliedSchemaVersionFuture ¶
type GetAppliedSchemaVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAppliedSchemaVersionFuture) Get ¶
func (r *GetAppliedSchemaVersionFuture) Get(ctx workflow.Context) (*clouddirectory.GetAppliedSchemaVersionOutput, error)
type GetDirectoryFuture ¶
func (*GetDirectoryFuture) Get ¶
func (r *GetDirectoryFuture) Get(ctx workflow.Context) (*clouddirectory.GetDirectoryOutput, error)
type GetFacetFuture ¶
func (*GetFacetFuture) Get ¶
func (r *GetFacetFuture) Get(ctx workflow.Context) (*clouddirectory.GetFacetOutput, error)
type GetLinkAttributesFuture ¶
type GetLinkAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLinkAttributesFuture) Get ¶
func (r *GetLinkAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.GetLinkAttributesOutput, error)
type GetObjectAttributesFuture ¶
type GetObjectAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectAttributesFuture) Get ¶
func (r *GetObjectAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.GetObjectAttributesOutput, error)
type GetObjectInformationFuture ¶
type GetObjectInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectInformationFuture) Get ¶
func (r *GetObjectInformationFuture) Get(ctx workflow.Context) (*clouddirectory.GetObjectInformationOutput, error)
type GetSchemaAsJsonFuture ¶
type GetSchemaAsJsonFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSchemaAsJsonFuture) Get ¶
func (r *GetSchemaAsJsonFuture) Get(ctx workflow.Context) (*clouddirectory.GetSchemaAsJsonOutput, error)
type GetTypedLinkFacetInformationFuture ¶
type GetTypedLinkFacetInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTypedLinkFacetInformationFuture) Get ¶
func (r *GetTypedLinkFacetInformationFuture) Get(ctx workflow.Context) (*clouddirectory.GetTypedLinkFacetInformationOutput, error)
type ListAppliedSchemaArnsFuture ¶
type ListAppliedSchemaArnsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAppliedSchemaArnsFuture) Get ¶
func (r *ListAppliedSchemaArnsFuture) Get(ctx workflow.Context) (*clouddirectory.ListAppliedSchemaArnsOutput, error)
type ListAttachedIndicesFuture ¶
type ListAttachedIndicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAttachedIndicesFuture) Get ¶
func (r *ListAttachedIndicesFuture) Get(ctx workflow.Context) (*clouddirectory.ListAttachedIndicesOutput, error)
type ListDevelopmentSchemaArnsFuture ¶
type ListDevelopmentSchemaArnsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDevelopmentSchemaArnsFuture) Get ¶
func (r *ListDevelopmentSchemaArnsFuture) Get(ctx workflow.Context) (*clouddirectory.ListDevelopmentSchemaArnsOutput, error)
type ListDirectoriesFuture ¶
type ListDirectoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDirectoriesFuture) Get ¶
func (r *ListDirectoriesFuture) Get(ctx workflow.Context) (*clouddirectory.ListDirectoriesOutput, error)
type ListFacetAttributesFuture ¶
type ListFacetAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFacetAttributesFuture) Get ¶
func (r *ListFacetAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.ListFacetAttributesOutput, error)
type ListFacetNamesFuture ¶
func (*ListFacetNamesFuture) Get ¶
func (r *ListFacetNamesFuture) Get(ctx workflow.Context) (*clouddirectory.ListFacetNamesOutput, error)
type ListIncomingTypedLinksFuture ¶
type ListIncomingTypedLinksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListIncomingTypedLinksFuture) Get ¶
func (r *ListIncomingTypedLinksFuture) Get(ctx workflow.Context) (*clouddirectory.ListIncomingTypedLinksOutput, error)
type ListIndexFuture ¶
func (*ListIndexFuture) Get ¶
func (r *ListIndexFuture) Get(ctx workflow.Context) (*clouddirectory.ListIndexOutput, error)
type ListManagedSchemaArnsFuture ¶
type ListManagedSchemaArnsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListManagedSchemaArnsFuture) Get ¶
func (r *ListManagedSchemaArnsFuture) Get(ctx workflow.Context) (*clouddirectory.ListManagedSchemaArnsOutput, error)
type ListObjectAttributesFuture ¶
type ListObjectAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectAttributesFuture) Get ¶
func (r *ListObjectAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.ListObjectAttributesOutput, error)
type ListObjectChildrenFuture ¶
type ListObjectChildrenFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectChildrenFuture) Get ¶
func (r *ListObjectChildrenFuture) Get(ctx workflow.Context) (*clouddirectory.ListObjectChildrenOutput, error)
type ListObjectParentPathsFuture ¶
type ListObjectParentPathsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectParentPathsFuture) Get ¶
func (r *ListObjectParentPathsFuture) Get(ctx workflow.Context) (*clouddirectory.ListObjectParentPathsOutput, error)
type ListObjectParentsFuture ¶
type ListObjectParentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectParentsFuture) Get ¶
func (r *ListObjectParentsFuture) Get(ctx workflow.Context) (*clouddirectory.ListObjectParentsOutput, error)
type ListObjectPoliciesFuture ¶
type ListObjectPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectPoliciesFuture) Get ¶
func (r *ListObjectPoliciesFuture) Get(ctx workflow.Context) (*clouddirectory.ListObjectPoliciesOutput, error)
type ListOutgoingTypedLinksFuture ¶
type ListOutgoingTypedLinksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListOutgoingTypedLinksFuture) Get ¶
func (r *ListOutgoingTypedLinksFuture) Get(ctx workflow.Context) (*clouddirectory.ListOutgoingTypedLinksOutput, error)
type ListPolicyAttachmentsFuture ¶
type ListPolicyAttachmentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPolicyAttachmentsFuture) Get ¶
func (r *ListPolicyAttachmentsFuture) Get(ctx workflow.Context) (*clouddirectory.ListPolicyAttachmentsOutput, error)
type ListPublishedSchemaArnsFuture ¶
type ListPublishedSchemaArnsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPublishedSchemaArnsFuture) Get ¶
func (r *ListPublishedSchemaArnsFuture) Get(ctx workflow.Context) (*clouddirectory.ListPublishedSchemaArnsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*clouddirectory.ListTagsForResourceOutput, error)
type ListTypedLinkFacetAttributesFuture ¶
type ListTypedLinkFacetAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTypedLinkFacetAttributesFuture) Get ¶
func (r *ListTypedLinkFacetAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.ListTypedLinkFacetAttributesOutput, error)
type ListTypedLinkFacetNamesFuture ¶
type ListTypedLinkFacetNamesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTypedLinkFacetNamesFuture) Get ¶
func (r *ListTypedLinkFacetNamesFuture) Get(ctx workflow.Context) (*clouddirectory.ListTypedLinkFacetNamesOutput, error)
type LookupPolicyFuture ¶
func (*LookupPolicyFuture) Get ¶
func (r *LookupPolicyFuture) Get(ctx workflow.Context) (*clouddirectory.LookupPolicyOutput, error)
type PublishSchemaFuture ¶
func (*PublishSchemaFuture) Get ¶
func (r *PublishSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.PublishSchemaOutput, error)
type PutSchemaFromJsonFuture ¶
type PutSchemaFromJsonFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutSchemaFromJsonFuture) Get ¶
func (r *PutSchemaFromJsonFuture) Get(ctx workflow.Context) (*clouddirectory.PutSchemaFromJsonOutput, error)
type RemoveFacetFromObjectFuture ¶
type RemoveFacetFromObjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveFacetFromObjectFuture) Get ¶
func (r *RemoveFacetFromObjectFuture) Get(ctx workflow.Context) (*clouddirectory.RemoveFacetFromObjectOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*clouddirectory.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*clouddirectory.UntagResourceOutput, error)
type UpdateFacetFuture ¶
func (*UpdateFacetFuture) Get ¶
func (r *UpdateFacetFuture) Get(ctx workflow.Context) (*clouddirectory.UpdateFacetOutput, error)
type UpdateLinkAttributesFuture ¶
type UpdateLinkAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateLinkAttributesFuture) Get ¶
func (r *UpdateLinkAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.UpdateLinkAttributesOutput, error)
type UpdateObjectAttributesFuture ¶
type UpdateObjectAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateObjectAttributesFuture) Get ¶
func (r *UpdateObjectAttributesFuture) Get(ctx workflow.Context) (*clouddirectory.UpdateObjectAttributesOutput, error)
type UpdateSchemaFuture ¶
func (*UpdateSchemaFuture) Get ¶
func (r *UpdateSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.UpdateSchemaOutput, error)
type UpdateTypedLinkFacetFuture ¶
type UpdateTypedLinkFacetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTypedLinkFacetFuture) Get ¶
func (r *UpdateTypedLinkFacetFuture) Get(ctx workflow.Context) (*clouddirectory.UpdateTypedLinkFacetOutput, error)
type UpgradeAppliedSchemaFuture ¶
type UpgradeAppliedSchemaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpgradeAppliedSchemaFuture) Get ¶
func (r *UpgradeAppliedSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.UpgradeAppliedSchemaOutput, error)
type UpgradePublishedSchemaFuture ¶
type UpgradePublishedSchemaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpgradePublishedSchemaFuture) Get ¶
func (r *UpgradePublishedSchemaFuture) Get(ctx workflow.Context) (*clouddirectory.UpgradePublishedSchemaOutput, error)
Click to show internal directories.
Click to hide internal directories.