@aws-sdk/client-workdocs 3.987.0 → 3.988.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/dist-cjs/index.js +63 -1844
- package/dist-cjs/models/WorkDocsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +385 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1267 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +169 -163
- package/dist-types/schemas/schemas_0.d.ts +33 -26
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -26
- package/package.json +13 -13
|
@@ -1,8 +1,36 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var WorkDocsServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictingOperationException$: StaticErrorSchema;
|
|
10
|
+
export declare var CustomMetadataLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var DeactivatingLastSystemUserException$: StaticErrorSchema;
|
|
12
|
+
export declare var DocumentLockedForCommentsException$: StaticErrorSchema;
|
|
13
|
+
export declare var DraftUploadOutOfSyncException$: StaticErrorSchema;
|
|
14
|
+
export declare var EntityAlreadyExistsException$: StaticErrorSchema;
|
|
15
|
+
export declare var EntityNotExistsException$: StaticErrorSchema;
|
|
16
|
+
export declare var FailedDependencyException$: StaticErrorSchema;
|
|
17
|
+
export declare var IllegalUserStateException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidCommentOperationException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
22
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
23
|
+
export declare var ProhibitedStateException$: StaticErrorSchema;
|
|
24
|
+
export declare var RequestedEntityTooLargeException$: StaticErrorSchema;
|
|
25
|
+
export declare var ResourceAlreadyCheckedOutException$: StaticErrorSchema;
|
|
26
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
27
|
+
export declare var StorageLimitExceededException$: StaticErrorSchema;
|
|
28
|
+
export declare var StorageLimitWillExceedException$: StaticErrorSchema;
|
|
29
|
+
export declare var TooManyLabelsException$: StaticErrorSchema;
|
|
30
|
+
export declare var TooManySubscriptionsException$: StaticErrorSchema;
|
|
31
|
+
export declare var UnauthorizedOperationException$: StaticErrorSchema;
|
|
32
|
+
export declare var UnauthorizedResourceAccessException$: StaticErrorSchema;
|
|
33
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
34
|
export declare var AbortDocumentVersionUploadRequest$: StaticStructureSchema;
|
|
7
35
|
export declare var ActivateUserRequest$: StaticStructureSchema;
|
|
8
36
|
export declare var ActivateUserResponse$: StaticStructureSchema;
|
|
@@ -11,8 +39,6 @@ export declare var AddResourcePermissionsRequest$: StaticStructureSchema;
|
|
|
11
39
|
export declare var AddResourcePermissionsResponse$: StaticStructureSchema;
|
|
12
40
|
export declare var Comment$: StaticStructureSchema;
|
|
13
41
|
export declare var CommentMetadata$: StaticStructureSchema;
|
|
14
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
15
|
-
export declare var ConflictingOperationException$: StaticErrorSchema;
|
|
16
42
|
export declare var CreateCommentRequest$: StaticStructureSchema;
|
|
17
43
|
export declare var CreateCommentResponse$: StaticStructureSchema;
|
|
18
44
|
export declare var CreateCustomMetadataRequest$: StaticStructureSchema;
|
|
@@ -25,10 +51,8 @@ export declare var CreateNotificationSubscriptionRequest$: StaticStructureSchema
|
|
|
25
51
|
export declare var CreateNotificationSubscriptionResponse$: StaticStructureSchema;
|
|
26
52
|
export declare var CreateUserRequest$: StaticStructureSchema;
|
|
27
53
|
export declare var CreateUserResponse$: StaticStructureSchema;
|
|
28
|
-
export declare var CustomMetadataLimitExceededException$: StaticErrorSchema;
|
|
29
54
|
export declare var DateRangeType$: StaticStructureSchema;
|
|
30
55
|
export declare var DeactivateUserRequest$: StaticStructureSchema;
|
|
31
|
-
export declare var DeactivatingLastSystemUserException$: StaticErrorSchema;
|
|
32
56
|
export declare var DeleteCommentRequest$: StaticStructureSchema;
|
|
33
57
|
export declare var DeleteCustomMetadataRequest$: StaticStructureSchema;
|
|
34
58
|
export declare var DeleteCustomMetadataResponse$: StaticStructureSchema;
|
|
@@ -58,13 +82,8 @@ export declare var DescribeRootFoldersRequest$: StaticStructureSchema;
|
|
|
58
82
|
export declare var DescribeRootFoldersResponse$: StaticStructureSchema;
|
|
59
83
|
export declare var DescribeUsersRequest$: StaticStructureSchema;
|
|
60
84
|
export declare var DescribeUsersResponse$: StaticStructureSchema;
|
|
61
|
-
export declare var DocumentLockedForCommentsException$: StaticErrorSchema;
|
|
62
85
|
export declare var DocumentMetadata$: StaticStructureSchema;
|
|
63
86
|
export declare var DocumentVersionMetadata$: StaticStructureSchema;
|
|
64
|
-
export declare var DraftUploadOutOfSyncException$: StaticErrorSchema;
|
|
65
|
-
export declare var EntityAlreadyExistsException$: StaticErrorSchema;
|
|
66
|
-
export declare var EntityNotExistsException$: StaticErrorSchema;
|
|
67
|
-
export declare var FailedDependencyException$: StaticErrorSchema;
|
|
68
87
|
export declare var Filters$: StaticStructureSchema;
|
|
69
88
|
export declare var FolderMetadata$: StaticStructureSchema;
|
|
70
89
|
export declare var GetCurrentUserRequest$: StaticStructureSchema;
|
|
@@ -82,24 +101,15 @@ export declare var GetFolderResponse$: StaticStructureSchema;
|
|
|
82
101
|
export declare var GetResourcesRequest$: StaticStructureSchema;
|
|
83
102
|
export declare var GetResourcesResponse$: StaticStructureSchema;
|
|
84
103
|
export declare var GroupMetadata$: StaticStructureSchema;
|
|
85
|
-
export declare var IllegalUserStateException$: StaticErrorSchema;
|
|
86
104
|
export declare var InitiateDocumentVersionUploadRequest$: StaticStructureSchema;
|
|
87
105
|
export declare var InitiateDocumentVersionUploadResponse$: StaticStructureSchema;
|
|
88
|
-
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
89
|
-
export declare var InvalidCommentOperationException$: StaticErrorSchema;
|
|
90
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
91
|
-
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
92
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
93
106
|
export declare var LongRangeType$: StaticStructureSchema;
|
|
94
107
|
export declare var NotificationOptions$: StaticStructureSchema;
|
|
95
108
|
export declare var Participants$: StaticStructureSchema;
|
|
96
109
|
export declare var PermissionInfo$: StaticStructureSchema;
|
|
97
110
|
export declare var Principal$: StaticStructureSchema;
|
|
98
|
-
export declare var ProhibitedStateException$: StaticErrorSchema;
|
|
99
111
|
export declare var RemoveAllResourcePermissionsRequest$: StaticStructureSchema;
|
|
100
112
|
export declare var RemoveResourcePermissionRequest$: StaticStructureSchema;
|
|
101
|
-
export declare var RequestedEntityTooLargeException$: StaticErrorSchema;
|
|
102
|
-
export declare var ResourceAlreadyCheckedOutException$: StaticErrorSchema;
|
|
103
113
|
export declare var ResourceMetadata$: StaticStructureSchema;
|
|
104
114
|
export declare var ResourcePath$: StaticStructureSchema;
|
|
105
115
|
export declare var ResourcePathComponent$: StaticStructureSchema;
|
|
@@ -109,17 +119,10 @@ export declare var SearchPrincipalType$: StaticStructureSchema;
|
|
|
109
119
|
export declare var SearchResourcesRequest$: StaticStructureSchema;
|
|
110
120
|
export declare var SearchResourcesResponse$: StaticStructureSchema;
|
|
111
121
|
export declare var SearchSortResult$: StaticStructureSchema;
|
|
112
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
113
122
|
export declare var SharePrincipal$: StaticStructureSchema;
|
|
114
123
|
export declare var ShareResult$: StaticStructureSchema;
|
|
115
|
-
export declare var StorageLimitExceededException$: StaticErrorSchema;
|
|
116
|
-
export declare var StorageLimitWillExceedException$: StaticErrorSchema;
|
|
117
124
|
export declare var StorageRuleType$: StaticStructureSchema;
|
|
118
125
|
export declare var Subscription$: StaticStructureSchema;
|
|
119
|
-
export declare var TooManyLabelsException$: StaticErrorSchema;
|
|
120
|
-
export declare var TooManySubscriptionsException$: StaticErrorSchema;
|
|
121
|
-
export declare var UnauthorizedOperationException$: StaticErrorSchema;
|
|
122
|
-
export declare var UnauthorizedResourceAccessException$: StaticErrorSchema;
|
|
123
126
|
export declare var UpdateDocumentRequest$: StaticStructureSchema;
|
|
124
127
|
export declare var UpdateDocumentVersionRequest$: StaticStructureSchema;
|
|
125
128
|
export declare var UpdateFolderRequest$: StaticStructureSchema;
|
|
@@ -129,7 +132,6 @@ export declare var UploadMetadata$: StaticStructureSchema;
|
|
|
129
132
|
export declare var User$: StaticStructureSchema;
|
|
130
133
|
export declare var UserMetadata$: StaticStructureSchema;
|
|
131
134
|
export declare var UserStorageMetadata$: StaticStructureSchema;
|
|
132
|
-
export declare var WorkDocsServiceException$: StaticErrorSchema;
|
|
133
135
|
export declare var AbortDocumentVersionUpload$: StaticOperationSchema;
|
|
134
136
|
export declare var ActivateUser$: StaticOperationSchema;
|
|
135
137
|
export declare var AddResourcePermissions$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workdocs",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|