@aws-sdk/client-workdocs 3.775.0 → 3.782.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.
Files changed (45) hide show
  1. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +1 -0
  2. package/dist-types/commands/ActivateUserCommand.d.ts +1 -0
  3. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateCommentCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateLabelsCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateUserCommand.d.ts +1 -0
  10. package/dist-types/commands/DeactivateUserCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteCommentCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteLabelsCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeActivitiesCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeCommentsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeGroupsCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -0
  29. package/dist-types/commands/GetCurrentUserCommand.d.ts +1 -0
  30. package/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  31. package/dist-types/commands/GetDocumentPathCommand.d.ts +1 -0
  32. package/dist-types/commands/GetDocumentVersionCommand.d.ts +1 -0
  33. package/dist-types/commands/GetFolderCommand.d.ts +1 -0
  34. package/dist-types/commands/GetFolderPathCommand.d.ts +1 -0
  35. package/dist-types/commands/GetResourcesCommand.d.ts +1 -0
  36. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +1 -0
  37. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +1 -0
  38. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +1 -0
  39. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +1 -0
  40. package/dist-types/commands/SearchResourcesCommand.d.ts +1 -0
  41. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  42. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +1 -0
  43. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -0
  44. package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
  45. package/package.json +5 -5
@@ -80,6 +80,7 @@ declare const AbortDocumentVersionUploadCommand_base: {
80
80
  * @throws {@link WorkDocsServiceException}
81
81
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {
@@ -95,6 +95,7 @@ declare const ActivateUserCommand_base: {
95
95
  * @throws {@link WorkDocsServiceException}
96
96
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ActivateUserCommand extends ActivateUserCommand_base {
@@ -94,6 +94,7 @@ declare const AddResourcePermissionsCommand_base: {
94
94
  * @throws {@link WorkDocsServiceException}
95
95
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class AddResourcePermissionsCommand extends AddResourcePermissionsCommand_base {
@@ -120,6 +120,7 @@ declare const CreateCommentCommand_base: {
120
120
  * @throws {@link WorkDocsServiceException}
121
121
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
122
122
  *
123
+ *
123
124
  * @public
124
125
  */
125
126
  export declare class CreateCommentCommand extends CreateCommentCommand_base {
@@ -82,6 +82,7 @@ declare const CreateCustomMetadataCommand_base: {
82
82
  * @throws {@link WorkDocsServiceException}
83
83
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class CreateCustomMetadataCommand extends CreateCustomMetadataCommand_base {
@@ -102,6 +102,7 @@ declare const CreateFolderCommand_base: {
102
102
  * @throws {@link WorkDocsServiceException}
103
103
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class CreateFolderCommand extends CreateFolderCommand_base {
@@ -78,6 +78,7 @@ declare const CreateLabelsCommand_base: {
78
78
  * @throws {@link WorkDocsServiceException}
79
79
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class CreateLabelsCommand extends CreateLabelsCommand_base {
@@ -77,6 +77,7 @@ declare const CreateNotificationSubscriptionCommand_base: {
77
77
  * @throws {@link WorkDocsServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateNotificationSubscriptionCommand extends CreateNotificationSubscriptionCommand_base {
@@ -105,6 +105,7 @@ declare const CreateUserCommand_base: {
105
105
  * @throws {@link WorkDocsServiceException}
106
106
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class CreateUserCommand extends CreateUserCommand_base {
@@ -71,6 +71,7 @@ declare const DeactivateUserCommand_base: {
71
71
  * @throws {@link WorkDocsServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeactivateUserCommand extends DeactivateUserCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteCommentCommand_base: {
79
79
  * @throws {@link WorkDocsServiceException}
80
80
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteCommentCommand extends DeleteCommentCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteCustomMetadataCommand_base: {
78
78
  * @throws {@link WorkDocsServiceException}
79
79
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteDocumentCommand_base: {
82
82
  * @throws {@link WorkDocsServiceException}
83
83
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
@@ -81,6 +81,7 @@ declare const DeleteDocumentVersionCommand_base: {
81
81
  * @throws {@link WorkDocsServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeleteDocumentVersionCommand extends DeleteDocumentVersionCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteFolderCommand_base: {
82
82
  * @throws {@link WorkDocsServiceException}
83
83
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteFolderContentsCommand_base: {
76
76
  * @throws {@link WorkDocsServiceException}
77
77
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base {
@@ -77,6 +77,7 @@ declare const DeleteLabelsCommand_base: {
77
77
  * @throws {@link WorkDocsServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DeleteLabelsCommand extends DeleteLabelsCommand_base {
@@ -65,6 +65,7 @@ declare const DeleteNotificationSubscriptionCommand_base: {
65
65
  * @throws {@link WorkDocsServiceException}
66
66
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteUserCommand_base: {
73
73
  * @throws {@link WorkDocsServiceException}
74
74
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
@@ -160,6 +160,7 @@ declare const DescribeActivitiesCommand_base: {
160
160
  * @throws {@link WorkDocsServiceException}
161
161
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
@@ -113,6 +113,7 @@ declare const DescribeCommentsCommand_base: {
113
113
  * @throws {@link WorkDocsServiceException}
114
114
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
@@ -107,6 +107,7 @@ declare const DescribeDocumentVersionsCommand_base: {
107
107
  * @throws {@link WorkDocsServiceException}
108
108
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
@@ -135,6 +135,7 @@ declare const DescribeFolderContentsCommand_base: {
135
135
  * @throws {@link WorkDocsServiceException}
136
136
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
@@ -79,6 +79,7 @@ declare const DescribeGroupsCommand_base: {
79
79
  * @throws {@link WorkDocsServiceException}
80
80
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DescribeGroupsCommand extends DescribeGroupsCommand_base {
@@ -72,6 +72,7 @@ declare const DescribeNotificationSubscriptionsCommand_base: {
72
72
  * @throws {@link WorkDocsServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
@@ -87,6 +87,7 @@ declare const DescribeResourcePermissionsCommand_base: {
87
87
  * @throws {@link WorkDocsServiceException}
88
88
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
@@ -98,6 +98,7 @@ declare const DescribeRootFoldersCommand_base: {
98
98
  * @throws {@link WorkDocsServiceException}
99
99
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
@@ -116,6 +116,7 @@ declare const DescribeUsersCommand_base: {
116
116
  * @throws {@link WorkDocsServiceException}
117
117
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
@@ -99,6 +99,7 @@ declare const GetCurrentUserCommand_base: {
99
99
  * @throws {@link WorkDocsServiceException}
100
100
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
@@ -111,6 +111,7 @@ declare const GetDocumentCommand_base: {
111
111
  * @throws {@link WorkDocsServiceException}
112
112
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class GetDocumentCommand extends GetDocumentCommand_base {
@@ -87,6 +87,7 @@ declare const GetDocumentPathCommand_base: {
87
87
  * @throws {@link WorkDocsServiceException}
88
88
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
@@ -102,6 +102,7 @@ declare const GetDocumentVersionCommand_base: {
102
102
  * @throws {@link WorkDocsServiceException}
103
103
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
@@ -96,6 +96,7 @@ declare const GetFolderCommand_base: {
96
96
  * @throws {@link WorkDocsServiceException}
97
97
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class GetFolderCommand extends GetFolderCommand_base {
@@ -87,6 +87,7 @@ declare const GetFolderPathCommand_base: {
87
87
  * @throws {@link WorkDocsServiceException}
88
88
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetFolderPathCommand extends GetFolderPathCommand_base {
@@ -125,6 +125,7 @@ declare const GetResourcesCommand_base: {
125
125
  * @throws {@link WorkDocsServiceException}
126
126
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class GetResourcesCommand extends GetResourcesCommand_base {
@@ -146,6 +146,7 @@ declare const InitiateDocumentVersionUploadCommand_base: {
146
146
  * @throws {@link WorkDocsServiceException}
147
147
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
148
148
  *
149
+ *
149
150
  * @public
150
151
  */
151
152
  export declare class InitiateDocumentVersionUploadCommand extends InitiateDocumentVersionUploadCommand_base {
@@ -67,6 +67,7 @@ declare const RemoveAllResourcePermissionsCommand_base: {
67
67
  * @throws {@link WorkDocsServiceException}
68
68
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class RemoveAllResourcePermissionsCommand extends RemoveAllResourcePermissionsCommand_base {
@@ -70,6 +70,7 @@ declare const RemoveResourcePermissionCommand_base: {
70
70
  * @throws {@link WorkDocsServiceException}
71
71
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class RemoveResourcePermissionCommand extends RemoveResourcePermissionCommand_base {
@@ -79,6 +79,7 @@ declare const RestoreDocumentVersionsCommand_base: {
79
79
  * @throws {@link WorkDocsServiceException}
80
80
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class RestoreDocumentVersionsCommand extends RestoreDocumentVersionsCommand_base {
@@ -222,6 +222,7 @@ declare const SearchResourcesCommand_base: {
222
222
  * @throws {@link WorkDocsServiceException}
223
223
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
224
224
  *
225
+ *
225
226
  * @public
226
227
  */
227
228
  export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
@@ -89,6 +89,7 @@ declare const UpdateDocumentCommand_base: {
89
89
  * @throws {@link WorkDocsServiceException}
90
90
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
@@ -84,6 +84,7 @@ declare const UpdateDocumentVersionCommand_base: {
84
84
  * @throws {@link WorkDocsServiceException}
85
85
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class UpdateDocumentVersionCommand extends UpdateDocumentVersionCommand_base {
@@ -89,6 +89,7 @@ declare const UpdateFolderCommand_base: {
89
89
  * @throws {@link WorkDocsServiceException}
90
90
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
@@ -117,6 +117,7 @@ declare const UpdateUserCommand_base: {
117
117
  * @throws {@link WorkDocsServiceException}
118
118
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
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.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-workdocs",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",