@aws-sdk/client-workdocs 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/WorkDocs.d.ts +6 -1
  6. package/dist-types/WorkDocsClient.d.ts +1 -1
  7. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +2 -1
  8. package/dist-types/commands/ActivateUserCommand.d.ts +2 -1
  9. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateCommentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLabelsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  16. package/dist-types/commands/DeactivateUserCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteCommentCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteFolderCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteLabelsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeActivitiesCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeCommentsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeGroupsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  35. package/dist-types/commands/GetCurrentUserCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDocumentCommand.d.ts +2 -1
  37. package/dist-types/commands/GetDocumentPathCommand.d.ts +2 -1
  38. package/dist-types/commands/GetDocumentVersionCommand.d.ts +2 -1
  39. package/dist-types/commands/GetFolderCommand.d.ts +2 -1
  40. package/dist-types/commands/GetFolderPathCommand.d.ts +2 -1
  41. package/dist-types/commands/GetResourcesCommand.d.ts +2 -1
  42. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +2 -1
  43. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +2 -1
  44. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +2 -1
  45. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateFolderCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  51. package/dist-types/index.d.ts +0 -1
  52. package/dist-types/models/models_0.d.ts +435 -435
  53. package/dist-types/ts3.4/WorkDocs.d.ts +5 -0
  54. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/index.d.ts +0 -1
  99. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DescribeNotificationSubscriptionsCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeNotificationSubscriptionsCommand_base: {
24
24
  new (input: DescribeNotificationSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNotificationSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the specified notification subscriptions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeNotificationSubscriptionsCommand_base: {
71
71
  * @throws {@link WorkDocsServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeResourcePermissionsCommandOutput extends DescribeResour
22
22
  }
23
23
  declare const DescribeResourcePermissionsCommand_base: {
24
24
  new (input: DescribeResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the permissions of a specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const DescribeResourcePermissionsCommand_base: {
86
86
  * @throws {@link WorkDocsServiceException}
87
87
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersRes
22
22
  }
23
23
  declare const DescribeRootFoldersCommand_base: {
24
24
  new (input: DescribeRootFoldersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRootFoldersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the current user's special folders; the <code>RootFolder</code> and the
30
30
  * <code>RecycleBin</code>. <code>RootFolder</code> is the root of user's files and
31
31
  * folders and <code>RecycleBin</code> is the root of recycled items. This is not a valid
@@ -97,6 +97,7 @@ declare const DescribeRootFoldersCommand_base: {
97
97
  * @throws {@link WorkDocsServiceException}
98
98
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __Met
22
22
  }
23
23
  declare const DescribeUsersCommand_base: {
24
24
  new (input: DescribeUsersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeUsersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified users. You can describe all users or filter the results
30
30
  * (for example, by status or organization).</p>
31
31
  * <p>By default, Amazon WorkDocs returns the first 24 active or pending users. If there
@@ -115,6 +115,7 @@ declare const DescribeUsersCommand_base: {
115
115
  * @throws {@link WorkDocsServiceException}
116
116
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __M
22
22
  }
23
23
  declare const GetCurrentUserCommand_base: {
24
24
  new (input: GetCurrentUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCurrentUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details of the current user for whom the authentication token was
30
30
  * generated. This is not a valid action for SigV4 (administrative API) clients.</p>
31
31
  * <p>This action requires an authentication token. To get an authentication token,
@@ -98,6 +98,7 @@ declare const GetCurrentUserCommand_base: {
98
98
  * @throws {@link WorkDocsServiceException}
99
99
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface GetDocumentCommandOutput extends GetDocumentResponse, __Metadat
22
22
  }
23
23
  declare const GetDocumentCommand_base: {
24
24
  new (input: GetDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details of a document.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const GetDocumentCommand_base: {
110
110
  * @throws {@link WorkDocsServiceException}
111
111
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class GetDocumentCommand extends GetDocumentCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, _
22
22
  }
23
23
  declare const GetDocumentPathCommand_base: {
24
24
  new (input: GetDocumentPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDocumentPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the path information (the hierarchy from the root folder) for the
30
30
  * requested document.</p>
31
31
  * <p>By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the
@@ -86,6 +86,7 @@ declare const GetDocumentPathCommand_base: {
86
86
  * @throws {@link WorkDocsServiceException}
87
87
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionRespo
22
22
  }
23
23
  declare const GetDocumentVersionCommand_base: {
24
24
  new (input: GetDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves version metadata for the specified document.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const GetDocumentVersionCommand_base: {
101
101
  * @throws {@link WorkDocsServiceException}
102
102
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBea
22
22
  }
23
23
  declare const GetFolderCommand_base: {
24
24
  new (input: GetFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the metadata of the specified folder.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const GetFolderCommand_base: {
95
95
  * @throws {@link WorkDocsServiceException}
96
96
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class GetFolderCommand extends GetFolderCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __Met
22
22
  }
23
23
  declare const GetFolderPathCommand_base: {
24
24
  new (input: GetFolderPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFolderPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the path information (the hierarchy from the root folder) for the
30
30
  * specified folder.</p>
31
31
  * <p>By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the
@@ -86,6 +86,7 @@ declare const GetFolderPathCommand_base: {
86
86
  * @throws {@link WorkDocsServiceException}
87
87
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetFolderPathCommand extends GetFolderPathCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetResourcesCommandOutput extends GetResourcesResponse, __Metad
22
22
  }
23
23
  declare const GetResourcesCommand_base: {
24
24
  new (input: GetResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a collection of resources, including folders and documents. The only
30
30
  * <code>CollectionType</code> supported is <code>SHARED_WITH_ME</code>.</p>
31
31
  * @example
@@ -124,6 +124,7 @@ declare const GetResourcesCommand_base: {
124
124
  * @throws {@link WorkDocsServiceException}
125
125
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class GetResourcesCommand extends GetResourcesCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocu
22
22
  }
23
23
  declare const InitiateDocumentVersionUploadCommand_base: {
24
24
  new (input: InitiateDocumentVersionUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [InitiateDocumentVersionUploadCommandInput]): import("@smithy/smithy-client").CommandImpl<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new document object and version object.</p>
30
30
  * <p>The client specifies the parent folder ID and name of the document to upload. The
31
31
  * ID is optionally specified when creating a new version of an existing document. This is
@@ -145,6 +145,7 @@ declare const InitiateDocumentVersionUploadCommand_base: {
145
145
  * @throws {@link WorkDocsServiceException}
146
146
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class InitiateDocumentVersionUploadCommand extends InitiateDocumentVersionUploadCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const RemoveAllResourcePermissionsCommand_base: {
24
24
  new (input: RemoveAllResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveAllResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes all the permissions from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const RemoveAllResourcePermissionsCommand_base: {
66
66
  * @throws {@link WorkDocsServiceException}
67
67
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class RemoveAllResourcePermissionsCommand extends RemoveAllResourcePermissionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const RemoveResourcePermissionCommand_base: {
24
24
  new (input: RemoveResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the permission for the specified principal from the specified
30
30
  * resource.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const RemoveResourcePermissionCommand_base: {
69
69
  * @throws {@link WorkDocsServiceException}
70
70
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class RemoveResourcePermissionCommand extends RemoveResourcePermissionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface RestoreDocumentVersionsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RestoreDocumentVersionsCommand_base: {
24
24
  new (input: RestoreDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RestoreDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Recovers a deleted version of an Amazon WorkDocs document.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const RestoreDocumentVersionsCommand_base: {
78
78
  * @throws {@link WorkDocsServiceException}
79
79
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class RestoreDocumentVersionsCommand extends RestoreDocumentVersionsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
22
22
  }
23
23
  declare const SearchResourcesCommand_base: {
24
24
  new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [SearchResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches metadata and the content of folders, documents, document versions, and comments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -221,6 +221,7 @@ declare const SearchResourcesCommand_base: {
221
221
  * @throws {@link WorkDocsServiceException}
222
222
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
223
223
  *
224
+ * @public
224
225
  */
225
226
  export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
226
227
  }
@@ -22,10 +22,10 @@ export interface UpdateDocumentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateDocumentCommand_base: {
24
24
  new (input: UpdateDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified attributes of a document. The user must have access to both
30
30
  * the document and its parent folder, if applicable.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const UpdateDocumentCommand_base: {
88
88
  * @throws {@link WorkDocsServiceException}
89
89
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateDocumentVersionCommand_base: {
24
24
  new (input: UpdateDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the status of the document version to ACTIVE. </p>
30
30
  * <p>Amazon WorkDocs also sets its document container to ACTIVE. This is the last step
31
31
  * in a document upload, after the client uploads the document to an S3-presigned URL
@@ -83,6 +83,7 @@ declare const UpdateDocumentVersionCommand_base: {
83
83
  * @throws {@link WorkDocsServiceException}
84
84
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateDocumentVersionCommand extends UpdateDocumentVersionCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateFolderCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateFolderCommand_base: {
24
24
  new (input: UpdateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified attributes of the specified folder. The user must have access
30
30
  * to both the folder and its parent folder, if applicable.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const UpdateFolderCommand_base: {
88
88
  * @throws {@link WorkDocsServiceException}
89
89
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateUserCommand_base: {
24
24
  new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified attributes of the specified user, and grants or revokes
30
30
  * administrative privileges to the Amazon WorkDocs site.</p>
31
31
  * @example
@@ -116,6 +116,7 @@ declare const UpdateUserCommand_base: {
116
116
  * @throws {@link WorkDocsServiceException}
117
117
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
121
122
  }
@@ -69,5 +69,4 @@ export { WorkDocsExtensionConfiguration } from "./extensionConfiguration";
69
69
  export * from "./commands";
70
70
  export * from "./pagination";
71
71
  export * from "./models";
72
- import "@aws-sdk/util-endpoints";
73
72
  export { WorkDocsServiceException } from "./models/WorkDocsServiceException";