Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const BatchReadExceptionTypeAccessDeniedException + const BatchReadExceptionTypeCannotListParentOfRootException + const BatchReadExceptionTypeDirectoryNotEnabledException + const BatchReadExceptionTypeFacetValidationException + const BatchReadExceptionTypeInternalServiceException + const BatchReadExceptionTypeInvalidArnException + const BatchReadExceptionTypeInvalidNextTokenException + const BatchReadExceptionTypeLimitExceededException + const BatchReadExceptionTypeNotIndexException + const BatchReadExceptionTypeNotNodeException + const BatchReadExceptionTypeNotPolicyException + const BatchReadExceptionTypeResourceNotFoundException + const BatchReadExceptionTypeValidationException + const BatchWriteExceptionTypeAccessDeniedException + const BatchWriteExceptionTypeDirectoryNotEnabledException + const BatchWriteExceptionTypeFacetValidationException + const BatchWriteExceptionTypeIndexedAttributeMissingException + const BatchWriteExceptionTypeInternalServiceException + const BatchWriteExceptionTypeInvalidArnException + const BatchWriteExceptionTypeInvalidAttachmentException + const BatchWriteExceptionTypeLimitExceededException + const BatchWriteExceptionTypeLinkNameAlreadyInUseException + const BatchWriteExceptionTypeNotIndexException + const BatchWriteExceptionTypeNotNodeException + const BatchWriteExceptionTypeNotPolicyException + const BatchWriteExceptionTypeObjectAlreadyDetachedException + const BatchWriteExceptionTypeObjectNotDetachedException + const BatchWriteExceptionTypeResourceNotFoundException + const BatchWriteExceptionTypeStillContainsLinksException + const BatchWriteExceptionTypeUnsupportedIndexTypeException + const BatchWriteExceptionTypeValidationException + const ConsistencyLevelEventual + const ConsistencyLevelSerializable + const DirectoryStateDeleted + const DirectoryStateDisabled + const DirectoryStateEnabled + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeBatchWriteException + const ErrCodeCannotListParentOfRootException + const ErrCodeDirectoryAlreadyExistsException + const ErrCodeDirectoryDeletedException + const ErrCodeDirectoryNotDisabledException + const ErrCodeDirectoryNotEnabledException + const ErrCodeFacetAlreadyExistsException + const ErrCodeFacetInUseException + const ErrCodeFacetNotFoundException + const ErrCodeFacetValidationException + const ErrCodeIncompatibleSchemaException + const ErrCodeIndexedAttributeMissingException + const ErrCodeInternalServiceException + const ErrCodeInvalidArnException + const ErrCodeInvalidAttachmentException + const ErrCodeInvalidFacetUpdateException + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidRuleException + const ErrCodeInvalidSchemaDocException + const ErrCodeInvalidTaggingRequestException + const ErrCodeLimitExceededException + const ErrCodeLinkNameAlreadyInUseException + const ErrCodeNotIndexException + const ErrCodeNotNodeException + const ErrCodeNotPolicyException + const ErrCodeObjectAlreadyDetachedException + const ErrCodeObjectNotDetachedException + const ErrCodeResourceNotFoundException + const ErrCodeRetryableConflictException + const ErrCodeSchemaAlreadyExistsException + const ErrCodeSchemaAlreadyPublishedException + const ErrCodeStillContainsLinksException + const ErrCodeUnsupportedIndexTypeException + const ErrCodeValidationException + const FacetAttributeTypeBinary + const FacetAttributeTypeBoolean + const FacetAttributeTypeDatetime + const FacetAttributeTypeNumber + const FacetAttributeTypeString + const FacetAttributeTypeVariant + const FacetStyleDynamic + const FacetStyleStatic + const ObjectTypeIndex + const ObjectTypeLeafNode + const ObjectTypeNode + const ObjectTypePolicy + const RangeModeExclusive + const RangeModeFirst + const RangeModeInclusive + const RangeModeLast + const RangeModeLastBeforeMissingValues + const RequiredAttributeBehaviorNotRequired + const RequiredAttributeBehaviorRequiredAlways + const RuleTypeBinaryLength + const RuleTypeNumberComparison + const RuleTypeStringFromSet + const RuleTypeStringLength + const ServiceID + const ServiceName + const UpdateActionTypeCreateOrUpdate + const UpdateActionTypeDelete + func BatchReadExceptionType_Values() []string + func BatchWriteExceptionType_Values() []string + func ConsistencyLevel_Values() []string + func DirectoryState_Values() []string + func FacetAttributeType_Values() []string + func FacetStyle_Values() []string + func ObjectType_Values() []string + func RangeMode_Values() []string + func RequiredAttributeBehavior_Values() []string + func RuleType_Values() []string + func UpdateActionType_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AddFacetToObjectInput struct + DirectoryArn *string + ObjectAttributeList []*AttributeKeyAndValue + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + 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) Validate() error + func (s AddFacetToObjectInput) GoString() string + func (s AddFacetToObjectInput) String() string + type AddFacetToObjectOutput struct + func (s AddFacetToObjectOutput) GoString() string + func (s AddFacetToObjectOutput) String() string + type ApplySchemaInput struct + DirectoryArn *string + PublishedSchemaArn *string + func (s *ApplySchemaInput) SetDirectoryArn(v string) *ApplySchemaInput + func (s *ApplySchemaInput) SetPublishedSchemaArn(v string) *ApplySchemaInput + func (s *ApplySchemaInput) Validate() error + func (s ApplySchemaInput) GoString() string + func (s ApplySchemaInput) String() string + type ApplySchemaOutput struct + AppliedSchemaArn *string + DirectoryArn *string + func (s *ApplySchemaOutput) SetAppliedSchemaArn(v string) *ApplySchemaOutput + func (s *ApplySchemaOutput) SetDirectoryArn(v string) *ApplySchemaOutput + func (s ApplySchemaOutput) GoString() string + func (s ApplySchemaOutput) String() string + type AttachObjectInput struct + ChildReference *ObjectReference + DirectoryArn *string + LinkName *string + ParentReference *ObjectReference + 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) Validate() error + func (s AttachObjectInput) GoString() string + func (s AttachObjectInput) String() string + type AttachObjectOutput struct + AttachedObjectIdentifier *string + func (s *AttachObjectOutput) SetAttachedObjectIdentifier(v string) *AttachObjectOutput + func (s AttachObjectOutput) GoString() string + func (s AttachObjectOutput) String() string + type AttachPolicyInput struct + DirectoryArn *string + ObjectReference *ObjectReference + PolicyReference *ObjectReference + func (s *AttachPolicyInput) SetDirectoryArn(v string) *AttachPolicyInput + func (s *AttachPolicyInput) SetObjectReference(v *ObjectReference) *AttachPolicyInput + func (s *AttachPolicyInput) SetPolicyReference(v *ObjectReference) *AttachPolicyInput + func (s *AttachPolicyInput) Validate() error + func (s AttachPolicyInput) GoString() string + func (s AttachPolicyInput) String() string + type AttachPolicyOutput struct + func (s AttachPolicyOutput) GoString() string + func (s AttachPolicyOutput) String() string + type AttachToIndexInput struct + DirectoryArn *string + IndexReference *ObjectReference + TargetReference *ObjectReference + func (s *AttachToIndexInput) SetDirectoryArn(v string) *AttachToIndexInput + func (s *AttachToIndexInput) SetIndexReference(v *ObjectReference) *AttachToIndexInput + func (s *AttachToIndexInput) SetTargetReference(v *ObjectReference) *AttachToIndexInput + func (s *AttachToIndexInput) Validate() error + func (s AttachToIndexInput) GoString() string + func (s AttachToIndexInput) String() string + type AttachToIndexOutput struct + AttachedObjectIdentifier *string + func (s *AttachToIndexOutput) SetAttachedObjectIdentifier(v string) *AttachToIndexOutput + func (s AttachToIndexOutput) GoString() string + func (s AttachToIndexOutput) String() string + type AttachTypedLinkInput struct + Attributes []*AttributeNameAndValue + DirectoryArn *string + SourceObjectReference *ObjectReference + TargetObjectReference *ObjectReference + TypedLinkFacet *TypedLinkSchemaAndFacetName + 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) Validate() error + func (s AttachTypedLinkInput) GoString() string + func (s AttachTypedLinkInput) String() string + type AttachTypedLinkOutput struct + TypedLinkSpecifier *TypedLinkSpecifier + func (s *AttachTypedLinkOutput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *AttachTypedLinkOutput + func (s AttachTypedLinkOutput) GoString() string + func (s AttachTypedLinkOutput) String() string + type AttributeKey struct + FacetName *string + Name *string + SchemaArn *string + func (s *AttributeKey) SetFacetName(v string) *AttributeKey + func (s *AttributeKey) SetName(v string) *AttributeKey + func (s *AttributeKey) SetSchemaArn(v string) *AttributeKey + func (s *AttributeKey) Validate() error + func (s AttributeKey) GoString() string + func (s AttributeKey) String() string + type AttributeKeyAndValue struct + Key *AttributeKey + Value *TypedAttributeValue + func (s *AttributeKeyAndValue) SetKey(v *AttributeKey) *AttributeKeyAndValue + func (s *AttributeKeyAndValue) SetValue(v *TypedAttributeValue) *AttributeKeyAndValue + func (s *AttributeKeyAndValue) Validate() error + func (s AttributeKeyAndValue) GoString() string + func (s AttributeKeyAndValue) String() string + type AttributeNameAndValue struct + AttributeName *string + Value *TypedAttributeValue + func (s *AttributeNameAndValue) SetAttributeName(v string) *AttributeNameAndValue + func (s *AttributeNameAndValue) SetValue(v *TypedAttributeValue) *AttributeNameAndValue + func (s *AttributeNameAndValue) Validate() error + func (s AttributeNameAndValue) GoString() string + func (s AttributeNameAndValue) String() string + type BatchAddFacetToObject struct + ObjectAttributeList []*AttributeKeyAndValue + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + func (s *BatchAddFacetToObject) SetObjectAttributeList(v []*AttributeKeyAndValue) *BatchAddFacetToObject + func (s *BatchAddFacetToObject) SetObjectReference(v *ObjectReference) *BatchAddFacetToObject + func (s *BatchAddFacetToObject) SetSchemaFacet(v *SchemaFacet) *BatchAddFacetToObject + func (s *BatchAddFacetToObject) Validate() error + func (s BatchAddFacetToObject) GoString() string + func (s BatchAddFacetToObject) String() string + type BatchAddFacetToObjectResponse struct + func (s BatchAddFacetToObjectResponse) GoString() string + func (s BatchAddFacetToObjectResponse) String() string + type BatchAttachObject struct + ChildReference *ObjectReference + LinkName *string + ParentReference *ObjectReference + func (s *BatchAttachObject) SetChildReference(v *ObjectReference) *BatchAttachObject + func (s *BatchAttachObject) SetLinkName(v string) *BatchAttachObject + func (s *BatchAttachObject) SetParentReference(v *ObjectReference) *BatchAttachObject + func (s *BatchAttachObject) Validate() error + func (s BatchAttachObject) GoString() string + func (s BatchAttachObject) String() string + type BatchAttachObjectResponse struct + AttachedObjectIdentifier *string + func (s *BatchAttachObjectResponse) SetAttachedObjectIdentifier(v string) *BatchAttachObjectResponse + func (s BatchAttachObjectResponse) GoString() string + func (s BatchAttachObjectResponse) String() string + type BatchAttachPolicy struct + ObjectReference *ObjectReference + PolicyReference *ObjectReference + func (s *BatchAttachPolicy) SetObjectReference(v *ObjectReference) *BatchAttachPolicy + func (s *BatchAttachPolicy) SetPolicyReference(v *ObjectReference) *BatchAttachPolicy + func (s *BatchAttachPolicy) Validate() error + func (s BatchAttachPolicy) GoString() string + func (s BatchAttachPolicy) String() string + type BatchAttachPolicyResponse struct + func (s BatchAttachPolicyResponse) GoString() string + func (s BatchAttachPolicyResponse) String() string + type BatchAttachToIndex struct + IndexReference *ObjectReference + TargetReference *ObjectReference + func (s *BatchAttachToIndex) SetIndexReference(v *ObjectReference) *BatchAttachToIndex + func (s *BatchAttachToIndex) SetTargetReference(v *ObjectReference) *BatchAttachToIndex + func (s *BatchAttachToIndex) Validate() error + func (s BatchAttachToIndex) GoString() string + func (s BatchAttachToIndex) String() string + type BatchAttachToIndexResponse struct + AttachedObjectIdentifier *string + func (s *BatchAttachToIndexResponse) SetAttachedObjectIdentifier(v string) *BatchAttachToIndexResponse + func (s BatchAttachToIndexResponse) GoString() string + func (s BatchAttachToIndexResponse) String() string + type BatchAttachTypedLink struct + Attributes []*AttributeNameAndValue + SourceObjectReference *ObjectReference + TargetObjectReference *ObjectReference + TypedLinkFacet *TypedLinkSchemaAndFacetName + 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) Validate() error + func (s BatchAttachTypedLink) GoString() string + func (s BatchAttachTypedLink) String() string + type BatchAttachTypedLinkResponse struct + TypedLinkSpecifier *TypedLinkSpecifier + func (s *BatchAttachTypedLinkResponse) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchAttachTypedLinkResponse + func (s BatchAttachTypedLinkResponse) GoString() string + func (s BatchAttachTypedLinkResponse) String() string + type BatchCreateIndex struct + BatchReferenceName *string + IsUnique *bool + LinkName *string + OrderedIndexedAttributeList []*AttributeKey + ParentReference *ObjectReference + 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) Validate() error + func (s BatchCreateIndex) GoString() string + func (s BatchCreateIndex) String() string + type BatchCreateIndexResponse struct + ObjectIdentifier *string + func (s *BatchCreateIndexResponse) SetObjectIdentifier(v string) *BatchCreateIndexResponse + func (s BatchCreateIndexResponse) GoString() string + func (s BatchCreateIndexResponse) String() string + type BatchCreateObject struct + BatchReferenceName *string + LinkName *string + ObjectAttributeList []*AttributeKeyAndValue + ParentReference *ObjectReference + SchemaFacet []*SchemaFacet + 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) Validate() error + func (s BatchCreateObject) GoString() string + func (s BatchCreateObject) String() string + type BatchCreateObjectResponse struct + ObjectIdentifier *string + func (s *BatchCreateObjectResponse) SetObjectIdentifier(v string) *BatchCreateObjectResponse + func (s BatchCreateObjectResponse) GoString() string + func (s BatchCreateObjectResponse) String() string + type BatchDeleteObject struct + ObjectReference *ObjectReference + func (s *BatchDeleteObject) SetObjectReference(v *ObjectReference) *BatchDeleteObject + func (s *BatchDeleteObject) Validate() error + func (s BatchDeleteObject) GoString() string + func (s BatchDeleteObject) String() string + type BatchDeleteObjectResponse struct + func (s BatchDeleteObjectResponse) GoString() string + func (s BatchDeleteObjectResponse) String() string + type BatchDetachFromIndex struct + IndexReference *ObjectReference + TargetReference *ObjectReference + func (s *BatchDetachFromIndex) SetIndexReference(v *ObjectReference) *BatchDetachFromIndex + func (s *BatchDetachFromIndex) SetTargetReference(v *ObjectReference) *BatchDetachFromIndex + func (s *BatchDetachFromIndex) Validate() error + func (s BatchDetachFromIndex) GoString() string + func (s BatchDetachFromIndex) String() string + type BatchDetachFromIndexResponse struct + DetachedObjectIdentifier *string + func (s *BatchDetachFromIndexResponse) SetDetachedObjectIdentifier(v string) *BatchDetachFromIndexResponse + func (s BatchDetachFromIndexResponse) GoString() string + func (s BatchDetachFromIndexResponse) String() string + type BatchDetachObject struct + BatchReferenceName *string + LinkName *string + ParentReference *ObjectReference + func (s *BatchDetachObject) SetBatchReferenceName(v string) *BatchDetachObject + func (s *BatchDetachObject) SetLinkName(v string) *BatchDetachObject + func (s *BatchDetachObject) SetParentReference(v *ObjectReference) *BatchDetachObject + func (s *BatchDetachObject) Validate() error + func (s BatchDetachObject) GoString() string + func (s BatchDetachObject) String() string + type BatchDetachObjectResponse struct + DetachedObjectIdentifier *string + func (s *BatchDetachObjectResponse) SetDetachedObjectIdentifier(v string) *BatchDetachObjectResponse + func (s BatchDetachObjectResponse) GoString() string + func (s BatchDetachObjectResponse) String() string + type BatchDetachPolicy struct + ObjectReference *ObjectReference + PolicyReference *ObjectReference + func (s *BatchDetachPolicy) SetObjectReference(v *ObjectReference) *BatchDetachPolicy + func (s *BatchDetachPolicy) SetPolicyReference(v *ObjectReference) *BatchDetachPolicy + func (s *BatchDetachPolicy) Validate() error + func (s BatchDetachPolicy) GoString() string + func (s BatchDetachPolicy) String() string + type BatchDetachPolicyResponse struct + func (s BatchDetachPolicyResponse) GoString() string + func (s BatchDetachPolicyResponse) String() string + type BatchDetachTypedLink struct + TypedLinkSpecifier *TypedLinkSpecifier + func (s *BatchDetachTypedLink) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchDetachTypedLink + func (s *BatchDetachTypedLink) Validate() error + func (s BatchDetachTypedLink) GoString() string + func (s BatchDetachTypedLink) String() string + type BatchDetachTypedLinkResponse struct + func (s BatchDetachTypedLinkResponse) GoString() string + func (s BatchDetachTypedLinkResponse) String() string + type BatchGetLinkAttributes struct + AttributeNames []*string + TypedLinkSpecifier *TypedLinkSpecifier + func (s *BatchGetLinkAttributes) SetAttributeNames(v []*string) *BatchGetLinkAttributes + func (s *BatchGetLinkAttributes) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchGetLinkAttributes + func (s *BatchGetLinkAttributes) Validate() error + func (s BatchGetLinkAttributes) GoString() string + func (s BatchGetLinkAttributes) String() string + type BatchGetLinkAttributesResponse struct + Attributes []*AttributeKeyAndValue + func (s *BatchGetLinkAttributesResponse) SetAttributes(v []*AttributeKeyAndValue) *BatchGetLinkAttributesResponse + func (s BatchGetLinkAttributesResponse) GoString() string + func (s BatchGetLinkAttributesResponse) String() string + type BatchGetObjectAttributes struct + AttributeNames []*string + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + func (s *BatchGetObjectAttributes) SetAttributeNames(v []*string) *BatchGetObjectAttributes + func (s *BatchGetObjectAttributes) SetObjectReference(v *ObjectReference) *BatchGetObjectAttributes + func (s *BatchGetObjectAttributes) SetSchemaFacet(v *SchemaFacet) *BatchGetObjectAttributes + func (s *BatchGetObjectAttributes) Validate() error + func (s BatchGetObjectAttributes) GoString() string + func (s BatchGetObjectAttributes) String() string + type BatchGetObjectAttributesResponse struct + Attributes []*AttributeKeyAndValue + func (s *BatchGetObjectAttributesResponse) SetAttributes(v []*AttributeKeyAndValue) *BatchGetObjectAttributesResponse + func (s BatchGetObjectAttributesResponse) GoString() string + func (s BatchGetObjectAttributesResponse) String() string + type BatchGetObjectInformation struct + ObjectReference *ObjectReference + func (s *BatchGetObjectInformation) SetObjectReference(v *ObjectReference) *BatchGetObjectInformation + func (s *BatchGetObjectInformation) Validate() error + func (s BatchGetObjectInformation) GoString() string + func (s BatchGetObjectInformation) String() string + type BatchGetObjectInformationResponse struct + ObjectIdentifier *string + SchemaFacets []*SchemaFacet + func (s *BatchGetObjectInformationResponse) SetObjectIdentifier(v string) *BatchGetObjectInformationResponse + func (s *BatchGetObjectInformationResponse) SetSchemaFacets(v []*SchemaFacet) *BatchGetObjectInformationResponse + func (s BatchGetObjectInformationResponse) GoString() string + func (s BatchGetObjectInformationResponse) String() string + type BatchListAttachedIndices struct + MaxResults *int64 + NextToken *string + TargetReference *ObjectReference + func (s *BatchListAttachedIndices) SetMaxResults(v int64) *BatchListAttachedIndices + func (s *BatchListAttachedIndices) SetNextToken(v string) *BatchListAttachedIndices + func (s *BatchListAttachedIndices) SetTargetReference(v *ObjectReference) *BatchListAttachedIndices + func (s *BatchListAttachedIndices) Validate() error + func (s BatchListAttachedIndices) GoString() string + func (s BatchListAttachedIndices) String() string + type BatchListAttachedIndicesResponse struct + IndexAttachments []*IndexAttachment + NextToken *string + func (s *BatchListAttachedIndicesResponse) SetIndexAttachments(v []*IndexAttachment) *BatchListAttachedIndicesResponse + func (s *BatchListAttachedIndicesResponse) SetNextToken(v string) *BatchListAttachedIndicesResponse + func (s BatchListAttachedIndicesResponse) GoString() string + func (s BatchListAttachedIndicesResponse) String() string + type BatchListIncomingTypedLinks struct + FilterAttributeRanges []*TypedLinkAttributeRange + FilterTypedLink *TypedLinkSchemaAndFacetName + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + 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) Validate() error + func (s BatchListIncomingTypedLinks) GoString() string + func (s BatchListIncomingTypedLinks) String() string + type BatchListIncomingTypedLinksResponse struct + LinkSpecifiers []*TypedLinkSpecifier + NextToken *string + func (s *BatchListIncomingTypedLinksResponse) SetLinkSpecifiers(v []*TypedLinkSpecifier) *BatchListIncomingTypedLinksResponse + func (s *BatchListIncomingTypedLinksResponse) SetNextToken(v string) *BatchListIncomingTypedLinksResponse + func (s BatchListIncomingTypedLinksResponse) GoString() string + func (s BatchListIncomingTypedLinksResponse) String() string + type BatchListIndex struct + IndexReference *ObjectReference + MaxResults *int64 + NextToken *string + RangesOnIndexedValues []*ObjectAttributeRange + 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) Validate() error + func (s BatchListIndex) GoString() string + func (s BatchListIndex) String() string + type BatchListIndexResponse struct + IndexAttachments []*IndexAttachment + NextToken *string + func (s *BatchListIndexResponse) SetIndexAttachments(v []*IndexAttachment) *BatchListIndexResponse + func (s *BatchListIndexResponse) SetNextToken(v string) *BatchListIndexResponse + func (s BatchListIndexResponse) GoString() string + func (s BatchListIndexResponse) String() string + type BatchListObjectAttributes struct + FacetFilter *SchemaFacet + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + 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) Validate() error + func (s BatchListObjectAttributes) GoString() string + func (s BatchListObjectAttributes) String() string + type BatchListObjectAttributesResponse struct + Attributes []*AttributeKeyAndValue + NextToken *string + func (s *BatchListObjectAttributesResponse) SetAttributes(v []*AttributeKeyAndValue) *BatchListObjectAttributesResponse + func (s *BatchListObjectAttributesResponse) SetNextToken(v string) *BatchListObjectAttributesResponse + func (s BatchListObjectAttributesResponse) GoString() string + func (s BatchListObjectAttributesResponse) String() string + type BatchListObjectChildren struct + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *BatchListObjectChildren) SetMaxResults(v int64) *BatchListObjectChildren + func (s *BatchListObjectChildren) SetNextToken(v string) *BatchListObjectChildren + func (s *BatchListObjectChildren) SetObjectReference(v *ObjectReference) *BatchListObjectChildren + func (s *BatchListObjectChildren) Validate() error + func (s BatchListObjectChildren) GoString() string + func (s BatchListObjectChildren) String() string + type BatchListObjectChildrenResponse struct + Children map[string]*string + NextToken *string + func (s *BatchListObjectChildrenResponse) SetChildren(v map[string]*string) *BatchListObjectChildrenResponse + func (s *BatchListObjectChildrenResponse) SetNextToken(v string) *BatchListObjectChildrenResponse + func (s BatchListObjectChildrenResponse) GoString() string + func (s BatchListObjectChildrenResponse) String() string + type BatchListObjectParentPaths struct + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *BatchListObjectParentPaths) SetMaxResults(v int64) *BatchListObjectParentPaths + func (s *BatchListObjectParentPaths) SetNextToken(v string) *BatchListObjectParentPaths + func (s *BatchListObjectParentPaths) SetObjectReference(v *ObjectReference) *BatchListObjectParentPaths + func (s *BatchListObjectParentPaths) Validate() error + func (s BatchListObjectParentPaths) GoString() string + func (s BatchListObjectParentPaths) String() string + type BatchListObjectParentPathsResponse struct + NextToken *string + PathToObjectIdentifiersList []*PathToObjectIdentifiers + func (s *BatchListObjectParentPathsResponse) SetNextToken(v string) *BatchListObjectParentPathsResponse + func (s *BatchListObjectParentPathsResponse) SetPathToObjectIdentifiersList(v []*PathToObjectIdentifiers) *BatchListObjectParentPathsResponse + func (s BatchListObjectParentPathsResponse) GoString() string + func (s BatchListObjectParentPathsResponse) String() string + type BatchListObjectParents struct + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *BatchListObjectParents) SetMaxResults(v int64) *BatchListObjectParents + func (s *BatchListObjectParents) SetNextToken(v string) *BatchListObjectParents + func (s *BatchListObjectParents) SetObjectReference(v *ObjectReference) *BatchListObjectParents + func (s *BatchListObjectParents) Validate() error + func (s BatchListObjectParents) GoString() string + func (s BatchListObjectParents) String() string + type BatchListObjectParentsResponse struct + NextToken *string + ParentLinks []*ObjectIdentifierAndLinkNameTuple + func (s *BatchListObjectParentsResponse) SetNextToken(v string) *BatchListObjectParentsResponse + func (s *BatchListObjectParentsResponse) SetParentLinks(v []*ObjectIdentifierAndLinkNameTuple) *BatchListObjectParentsResponse + func (s BatchListObjectParentsResponse) GoString() string + func (s BatchListObjectParentsResponse) String() string + type BatchListObjectPolicies struct + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *BatchListObjectPolicies) SetMaxResults(v int64) *BatchListObjectPolicies + func (s *BatchListObjectPolicies) SetNextToken(v string) *BatchListObjectPolicies + func (s *BatchListObjectPolicies) SetObjectReference(v *ObjectReference) *BatchListObjectPolicies + func (s *BatchListObjectPolicies) Validate() error + func (s BatchListObjectPolicies) GoString() string + func (s BatchListObjectPolicies) String() string + type BatchListObjectPoliciesResponse struct + AttachedPolicyIds []*string + NextToken *string + func (s *BatchListObjectPoliciesResponse) SetAttachedPolicyIds(v []*string) *BatchListObjectPoliciesResponse + func (s *BatchListObjectPoliciesResponse) SetNextToken(v string) *BatchListObjectPoliciesResponse + func (s BatchListObjectPoliciesResponse) GoString() string + func (s BatchListObjectPoliciesResponse) String() string + type BatchListOutgoingTypedLinks struct + FilterAttributeRanges []*TypedLinkAttributeRange + FilterTypedLink *TypedLinkSchemaAndFacetName + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + 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) Validate() error + func (s BatchListOutgoingTypedLinks) GoString() string + func (s BatchListOutgoingTypedLinks) String() string + type BatchListOutgoingTypedLinksResponse struct + NextToken *string + TypedLinkSpecifiers []*TypedLinkSpecifier + func (s *BatchListOutgoingTypedLinksResponse) SetNextToken(v string) *BatchListOutgoingTypedLinksResponse + func (s *BatchListOutgoingTypedLinksResponse) SetTypedLinkSpecifiers(v []*TypedLinkSpecifier) *BatchListOutgoingTypedLinksResponse + func (s BatchListOutgoingTypedLinksResponse) GoString() string + func (s BatchListOutgoingTypedLinksResponse) String() string + type BatchListPolicyAttachments struct + MaxResults *int64 + NextToken *string + PolicyReference *ObjectReference + func (s *BatchListPolicyAttachments) SetMaxResults(v int64) *BatchListPolicyAttachments + func (s *BatchListPolicyAttachments) SetNextToken(v string) *BatchListPolicyAttachments + func (s *BatchListPolicyAttachments) SetPolicyReference(v *ObjectReference) *BatchListPolicyAttachments + func (s *BatchListPolicyAttachments) Validate() error + func (s BatchListPolicyAttachments) GoString() string + func (s BatchListPolicyAttachments) String() string + type BatchListPolicyAttachmentsResponse struct + NextToken *string + ObjectIdentifiers []*string + func (s *BatchListPolicyAttachmentsResponse) SetNextToken(v string) *BatchListPolicyAttachmentsResponse + func (s *BatchListPolicyAttachmentsResponse) SetObjectIdentifiers(v []*string) *BatchListPolicyAttachmentsResponse + func (s BatchListPolicyAttachmentsResponse) GoString() string + func (s BatchListPolicyAttachmentsResponse) String() string + type BatchLookupPolicy struct + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *BatchLookupPolicy) SetMaxResults(v int64) *BatchLookupPolicy + func (s *BatchLookupPolicy) SetNextToken(v string) *BatchLookupPolicy + func (s *BatchLookupPolicy) SetObjectReference(v *ObjectReference) *BatchLookupPolicy + func (s *BatchLookupPolicy) Validate() error + func (s BatchLookupPolicy) GoString() string + func (s BatchLookupPolicy) String() string + type BatchLookupPolicyResponse struct + NextToken *string + PolicyToPathList []*PolicyToPath + func (s *BatchLookupPolicyResponse) SetNextToken(v string) *BatchLookupPolicyResponse + func (s *BatchLookupPolicyResponse) SetPolicyToPathList(v []*PolicyToPath) *BatchLookupPolicyResponse + func (s BatchLookupPolicyResponse) GoString() string + func (s BatchLookupPolicyResponse) String() string + type BatchReadException struct + Message *string + Type *string + func (s *BatchReadException) SetMessage(v string) *BatchReadException + func (s *BatchReadException) SetType(v string) *BatchReadException + func (s BatchReadException) GoString() string + func (s BatchReadException) String() string + type BatchReadInput struct + ConsistencyLevel *string + DirectoryArn *string + Operations []*BatchReadOperation + func (s *BatchReadInput) SetConsistencyLevel(v string) *BatchReadInput + func (s *BatchReadInput) SetDirectoryArn(v string) *BatchReadInput + func (s *BatchReadInput) SetOperations(v []*BatchReadOperation) *BatchReadInput + func (s *BatchReadInput) Validate() error + func (s BatchReadInput) GoString() string + func (s BatchReadInput) String() string + type BatchReadOperation struct + GetLinkAttributes *BatchGetLinkAttributes + GetObjectAttributes *BatchGetObjectAttributes + GetObjectInformation *BatchGetObjectInformation + ListAttachedIndices *BatchListAttachedIndices + ListIncomingTypedLinks *BatchListIncomingTypedLinks + ListIndex *BatchListIndex + ListObjectAttributes *BatchListObjectAttributes + ListObjectChildren *BatchListObjectChildren + ListObjectParentPaths *BatchListObjectParentPaths + ListObjectParents *BatchListObjectParents + ListObjectPolicies *BatchListObjectPolicies + ListOutgoingTypedLinks *BatchListOutgoingTypedLinks + ListPolicyAttachments *BatchListPolicyAttachments + LookupPolicy *BatchLookupPolicy + func (s *BatchReadOperation) SetGetLinkAttributes(v *BatchGetLinkAttributes) *BatchReadOperation + func (s *BatchReadOperation) SetGetObjectAttributes(v *BatchGetObjectAttributes) *BatchReadOperation + 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) SetListObjectParents(v *BatchListObjectParents) *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) Validate() error + func (s BatchReadOperation) GoString() string + func (s BatchReadOperation) String() string + type BatchReadOperationResponse struct + ExceptionResponse *BatchReadException + SuccessfulResponse *BatchReadSuccessfulResponse + func (s *BatchReadOperationResponse) SetExceptionResponse(v *BatchReadException) *BatchReadOperationResponse + func (s *BatchReadOperationResponse) SetSuccessfulResponse(v *BatchReadSuccessfulResponse) *BatchReadOperationResponse + func (s BatchReadOperationResponse) GoString() string + func (s BatchReadOperationResponse) String() string + type BatchReadOutput struct + Responses []*BatchReadOperationResponse + func (s *BatchReadOutput) SetResponses(v []*BatchReadOperationResponse) *BatchReadOutput + func (s BatchReadOutput) GoString() string + func (s BatchReadOutput) String() string + type BatchReadSuccessfulResponse struct + GetLinkAttributes *BatchGetLinkAttributesResponse + GetObjectAttributes *BatchGetObjectAttributesResponse + GetObjectInformation *BatchGetObjectInformationResponse + ListAttachedIndices *BatchListAttachedIndicesResponse + ListIncomingTypedLinks *BatchListIncomingTypedLinksResponse + ListIndex *BatchListIndexResponse + ListObjectAttributes *BatchListObjectAttributesResponse + ListObjectChildren *BatchListObjectChildrenResponse + ListObjectParentPaths *BatchListObjectParentPathsResponse + ListObjectParents *BatchListObjectParentsResponse + ListObjectPolicies *BatchListObjectPoliciesResponse + ListOutgoingTypedLinks *BatchListOutgoingTypedLinksResponse + ListPolicyAttachments *BatchListPolicyAttachmentsResponse + LookupPolicy *BatchLookupPolicyResponse + func (s *BatchReadSuccessfulResponse) SetGetLinkAttributes(v *BatchGetLinkAttributesResponse) *BatchReadSuccessfulResponse + func (s *BatchReadSuccessfulResponse) SetGetObjectAttributes(v *BatchGetObjectAttributesResponse) *BatchReadSuccessfulResponse + 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) SetListObjectParents(v *BatchListObjectParentsResponse) *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) GoString() string + func (s BatchReadSuccessfulResponse) String() string + type BatchRemoveFacetFromObject struct + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + func (s *BatchRemoveFacetFromObject) SetObjectReference(v *ObjectReference) *BatchRemoveFacetFromObject + func (s *BatchRemoveFacetFromObject) SetSchemaFacet(v *SchemaFacet) *BatchRemoveFacetFromObject + func (s *BatchRemoveFacetFromObject) Validate() error + func (s BatchRemoveFacetFromObject) GoString() string + func (s BatchRemoveFacetFromObject) String() string + type BatchRemoveFacetFromObjectResponse struct + func (s BatchRemoveFacetFromObjectResponse) GoString() string + func (s BatchRemoveFacetFromObjectResponse) String() string + type BatchUpdateLinkAttributes struct + AttributeUpdates []*LinkAttributeUpdate + TypedLinkSpecifier *TypedLinkSpecifier + func (s *BatchUpdateLinkAttributes) SetAttributeUpdates(v []*LinkAttributeUpdate) *BatchUpdateLinkAttributes + func (s *BatchUpdateLinkAttributes) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *BatchUpdateLinkAttributes + func (s *BatchUpdateLinkAttributes) Validate() error + func (s BatchUpdateLinkAttributes) GoString() string + func (s BatchUpdateLinkAttributes) String() string + type BatchUpdateLinkAttributesResponse struct + func (s BatchUpdateLinkAttributesResponse) GoString() string + func (s BatchUpdateLinkAttributesResponse) String() string + type BatchUpdateObjectAttributes struct + AttributeUpdates []*ObjectAttributeUpdate + ObjectReference *ObjectReference + func (s *BatchUpdateObjectAttributes) SetAttributeUpdates(v []*ObjectAttributeUpdate) *BatchUpdateObjectAttributes + func (s *BatchUpdateObjectAttributes) SetObjectReference(v *ObjectReference) *BatchUpdateObjectAttributes + func (s *BatchUpdateObjectAttributes) Validate() error + func (s BatchUpdateObjectAttributes) GoString() string + func (s BatchUpdateObjectAttributes) String() string + type BatchUpdateObjectAttributesResponse struct + ObjectIdentifier *string + func (s *BatchUpdateObjectAttributesResponse) SetObjectIdentifier(v string) *BatchUpdateObjectAttributesResponse + func (s BatchUpdateObjectAttributesResponse) GoString() string + func (s BatchUpdateObjectAttributesResponse) String() string + type BatchWriteException struct + Index *int64 + Message_ *string + RespMetadata protocol.ResponseMetadata + Type *string + func (s *BatchWriteException) Code() string + func (s *BatchWriteException) Error() string + func (s *BatchWriteException) Message() string + func (s *BatchWriteException) OrigErr() error + func (s *BatchWriteException) RequestID() string + func (s *BatchWriteException) StatusCode() int + func (s BatchWriteException) GoString() string + func (s BatchWriteException) String() string + type BatchWriteInput struct + DirectoryArn *string + Operations []*BatchWriteOperation + func (s *BatchWriteInput) SetDirectoryArn(v string) *BatchWriteInput + func (s *BatchWriteInput) SetOperations(v []*BatchWriteOperation) *BatchWriteInput + func (s *BatchWriteInput) Validate() error + func (s BatchWriteInput) GoString() string + func (s BatchWriteInput) String() string + type BatchWriteOperation struct + AddFacetToObject *BatchAddFacetToObject + AttachObject *BatchAttachObject + AttachPolicy *BatchAttachPolicy + AttachToIndex *BatchAttachToIndex + AttachTypedLink *BatchAttachTypedLink + CreateIndex *BatchCreateIndex + CreateObject *BatchCreateObject + DeleteObject *BatchDeleteObject + DetachFromIndex *BatchDetachFromIndex + DetachObject *BatchDetachObject + DetachPolicy *BatchDetachPolicy + DetachTypedLink *BatchDetachTypedLink + RemoveFacetFromObject *BatchRemoveFacetFromObject + UpdateLinkAttributes *BatchUpdateLinkAttributes + UpdateObjectAttributes *BatchUpdateObjectAttributes + 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) SetUpdateLinkAttributes(v *BatchUpdateLinkAttributes) *BatchWriteOperation + func (s *BatchWriteOperation) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributes) *BatchWriteOperation + func (s *BatchWriteOperation) Validate() error + func (s BatchWriteOperation) GoString() string + func (s BatchWriteOperation) String() string + type BatchWriteOperationResponse struct + AddFacetToObject *BatchAddFacetToObjectResponse + AttachObject *BatchAttachObjectResponse + AttachPolicy *BatchAttachPolicyResponse + AttachToIndex *BatchAttachToIndexResponse + AttachTypedLink *BatchAttachTypedLinkResponse + CreateIndex *BatchCreateIndexResponse + CreateObject *BatchCreateObjectResponse + DeleteObject *BatchDeleteObjectResponse + DetachFromIndex *BatchDetachFromIndexResponse + DetachObject *BatchDetachObjectResponse + DetachPolicy *BatchDetachPolicyResponse + DetachTypedLink *BatchDetachTypedLinkResponse + RemoveFacetFromObject *BatchRemoveFacetFromObjectResponse + UpdateLinkAttributes *BatchUpdateLinkAttributesResponse + UpdateObjectAttributes *BatchUpdateObjectAttributesResponse + 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) SetUpdateLinkAttributes(v *BatchUpdateLinkAttributesResponse) *BatchWriteOperationResponse + func (s *BatchWriteOperationResponse) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributesResponse) *BatchWriteOperationResponse + func (s BatchWriteOperationResponse) GoString() string + func (s BatchWriteOperationResponse) String() string + type BatchWriteOutput struct + Responses []*BatchWriteOperationResponse + func (s *BatchWriteOutput) SetResponses(v []*BatchWriteOperationResponse) *BatchWriteOutput + func (s BatchWriteOutput) GoString() string + func (s BatchWriteOutput) String() string + type CannotListParentOfRootException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CannotListParentOfRootException) Code() string + func (s *CannotListParentOfRootException) Error() string + func (s *CannotListParentOfRootException) Message() string + func (s *CannotListParentOfRootException) OrigErr() error + func (s *CannotListParentOfRootException) RequestID() string + func (s *CannotListParentOfRootException) StatusCode() int + func (s CannotListParentOfRootException) GoString() string + func (s CannotListParentOfRootException) String() string + type CloudDirectory struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudDirectory + func (c *CloudDirectory) AddFacetToObject(input *AddFacetToObjectInput) (*AddFacetToObjectOutput, error) + func (c *CloudDirectory) AddFacetToObjectRequest(input *AddFacetToObjectInput) (req *request.Request, output *AddFacetToObjectOutput) + func (c *CloudDirectory) AddFacetToObjectWithContext(ctx aws.Context, input *AddFacetToObjectInput, opts ...request.Option) (*AddFacetToObjectOutput, error) + func (c *CloudDirectory) ApplySchema(input *ApplySchemaInput) (*ApplySchemaOutput, error) + func (c *CloudDirectory) ApplySchemaRequest(input *ApplySchemaInput) (req *request.Request, output *ApplySchemaOutput) + func (c *CloudDirectory) ApplySchemaWithContext(ctx aws.Context, input *ApplySchemaInput, opts ...request.Option) (*ApplySchemaOutput, error) + func (c *CloudDirectory) AttachObject(input *AttachObjectInput) (*AttachObjectOutput, error) + func (c *CloudDirectory) AttachObjectRequest(input *AttachObjectInput) (req *request.Request, output *AttachObjectOutput) + func (c *CloudDirectory) AttachObjectWithContext(ctx aws.Context, input *AttachObjectInput, opts ...request.Option) (*AttachObjectOutput, error) + func (c *CloudDirectory) AttachPolicy(input *AttachPolicyInput) (*AttachPolicyOutput, error) + func (c *CloudDirectory) AttachPolicyRequest(input *AttachPolicyInput) (req *request.Request, output *AttachPolicyOutput) + func (c *CloudDirectory) AttachPolicyWithContext(ctx aws.Context, input *AttachPolicyInput, opts ...request.Option) (*AttachPolicyOutput, error) + func (c *CloudDirectory) AttachToIndex(input *AttachToIndexInput) (*AttachToIndexOutput, error) + func (c *CloudDirectory) AttachToIndexRequest(input *AttachToIndexInput) (req *request.Request, output *AttachToIndexOutput) + func (c *CloudDirectory) AttachToIndexWithContext(ctx aws.Context, input *AttachToIndexInput, opts ...request.Option) (*AttachToIndexOutput, error) + func (c *CloudDirectory) AttachTypedLink(input *AttachTypedLinkInput) (*AttachTypedLinkOutput, error) + func (c *CloudDirectory) AttachTypedLinkRequest(input *AttachTypedLinkInput) (req *request.Request, output *AttachTypedLinkOutput) + func (c *CloudDirectory) AttachTypedLinkWithContext(ctx aws.Context, input *AttachTypedLinkInput, opts ...request.Option) (*AttachTypedLinkOutput, error) + func (c *CloudDirectory) BatchRead(input *BatchReadInput) (*BatchReadOutput, error) + func (c *CloudDirectory) BatchReadRequest(input *BatchReadInput) (req *request.Request, output *BatchReadOutput) + func (c *CloudDirectory) BatchReadWithContext(ctx aws.Context, input *BatchReadInput, opts ...request.Option) (*BatchReadOutput, error) + func (c *CloudDirectory) BatchWrite(input *BatchWriteInput) (*BatchWriteOutput, error) + func (c *CloudDirectory) BatchWriteRequest(input *BatchWriteInput) (req *request.Request, output *BatchWriteOutput) + func (c *CloudDirectory) BatchWriteWithContext(ctx aws.Context, input *BatchWriteInput, opts ...request.Option) (*BatchWriteOutput, error) + func (c *CloudDirectory) CreateDirectory(input *CreateDirectoryInput) (*CreateDirectoryOutput, error) + func (c *CloudDirectory) CreateDirectoryRequest(input *CreateDirectoryInput) (req *request.Request, output *CreateDirectoryOutput) + func (c *CloudDirectory) CreateDirectoryWithContext(ctx aws.Context, input *CreateDirectoryInput, opts ...request.Option) (*CreateDirectoryOutput, error) + func (c *CloudDirectory) CreateFacet(input *CreateFacetInput) (*CreateFacetOutput, error) + func (c *CloudDirectory) CreateFacetRequest(input *CreateFacetInput) (req *request.Request, output *CreateFacetOutput) + func (c *CloudDirectory) CreateFacetWithContext(ctx aws.Context, input *CreateFacetInput, opts ...request.Option) (*CreateFacetOutput, error) + func (c *CloudDirectory) CreateIndex(input *CreateIndexInput) (*CreateIndexOutput, error) + func (c *CloudDirectory) CreateIndexRequest(input *CreateIndexInput) (req *request.Request, output *CreateIndexOutput) + func (c *CloudDirectory) CreateIndexWithContext(ctx aws.Context, input *CreateIndexInput, opts ...request.Option) (*CreateIndexOutput, error) + func (c *CloudDirectory) CreateObject(input *CreateObjectInput) (*CreateObjectOutput, error) + func (c *CloudDirectory) CreateObjectRequest(input *CreateObjectInput) (req *request.Request, output *CreateObjectOutput) + func (c *CloudDirectory) CreateObjectWithContext(ctx aws.Context, input *CreateObjectInput, opts ...request.Option) (*CreateObjectOutput, error) + func (c *CloudDirectory) CreateSchema(input *CreateSchemaInput) (*CreateSchemaOutput, error) + func (c *CloudDirectory) CreateSchemaRequest(input *CreateSchemaInput) (req *request.Request, output *CreateSchemaOutput) + func (c *CloudDirectory) CreateSchemaWithContext(ctx aws.Context, input *CreateSchemaInput, opts ...request.Option) (*CreateSchemaOutput, error) + func (c *CloudDirectory) CreateTypedLinkFacet(input *CreateTypedLinkFacetInput) (*CreateTypedLinkFacetOutput, error) + func (c *CloudDirectory) CreateTypedLinkFacetRequest(input *CreateTypedLinkFacetInput) (req *request.Request, output *CreateTypedLinkFacetOutput) + func (c *CloudDirectory) CreateTypedLinkFacetWithContext(ctx aws.Context, input *CreateTypedLinkFacetInput, opts ...request.Option) (*CreateTypedLinkFacetOutput, error) + func (c *CloudDirectory) DeleteDirectory(input *DeleteDirectoryInput) (*DeleteDirectoryOutput, error) + func (c *CloudDirectory) DeleteDirectoryRequest(input *DeleteDirectoryInput) (req *request.Request, output *DeleteDirectoryOutput) + func (c *CloudDirectory) DeleteDirectoryWithContext(ctx aws.Context, input *DeleteDirectoryInput, opts ...request.Option) (*DeleteDirectoryOutput, error) + func (c *CloudDirectory) DeleteFacet(input *DeleteFacetInput) (*DeleteFacetOutput, error) + func (c *CloudDirectory) DeleteFacetRequest(input *DeleteFacetInput) (req *request.Request, output *DeleteFacetOutput) + func (c *CloudDirectory) DeleteFacetWithContext(ctx aws.Context, input *DeleteFacetInput, opts ...request.Option) (*DeleteFacetOutput, error) + func (c *CloudDirectory) DeleteObject(input *DeleteObjectInput) (*DeleteObjectOutput, error) + func (c *CloudDirectory) DeleteObjectRequest(input *DeleteObjectInput) (req *request.Request, output *DeleteObjectOutput) + func (c *CloudDirectory) DeleteObjectWithContext(ctx aws.Context, input *DeleteObjectInput, opts ...request.Option) (*DeleteObjectOutput, error) + func (c *CloudDirectory) DeleteSchema(input *DeleteSchemaInput) (*DeleteSchemaOutput, error) + func (c *CloudDirectory) DeleteSchemaRequest(input *DeleteSchemaInput) (req *request.Request, output *DeleteSchemaOutput) + func (c *CloudDirectory) DeleteSchemaWithContext(ctx aws.Context, input *DeleteSchemaInput, opts ...request.Option) (*DeleteSchemaOutput, error) + func (c *CloudDirectory) DeleteTypedLinkFacet(input *DeleteTypedLinkFacetInput) (*DeleteTypedLinkFacetOutput, error) + func (c *CloudDirectory) DeleteTypedLinkFacetRequest(input *DeleteTypedLinkFacetInput) (req *request.Request, output *DeleteTypedLinkFacetOutput) + func (c *CloudDirectory) DeleteTypedLinkFacetWithContext(ctx aws.Context, input *DeleteTypedLinkFacetInput, opts ...request.Option) (*DeleteTypedLinkFacetOutput, error) + func (c *CloudDirectory) DetachFromIndex(input *DetachFromIndexInput) (*DetachFromIndexOutput, error) + func (c *CloudDirectory) DetachFromIndexRequest(input *DetachFromIndexInput) (req *request.Request, output *DetachFromIndexOutput) + func (c *CloudDirectory) DetachFromIndexWithContext(ctx aws.Context, input *DetachFromIndexInput, opts ...request.Option) (*DetachFromIndexOutput, error) + func (c *CloudDirectory) DetachObject(input *DetachObjectInput) (*DetachObjectOutput, error) + func (c *CloudDirectory) DetachObjectRequest(input *DetachObjectInput) (req *request.Request, output *DetachObjectOutput) + func (c *CloudDirectory) DetachObjectWithContext(ctx aws.Context, input *DetachObjectInput, opts ...request.Option) (*DetachObjectOutput, error) + func (c *CloudDirectory) DetachPolicy(input *DetachPolicyInput) (*DetachPolicyOutput, error) + func (c *CloudDirectory) DetachPolicyRequest(input *DetachPolicyInput) (req *request.Request, output *DetachPolicyOutput) + func (c *CloudDirectory) DetachPolicyWithContext(ctx aws.Context, input *DetachPolicyInput, opts ...request.Option) (*DetachPolicyOutput, error) + func (c *CloudDirectory) DetachTypedLink(input *DetachTypedLinkInput) (*DetachTypedLinkOutput, error) + func (c *CloudDirectory) DetachTypedLinkRequest(input *DetachTypedLinkInput) (req *request.Request, output *DetachTypedLinkOutput) + func (c *CloudDirectory) DetachTypedLinkWithContext(ctx aws.Context, input *DetachTypedLinkInput, opts ...request.Option) (*DetachTypedLinkOutput, error) + func (c *CloudDirectory) DisableDirectory(input *DisableDirectoryInput) (*DisableDirectoryOutput, error) + func (c *CloudDirectory) DisableDirectoryRequest(input *DisableDirectoryInput) (req *request.Request, output *DisableDirectoryOutput) + func (c *CloudDirectory) DisableDirectoryWithContext(ctx aws.Context, input *DisableDirectoryInput, opts ...request.Option) (*DisableDirectoryOutput, error) + func (c *CloudDirectory) EnableDirectory(input *EnableDirectoryInput) (*EnableDirectoryOutput, error) + func (c *CloudDirectory) EnableDirectoryRequest(input *EnableDirectoryInput) (req *request.Request, output *EnableDirectoryOutput) + func (c *CloudDirectory) EnableDirectoryWithContext(ctx aws.Context, input *EnableDirectoryInput, opts ...request.Option) (*EnableDirectoryOutput, error) + func (c *CloudDirectory) GetAppliedSchemaVersion(input *GetAppliedSchemaVersionInput) (*GetAppliedSchemaVersionOutput, error) + func (c *CloudDirectory) GetAppliedSchemaVersionRequest(input *GetAppliedSchemaVersionInput) (req *request.Request, output *GetAppliedSchemaVersionOutput) + func (c *CloudDirectory) GetAppliedSchemaVersionWithContext(ctx aws.Context, input *GetAppliedSchemaVersionInput, opts ...request.Option) (*GetAppliedSchemaVersionOutput, error) + func (c *CloudDirectory) GetDirectory(input *GetDirectoryInput) (*GetDirectoryOutput, error) + func (c *CloudDirectory) GetDirectoryRequest(input *GetDirectoryInput) (req *request.Request, output *GetDirectoryOutput) + func (c *CloudDirectory) GetDirectoryWithContext(ctx aws.Context, input *GetDirectoryInput, opts ...request.Option) (*GetDirectoryOutput, error) + func (c *CloudDirectory) GetFacet(input *GetFacetInput) (*GetFacetOutput, error) + func (c *CloudDirectory) GetFacetRequest(input *GetFacetInput) (req *request.Request, output *GetFacetOutput) + func (c *CloudDirectory) GetFacetWithContext(ctx aws.Context, input *GetFacetInput, opts ...request.Option) (*GetFacetOutput, error) + func (c *CloudDirectory) GetLinkAttributes(input *GetLinkAttributesInput) (*GetLinkAttributesOutput, error) + func (c *CloudDirectory) GetLinkAttributesRequest(input *GetLinkAttributesInput) (req *request.Request, output *GetLinkAttributesOutput) + func (c *CloudDirectory) GetLinkAttributesWithContext(ctx aws.Context, input *GetLinkAttributesInput, opts ...request.Option) (*GetLinkAttributesOutput, error) + func (c *CloudDirectory) GetObjectAttributes(input *GetObjectAttributesInput) (*GetObjectAttributesOutput, error) + func (c *CloudDirectory) GetObjectAttributesRequest(input *GetObjectAttributesInput) (req *request.Request, output *GetObjectAttributesOutput) + func (c *CloudDirectory) GetObjectAttributesWithContext(ctx aws.Context, input *GetObjectAttributesInput, opts ...request.Option) (*GetObjectAttributesOutput, error) + func (c *CloudDirectory) GetObjectInformation(input *GetObjectInformationInput) (*GetObjectInformationOutput, error) + func (c *CloudDirectory) GetObjectInformationRequest(input *GetObjectInformationInput) (req *request.Request, output *GetObjectInformationOutput) + func (c *CloudDirectory) GetObjectInformationWithContext(ctx aws.Context, input *GetObjectInformationInput, opts ...request.Option) (*GetObjectInformationOutput, error) + func (c *CloudDirectory) GetSchemaAsJson(input *GetSchemaAsJsonInput) (*GetSchemaAsJsonOutput, error) + func (c *CloudDirectory) GetSchemaAsJsonRequest(input *GetSchemaAsJsonInput) (req *request.Request, output *GetSchemaAsJsonOutput) + func (c *CloudDirectory) GetSchemaAsJsonWithContext(ctx aws.Context, input *GetSchemaAsJsonInput, opts ...request.Option) (*GetSchemaAsJsonOutput, error) + func (c *CloudDirectory) GetTypedLinkFacetInformation(input *GetTypedLinkFacetInformationInput) (*GetTypedLinkFacetInformationOutput, error) + func (c *CloudDirectory) GetTypedLinkFacetInformationRequest(input *GetTypedLinkFacetInformationInput) (req *request.Request, output *GetTypedLinkFacetInformationOutput) + func (c *CloudDirectory) GetTypedLinkFacetInformationWithContext(ctx aws.Context, input *GetTypedLinkFacetInformationInput, ...) (*GetTypedLinkFacetInformationOutput, error) + func (c *CloudDirectory) ListAppliedSchemaArns(input *ListAppliedSchemaArnsInput) (*ListAppliedSchemaArnsOutput, error) + func (c *CloudDirectory) ListAppliedSchemaArnsPages(input *ListAppliedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListAppliedSchemaArnsPagesWithContext(ctx aws.Context, input *ListAppliedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListAppliedSchemaArnsRequest(input *ListAppliedSchemaArnsInput) (req *request.Request, output *ListAppliedSchemaArnsOutput) + func (c *CloudDirectory) ListAppliedSchemaArnsWithContext(ctx aws.Context, input *ListAppliedSchemaArnsInput, opts ...request.Option) (*ListAppliedSchemaArnsOutput, error) + func (c *CloudDirectory) ListAttachedIndices(input *ListAttachedIndicesInput) (*ListAttachedIndicesOutput, error) + func (c *CloudDirectory) ListAttachedIndicesPages(input *ListAttachedIndicesInput, ...) error + func (c *CloudDirectory) ListAttachedIndicesPagesWithContext(ctx aws.Context, input *ListAttachedIndicesInput, ...) error + func (c *CloudDirectory) ListAttachedIndicesRequest(input *ListAttachedIndicesInput) (req *request.Request, output *ListAttachedIndicesOutput) + func (c *CloudDirectory) ListAttachedIndicesWithContext(ctx aws.Context, input *ListAttachedIndicesInput, opts ...request.Option) (*ListAttachedIndicesOutput, error) + func (c *CloudDirectory) ListDevelopmentSchemaArns(input *ListDevelopmentSchemaArnsInput) (*ListDevelopmentSchemaArnsOutput, error) + func (c *CloudDirectory) ListDevelopmentSchemaArnsPages(input *ListDevelopmentSchemaArnsInput, ...) error + func (c *CloudDirectory) ListDevelopmentSchemaArnsPagesWithContext(ctx aws.Context, input *ListDevelopmentSchemaArnsInput, ...) error + func (c *CloudDirectory) ListDevelopmentSchemaArnsRequest(input *ListDevelopmentSchemaArnsInput) (req *request.Request, output *ListDevelopmentSchemaArnsOutput) + func (c *CloudDirectory) ListDevelopmentSchemaArnsWithContext(ctx aws.Context, input *ListDevelopmentSchemaArnsInput, opts ...request.Option) (*ListDevelopmentSchemaArnsOutput, error) + func (c *CloudDirectory) ListDirectories(input *ListDirectoriesInput) (*ListDirectoriesOutput, error) + 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) (req *request.Request, output *ListDirectoriesOutput) + func (c *CloudDirectory) ListDirectoriesWithContext(ctx aws.Context, input *ListDirectoriesInput, opts ...request.Option) (*ListDirectoriesOutput, error) + func (c *CloudDirectory) ListFacetAttributes(input *ListFacetAttributesInput) (*ListFacetAttributesOutput, error) + func (c *CloudDirectory) ListFacetAttributesPages(input *ListFacetAttributesInput, ...) error + func (c *CloudDirectory) ListFacetAttributesPagesWithContext(ctx aws.Context, input *ListFacetAttributesInput, ...) error + func (c *CloudDirectory) ListFacetAttributesRequest(input *ListFacetAttributesInput) (req *request.Request, output *ListFacetAttributesOutput) + func (c *CloudDirectory) ListFacetAttributesWithContext(ctx aws.Context, input *ListFacetAttributesInput, opts ...request.Option) (*ListFacetAttributesOutput, error) + func (c *CloudDirectory) ListFacetNames(input *ListFacetNamesInput) (*ListFacetNamesOutput, error) + 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) (req *request.Request, output *ListFacetNamesOutput) + func (c *CloudDirectory) ListFacetNamesWithContext(ctx aws.Context, input *ListFacetNamesInput, opts ...request.Option) (*ListFacetNamesOutput, error) + func (c *CloudDirectory) ListIncomingTypedLinks(input *ListIncomingTypedLinksInput) (*ListIncomingTypedLinksOutput, error) + func (c *CloudDirectory) ListIncomingTypedLinksRequest(input *ListIncomingTypedLinksInput) (req *request.Request, output *ListIncomingTypedLinksOutput) + func (c *CloudDirectory) ListIncomingTypedLinksWithContext(ctx aws.Context, input *ListIncomingTypedLinksInput, opts ...request.Option) (*ListIncomingTypedLinksOutput, error) + func (c *CloudDirectory) ListIndex(input *ListIndexInput) (*ListIndexOutput, error) + 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) (req *request.Request, output *ListIndexOutput) + func (c *CloudDirectory) ListIndexWithContext(ctx aws.Context, input *ListIndexInput, opts ...request.Option) (*ListIndexOutput, error) + func (c *CloudDirectory) ListManagedSchemaArns(input *ListManagedSchemaArnsInput) (*ListManagedSchemaArnsOutput, error) + func (c *CloudDirectory) ListManagedSchemaArnsPages(input *ListManagedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListManagedSchemaArnsPagesWithContext(ctx aws.Context, input *ListManagedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListManagedSchemaArnsRequest(input *ListManagedSchemaArnsInput) (req *request.Request, output *ListManagedSchemaArnsOutput) + func (c *CloudDirectory) ListManagedSchemaArnsWithContext(ctx aws.Context, input *ListManagedSchemaArnsInput, opts ...request.Option) (*ListManagedSchemaArnsOutput, error) + func (c *CloudDirectory) ListObjectAttributes(input *ListObjectAttributesInput) (*ListObjectAttributesOutput, error) + func (c *CloudDirectory) ListObjectAttributesPages(input *ListObjectAttributesInput, ...) error + func (c *CloudDirectory) ListObjectAttributesPagesWithContext(ctx aws.Context, input *ListObjectAttributesInput, ...) error + func (c *CloudDirectory) ListObjectAttributesRequest(input *ListObjectAttributesInput) (req *request.Request, output *ListObjectAttributesOutput) + func (c *CloudDirectory) ListObjectAttributesWithContext(ctx aws.Context, input *ListObjectAttributesInput, opts ...request.Option) (*ListObjectAttributesOutput, error) + func (c *CloudDirectory) ListObjectChildren(input *ListObjectChildrenInput) (*ListObjectChildrenOutput, error) + 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) (req *request.Request, output *ListObjectChildrenOutput) + func (c *CloudDirectory) ListObjectChildrenWithContext(ctx aws.Context, input *ListObjectChildrenInput, opts ...request.Option) (*ListObjectChildrenOutput, error) + func (c *CloudDirectory) ListObjectParentPaths(input *ListObjectParentPathsInput) (*ListObjectParentPathsOutput, error) + func (c *CloudDirectory) ListObjectParentPathsPages(input *ListObjectParentPathsInput, ...) error + func (c *CloudDirectory) ListObjectParentPathsPagesWithContext(ctx aws.Context, input *ListObjectParentPathsInput, ...) error + func (c *CloudDirectory) ListObjectParentPathsRequest(input *ListObjectParentPathsInput) (req *request.Request, output *ListObjectParentPathsOutput) + func (c *CloudDirectory) ListObjectParentPathsWithContext(ctx aws.Context, input *ListObjectParentPathsInput, opts ...request.Option) (*ListObjectParentPathsOutput, error) + func (c *CloudDirectory) ListObjectParents(input *ListObjectParentsInput) (*ListObjectParentsOutput, error) + 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) (req *request.Request, output *ListObjectParentsOutput) + func (c *CloudDirectory) ListObjectParentsWithContext(ctx aws.Context, input *ListObjectParentsInput, opts ...request.Option) (*ListObjectParentsOutput, error) + func (c *CloudDirectory) ListObjectPolicies(input *ListObjectPoliciesInput) (*ListObjectPoliciesOutput, error) + 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) (req *request.Request, output *ListObjectPoliciesOutput) + func (c *CloudDirectory) ListObjectPoliciesWithContext(ctx aws.Context, input *ListObjectPoliciesInput, opts ...request.Option) (*ListObjectPoliciesOutput, error) + func (c *CloudDirectory) ListOutgoingTypedLinks(input *ListOutgoingTypedLinksInput) (*ListOutgoingTypedLinksOutput, error) + func (c *CloudDirectory) ListOutgoingTypedLinksRequest(input *ListOutgoingTypedLinksInput) (req *request.Request, output *ListOutgoingTypedLinksOutput) + func (c *CloudDirectory) ListOutgoingTypedLinksWithContext(ctx aws.Context, input *ListOutgoingTypedLinksInput, opts ...request.Option) (*ListOutgoingTypedLinksOutput, error) + func (c *CloudDirectory) ListPolicyAttachments(input *ListPolicyAttachmentsInput) (*ListPolicyAttachmentsOutput, error) + func (c *CloudDirectory) ListPolicyAttachmentsPages(input *ListPolicyAttachmentsInput, ...) error + func (c *CloudDirectory) ListPolicyAttachmentsPagesWithContext(ctx aws.Context, input *ListPolicyAttachmentsInput, ...) error + func (c *CloudDirectory) ListPolicyAttachmentsRequest(input *ListPolicyAttachmentsInput) (req *request.Request, output *ListPolicyAttachmentsOutput) + func (c *CloudDirectory) ListPolicyAttachmentsWithContext(ctx aws.Context, input *ListPolicyAttachmentsInput, opts ...request.Option) (*ListPolicyAttachmentsOutput, error) + func (c *CloudDirectory) ListPublishedSchemaArns(input *ListPublishedSchemaArnsInput) (*ListPublishedSchemaArnsOutput, error) + func (c *CloudDirectory) ListPublishedSchemaArnsPages(input *ListPublishedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListPublishedSchemaArnsPagesWithContext(ctx aws.Context, input *ListPublishedSchemaArnsInput, ...) error + func (c *CloudDirectory) ListPublishedSchemaArnsRequest(input *ListPublishedSchemaArnsInput) (req *request.Request, output *ListPublishedSchemaArnsOutput) + func (c *CloudDirectory) ListPublishedSchemaArnsWithContext(ctx aws.Context, input *ListPublishedSchemaArnsInput, opts ...request.Option) (*ListPublishedSchemaArnsOutput, error) + func (c *CloudDirectory) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *CloudDirectory) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *CloudDirectory) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *CloudDirectory) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *CloudDirectory) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *CloudDirectory) ListTypedLinkFacetAttributes(input *ListTypedLinkFacetAttributesInput) (*ListTypedLinkFacetAttributesOutput, error) + func (c *CloudDirectory) ListTypedLinkFacetAttributesPages(input *ListTypedLinkFacetAttributesInput, ...) error + func (c *CloudDirectory) ListTypedLinkFacetAttributesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetAttributesInput, ...) error + func (c *CloudDirectory) ListTypedLinkFacetAttributesRequest(input *ListTypedLinkFacetAttributesInput) (req *request.Request, output *ListTypedLinkFacetAttributesOutput) + func (c *CloudDirectory) ListTypedLinkFacetAttributesWithContext(ctx aws.Context, input *ListTypedLinkFacetAttributesInput, ...) (*ListTypedLinkFacetAttributesOutput, error) + func (c *CloudDirectory) ListTypedLinkFacetNames(input *ListTypedLinkFacetNamesInput) (*ListTypedLinkFacetNamesOutput, error) + func (c *CloudDirectory) ListTypedLinkFacetNamesPages(input *ListTypedLinkFacetNamesInput, ...) error + func (c *CloudDirectory) ListTypedLinkFacetNamesPagesWithContext(ctx aws.Context, input *ListTypedLinkFacetNamesInput, ...) error + func (c *CloudDirectory) ListTypedLinkFacetNamesRequest(input *ListTypedLinkFacetNamesInput) (req *request.Request, output *ListTypedLinkFacetNamesOutput) + func (c *CloudDirectory) ListTypedLinkFacetNamesWithContext(ctx aws.Context, input *ListTypedLinkFacetNamesInput, opts ...request.Option) (*ListTypedLinkFacetNamesOutput, error) + func (c *CloudDirectory) LookupPolicy(input *LookupPolicyInput) (*LookupPolicyOutput, error) + 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) (req *request.Request, output *LookupPolicyOutput) + func (c *CloudDirectory) LookupPolicyWithContext(ctx aws.Context, input *LookupPolicyInput, opts ...request.Option) (*LookupPolicyOutput, error) + func (c *CloudDirectory) PublishSchema(input *PublishSchemaInput) (*PublishSchemaOutput, error) + func (c *CloudDirectory) PublishSchemaRequest(input *PublishSchemaInput) (req *request.Request, output *PublishSchemaOutput) + func (c *CloudDirectory) PublishSchemaWithContext(ctx aws.Context, input *PublishSchemaInput, opts ...request.Option) (*PublishSchemaOutput, error) + func (c *CloudDirectory) PutSchemaFromJson(input *PutSchemaFromJsonInput) (*PutSchemaFromJsonOutput, error) + func (c *CloudDirectory) PutSchemaFromJsonRequest(input *PutSchemaFromJsonInput) (req *request.Request, output *PutSchemaFromJsonOutput) + func (c *CloudDirectory) PutSchemaFromJsonWithContext(ctx aws.Context, input *PutSchemaFromJsonInput, opts ...request.Option) (*PutSchemaFromJsonOutput, error) + func (c *CloudDirectory) RemoveFacetFromObject(input *RemoveFacetFromObjectInput) (*RemoveFacetFromObjectOutput, error) + func (c *CloudDirectory) RemoveFacetFromObjectRequest(input *RemoveFacetFromObjectInput) (req *request.Request, output *RemoveFacetFromObjectOutput) + func (c *CloudDirectory) RemoveFacetFromObjectWithContext(ctx aws.Context, input *RemoveFacetFromObjectInput, opts ...request.Option) (*RemoveFacetFromObjectOutput, error) + func (c *CloudDirectory) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *CloudDirectory) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *CloudDirectory) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *CloudDirectory) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *CloudDirectory) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *CloudDirectory) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *CloudDirectory) UpdateFacet(input *UpdateFacetInput) (*UpdateFacetOutput, error) + func (c *CloudDirectory) UpdateFacetRequest(input *UpdateFacetInput) (req *request.Request, output *UpdateFacetOutput) + func (c *CloudDirectory) UpdateFacetWithContext(ctx aws.Context, input *UpdateFacetInput, opts ...request.Option) (*UpdateFacetOutput, error) + func (c *CloudDirectory) UpdateLinkAttributes(input *UpdateLinkAttributesInput) (*UpdateLinkAttributesOutput, error) + func (c *CloudDirectory) UpdateLinkAttributesRequest(input *UpdateLinkAttributesInput) (req *request.Request, output *UpdateLinkAttributesOutput) + func (c *CloudDirectory) UpdateLinkAttributesWithContext(ctx aws.Context, input *UpdateLinkAttributesInput, opts ...request.Option) (*UpdateLinkAttributesOutput, error) + func (c *CloudDirectory) UpdateObjectAttributes(input *UpdateObjectAttributesInput) (*UpdateObjectAttributesOutput, error) + func (c *CloudDirectory) UpdateObjectAttributesRequest(input *UpdateObjectAttributesInput) (req *request.Request, output *UpdateObjectAttributesOutput) + func (c *CloudDirectory) UpdateObjectAttributesWithContext(ctx aws.Context, input *UpdateObjectAttributesInput, opts ...request.Option) (*UpdateObjectAttributesOutput, error) + func (c *CloudDirectory) UpdateSchema(input *UpdateSchemaInput) (*UpdateSchemaOutput, error) + func (c *CloudDirectory) UpdateSchemaRequest(input *UpdateSchemaInput) (req *request.Request, output *UpdateSchemaOutput) + func (c *CloudDirectory) UpdateSchemaWithContext(ctx aws.Context, input *UpdateSchemaInput, opts ...request.Option) (*UpdateSchemaOutput, error) + func (c *CloudDirectory) UpdateTypedLinkFacet(input *UpdateTypedLinkFacetInput) (*UpdateTypedLinkFacetOutput, error) + func (c *CloudDirectory) UpdateTypedLinkFacetRequest(input *UpdateTypedLinkFacetInput) (req *request.Request, output *UpdateTypedLinkFacetOutput) + func (c *CloudDirectory) UpdateTypedLinkFacetWithContext(ctx aws.Context, input *UpdateTypedLinkFacetInput, opts ...request.Option) (*UpdateTypedLinkFacetOutput, error) + func (c *CloudDirectory) UpgradeAppliedSchema(input *UpgradeAppliedSchemaInput) (*UpgradeAppliedSchemaOutput, error) + func (c *CloudDirectory) UpgradeAppliedSchemaRequest(input *UpgradeAppliedSchemaInput) (req *request.Request, output *UpgradeAppliedSchemaOutput) + func (c *CloudDirectory) UpgradeAppliedSchemaWithContext(ctx aws.Context, input *UpgradeAppliedSchemaInput, opts ...request.Option) (*UpgradeAppliedSchemaOutput, error) + func (c *CloudDirectory) UpgradePublishedSchema(input *UpgradePublishedSchemaInput) (*UpgradePublishedSchemaOutput, error) + func (c *CloudDirectory) UpgradePublishedSchemaRequest(input *UpgradePublishedSchemaInput) (req *request.Request, output *UpgradePublishedSchemaOutput) + func (c *CloudDirectory) UpgradePublishedSchemaWithContext(ctx aws.Context, input *UpgradePublishedSchemaInput, opts ...request.Option) (*UpgradePublishedSchemaOutput, error) + type CreateDirectoryInput struct + Name *string + SchemaArn *string + func (s *CreateDirectoryInput) SetName(v string) *CreateDirectoryInput + func (s *CreateDirectoryInput) SetSchemaArn(v string) *CreateDirectoryInput + func (s *CreateDirectoryInput) Validate() error + func (s CreateDirectoryInput) GoString() string + func (s CreateDirectoryInput) String() string + type CreateDirectoryOutput struct + AppliedSchemaArn *string + DirectoryArn *string + Name *string + ObjectIdentifier *string + 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) GoString() string + func (s CreateDirectoryOutput) String() string + type CreateFacetInput struct + Attributes []*FacetAttribute + FacetStyle *string + Name *string + ObjectType *string + SchemaArn *string + func (s *CreateFacetInput) SetAttributes(v []*FacetAttribute) *CreateFacetInput + func (s *CreateFacetInput) SetFacetStyle(v string) *CreateFacetInput + func (s *CreateFacetInput) SetName(v string) *CreateFacetInput + func (s *CreateFacetInput) SetObjectType(v string) *CreateFacetInput + func (s *CreateFacetInput) SetSchemaArn(v string) *CreateFacetInput + func (s *CreateFacetInput) Validate() error + func (s CreateFacetInput) GoString() string + func (s CreateFacetInput) String() string + type CreateFacetOutput struct + func (s CreateFacetOutput) GoString() string + func (s CreateFacetOutput) String() string + type CreateIndexInput struct + DirectoryArn *string + IsUnique *bool + LinkName *string + OrderedIndexedAttributeList []*AttributeKey + ParentReference *ObjectReference + 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) Validate() error + func (s CreateIndexInput) GoString() string + func (s CreateIndexInput) String() string + type CreateIndexOutput struct + ObjectIdentifier *string + func (s *CreateIndexOutput) SetObjectIdentifier(v string) *CreateIndexOutput + func (s CreateIndexOutput) GoString() string + func (s CreateIndexOutput) String() string + type CreateObjectInput struct + DirectoryArn *string + LinkName *string + ObjectAttributeList []*AttributeKeyAndValue + ParentReference *ObjectReference + SchemaFacets []*SchemaFacet + 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) Validate() error + func (s CreateObjectInput) GoString() string + func (s CreateObjectInput) String() string + type CreateObjectOutput struct + ObjectIdentifier *string + func (s *CreateObjectOutput) SetObjectIdentifier(v string) *CreateObjectOutput + func (s CreateObjectOutput) GoString() string + func (s CreateObjectOutput) String() string + type CreateSchemaInput struct + Name *string + func (s *CreateSchemaInput) SetName(v string) *CreateSchemaInput + func (s *CreateSchemaInput) Validate() error + func (s CreateSchemaInput) GoString() string + func (s CreateSchemaInput) String() string + type CreateSchemaOutput struct + SchemaArn *string + func (s *CreateSchemaOutput) SetSchemaArn(v string) *CreateSchemaOutput + func (s CreateSchemaOutput) GoString() string + func (s CreateSchemaOutput) String() string + type CreateTypedLinkFacetInput struct + Facet *TypedLinkFacet + SchemaArn *string + func (s *CreateTypedLinkFacetInput) SetFacet(v *TypedLinkFacet) *CreateTypedLinkFacetInput + func (s *CreateTypedLinkFacetInput) SetSchemaArn(v string) *CreateTypedLinkFacetInput + func (s *CreateTypedLinkFacetInput) Validate() error + func (s CreateTypedLinkFacetInput) GoString() string + func (s CreateTypedLinkFacetInput) String() string + type CreateTypedLinkFacetOutput struct + func (s CreateTypedLinkFacetOutput) GoString() string + func (s CreateTypedLinkFacetOutput) String() string + type DeleteDirectoryInput struct + DirectoryArn *string + func (s *DeleteDirectoryInput) SetDirectoryArn(v string) *DeleteDirectoryInput + func (s *DeleteDirectoryInput) Validate() error + func (s DeleteDirectoryInput) GoString() string + func (s DeleteDirectoryInput) String() string + type DeleteDirectoryOutput struct + DirectoryArn *string + func (s *DeleteDirectoryOutput) SetDirectoryArn(v string) *DeleteDirectoryOutput + func (s DeleteDirectoryOutput) GoString() string + func (s DeleteDirectoryOutput) String() string + type DeleteFacetInput struct + Name *string + SchemaArn *string + func (s *DeleteFacetInput) SetName(v string) *DeleteFacetInput + func (s *DeleteFacetInput) SetSchemaArn(v string) *DeleteFacetInput + func (s *DeleteFacetInput) Validate() error + func (s DeleteFacetInput) GoString() string + func (s DeleteFacetInput) String() string + type DeleteFacetOutput struct + func (s DeleteFacetOutput) GoString() string + func (s DeleteFacetOutput) String() string + type DeleteObjectInput struct + DirectoryArn *string + ObjectReference *ObjectReference + func (s *DeleteObjectInput) SetDirectoryArn(v string) *DeleteObjectInput + func (s *DeleteObjectInput) SetObjectReference(v *ObjectReference) *DeleteObjectInput + func (s *DeleteObjectInput) Validate() error + func (s DeleteObjectInput) GoString() string + func (s DeleteObjectInput) String() string + type DeleteObjectOutput struct + func (s DeleteObjectOutput) GoString() string + func (s DeleteObjectOutput) String() string + type DeleteSchemaInput struct + SchemaArn *string + func (s *DeleteSchemaInput) SetSchemaArn(v string) *DeleteSchemaInput + func (s *DeleteSchemaInput) Validate() error + func (s DeleteSchemaInput) GoString() string + func (s DeleteSchemaInput) String() string + type DeleteSchemaOutput struct + SchemaArn *string + func (s *DeleteSchemaOutput) SetSchemaArn(v string) *DeleteSchemaOutput + func (s DeleteSchemaOutput) GoString() string + func (s DeleteSchemaOutput) String() string + type DeleteTypedLinkFacetInput struct + Name *string + SchemaArn *string + func (s *DeleteTypedLinkFacetInput) SetName(v string) *DeleteTypedLinkFacetInput + func (s *DeleteTypedLinkFacetInput) SetSchemaArn(v string) *DeleteTypedLinkFacetInput + func (s *DeleteTypedLinkFacetInput) Validate() error + func (s DeleteTypedLinkFacetInput) GoString() string + func (s DeleteTypedLinkFacetInput) String() string + type DeleteTypedLinkFacetOutput struct + func (s DeleteTypedLinkFacetOutput) GoString() string + func (s DeleteTypedLinkFacetOutput) String() string + type DetachFromIndexInput struct + DirectoryArn *string + IndexReference *ObjectReference + TargetReference *ObjectReference + func (s *DetachFromIndexInput) SetDirectoryArn(v string) *DetachFromIndexInput + func (s *DetachFromIndexInput) SetIndexReference(v *ObjectReference) *DetachFromIndexInput + func (s *DetachFromIndexInput) SetTargetReference(v *ObjectReference) *DetachFromIndexInput + func (s *DetachFromIndexInput) Validate() error + func (s DetachFromIndexInput) GoString() string + func (s DetachFromIndexInput) String() string + type DetachFromIndexOutput struct + DetachedObjectIdentifier *string + func (s *DetachFromIndexOutput) SetDetachedObjectIdentifier(v string) *DetachFromIndexOutput + func (s DetachFromIndexOutput) GoString() string + func (s DetachFromIndexOutput) String() string + type DetachObjectInput struct + DirectoryArn *string + LinkName *string + ParentReference *ObjectReference + func (s *DetachObjectInput) SetDirectoryArn(v string) *DetachObjectInput + func (s *DetachObjectInput) SetLinkName(v string) *DetachObjectInput + func (s *DetachObjectInput) SetParentReference(v *ObjectReference) *DetachObjectInput + func (s *DetachObjectInput) Validate() error + func (s DetachObjectInput) GoString() string + func (s DetachObjectInput) String() string + type DetachObjectOutput struct + DetachedObjectIdentifier *string + func (s *DetachObjectOutput) SetDetachedObjectIdentifier(v string) *DetachObjectOutput + func (s DetachObjectOutput) GoString() string + func (s DetachObjectOutput) String() string + type DetachPolicyInput struct + DirectoryArn *string + ObjectReference *ObjectReference + PolicyReference *ObjectReference + func (s *DetachPolicyInput) SetDirectoryArn(v string) *DetachPolicyInput + func (s *DetachPolicyInput) SetObjectReference(v *ObjectReference) *DetachPolicyInput + func (s *DetachPolicyInput) SetPolicyReference(v *ObjectReference) *DetachPolicyInput + func (s *DetachPolicyInput) Validate() error + func (s DetachPolicyInput) GoString() string + func (s DetachPolicyInput) String() string + type DetachPolicyOutput struct + func (s DetachPolicyOutput) GoString() string + func (s DetachPolicyOutput) String() string + type DetachTypedLinkInput struct + DirectoryArn *string + TypedLinkSpecifier *TypedLinkSpecifier + func (s *DetachTypedLinkInput) SetDirectoryArn(v string) *DetachTypedLinkInput + func (s *DetachTypedLinkInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *DetachTypedLinkInput + func (s *DetachTypedLinkInput) Validate() error + func (s DetachTypedLinkInput) GoString() string + func (s DetachTypedLinkInput) String() string + type DetachTypedLinkOutput struct + func (s DetachTypedLinkOutput) GoString() string + func (s DetachTypedLinkOutput) String() string + type Directory struct + CreationDateTime *time.Time + DirectoryArn *string + Name *string + State *string + func (s *Directory) SetCreationDateTime(v time.Time) *Directory + func (s *Directory) SetDirectoryArn(v string) *Directory + func (s *Directory) SetName(v string) *Directory + func (s *Directory) SetState(v string) *Directory + func (s Directory) GoString() string + func (s Directory) String() string + type DirectoryAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DirectoryAlreadyExistsException) Code() string + func (s *DirectoryAlreadyExistsException) Error() string + func (s *DirectoryAlreadyExistsException) Message() string + func (s *DirectoryAlreadyExistsException) OrigErr() error + func (s *DirectoryAlreadyExistsException) RequestID() string + func (s *DirectoryAlreadyExistsException) StatusCode() int + func (s DirectoryAlreadyExistsException) GoString() string + func (s DirectoryAlreadyExistsException) String() string + type DirectoryDeletedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DirectoryDeletedException) Code() string + func (s *DirectoryDeletedException) Error() string + func (s *DirectoryDeletedException) Message() string + func (s *DirectoryDeletedException) OrigErr() error + func (s *DirectoryDeletedException) RequestID() string + func (s *DirectoryDeletedException) StatusCode() int + func (s DirectoryDeletedException) GoString() string + func (s DirectoryDeletedException) String() string + type DirectoryNotDisabledException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DirectoryNotDisabledException) Code() string + func (s *DirectoryNotDisabledException) Error() string + func (s *DirectoryNotDisabledException) Message() string + func (s *DirectoryNotDisabledException) OrigErr() error + func (s *DirectoryNotDisabledException) RequestID() string + func (s *DirectoryNotDisabledException) StatusCode() int + func (s DirectoryNotDisabledException) GoString() string + func (s DirectoryNotDisabledException) String() string + type DirectoryNotEnabledException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DirectoryNotEnabledException) Code() string + func (s *DirectoryNotEnabledException) Error() string + func (s *DirectoryNotEnabledException) Message() string + func (s *DirectoryNotEnabledException) OrigErr() error + func (s *DirectoryNotEnabledException) RequestID() string + func (s *DirectoryNotEnabledException) StatusCode() int + func (s DirectoryNotEnabledException) GoString() string + func (s DirectoryNotEnabledException) String() string + type DisableDirectoryInput struct + DirectoryArn *string + func (s *DisableDirectoryInput) SetDirectoryArn(v string) *DisableDirectoryInput + func (s *DisableDirectoryInput) Validate() error + func (s DisableDirectoryInput) GoString() string + func (s DisableDirectoryInput) String() string + type DisableDirectoryOutput struct + DirectoryArn *string + func (s *DisableDirectoryOutput) SetDirectoryArn(v string) *DisableDirectoryOutput + func (s DisableDirectoryOutput) GoString() string + func (s DisableDirectoryOutput) String() string + type EnableDirectoryInput struct + DirectoryArn *string + func (s *EnableDirectoryInput) SetDirectoryArn(v string) *EnableDirectoryInput + func (s *EnableDirectoryInput) Validate() error + func (s EnableDirectoryInput) GoString() string + func (s EnableDirectoryInput) String() string + type EnableDirectoryOutput struct + DirectoryArn *string + func (s *EnableDirectoryOutput) SetDirectoryArn(v string) *EnableDirectoryOutput + func (s EnableDirectoryOutput) GoString() string + func (s EnableDirectoryOutput) String() string + type Facet struct + FacetStyle *string + Name *string + ObjectType *string + func (s *Facet) SetFacetStyle(v string) *Facet + func (s *Facet) SetName(v string) *Facet + func (s *Facet) SetObjectType(v string) *Facet + func (s Facet) GoString() string + func (s Facet) String() string + type FacetAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FacetAlreadyExistsException) Code() string + func (s *FacetAlreadyExistsException) Error() string + func (s *FacetAlreadyExistsException) Message() string + func (s *FacetAlreadyExistsException) OrigErr() error + func (s *FacetAlreadyExistsException) RequestID() string + func (s *FacetAlreadyExistsException) StatusCode() int + func (s FacetAlreadyExistsException) GoString() string + func (s FacetAlreadyExistsException) String() string + type FacetAttribute struct + AttributeDefinition *FacetAttributeDefinition + AttributeReference *FacetAttributeReference + Name *string + RequiredBehavior *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 string) *FacetAttribute + func (s *FacetAttribute) Validate() error + func (s FacetAttribute) GoString() string + func (s FacetAttribute) String() string + type FacetAttributeDefinition struct + DefaultValue *TypedAttributeValue + IsImmutable *bool + Rules map[string]*Rule + Type *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 string) *FacetAttributeDefinition + func (s *FacetAttributeDefinition) Validate() error + func (s FacetAttributeDefinition) GoString() string + func (s FacetAttributeDefinition) String() string + type FacetAttributeReference struct + TargetAttributeName *string + TargetFacetName *string + func (s *FacetAttributeReference) SetTargetAttributeName(v string) *FacetAttributeReference + func (s *FacetAttributeReference) SetTargetFacetName(v string) *FacetAttributeReference + func (s *FacetAttributeReference) Validate() error + func (s FacetAttributeReference) GoString() string + func (s FacetAttributeReference) String() string + type FacetAttributeUpdate struct + Action *string + Attribute *FacetAttribute + func (s *FacetAttributeUpdate) SetAction(v string) *FacetAttributeUpdate + func (s *FacetAttributeUpdate) SetAttribute(v *FacetAttribute) *FacetAttributeUpdate + func (s *FacetAttributeUpdate) Validate() error + func (s FacetAttributeUpdate) GoString() string + func (s FacetAttributeUpdate) String() string + type FacetInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FacetInUseException) Code() string + func (s *FacetInUseException) Error() string + func (s *FacetInUseException) Message() string + func (s *FacetInUseException) OrigErr() error + func (s *FacetInUseException) RequestID() string + func (s *FacetInUseException) StatusCode() int + func (s FacetInUseException) GoString() string + func (s FacetInUseException) String() string + type FacetNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FacetNotFoundException) Code() string + func (s *FacetNotFoundException) Error() string + func (s *FacetNotFoundException) Message() string + func (s *FacetNotFoundException) OrigErr() error + func (s *FacetNotFoundException) RequestID() string + func (s *FacetNotFoundException) StatusCode() int + func (s FacetNotFoundException) GoString() string + func (s FacetNotFoundException) String() string + type FacetValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FacetValidationException) Code() string + func (s *FacetValidationException) Error() string + func (s *FacetValidationException) Message() string + func (s *FacetValidationException) OrigErr() error + func (s *FacetValidationException) RequestID() string + func (s *FacetValidationException) StatusCode() int + func (s FacetValidationException) GoString() string + func (s FacetValidationException) String() string + type GetAppliedSchemaVersionInput struct + SchemaArn *string + func (s *GetAppliedSchemaVersionInput) SetSchemaArn(v string) *GetAppliedSchemaVersionInput + func (s *GetAppliedSchemaVersionInput) Validate() error + func (s GetAppliedSchemaVersionInput) GoString() string + func (s GetAppliedSchemaVersionInput) String() string + type GetAppliedSchemaVersionOutput struct + AppliedSchemaArn *string + func (s *GetAppliedSchemaVersionOutput) SetAppliedSchemaArn(v string) *GetAppliedSchemaVersionOutput + func (s GetAppliedSchemaVersionOutput) GoString() string + func (s GetAppliedSchemaVersionOutput) String() string + type GetDirectoryInput struct + DirectoryArn *string + func (s *GetDirectoryInput) SetDirectoryArn(v string) *GetDirectoryInput + func (s *GetDirectoryInput) Validate() error + func (s GetDirectoryInput) GoString() string + func (s GetDirectoryInput) String() string + type GetDirectoryOutput struct + Directory *Directory + func (s *GetDirectoryOutput) SetDirectory(v *Directory) *GetDirectoryOutput + func (s GetDirectoryOutput) GoString() string + func (s GetDirectoryOutput) String() string + type GetFacetInput struct + Name *string + SchemaArn *string + func (s *GetFacetInput) SetName(v string) *GetFacetInput + func (s *GetFacetInput) SetSchemaArn(v string) *GetFacetInput + func (s *GetFacetInput) Validate() error + func (s GetFacetInput) GoString() string + func (s GetFacetInput) String() string + type GetFacetOutput struct + Facet *Facet + func (s *GetFacetOutput) SetFacet(v *Facet) *GetFacetOutput + func (s GetFacetOutput) GoString() string + func (s GetFacetOutput) String() string + type GetLinkAttributesInput struct + AttributeNames []*string + ConsistencyLevel *string + DirectoryArn *string + TypedLinkSpecifier *TypedLinkSpecifier + func (s *GetLinkAttributesInput) SetAttributeNames(v []*string) *GetLinkAttributesInput + func (s *GetLinkAttributesInput) SetConsistencyLevel(v string) *GetLinkAttributesInput + func (s *GetLinkAttributesInput) SetDirectoryArn(v string) *GetLinkAttributesInput + func (s *GetLinkAttributesInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *GetLinkAttributesInput + func (s *GetLinkAttributesInput) Validate() error + func (s GetLinkAttributesInput) GoString() string + func (s GetLinkAttributesInput) String() string + type GetLinkAttributesOutput struct + Attributes []*AttributeKeyAndValue + func (s *GetLinkAttributesOutput) SetAttributes(v []*AttributeKeyAndValue) *GetLinkAttributesOutput + func (s GetLinkAttributesOutput) GoString() string + func (s GetLinkAttributesOutput) String() string + type GetObjectAttributesInput struct + AttributeNames []*string + ConsistencyLevel *string + DirectoryArn *string + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + func (s *GetObjectAttributesInput) SetAttributeNames(v []*string) *GetObjectAttributesInput + func (s *GetObjectAttributesInput) SetConsistencyLevel(v string) *GetObjectAttributesInput + func (s *GetObjectAttributesInput) SetDirectoryArn(v string) *GetObjectAttributesInput + func (s *GetObjectAttributesInput) SetObjectReference(v *ObjectReference) *GetObjectAttributesInput + func (s *GetObjectAttributesInput) SetSchemaFacet(v *SchemaFacet) *GetObjectAttributesInput + func (s *GetObjectAttributesInput) Validate() error + func (s GetObjectAttributesInput) GoString() string + func (s GetObjectAttributesInput) String() string + type GetObjectAttributesOutput struct + Attributes []*AttributeKeyAndValue + func (s *GetObjectAttributesOutput) SetAttributes(v []*AttributeKeyAndValue) *GetObjectAttributesOutput + func (s GetObjectAttributesOutput) GoString() string + func (s GetObjectAttributesOutput) String() string + type GetObjectInformationInput struct + ConsistencyLevel *string + DirectoryArn *string + ObjectReference *ObjectReference + func (s *GetObjectInformationInput) SetConsistencyLevel(v string) *GetObjectInformationInput + func (s *GetObjectInformationInput) SetDirectoryArn(v string) *GetObjectInformationInput + func (s *GetObjectInformationInput) SetObjectReference(v *ObjectReference) *GetObjectInformationInput + func (s *GetObjectInformationInput) Validate() error + func (s GetObjectInformationInput) GoString() string + func (s GetObjectInformationInput) String() string + type GetObjectInformationOutput struct + ObjectIdentifier *string + SchemaFacets []*SchemaFacet + func (s *GetObjectInformationOutput) SetObjectIdentifier(v string) *GetObjectInformationOutput + func (s *GetObjectInformationOutput) SetSchemaFacets(v []*SchemaFacet) *GetObjectInformationOutput + func (s GetObjectInformationOutput) GoString() string + func (s GetObjectInformationOutput) String() string + type GetSchemaAsJsonInput struct + SchemaArn *string + func (s *GetSchemaAsJsonInput) SetSchemaArn(v string) *GetSchemaAsJsonInput + func (s *GetSchemaAsJsonInput) Validate() error + func (s GetSchemaAsJsonInput) GoString() string + func (s GetSchemaAsJsonInput) String() string + type GetSchemaAsJsonOutput struct + Document *string + Name *string + func (s *GetSchemaAsJsonOutput) SetDocument(v string) *GetSchemaAsJsonOutput + func (s *GetSchemaAsJsonOutput) SetName(v string) *GetSchemaAsJsonOutput + func (s GetSchemaAsJsonOutput) GoString() string + func (s GetSchemaAsJsonOutput) String() string + type GetTypedLinkFacetInformationInput struct + Name *string + SchemaArn *string + func (s *GetTypedLinkFacetInformationInput) SetName(v string) *GetTypedLinkFacetInformationInput + func (s *GetTypedLinkFacetInformationInput) SetSchemaArn(v string) *GetTypedLinkFacetInformationInput + func (s *GetTypedLinkFacetInformationInput) Validate() error + func (s GetTypedLinkFacetInformationInput) GoString() string + func (s GetTypedLinkFacetInformationInput) String() string + type GetTypedLinkFacetInformationOutput struct + IdentityAttributeOrder []*string + func (s *GetTypedLinkFacetInformationOutput) SetIdentityAttributeOrder(v []*string) *GetTypedLinkFacetInformationOutput + func (s GetTypedLinkFacetInformationOutput) GoString() string + func (s GetTypedLinkFacetInformationOutput) String() string + type IncompatibleSchemaException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IncompatibleSchemaException) Code() string + func (s *IncompatibleSchemaException) Error() string + func (s *IncompatibleSchemaException) Message() string + func (s *IncompatibleSchemaException) OrigErr() error + func (s *IncompatibleSchemaException) RequestID() string + func (s *IncompatibleSchemaException) StatusCode() int + func (s IncompatibleSchemaException) GoString() string + func (s IncompatibleSchemaException) String() string + type IndexAttachment struct + IndexedAttributes []*AttributeKeyAndValue + ObjectIdentifier *string + func (s *IndexAttachment) SetIndexedAttributes(v []*AttributeKeyAndValue) *IndexAttachment + func (s *IndexAttachment) SetObjectIdentifier(v string) *IndexAttachment + func (s IndexAttachment) GoString() string + func (s IndexAttachment) String() string + type IndexedAttributeMissingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IndexedAttributeMissingException) Code() string + func (s *IndexedAttributeMissingException) Error() string + func (s *IndexedAttributeMissingException) Message() string + func (s *IndexedAttributeMissingException) OrigErr() error + func (s *IndexedAttributeMissingException) RequestID() string + func (s *IndexedAttributeMissingException) StatusCode() int + func (s IndexedAttributeMissingException) GoString() string + func (s IndexedAttributeMissingException) String() string + type InternalServiceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceException) Code() string + func (s *InternalServiceException) Error() string + func (s *InternalServiceException) Message() string + func (s *InternalServiceException) OrigErr() error + func (s *InternalServiceException) RequestID() string + func (s *InternalServiceException) StatusCode() int + func (s InternalServiceException) GoString() string + func (s InternalServiceException) String() string + type InvalidArnException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidArnException) Code() string + func (s *InvalidArnException) Error() string + func (s *InvalidArnException) Message() string + func (s *InvalidArnException) OrigErr() error + func (s *InvalidArnException) RequestID() string + func (s *InvalidArnException) StatusCode() int + func (s InvalidArnException) GoString() string + func (s InvalidArnException) String() string + type InvalidAttachmentException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidAttachmentException) Code() string + func (s *InvalidAttachmentException) Error() string + func (s *InvalidAttachmentException) Message() string + func (s *InvalidAttachmentException) OrigErr() error + func (s *InvalidAttachmentException) RequestID() string + func (s *InvalidAttachmentException) StatusCode() int + func (s InvalidAttachmentException) GoString() string + func (s InvalidAttachmentException) String() string + type InvalidFacetUpdateException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidFacetUpdateException) Code() string + func (s *InvalidFacetUpdateException) Error() string + func (s *InvalidFacetUpdateException) Message() string + func (s *InvalidFacetUpdateException) OrigErr() error + func (s *InvalidFacetUpdateException) RequestID() string + func (s *InvalidFacetUpdateException) StatusCode() int + func (s InvalidFacetUpdateException) GoString() string + func (s InvalidFacetUpdateException) String() string + type InvalidNextTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNextTokenException) Code() string + func (s *InvalidNextTokenException) Error() string + func (s *InvalidNextTokenException) Message() string + func (s *InvalidNextTokenException) OrigErr() error + func (s *InvalidNextTokenException) RequestID() string + func (s *InvalidNextTokenException) StatusCode() int + func (s InvalidNextTokenException) GoString() string + func (s InvalidNextTokenException) String() string + type InvalidRuleException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRuleException) Code() string + func (s *InvalidRuleException) Error() string + func (s *InvalidRuleException) Message() string + func (s *InvalidRuleException) OrigErr() error + func (s *InvalidRuleException) RequestID() string + func (s *InvalidRuleException) StatusCode() int + func (s InvalidRuleException) GoString() string + func (s InvalidRuleException) String() string + type InvalidSchemaDocException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidSchemaDocException) Code() string + func (s *InvalidSchemaDocException) Error() string + func (s *InvalidSchemaDocException) Message() string + func (s *InvalidSchemaDocException) OrigErr() error + func (s *InvalidSchemaDocException) RequestID() string + func (s *InvalidSchemaDocException) StatusCode() int + func (s InvalidSchemaDocException) GoString() string + func (s InvalidSchemaDocException) String() string + type InvalidTaggingRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidTaggingRequestException) Code() string + func (s *InvalidTaggingRequestException) Error() string + func (s *InvalidTaggingRequestException) Message() string + func (s *InvalidTaggingRequestException) OrigErr() error + func (s *InvalidTaggingRequestException) RequestID() string + func (s *InvalidTaggingRequestException) StatusCode() int + func (s InvalidTaggingRequestException) GoString() string + func (s InvalidTaggingRequestException) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type LinkAttributeAction struct + AttributeActionType *string + AttributeUpdateValue *TypedAttributeValue + func (s *LinkAttributeAction) SetAttributeActionType(v string) *LinkAttributeAction + func (s *LinkAttributeAction) SetAttributeUpdateValue(v *TypedAttributeValue) *LinkAttributeAction + func (s LinkAttributeAction) GoString() string + func (s LinkAttributeAction) String() string + type LinkAttributeUpdate struct + AttributeAction *LinkAttributeAction + AttributeKey *AttributeKey + func (s *LinkAttributeUpdate) SetAttributeAction(v *LinkAttributeAction) *LinkAttributeUpdate + func (s *LinkAttributeUpdate) SetAttributeKey(v *AttributeKey) *LinkAttributeUpdate + func (s *LinkAttributeUpdate) Validate() error + func (s LinkAttributeUpdate) GoString() string + func (s LinkAttributeUpdate) String() string + type LinkNameAlreadyInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LinkNameAlreadyInUseException) Code() string + func (s *LinkNameAlreadyInUseException) Error() string + func (s *LinkNameAlreadyInUseException) Message() string + func (s *LinkNameAlreadyInUseException) OrigErr() error + func (s *LinkNameAlreadyInUseException) RequestID() string + func (s *LinkNameAlreadyInUseException) StatusCode() int + func (s LinkNameAlreadyInUseException) GoString() string + func (s LinkNameAlreadyInUseException) String() string + type ListAppliedSchemaArnsInput struct + DirectoryArn *string + MaxResults *int64 + NextToken *string + SchemaArn *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) Validate() error + func (s ListAppliedSchemaArnsInput) GoString() string + func (s ListAppliedSchemaArnsInput) String() string + type ListAppliedSchemaArnsOutput struct + NextToken *string + SchemaArns []*string + func (s *ListAppliedSchemaArnsOutput) SetNextToken(v string) *ListAppliedSchemaArnsOutput + func (s *ListAppliedSchemaArnsOutput) SetSchemaArns(v []*string) *ListAppliedSchemaArnsOutput + func (s ListAppliedSchemaArnsOutput) GoString() string + func (s ListAppliedSchemaArnsOutput) String() string + type ListAttachedIndicesInput struct + ConsistencyLevel *string + DirectoryArn *string + MaxResults *int64 + NextToken *string + TargetReference *ObjectReference + func (s *ListAttachedIndicesInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListAttachedIndicesInput) GoString() string + func (s ListAttachedIndicesInput) String() string + type ListAttachedIndicesOutput struct + IndexAttachments []*IndexAttachment + NextToken *string + func (s *ListAttachedIndicesOutput) SetIndexAttachments(v []*IndexAttachment) *ListAttachedIndicesOutput + func (s *ListAttachedIndicesOutput) SetNextToken(v string) *ListAttachedIndicesOutput + func (s ListAttachedIndicesOutput) GoString() string + func (s ListAttachedIndicesOutput) String() string + type ListDevelopmentSchemaArnsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDevelopmentSchemaArnsInput) SetMaxResults(v int64) *ListDevelopmentSchemaArnsInput + func (s *ListDevelopmentSchemaArnsInput) SetNextToken(v string) *ListDevelopmentSchemaArnsInput + func (s *ListDevelopmentSchemaArnsInput) Validate() error + func (s ListDevelopmentSchemaArnsInput) GoString() string + func (s ListDevelopmentSchemaArnsInput) String() string + type ListDevelopmentSchemaArnsOutput struct + NextToken *string + SchemaArns []*string + func (s *ListDevelopmentSchemaArnsOutput) SetNextToken(v string) *ListDevelopmentSchemaArnsOutput + func (s *ListDevelopmentSchemaArnsOutput) SetSchemaArns(v []*string) *ListDevelopmentSchemaArnsOutput + func (s ListDevelopmentSchemaArnsOutput) GoString() string + func (s ListDevelopmentSchemaArnsOutput) String() string + type ListDirectoriesInput struct + MaxResults *int64 + NextToken *string + State *string + func (s *ListDirectoriesInput) SetMaxResults(v int64) *ListDirectoriesInput + func (s *ListDirectoriesInput) SetNextToken(v string) *ListDirectoriesInput + func (s *ListDirectoriesInput) SetState(v string) *ListDirectoriesInput + func (s *ListDirectoriesInput) Validate() error + func (s ListDirectoriesInput) GoString() string + func (s ListDirectoriesInput) String() string + type ListDirectoriesOutput struct + Directories []*Directory + NextToken *string + func (s *ListDirectoriesOutput) SetDirectories(v []*Directory) *ListDirectoriesOutput + func (s *ListDirectoriesOutput) SetNextToken(v string) *ListDirectoriesOutput + func (s ListDirectoriesOutput) GoString() string + func (s ListDirectoriesOutput) String() string + type ListFacetAttributesInput struct + MaxResults *int64 + Name *string + NextToken *string + SchemaArn *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) Validate() error + func (s ListFacetAttributesInput) GoString() string + func (s ListFacetAttributesInput) String() string + type ListFacetAttributesOutput struct + Attributes []*FacetAttribute + NextToken *string + func (s *ListFacetAttributesOutput) SetAttributes(v []*FacetAttribute) *ListFacetAttributesOutput + func (s *ListFacetAttributesOutput) SetNextToken(v string) *ListFacetAttributesOutput + func (s ListFacetAttributesOutput) GoString() string + func (s ListFacetAttributesOutput) String() string + type ListFacetNamesInput struct + MaxResults *int64 + NextToken *string + SchemaArn *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) Validate() error + func (s ListFacetNamesInput) GoString() string + func (s ListFacetNamesInput) String() string + type ListFacetNamesOutput struct + FacetNames []*string + NextToken *string + func (s *ListFacetNamesOutput) SetFacetNames(v []*string) *ListFacetNamesOutput + func (s *ListFacetNamesOutput) SetNextToken(v string) *ListFacetNamesOutput + func (s ListFacetNamesOutput) GoString() string + func (s ListFacetNamesOutput) String() string + type ListIncomingTypedLinksInput struct + ConsistencyLevel *string + DirectoryArn *string + FilterAttributeRanges []*TypedLinkAttributeRange + FilterTypedLink *TypedLinkSchemaAndFacetName + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListIncomingTypedLinksInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListIncomingTypedLinksInput) GoString() string + func (s ListIncomingTypedLinksInput) String() string + type ListIncomingTypedLinksOutput struct + LinkSpecifiers []*TypedLinkSpecifier + NextToken *string + func (s *ListIncomingTypedLinksOutput) SetLinkSpecifiers(v []*TypedLinkSpecifier) *ListIncomingTypedLinksOutput + func (s *ListIncomingTypedLinksOutput) SetNextToken(v string) *ListIncomingTypedLinksOutput + func (s ListIncomingTypedLinksOutput) GoString() string + func (s ListIncomingTypedLinksOutput) String() string + type ListIndexInput struct + ConsistencyLevel *string + DirectoryArn *string + IndexReference *ObjectReference + MaxResults *int64 + NextToken *string + RangesOnIndexedValues []*ObjectAttributeRange + func (s *ListIndexInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListIndexInput) GoString() string + func (s ListIndexInput) String() string + type ListIndexOutput struct + IndexAttachments []*IndexAttachment + NextToken *string + func (s *ListIndexOutput) SetIndexAttachments(v []*IndexAttachment) *ListIndexOutput + func (s *ListIndexOutput) SetNextToken(v string) *ListIndexOutput + func (s ListIndexOutput) GoString() string + func (s ListIndexOutput) String() string + type ListManagedSchemaArnsInput struct + MaxResults *int64 + NextToken *string + SchemaArn *string + func (s *ListManagedSchemaArnsInput) SetMaxResults(v int64) *ListManagedSchemaArnsInput + func (s *ListManagedSchemaArnsInput) SetNextToken(v string) *ListManagedSchemaArnsInput + func (s *ListManagedSchemaArnsInput) SetSchemaArn(v string) *ListManagedSchemaArnsInput + func (s *ListManagedSchemaArnsInput) Validate() error + func (s ListManagedSchemaArnsInput) GoString() string + func (s ListManagedSchemaArnsInput) String() string + type ListManagedSchemaArnsOutput struct + NextToken *string + SchemaArns []*string + func (s *ListManagedSchemaArnsOutput) SetNextToken(v string) *ListManagedSchemaArnsOutput + func (s *ListManagedSchemaArnsOutput) SetSchemaArns(v []*string) *ListManagedSchemaArnsOutput + func (s ListManagedSchemaArnsOutput) GoString() string + func (s ListManagedSchemaArnsOutput) String() string + type ListObjectAttributesInput struct + ConsistencyLevel *string + DirectoryArn *string + FacetFilter *SchemaFacet + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListObjectAttributesInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListObjectAttributesInput) GoString() string + func (s ListObjectAttributesInput) String() string + type ListObjectAttributesOutput struct + Attributes []*AttributeKeyAndValue + NextToken *string + func (s *ListObjectAttributesOutput) SetAttributes(v []*AttributeKeyAndValue) *ListObjectAttributesOutput + func (s *ListObjectAttributesOutput) SetNextToken(v string) *ListObjectAttributesOutput + func (s ListObjectAttributesOutput) GoString() string + func (s ListObjectAttributesOutput) String() string + type ListObjectChildrenInput struct + ConsistencyLevel *string + DirectoryArn *string + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListObjectChildrenInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListObjectChildrenInput) GoString() string + func (s ListObjectChildrenInput) String() string + type ListObjectChildrenOutput struct + Children map[string]*string + NextToken *string + func (s *ListObjectChildrenOutput) SetChildren(v map[string]*string) *ListObjectChildrenOutput + func (s *ListObjectChildrenOutput) SetNextToken(v string) *ListObjectChildrenOutput + func (s ListObjectChildrenOutput) GoString() string + func (s ListObjectChildrenOutput) String() string + type ListObjectParentPathsInput struct + DirectoryArn *string + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + 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) Validate() error + func (s ListObjectParentPathsInput) GoString() string + func (s ListObjectParentPathsInput) String() string + type ListObjectParentPathsOutput struct + NextToken *string + PathToObjectIdentifiersList []*PathToObjectIdentifiers + func (s *ListObjectParentPathsOutput) SetNextToken(v string) *ListObjectParentPathsOutput + func (s *ListObjectParentPathsOutput) SetPathToObjectIdentifiersList(v []*PathToObjectIdentifiers) *ListObjectParentPathsOutput + func (s ListObjectParentPathsOutput) GoString() string + func (s ListObjectParentPathsOutput) String() string + type ListObjectParentsInput struct + ConsistencyLevel *string + DirectoryArn *string + IncludeAllLinksToEachParent *bool + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListObjectParentsInput) SetConsistencyLevel(v string) *ListObjectParentsInput + func (s *ListObjectParentsInput) SetDirectoryArn(v string) *ListObjectParentsInput + func (s *ListObjectParentsInput) SetIncludeAllLinksToEachParent(v bool) *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) Validate() error + func (s ListObjectParentsInput) GoString() string + func (s ListObjectParentsInput) String() string + type ListObjectParentsOutput struct + NextToken *string + ParentLinks []*ObjectIdentifierAndLinkNameTuple + Parents map[string]*string + func (s *ListObjectParentsOutput) SetNextToken(v string) *ListObjectParentsOutput + func (s *ListObjectParentsOutput) SetParentLinks(v []*ObjectIdentifierAndLinkNameTuple) *ListObjectParentsOutput + func (s *ListObjectParentsOutput) SetParents(v map[string]*string) *ListObjectParentsOutput + func (s ListObjectParentsOutput) GoString() string + func (s ListObjectParentsOutput) String() string + type ListObjectPoliciesInput struct + ConsistencyLevel *string + DirectoryArn *string + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListObjectPoliciesInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListObjectPoliciesInput) GoString() string + func (s ListObjectPoliciesInput) String() string + type ListObjectPoliciesOutput struct + AttachedPolicyIds []*string + NextToken *string + func (s *ListObjectPoliciesOutput) SetAttachedPolicyIds(v []*string) *ListObjectPoliciesOutput + func (s *ListObjectPoliciesOutput) SetNextToken(v string) *ListObjectPoliciesOutput + func (s ListObjectPoliciesOutput) GoString() string + func (s ListObjectPoliciesOutput) String() string + type ListOutgoingTypedLinksInput struct + ConsistencyLevel *string + DirectoryArn *string + FilterAttributeRanges []*TypedLinkAttributeRange + FilterTypedLink *TypedLinkSchemaAndFacetName + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + func (s *ListOutgoingTypedLinksInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListOutgoingTypedLinksInput) GoString() string + func (s ListOutgoingTypedLinksInput) String() string + type ListOutgoingTypedLinksOutput struct + NextToken *string + TypedLinkSpecifiers []*TypedLinkSpecifier + func (s *ListOutgoingTypedLinksOutput) SetNextToken(v string) *ListOutgoingTypedLinksOutput + func (s *ListOutgoingTypedLinksOutput) SetTypedLinkSpecifiers(v []*TypedLinkSpecifier) *ListOutgoingTypedLinksOutput + func (s ListOutgoingTypedLinksOutput) GoString() string + func (s ListOutgoingTypedLinksOutput) String() string + type ListPolicyAttachmentsInput struct + ConsistencyLevel *string + DirectoryArn *string + MaxResults *int64 + NextToken *string + PolicyReference *ObjectReference + func (s *ListPolicyAttachmentsInput) SetConsistencyLevel(v string) *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) Validate() error + func (s ListPolicyAttachmentsInput) GoString() string + func (s ListPolicyAttachmentsInput) String() string + type ListPolicyAttachmentsOutput struct + NextToken *string + ObjectIdentifiers []*string + func (s *ListPolicyAttachmentsOutput) SetNextToken(v string) *ListPolicyAttachmentsOutput + func (s *ListPolicyAttachmentsOutput) SetObjectIdentifiers(v []*string) *ListPolicyAttachmentsOutput + func (s ListPolicyAttachmentsOutput) GoString() string + func (s ListPolicyAttachmentsOutput) String() string + type ListPublishedSchemaArnsInput struct + MaxResults *int64 + NextToken *string + SchemaArn *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) Validate() error + func (s ListPublishedSchemaArnsInput) GoString() string + func (s ListPublishedSchemaArnsInput) String() string + type ListPublishedSchemaArnsOutput struct + NextToken *string + SchemaArns []*string + func (s *ListPublishedSchemaArnsOutput) SetNextToken(v string) *ListPublishedSchemaArnsOutput + func (s *ListPublishedSchemaArnsOutput) SetSchemaArns(v []*string) *ListPublishedSchemaArnsOutput + func (s ListPublishedSchemaArnsOutput) GoString() string + func (s ListPublishedSchemaArnsOutput) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *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) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTypedLinkFacetAttributesInput struct + MaxResults *int64 + Name *string + NextToken *string + SchemaArn *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) Validate() error + func (s ListTypedLinkFacetAttributesInput) GoString() string + func (s ListTypedLinkFacetAttributesInput) String() string + type ListTypedLinkFacetAttributesOutput struct + Attributes []*TypedLinkAttributeDefinition + NextToken *string + func (s *ListTypedLinkFacetAttributesOutput) SetAttributes(v []*TypedLinkAttributeDefinition) *ListTypedLinkFacetAttributesOutput + func (s *ListTypedLinkFacetAttributesOutput) SetNextToken(v string) *ListTypedLinkFacetAttributesOutput + func (s ListTypedLinkFacetAttributesOutput) GoString() string + func (s ListTypedLinkFacetAttributesOutput) String() string + type ListTypedLinkFacetNamesInput struct + MaxResults *int64 + NextToken *string + SchemaArn *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) Validate() error + func (s ListTypedLinkFacetNamesInput) GoString() string + func (s ListTypedLinkFacetNamesInput) String() string + type ListTypedLinkFacetNamesOutput struct + FacetNames []*string + NextToken *string + func (s *ListTypedLinkFacetNamesOutput) SetFacetNames(v []*string) *ListTypedLinkFacetNamesOutput + func (s *ListTypedLinkFacetNamesOutput) SetNextToken(v string) *ListTypedLinkFacetNamesOutput + func (s ListTypedLinkFacetNamesOutput) GoString() string + func (s ListTypedLinkFacetNamesOutput) String() string + type LookupPolicyInput struct + DirectoryArn *string + MaxResults *int64 + NextToken *string + ObjectReference *ObjectReference + 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) Validate() error + func (s LookupPolicyInput) GoString() string + func (s LookupPolicyInput) String() string + type LookupPolicyOutput struct + NextToken *string + PolicyToPathList []*PolicyToPath + func (s *LookupPolicyOutput) SetNextToken(v string) *LookupPolicyOutput + func (s *LookupPolicyOutput) SetPolicyToPathList(v []*PolicyToPath) *LookupPolicyOutput + func (s LookupPolicyOutput) GoString() string + func (s LookupPolicyOutput) String() string + type NotIndexException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotIndexException) Code() string + func (s *NotIndexException) Error() string + func (s *NotIndexException) Message() string + func (s *NotIndexException) OrigErr() error + func (s *NotIndexException) RequestID() string + func (s *NotIndexException) StatusCode() int + func (s NotIndexException) GoString() string + func (s NotIndexException) String() string + type NotNodeException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotNodeException) Code() string + func (s *NotNodeException) Error() string + func (s *NotNodeException) Message() string + func (s *NotNodeException) OrigErr() error + func (s *NotNodeException) RequestID() string + func (s *NotNodeException) StatusCode() int + func (s NotNodeException) GoString() string + func (s NotNodeException) String() string + type NotPolicyException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotPolicyException) Code() string + func (s *NotPolicyException) Error() string + func (s *NotPolicyException) Message() string + func (s *NotPolicyException) OrigErr() error + func (s *NotPolicyException) RequestID() string + func (s *NotPolicyException) StatusCode() int + func (s NotPolicyException) GoString() string + func (s NotPolicyException) String() string + type ObjectAlreadyDetachedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ObjectAlreadyDetachedException) Code() string + func (s *ObjectAlreadyDetachedException) Error() string + func (s *ObjectAlreadyDetachedException) Message() string + func (s *ObjectAlreadyDetachedException) OrigErr() error + func (s *ObjectAlreadyDetachedException) RequestID() string + func (s *ObjectAlreadyDetachedException) StatusCode() int + func (s ObjectAlreadyDetachedException) GoString() string + func (s ObjectAlreadyDetachedException) String() string + type ObjectAttributeAction struct + ObjectAttributeActionType *string + ObjectAttributeUpdateValue *TypedAttributeValue + func (s *ObjectAttributeAction) SetObjectAttributeActionType(v string) *ObjectAttributeAction + func (s *ObjectAttributeAction) SetObjectAttributeUpdateValue(v *TypedAttributeValue) *ObjectAttributeAction + func (s ObjectAttributeAction) GoString() string + func (s ObjectAttributeAction) String() string + type ObjectAttributeRange struct + AttributeKey *AttributeKey + Range *TypedAttributeValueRange + func (s *ObjectAttributeRange) SetAttributeKey(v *AttributeKey) *ObjectAttributeRange + func (s *ObjectAttributeRange) SetRange(v *TypedAttributeValueRange) *ObjectAttributeRange + func (s *ObjectAttributeRange) Validate() error + func (s ObjectAttributeRange) GoString() string + func (s ObjectAttributeRange) String() string + type ObjectAttributeUpdate struct + ObjectAttributeAction *ObjectAttributeAction + ObjectAttributeKey *AttributeKey + func (s *ObjectAttributeUpdate) SetObjectAttributeAction(v *ObjectAttributeAction) *ObjectAttributeUpdate + func (s *ObjectAttributeUpdate) SetObjectAttributeKey(v *AttributeKey) *ObjectAttributeUpdate + func (s *ObjectAttributeUpdate) Validate() error + func (s ObjectAttributeUpdate) GoString() string + func (s ObjectAttributeUpdate) String() string + type ObjectIdentifierAndLinkNameTuple struct + LinkName *string + ObjectIdentifier *string + func (s *ObjectIdentifierAndLinkNameTuple) SetLinkName(v string) *ObjectIdentifierAndLinkNameTuple + func (s *ObjectIdentifierAndLinkNameTuple) SetObjectIdentifier(v string) *ObjectIdentifierAndLinkNameTuple + func (s ObjectIdentifierAndLinkNameTuple) GoString() string + func (s ObjectIdentifierAndLinkNameTuple) String() string + type ObjectNotDetachedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ObjectNotDetachedException) Code() string + func (s *ObjectNotDetachedException) Error() string + func (s *ObjectNotDetachedException) Message() string + func (s *ObjectNotDetachedException) OrigErr() error + func (s *ObjectNotDetachedException) RequestID() string + func (s *ObjectNotDetachedException) StatusCode() int + func (s ObjectNotDetachedException) GoString() string + func (s ObjectNotDetachedException) String() string + type ObjectReference struct + Selector *string + func (s *ObjectReference) SetSelector(v string) *ObjectReference + func (s ObjectReference) GoString() string + func (s ObjectReference) String() string + type PathToObjectIdentifiers struct + ObjectIdentifiers []*string + Path *string + func (s *PathToObjectIdentifiers) SetObjectIdentifiers(v []*string) *PathToObjectIdentifiers + func (s *PathToObjectIdentifiers) SetPath(v string) *PathToObjectIdentifiers + func (s PathToObjectIdentifiers) GoString() string + func (s PathToObjectIdentifiers) String() string + type PolicyAttachment struct + ObjectIdentifier *string + PolicyId *string + PolicyType *string + func (s *PolicyAttachment) SetObjectIdentifier(v string) *PolicyAttachment + func (s *PolicyAttachment) SetPolicyId(v string) *PolicyAttachment + func (s *PolicyAttachment) SetPolicyType(v string) *PolicyAttachment + func (s PolicyAttachment) GoString() string + func (s PolicyAttachment) String() string + type PolicyToPath struct + Path *string + Policies []*PolicyAttachment + func (s *PolicyToPath) SetPath(v string) *PolicyToPath + func (s *PolicyToPath) SetPolicies(v []*PolicyAttachment) *PolicyToPath + func (s PolicyToPath) GoString() string + func (s PolicyToPath) String() string + type PublishSchemaInput struct + DevelopmentSchemaArn *string + MinorVersion *string + Name *string + Version *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) Validate() error + func (s PublishSchemaInput) GoString() string + func (s PublishSchemaInput) String() string + type PublishSchemaOutput struct + PublishedSchemaArn *string + func (s *PublishSchemaOutput) SetPublishedSchemaArn(v string) *PublishSchemaOutput + func (s PublishSchemaOutput) GoString() string + func (s PublishSchemaOutput) String() string + type PutSchemaFromJsonInput struct + Document *string + SchemaArn *string + func (s *PutSchemaFromJsonInput) SetDocument(v string) *PutSchemaFromJsonInput + func (s *PutSchemaFromJsonInput) SetSchemaArn(v string) *PutSchemaFromJsonInput + func (s *PutSchemaFromJsonInput) Validate() error + func (s PutSchemaFromJsonInput) GoString() string + func (s PutSchemaFromJsonInput) String() string + type PutSchemaFromJsonOutput struct + Arn *string + func (s *PutSchemaFromJsonOutput) SetArn(v string) *PutSchemaFromJsonOutput + func (s PutSchemaFromJsonOutput) GoString() string + func (s PutSchemaFromJsonOutput) String() string + type RemoveFacetFromObjectInput struct + DirectoryArn *string + ObjectReference *ObjectReference + SchemaFacet *SchemaFacet + func (s *RemoveFacetFromObjectInput) SetDirectoryArn(v string) *RemoveFacetFromObjectInput + func (s *RemoveFacetFromObjectInput) SetObjectReference(v *ObjectReference) *RemoveFacetFromObjectInput + func (s *RemoveFacetFromObjectInput) SetSchemaFacet(v *SchemaFacet) *RemoveFacetFromObjectInput + func (s *RemoveFacetFromObjectInput) Validate() error + func (s RemoveFacetFromObjectInput) GoString() string + func (s RemoveFacetFromObjectInput) String() string + type RemoveFacetFromObjectOutput struct + func (s RemoveFacetFromObjectOutput) GoString() string + func (s RemoveFacetFromObjectOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RetryableConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RetryableConflictException) Code() string + func (s *RetryableConflictException) Error() string + func (s *RetryableConflictException) Message() string + func (s *RetryableConflictException) OrigErr() error + func (s *RetryableConflictException) RequestID() string + func (s *RetryableConflictException) StatusCode() int + func (s RetryableConflictException) GoString() string + func (s RetryableConflictException) String() string + type Rule struct + Parameters map[string]*string + Type *string + func (s *Rule) SetParameters(v map[string]*string) *Rule + func (s *Rule) SetType(v string) *Rule + func (s Rule) GoString() string + func (s Rule) String() string + type SchemaAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SchemaAlreadyExistsException) Code() string + func (s *SchemaAlreadyExistsException) Error() string + func (s *SchemaAlreadyExistsException) Message() string + func (s *SchemaAlreadyExistsException) OrigErr() error + func (s *SchemaAlreadyExistsException) RequestID() string + func (s *SchemaAlreadyExistsException) StatusCode() int + func (s SchemaAlreadyExistsException) GoString() string + func (s SchemaAlreadyExistsException) String() string + type SchemaAlreadyPublishedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SchemaAlreadyPublishedException) Code() string + func (s *SchemaAlreadyPublishedException) Error() string + func (s *SchemaAlreadyPublishedException) Message() string + func (s *SchemaAlreadyPublishedException) OrigErr() error + func (s *SchemaAlreadyPublishedException) RequestID() string + func (s *SchemaAlreadyPublishedException) StatusCode() int + func (s SchemaAlreadyPublishedException) GoString() string + func (s SchemaAlreadyPublishedException) String() string + type SchemaFacet struct + FacetName *string + SchemaArn *string + func (s *SchemaFacet) SetFacetName(v string) *SchemaFacet + func (s *SchemaFacet) SetSchemaArn(v string) *SchemaFacet + func (s *SchemaFacet) Validate() error + func (s SchemaFacet) GoString() string + func (s SchemaFacet) String() string + type StillContainsLinksException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *StillContainsLinksException) Code() string + func (s *StillContainsLinksException) Error() string + func (s *StillContainsLinksException) Message() string + func (s *StillContainsLinksException) OrigErr() error + func (s *StillContainsLinksException) RequestID() string + func (s *StillContainsLinksException) StatusCode() int + func (s StillContainsLinksException) GoString() string + func (s StillContainsLinksException) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TypedAttributeValue struct + BinaryValue []byte + BooleanValue *bool + DatetimeValue *time.Time + NumberValue *string + StringValue *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) GoString() string + func (s TypedAttributeValue) String() string + type TypedAttributeValueRange struct + EndMode *string + EndValue *TypedAttributeValue + StartMode *string + StartValue *TypedAttributeValue + func (s *TypedAttributeValueRange) SetEndMode(v string) *TypedAttributeValueRange + func (s *TypedAttributeValueRange) SetEndValue(v *TypedAttributeValue) *TypedAttributeValueRange + func (s *TypedAttributeValueRange) SetStartMode(v string) *TypedAttributeValueRange + func (s *TypedAttributeValueRange) SetStartValue(v *TypedAttributeValue) *TypedAttributeValueRange + func (s *TypedAttributeValueRange) Validate() error + func (s TypedAttributeValueRange) GoString() string + func (s TypedAttributeValueRange) String() string + type TypedLinkAttributeDefinition struct + DefaultValue *TypedAttributeValue + IsImmutable *bool + Name *string + RequiredBehavior *string + Rules map[string]*Rule + Type *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 string) *TypedLinkAttributeDefinition + func (s *TypedLinkAttributeDefinition) SetRules(v map[string]*Rule) *TypedLinkAttributeDefinition + func (s *TypedLinkAttributeDefinition) SetType(v string) *TypedLinkAttributeDefinition + func (s *TypedLinkAttributeDefinition) Validate() error + func (s TypedLinkAttributeDefinition) GoString() string + func (s TypedLinkAttributeDefinition) String() string + type TypedLinkAttributeRange struct + AttributeName *string + Range *TypedAttributeValueRange + func (s *TypedLinkAttributeRange) SetAttributeName(v string) *TypedLinkAttributeRange + func (s *TypedLinkAttributeRange) SetRange(v *TypedAttributeValueRange) *TypedLinkAttributeRange + func (s *TypedLinkAttributeRange) Validate() error + func (s TypedLinkAttributeRange) GoString() string + func (s TypedLinkAttributeRange) String() string + type TypedLinkFacet struct + Attributes []*TypedLinkAttributeDefinition + IdentityAttributeOrder []*string + Name *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) Validate() error + func (s TypedLinkFacet) GoString() string + func (s TypedLinkFacet) String() string + type TypedLinkFacetAttributeUpdate struct + Action *string + Attribute *TypedLinkAttributeDefinition + func (s *TypedLinkFacetAttributeUpdate) SetAction(v string) *TypedLinkFacetAttributeUpdate + func (s *TypedLinkFacetAttributeUpdate) SetAttribute(v *TypedLinkAttributeDefinition) *TypedLinkFacetAttributeUpdate + func (s *TypedLinkFacetAttributeUpdate) Validate() error + func (s TypedLinkFacetAttributeUpdate) GoString() string + func (s TypedLinkFacetAttributeUpdate) String() string + type TypedLinkSchemaAndFacetName struct + SchemaArn *string + TypedLinkName *string + func (s *TypedLinkSchemaAndFacetName) SetSchemaArn(v string) *TypedLinkSchemaAndFacetName + func (s *TypedLinkSchemaAndFacetName) SetTypedLinkName(v string) *TypedLinkSchemaAndFacetName + func (s *TypedLinkSchemaAndFacetName) Validate() error + func (s TypedLinkSchemaAndFacetName) GoString() string + func (s TypedLinkSchemaAndFacetName) String() string + type TypedLinkSpecifier struct + IdentityAttributeValues []*AttributeNameAndValue + SourceObjectReference *ObjectReference + TargetObjectReference *ObjectReference + TypedLinkFacet *TypedLinkSchemaAndFacetName + 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) Validate() error + func (s TypedLinkSpecifier) GoString() string + func (s TypedLinkSpecifier) String() string + type UnsupportedIndexTypeException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedIndexTypeException) Code() string + func (s *UnsupportedIndexTypeException) Error() string + func (s *UnsupportedIndexTypeException) Message() string + func (s *UnsupportedIndexTypeException) OrigErr() error + func (s *UnsupportedIndexTypeException) RequestID() string + func (s *UnsupportedIndexTypeException) StatusCode() int + func (s UnsupportedIndexTypeException) GoString() string + func (s UnsupportedIndexTypeException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateFacetInput struct + AttributeUpdates []*FacetAttributeUpdate + Name *string + ObjectType *string + SchemaArn *string + func (s *UpdateFacetInput) SetAttributeUpdates(v []*FacetAttributeUpdate) *UpdateFacetInput + func (s *UpdateFacetInput) SetName(v string) *UpdateFacetInput + func (s *UpdateFacetInput) SetObjectType(v string) *UpdateFacetInput + func (s *UpdateFacetInput) SetSchemaArn(v string) *UpdateFacetInput + func (s *UpdateFacetInput) Validate() error + func (s UpdateFacetInput) GoString() string + func (s UpdateFacetInput) String() string + type UpdateFacetOutput struct + func (s UpdateFacetOutput) GoString() string + func (s UpdateFacetOutput) String() string + type UpdateLinkAttributesInput struct + AttributeUpdates []*LinkAttributeUpdate + DirectoryArn *string + TypedLinkSpecifier *TypedLinkSpecifier + func (s *UpdateLinkAttributesInput) SetAttributeUpdates(v []*LinkAttributeUpdate) *UpdateLinkAttributesInput + func (s *UpdateLinkAttributesInput) SetDirectoryArn(v string) *UpdateLinkAttributesInput + func (s *UpdateLinkAttributesInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *UpdateLinkAttributesInput + func (s *UpdateLinkAttributesInput) Validate() error + func (s UpdateLinkAttributesInput) GoString() string + func (s UpdateLinkAttributesInput) String() string + type UpdateLinkAttributesOutput struct + func (s UpdateLinkAttributesOutput) GoString() string + func (s UpdateLinkAttributesOutput) String() string + type UpdateObjectAttributesInput struct + AttributeUpdates []*ObjectAttributeUpdate + DirectoryArn *string + ObjectReference *ObjectReference + func (s *UpdateObjectAttributesInput) SetAttributeUpdates(v []*ObjectAttributeUpdate) *UpdateObjectAttributesInput + func (s *UpdateObjectAttributesInput) SetDirectoryArn(v string) *UpdateObjectAttributesInput + func (s *UpdateObjectAttributesInput) SetObjectReference(v *ObjectReference) *UpdateObjectAttributesInput + func (s *UpdateObjectAttributesInput) Validate() error + func (s UpdateObjectAttributesInput) GoString() string + func (s UpdateObjectAttributesInput) String() string + type UpdateObjectAttributesOutput struct + ObjectIdentifier *string + func (s *UpdateObjectAttributesOutput) SetObjectIdentifier(v string) *UpdateObjectAttributesOutput + func (s UpdateObjectAttributesOutput) GoString() string + func (s UpdateObjectAttributesOutput) String() string + type UpdateSchemaInput struct + Name *string + SchemaArn *string + func (s *UpdateSchemaInput) SetName(v string) *UpdateSchemaInput + func (s *UpdateSchemaInput) SetSchemaArn(v string) *UpdateSchemaInput + func (s *UpdateSchemaInput) Validate() error + func (s UpdateSchemaInput) GoString() string + func (s UpdateSchemaInput) String() string + type UpdateSchemaOutput struct + SchemaArn *string + func (s *UpdateSchemaOutput) SetSchemaArn(v string) *UpdateSchemaOutput + func (s UpdateSchemaOutput) GoString() string + func (s UpdateSchemaOutput) String() string + type UpdateTypedLinkFacetInput struct + AttributeUpdates []*TypedLinkFacetAttributeUpdate + IdentityAttributeOrder []*string + Name *string + SchemaArn *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) Validate() error + func (s UpdateTypedLinkFacetInput) GoString() string + func (s UpdateTypedLinkFacetInput) String() string + type UpdateTypedLinkFacetOutput struct + func (s UpdateTypedLinkFacetOutput) GoString() string + func (s UpdateTypedLinkFacetOutput) String() string + type UpgradeAppliedSchemaInput struct + DirectoryArn *string + DryRun *bool + PublishedSchemaArn *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) Validate() error + func (s UpgradeAppliedSchemaInput) GoString() string + func (s UpgradeAppliedSchemaInput) String() string + type UpgradeAppliedSchemaOutput struct + DirectoryArn *string + UpgradedSchemaArn *string + func (s *UpgradeAppliedSchemaOutput) SetDirectoryArn(v string) *UpgradeAppliedSchemaOutput + func (s *UpgradeAppliedSchemaOutput) SetUpgradedSchemaArn(v string) *UpgradeAppliedSchemaOutput + func (s UpgradeAppliedSchemaOutput) GoString() string + func (s UpgradeAppliedSchemaOutput) String() string + type UpgradePublishedSchemaInput struct + DevelopmentSchemaArn *string + DryRun *bool + MinorVersion *string + PublishedSchemaArn *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) Validate() error + func (s UpgradePublishedSchemaInput) GoString() string + func (s UpgradePublishedSchemaInput) String() string + type UpgradePublishedSchemaOutput struct + UpgradedSchemaArn *string + func (s *UpgradePublishedSchemaOutput) SetUpgradedSchemaArn(v string) *UpgradePublishedSchemaOutput + func (s UpgradePublishedSchemaOutput) GoString() string + func (s UpgradePublishedSchemaOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string