@aws-sdk/client-workdocs 3.294.0 → 3.295.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/README.md +8 -0
- package/dist-cjs/WorkDocs.js +15 -0
- package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +4 -4
- package/dist-cjs/commands/ActivateUserCommand.js +4 -4
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +4 -4
- package/dist-cjs/commands/CreateCommentCommand.js +4 -4
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +4 -4
- package/dist-cjs/commands/CreateFolderCommand.js +4 -4
- package/dist-cjs/commands/CreateLabelsCommand.js +4 -4
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +4 -4
- package/dist-cjs/commands/CreateUserCommand.js +4 -4
- package/dist-cjs/commands/DeactivateUserCommand.js +4 -4
- package/dist-cjs/commands/DeleteCommentCommand.js +4 -4
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +4 -4
- package/dist-cjs/commands/DeleteDocumentCommand.js +4 -4
- package/dist-cjs/commands/DeleteDocumentVersionCommand.js +4 -4
- package/dist-cjs/commands/DeleteFolderCommand.js +4 -4
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +4 -4
- package/dist-cjs/commands/DeleteLabelsCommand.js +4 -4
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +4 -4
- package/dist-cjs/commands/DeleteUserCommand.js +4 -4
- package/dist-cjs/commands/DescribeActivitiesCommand.js +4 -4
- package/dist-cjs/commands/DescribeCommentsCommand.js +4 -4
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +4 -4
- package/dist-cjs/commands/DescribeGroupsCommand.js +4 -4
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +4 -4
- package/dist-cjs/commands/DescribeUsersCommand.js +4 -4
- package/dist-cjs/commands/GetCurrentUserCommand.js +4 -4
- package/dist-cjs/commands/GetDocumentCommand.js +4 -4
- package/dist-cjs/commands/GetDocumentPathCommand.js +4 -4
- package/dist-cjs/commands/GetDocumentVersionCommand.js +4 -4
- package/dist-cjs/commands/GetFolderCommand.js +4 -4
- package/dist-cjs/commands/GetFolderPathCommand.js +4 -4
- package/dist-cjs/commands/GetResourcesCommand.js +4 -4
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +4 -4
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +4 -4
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +4 -4
- package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +4 -4
- package/dist-cjs/commands/SearchResourcesCommand.js +46 -0
- package/dist-cjs/commands/UpdateDocumentCommand.js +4 -4
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +4 -4
- package/dist-cjs/commands/UpdateFolderCommand.js +4 -4
- package/dist-cjs/commands/UpdateUserCommand.js +4 -4
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +168 -3
- package/dist-cjs/pagination/DescribeActivitiesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeCommentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeNotificationSubscriptionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeResourcePermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRootFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchResourcesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +245 -2
- package/dist-es/WorkDocs.js +15 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +4 -4
- package/dist-es/commands/ActivateUserCommand.js +4 -4
- package/dist-es/commands/AddResourcePermissionsCommand.js +4 -4
- package/dist-es/commands/CreateCommentCommand.js +4 -4
- package/dist-es/commands/CreateCustomMetadataCommand.js +4 -4
- package/dist-es/commands/CreateFolderCommand.js +4 -4
- package/dist-es/commands/CreateLabelsCommand.js +4 -4
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +4 -4
- package/dist-es/commands/CreateUserCommand.js +4 -4
- package/dist-es/commands/DeactivateUserCommand.js +4 -4
- package/dist-es/commands/DeleteCommentCommand.js +4 -4
- package/dist-es/commands/DeleteCustomMetadataCommand.js +4 -4
- package/dist-es/commands/DeleteDocumentCommand.js +4 -4
- package/dist-es/commands/DeleteDocumentVersionCommand.js +4 -4
- package/dist-es/commands/DeleteFolderCommand.js +4 -4
- package/dist-es/commands/DeleteFolderContentsCommand.js +4 -4
- package/dist-es/commands/DeleteLabelsCommand.js +4 -4
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +4 -4
- package/dist-es/commands/DeleteUserCommand.js +4 -4
- package/dist-es/commands/DescribeActivitiesCommand.js +4 -4
- package/dist-es/commands/DescribeCommentsCommand.js +4 -4
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +4 -4
- package/dist-es/commands/DescribeFolderContentsCommand.js +4 -4
- package/dist-es/commands/DescribeGroupsCommand.js +4 -4
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +4 -4
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +4 -4
- package/dist-es/commands/DescribeRootFoldersCommand.js +4 -4
- package/dist-es/commands/DescribeUsersCommand.js +4 -4
- package/dist-es/commands/GetCurrentUserCommand.js +4 -4
- package/dist-es/commands/GetDocumentCommand.js +4 -4
- package/dist-es/commands/GetDocumentPathCommand.js +4 -4
- package/dist-es/commands/GetDocumentVersionCommand.js +4 -4
- package/dist-es/commands/GetFolderCommand.js +4 -4
- package/dist-es/commands/GetFolderPathCommand.js +4 -4
- package/dist-es/commands/GetResourcesCommand.js +4 -4
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +4 -4
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +4 -4
- package/dist-es/commands/RemoveResourcePermissionCommand.js +4 -4
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +4 -4
- package/dist-es/commands/SearchResourcesCommand.js +42 -0
- package/dist-es/commands/UpdateDocumentCommand.js +4 -4
- package/dist-es/commands/UpdateDocumentVersionCommand.js +4 -4
- package/dist-es/commands/UpdateFolderCommand.js +4 -4
- package/dist-es/commands/UpdateUserCommand.js +4 -4
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +156 -0
- package/dist-es/pagination/DescribeActivitiesPaginator.js +25 -0
- package/dist-es/pagination/DescribeCommentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeGroupsPaginator.js +25 -0
- package/dist-es/pagination/DescribeNotificationSubscriptionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeResourcePermissionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRootFoldersPaginator.js +25 -0
- package/dist-es/pagination/SearchResourcesPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +241 -0
- package/dist-types/WorkDocs.d.ts +7 -0
- package/dist-types/WorkDocsClient.d.ts +5 -4
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +56 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +295 -0
- package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeCommentsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/WorkDocs.d.ts +17 -0
- package/dist-types/ts3.4/WorkDocsClient.d.ts +10 -4
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -5
- package/dist-types/ts3.4/models/models_0.d.ts +156 -0
- package/dist-types/ts3.4/pagination/DescribeActivitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCommentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeResourcePermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRootFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +36 -36
|
@@ -141,6 +141,7 @@ export interface CommentMetadata {
|
|
|
141
141
|
CreatedTimestamp?: Date;
|
|
142
142
|
CommentStatus?: CommentStatusType | string;
|
|
143
143
|
RecipientId?: string;
|
|
144
|
+
ContributorId?: string;
|
|
144
145
|
}
|
|
145
146
|
export interface UserMetadata {
|
|
146
147
|
Id?: string;
|
|
@@ -216,6 +217,9 @@ export interface Activity {
|
|
|
216
217
|
OriginalParent?: ResourceMetadata;
|
|
217
218
|
CommentMetadata?: CommentMetadata;
|
|
218
219
|
}
|
|
220
|
+
export declare enum AdditionalResponseFieldType {
|
|
221
|
+
WEBURL = "WEBURL",
|
|
222
|
+
}
|
|
219
223
|
export interface NotificationOptions {
|
|
220
224
|
SendEmail?: boolean;
|
|
221
225
|
EmailMessage?: string;
|
|
@@ -854,6 +858,138 @@ export interface RestoreDocumentVersionsRequest {
|
|
|
854
858
|
AuthenticationToken?: string;
|
|
855
859
|
DocumentId: string | undefined;
|
|
856
860
|
}
|
|
861
|
+
export declare enum ContentCategoryType {
|
|
862
|
+
AUDIO = "AUDIO",
|
|
863
|
+
DOCUMENT = "DOCUMENT",
|
|
864
|
+
IMAGE = "IMAGE",
|
|
865
|
+
OTHER = "OTHER",
|
|
866
|
+
PDF = "PDF",
|
|
867
|
+
PRESENTATION = "PRESENTATION",
|
|
868
|
+
SOURCE_CODE = "SOURCE_CODE",
|
|
869
|
+
SPREADSHEET = "SPREADSHEET",
|
|
870
|
+
VIDEO = "VIDEO",
|
|
871
|
+
}
|
|
872
|
+
export interface DateRangeType {
|
|
873
|
+
StartValue?: Date;
|
|
874
|
+
EndValue?: Date;
|
|
875
|
+
}
|
|
876
|
+
export declare enum PrincipalRoleType {
|
|
877
|
+
CONTRIBUTOR = "CONTRIBUTOR",
|
|
878
|
+
COOWNER = "COOWNER",
|
|
879
|
+
OWNER = "OWNER",
|
|
880
|
+
VIEWER = "VIEWER",
|
|
881
|
+
}
|
|
882
|
+
export interface SearchPrincipalType {
|
|
883
|
+
Id: string | undefined;
|
|
884
|
+
Roles?: (PrincipalRoleType | string)[];
|
|
885
|
+
}
|
|
886
|
+
export declare enum SearchResourceType {
|
|
887
|
+
COMMENT = "COMMENT",
|
|
888
|
+
DOCUMENT = "DOCUMENT",
|
|
889
|
+
DOCUMENT_VERSION = "DOCUMENT_VERSION",
|
|
890
|
+
FOLDER = "FOLDER",
|
|
891
|
+
}
|
|
892
|
+
export declare enum SearchCollectionType {
|
|
893
|
+
OWNED = "OWNED",
|
|
894
|
+
SHARED_WITH_ME = "SHARED_WITH_ME",
|
|
895
|
+
}
|
|
896
|
+
export interface LongRangeType {
|
|
897
|
+
StartValue?: number;
|
|
898
|
+
EndValue?: number;
|
|
899
|
+
}
|
|
900
|
+
export declare enum LanguageCodeType {
|
|
901
|
+
AR = "AR",
|
|
902
|
+
BG = "BG",
|
|
903
|
+
BN = "BN",
|
|
904
|
+
CS = "CS",
|
|
905
|
+
DA = "DA",
|
|
906
|
+
DE = "DE",
|
|
907
|
+
DEFAULT = "DEFAULT",
|
|
908
|
+
EL = "EL",
|
|
909
|
+
EN = "EN",
|
|
910
|
+
ES = "ES",
|
|
911
|
+
FA = "FA",
|
|
912
|
+
FI = "FI",
|
|
913
|
+
FR = "FR",
|
|
914
|
+
HI = "HI",
|
|
915
|
+
HU = "HU",
|
|
916
|
+
ID = "ID",
|
|
917
|
+
IT = "IT",
|
|
918
|
+
JA = "JA",
|
|
919
|
+
KO = "KO",
|
|
920
|
+
LT = "LT",
|
|
921
|
+
LV = "LV",
|
|
922
|
+
NL = "NL",
|
|
923
|
+
NO = "NO",
|
|
924
|
+
PT = "PT",
|
|
925
|
+
RO = "RO",
|
|
926
|
+
RU = "RU",
|
|
927
|
+
SV = "SV",
|
|
928
|
+
SW = "SW",
|
|
929
|
+
TH = "TH",
|
|
930
|
+
TR = "TR",
|
|
931
|
+
ZH = "ZH",
|
|
932
|
+
}
|
|
933
|
+
export interface Filters {
|
|
934
|
+
TextLocales?: (LanguageCodeType | string)[];
|
|
935
|
+
ContentCategories?: (ContentCategoryType | string)[];
|
|
936
|
+
ResourceTypes?: (SearchResourceType | string)[];
|
|
937
|
+
Labels?: string[];
|
|
938
|
+
Principals?: SearchPrincipalType[];
|
|
939
|
+
AncestorIds?: string[];
|
|
940
|
+
SearchCollectionTypes?: (SearchCollectionType | string)[];
|
|
941
|
+
SizeRange?: LongRangeType;
|
|
942
|
+
CreatedRange?: DateRangeType;
|
|
943
|
+
ModifiedRange?: DateRangeType;
|
|
944
|
+
}
|
|
945
|
+
export declare enum OrderByFieldType {
|
|
946
|
+
CREATED_TIMESTAMP = "CREATED_TIMESTAMP",
|
|
947
|
+
MODIFIED_TIMESTAMP = "MODIFIED_TIMESTAMP",
|
|
948
|
+
NAME = "NAME",
|
|
949
|
+
RELEVANCE = "RELEVANCE",
|
|
950
|
+
SIZE = "SIZE",
|
|
951
|
+
}
|
|
952
|
+
export declare enum SortOrder {
|
|
953
|
+
ASC = "ASC",
|
|
954
|
+
DESC = "DESC",
|
|
955
|
+
}
|
|
956
|
+
export interface SearchSortResult {
|
|
957
|
+
Field?: OrderByFieldType | string;
|
|
958
|
+
Order?: SortOrder | string;
|
|
959
|
+
}
|
|
960
|
+
export declare enum SearchQueryScopeType {
|
|
961
|
+
CONTENT = "CONTENT",
|
|
962
|
+
NAME = "NAME",
|
|
963
|
+
}
|
|
964
|
+
export interface SearchResourcesRequest {
|
|
965
|
+
AuthenticationToken?: string;
|
|
966
|
+
QueryText?: string;
|
|
967
|
+
QueryScopes?: (SearchQueryScopeType | string)[];
|
|
968
|
+
OrganizationId?: string;
|
|
969
|
+
AdditionalResponseFields?: (AdditionalResponseFieldType | string)[];
|
|
970
|
+
Filters?: Filters;
|
|
971
|
+
OrderBy?: SearchSortResult[];
|
|
972
|
+
Limit?: number;
|
|
973
|
+
Marker?: string;
|
|
974
|
+
}
|
|
975
|
+
export declare enum ResponseItemType {
|
|
976
|
+
COMMENT = "COMMENT",
|
|
977
|
+
DOCUMENT = "DOCUMENT",
|
|
978
|
+
DOCUMENT_VERSION = "DOCUMENT_VERSION",
|
|
979
|
+
FOLDER = "FOLDER",
|
|
980
|
+
}
|
|
981
|
+
export interface ResponseItem {
|
|
982
|
+
ResourceType?: ResponseItemType | string;
|
|
983
|
+
WebUrl?: string;
|
|
984
|
+
DocumentMetadata?: DocumentMetadata;
|
|
985
|
+
FolderMetadata?: FolderMetadata;
|
|
986
|
+
CommentMetadata?: CommentMetadata;
|
|
987
|
+
DocumentVersionMetadata?: DocumentVersionMetadata;
|
|
988
|
+
}
|
|
989
|
+
export interface SearchResourcesResponse {
|
|
990
|
+
Items?: ResponseItem[];
|
|
991
|
+
Marker?: string;
|
|
992
|
+
}
|
|
857
993
|
export interface UpdateDocumentRequest {
|
|
858
994
|
AuthenticationToken?: string;
|
|
859
995
|
DocumentId: string | undefined;
|
|
@@ -1161,6 +1297,26 @@ export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (
|
|
|
1161
1297
|
export declare const RestoreDocumentVersionsRequestFilterSensitiveLog: (
|
|
1162
1298
|
obj: RestoreDocumentVersionsRequest
|
|
1163
1299
|
) => 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
|
+
export declare const SearchResourcesRequestFilterSensitiveLog: (
|
|
1314
|
+
obj: SearchResourcesRequest
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const ResponseItemFilterSensitiveLog: (obj: ResponseItem) => any;
|
|
1317
|
+
export declare const SearchResourcesResponseFilterSensitiveLog: (
|
|
1318
|
+
obj: SearchResourcesResponse
|
|
1319
|
+
) => any;
|
|
1164
1320
|
export declare const UpdateDocumentRequestFilterSensitiveLog: (
|
|
1165
1321
|
obj: UpdateDocumentRequest
|
|
1166
1322
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeActivitiesCommandInput,
|
|
4
|
+
DescribeActivitiesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeActivitiesCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeActivities(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeActivitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeActivitiesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCommentsCommandInput,
|
|
4
|
+
DescribeCommentsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCommentsCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeComments(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeCommentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeCommentsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGroupsCommandInput,
|
|
4
|
+
DescribeGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGroupsCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGroups(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGroupsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeNotificationSubscriptionsCommandInput,
|
|
4
|
+
DescribeNotificationSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeNotificationSubscriptionsCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeNotificationSubscriptions(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeNotificationSubscriptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeNotificationSubscriptionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeResourcePermissionsCommandInput,
|
|
4
|
+
DescribeResourcePermissionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeResourcePermissionsCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeResourcePermissions(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeResourcePermissionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeResourcePermissionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeRootFoldersCommandInput,
|
|
4
|
+
DescribeRootFoldersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeRootFoldersCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeRootFolders(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: DescribeRootFoldersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeRootFoldersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchResourcesCommandInput,
|
|
4
|
+
SearchResourcesCommandOutput,
|
|
5
|
+
} from "../commands/SearchResourcesCommand";
|
|
6
|
+
import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchResources(
|
|
8
|
+
config: WorkDocsPaginationConfiguration,
|
|
9
|
+
input: SearchResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
+
export * from "./DescribeActivitiesPaginator";
|
|
2
|
+
export * from "./DescribeCommentsPaginator";
|
|
1
3
|
export * from "./DescribeDocumentVersionsPaginator";
|
|
2
4
|
export * from "./DescribeFolderContentsPaginator";
|
|
5
|
+
export * from "./DescribeGroupsPaginator";
|
|
6
|
+
export * from "./DescribeNotificationSubscriptionsPaginator";
|
|
7
|
+
export * from "./DescribeResourcePermissionsPaginator";
|
|
8
|
+
export * from "./DescribeRootFoldersPaginator";
|
|
3
9
|
export * from "./DescribeUsersPaginator";
|
|
4
10
|
export * from "./Interfaces";
|
|
11
|
+
export * from "./SearchResourcesPaginator";
|
|
@@ -159,6 +159,10 @@ import {
|
|
|
159
159
|
RestoreDocumentVersionsCommandInput,
|
|
160
160
|
RestoreDocumentVersionsCommandOutput,
|
|
161
161
|
} from "../commands/RestoreDocumentVersionsCommand";
|
|
162
|
+
import {
|
|
163
|
+
SearchResourcesCommandInput,
|
|
164
|
+
SearchResourcesCommandOutput,
|
|
165
|
+
} from "../commands/SearchResourcesCommand";
|
|
162
166
|
import {
|
|
163
167
|
UpdateDocumentCommandInput,
|
|
164
168
|
UpdateDocumentCommandOutput,
|
|
@@ -331,6 +335,10 @@ export declare const serializeAws_restJson1RestoreDocumentVersionsCommand: (
|
|
|
331
335
|
input: RestoreDocumentVersionsCommandInput,
|
|
332
336
|
context: __SerdeContext
|
|
333
337
|
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1SearchResourcesCommand: (
|
|
339
|
+
input: SearchResourcesCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
334
342
|
export declare const serializeAws_restJson1UpdateDocumentCommand: (
|
|
335
343
|
input: UpdateDocumentCommandInput,
|
|
336
344
|
context: __SerdeContext
|
|
@@ -503,6 +511,10 @@ export declare const deserializeAws_restJson1RestoreDocumentVersionsCommand: (
|
|
|
503
511
|
output: __HttpResponse,
|
|
504
512
|
context: __SerdeContext
|
|
505
513
|
) => Promise<RestoreDocumentVersionsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1SearchResourcesCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<SearchResourcesCommandOutput>;
|
|
506
518
|
export declare const deserializeAws_restJson1UpdateDocumentCommand: (
|
|
507
519
|
output: __HttpResponse,
|
|
508
520
|
context: __SerdeContext
|
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.295.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",
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
64
|
"typedoc": "0.23.23",
|
|
65
|
-
"typescript": "~4.
|
|
65
|
+
"typescript": "~4.9.5"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=14.0.0"
|