@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
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -4194,9 +4194,6 @@ var paginateDescribeUsers = (0, import_core.createPaginator)(WorkDocsClient, Des
4194
4194
  // src/pagination/SearchResourcesPaginator.ts
4195
4195
 
4196
4196
  var paginateSearchResources = (0, import_core.createPaginator)(WorkDocsClient, SearchResourcesCommand, "Marker", "Marker", "Limit");
4197
-
4198
- // src/index.ts
4199
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
4200
4197
  // Annotate the CommonJS export names for ESM import in node:
4201
4198
 
4202
4199
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./WorkDocs";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { WorkDocsServiceException } from "./models/WorkDocsServiceException";
@@ -162,6 +162,7 @@ export interface WorkDocs {
162
162
  /**
163
163
  * @see {@link DescribeActivitiesCommand}
164
164
  */
165
+ describeActivities(): Promise<DescribeActivitiesCommandOutput>;
165
166
  describeActivities(args: DescribeActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActivitiesCommandOutput>;
166
167
  describeActivities(args: DescribeActivitiesCommandInput, cb: (err: any, data?: DescribeActivitiesCommandOutput) => void): void;
167
168
  describeActivities(args: DescribeActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActivitiesCommandOutput) => void): void;
@@ -210,6 +211,7 @@ export interface WorkDocs {
210
211
  /**
211
212
  * @see {@link DescribeUsersCommand}
212
213
  */
214
+ describeUsers(): Promise<DescribeUsersCommandOutput>;
213
215
  describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
214
216
  describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
215
217
  describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
@@ -252,12 +254,14 @@ export interface WorkDocs {
252
254
  /**
253
255
  * @see {@link GetResourcesCommand}
254
256
  */
257
+ getResources(): Promise<GetResourcesCommandOutput>;
255
258
  getResources(args: GetResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesCommandOutput>;
256
259
  getResources(args: GetResourcesCommandInput, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
257
260
  getResources(args: GetResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
258
261
  /**
259
262
  * @see {@link InitiateDocumentVersionUploadCommand}
260
263
  */
264
+ initiateDocumentVersionUpload(): Promise<InitiateDocumentVersionUploadCommandOutput>;
261
265
  initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, options?: __HttpHandlerOptions): Promise<InitiateDocumentVersionUploadCommandOutput>;
262
266
  initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void): void;
263
267
  initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void): void;
@@ -282,6 +286,7 @@ export interface WorkDocs {
282
286
  /**
283
287
  * @see {@link SearchResourcesCommand}
284
288
  */
289
+ searchResources(): Promise<SearchResourcesCommandOutput>;
285
290
  searchResources(args: SearchResourcesCommandInput, options?: __HttpHandlerOptions): Promise<SearchResourcesCommandOutput>;
286
291
  searchResources(args: SearchResourcesCommandInput, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
287
292
  searchResources(args: SearchResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
@@ -311,7 +316,6 @@ export interface WorkDocs {
311
316
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
312
317
  }
313
318
  /**
314
- * @public
315
319
  * <p>The Amazon WorkDocs API is designed for the following use cases:</p>
316
320
  * <ul>
317
321
  * <li>
@@ -371,6 +375,7 @@ export interface WorkDocs {
371
375
  * </ul>
372
376
  * <p>For information about Amazon WorkDocs API pricing, see <a href="https://aws.amazon.com/workdocs/pricing/">Amazon WorkDocs Pricing</a>.</p>
373
377
  * </note>
378
+ * @public
374
379
  */
375
380
  export declare class WorkDocs extends WorkDocsClient implements WorkDocs {
376
381
  }
@@ -195,7 +195,6 @@ export type WorkDocsClientResolvedConfigType = __SmithyResolvedConfiguration<__H
195
195
  export interface WorkDocsClientResolvedConfig extends WorkDocsClientResolvedConfigType {
196
196
  }
197
197
  /**
198
- * @public
199
198
  * <p>The Amazon WorkDocs API is designed for the following use cases:</p>
200
199
  * <ul>
201
200
  * <li>
@@ -255,6 +254,7 @@ export interface WorkDocsClientResolvedConfig extends WorkDocsClientResolvedConf
255
254
  * </ul>
256
255
  * <p>For information about Amazon WorkDocs API pricing, see <a href="https://aws.amazon.com/workdocs/pricing/">Amazon WorkDocs Pricing</a>.</p>
257
256
  * </note>
257
+ * @public
258
258
  */
259
259
  export declare class WorkDocsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig> {
260
260
  /**
@@ -22,10 +22,10 @@ export interface AbortDocumentVersionUploadCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const AbortDocumentVersionUploadCommand_base: {
24
24
  new (input: AbortDocumentVersionUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AbortDocumentVersionUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Aborts the upload of the specified document version that was previously initiated
30
30
  * by <a>InitiateDocumentVersionUpload</a>. The client should make this call
31
31
  * only when it no longer intends to upload the document version, or fails to do
@@ -79,6 +79,7 @@ declare const AbortDocumentVersionUploadCommand_base: {
79
79
  * @throws {@link WorkDocsServiceException}
80
80
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ActivateUserCommandOutput extends ActivateUserResponse, __Metad
22
22
  }
23
23
  declare const ActivateUserCommand_base: {
24
24
  new (input: ActivateUserCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateUserCommandInput, ActivateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ActivateUserCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateUserCommandInput, ActivateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Activates the specified user. Only active users can access Amazon
30
30
  * WorkDocs.</p>
31
31
  * @example
@@ -94,6 +94,7 @@ declare const ActivateUserCommand_base: {
94
94
  * @throws {@link WorkDocsServiceException}
95
95
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ActivateUserCommand extends ActivateUserCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface AddResourcePermissionsCommandOutput extends AddResourcePermissi
22
22
  }
23
23
  declare const AddResourcePermissionsCommand_base: {
24
24
  new (input: AddResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a set of permissions for the specified folder or document. The resource
30
30
  * permissions are overwritten if the principals already have different
31
31
  * permissions.</p>
@@ -93,6 +93,7 @@ declare const AddResourcePermissionsCommand_base: {
93
93
  * @throws {@link WorkDocsServiceException}
94
94
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class AddResourcePermissionsCommand extends AddResourcePermissionsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateCommentCommandOutput extends CreateCommentResponse, __Met
22
22
  }
23
23
  declare const CreateCommentCommand_base: {
24
24
  new (input: CreateCommentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCommentCommandInput, CreateCommentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCommentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCommentCommandInput, CreateCommentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a new comment to the specified document version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -119,6 +119,7 @@ declare const CreateCommentCommand_base: {
119
119
  * @throws {@link WorkDocsServiceException}
120
120
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class CreateCommentCommand extends CreateCommentCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataR
22
22
  }
23
23
  declare const CreateCustomMetadataCommand_base: {
24
24
  new (input: CreateCustomMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more custom properties to the specified resource (a folder, document,
30
30
  * or version).</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const CreateCustomMetadataCommand_base: {
81
81
  * @throws {@link WorkDocsServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateCustomMetadataCommand extends CreateCustomMetadataCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
22
22
  }
23
23
  declare const CreateFolderCommand_base: {
24
24
  new (input: CreateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFolderCommandInput, CreateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFolderCommandInput, CreateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a folder with the specified name and parent folder.</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 CreateFolderCommand_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 CreateFolderCommand extends CreateFolderCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __Metad
22
22
  }
23
23
  declare const CreateLabelsCommand_base: {
24
24
  new (input: CreateLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelsCommandInput, CreateLabelsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelsCommandInput, CreateLabelsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified list of labels to the given resource (a document or
30
30
  * folder)</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const CreateLabelsCommand_base: {
77
77
  * @throws {@link WorkDocsServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateLabelsCommand extends CreateLabelsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CreateNotificationSubscriptionCommandOutput extends CreateNotif
22
22
  }
23
23
  declare const CreateNotificationSubscriptionCommand_base: {
24
24
  new (input: CreateNotificationSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNotificationSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a
30
30
  * confirmation message, and must confirm the subscription.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/workdocs/latest/developerguide/manage-notifications.html">Setting up notifications for an IAM user or role</a> in the <i>Amazon WorkDocs Developer
@@ -76,6 +76,7 @@ declare const CreateNotificationSubscriptionCommand_base: {
76
76
  * @throws {@link WorkDocsServiceException}
77
77
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateNotificationSubscriptionCommand extends CreateNotificationSubscriptionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
22
22
  }
23
23
  declare const CreateUserCommand_base: {
24
24
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a user in a Simple AD or Microsoft AD directory. The status of a newly
30
30
  * created user is "ACTIVE". New users can access Amazon WorkDocs.</p>
31
31
  * @example
@@ -104,6 +104,7 @@ declare const CreateUserCommand_base: {
104
104
  * @throws {@link WorkDocsServiceException}
105
105
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class CreateUserCommand extends CreateUserCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DeactivateUserCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeactivateUserCommand_base: {
24
24
  new (input: DeactivateUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateUserCommandInput, DeactivateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeactivateUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateUserCommandInput, DeactivateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deactivates the specified user, which revokes the user's access to Amazon
30
30
  * WorkDocs.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const DeactivateUserCommand_base: {
70
70
  * @throws {@link WorkDocsServiceException}
71
71
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeactivateUserCommand extends DeactivateUserCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteCommentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCommentCommand_base: {
24
24
  new (input: DeleteCommentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCommentCommandInput, DeleteCommentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCommentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCommentCommandInput, DeleteCommentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified comment from the document version.</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 DeleteCommentCommand_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 DeleteCommentCommand extends DeleteCommentCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataR
22
22
  }
23
23
  declare const DeleteCustomMetadataCommand_base: {
24
24
  new (input: DeleteCustomMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes custom metadata 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.
@@ -77,6 +77,7 @@ declare const DeleteCustomMetadataCommand_base: {
77
77
  * @throws {@link WorkDocsServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteDocumentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDocumentCommand_base: {
24
24
  new (input: DeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes the specified document and its associated metadata.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DeleteDocumentCommand_base: {
81
81
  * @throws {@link WorkDocsServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteDocumentVersionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDocumentVersionCommand_base: {
24
24
  new (input: DeleteDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentVersionCommandInput, DeleteDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentVersionCommandInput, DeleteDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specific version of a document.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DeleteDocumentVersionCommand_base: {
80
80
  * @throws {@link WorkDocsServiceException}
81
81
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteDocumentVersionCommand extends DeleteDocumentVersionCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteFolderCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteFolderCommand_base: {
24
24
  new (input: DeleteFolderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFolderCommandInput, DeleteFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFolderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFolderCommandInput, DeleteFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes the specified folder and its contents.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DeleteFolderCommand_base: {
81
81
  * @throws {@link WorkDocsServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteFolderContentsCommand_base: {
24
24
  new (input: DeleteFolderContentsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFolderContentsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the contents 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.
@@ -75,6 +75,7 @@ declare const DeleteFolderContentsCommand_base: {
75
75
  * @throws {@link WorkDocsServiceException}
76
76
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __Metad
22
22
  }
23
23
  declare const DeleteLabelsCommand_base: {
24
24
  new (input: DeleteLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelsCommandInput, DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelsCommandInput, DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified list of labels from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteLabelsCommand_base: {
76
76
  * @throws {@link WorkDocsServiceException}
77
77
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteLabelsCommand extends DeleteLabelsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const DeleteNotificationSubscriptionCommand_base: {
24
24
  new (input: DeleteNotificationSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNotificationSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified subscription from the specified organization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteNotificationSubscriptionCommand_base: {
64
64
  * @throws {@link WorkDocsServiceException}
65
65
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteUserCommand_base: {
24
24
  new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified user from a Simple AD or Microsoft AD directory.</p>
30
30
  * <important>
31
31
  * <p>Deleting a user immediately and permanently deletes all content in that user's folder structure. Site retention policies do NOT apply to this type of deletion.</p>
@@ -72,6 +72,7 @@ declare const DeleteUserCommand_base: {
72
72
  * @throws {@link WorkDocsServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo
22
22
  }
23
23
  declare const DescribeActivitiesCommand_base: {
24
24
  new (input: DescribeActivitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeActivitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the user activities in a specified time period.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -159,6 +159,7 @@ declare const DescribeActivitiesCommand_base: {
159
159
  * @throws {@link WorkDocsServiceException}
160
160
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
161
161
  *
162
+ * @public
162
163
  */
163
164
  export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
164
165
  }
@@ -22,10 +22,10 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse,
22
22
  }
23
23
  declare const DescribeCommentsCommand_base: {
24
24
  new (input: DescribeCommentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCommentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all the comments for the specified document version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -112,6 +112,7 @@ declare const DescribeCommentsCommand_base: {
112
112
  * @throws {@link WorkDocsServiceException}
113
113
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV
22
22
  }
23
23
  declare const DescribeDocumentVersionsCommand_base: {
24
24
  new (input: DescribeDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the document versions for the specified document.</p>
30
30
  * <p>By default, only active versions are returned.</p>
31
31
  * @example
@@ -106,6 +106,7 @@ declare const DescribeDocumentVersionsCommand_base: {
106
106
  * @throws {@link WorkDocsServiceException}
107
107
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte
22
22
  }
23
23
  declare const DescribeFolderContentsCommand_base: {
24
24
  new (input: DescribeFolderContentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFolderContentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the contents of the specified folder, including its documents and
30
30
  * subfolders.</p>
31
31
  * <p>By default, Amazon WorkDocs returns the first 100 active document and folder
@@ -134,6 +134,7 @@ declare const DescribeFolderContentsCommand_base: {
134
134
  * @throws {@link WorkDocsServiceException}
135
135
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M
22
22
  }
23
23
  declare const DescribeGroupsCommand_base: {
24
24
  new (input: DescribeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the groups specified by the query. Groups are defined by the underlying
30
30
  * Active Directory.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const DescribeGroupsCommand_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 DescribeGroupsCommand extends DescribeGroupsCommand_base {
83
84
  }