@aws-sdk/client-workdocs 3.297.0 → 3.299.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/models/models_0.d.ts +0 -92
- package/dist-types/ts3.4/models/models_0.d.ts +0 -63
- package/package.json +11 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteLabelsRequestFilterSensitiveLog
|
|
4
|
+
import { DeleteLabelsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteLabelsCommand, serializeAws_restJson1DeleteLabelsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteLabelsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class DeleteLabelsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DeleteLabelsRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteNotificationSubscriptionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteNotificationSubscriptionCommand, serializeAws_restJson1DeleteNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteNotificationSubscriptionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteNotificationSubscriptionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class DeleteUserCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DeleteUserRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeGroupsRequestFilterSensitiveLog,
|
|
4
|
+
import { DescribeGroupsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeGroupsCommand, serializeAws_restJson1DescribeGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeGroupsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class DescribeGroupsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DescribeGroupsRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeNotificationSubscriptionsRequestFilterSensitiveLog, DescribeNotificationSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DescribeNotificationSubscriptionsCommand, serializeAws_restJson1DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DescribeNotificationSubscriptionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeNotificationSubscriptionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeResourcePermissionsRequestFilterSensitiveLog,
|
|
4
|
+
import { DescribeResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeResourcePermissionsCommand, serializeAws_restJson1DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeResourcePermissionsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class DescribeResourcePermissionsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DescribeResourcePermissionsRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class RemoveAllResourcePermissionsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: RemoveAllResourcePermissionsRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class RemoveResourcePermissionCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: RemoveResourcePermissionRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class RestoreDocumentVersionsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: RestoreDocumentVersionsRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class UpdateDocumentCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: UpdateDocumentRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class UpdateDocumentVersionCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: UpdateDocumentVersionRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class UpdateFolderCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: UpdateFolderRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -614,12 +614,6 @@ export const ActivateUserRequestFilterSensitiveLog = (obj) => ({
|
|
|
614
614
|
...obj,
|
|
615
615
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
616
616
|
});
|
|
617
|
-
export const StorageRuleTypeFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const UserStorageMetadataFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
617
|
export const UserFilterSensitiveLog = (obj) => ({
|
|
624
618
|
...obj,
|
|
625
619
|
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
@@ -648,9 +642,6 @@ export const ResourceMetadataFilterSensitiveLog = (obj) => ({
|
|
|
648
642
|
...(obj.OriginalName && { OriginalName: SENSITIVE_STRING }),
|
|
649
643
|
...(obj.Owner && { Owner: UserMetadataFilterSensitiveLog(obj.Owner) }),
|
|
650
644
|
});
|
|
651
|
-
export const GroupMetadataFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
});
|
|
654
645
|
export const ParticipantsFilterSensitiveLog = (obj) => ({
|
|
655
646
|
...obj,
|
|
656
647
|
...(obj.Users && { Users: obj.Users.map((item) => UserMetadataFilterSensitiveLog(item)) }),
|
|
@@ -667,9 +658,6 @@ export const NotificationOptionsFilterSensitiveLog = (obj) => ({
|
|
|
667
658
|
...obj,
|
|
668
659
|
...(obj.EmailMessage && { EmailMessage: SENSITIVE_STRING }),
|
|
669
660
|
});
|
|
670
|
-
export const SharePrincipalFilterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
661
|
export const AddResourcePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
674
662
|
...obj,
|
|
675
663
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -703,9 +691,6 @@ export const CreateCustomMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
|
703
691
|
...obj,
|
|
704
692
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
705
693
|
});
|
|
706
|
-
export const CreateCustomMetadataResponseFilterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
694
|
export const CreateFolderRequestFilterSensitiveLog = (obj) => ({
|
|
710
695
|
...obj,
|
|
711
696
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -723,18 +708,6 @@ export const CreateLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
|
723
708
|
...obj,
|
|
724
709
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
725
710
|
});
|
|
726
|
-
export const CreateLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
export const CreateNotificationSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
});
|
|
732
|
-
export const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
733
|
-
...obj,
|
|
734
|
-
});
|
|
735
|
-
export const CreateNotificationSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
711
|
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
739
712
|
...obj,
|
|
740
713
|
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
@@ -760,9 +733,6 @@ export const DeleteCustomMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
|
760
733
|
...obj,
|
|
761
734
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
762
735
|
});
|
|
763
|
-
export const DeleteCustomMetadataResponseFilterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
736
|
export const DeleteDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
767
737
|
...obj,
|
|
768
738
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -783,12 +753,6 @@ export const DeleteLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
|
783
753
|
...obj,
|
|
784
754
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
785
755
|
});
|
|
786
|
-
export const DeleteLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
});
|
|
789
|
-
export const DeleteNotificationSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
756
|
export const DeleteUserRequestFilterSensitiveLog = (obj) => ({
|
|
793
757
|
...obj,
|
|
794
758
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -845,28 +809,10 @@ export const DescribeGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
|
845
809
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
846
810
|
...(obj.SearchQuery && { SearchQuery: SENSITIVE_STRING }),
|
|
847
811
|
});
|
|
848
|
-
export const DescribeGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
});
|
|
851
|
-
export const DescribeNotificationSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
852
|
-
...obj,
|
|
853
|
-
});
|
|
854
|
-
export const DescribeNotificationSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
812
|
export const DescribeResourcePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
858
813
|
...obj,
|
|
859
814
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
860
815
|
});
|
|
861
|
-
export const PermissionInfoFilterSensitiveLog = (obj) => ({
|
|
862
|
-
...obj,
|
|
863
|
-
});
|
|
864
|
-
export const PrincipalFilterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
export const DescribeResourcePermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
868
|
-
...obj,
|
|
869
|
-
});
|
|
870
816
|
export const DescribeRootFoldersRequestFilterSensitiveLog = (obj) => ({
|
|
871
817
|
...obj,
|
|
872
818
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -975,21 +921,6 @@ export const RestoreDocumentVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
|
975
921
|
...obj,
|
|
976
922
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
977
923
|
});
|
|
978
|
-
export const DateRangeTypeFilterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
export const SearchPrincipalTypeFilterSensitiveLog = (obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
});
|
|
984
|
-
export const LongRangeTypeFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
export const FiltersFilterSensitiveLog = (obj) => ({
|
|
988
|
-
...obj,
|
|
989
|
-
});
|
|
990
|
-
export const SearchSortResultFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
924
|
export const SearchResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
994
925
|
...obj,
|
|
995
926
|
...(obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }),
|
|
@@ -2829,14 +2829,6 @@ export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (obj:
|
|
|
2829
2829
|
* @internal
|
|
2830
2830
|
*/
|
|
2831
2831
|
export declare const ActivateUserRequestFilterSensitiveLog: (obj: ActivateUserRequest) => any;
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
export declare const StorageRuleTypeFilterSensitiveLog: (obj: StorageRuleType) => any;
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
export declare const UserStorageMetadataFilterSensitiveLog: (obj: UserStorageMetadata) => any;
|
|
2840
2832
|
/**
|
|
2841
2833
|
* @internal
|
|
2842
2834
|
*/
|
|
@@ -2857,10 +2849,6 @@ export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
|
|
|
2857
2849
|
* @internal
|
|
2858
2850
|
*/
|
|
2859
2851
|
export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
export declare const GroupMetadataFilterSensitiveLog: (obj: GroupMetadata) => any;
|
|
2864
2852
|
/**
|
|
2865
2853
|
* @internal
|
|
2866
2854
|
*/
|
|
@@ -2873,10 +2861,6 @@ export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
|
2873
2861
|
* @internal
|
|
2874
2862
|
*/
|
|
2875
2863
|
export declare const NotificationOptionsFilterSensitiveLog: (obj: NotificationOptions) => any;
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
export declare const SharePrincipalFilterSensitiveLog: (obj: SharePrincipal) => any;
|
|
2880
2864
|
/**
|
|
2881
2865
|
* @internal
|
|
2882
2866
|
*/
|
|
@@ -2905,10 +2889,6 @@ export declare const CreateCommentResponseFilterSensitiveLog: (obj: CreateCommen
|
|
|
2905
2889
|
* @internal
|
|
2906
2890
|
*/
|
|
2907
2891
|
export declare const CreateCustomMetadataRequestFilterSensitiveLog: (obj: CreateCustomMetadataRequest) => any;
|
|
2908
|
-
/**
|
|
2909
|
-
* @internal
|
|
2910
|
-
*/
|
|
2911
|
-
export declare const CreateCustomMetadataResponseFilterSensitiveLog: (obj: CreateCustomMetadataResponse) => any;
|
|
2912
2892
|
/**
|
|
2913
2893
|
* @internal
|
|
2914
2894
|
*/
|
|
@@ -2925,22 +2905,6 @@ export declare const CreateFolderResponseFilterSensitiveLog: (obj: CreateFolderR
|
|
|
2925
2905
|
* @internal
|
|
2926
2906
|
*/
|
|
2927
2907
|
export declare const CreateLabelsRequestFilterSensitiveLog: (obj: CreateLabelsRequest) => any;
|
|
2928
|
-
/**
|
|
2929
|
-
* @internal
|
|
2930
|
-
*/
|
|
2931
|
-
export declare const CreateLabelsResponseFilterSensitiveLog: (obj: CreateLabelsResponse) => any;
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (obj: CreateNotificationSubscriptionRequest) => any;
|
|
2936
|
-
/**
|
|
2937
|
-
* @internal
|
|
2938
|
-
*/
|
|
2939
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
2940
|
-
/**
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
2943
|
-
export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (obj: CreateNotificationSubscriptionResponse) => any;
|
|
2944
2908
|
/**
|
|
2945
2909
|
* @internal
|
|
2946
2910
|
*/
|
|
@@ -2961,10 +2925,6 @@ export declare const DeleteCommentRequestFilterSensitiveLog: (obj: DeleteComment
|
|
|
2961
2925
|
* @internal
|
|
2962
2926
|
*/
|
|
2963
2927
|
export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (obj: DeleteCustomMetadataRequest) => any;
|
|
2964
|
-
/**
|
|
2965
|
-
* @internal
|
|
2966
|
-
*/
|
|
2967
|
-
export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (obj: DeleteCustomMetadataResponse) => any;
|
|
2968
2928
|
/**
|
|
2969
2929
|
* @internal
|
|
2970
2930
|
*/
|
|
@@ -2985,14 +2945,6 @@ export declare const DeleteFolderContentsRequestFilterSensitiveLog: (obj: Delete
|
|
|
2985
2945
|
* @internal
|
|
2986
2946
|
*/
|
|
2987
2947
|
export declare const DeleteLabelsRequestFilterSensitiveLog: (obj: DeleteLabelsRequest) => any;
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
*/
|
|
2991
|
-
export declare const DeleteLabelsResponseFilterSensitiveLog: (obj: DeleteLabelsResponse) => any;
|
|
2992
|
-
/**
|
|
2993
|
-
* @internal
|
|
2994
|
-
*/
|
|
2995
|
-
export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (obj: DeleteNotificationSubscriptionRequest) => any;
|
|
2996
2948
|
/**
|
|
2997
2949
|
* @internal
|
|
2998
2950
|
*/
|
|
@@ -3041,34 +2993,10 @@ export declare const DescribeFolderContentsResponseFilterSensitiveLog: (obj: Des
|
|
|
3041
2993
|
* @internal
|
|
3042
2994
|
*/
|
|
3043
2995
|
export declare const DescribeGroupsRequestFilterSensitiveLog: (obj: DescribeGroupsRequest) => any;
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
export declare const DescribeGroupsResponseFilterSensitiveLog: (obj: DescribeGroupsResponse) => any;
|
|
3048
|
-
/**
|
|
3049
|
-
* @internal
|
|
3050
|
-
*/
|
|
3051
|
-
export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsRequest) => any;
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsResponse) => any;
|
|
3056
2996
|
/**
|
|
3057
2997
|
* @internal
|
|
3058
2998
|
*/
|
|
3059
2999
|
export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (obj: DescribeResourcePermissionsRequest) => any;
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
export declare const PermissionInfoFilterSensitiveLog: (obj: PermissionInfo) => any;
|
|
3064
|
-
/**
|
|
3065
|
-
* @internal
|
|
3066
|
-
*/
|
|
3067
|
-
export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
|
|
3068
|
-
/**
|
|
3069
|
-
* @internal
|
|
3070
|
-
*/
|
|
3071
|
-
export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (obj: DescribeResourcePermissionsResponse) => any;
|
|
3072
3000
|
/**
|
|
3073
3001
|
* @internal
|
|
3074
3002
|
*/
|
|
@@ -3173,26 +3101,6 @@ export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (obj: Re
|
|
|
3173
3101
|
* @internal
|
|
3174
3102
|
*/
|
|
3175
3103
|
export declare const RestoreDocumentVersionsRequestFilterSensitiveLog: (obj: RestoreDocumentVersionsRequest) => any;
|
|
3176
|
-
/**
|
|
3177
|
-
* @internal
|
|
3178
|
-
*/
|
|
3179
|
-
export declare const DateRangeTypeFilterSensitiveLog: (obj: DateRangeType) => any;
|
|
3180
|
-
/**
|
|
3181
|
-
* @internal
|
|
3182
|
-
*/
|
|
3183
|
-
export declare const SearchPrincipalTypeFilterSensitiveLog: (obj: SearchPrincipalType) => any;
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
export declare const LongRangeTypeFilterSensitiveLog: (obj: LongRangeType) => any;
|
|
3188
|
-
/**
|
|
3189
|
-
* @internal
|
|
3190
|
-
*/
|
|
3191
|
-
export declare const FiltersFilterSensitiveLog: (obj: Filters) => any;
|
|
3192
|
-
/**
|
|
3193
|
-
* @internal
|
|
3194
|
-
*/
|
|
3195
|
-
export declare const SearchSortResultFilterSensitiveLog: (obj: SearchSortResult) => any;
|
|
3196
3104
|
/**
|
|
3197
3105
|
* @internal
|
|
3198
3106
|
*/
|
|
@@ -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.299.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,22 +21,22 @@
|
|
|
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/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.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",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|