@aws-sdk/client-workdocs 3.296.0 → 3.297.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 (60) hide show
  1. package/dist-types/WorkDocs.d.ts +45 -0
  2. package/dist-types/WorkDocsClient.d.ts +24 -4
  3. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +16 -0
  4. package/dist-types/commands/ActivateUserCommand.d.ts +16 -0
  5. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateCommentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateLabelsCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  12. package/dist-types/commands/DeactivateUserCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteCommentCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteDocumentCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteLabelsCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeActivitiesCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeCommentsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeGroupsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCurrentUserCommand.d.ts +16 -0
  32. package/dist-types/commands/GetDocumentCommand.d.ts +16 -0
  33. package/dist-types/commands/GetDocumentPathCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDocumentVersionCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFolderPathCommand.d.ts +16 -0
  37. package/dist-types/commands/GetResourcesCommand.d.ts +16 -0
  38. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +16 -0
  39. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +16 -0
  40. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +16 -0
  41. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +16 -0
  42. package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateDocumentCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +16 -0
  45. package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
  46. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  47. package/dist-types/models/WorkDocsServiceException.d.ts +2 -0
  48. package/dist-types/models/models_0.d.ts +380 -0
  49. package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +3 -0
  50. package/dist-types/pagination/DescribeCommentsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/DescribeDocumentVersionsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/DescribeFolderContentsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/DescribeGroupsPaginator.d.ts +3 -0
  54. package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +3 -0
  55. package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +3 -0
  56. package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +3 -0
  57. package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
  58. package/dist-types/pagination/Interfaces.d.ts +3 -0
  59. package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
  60. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateCustomMetadataRequest, CreateCustomMetadataResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCustomMetadataCommand}.
8
10
  */
9
11
  export interface CreateCustomMetadataCommandInput extends CreateCustomMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCustomMetadataCommand}.
13
17
  */
14
18
  export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more custom properties to the specified resource (a folder, document,
18
23
  * or version).</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateCustomMetadataCommandInput - {@link CreateCustomMetadataCommandInput}
35
+ * @returns {@link CreateCustomMetadataCommandOutput}
29
36
  * @see {@link CreateCustomMetadataCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateCustomMetadataCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataR
59
66
  export declare class CreateCustomMetadataCommand extends $Command<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
60
67
  readonly input: CreateCustomMetadataCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateCustomMetadataCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput>;
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 { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFolderCommand}.
8
10
  */
9
11
  export interface CreateFolderCommandInput extends CreateFolderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFolderCommand}.
13
17
  */
14
18
  export interface CreateFolderCommandOutput extends CreateFolderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a folder with the specified name and parent 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 CreateFolderCommandOutput extends CreateFolderResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFolderCommandInput - {@link CreateFolderCommandInput}
34
+ * @returns {@link CreateFolderCommandOutput}
28
35
  * @see {@link CreateFolderCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFolderCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -66,11 +73,20 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
66
73
  export declare class CreateFolderCommand extends $Command<CreateFolderCommandInput, CreateFolderCommandOutput, WorkDocsClientResolvedConfig> {
67
74
  readonly input: CreateFolderCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: CreateFolderCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFolderCommandInput, CreateFolderCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateLabelsRequest, CreateLabelsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLabelsCommand}.
8
10
  */
9
11
  export interface CreateLabelsCommandInput extends CreateLabelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLabelsCommand}.
13
17
  */
14
18
  export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds the specified list of labels to the given resource (a document or
18
23
  * folder)</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateLabelsCommandInput - {@link CreateLabelsCommandInput}
35
+ * @returns {@link CreateLabelsCommandOutput}
29
36
  * @see {@link CreateLabelsCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateLabelsCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __Metad
56
63
  export declare class CreateLabelsCommand extends $Command<CreateLabelsCommandInput, CreateLabelsCommandOutput, WorkDocsClientResolvedConfig> {
57
64
  readonly input: CreateLabelsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateLabelsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLabelsCommandInput, CreateLabelsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateNotificationSubscriptionRequest, CreateNotificationSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateNotificationSubscriptionCommand}.
8
10
  */
9
11
  export interface CreateNotificationSubscriptionCommandInput extends CreateNotificationSubscriptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateNotificationSubscriptionCommand}.
13
17
  */
14
18
  export interface CreateNotificationSubscriptionCommandOutput extends CreateNotificationSubscriptionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a
18
23
  * confirmation message, and must confirm the subscription.</p>
19
24
  * <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
@@ -28,6 +33,8 @@ export interface CreateNotificationSubscriptionCommandOutput extends CreateNotif
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateNotificationSubscriptionCommandInput - {@link CreateNotificationSubscriptionCommandInput}
37
+ * @returns {@link CreateNotificationSubscriptionCommandOutput}
31
38
  * @see {@link CreateNotificationSubscriptionCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateNotificationSubscriptionCommandOutput} for command's `response` shape.
33
40
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateNotificationSubscriptionCommandOutput extends CreateNotif
50
57
  export declare class CreateNotificationSubscriptionCommand extends $Command<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
51
58
  readonly input: CreateNotificationSubscriptionCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateNotificationSubscriptionCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateUserCommand}.
8
10
  */
9
11
  export interface CreateUserCommandInput extends CreateUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateUserCommand}.
13
17
  */
14
18
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a user in a Simple AD or Microsoft AD directory. The status of a newly
18
23
  * created user is "ACTIVE". New users can access Amazon WorkDocs.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateUserCommandInput - {@link CreateUserCommandInput}
35
+ * @returns {@link CreateUserCommandOutput}
29
36
  * @see {@link CreateUserCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
52
59
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, WorkDocsClientResolvedConfig> {
53
60
  readonly input: CreateUserCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateUserCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeactivateUserRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeactivateUserCommand}.
8
10
  */
9
11
  export interface DeactivateUserCommandInput extends DeactivateUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeactivateUserCommand}.
13
17
  */
14
18
  export interface DeactivateUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deactivates the specified user, which revokes the user's access to Amazon
18
23
  * WorkDocs.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeactivateUserCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeactivateUserCommandInput - {@link DeactivateUserCommandInput}
35
+ * @returns {@link DeactivateUserCommandOutput}
29
36
  * @see {@link DeactivateUserCommandInput} for command's `input` shape.
30
37
  * @see {@link DeactivateUserCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeactivateUserCommandOutput extends __MetadataBearer {
52
59
  export declare class DeactivateUserCommand extends $Command<DeactivateUserCommandInput, DeactivateUserCommandOutput, WorkDocsClientResolvedConfig> {
53
60
  readonly input: DeactivateUserCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeactivateUserCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateUserCommandInput, DeactivateUserCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteCommentRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCommentCommand}.
8
10
  */
9
11
  export interface DeleteCommentCommandInput extends DeleteCommentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCommentCommand}.
13
17
  */
14
18
  export interface DeleteCommentCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified comment from the 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 DeleteCommentCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCommentCommandInput - {@link DeleteCommentCommandInput}
34
+ * @returns {@link DeleteCommentCommandOutput}
28
35
  * @see {@link DeleteCommentCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCommentCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkDocsClientResolvedConfig | config} for WorkDocsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteCommentCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteCommentCommand extends $Command<DeleteCommentCommandInput, DeleteCommentCommandOutput, WorkDocsClientResolvedConfig> {
59
66
  readonly input: DeleteCommentCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteCommentCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommentCommandInput, DeleteCommentCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -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
  }