@aws-sdk/client-directory-service-data 3.654.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 (179) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +391 -0
  3. package/dist-cjs/DirectoryServiceData.js +45 -0
  4. package/dist-cjs/DirectoryServiceDataClient.js +50 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/AddGroupMemberCommand.js +26 -0
  8. package/dist-cjs/commands/CreateGroupCommand.js +27 -0
  9. package/dist-cjs/commands/CreateUserCommand.js +27 -0
  10. package/dist-cjs/commands/DeleteGroupCommand.js +26 -0
  11. package/dist-cjs/commands/DeleteUserCommand.js +26 -0
  12. package/dist-cjs/commands/DescribeGroupCommand.js +27 -0
  13. package/dist-cjs/commands/DescribeUserCommand.js +27 -0
  14. package/dist-cjs/commands/DisableUserCommand.js +26 -0
  15. package/dist-cjs/commands/ListGroupMembersCommand.js +27 -0
  16. package/dist-cjs/commands/ListGroupsCommand.js +27 -0
  17. package/dist-cjs/commands/ListGroupsForMemberCommand.js +27 -0
  18. package/dist-cjs/commands/ListUsersCommand.js +27 -0
  19. package/dist-cjs/commands/RemoveGroupMemberCommand.js +26 -0
  20. package/dist-cjs/commands/SearchGroupsCommand.js +27 -0
  21. package/dist-cjs/commands/SearchUsersCommand.js +27 -0
  22. package/dist-cjs/commands/UpdateGroupCommand.js +27 -0
  23. package/dist-cjs/commands/UpdateUserCommand.js +27 -0
  24. package/dist-cjs/commands/index.js +20 -0
  25. package/dist-cjs/endpoint/EndpointParameters.js +18 -0
  26. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  27. package/dist-cjs/endpoint/ruleset.js +7 -0
  28. package/dist-cjs/extensionConfiguration.js +2 -0
  29. package/dist-cjs/index.js +11 -0
  30. package/dist-cjs/models/DirectoryServiceDataServiceException.js +12 -0
  31. package/dist-cjs/models/index.js +4 -0
  32. package/dist-cjs/models/models_0.js +333 -0
  33. package/dist-cjs/pagination/Interfaces.js +2 -0
  34. package/dist-cjs/pagination/ListGroupMembersPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListGroupsForMemberPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListGroupsPaginator.js +7 -0
  37. package/dist-cjs/pagination/ListUsersPaginator.js +7 -0
  38. package/dist-cjs/pagination/SearchGroupsPaginator.js +7 -0
  39. package/dist-cjs/pagination/SearchUsersPaginator.js +7 -0
  40. package/dist-cjs/pagination/index.js +10 -0
  41. package/dist-cjs/protocols/Aws_restJson1.js +768 -0
  42. package/dist-cjs/runtimeConfig.browser.js +39 -0
  43. package/dist-cjs/runtimeConfig.js +49 -0
  44. package/dist-cjs/runtimeConfig.native.js +15 -0
  45. package/dist-cjs/runtimeConfig.shared.js +34 -0
  46. package/dist-cjs/runtimeExtensions.js +25 -0
  47. package/dist-es/DirectoryServiceData.js +41 -0
  48. package/dist-es/DirectoryServiceDataClient.js +46 -0
  49. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  50. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  51. package/dist-es/commands/AddGroupMemberCommand.js +22 -0
  52. package/dist-es/commands/CreateGroupCommand.js +23 -0
  53. package/dist-es/commands/CreateUserCommand.js +23 -0
  54. package/dist-es/commands/DeleteGroupCommand.js +22 -0
  55. package/dist-es/commands/DeleteUserCommand.js +22 -0
  56. package/dist-es/commands/DescribeGroupCommand.js +23 -0
  57. package/dist-es/commands/DescribeUserCommand.js +23 -0
  58. package/dist-es/commands/DisableUserCommand.js +22 -0
  59. package/dist-es/commands/ListGroupMembersCommand.js +23 -0
  60. package/dist-es/commands/ListGroupsCommand.js +23 -0
  61. package/dist-es/commands/ListGroupsForMemberCommand.js +23 -0
  62. package/dist-es/commands/ListUsersCommand.js +23 -0
  63. package/dist-es/commands/RemoveGroupMemberCommand.js +22 -0
  64. package/dist-es/commands/SearchGroupsCommand.js +23 -0
  65. package/dist-es/commands/SearchUsersCommand.js +23 -0
  66. package/dist-es/commands/UpdateGroupCommand.js +23 -0
  67. package/dist-es/commands/UpdateUserCommand.js +23 -0
  68. package/dist-es/commands/index.js +17 -0
  69. package/dist-es/endpoint/EndpointParameters.js +14 -0
  70. package/dist-es/endpoint/endpointResolver.js +14 -0
  71. package/dist-es/endpoint/ruleset.js +4 -0
  72. package/dist-es/extensionConfiguration.js +1 -0
  73. package/dist-es/index.js +6 -0
  74. package/dist-es/models/DirectoryServiceDataServiceException.js +8 -0
  75. package/dist-es/models/index.js +1 -0
  76. package/dist-es/models/models_0.js +301 -0
  77. package/dist-es/pagination/Interfaces.js +1 -0
  78. package/dist-es/pagination/ListGroupMembersPaginator.js +4 -0
  79. package/dist-es/pagination/ListGroupsForMemberPaginator.js +4 -0
  80. package/dist-es/pagination/ListGroupsPaginator.js +4 -0
  81. package/dist-es/pagination/ListUsersPaginator.js +4 -0
  82. package/dist-es/pagination/SearchGroupsPaginator.js +4 -0
  83. package/dist-es/pagination/SearchUsersPaginator.js +4 -0
  84. package/dist-es/pagination/index.js +7 -0
  85. package/dist-es/protocols/Aws_restJson1.js +731 -0
  86. package/dist-es/runtimeConfig.browser.js +34 -0
  87. package/dist-es/runtimeConfig.js +44 -0
  88. package/dist-es/runtimeConfig.native.js +11 -0
  89. package/dist-es/runtimeConfig.shared.js +30 -0
  90. package/dist-es/runtimeExtensions.js +21 -0
  91. package/dist-types/DirectoryServiceData.d.ts +179 -0
  92. package/dist-types/DirectoryServiceDataClient.d.ts +236 -0
  93. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  94. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  95. package/dist-types/commands/AddGroupMemberCommand.d.ts +107 -0
  96. package/dist-types/commands/CreateGroupCommand.d.ts +118 -0
  97. package/dist-types/commands/CreateUserCommand.d.ts +119 -0
  98. package/dist-types/commands/DeleteGroupCommand.d.ts +105 -0
  99. package/dist-types/commands/DeleteUserCommand.d.ts +105 -0
  100. package/dist-types/commands/DescribeGroupCommand.d.ts +117 -0
  101. package/dist-types/commands/DescribeUserCommand.d.ts +120 -0
  102. package/dist-types/commands/DisableUserCommand.d.ts +107 -0
  103. package/dist-types/commands/ListGroupMembersCommand.d.ts +117 -0
  104. package/dist-types/commands/ListGroupsCommand.d.ts +112 -0
  105. package/dist-types/commands/ListGroupsForMemberCommand.d.ts +118 -0
  106. package/dist-types/commands/ListUsersCommand.d.ts +113 -0
  107. package/dist-types/commands/RemoveGroupMemberCommand.d.ts +107 -0
  108. package/dist-types/commands/SearchGroupsCommand.d.ts +129 -0
  109. package/dist-types/commands/SearchUsersCommand.d.ts +132 -0
  110. package/dist-types/commands/UpdateGroupCommand.d.ts +118 -0
  111. package/dist-types/commands/UpdateUserCommand.d.ts +119 -0
  112. package/dist-types/commands/index.d.ts +17 -0
  113. package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  114. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  115. package/dist-types/endpoint/ruleset.d.ts +2 -0
  116. package/dist-types/extensionConfiguration.d.ts +9 -0
  117. package/dist-types/index.d.ts +64 -0
  118. package/dist-types/models/DirectoryServiceDataServiceException.d.ts +14 -0
  119. package/dist-types/models/index.d.ts +1 -0
  120. package/dist-types/models/models_0.d.ts +1639 -0
  121. package/dist-types/pagination/Interfaces.d.ts +8 -0
  122. package/dist-types/pagination/ListGroupMembersPaginator.d.ts +7 -0
  123. package/dist-types/pagination/ListGroupsForMemberPaginator.d.ts +7 -0
  124. package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
  125. package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
  126. package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
  127. package/dist-types/pagination/SearchUsersPaginator.d.ts +7 -0
  128. package/dist-types/pagination/index.d.ts +7 -0
  129. package/dist-types/protocols/Aws_restJson1.d.ts +155 -0
  130. package/dist-types/runtimeConfig.browser.d.ts +47 -0
  131. package/dist-types/runtimeConfig.d.ts +47 -0
  132. package/dist-types/runtimeConfig.native.d.ts +46 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  134. package/dist-types/runtimeExtensions.d.ts +17 -0
  135. package/dist-types/ts3.4/DirectoryServiceData.d.ts +296 -0
  136. package/dist-types/ts3.4/DirectoryServiceDataClient.d.ts +223 -0
  137. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  138. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  139. package/dist-types/ts3.4/commands/AddGroupMemberCommand.d.ts +50 -0
  140. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +47 -0
  141. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +47 -0
  142. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +47 -0
  143. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +47 -0
  144. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +47 -0
  145. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +47 -0
  146. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +47 -0
  147. package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +50 -0
  148. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +47 -0
  149. package/dist-types/ts3.4/commands/ListGroupsForMemberCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +47 -0
  151. package/dist-types/ts3.4/commands/RemoveGroupMemberCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +47 -0
  153. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +47 -0
  154. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +47 -0
  155. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +47 -0
  156. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  157. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  158. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  159. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  160. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  161. package/dist-types/ts3.4/index.d.ts +9 -0
  162. package/dist-types/ts3.4/models/DirectoryServiceDataServiceException.d.ts +9 -0
  163. package/dist-types/ts3.4/models/index.d.ts +1 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +471 -0
  165. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  166. package/dist-types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +11 -0
  167. package/dist-types/ts3.4/pagination/ListGroupsForMemberPaginator.d.ts +11 -0
  168. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
  169. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
  170. package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
  171. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -0
  172. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  173. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -0
  174. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +89 -0
  175. package/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
  176. package/dist-types/ts3.4/runtimeConfig.native.d.ts +83 -0
  177. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  178. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  179. package/package.json +103 -0
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { CreateUserRequest, CreateUserResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateUserCommandInput extends CreateUserRequest {}
12
+ export interface CreateUserCommandOutput
13
+ extends CreateUserResult,
14
+ __MetadataBearer {}
15
+ declare const CreateUserCommand_base: {
16
+ new (
17
+ input: CreateUserCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ CreateUserCommandInput,
20
+ CreateUserCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: CreateUserCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateUserCommandInput,
29
+ CreateUserCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class CreateUserCommand extends CreateUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateUserRequest;
40
+ output: CreateUserResult;
41
+ };
42
+ sdk: {
43
+ input: CreateUserCommandInput;
44
+ output: CreateUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
12
+ export interface DeleteGroupCommandOutput
13
+ extends DeleteGroupResult,
14
+ __MetadataBearer {}
15
+ declare const DeleteGroupCommand_base: {
16
+ new (
17
+ input: DeleteGroupCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteGroupCommandInput,
20
+ DeleteGroupCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteGroupCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteGroupCommandInput,
29
+ DeleteGroupCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteGroupRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteGroupCommandInput;
44
+ output: DeleteGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { DeleteUserRequest, DeleteUserResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteUserCommandInput extends DeleteUserRequest {}
12
+ export interface DeleteUserCommandOutput
13
+ extends DeleteUserResult,
14
+ __MetadataBearer {}
15
+ declare const DeleteUserCommand_base: {
16
+ new (
17
+ input: DeleteUserCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteUserCommandInput,
20
+ DeleteUserCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteUserCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteUserCommandInput,
29
+ DeleteUserCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteUserCommand extends DeleteUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteUserRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteUserCommandInput;
44
+ output: DeleteUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { DescribeGroupRequest, DescribeGroupResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DescribeGroupCommandInput extends DescribeGroupRequest {}
12
+ export interface DescribeGroupCommandOutput
13
+ extends DescribeGroupResult,
14
+ __MetadataBearer {}
15
+ declare const DescribeGroupCommand_base: {
16
+ new (
17
+ input: DescribeGroupCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DescribeGroupCommandInput,
20
+ DescribeGroupCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DescribeGroupCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DescribeGroupCommandInput,
29
+ DescribeGroupCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DescribeGroupCommand extends DescribeGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeGroupRequest;
40
+ output: DescribeGroupResult;
41
+ };
42
+ sdk: {
43
+ input: DescribeGroupCommandInput;
44
+ output: DescribeGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { DescribeUserRequest, DescribeUserResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DescribeUserCommandInput extends DescribeUserRequest {}
12
+ export interface DescribeUserCommandOutput
13
+ extends DescribeUserResult,
14
+ __MetadataBearer {}
15
+ declare const DescribeUserCommand_base: {
16
+ new (
17
+ input: DescribeUserCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DescribeUserCommandInput,
20
+ DescribeUserCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DescribeUserCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DescribeUserCommandInput,
29
+ DescribeUserCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeUserRequest;
40
+ output: DescribeUserResult;
41
+ };
42
+ sdk: {
43
+ input: DescribeUserCommandInput;
44
+ output: DescribeUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { DisableUserRequest, DisableUserResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DisableUserCommandInput extends DisableUserRequest {}
12
+ export interface DisableUserCommandOutput
13
+ extends DisableUserResult,
14
+ __MetadataBearer {}
15
+ declare const DisableUserCommand_base: {
16
+ new (
17
+ input: DisableUserCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DisableUserCommandInput,
20
+ DisableUserCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DisableUserCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DisableUserCommandInput,
29
+ DisableUserCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DisableUserCommand extends DisableUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisableUserRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisableUserCommandInput;
44
+ output: DisableUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import {
9
+ ListGroupMembersRequest,
10
+ ListGroupMembersResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListGroupMembersCommandInput extends ListGroupMembersRequest {}
15
+ export interface ListGroupMembersCommandOutput
16
+ extends ListGroupMembersResult,
17
+ __MetadataBearer {}
18
+ declare const ListGroupMembersCommand_base: {
19
+ new (
20
+ input: ListGroupMembersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListGroupMembersCommandInput,
23
+ ListGroupMembersCommandOutput,
24
+ DirectoryServiceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListGroupMembersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListGroupMembersCommandInput,
32
+ ListGroupMembersCommandOutput,
33
+ DirectoryServiceDataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListGroupMembersCommand extends ListGroupMembersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListGroupMembersRequest;
43
+ output: ListGroupMembersResult;
44
+ };
45
+ sdk: {
46
+ input: ListGroupMembersCommandInput;
47
+ output: ListGroupMembersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { ListGroupsRequest, ListGroupsResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListGroupsCommandInput extends ListGroupsRequest {}
12
+ export interface ListGroupsCommandOutput
13
+ extends ListGroupsResult,
14
+ __MetadataBearer {}
15
+ declare const ListGroupsCommand_base: {
16
+ new (
17
+ input: ListGroupsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListGroupsCommandInput,
20
+ ListGroupsCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: ListGroupsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListGroupsCommandInput,
29
+ ListGroupsCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListGroupsCommand extends ListGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListGroupsRequest;
40
+ output: ListGroupsResult;
41
+ };
42
+ sdk: {
43
+ input: ListGroupsCommandInput;
44
+ output: ListGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import {
9
+ ListGroupsForMemberRequest,
10
+ ListGroupsForMemberResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListGroupsForMemberCommandInput
15
+ extends ListGroupsForMemberRequest {}
16
+ export interface ListGroupsForMemberCommandOutput
17
+ extends ListGroupsForMemberResult,
18
+ __MetadataBearer {}
19
+ declare const ListGroupsForMemberCommand_base: {
20
+ new (
21
+ input: ListGroupsForMemberCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListGroupsForMemberCommandInput,
24
+ ListGroupsForMemberCommandOutput,
25
+ DirectoryServiceDataClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListGroupsForMemberCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListGroupsForMemberCommandInput,
33
+ ListGroupsForMemberCommandOutput,
34
+ DirectoryServiceDataClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListGroupsForMemberCommand extends ListGroupsForMemberCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListGroupsForMemberRequest;
44
+ output: ListGroupsForMemberResult;
45
+ };
46
+ sdk: {
47
+ input: ListGroupsForMemberCommandInput;
48
+ output: ListGroupsForMemberCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { ListUsersRequest, ListUsersResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListUsersCommandInput extends ListUsersRequest {}
12
+ export interface ListUsersCommandOutput
13
+ extends ListUsersResult,
14
+ __MetadataBearer {}
15
+ declare const ListUsersCommand_base: {
16
+ new (
17
+ input: ListUsersCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListUsersCommandInput,
20
+ ListUsersCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: ListUsersCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListUsersCommandInput,
29
+ ListUsersCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListUsersCommand extends ListUsersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListUsersRequest;
40
+ output: ListUsersResult;
41
+ };
42
+ sdk: {
43
+ input: ListUsersCommandInput;
44
+ output: ListUsersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import {
9
+ RemoveGroupMemberRequest,
10
+ RemoveGroupMemberResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RemoveGroupMemberCommandInput
15
+ extends RemoveGroupMemberRequest {}
16
+ export interface RemoveGroupMemberCommandOutput
17
+ extends RemoveGroupMemberResult,
18
+ __MetadataBearer {}
19
+ declare const RemoveGroupMemberCommand_base: {
20
+ new (
21
+ input: RemoveGroupMemberCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RemoveGroupMemberCommandInput,
24
+ RemoveGroupMemberCommandOutput,
25
+ DirectoryServiceDataClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: RemoveGroupMemberCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RemoveGroupMemberCommandInput,
33
+ RemoveGroupMemberCommandOutput,
34
+ DirectoryServiceDataClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RemoveGroupMemberCommand extends RemoveGroupMemberCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveGroupMemberRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RemoveGroupMemberCommandInput;
48
+ output: RemoveGroupMemberCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { SearchGroupsRequest, SearchGroupsResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface SearchGroupsCommandInput extends SearchGroupsRequest {}
12
+ export interface SearchGroupsCommandOutput
13
+ extends SearchGroupsResult,
14
+ __MetadataBearer {}
15
+ declare const SearchGroupsCommand_base: {
16
+ new (
17
+ input: SearchGroupsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ SearchGroupsCommandInput,
20
+ SearchGroupsCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: SearchGroupsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ SearchGroupsCommandInput,
29
+ SearchGroupsCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class SearchGroupsCommand extends SearchGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: SearchGroupsRequest;
40
+ output: SearchGroupsResult;
41
+ };
42
+ sdk: {
43
+ input: SearchGroupsCommandInput;
44
+ output: SearchGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { SearchUsersRequest, SearchUsersResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface SearchUsersCommandInput extends SearchUsersRequest {}
12
+ export interface SearchUsersCommandOutput
13
+ extends SearchUsersResult,
14
+ __MetadataBearer {}
15
+ declare const SearchUsersCommand_base: {
16
+ new (
17
+ input: SearchUsersCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ SearchUsersCommandInput,
20
+ SearchUsersCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: SearchUsersCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ SearchUsersCommandInput,
29
+ SearchUsersCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class SearchUsersCommand extends SearchUsersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: SearchUsersRequest;
40
+ output: SearchUsersResult;
41
+ };
42
+ sdk: {
43
+ input: SearchUsersCommandInput;
44
+ output: SearchUsersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceDataClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceDataClient";
8
+ import { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
12
+ export interface UpdateGroupCommandOutput
13
+ extends UpdateGroupResult,
14
+ __MetadataBearer {}
15
+ declare const UpdateGroupCommand_base: {
16
+ new (
17
+ input: UpdateGroupCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ UpdateGroupCommandInput,
20
+ UpdateGroupCommandOutput,
21
+ DirectoryServiceDataClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: UpdateGroupCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ UpdateGroupCommandInput,
29
+ UpdateGroupCommandOutput,
30
+ DirectoryServiceDataClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateGroupRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateGroupCommandInput;
44
+ output: UpdateGroupCommandOutput;
45
+ };
46
+ };
47
+ }