@aws-sdk/client-workdocs 3.296.0 → 3.298.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/commands/AbortDocumentVersionUploadCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +1 -1
- package/dist-cjs/commands/CreateLabelsCommand.js +1 -1
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/DeactivateUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteCommentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -1
- package/dist-cjs/commands/DeleteLabelsCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/DeleteUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeGroupsCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +1 -1
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -1
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -1
- package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateFolderCommand.js +1 -1
- package/dist-cjs/models/models_0.js +2 -95
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +1 -1
- package/dist-es/commands/CreateCustomMetadataCommand.js +2 -2
- package/dist-es/commands/CreateLabelsCommand.js +2 -2
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +2 -3
- package/dist-es/commands/DeactivateUserCommand.js +1 -1
- package/dist-es/commands/DeleteCommentCommand.js +1 -1
- package/dist-es/commands/DeleteCustomMetadataCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentCommand.js +1 -1
- package/dist-es/commands/DeleteDocumentVersionCommand.js +1 -1
- package/dist-es/commands/DeleteFolderCommand.js +1 -1
- package/dist-es/commands/DeleteFolderContentsCommand.js +1 -1
- package/dist-es/commands/DeleteLabelsCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +2 -3
- package/dist-es/commands/DeleteUserCommand.js +1 -1
- package/dist-es/commands/DescribeGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +2 -2
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +1 -1
- package/dist-es/commands/RemoveResourcePermissionCommand.js +1 -1
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +1 -1
- package/dist-es/commands/UpdateDocumentCommand.js +1 -1
- package/dist-es/commands/UpdateDocumentVersionCommand.js +1 -1
- package/dist-es/commands/UpdateFolderCommand.js +1 -1
- package/dist-es/models/models_0.js +0 -69
- package/dist-types/WorkDocs.d.ts +45 -0
- package/dist-types/WorkDocsClient.d.ts +24 -4
- package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +16 -0
- package/dist-types/commands/ActivateUserCommand.d.ts +16 -0
- package/dist-types/commands/AddResourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateCommentCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomMetadataCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
- package/dist-types/commands/CreateLabelsCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCommentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderContentsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActivitiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCommentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderContentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRootFoldersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
- package/dist-types/commands/GetCurrentUserCommand.d.ts +16 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +16 -0
- package/dist-types/commands/GetDocumentPathCommand.d.ts +16 -0
- package/dist-types/commands/GetDocumentVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetFolderPathCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +16 -0
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +16 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/models/WorkDocsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +380 -92
- package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCommentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDocumentVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFolderContentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -63
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput } from "../commands/DescribeActivitiesCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeActivities(config: WorkDocsPaginationConfiguration, input: DescribeActivitiesCommandInput, ...additionalArguments: any): Paginator<DescribeActivitiesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeCommentsCommandInput, DescribeCommentsCommandOutput } from "../commands/DescribeCommentsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeComments(config: WorkDocsPaginationConfiguration, input: DescribeCommentsCommandInput, ...additionalArguments: any): Paginator<DescribeCommentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput } from "../commands/DescribeDocumentVersionsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeDocumentVersions(config: WorkDocsPaginationConfiguration, input: DescribeDocumentVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeDocumentVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "../commands/DescribeFolderContentsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeFolderContents(config: WorkDocsPaginationConfiguration, input: DescribeFolderContentsCommandInput, ...additionalArguments: any): Paginator<DescribeFolderContentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeGroupsCommandInput, DescribeGroupsCommandOutput } from "../commands/DescribeGroupsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeGroups(config: WorkDocsPaginationConfiguration, input: DescribeGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput } from "../commands/DescribeNotificationSubscriptionsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeNotificationSubscriptions(config: WorkDocsPaginationConfiguration, input: DescribeNotificationSubscriptionsCommandInput, ...additionalArguments: any): Paginator<DescribeNotificationSubscriptionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput } from "../commands/DescribeResourcePermissionsCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeResourcePermissions(config: WorkDocsPaginationConfiguration, input: DescribeResourcePermissionsCommandInput, ...additionalArguments: any): Paginator<DescribeResourcePermissionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput } from "../commands/DescribeRootFoldersCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeRootFolders(config: WorkDocsPaginationConfiguration, input: DescribeRootFoldersCommandInput, ...additionalArguments: any): Paginator<DescribeRootFoldersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeUsers(config: WorkDocsPaginationConfiguration, input: DescribeUsersCommandInput, ...additionalArguments: any): Paginator<DescribeUsersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand";
|
|
3
3
|
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchResources(config: WorkDocsPaginationConfiguration, input: SearchResourcesCommandInput, ...additionalArguments: any): Paginator<SearchResourcesCommandOutput>;
|
|
@@ -1057,12 +1057,6 @@ export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (
|
|
|
1057
1057
|
export declare const ActivateUserRequestFilterSensitiveLog: (
|
|
1058
1058
|
obj: ActivateUserRequest
|
|
1059
1059
|
) => any;
|
|
1060
|
-
export declare const StorageRuleTypeFilterSensitiveLog: (
|
|
1061
|
-
obj: StorageRuleType
|
|
1062
|
-
) => any;
|
|
1063
|
-
export declare const UserStorageMetadataFilterSensitiveLog: (
|
|
1064
|
-
obj: UserStorageMetadata
|
|
1065
|
-
) => any;
|
|
1066
1060
|
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1067
1061
|
export declare const ActivateUserResponseFilterSensitiveLog: (
|
|
1068
1062
|
obj: ActivateUserResponse
|
|
@@ -1074,17 +1068,11 @@ export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
|
|
|
1074
1068
|
export declare const ResourceMetadataFilterSensitiveLog: (
|
|
1075
1069
|
obj: ResourceMetadata
|
|
1076
1070
|
) => any;
|
|
1077
|
-
export declare const GroupMetadataFilterSensitiveLog: (
|
|
1078
|
-
obj: GroupMetadata
|
|
1079
|
-
) => any;
|
|
1080
1071
|
export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
|
|
1081
1072
|
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
1082
1073
|
export declare const NotificationOptionsFilterSensitiveLog: (
|
|
1083
1074
|
obj: NotificationOptions
|
|
1084
1075
|
) => any;
|
|
1085
|
-
export declare const SharePrincipalFilterSensitiveLog: (
|
|
1086
|
-
obj: SharePrincipal
|
|
1087
|
-
) => any;
|
|
1088
1076
|
export declare const AddResourcePermissionsRequestFilterSensitiveLog: (
|
|
1089
1077
|
obj: AddResourcePermissionsRequest
|
|
1090
1078
|
) => any;
|
|
@@ -1102,9 +1090,6 @@ export declare const CreateCommentResponseFilterSensitiveLog: (
|
|
|
1102
1090
|
export declare const CreateCustomMetadataRequestFilterSensitiveLog: (
|
|
1103
1091
|
obj: CreateCustomMetadataRequest
|
|
1104
1092
|
) => any;
|
|
1105
|
-
export declare const CreateCustomMetadataResponseFilterSensitiveLog: (
|
|
1106
|
-
obj: CreateCustomMetadataResponse
|
|
1107
|
-
) => any;
|
|
1108
1093
|
export declare const CreateFolderRequestFilterSensitiveLog: (
|
|
1109
1094
|
obj: CreateFolderRequest
|
|
1110
1095
|
) => any;
|
|
@@ -1117,16 +1102,6 @@ export declare const CreateFolderResponseFilterSensitiveLog: (
|
|
|
1117
1102
|
export declare const CreateLabelsRequestFilterSensitiveLog: (
|
|
1118
1103
|
obj: CreateLabelsRequest
|
|
1119
1104
|
) => any;
|
|
1120
|
-
export declare const CreateLabelsResponseFilterSensitiveLog: (
|
|
1121
|
-
obj: CreateLabelsResponse
|
|
1122
|
-
) => any;
|
|
1123
|
-
export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (
|
|
1124
|
-
obj: CreateNotificationSubscriptionRequest
|
|
1125
|
-
) => any;
|
|
1126
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
1127
|
-
export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (
|
|
1128
|
-
obj: CreateNotificationSubscriptionResponse
|
|
1129
|
-
) => any;
|
|
1130
1105
|
export declare const CreateUserRequestFilterSensitiveLog: (
|
|
1131
1106
|
obj: CreateUserRequest
|
|
1132
1107
|
) => any;
|
|
@@ -1142,9 +1117,6 @@ export declare const DeleteCommentRequestFilterSensitiveLog: (
|
|
|
1142
1117
|
export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (
|
|
1143
1118
|
obj: DeleteCustomMetadataRequest
|
|
1144
1119
|
) => any;
|
|
1145
|
-
export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (
|
|
1146
|
-
obj: DeleteCustomMetadataResponse
|
|
1147
|
-
) => any;
|
|
1148
1120
|
export declare const DeleteDocumentRequestFilterSensitiveLog: (
|
|
1149
1121
|
obj: DeleteDocumentRequest
|
|
1150
1122
|
) => any;
|
|
@@ -1160,12 +1132,6 @@ export declare const DeleteFolderContentsRequestFilterSensitiveLog: (
|
|
|
1160
1132
|
export declare const DeleteLabelsRequestFilterSensitiveLog: (
|
|
1161
1133
|
obj: DeleteLabelsRequest
|
|
1162
1134
|
) => any;
|
|
1163
|
-
export declare const DeleteLabelsResponseFilterSensitiveLog: (
|
|
1164
|
-
obj: DeleteLabelsResponse
|
|
1165
|
-
) => any;
|
|
1166
|
-
export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (
|
|
1167
|
-
obj: DeleteNotificationSubscriptionRequest
|
|
1168
|
-
) => any;
|
|
1169
1135
|
export declare const DeleteUserRequestFilterSensitiveLog: (
|
|
1170
1136
|
obj: DeleteUserRequest
|
|
1171
1137
|
) => any;
|
|
@@ -1202,25 +1168,9 @@ export declare const DescribeFolderContentsResponseFilterSensitiveLog: (
|
|
|
1202
1168
|
export declare const DescribeGroupsRequestFilterSensitiveLog: (
|
|
1203
1169
|
obj: DescribeGroupsRequest
|
|
1204
1170
|
) => any;
|
|
1205
|
-
export declare const DescribeGroupsResponseFilterSensitiveLog: (
|
|
1206
|
-
obj: DescribeGroupsResponse
|
|
1207
|
-
) => any;
|
|
1208
|
-
export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (
|
|
1209
|
-
obj: DescribeNotificationSubscriptionsRequest
|
|
1210
|
-
) => any;
|
|
1211
|
-
export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (
|
|
1212
|
-
obj: DescribeNotificationSubscriptionsResponse
|
|
1213
|
-
) => any;
|
|
1214
1171
|
export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (
|
|
1215
1172
|
obj: DescribeResourcePermissionsRequest
|
|
1216
1173
|
) => any;
|
|
1217
|
-
export declare const PermissionInfoFilterSensitiveLog: (
|
|
1218
|
-
obj: PermissionInfo
|
|
1219
|
-
) => any;
|
|
1220
|
-
export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
|
|
1221
|
-
export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (
|
|
1222
|
-
obj: DescribeResourcePermissionsResponse
|
|
1223
|
-
) => any;
|
|
1224
1174
|
export declare const DescribeRootFoldersRequestFilterSensitiveLog: (
|
|
1225
1175
|
obj: DescribeRootFoldersRequest
|
|
1226
1176
|
) => any;
|
|
@@ -1297,19 +1247,6 @@ export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (
|
|
|
1297
1247
|
export declare const RestoreDocumentVersionsRequestFilterSensitiveLog: (
|
|
1298
1248
|
obj: RestoreDocumentVersionsRequest
|
|
1299
1249
|
) => any;
|
|
1300
|
-
export declare const DateRangeTypeFilterSensitiveLog: (
|
|
1301
|
-
obj: DateRangeType
|
|
1302
|
-
) => any;
|
|
1303
|
-
export declare const SearchPrincipalTypeFilterSensitiveLog: (
|
|
1304
|
-
obj: SearchPrincipalType
|
|
1305
|
-
) => any;
|
|
1306
|
-
export declare const LongRangeTypeFilterSensitiveLog: (
|
|
1307
|
-
obj: LongRangeType
|
|
1308
|
-
) => any;
|
|
1309
|
-
export declare const FiltersFilterSensitiveLog: (obj: Filters) => any;
|
|
1310
|
-
export declare const SearchSortResultFilterSensitiveLog: (
|
|
1311
|
-
obj: SearchSortResult
|
|
1312
|
-
) => any;
|
|
1313
1250
|
export declare const SearchResourcesRequestFilterSensitiveLog: (
|
|
1314
1251
|
obj: SearchResourcesRequest
|
|
1315
1252
|
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo workdocs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|