@aws-sdk/client-workdocs 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -1
  2. package/dist-cjs/commands/CreateCustomMetadataCommand.js +1 -1
  3. package/dist-cjs/commands/CreateLabelsCommand.js +1 -1
  4. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -3
  5. package/dist-cjs/commands/DeactivateUserCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteCommentCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteDocumentCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteFolderCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteLabelsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeGroupsCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +1 -1
  18. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -1
  19. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -1
  20. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +1 -1
  21. package/dist-cjs/commands/UpdateDocumentCommand.js +1 -1
  22. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -1
  23. package/dist-cjs/commands/UpdateFolderCommand.js +1 -1
  24. package/dist-cjs/models/models_0.js +2 -95
  25. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +1 -1
  26. package/dist-es/commands/CreateCustomMetadataCommand.js +2 -2
  27. package/dist-es/commands/CreateLabelsCommand.js +2 -2
  28. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +2 -3
  29. package/dist-es/commands/DeactivateUserCommand.js +1 -1
  30. package/dist-es/commands/DeleteCommentCommand.js +1 -1
  31. package/dist-es/commands/DeleteCustomMetadataCommand.js +2 -2
  32. package/dist-es/commands/DeleteDocumentCommand.js +1 -1
  33. package/dist-es/commands/DeleteDocumentVersionCommand.js +1 -1
  34. package/dist-es/commands/DeleteFolderCommand.js +1 -1
  35. package/dist-es/commands/DeleteFolderContentsCommand.js +1 -1
  36. package/dist-es/commands/DeleteLabelsCommand.js +2 -2
  37. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +2 -3
  38. package/dist-es/commands/DeleteUserCommand.js +1 -1
  39. package/dist-es/commands/DescribeGroupsCommand.js +2 -2
  40. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
  41. package/dist-es/commands/DescribeResourcePermissionsCommand.js +2 -2
  42. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +1 -1
  43. package/dist-es/commands/RemoveResourcePermissionCommand.js +1 -1
  44. package/dist-es/commands/RestoreDocumentVersionsCommand.js +1 -1
  45. package/dist-es/commands/UpdateDocumentCommand.js +1 -1
  46. package/dist-es/commands/UpdateDocumentVersionCommand.js +1 -1
  47. package/dist-es/commands/UpdateFolderCommand.js +1 -1
  48. package/dist-es/models/models_0.js +0 -69
  49. package/dist-types/WorkDocs.d.ts +45 -0
  50. package/dist-types/WorkDocsClient.d.ts +24 -4
  51. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +16 -0
  52. package/dist-types/commands/ActivateUserCommand.d.ts +16 -0
  53. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateCommentCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateLabelsCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  60. package/dist-types/commands/DeactivateUserCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteCommentCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteDocumentCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteLabelsCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeActivitiesCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeCommentsCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeGroupsCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
  79. package/dist-types/commands/GetCurrentUserCommand.d.ts +16 -0
  80. package/dist-types/commands/GetDocumentCommand.d.ts +16 -0
  81. package/dist-types/commands/GetDocumentPathCommand.d.ts +16 -0
  82. package/dist-types/commands/GetDocumentVersionCommand.d.ts +16 -0
  83. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  84. package/dist-types/commands/GetFolderPathCommand.d.ts +16 -0
  85. package/dist-types/commands/GetResourcesCommand.d.ts +16 -0
  86. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +16 -0
  87. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +16 -0
  88. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +16 -0
  89. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +16 -0
  90. package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateDocumentCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  95. package/dist-types/models/WorkDocsServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +380 -92
  97. package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeCommentsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/DescribeDocumentVersionsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/DescribeFolderContentsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/DescribeGroupsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +3 -0
  105. package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
  106. package/dist-types/pagination/Interfaces.d.ts +3 -0
  107. package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +0 -63
  109. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteCustomMetadataRequest, DeleteCustomMetadataResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCustomMetadataCommand}.
8
10
  */
9
11
  export interface DeleteCustomMetadataCommandInput extends DeleteCustomMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCustomMetadataCommand}.
13
17
  */
14
18
  export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes custom metadata from the specified resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCustomMetadataCommandInput - {@link DeleteCustomMetadataCommandInput}
34
+ * @returns {@link DeleteCustomMetadataCommandOutput}
28
35
  * @see {@link DeleteCustomMetadataCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCustomMetadataCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataR
54
61
  export declare class DeleteCustomMetadataCommand extends $Command<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
55
62
  readonly input: DeleteCustomMetadataCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteCustomMetadataCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteDocumentRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDocumentCommand}.
8
10
  */
9
11
  export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDocumentCommand}.
13
17
  */
14
18
  export interface DeleteDocumentCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Permanently deletes the specified document and its associated metadata.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDocumentCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDocumentCommandInput - {@link DeleteDocumentCommandInput}
34
+ * @returns {@link DeleteDocumentCommandOutput}
28
35
  * @see {@link DeleteDocumentCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDocumentCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteDocumentCommandOutput extends __MetadataBearer {
63
70
  export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig> {
64
71
  readonly input: DeleteDocumentCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteDocumentCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDocumentCommandInput, DeleteDocumentCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteDocumentVersionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDocumentVersionCommand}.
8
10
  */
9
11
  export interface DeleteDocumentVersionCommandInput extends DeleteDocumentVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDocumentVersionCommand}.
13
17
  */
14
18
  export interface DeleteDocumentVersionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specific version of a document.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDocumentVersionCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDocumentVersionCommandInput - {@link DeleteDocumentVersionCommandInput}
34
+ * @returns {@link DeleteDocumentVersionCommandOutput}
28
35
  * @see {@link DeleteDocumentVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDocumentVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteDocumentVersionCommandOutput extends __MetadataBearer {
60
67
  export declare class DeleteDocumentVersionCommand extends $Command<DeleteDocumentVersionCommandInput, DeleteDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
61
68
  readonly input: DeleteDocumentVersionCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteDocumentVersionCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDocumentVersionCommandInput, DeleteDocumentVersionCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFolderRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFolderCommand}.
8
10
  */
9
11
  export interface DeleteFolderCommandInput extends DeleteFolderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFolderCommand}.
13
17
  */
14
18
  export interface DeleteFolderCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Permanently deletes the specified folder and its contents.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFolderCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFolderCommandInput - {@link DeleteFolderCommandInput}
34
+ * @returns {@link DeleteFolderCommandOutput}
28
35
  * @see {@link DeleteFolderCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFolderCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteFolderCommandOutput extends __MetadataBearer {
63
70
  export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, WorkDocsClientResolvedConfig> {
64
71
  readonly input: DeleteFolderCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteFolderCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFolderCommandInput, DeleteFolderCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFolderContentsRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFolderContentsCommand}.
8
10
  */
9
11
  export interface DeleteFolderContentsCommandInput extends DeleteFolderContentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFolderContentsCommand}.
13
17
  */
14
18
  export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the contents of the specified folder.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFolderContentsCommandInput - {@link DeleteFolderContentsCommandInput}
34
+ * @returns {@link DeleteFolderContentsCommandOutput}
28
35
  * @see {@link DeleteFolderContentsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFolderContentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
57
64
  export declare class DeleteFolderContentsCommand extends $Command<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
58
65
  readonly input: DeleteFolderContentsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteFolderContentsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteLabelsRequest, DeleteLabelsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLabelsCommand}.
8
10
  */
9
11
  export interface DeleteLabelsCommandInput extends DeleteLabelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLabelsCommand}.
13
17
  */
14
18
  export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified list of labels from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteLabelsCommandInput - {@link DeleteLabelsCommandInput}
34
+ * @returns {@link DeleteLabelsCommandOutput}
28
35
  * @see {@link DeleteLabelsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteLabelsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __Metad
54
61
  export declare class DeleteLabelsCommand extends $Command<DeleteLabelsCommandInput, DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig> {
55
62
  readonly input: DeleteLabelsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteLabelsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelsCommandInput, DeleteLabelsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteNotificationSubscriptionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteNotificationSubscriptionCommand}.
8
10
  */
9
11
  export interface DeleteNotificationSubscriptionCommandInput extends DeleteNotificationSubscriptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteNotificationSubscriptionCommand}.
13
17
  */
14
18
  export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified subscription from the specified organization.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteNotificationSubscriptionCommandInput - {@link DeleteNotificationSubscriptionCommandInput}
34
+ * @returns {@link DeleteNotificationSubscriptionCommandOutput}
28
35
  * @see {@link DeleteNotificationSubscriptionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteNotificationSubscriptionCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB
46
53
  export declare class DeleteNotificationSubscriptionCommand extends $Command<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
47
54
  readonly input: DeleteNotificationSubscriptionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteNotificationSubscriptionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteUserRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserCommand}.
8
10
  */
9
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserCommand}.
13
17
  */
