Versions in this module Expand all Collapse all v1 v1.7.8 Mar 10, 2017 Changes in this version + const DocumentSourceTypeOriginal + const DocumentSourceTypeWithComments + const DocumentStatusTypeActive + const DocumentStatusTypeInitialized + const DocumentThumbnailTypeLarge + const DocumentThumbnailTypeSmall + const DocumentThumbnailTypeSmallHq + const DocumentVersionStatusActive + const EndpointsID + const ErrCodeConcurrentModificationException + const ErrCodeDeactivatingLastSystemUserException + const ErrCodeEntityAlreadyExistsException + const ErrCodeEntityNotExistsException + const ErrCodeFailedDependencyException + const ErrCodeIllegalUserStateException + const ErrCodeInvalidArgumentException + const ErrCodeInvalidOperationException + const ErrCodeLimitExceededException + const ErrCodeProhibitedStateException + const ErrCodeServiceUnavailableException + const ErrCodeStorageLimitExceededException + const ErrCodeStorageLimitWillExceedException + const ErrCodeTooManySubscriptionsException + const ErrCodeUnauthorizedOperationException + const ErrCodeUnauthorizedResourceAccessException + const FolderContentTypeAll + const FolderContentTypeDocument + const FolderContentTypeFolder + const LocaleTypeDe + const LocaleTypeDefault + const LocaleTypeEn + const LocaleTypeEs + const LocaleTypeFr + const LocaleTypeJa + const LocaleTypeKo + const LocaleTypePtBr + const LocaleTypeRu + const LocaleTypeZhCn + const LocaleTypeZhTw + const OrderTypeAscending + const OrderTypeDescending + const PrincipalTypeAnonymous + const PrincipalTypeGroup + const PrincipalTypeInvite + const PrincipalTypeOrganization + const PrincipalTypeUser + const ResourceSortTypeDate + const ResourceSortTypeName + const ResourceStateTypeActive + const ResourceStateTypeRecycled + const ResourceStateTypeRecycling + const ResourceStateTypeRestoring + const RolePermissionTypeDirect + const RolePermissionTypeInherited + const RoleTypeContributor + const RoleTypeCoowner + const RoleTypeOwner + const RoleTypeViewer + const ServiceName + const ShareStatusTypeFailure + const ShareStatusTypeSuccess + const StorageTypeQuota + const StorageTypeUnlimited + const SubscriptionProtocolTypeHttps + const SubscriptionTypeAll + const UserFilterTypeActivePending + const UserFilterTypeAll + const UserSortTypeFullName + const UserSortTypeStorageLimit + const UserSortTypeStorageUsed + const UserSortTypeUserName + const UserSortTypeUserStatus + const UserStatusTypeActive + const UserStatusTypeInactive + const UserStatusTypePending + const UserTypeAdmin + const UserTypeUser + type AbortDocumentVersionUploadInput struct + DocumentId *string + VersionId *string + func (s *AbortDocumentVersionUploadInput) SetDocumentId(v string) *AbortDocumentVersionUploadInput + func (s *AbortDocumentVersionUploadInput) SetVersionId(v string) *AbortDocumentVersionUploadInput + func (s *AbortDocumentVersionUploadInput) Validate() error + func (s AbortDocumentVersionUploadInput) GoString() string + func (s AbortDocumentVersionUploadInput) String() string + type AbortDocumentVersionUploadOutput struct + func (s AbortDocumentVersionUploadOutput) GoString() string + func (s AbortDocumentVersionUploadOutput) String() string + type ActivateUserInput struct + UserId *string + func (s *ActivateUserInput) SetUserId(v string) *ActivateUserInput + func (s *ActivateUserInput) Validate() error + func (s ActivateUserInput) GoString() string + func (s ActivateUserInput) String() string + type ActivateUserOutput struct + User *User + func (s *ActivateUserOutput) SetUser(v *User) *ActivateUserOutput + func (s ActivateUserOutput) GoString() string + func (s ActivateUserOutput) String() string + type AddResourcePermissionsInput struct + Principals []*SharePrincipal + ResourceId *string + func (s *AddResourcePermissionsInput) SetPrincipals(v []*SharePrincipal) *AddResourcePermissionsInput + func (s *AddResourcePermissionsInput) SetResourceId(v string) *AddResourcePermissionsInput + func (s *AddResourcePermissionsInput) Validate() error + func (s AddResourcePermissionsInput) GoString() string + func (s AddResourcePermissionsInput) String() string + type AddResourcePermissionsOutput struct + ShareResults []*ShareResult + func (s *AddResourcePermissionsOutput) SetShareResults(v []*ShareResult) *AddResourcePermissionsOutput + func (s AddResourcePermissionsOutput) GoString() string + func (s AddResourcePermissionsOutput) String() string + type CreateFolderInput struct + Name *string + ParentFolderId *string + func (s *CreateFolderInput) SetName(v string) *CreateFolderInput + func (s *CreateFolderInput) SetParentFolderId(v string) *CreateFolderInput + func (s *CreateFolderInput) Validate() error + func (s CreateFolderInput) GoString() string + func (s CreateFolderInput) String() string + type CreateFolderOutput struct + Metadata *FolderMetadata + func (s *CreateFolderOutput) SetMetadata(v *FolderMetadata) *CreateFolderOutput + func (s CreateFolderOutput) GoString() string + func (s CreateFolderOutput) String() string + type CreateNotificationSubscriptionInput struct + Endpoint *string + OrganizationId *string + Protocol *string + SubscriptionType *string + func (s *CreateNotificationSubscriptionInput) SetEndpoint(v string) *CreateNotificationSubscriptionInput + func (s *CreateNotificationSubscriptionInput) SetOrganizationId(v string) *CreateNotificationSubscriptionInput + func (s *CreateNotificationSubscriptionInput) SetProtocol(v string) *CreateNotificationSubscriptionInput + func (s *CreateNotificationSubscriptionInput) SetSubscriptionType(v string) *CreateNotificationSubscriptionInput + func (s *CreateNotificationSubscriptionInput) Validate() error + func (s CreateNotificationSubscriptionInput) GoString() string + func (s CreateNotificationSubscriptionInput) String() string + type CreateNotificationSubscriptionOutput struct + Subscription *Subscription + func (s *CreateNotificationSubscriptionOutput) SetSubscription(v *Subscription) *CreateNotificationSubscriptionOutput + func (s CreateNotificationSubscriptionOutput) GoString() string + func (s CreateNotificationSubscriptionOutput) String() string + type CreateUserInput struct + GivenName *string + OrganizationId *string + Password *string + StorageRule *StorageRuleType + Surname *string + TimeZoneId *string + Username *string + func (s *CreateUserInput) SetGivenName(v string) *CreateUserInput + func (s *CreateUserInput) SetOrganizationId(v string) *CreateUserInput + func (s *CreateUserInput) SetPassword(v string) *CreateUserInput + func (s *CreateUserInput) SetStorageRule(v *StorageRuleType) *CreateUserInput + func (s *CreateUserInput) SetSurname(v string) *CreateUserInput + func (s *CreateUserInput) SetTimeZoneId(v string) *CreateUserInput + func (s *CreateUserInput) SetUsername(v string) *CreateUserInput + func (s *CreateUserInput) Validate() error + func (s CreateUserInput) GoString() string + func (s CreateUserInput) String() string + type CreateUserOutput struct + User *User + func (s *CreateUserOutput) SetUser(v *User) *CreateUserOutput + func (s CreateUserOutput) GoString() string + func (s CreateUserOutput) String() string + type DeactivateUserInput struct + UserId *string + func (s *DeactivateUserInput) SetUserId(v string) *DeactivateUserInput + func (s *DeactivateUserInput) Validate() error + func (s DeactivateUserInput) GoString() string + func (s DeactivateUserInput) String() string + type DeactivateUserOutput struct + func (s DeactivateUserOutput) GoString() string + func (s DeactivateUserOutput) String() string + type DeleteDocumentInput struct + DocumentId *string + func (s *DeleteDocumentInput) SetDocumentId(v string) *DeleteDocumentInput + func (s *DeleteDocumentInput) Validate() error + func (s DeleteDocumentInput) GoString() string + func (s DeleteDocumentInput) String() string + type DeleteDocumentOutput struct + func (s DeleteDocumentOutput) GoString() string + func (s DeleteDocumentOutput) String() string + type DeleteFolderContentsInput struct + FolderId *string + func (s *DeleteFolderContentsInput) SetFolderId(v string) *DeleteFolderContentsInput + func (s *DeleteFolderContentsInput) Validate() error + func (s DeleteFolderContentsInput) GoString() string + func (s DeleteFolderContentsInput) String() string + type DeleteFolderContentsOutput struct + func (s DeleteFolderContentsOutput) GoString() string + func (s DeleteFolderContentsOutput) String() string + type DeleteFolderInput struct + FolderId *string + func (s *DeleteFolderInput) SetFolderId(v string) *DeleteFolderInput + func (s *DeleteFolderInput) Validate() error + func (s DeleteFolderInput) GoString() string + func (s DeleteFolderInput) String() string + type DeleteFolderOutput struct + func (s DeleteFolderOutput) GoString() string + func (s DeleteFolderOutput) String() string + type DeleteNotificationSubscriptionInput struct + OrganizationId *string + SubscriptionId *string + func (s *DeleteNotificationSubscriptionInput) SetOrganizationId(v string) *DeleteNotificationSubscriptionInput + func (s *DeleteNotificationSubscriptionInput) SetSubscriptionId(v string) *DeleteNotificationSubscriptionInput + func (s *DeleteNotificationSubscriptionInput) Validate() error + func (s DeleteNotificationSubscriptionInput) GoString() string + func (s DeleteNotificationSubscriptionInput) String() string + type DeleteNotificationSubscriptionOutput struct + func (s DeleteNotificationSubscriptionOutput) GoString() string + func (s DeleteNotificationSubscriptionOutput) String() string + type DeleteUserInput struct + UserId *string + func (s *DeleteUserInput) SetUserId(v string) *DeleteUserInput + func (s *DeleteUserInput) Validate() error + func (s DeleteUserInput) GoString() string + func (s DeleteUserInput) String() string + type DeleteUserOutput struct + func (s DeleteUserOutput) GoString() string + func (s DeleteUserOutput) String() string + type DescribeDocumentVersionsInput struct + DocumentId *string + Fields *string + Include *string + Limit *int64 + Marker *string + func (s *DescribeDocumentVersionsInput) SetDocumentId(v string) *DescribeDocumentVersionsInput + func (s *DescribeDocumentVersionsInput) SetFields(v string) *DescribeDocumentVersionsInput + func (s *DescribeDocumentVersionsInput) SetInclude(v string) *DescribeDocumentVersionsInput + func (s *DescribeDocumentVersionsInput) SetLimit(v int64) *DescribeDocumentVersionsInput + func (s *DescribeDocumentVersionsInput) SetMarker(v string) *DescribeDocumentVersionsInput + func (s *DescribeDocumentVersionsInput) Validate() error + func (s DescribeDocumentVersionsInput) GoString() string + func (s DescribeDocumentVersionsInput) String() string + type DescribeDocumentVersionsOutput struct + DocumentVersions []*DocumentVersionMetadata + Marker *string + func (s *DescribeDocumentVersionsOutput) SetDocumentVersions(v []*DocumentVersionMetadata) *DescribeDocumentVersionsOutput + func (s *DescribeDocumentVersionsOutput) SetMarker(v string) *DescribeDocumentVersionsOutput + func (s DescribeDocumentVersionsOutput) GoString() string + func (s DescribeDocumentVersionsOutput) String() string + type DescribeFolderContentsInput struct + FolderId *string + Include *string + Limit *int64 + Marker *string + Order *string + Sort *string + Type *string + func (s *DescribeFolderContentsInput) SetFolderId(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetInclude(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetLimit(v int64) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetMarker(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetOrder(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetSort(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) SetType(v string) *DescribeFolderContentsInput + func (s *DescribeFolderContentsInput) Validate() error + func (s DescribeFolderContentsInput) GoString() string + func (s DescribeFolderContentsInput) String() string + type DescribeFolderContentsOutput struct + Documents []*DocumentMetadata + Folders []*FolderMetadata + Marker *string + func (s *DescribeFolderContentsOutput) SetDocuments(v []*DocumentMetadata) *DescribeFolderContentsOutput + func (s *DescribeFolderContentsOutput) SetFolders(v []*FolderMetadata) *DescribeFolderContentsOutput + func (s *DescribeFolderContentsOutput) SetMarker(v string) *DescribeFolderContentsOutput + func (s DescribeFolderContentsOutput) GoString() string + func (s DescribeFolderContentsOutput) String() string + type DescribeNotificationSubscriptionsInput struct + Limit *int64 + Marker *string + OrganizationId *string + func (s *DescribeNotificationSubscriptionsInput) SetLimit(v int64) *DescribeNotificationSubscriptionsInput + func (s *DescribeNotificationSubscriptionsInput) SetMarker(v string) *DescribeNotificationSubscriptionsInput + func (s *DescribeNotificationSubscriptionsInput) SetOrganizationId(v string) *DescribeNotificationSubscriptionsInput + func (s *DescribeNotificationSubscriptionsInput) Validate() error + func (s DescribeNotificationSubscriptionsInput) GoString() string + func (s DescribeNotificationSubscriptionsInput) String() string + type DescribeNotificationSubscriptionsOutput struct + Marker *string + Subscriptions []*Subscription + func (s *DescribeNotificationSubscriptionsOutput) SetMarker(v string) *DescribeNotificationSubscriptionsOutput + func (s *DescribeNotificationSubscriptionsOutput) SetSubscriptions(v []*Subscription) *DescribeNotificationSubscriptionsOutput + func (s DescribeNotificationSubscriptionsOutput) GoString() string + func (s DescribeNotificationSubscriptionsOutput) String() string + type DescribeResourcePermissionsInput struct + Limit *int64 + Marker *string + ResourceId *string + func (s *DescribeResourcePermissionsInput) SetLimit(v int64) *DescribeResourcePermissionsInput + func (s *DescribeResourcePermissionsInput) SetMarker(v string) *DescribeResourcePermissionsInput + func (s *DescribeResourcePermissionsInput) SetResourceId(v string) *DescribeResourcePermissionsInput + func (s *DescribeResourcePermissionsInput) Validate() error + func (s DescribeResourcePermissionsInput) GoString() string + func (s DescribeResourcePermissionsInput) String() string + type DescribeResourcePermissionsOutput struct + Marker *string + Principals []*Principal + func (s *DescribeResourcePermissionsOutput) SetMarker(v string) *DescribeResourcePermissionsOutput + func (s *DescribeResourcePermissionsOutput) SetPrincipals(v []*Principal) *DescribeResourcePermissionsOutput + func (s DescribeResourcePermissionsOutput) GoString() string + func (s DescribeResourcePermissionsOutput) String() string + type DescribeUsersInput struct + Fields *string + Include *string + Limit *int64 + Marker *string + Order *string + OrganizationId *string + Query *string + Sort *string + UserIds *string + func (s *DescribeUsersInput) SetFields(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetInclude(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetLimit(v int64) *DescribeUsersInput + func (s *DescribeUsersInput) SetMarker(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetOrder(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetOrganizationId(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetQuery(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetSort(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetUserIds(v string) *DescribeUsersInput + func (s *DescribeUsersInput) Validate() error + func (s DescribeUsersInput) GoString() string + func (s DescribeUsersInput) String() string + type DescribeUsersOutput struct + Marker *string + TotalNumberOfUsers *int64 + Users []*User + func (s *DescribeUsersOutput) SetMarker(v string) *DescribeUsersOutput + func (s *DescribeUsersOutput) SetTotalNumberOfUsers(v int64) *DescribeUsersOutput + func (s *DescribeUsersOutput) SetUsers(v []*User) *DescribeUsersOutput + func (s DescribeUsersOutput) GoString() string + func (s DescribeUsersOutput) String() string + type DocumentMetadata struct + CreatedTimestamp *time.Time + CreatorId *string + Id *string + LatestVersionMetadata *DocumentVersionMetadata + ModifiedTimestamp *time.Time + ParentFolderId *string + ResourceState *string + func (s *DocumentMetadata) SetCreatedTimestamp(v time.Time) *DocumentMetadata + func (s *DocumentMetadata) SetCreatorId(v string) *DocumentMetadata + func (s *DocumentMetadata) SetId(v string) *DocumentMetadata + func (s *DocumentMetadata) SetLatestVersionMetadata(v *DocumentVersionMetadata) *DocumentMetadata + func (s *DocumentMetadata) SetModifiedTimestamp(v time.Time) *DocumentMetadata + func (s *DocumentMetadata) SetParentFolderId(v string) *DocumentMetadata + func (s *DocumentMetadata) SetResourceState(v string) *DocumentMetadata + func (s DocumentMetadata) GoString() string + func (s DocumentMetadata) String() string + type DocumentVersionMetadata struct + ContentCreatedTimestamp *time.Time + ContentModifiedTimestamp *time.Time + ContentType *string + CreatedTimestamp *time.Time + CreatorId *string + Id *string + ModifiedTimestamp *time.Time + Name *string + Signature *string + Size *int64 + Source map[string]*string + Status *string + Thumbnail map[string]*string + func (s *DocumentVersionMetadata) SetContentCreatedTimestamp(v time.Time) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetContentModifiedTimestamp(v time.Time) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetContentType(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetCreatedTimestamp(v time.Time) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetCreatorId(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetId(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetModifiedTimestamp(v time.Time) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetName(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetSignature(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetSize(v int64) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetSource(v map[string]*string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetStatus(v string) *DocumentVersionMetadata + func (s *DocumentVersionMetadata) SetThumbnail(v map[string]*string) *DocumentVersionMetadata + func (s DocumentVersionMetadata) GoString() string + func (s DocumentVersionMetadata) String() string + type FolderMetadata struct + CreatedTimestamp *time.Time + CreatorId *string + Id *string + ModifiedTimestamp *time.Time + Name *string + ParentFolderId *string + ResourceState *string + Signature *string + func (s *FolderMetadata) SetCreatedTimestamp(v time.Time) *FolderMetadata + func (s *FolderMetadata) SetCreatorId(v string) *FolderMetadata + func (s *FolderMetadata) SetId(v string) *FolderMetadata + func (s *FolderMetadata) SetModifiedTimestamp(v time.Time) *FolderMetadata + func (s *FolderMetadata) SetName(v string) *FolderMetadata + func (s *FolderMetadata) SetParentFolderId(v string) *FolderMetadata + func (s *FolderMetadata) SetResourceState(v string) *FolderMetadata + func (s *FolderMetadata) SetSignature(v string) *FolderMetadata + func (s FolderMetadata) GoString() string + func (s FolderMetadata) String() string + type GetDocumentInput struct + DocumentId *string + func (s *GetDocumentInput) SetDocumentId(v string) *GetDocumentInput + func (s *GetDocumentInput) Validate() error + func (s GetDocumentInput) GoString() string + func (s GetDocumentInput) String() string + type GetDocumentOutput struct + Metadata *DocumentMetadata + func (s *GetDocumentOutput) SetMetadata(v *DocumentMetadata) *GetDocumentOutput + func (s GetDocumentOutput) GoString() string + func (s GetDocumentOutput) String() string + type GetDocumentPathInput struct + DocumentId *string + Fields *string + Limit *int64 + Marker *string + func (s *GetDocumentPathInput) SetDocumentId(v string) *GetDocumentPathInput + func (s *GetDocumentPathInput) SetFields(v string) *GetDocumentPathInput + func (s *GetDocumentPathInput) SetLimit(v int64) *GetDocumentPathInput + func (s *GetDocumentPathInput) SetMarker(v string) *GetDocumentPathInput + func (s *GetDocumentPathInput) Validate() error + func (s GetDocumentPathInput) GoString() string + func (s GetDocumentPathInput) String() string + type GetDocumentPathOutput struct + Path *ResourcePath + func (s *GetDocumentPathOutput) SetPath(v *ResourcePath) *GetDocumentPathOutput + func (s GetDocumentPathOutput) GoString() string + func (s GetDocumentPathOutput) String() string + type GetDocumentVersionInput struct + DocumentId *string + Fields *string + VersionId *string + func (s *GetDocumentVersionInput) SetDocumentId(v string) *GetDocumentVersionInput + func (s *GetDocumentVersionInput) SetFields(v string) *GetDocumentVersionInput + func (s *GetDocumentVersionInput) SetVersionId(v string) *GetDocumentVersionInput + func (s *GetDocumentVersionInput) Validate() error + func (s GetDocumentVersionInput) GoString() string + func (s GetDocumentVersionInput) String() string + type GetDocumentVersionOutput struct + Metadata *DocumentVersionMetadata + func (s *GetDocumentVersionOutput) SetMetadata(v *DocumentVersionMetadata) *GetDocumentVersionOutput + func (s GetDocumentVersionOutput) GoString() string + func (s GetDocumentVersionOutput) String() string + type GetFolderInput struct + FolderId *string + func (s *GetFolderInput) SetFolderId(v string) *GetFolderInput + func (s *GetFolderInput) Validate() error + func (s GetFolderInput) GoString() string + func (s GetFolderInput) String() string + type GetFolderOutput struct + Metadata *FolderMetadata + func (s *GetFolderOutput) SetMetadata(v *FolderMetadata) *GetFolderOutput + func (s GetFolderOutput) GoString() string + func (s GetFolderOutput) String() string + type GetFolderPathInput struct + Fields *string + FolderId *string + Limit *int64 + Marker *string + func (s *GetFolderPathInput) SetFields(v string) *GetFolderPathInput + func (s *GetFolderPathInput) SetFolderId(v string) *GetFolderPathInput + func (s *GetFolderPathInput) SetLimit(v int64) *GetFolderPathInput + func (s *GetFolderPathInput) SetMarker(v string) *GetFolderPathInput + func (s *GetFolderPathInput) Validate() error + func (s GetFolderPathInput) GoString() string + func (s GetFolderPathInput) String() string + type GetFolderPathOutput struct + Path *ResourcePath + func (s *GetFolderPathOutput) SetPath(v *ResourcePath) *GetFolderPathOutput + func (s GetFolderPathOutput) GoString() string + func (s GetFolderPathOutput) String() string + type InitiateDocumentVersionUploadInput struct + ContentCreatedTimestamp *time.Time + ContentModifiedTimestamp *time.Time + ContentType *string + DocumentSizeInBytes *int64 + Id *string + Name *string + ParentFolderId *string + func (s *InitiateDocumentVersionUploadInput) SetContentCreatedTimestamp(v time.Time) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetContentModifiedTimestamp(v time.Time) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetContentType(v string) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetDocumentSizeInBytes(v int64) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetId(v string) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetName(v string) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) SetParentFolderId(v string) *InitiateDocumentVersionUploadInput + func (s *InitiateDocumentVersionUploadInput) Validate() error + func (s InitiateDocumentVersionUploadInput) GoString() string + func (s InitiateDocumentVersionUploadInput) String() string + type InitiateDocumentVersionUploadOutput struct + Metadata *DocumentMetadata + UploadMetadata *UploadMetadata + func (s *InitiateDocumentVersionUploadOutput) SetMetadata(v *DocumentMetadata) *InitiateDocumentVersionUploadOutput + func (s *InitiateDocumentVersionUploadOutput) SetUploadMetadata(v *UploadMetadata) *InitiateDocumentVersionUploadOutput + func (s InitiateDocumentVersionUploadOutput) GoString() string + func (s InitiateDocumentVersionUploadOutput) String() string + type PermissionInfo struct + Role *string + Type *string + func (s *PermissionInfo) SetRole(v string) *PermissionInfo + func (s *PermissionInfo) SetType(v string) *PermissionInfo + func (s PermissionInfo) GoString() string + func (s PermissionInfo) String() string + type Principal struct + Id *string + Roles []*PermissionInfo + Type *string + func (s *Principal) SetId(v string) *Principal + func (s *Principal) SetRoles(v []*PermissionInfo) *Principal + func (s *Principal) SetType(v string) *Principal + func (s Principal) GoString() string + func (s Principal) String() string + type RemoveAllResourcePermissionsInput struct + ResourceId *string + func (s *RemoveAllResourcePermissionsInput) SetResourceId(v string) *RemoveAllResourcePermissionsInput + func (s *RemoveAllResourcePermissionsInput) Validate() error + func (s RemoveAllResourcePermissionsInput) GoString() string + func (s RemoveAllResourcePermissionsInput) String() string + type RemoveAllResourcePermissionsOutput struct + func (s RemoveAllResourcePermissionsOutput) GoString() string + func (s RemoveAllResourcePermissionsOutput) String() string + type RemoveResourcePermissionInput struct + PrincipalId *string + PrincipalType *string + ResourceId *string + func (s *RemoveResourcePermissionInput) SetPrincipalId(v string) *RemoveResourcePermissionInput + func (s *RemoveResourcePermissionInput) SetPrincipalType(v string) *RemoveResourcePermissionInput + func (s *RemoveResourcePermissionInput) SetResourceId(v string) *RemoveResourcePermissionInput + func (s *RemoveResourcePermissionInput) Validate() error + func (s RemoveResourcePermissionInput) GoString() string + func (s RemoveResourcePermissionInput) String() string + type RemoveResourcePermissionOutput struct + func (s RemoveResourcePermissionOutput) GoString() string + func (s RemoveResourcePermissionOutput) String() string + type ResourcePath struct + Components []*ResourcePathComponent + func (s *ResourcePath) SetComponents(v []*ResourcePathComponent) *ResourcePath + func (s ResourcePath) GoString() string + func (s ResourcePath) String() string + type ResourcePathComponent struct + Id *string + Name *string + func (s *ResourcePathComponent) SetId(v string) *ResourcePathComponent + func (s *ResourcePathComponent) SetName(v string) *ResourcePathComponent + func (s ResourcePathComponent) GoString() string + func (s ResourcePathComponent) String() string + type SharePrincipal struct + Id *string + Role *string + Type *string + func (s *SharePrincipal) SetId(v string) *SharePrincipal + func (s *SharePrincipal) SetRole(v string) *SharePrincipal + func (s *SharePrincipal) SetType(v string) *SharePrincipal + func (s *SharePrincipal) Validate() error + func (s SharePrincipal) GoString() string + func (s SharePrincipal) String() string + type ShareResult struct + PrincipalId *string + Role *string + ShareId *string + Status *string + StatusMessage *string + func (s *ShareResult) SetPrincipalId(v string) *ShareResult + func (s *ShareResult) SetRole(v string) *ShareResult + func (s *ShareResult) SetShareId(v string) *ShareResult + func (s *ShareResult) SetStatus(v string) *ShareResult + func (s *ShareResult) SetStatusMessage(v string) *ShareResult + func (s ShareResult) GoString() string + func (s ShareResult) String() string + type StorageRuleType struct + StorageAllocatedInBytes *int64 + StorageType *string + func (s *StorageRuleType) SetStorageAllocatedInBytes(v int64) *StorageRuleType + func (s *StorageRuleType) SetStorageType(v string) *StorageRuleType + func (s StorageRuleType) GoString() string + func (s StorageRuleType) String() string + type Subscription struct + EndPoint *string + Protocol *string + SubscriptionId *string + func (s *Subscription) SetEndPoint(v string) *Subscription + func (s *Subscription) SetProtocol(v string) *Subscription + func (s *Subscription) SetSubscriptionId(v string) *Subscription + func (s Subscription) GoString() string + func (s Subscription) String() string + type UpdateDocumentInput struct + DocumentId *string + Name *string + ParentFolderId *string + ResourceState *string + func (s *UpdateDocumentInput) SetDocumentId(v string) *UpdateDocumentInput + func (s *UpdateDocumentInput) SetName(v string) *UpdateDocumentInput + func (s *UpdateDocumentInput) SetParentFolderId(v string) *UpdateDocumentInput + func (s *UpdateDocumentInput) SetResourceState(v string) *UpdateDocumentInput + func (s *UpdateDocumentInput) Validate() error + func (s UpdateDocumentInput) GoString() string + func (s UpdateDocumentInput) String() string + type UpdateDocumentOutput struct + func (s UpdateDocumentOutput) GoString() string + func (s UpdateDocumentOutput) String() string + type UpdateDocumentVersionInput struct + DocumentId *string + VersionId *string + VersionStatus *string + func (s *UpdateDocumentVersionInput) SetDocumentId(v string) *UpdateDocumentVersionInput + func (s *UpdateDocumentVersionInput) SetVersionId(v string) *UpdateDocumentVersionInput + func (s *UpdateDocumentVersionInput) SetVersionStatus(v string) *UpdateDocumentVersionInput + func (s *UpdateDocumentVersionInput) Validate() error + func (s UpdateDocumentVersionInput) GoString() string + func (s UpdateDocumentVersionInput) String() string + type UpdateDocumentVersionOutput struct + func (s UpdateDocumentVersionOutput) GoString() string + func (s UpdateDocumentVersionOutput) String() string + type UpdateFolderInput struct + FolderId *string + Name *string + ParentFolderId *string + ResourceState *string + func (s *UpdateFolderInput) SetFolderId(v string) *UpdateFolderInput + func (s *UpdateFolderInput) SetName(v string) *UpdateFolderInput + func (s *UpdateFolderInput) SetParentFolderId(v string) *UpdateFolderInput + func (s *UpdateFolderInput) SetResourceState(v string) *UpdateFolderInput + func (s *UpdateFolderInput) Validate() error + func (s UpdateFolderInput) GoString() string + func (s UpdateFolderInput) String() string + type UpdateFolderOutput struct + func (s UpdateFolderOutput) GoString() string + func (s UpdateFolderOutput) String() string + type UpdateUserInput struct + GivenName *string + Locale *string + StorageRule *StorageRuleType + Surname *string + TimeZoneId *string + Type *string + UserId *string + func (s *UpdateUserInput) SetGivenName(v string) *UpdateUserInput + func (s *UpdateUserInput) SetLocale(v string) *UpdateUserInput + func (s *UpdateUserInput) SetStorageRule(v *StorageRuleType) *UpdateUserInput + func (s *UpdateUserInput) SetSurname(v string) *UpdateUserInput + func (s *UpdateUserInput) SetTimeZoneId(v string) *UpdateUserInput + func (s *UpdateUserInput) SetType(v string) *UpdateUserInput + func (s *UpdateUserInput) SetUserId(v string) *UpdateUserInput + func (s *UpdateUserInput) Validate() error + func (s UpdateUserInput) GoString() string + func (s UpdateUserInput) String() string + type UpdateUserOutput struct + User *User + func (s *UpdateUserOutput) SetUser(v *User) *UpdateUserOutput + func (s UpdateUserOutput) GoString() string + func (s UpdateUserOutput) String() string + type UploadMetadata struct + SignedHeaders map[string]*string + UploadUrl *string + func (s *UploadMetadata) SetSignedHeaders(v map[string]*string) *UploadMetadata + func (s *UploadMetadata) SetUploadUrl(v string) *UploadMetadata + func (s UploadMetadata) GoString() string + func (s UploadMetadata) String() string + type User struct + CreatedTimestamp *time.Time + EmailAddress *string + GivenName *string + Id *string + Locale *string + ModifiedTimestamp *time.Time + OrganizationId *string + RecycleBinFolderId *string + RootFolderId *string + Status *string + Storage *UserStorageMetadata + Surname *string + TimeZoneId *string + Type *string + Username *string + func (s *User) SetCreatedTimestamp(v time.Time) *User + func (s *User) SetEmailAddress(v string) *User + func (s *User) SetGivenName(v string) *User + func (s *User) SetId(v string) *User + func (s *User) SetLocale(v string) *User + func (s *User) SetModifiedTimestamp(v time.Time) *User + func (s *User) SetOrganizationId(v string) *User + func (s *User) SetRecycleBinFolderId(v string) *User + func (s *User) SetRootFolderId(v string) *User + func (s *User) SetStatus(v string) *User + func (s *User) SetStorage(v *UserStorageMetadata) *User + func (s *User) SetSurname(v string) *User + func (s *User) SetTimeZoneId(v string) *User + func (s *User) SetType(v string) *User + func (s *User) SetUsername(v string) *User + func (s User) GoString() string + func (s User) String() string + type UserStorageMetadata struct + StorageRule *StorageRuleType + StorageUtilizedInBytes *int64 + func (s *UserStorageMetadata) SetStorageRule(v *StorageRuleType) *UserStorageMetadata + func (s *UserStorageMetadata) SetStorageUtilizedInBytes(v int64) *UserStorageMetadata + func (s UserStorageMetadata) GoString() string + func (s UserStorageMetadata) String() string + type WorkDocs struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *WorkDocs + func (c *WorkDocs) AbortDocumentVersionUpload(input *AbortDocumentVersionUploadInput) (*AbortDocumentVersionUploadOutput, error) + func (c *WorkDocs) AbortDocumentVersionUploadRequest(input *AbortDocumentVersionUploadInput) (req *request.Request, output *AbortDocumentVersionUploadOutput) + func (c *WorkDocs) ActivateUser(input *ActivateUserInput) (*ActivateUserOutput, error) + func (c *WorkDocs) ActivateUserRequest(input *ActivateUserInput) (req *request.Request, output *ActivateUserOutput) + func (c *WorkDocs) AddResourcePermissions(input *AddResourcePermissionsInput) (*AddResourcePermissionsOutput, error) + func (c *WorkDocs) AddResourcePermissionsRequest(input *AddResourcePermissionsInput) (req *request.Request, output *AddResourcePermissionsOutput) + func (c *WorkDocs) CreateFolder(input *CreateFolderInput) (*CreateFolderOutput, error) + func (c *WorkDocs) CreateFolderRequest(input *CreateFolderInput) (req *request.Request, output *CreateFolderOutput) + func (c *WorkDocs) CreateNotificationSubscription(input *CreateNotificationSubscriptionInput) (*CreateNotificationSubscriptionOutput, error) + func (c *WorkDocs) CreateNotificationSubscriptionRequest(input *CreateNotificationSubscriptionInput) (req *request.Request, output *CreateNotificationSubscriptionOutput) + func (c *WorkDocs) CreateUser(input *CreateUserInput) (*CreateUserOutput, error) + func (c *WorkDocs) CreateUserRequest(input *CreateUserInput) (req *request.Request, output *CreateUserOutput) + func (c *WorkDocs) DeactivateUser(input *DeactivateUserInput) (*DeactivateUserOutput, error) + func (c *WorkDocs) DeactivateUserRequest(input *DeactivateUserInput) (req *request.Request, output *DeactivateUserOutput) + func (c *WorkDocs) DeleteDocument(input *DeleteDocumentInput) (*DeleteDocumentOutput, error) + func (c *WorkDocs) DeleteDocumentRequest(input *DeleteDocumentInput) (req *request.Request, output *DeleteDocumentOutput) + func (c *WorkDocs) DeleteFolder(input *DeleteFolderInput) (*DeleteFolderOutput, error) + func (c *WorkDocs) DeleteFolderContents(input *DeleteFolderContentsInput) (*DeleteFolderContentsOutput, error) + func (c *WorkDocs) DeleteFolderContentsRequest(input *DeleteFolderContentsInput) (req *request.Request, output *DeleteFolderContentsOutput) + func (c *WorkDocs) DeleteFolderRequest(input *DeleteFolderInput) (req *request.Request, output *DeleteFolderOutput) + func (c *WorkDocs) DeleteNotificationSubscription(input *DeleteNotificationSubscriptionInput) (*DeleteNotificationSubscriptionOutput, error) + func (c *WorkDocs) DeleteNotificationSubscriptionRequest(input *DeleteNotificationSubscriptionInput) (req *request.Request, output *DeleteNotificationSubscriptionOutput) + func (c *WorkDocs) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error) + func (c *WorkDocs) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput) + func (c *WorkDocs) DescribeDocumentVersions(input *DescribeDocumentVersionsInput) (*DescribeDocumentVersionsOutput, error) + func (c *WorkDocs) DescribeDocumentVersionsPages(input *DescribeDocumentVersionsInput, ...) error + func (c *WorkDocs) DescribeDocumentVersionsRequest(input *DescribeDocumentVersionsInput) (req *request.Request, output *DescribeDocumentVersionsOutput) + func (c *WorkDocs) DescribeFolderContents(input *DescribeFolderContentsInput) (*DescribeFolderContentsOutput, error) + func (c *WorkDocs) DescribeFolderContentsPages(input *DescribeFolderContentsInput, ...) error + func (c *WorkDocs) DescribeFolderContentsRequest(input *DescribeFolderContentsInput) (req *request.Request, output *DescribeFolderContentsOutput) + func (c *WorkDocs) DescribeNotificationSubscriptions(input *DescribeNotificationSubscriptionsInput) (*DescribeNotificationSubscriptionsOutput, error) + func (c *WorkDocs) DescribeNotificationSubscriptionsRequest(input *DescribeNotificationSubscriptionsInput) (req *request.Request, output *DescribeNotificationSubscriptionsOutput) + func (c *WorkDocs) DescribeResourcePermissions(input *DescribeResourcePermissionsInput) (*DescribeResourcePermissionsOutput, error) + func (c *WorkDocs) DescribeResourcePermissionsRequest(input *DescribeResourcePermissionsInput) (req *request.Request, output *DescribeResourcePermissionsOutput) + func (c *WorkDocs) DescribeUsers(input *DescribeUsersInput) (*DescribeUsersOutput, error) + func (c *WorkDocs) DescribeUsersPages(input *DescribeUsersInput, ...) error + func (c *WorkDocs) DescribeUsersRequest(input *DescribeUsersInput) (req *request.Request, output *DescribeUsersOutput) + func (c *WorkDocs) GetDocument(input *GetDocumentInput) (*GetDocumentOutput, error) + func (c *WorkDocs) GetDocumentPath(input *GetDocumentPathInput) (*GetDocumentPathOutput, error) + func (c *WorkDocs) GetDocumentPathRequest(input *GetDocumentPathInput) (req *request.Request, output *GetDocumentPathOutput) + func (c *WorkDocs) GetDocumentRequest(input *GetDocumentInput) (req *request.Request, output *GetDocumentOutput) + func (c *WorkDocs) GetDocumentVersion(input *GetDocumentVersionInput) (*GetDocumentVersionOutput, error) + func (c *WorkDocs) GetDocumentVersionRequest(input *GetDocumentVersionInput) (req *request.Request, output *GetDocumentVersionOutput) + func (c *WorkDocs) GetFolder(input *GetFolderInput) (*GetFolderOutput, error) + func (c *WorkDocs) GetFolderPath(input *GetFolderPathInput) (*GetFolderPathOutput, error) + func (c *WorkDocs) GetFolderPathRequest(input *GetFolderPathInput) (req *request.Request, output *GetFolderPathOutput) + func (c *WorkDocs) GetFolderRequest(input *GetFolderInput) (req *request.Request, output *GetFolderOutput) + func (c *WorkDocs) InitiateDocumentVersionUpload(input *InitiateDocumentVersionUploadInput) (*InitiateDocumentVersionUploadOutput, error) + func (c *WorkDocs) InitiateDocumentVersionUploadRequest(input *InitiateDocumentVersionUploadInput) (req *request.Request, output *InitiateDocumentVersionUploadOutput) + func (c *WorkDocs) RemoveAllResourcePermissions(input *RemoveAllResourcePermissionsInput) (*RemoveAllResourcePermissionsOutput, error) + func (c *WorkDocs) RemoveAllResourcePermissionsRequest(input *RemoveAllResourcePermissionsInput) (req *request.Request, output *RemoveAllResourcePermissionsOutput) + func (c *WorkDocs) RemoveResourcePermission(input *RemoveResourcePermissionInput) (*RemoveResourcePermissionOutput, error) + func (c *WorkDocs) RemoveResourcePermissionRequest(input *RemoveResourcePermissionInput) (req *request.Request, output *RemoveResourcePermissionOutput) + func (c *WorkDocs) UpdateDocument(input *UpdateDocumentInput) (*UpdateDocumentOutput, error) + func (c *WorkDocs) UpdateDocumentRequest(input *UpdateDocumentInput) (req *request.Request, output *UpdateDocumentOutput) + func (c *WorkDocs) UpdateDocumentVersion(input *UpdateDocumentVersionInput) (*UpdateDocumentVersionOutput, error) + func (c *WorkDocs) UpdateDocumentVersionRequest(input *UpdateDocumentVersionInput) (req *request.Request, output *UpdateDocumentVersionOutput) + func (c *WorkDocs) UpdateFolder(input *UpdateFolderInput) (*UpdateFolderOutput, error) + func (c *WorkDocs) UpdateFolderRequest(input *UpdateFolderInput) (req *request.Request, output *UpdateFolderOutput) + func (c *WorkDocs) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error) + func (c *WorkDocs) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput)