@aws-sdk/client-directory-service-data 3.1077.0 → 3.1078.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 (59) hide show
  1. package/dist-cjs/index.js +25 -173
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddGroupMemberCommand.js +2 -14
  4. package/dist-es/commands/CreateGroupCommand.js +2 -14
  5. package/dist-es/commands/CreateUserCommand.js +2 -14
  6. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteUserCommand.js +2 -14
  8. package/dist-es/commands/DescribeGroupCommand.js +2 -14
  9. package/dist-es/commands/DescribeUserCommand.js +2 -14
  10. package/dist-es/commands/DisableUserCommand.js +2 -14
  11. package/dist-es/commands/ListGroupMembersCommand.js +2 -14
  12. package/dist-es/commands/ListGroupsCommand.js +2 -14
  13. package/dist-es/commands/ListGroupsForMemberCommand.js +2 -14
  14. package/dist-es/commands/ListUsersCommand.js +2 -14
  15. package/dist-es/commands/RemoveGroupMemberCommand.js +2 -14
  16. package/dist-es/commands/SearchGroupsCommand.js +2 -14
  17. package/dist-es/commands/SearchUsersCommand.js +2 -14
  18. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  19. package/dist-es/commands/UpdateUserCommand.js +2 -14
  20. package/dist-es/index.js +1 -0
  21. package/dist-types/commandBuilder.d.ts +18 -0
  22. package/dist-types/commands/AddGroupMemberCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  24. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  25. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  27. package/dist-types/commands/DescribeGroupCommand.d.ts +3 -8
  28. package/dist-types/commands/DescribeUserCommand.d.ts +3 -8
  29. package/dist-types/commands/DisableUserCommand.d.ts +3 -8
  30. package/dist-types/commands/ListGroupMembersCommand.d.ts +3 -8
  31. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListGroupsForMemberCommand.d.ts +3 -8
  33. package/dist-types/commands/ListUsersCommand.d.ts +3 -8
  34. package/dist-types/commands/RemoveGroupMemberCommand.d.ts +3 -8
  35. package/dist-types/commands/SearchGroupsCommand.d.ts +3 -8
  36. package/dist-types/commands/SearchUsersCommand.d.ts +3 -8
  37. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  38. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  41. package/dist-types/ts3.4/commands/AddGroupMemberCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListGroupsForMemberCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/RemoveGroupMemberCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { AddGroupMemberRequest, AddGroupMemberResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddGroupMemberCommandInput extends AddGroupMemberRequest {
22
19
  export interface AddGroupMemberCommandOutput extends AddGroupMemberResult, __MetadataBearer {
23
20
  }
24
21
  declare const AddGroupMemberCommand_base: {
25
- new (input: AddGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<AddGroupMemberCommandInput, AddGroupMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<AddGroupMemberCommandInput, AddGroupMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<AddGroupMemberCommandInput, AddGroupMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<AddGroupMemberCommandInput, AddGroupMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds an existing user, group, or computer as a group member.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {
22
19
  export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGroupCommand_base: {
25
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { CreateUserRequest, CreateUserResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateUserCommandInput extends CreateUserRequest {
22
19
  export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateUserCommand_base: {
25
- new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
22
19
  export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGroupCommand_base: {
25
- new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { DeleteUserRequest, DeleteUserResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteUserCommandInput extends DeleteUserRequest {
22
19
  export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteUserCommand_base: {
25
- new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { DescribeGroupRequest, DescribeGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeGroupCommandInput extends DescribeGroupRequest {
22
19
  export interface DescribeGroupCommandOutput extends DescribeGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeGroupCommand_base: {
25
- new (input: DescribeGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeGroupCommandInput, DescribeGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeGroupCommandInput, DescribeGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeGroupCommandInput, DescribeGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeGroupCommandInput, DescribeGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { DescribeUserRequest, DescribeUserResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {
22
19
  export interface DescribeUserCommandOutput extends DescribeUserResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeUserCommand_base: {
25
- new (input: DescribeUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { DisableUserRequest, DisableUserResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableUserCommandInput extends DisableUserRequest {
22
19
  export interface DisableUserCommandOutput extends DisableUserResult, __MetadataBearer {
23
20
  }
24
21
  declare const DisableUserCommand_base: {
25
- new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deactivates an active user account. For information about how to enable an inactive user
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { ListGroupMembersRequest, ListGroupMembersResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupMembersCommandInput extends ListGroupMembersRequest {
22
19
  export interface ListGroupMembersCommandOutput extends ListGroupMembersResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupMembersCommand_base: {
25
- new (input: ListGroupMembersCommandInput): import("@smithy/core/client").CommandImpl<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupMembersCommandInput): import("@smithy/core/client").CommandImpl<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupMembersCommandInput): import("@smithy/core/client").CommandImpl<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGroupMembersCommandInput): import("@smithy/core/client").CommandImpl<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns member information for the specified group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { ListGroupsRequest, ListGroupsResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {
22
19
  export interface ListGroupsCommandOutput extends ListGroupsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupsCommand_base: {
25
- new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns group information for the specified directory. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { ListGroupsForMemberRequest, ListGroupsForMemberResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupsForMemberCommandInput extends ListGroupsForMemberRequ
22
19
  export interface ListGroupsForMemberCommandOutput extends ListGroupsForMemberResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupsForMemberCommand_base: {
25
- new (input: ListGroupsForMemberCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsForMemberCommandInput, ListGroupsForMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupsForMemberCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsForMemberCommandInput, ListGroupsForMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupsForMemberCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsForMemberCommandInput, ListGroupsForMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGroupsForMemberCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsForMemberCommandInput, ListGroupsForMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns group information for the specified member. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { ListUsersRequest, ListUsersResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListUsersCommandInput extends ListUsersRequest {
22
19
  export interface ListUsersCommandOutput extends ListUsersResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListUsersCommand_base: {
25
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns user information for the specified directory. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { RemoveGroupMemberRequest, RemoveGroupMemberResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveGroupMemberCommandInput extends RemoveGroupMemberRequest
22
19
  export interface RemoveGroupMemberCommandOutput extends RemoveGroupMemberResult, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveGroupMemberCommand_base: {
25
- new (input: RemoveGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<RemoveGroupMemberCommandInput, RemoveGroupMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<RemoveGroupMemberCommandInput, RemoveGroupMemberCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<RemoveGroupMemberCommandInput, RemoveGroupMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveGroupMemberCommandInput): import("@smithy/core/client").CommandImpl<RemoveGroupMemberCommandInput, RemoveGroupMemberCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Removes a member from a group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { SearchGroupsRequest, SearchGroupsResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchGroupsCommandInput extends SearchGroupsRequest {
22
19
  export interface SearchGroupsCommandOutput extends SearchGroupsResult, __MetadataBearer {
23
20
  }
24
21
  declare const SearchGroupsCommand_base: {
25
- new (input: SearchGroupsCommandInput): import("@smithy/core/client").CommandImpl<SearchGroupsCommandInput, SearchGroupsCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchGroupsCommandInput): import("@smithy/core/client").CommandImpl<SearchGroupsCommandInput, SearchGroupsCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchGroupsCommandInput): import("@smithy/core/client").CommandImpl<SearchGroupsCommandInput, SearchGroupsCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchGroupsCommandInput): import("@smithy/core/client").CommandImpl<SearchGroupsCommandInput, SearchGroupsCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Searches the specified directory for a group. You can find groups that match the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { SearchUsersRequest, SearchUsersResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchUsersCommandInput extends SearchUsersRequest {
22
19
  export interface SearchUsersCommandOutput extends SearchUsersResult, __MetadataBearer {
23
20
  }
24
21
  declare const SearchUsersCommand_base: {
25
- new (input: SearchUsersCommandInput): import("@smithy/core/client").CommandImpl<SearchUsersCommandInput, SearchUsersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchUsersCommandInput): import("@smithy/core/client").CommandImpl<SearchUsersCommandInput, SearchUsersCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchUsersCommandInput): import("@smithy/core/client").CommandImpl<SearchUsersCommandInput, SearchUsersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchUsersCommandInput): import("@smithy/core/client").CommandImpl<SearchUsersCommandInput, SearchUsersCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Searches the specified directory for a user. You can find users that match the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {
22
19
  export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateGroupCommand_base: {
25
- new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates group information. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceDataClient";
4
2
  import type { UpdateUserRequest, UpdateUserResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
22
19
  export interface UpdateUserCommandOutput extends UpdateUserResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateUserCommand_base: {
25
- new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, DirectoryServiceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").DirectoryServiceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates user information. </p>
@@ -59,6 +59,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
59
59
  export type { RuntimeExtension } from "./runtimeExtensions";
60
60
  export type { DirectoryServiceDataExtensionConfiguration } from "./extensionConfiguration";
61
61
  export * from "./commands";
62
+ export { Command as $Command } from "@smithy/core/client";
62
63
  export * from "./schemas/schemas_0";
63
64
  export * from "./pagination";
64
65
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DirectoryServiceDataClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DirectoryServiceDataClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DirectoryServiceDataClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DirectoryServiceDataClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DirectoryServiceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DirectoryServiceDataClient";
8
2
  import {
9
3
  AddGroupMemberRequest,
10
4
  AddGroupMemberResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddGroupMemberCommandInput extends AddGroupMemberRequest {}
15
8
  export interface AddGroupMemberCommandOutput
16
9
  extends AddGroupMemberResult,
@@ -21,22 +14,20 @@ declare const AddGroupMemberCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AddGroupMemberCommandInput,
23
16
  AddGroupMemberCommandOutput,
24
- DirectoryServiceDataClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DirectoryServiceDataClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AddGroupMemberCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AddGroupMemberCommandInput,
32
25
  AddGroupMemberCommandOutput,
33
- DirectoryServiceDataClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DirectoryServiceDataClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AddGroupMemberCommand extends AddGroupMemberCommand_base {
42
33
  protected static __types: {