14
18
  export interface DeleteUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified user from a Simple AD or Microsoft AD directory.</p>
18
23
  * <important>
19
24
  * <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>
@@ -28,6 +33,8 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
37
+ * @returns {@link DeleteUserCommandOutput}
31
38
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
33
40
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
54
61
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig> {
55
62
  readonly input: DeleteUserCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteUserCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeActivitiesRequest, DescribeActivitiesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeActivitiesCommand}.
8
10
  */
9
11
  export interface DescribeActivitiesCommandInput extends DescribeActivitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeActivitiesCommand}.
13
17
  */
14
18
  export interface DescribeActivitiesCommandOutput extends DescribeActivitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the user activities in a specified time period.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeActivitiesCommandInput - {@link DescribeActivitiesCommandInput}
34
+ * @returns {@link DescribeActivitiesCommandOutput}
28
35
  * @see {@link DescribeActivitiesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeActivitiesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo
51
58
  export declare class DescribeActivitiesCommand extends $Command<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig> {
52
59
  readonly input: DescribeActivitiesCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DescribeActivitiesCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeCommentsRequest, DescribeCommentsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCommentsCommand}.
8
10
  */
9
11
  export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCommentsCommand}.
13
17
  */
14
18
  export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all the comments for the specified document version.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCommentsCommandInput - {@link DescribeCommentsCommandInput}
34
+ * @returns {@link DescribeCommentsCommandOutput}
28
35
  * @see {@link DescribeCommentsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCommentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse,
54
61
  export declare class DescribeCommentsCommand extends $Command<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig> {
55
62
  readonly input: DescribeCommentsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeCommentsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCommentsCommandInput, DescribeCommentsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDocumentVersionsCommand}.
8
10
  */
9
11
  export interface DescribeDocumentVersionsCommandInput extends DescribeDocumentVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDocumentVersionsCommand}.
13
17
  */
14
18
  export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the document versions for the specified document.</p>
18
23
  * <p>By default, only active versions are returned.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDocumentVersionsCommandInput - {@link DescribeDocumentVersionsCommandInput}
35
+ * @returns {@link DescribeDocumentVersionsCommandOutput}
29
36
  * @see {@link DescribeDocumentVersionsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDocumentVersionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -61,11 +68,20 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV
61
68
  export declare class DescribeDocumentVersionsCommand extends $Command<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig> {
62
69
  readonly input: DescribeDocumentVersionsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DescribeDocumentVersionsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFolderContentsCommand}.
8
10
  */
9
11
  export interface DescribeFolderContentsCommandInput extends DescribeFolderContentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFolderContentsCommand}.
13
17
  */
14
18
  export interface DescribeFolderContentsCommandOutput extends DescribeFolderContentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the contents of the specified folder, including its documents and
18
23
  * subfolders.</p>
19
24
  * <p>By default, Amazon WorkDocs returns the first 100 active document and folder
@@ -30,6 +35,8 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DescribeFolderContentsCommandInput - {@link DescribeFolderContentsCommandInput}
39
+ * @returns {@link DescribeFolderContentsCommandOutput}
33
40
  * @see {@link DescribeFolderContentsCommandInput} for command's `input` shape.
34
41
  * @see {@link DescribeFolderContentsCommandOutput} for command's `response` shape.
35
42
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte
59
66
  export declare class DescribeFolderContentsCommand extends $Command<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
60
67
  readonly input: DescribeFolderContentsCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DescribeFolderContentsCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGroupsCommand}.
8
10
  */
9
11
  export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGroupsCommand}.
13
17
  */
14
18
  export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the groups specified by the query. Groups are defined by the underlying
18
23
  * Active Directory.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeGroupsCommandInput - {@link DescribeGroupsCommandInput}
35
+ * @returns {@link DescribeGroupsCommandOutput}
29
36
  * @see {@link DescribeGroupsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeGroupsCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M
49
56
  export declare class DescribeGroupsCommand extends $Command<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig> {
50
57
  readonly input: DescribeGroupsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeGroupsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupsCommandInput, DescribeGroupsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }