@aws-sdk/client-workdocs 3.478.0 → 3.484.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 (181) hide show
  1. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +18 -41
  2. package/dist-cjs/commands/ActivateUserCommand.js +18 -41
  3. package/dist-cjs/commands/AddResourcePermissionsCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCommentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateCustomMetadataCommand.js +18 -41
  6. package/dist-cjs/commands/CreateFolderCommand.js +18 -41
  7. package/dist-cjs/commands/CreateLabelsCommand.js +18 -41
  8. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +18 -41
  9. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  10. package/dist-cjs/commands/DeactivateUserCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteCommentCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteDocumentCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteFolderCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteFolderContentsCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteLabelsCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteUserCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeActivitiesCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeCommentsCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeFolderContentsCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeGroupsCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeRootFoldersCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeUsersCommand.js +18 -41
  29. package/dist-cjs/commands/GetCurrentUserCommand.js +18 -41
  30. package/dist-cjs/commands/GetDocumentCommand.js +18 -41
  31. package/dist-cjs/commands/GetDocumentPathCommand.js +18 -41
  32. package/dist-cjs/commands/GetDocumentVersionCommand.js +18 -41
  33. package/dist-cjs/commands/GetFolderCommand.js +18 -41
  34. package/dist-cjs/commands/GetFolderPathCommand.js +18 -41
  35. package/dist-cjs/commands/GetResourcesCommand.js +18 -41
  36. package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +18 -41
  37. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +18 -41
  38. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +18 -41
  39. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +18 -41
  40. package/dist-cjs/commands/SearchResourcesCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateDocumentCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateFolderCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  45. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  46. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +18 -41
  47. package/dist-es/commands/ActivateUserCommand.js +18 -41
  48. package/dist-es/commands/AddResourcePermissionsCommand.js +18 -41
  49. package/dist-es/commands/CreateCommentCommand.js +18 -41
  50. package/dist-es/commands/CreateCustomMetadataCommand.js +18 -41
  51. package/dist-es/commands/CreateFolderCommand.js +18 -41
  52. package/dist-es/commands/CreateLabelsCommand.js +18 -41
  53. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +18 -41
  54. package/dist-es/commands/CreateUserCommand.js +18 -41
  55. package/dist-es/commands/DeactivateUserCommand.js +18 -41
  56. package/dist-es/commands/DeleteCommentCommand.js +18 -41
  57. package/dist-es/commands/DeleteCustomMetadataCommand.js +18 -41
  58. package/dist-es/commands/DeleteDocumentCommand.js +18 -41
  59. package/dist-es/commands/DeleteDocumentVersionCommand.js +18 -41
  60. package/dist-es/commands/DeleteFolderCommand.js +18 -41
  61. package/dist-es/commands/DeleteFolderContentsCommand.js +18 -41
  62. package/dist-es/commands/DeleteLabelsCommand.js +18 -41
  63. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +18 -41
  64. package/dist-es/commands/DeleteUserCommand.js +18 -41
  65. package/dist-es/commands/DescribeActivitiesCommand.js +18 -41
  66. package/dist-es/commands/DescribeCommentsCommand.js +18 -41
  67. package/dist-es/commands/DescribeDocumentVersionsCommand.js +18 -41
  68. package/dist-es/commands/DescribeFolderContentsCommand.js +18 -41
  69. package/dist-es/commands/DescribeGroupsCommand.js +18 -41
  70. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +18 -41
  71. package/dist-es/commands/DescribeResourcePermissionsCommand.js +18 -41
  72. package/dist-es/commands/DescribeRootFoldersCommand.js +18 -41
  73. package/dist-es/commands/DescribeUsersCommand.js +18 -41
  74. package/dist-es/commands/GetCurrentUserCommand.js +18 -41
  75. package/dist-es/commands/GetDocumentCommand.js +18 -41
  76. package/dist-es/commands/GetDocumentPathCommand.js +18 -41
  77. package/dist-es/commands/GetDocumentVersionCommand.js +18 -41
  78. package/dist-es/commands/GetFolderCommand.js +18 -41
  79. package/dist-es/commands/GetFolderPathCommand.js +18 -41
  80. package/dist-es/commands/GetResourcesCommand.js +18 -41
  81. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +18 -41
  82. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +18 -41
  83. package/dist-es/commands/RemoveResourcePermissionCommand.js +18 -41
  84. package/dist-es/commands/RestoreDocumentVersionsCommand.js +18 -41
  85. package/dist-es/commands/SearchResourcesCommand.js +18 -41
  86. package/dist-es/commands/UpdateDocumentCommand.js +18 -41
  87. package/dist-es/commands/UpdateDocumentVersionCommand.js +18 -41
  88. package/dist-es/commands/UpdateFolderCommand.js +18 -41
  89. package/dist-es/commands/UpdateUserCommand.js +18 -41
  90. package/dist-es/endpoint/EndpointParameters.js +6 -0
  91. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +6 -21
  92. package/dist-types/commands/ActivateUserCommand.d.ts +6 -21
  93. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +6 -21
  94. package/dist-types/commands/CreateCommentCommand.d.ts +6 -21
  95. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +6 -21
  96. package/dist-types/commands/CreateFolderCommand.d.ts +6 -21
  97. package/dist-types/commands/CreateLabelsCommand.d.ts +6 -21
  98. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +6 -21
  99. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  100. package/dist-types/commands/DeactivateUserCommand.d.ts +6 -21
  101. package/dist-types/commands/DeleteCommentCommand.d.ts +6 -21
  102. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +6 -21
  103. package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -21
  104. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +6 -21
  105. package/dist-types/commands/DeleteFolderCommand.d.ts +6 -21
  106. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +6 -21
  107. package/dist-types/commands/DeleteLabelsCommand.d.ts +6 -21
  108. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +6 -21
  109. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  110. package/dist-types/commands/DescribeActivitiesCommand.d.ts +6 -21
  111. package/dist-types/commands/DescribeCommentsCommand.d.ts +6 -21
  112. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +6 -21
  113. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +6 -21
  114. package/dist-types/commands/DescribeGroupsCommand.d.ts +6 -21
  115. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +6 -21
  116. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +6 -21
  117. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +6 -21
  118. package/dist-types/commands/DescribeUsersCommand.d.ts +6 -21
  119. package/dist-types/commands/GetCurrentUserCommand.d.ts +6 -21
  120. package/dist-types/commands/GetDocumentCommand.d.ts +6 -21
  121. package/dist-types/commands/GetDocumentPathCommand.d.ts +6 -21
  122. package/dist-types/commands/GetDocumentVersionCommand.d.ts +6 -21
  123. package/dist-types/commands/GetFolderCommand.d.ts +6 -21
  124. package/dist-types/commands/GetFolderPathCommand.d.ts +6 -21
  125. package/dist-types/commands/GetResourcesCommand.d.ts +6 -21
  126. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +6 -21
  127. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +6 -21
  128. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +6 -21
  129. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +6 -21
  130. package/dist-types/commands/SearchResourcesCommand.d.ts +6 -21
  131. package/dist-types/commands/UpdateDocumentCommand.d.ts +6 -21
  132. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +6 -21
  133. package/dist-types/commands/UpdateFolderCommand.d.ts +6 -21
  134. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  135. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  136. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  181. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDocumentVersionCommandInput extends GetDocumentVersionReques
21
20
  */
22
21
  export interface GetDocumentVersionCommandOutput extends GetDocumentVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDocumentVersionCommand_base: {
24
+ new (input: GetDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves version metadata for the specified document.</p>
@@ -99,23 +102,5 @@ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionRespo
99
102
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
100
103
  *
101
104
  */
102
- export declare class GetDocumentVersionCommand extends $Command<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
103
- readonly input: GetDocumentVersionCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetDocumentVersionCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetFolderRequest, GetFolderResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFolderCommandInput extends GetFolderRequest {
21
20
  */
22
21
  export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFolderCommand_base: {
24
+ new (input: GetFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the metadata of the specified folder.</p>
@@ -93,23 +96,5 @@ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBea
93
96
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
94
97
  *
95
98
  */
96
- export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig> {
97
- readonly input: GetFolderCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: GetFolderCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class GetFolderCommand extends GetFolderCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFolderPathCommandInput extends GetFolderPathRequest {
21
20
  */
22
21
  export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFolderPathCommand_base: {
24
+ new (input: GetFolderPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the path information (the hierarchy from the root folder) for the
@@ -84,23 +87,5 @@ export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __Met
84
87
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
85
88
  *
86
89
  */
87
- export declare class GetFolderPathCommand extends $Command<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig> {
88
- readonly input: GetFolderPathCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetFolderPathCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetFolderPathCommand extends GetFolderPathCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcesCommandInput extends GetResourcesRequest {
21
20
  */
22
21
  export interface GetResourcesCommandOutput extends GetResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcesCommand_base: {
24
+ new (input: GetResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a collection of resources, including folders and documents. The only
@@ -122,23 +125,5 @@ export interface GetResourcesCommandOutput extends GetResourcesResponse, __Metad
122
125
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
123
126
  *
124
127
  */
125
- export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig> {
126
- readonly input: GetResourcesCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: GetResourcesCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class GetResourcesCommand extends GetResourcesCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InitiateDocumentVersionUploadCommandInput extends InitiateDocum
21
20
  */
22
21
  export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocumentVersionUploadResponse, __MetadataBearer {
23
22
  }
23
+ declare const InitiateDocumentVersionUploadCommand_base: {
24
+ new (input: InitiateDocumentVersionUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new document object and version object.</p>
@@ -143,23 +146,5 @@ export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocu
143
146
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
144
147
  *
145
148
  */
146
- export declare class InitiateDocumentVersionUploadCommand extends $Command<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig> {
147
- readonly input: InitiateDocumentVersionUploadCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: InitiateDocumentVersionUploadCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class InitiateDocumentVersionUploadCommand extends InitiateDocumentVersionUploadCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RemoveAllResourcePermissionsRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveAllResourcePermissionsCommandInput extends RemoveAllResou
21
20
  */
22
21
  export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveAllResourcePermissionsCommand_base: {
24
+ new (input: RemoveAllResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes all the permissions from the specified resource.</p>
@@ -64,23 +67,5 @@ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBea
64
67
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
65
68
  *
66
69
  */
67
- export declare class RemoveAllResourcePermissionsCommand extends $Command<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
68
- readonly input: RemoveAllResourcePermissionsCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: RemoveAllResourcePermissionsCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class RemoveAllResourcePermissionsCommand extends RemoveAllResourcePermissionsCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RemoveResourcePermissionRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveResourcePermissionCommandInput extends RemoveResourcePerm
21
20
  */
22
21
  export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveResourcePermissionCommand_base: {
24
+ new (input: RemoveResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the permission for the specified principal from the specified
@@ -67,23 +70,5 @@ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer
67
70
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
68
71
  *
69
72
  */
70
- export declare class RemoveResourcePermissionCommand extends $Command<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig> {
71
- readonly input: RemoveResourcePermissionCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: RemoveResourcePermissionCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class RemoveResourcePermissionCommand extends RemoveResourcePermissionCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RestoreDocumentVersionsRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreDocumentVersionsCommandInput extends RestoreDocumentVers
21
20
  */
22
21
  export interface RestoreDocumentVersionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RestoreDocumentVersionsCommand_base: {
24
+ new (input: RestoreDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Recovers a deleted version of an Amazon WorkDocs document.</p>
@@ -76,23 +79,5 @@ export interface RestoreDocumentVersionsCommandOutput extends __MetadataBearer {
76
79
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
77
80
  *
78
81
  */
79
- export declare class RestoreDocumentVersionsCommand extends $Command<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig> {
80
- readonly input: RestoreDocumentVersionsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: RestoreDocumentVersionsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class RestoreDocumentVersionsCommand extends RestoreDocumentVersionsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchResourcesCommandInput extends SearchResourcesRequest {
21
20
  */
22
21
  export interface SearchResourcesCommandOutput extends SearchResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchResourcesCommand_base: {
24
+ new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Searches metadata and the content of folders, documents, document versions, and comments.</p>
@@ -219,23 +222,5 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
219
222
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
220
223
  *
221
224
  */
222
- export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, WorkDocsClientResolvedConfig> {
223
- readonly input: SearchResourcesCommandInput;
224
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
225
- /**
226
- * @public
227
- */
228
- constructor(input: SearchResourcesCommandInput);
229
- /**
230
- * @internal
231
- */
232
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourcesCommandInput, SearchResourcesCommandOutput>;
233
- /**
234
- * @internal
235
- */
236
- private serialize;
237
- /**
238
- * @internal
239
- */
240
- private deserialize;
225
+ export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
241
226
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateDocumentRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {
21
20
  */
22
21
  export interface UpdateDocumentCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateDocumentCommand_base: {
24
+ new (input: UpdateDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified attributes of a document. The user must have access to both
@@ -86,23 +89,5 @@ export interface UpdateDocumentCommandOutput extends __MetadataBearer {
86
89
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
87
90
  *
88
91
  */
89
- export declare class UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig> {
90
- readonly input: UpdateDocumentCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: UpdateDocumentCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentCommandInput, UpdateDocumentCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateDocumentVersionRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDocumentVersionCommandInput extends UpdateDocumentVersion
21
20
  */
22
21
  export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateDocumentVersionCommand_base: {
24
+ new (input: UpdateDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes the status of the document version to ACTIVE. </p>
@@ -81,23 +84,5 @@ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
81
84
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
82
85
  *
83
86
  */
84
- export declare class UpdateDocumentVersionCommand extends $Command<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
85
- readonly input: UpdateDocumentVersionCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: UpdateDocumentVersionCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class UpdateDocumentVersionCommand extends UpdateDocumentVersionCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateFolderRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFolderCommandInput extends UpdateFolderRequest {
21
20
  */
22
21
  export interface UpdateFolderCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateFolderCommand_base: {
24
+ new (input: UpdateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified attributes of the specified folder. The user must have access
@@ -86,23 +89,5 @@ export interface UpdateFolderCommandOutput extends __MetadataBearer {
86
89
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
87
90
  *
88
91
  */
89
- export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig> {
90
- readonly input: UpdateFolderCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: UpdateFolderCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFolderCommandInput, UpdateFolderCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
21
20
  */
22
21
  export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateUserCommand_base: {
24
+ new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified attributes of the specified user, and grants or revokes
@@ -114,23 +117,5 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
114
117
  * <p>Base exception class for all service exceptions from WorkDocs service.</p>
115
118
  *
116
119
  */
117
- export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig> {
118
- readonly input: UpdateUserCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: UpdateUserCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class UpdateUserCommand extends UpdateUserCommand_base {
136
121
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { AbortDocumentVersionUploadRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface AbortDocumentVersionUploadCommandInput
17
11
  extends AbortDocumentVersionUploadRequest {}
18
12
  export interface AbortDocumentVersionUploadCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class AbortDocumentVersionUploadCommand extends $Command<
21
- AbortDocumentVersionUploadCommandInput,
22
- AbortDocumentVersionUploadCommandOutput,
23
- WorkDocsClientResolvedConfig
24
- > {
25
- readonly input: AbortDocumentVersionUploadCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AbortDocumentVersionUploadCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WorkDocsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const AbortDocumentVersionUploadCommand_base: {
15
+ new (
16
+ input: AbortDocumentVersionUploadCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  AbortDocumentVersionUploadCommandInput,
34
- AbortDocumentVersionUploadCommandOutput
19
+ AbortDocumentVersionUploadCommandOutput,
20
+ WorkDocsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {}