@aws-sdk/client-workdocs 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/WorkDocs.js +1 -2
- package/{dist/cjs → dist-cjs}/WorkDocsClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AbortDocumentVersionUploadCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ActivateUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddResourcePermissionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateCommentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateCustomMetadataCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLabelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateNotificationSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeactivateUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteCommentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteCustomMetadataCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDocumentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFolderContentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLabelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteNotificationSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeActivitiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCommentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDocumentVersionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFolderContentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeResourcePermissionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRootFoldersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeUsersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCurrentUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDocumentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDocumentPathCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDocumentVersionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetFolderPathCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/InitiateDocumentVersionUploadCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveAllResourcePermissionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveResourcePermissionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDocumentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDocumentVersionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateUserCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeDocumentVersionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeFolderContentsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeUsersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +9 -10
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/WorkDocs.js +2 -38
- package/dist-es/WorkDocsClient.js +37 -0
- package/{dist/es → dist-es}/commands/AbortDocumentVersionUploadCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ActivateUserCommand.js +4 -31
- package/{dist/es → dist-es}/commands/AddResourcePermissionsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateCommentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateCustomMetadataCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateFolderCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLabelsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateNotificationSubscriptionCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateUserCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeactivateUserCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteCommentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteCustomMetadataCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDocumentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteFolderCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteFolderContentsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLabelsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteNotificationSubscriptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteUserCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeActivitiesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCommentsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeDocumentVersionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeFolderContentsCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DescribeGroupsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeNotificationSubscriptionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeResourcePermissionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRootFoldersCommand.js +4 -38
- package/{dist/es → dist-es}/commands/DescribeUsersCommand.js +4 -34
- package/{dist/es → dist-es}/commands/GetCurrentUserCommand.js +4 -36
- package/{dist/es → dist-es}/commands/GetDocumentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDocumentPathCommand.js +4 -35
- package/{dist/es → dist-es}/commands/GetDocumentVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetFolderCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetFolderPathCommand.js +4 -35
- package/{dist/es → dist-es}/commands/GetResourcesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/InitiateDocumentVersionUploadCommand.js +4 -35
- package/{dist/es → dist-es}/commands/RemoveAllResourcePermissionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveResourcePermissionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateDocumentCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateDocumentVersionCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateFolderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateUserCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -349
- package/{dist/es → dist-es}/pagination/DescribeDocumentVersionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeFolderContentsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeUsersPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1398 -1404
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/WorkDocs.d.ts +2 -2
- package/{dist/types → dist-types}/WorkDocsClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AbortDocumentVersionUploadCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ActivateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/AddResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateCommentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateCustomMetadataCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateLabelsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateNotificationSubscriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeactivateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteCommentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteCustomMetadataCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteFolderContentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteLabelsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteNotificationSubscriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeActivitiesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeCommentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeDocumentVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeFolderContentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeNotificationSubscriptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeRootFoldersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeUsersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetCurrentUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDocumentPathCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDocumentVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetFolderPathCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RemoveAllResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RemoveResourcePermissionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDocumentVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/WorkDocs.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/WorkDocsClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ActivateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/AddResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateCommentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateCustomMetadataCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateLabelsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeactivateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteCommentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFolderContentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLabelsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeActivitiesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCommentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFolderContentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRootFoldersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeUsersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetCurrentUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDocumentPathCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDocumentVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetFolderPathCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDocumentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFolderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/WorkDocs.ts +0 -1547
- package/WorkDocsClient.ts +0 -438
- package/commands/AbortDocumentVersionUploadCommand.ts +0 -100
- package/commands/ActivateUserCommand.ts +0 -95
- package/commands/AddResourcePermissionsCommand.ts +0 -96
- package/commands/CreateCommentCommand.ts +0 -94
- package/commands/CreateCustomMetadataCommand.ts +0 -95
- package/commands/CreateFolderCommand.ts +0 -94
- package/commands/CreateLabelsCommand.ts +0 -95
- package/commands/CreateNotificationSubscriptionCommand.ts +0 -106
- package/commands/CreateUserCommand.ts +0 -95
- package/commands/DeactivateUserCommand.ts +0 -95
- package/commands/DeleteCommentCommand.ts +0 -94
- package/commands/DeleteCustomMetadataCommand.ts +0 -94
- package/commands/DeleteDocumentCommand.ts +0 -94
- package/commands/DeleteFolderCommand.ts +0 -94
- package/commands/DeleteFolderContentsCommand.ts +0 -94
- package/commands/DeleteLabelsCommand.ts +0 -94
- package/commands/DeleteNotificationSubscriptionCommand.ts +0 -100
- package/commands/DeleteUserCommand.ts +0 -94
- package/commands/DescribeActivitiesCommand.ts +0 -94
- package/commands/DescribeCommentsCommand.ts +0 -94
- package/commands/DescribeDocumentVersionsCommand.ts +0 -95
- package/commands/DescribeFolderContentsCommand.ts +0 -99
- package/commands/DescribeGroupsCommand.ts +0 -95
- package/commands/DescribeNotificationSubscriptionsCommand.ts +0 -105
- package/commands/DescribeResourcePermissionsCommand.ts +0 -99
- package/commands/DescribeRootFoldersCommand.ts +0 -102
- package/commands/DescribeUsersCommand.ts +0 -98
- package/commands/GetCurrentUserCommand.ts +0 -100
- package/commands/GetDocumentCommand.ts +0 -94
- package/commands/GetDocumentPathCommand.ts +0 -99
- package/commands/GetDocumentVersionCommand.ts +0 -94
- package/commands/GetFolderCommand.ts +0 -94
- package/commands/GetFolderPathCommand.ts +0 -99
- package/commands/GetResourcesCommand.ts +0 -95
- package/commands/InitiateDocumentVersionUploadCommand.ts +0 -104
- package/commands/RemoveAllResourcePermissionsCommand.ts +0 -97
- package/commands/RemoveResourcePermissionCommand.ts +0 -95
- package/commands/UpdateDocumentCommand.ts +0 -95
- package/commands/UpdateDocumentVersionCommand.ts +0 -97
- package/commands/UpdateFolderCommand.ts +0 -95
- package/commands/UpdateUserCommand.ts +0 -95
- package/dist/cjs/WorkDocs.js.map +0 -1
- package/dist/cjs/WorkDocsClient.js.map +0 -1
- package/dist/cjs/commands/AbortDocumentVersionUploadCommand.js.map +0 -1
- package/dist/cjs/commands/ActivateUserCommand.js.map +0 -1
- package/dist/cjs/commands/AddResourcePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCommentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomMetadataCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFolderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLabelsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNotificationSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCommentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomMetadataCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDocumentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFolderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFolderContentsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLabelsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNotificationSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeActivitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCommentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDocumentVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFolderContentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNotificationSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeResourcePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRootFoldersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentUserCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentPathCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFolderCommand.js.map +0 -1
- package/dist/cjs/commands/GetFolderPathCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/InitiateDocumentVersionUploadCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveAllResourcePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveResourcePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDocumentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDocumentVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFolderCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeDocumentVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFolderContentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeUsersPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WorkDocs.js.map +0 -1
- package/dist/es/WorkDocsClient.js +0 -78
- package/dist/es/WorkDocsClient.js.map +0 -1
- package/dist/es/commands/AbortDocumentVersionUploadCommand.js.map +0 -1
- package/dist/es/commands/ActivateUserCommand.js.map +0 -1
- package/dist/es/commands/AddResourcePermissionsCommand.js.map +0 -1
- package/dist/es/commands/CreateCommentCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomMetadataCommand.js.map +0 -1
- package/dist/es/commands/CreateFolderCommand.js.map +0 -1
- package/dist/es/commands/CreateLabelsCommand.js.map +0 -1
- package/dist/es/commands/CreateNotificationSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/DeactivateUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteCommentCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomMetadataCommand.js.map +0 -1
- package/dist/es/commands/DeleteDocumentCommand.js.map +0 -1
- package/dist/es/commands/DeleteFolderCommand.js.map +0 -1
- package/dist/es/commands/DeleteFolderContentsCommand.js.map +0 -1
- package/dist/es/commands/DeleteLabelsCommand.js.map +0 -1
- package/dist/es/commands/DeleteNotificationSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeActivitiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCommentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDocumentVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFolderContentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeNotificationSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeResourcePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRootFoldersCommand.js.map +0 -1
- package/dist/es/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentUserCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentPathCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentVersionCommand.js.map +0 -1
- package/dist/es/commands/GetFolderCommand.js.map +0 -1
- package/dist/es/commands/GetFolderPathCommand.js.map +0 -1
- package/dist/es/commands/GetResourcesCommand.js.map +0 -1
- package/dist/es/commands/InitiateDocumentVersionUploadCommand.js.map +0 -1
- package/dist/es/commands/RemoveAllResourcePermissionsCommand.js.map +0 -1
- package/dist/es/commands/RemoveResourcePermissionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDocumentCommand.js.map +0 -1
- package/dist/es/commands/UpdateDocumentVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFolderCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -49
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeDocumentVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFolderContentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeUsersPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -68
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3531
- package/pagination/DescribeDocumentVersionsPaginator.ts +0 -58
- package/pagination/DescribeFolderContentsPaginator.ts +0 -58
- package/pagination/DescribeUsersPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_restJson1.ts +0 -6691
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeDocumentVersionsCommandInput extends DescribeDocumentVersionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentVersionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeFolderContentsCommandInput extends DescribeFolderContentsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFolderContentsCommandOutput extends DescribeFolderContentsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeNotificationSubscriptionsRequest, DescribeNotificationSubscriptionsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeNotificationSubscriptionsRequest, DescribeNotificationSubscriptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeNotificationSubscriptionsCommandInput extends DescribeNotificationSubscriptionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeNotificationSubscriptionsCommandOutput extends DescribeNotificationSubscriptionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeResourcePermissionsCommandInput extends DescribeResourcePermissionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeResourcePermissionsCommandOutput extends DescribeResourcePermissionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeRootFoldersCommandInput extends DescribeRootFoldersRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface DescribeUsersCommandInput extends DescribeUsersRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetDocumentCommandInput extends GetDocumentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetDocumentCommandOutput extends GetDocumentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetDocumentVersionCommandInput extends GetDocumentVersionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetDocumentVersionCommandOutput extends GetDocumentVersionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetFolderRequest, GetFolderResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFolderRequest, GetFolderResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetFolderCommandInput extends GetFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetFolderPathCommandInput extends GetFolderPathRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface GetResourcesCommandInput extends GetResourcesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetResourcesCommandOutput extends GetResourcesResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface InitiateDocumentVersionUploadCommandInput extends InitiateDocumentVersionUploadRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocumentVersionUploadResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { RemoveAllResourcePermissionsRequest } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RemoveAllResourcePermissionsRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface RemoveAllResourcePermissionsCommandInput extends RemoveAllResourcePermissionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { RemoveResourcePermissionRequest } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RemoveResourcePermissionRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface RemoveResourcePermissionCommandInput extends RemoveResourcePermissionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { UpdateDocumentRequest } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateDocumentRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateDocumentCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { UpdateDocumentVersionRequest } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateDocumentVersionRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface UpdateDocumentVersionCommandInput extends UpdateDocumentVersionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { UpdateFolderRequest } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateFolderRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface UpdateFolderCommandInput extends UpdateFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFolderCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
2
|
-
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
5
5
|
export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput } from "../commands/DescribeDocumentVersionsCommand";
|
|
2
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeDocumentVersions(config: WorkDocsPaginationConfiguration, input: DescribeDocumentVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeDocumentVersionsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "../commands/DescribeFolderContentsCommand";
|
|
2
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeFolderContents(config: WorkDocsPaginationConfiguration, input: DescribeFolderContentsCommandInput, ...additionalArguments: any): Paginator<DescribeFolderContentsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
|
|
2
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeUsers(config: WorkDocsPaginationConfiguration, input: DescribeUsersCommandInput, ...additionalArguments: any): Paginator<DescribeUsersCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { WorkDocs } from "../WorkDocs";
|
|
2
3
|
import { WorkDocsClient } from "../WorkDocsClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface WorkDocsPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: WorkDocs | WorkDocsClient;
|
|
6
6
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput } from "../commands/AbortDocumentVersionUploadCommand";
|
|
2
4
|
import { ActivateUserCommandInput, ActivateUserCommandOutput } from "../commands/ActivateUserCommand";
|
|
3
5
|
import { AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput } from "../commands/AddResourcePermissionsCommand";
|
|
@@ -39,8 +41,6 @@ import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "../comm
|
|
|
39
41
|
import { UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput } from "../commands/UpdateDocumentVersionCommand";
|
|
40
42
|
import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
|
|
41
43
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
42
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
43
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
44
44
|
export declare const serializeAws_restJson1AbortDocumentVersionUploadCommand: (input: AbortDocumentVersionUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
45
|
export declare const serializeAws_restJson1ActivateUserCommand: (input: ActivateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
46
|
export declare const serializeAws_restJson1AddResourcePermissionsCommand: (input: AddResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: WorkDocsClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { WorkDocsClientConfig } from "./WorkDocsClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: WorkDocsClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { WorkDocsClientConfig } from "./WorkDocsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: WorkDocsClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { WorkDocsClientConfig } from "./WorkDocsClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: WorkDocsClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { WorkDocsClientConfig } from "./WorkDocsClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: WorkDocsClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|