@aws-sdk/client-workdocs 3.40.0 → 3.45.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 +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +1 -1
- package/dist-types/commands/ActivateUserCommand.d.ts +1 -1
- package/dist-types/commands/AddResourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateCommentCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomMetadataCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateLabelsCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCommentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderContentsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLabelsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCommentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderContentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRootFoldersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentPathCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetFolderCommand.d.ts +1 -1
- package/dist-types/commands/GetFolderPathCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +1 -1
- package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-workdocs
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-workdocs
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -39,6 +39,7 @@ const partitionHash = {
|
|
|
39
39
|
"ap-south-1",
|
|
40
40
|
"ap-southeast-1",
|
|
41
41
|
"ap-southeast-2",
|
|
42
|
+
"ap-southeast-3",
|
|
42
43
|
"ca-central-1",
|
|
43
44
|
"eu-central-1",
|
|
44
45
|
"eu-north-1",
|
|
@@ -105,6 +106,10 @@ const partitionHash = {
|
|
|
105
106
|
hostname: "workdocs.{region}.c2s.ic.gov",
|
|
106
107
|
tags: [],
|
|
107
108
|
},
|
|
109
|
+
{
|
|
110
|
+
hostname: "workdocs-fips.{region}.c2s.ic.gov",
|
|
111
|
+
tags: ["fips"],
|
|
112
|
+
},
|
|
108
113
|
],
|
|
109
114
|
},
|
|
110
115
|
"aws-iso-b": {
|
|
@@ -115,6 +120,10 @@ const partitionHash = {
|
|
|
115
120
|
hostname: "workdocs.{region}.sc2s.sgov.gov",
|
|
116
121
|
tags: [],
|
|
117
122
|
},
|
|
123
|
+
{
|
|
124
|
+
hostname: "workdocs-fips.{region}.sc2s.sgov.gov",
|
|
125
|
+
tags: ["fips"],
|
|
126
|
+
},
|
|
118
127
|
],
|
|
119
128
|
},
|
|
120
129
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -37,6 +37,7 @@ var partitionHash = {
|
|
|
37
37
|
"ap-south-1",
|
|
38
38
|
"ap-southeast-1",
|
|
39
39
|
"ap-southeast-2",
|
|
40
|
+
"ap-southeast-3",
|
|
40
41
|
"ca-central-1",
|
|
41
42
|
"eu-central-1",
|
|
42
43
|
"eu-north-1",
|
|
@@ -103,6 +104,10 @@ var partitionHash = {
|
|
|
103
104
|
hostname: "workdocs.{region}.c2s.ic.gov",
|
|
104
105
|
tags: [],
|
|
105
106
|
},
|
|
107
|
+
{
|
|
108
|
+
hostname: "workdocs-fips.{region}.c2s.ic.gov",
|
|
109
|
+
tags: ["fips"],
|
|
110
|
+
},
|
|
106
111
|
],
|
|
107
112
|
},
|
|
108
113
|
"aws-iso-b": {
|
|
@@ -113,6 +118,10 @@ var partitionHash = {
|
|
|
113
118
|
hostname: "workdocs.{region}.sc2s.sgov.gov",
|
|
114
119
|
tags: [],
|
|
115
120
|
},
|
|
121
|
+
{
|
|
122
|
+
hostname: "workdocs-fips.{region}.sc2s.sgov.gov",
|
|
123
|
+
tags: ["fips"],
|
|
124
|
+
},
|
|
116
125
|
],
|
|
117
126
|
},
|
|
118
127
|
"aws-us-gov": {
|
|
@@ -23,7 +23,7 @@ export interface AbortDocumentVersionUploadCommandOutput extends __MetadataBeare
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link AbortDocumentVersionUploadCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link AbortDocumentVersionUploadCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class AbortDocumentVersionUploadCommand extends $Command<AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ActivateUserCommandOutput extends ActivateUserResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ActivateUserCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ActivateUserCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ActivateUserCommand extends $Command<ActivateUserCommandInput, ActivateUserCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface AddResourcePermissionsCommandOutput extends AddResourcePermissi
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link AddResourcePermissionsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link AddResourcePermissionsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class AddResourcePermissionsCommand extends $Command<AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateCommentCommandOutput extends CreateCommentResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateCommentCommand extends $Command<CreateCommentCommandInput, CreateCommentCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateCustomMetadataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateCustomMetadataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateCustomMetadataCommand extends $Command<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFolderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFolderCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFolderCommand extends $Command<CreateFolderCommandInput, CreateFolderCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateLabelsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateLabelsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateLabelsCommand extends $Command<CreateLabelsCommandInput, CreateLabelsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateNotificationSubscriptionCommandOutput extends CreateNotif
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateNotificationSubscriptionCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateNotificationSubscriptionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateNotificationSubscriptionCommand extends $Command<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeactivateUserCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeactivateUserCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeactivateUserCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeactivateUserCommand extends $Command<DeactivateUserCommandInput, DeactivateUserCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteCommentCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteCommentCommand extends $Command<DeleteCommentCommandInput, DeleteCommentCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteCustomMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteCustomMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteCustomMetadataCommand extends $Command<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDocumentCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDocumentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFolderCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFolderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFolderCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFolderContentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFolderContentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFolderContentsCommand extends $Command<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteLabelsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteLabelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteLabelsCommand extends $Command<DeleteLabelsCommandInput, DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteNotificationSubscriptionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteNotificationSubscriptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteNotificationSubscriptionCommand extends $Command<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeActivitiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeActivitiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeActivitiesCommand extends $Command<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeCommentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeCommentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeCommentsCommand extends $Command<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeDocumentVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeDocumentVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeDocumentVersionsCommand extends $Command<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeFolderContentsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeFolderContentsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeFolderContentsCommand extends $Command<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeGroupsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeGroupsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeGroupsCommand extends $Command<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeNotificationSubscriptionsCommandOutput extends Describe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeNotificationSubscriptionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeNotificationSubscriptionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeNotificationSubscriptionsCommand extends $Command<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeResourcePermissionsCommandOutput extends DescribeResour
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeResourcePermissionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeResourcePermissionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeResourcePermissionsCommand extends $Command<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersRes
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DescribeRootFoldersCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DescribeRootFoldersCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DescribeRootFoldersCommand extends $Command<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __Met
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeUsersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeUsersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __M
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetCurrentUserCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetCurrentUserCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetCurrentUserCommand extends $Command<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDocumentCommandOutput extends GetDocumentResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDocumentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, _
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetDocumentPathCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetDocumentPathCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetDocumentPathCommand extends $Command<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDocumentVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDocumentVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDocumentVersionCommand extends $Command<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFolderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFolderCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetFolderPathCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetFolderPathCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetFolderPathCommand extends $Command<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResourcesCommandOutput extends GetResourcesResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResourcesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResourcesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocu
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link InitiateDocumentVersionUploadCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link InitiateDocumentVersionUploadCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class InitiateDocumentVersionUploadCommand extends $Command<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveAllResourcePermissionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveAllResourcePermissionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RemoveAllResourcePermissionsCommand extends $Command<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RemoveResourcePermissionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RemoveResourcePermissionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RemoveResourcePermissionCommand extends $Command<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDocumentCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDocumentCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDocumentCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateDocumentVersionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateDocumentVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateDocumentVersionCommand extends $Command<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFolderCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFolderCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFolderCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateUserCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateUserCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkDocsClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workdocs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workdocs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|