@aws-sdk/client-identitystore 3.478.0 → 3.481.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 (81) hide show
  1. package/dist-cjs/commands/CreateGroupCommand.js +18 -41
  2. package/dist-cjs/commands/CreateGroupMembershipCommand.js +18 -41
  3. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteUserCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeUserCommand.js +18 -41
  10. package/dist-cjs/commands/GetGroupIdCommand.js +18 -41
  11. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +18 -41
  12. package/dist-cjs/commands/GetUserIdCommand.js +18 -41
  13. package/dist-cjs/commands/IsMemberInGroupsCommand.js +18 -41
  14. package/dist-cjs/commands/ListGroupMembershipsCommand.js +18 -41
  15. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +18 -41
  16. package/dist-cjs/commands/ListGroupsCommand.js +18 -41
  17. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/CreateGroupCommand.js +18 -41
  22. package/dist-es/commands/CreateGroupMembershipCommand.js +18 -41
  23. package/dist-es/commands/CreateUserCommand.js +18 -41
  24. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  25. package/dist-es/commands/DeleteGroupMembershipCommand.js +18 -41
  26. package/dist-es/commands/DeleteUserCommand.js +18 -41
  27. package/dist-es/commands/DescribeGroupCommand.js +18 -41
  28. package/dist-es/commands/DescribeGroupMembershipCommand.js +18 -41
  29. package/dist-es/commands/DescribeUserCommand.js +18 -41
  30. package/dist-es/commands/GetGroupIdCommand.js +18 -41
  31. package/dist-es/commands/GetGroupMembershipIdCommand.js +18 -41
  32. package/dist-es/commands/GetUserIdCommand.js +18 -41
  33. package/dist-es/commands/IsMemberInGroupsCommand.js +18 -41
  34. package/dist-es/commands/ListGroupMembershipsCommand.js +18 -41
  35. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +18 -41
  36. package/dist-es/commands/ListGroupsCommand.js +18 -41
  37. package/dist-es/commands/ListUsersCommand.js +18 -41
  38. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  39. package/dist-es/commands/UpdateUserCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  42. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -21
  43. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  44. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeGroupCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -21
  49. package/dist-types/commands/DescribeUserCommand.d.ts +6 -21
  50. package/dist-types/commands/GetGroupIdCommand.d.ts +6 -21
  51. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +6 -21
  52. package/dist-types/commands/GetUserIdCommand.d.ts +6 -21
  53. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +6 -21
  54. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +6 -21
  56. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  58. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  59. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteUserCommandInput extends DeleteUserRequest {}
17
11
  export interface DeleteUserCommandOutput
18
12
  extends DeleteUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteUserCommand extends $Command<
21
- DeleteUserCommandInput,
22
- DeleteUserCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: DeleteUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteUserCommand_base: {
15
+ new (
16
+ input: DeleteUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteUserCommandInput,
19
+ DeleteUserCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteUserCommand extends DeleteUserCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeGroupCommandInput extends DescribeGroupRequest {}
20
14
  export interface DescribeGroupCommandOutput
21
15
  extends DescribeGroupResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeGroupCommand extends $Command<
24
- DescribeGroupCommandInput,
25
- DescribeGroupCommandOutput,
26
- IdentitystoreClientResolvedConfig
27
- > {
28
- readonly input: DescribeGroupCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeGroupCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IdentitystoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeGroupCommandInput, DescribeGroupCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeGroupCommand_base: {
18
+ new (
19
+ input: DescribeGroupCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeGroupCommandInput,
22
+ DescribeGroupCommandOutput,
23
+ IdentitystoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeGroupCommand extends DescribeGroupCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeGroupMembershipCommandInput
21
15
  export interface DescribeGroupMembershipCommandOutput
22
16
  extends DescribeGroupMembershipResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeGroupMembershipCommand extends $Command<
25
- DescribeGroupMembershipCommandInput,
26
- DescribeGroupMembershipCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: DescribeGroupMembershipCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeGroupMembershipCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeGroupMembershipCommand_base: {
19
+ new (
20
+ input: DescribeGroupMembershipCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeGroupMembershipCommandInput,
38
- DescribeGroupMembershipCommandOutput
23
+ DescribeGroupMembershipCommandOutput,
24
+ IdentitystoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeGroupMembershipCommand extends DescribeGroupMembershipCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {}
17
11
  export interface DescribeUserCommandOutput
18
12
  extends DescribeUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class DescribeUserCommand extends $Command<
21
- DescribeUserCommandInput,
22
- DescribeUserCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: DescribeUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeUserCommand_base: {
15
+ new (
16
+ input: DescribeUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeUserCommandInput,
19
+ DescribeUserCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetGroupIdCommandInput extends GetGroupIdRequest {}
17
11
  export interface GetGroupIdCommandOutput
18
12
  extends GetGroupIdResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetGroupIdCommand extends $Command<
21
- GetGroupIdCommandInput,
22
- GetGroupIdCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: GetGroupIdCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetGroupIdCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetGroupIdCommandInput, GetGroupIdCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetGroupIdCommand_base: {
15
+ new (
16
+ input: GetGroupIdCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetGroupIdCommandInput,
19
+ GetGroupIdCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetGroupIdCommand extends GetGroupIdCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetGroupMembershipIdCommandInput
21
15
  export interface GetGroupMembershipIdCommandOutput
22
16
  extends GetGroupMembershipIdResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetGroupMembershipIdCommand extends $Command<
25
- GetGroupMembershipIdCommandInput,
26
- GetGroupMembershipIdCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: GetGroupMembershipIdCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetGroupMembershipIdCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetGroupMembershipIdCommand_base: {
19
+ new (
20
+ input: GetGroupMembershipIdCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetGroupMembershipIdCommandInput,
38
- GetGroupMembershipIdCommandOutput
23
+ GetGroupMembershipIdCommandOutput,
24
+ IdentitystoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetGroupMembershipIdCommand extends GetGroupMembershipIdCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetUserIdCommandInput extends GetUserIdRequest {}
17
11
  export interface GetUserIdCommandOutput
18
12
  extends GetUserIdResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetUserIdCommand extends $Command<
21
- GetUserIdCommandInput,
22
- GetUserIdCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: GetUserIdCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetUserIdCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetUserIdCommandInput, GetUserIdCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetUserIdCommand_base: {
15
+ new (
16
+ input: GetUserIdCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetUserIdCommandInput,
19
+ GetUserIdCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetUserIdCommand extends GetUserIdCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface IsMemberInGroupsCommandInput extends IsMemberInGroupsRequest {}
20
14
  export interface IsMemberInGroupsCommandOutput
21
15
  extends IsMemberInGroupsResponse,
22
16
  __MetadataBearer {}
23
- export declare class IsMemberInGroupsCommand extends $Command<
24
- IsMemberInGroupsCommandInput,
25
- IsMemberInGroupsCommandOutput,
26
- IdentitystoreClientResolvedConfig
27
- > {
28
- readonly input: IsMemberInGroupsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: IsMemberInGroupsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IdentitystoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<IsMemberInGroupsCommandInput, IsMemberInGroupsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const IsMemberInGroupsCommand_base: {
18
+ new (
19
+ input: IsMemberInGroupsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ IsMemberInGroupsCommandInput,
22
+ IsMemberInGroupsCommandOutput,
23
+ IdentitystoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class IsMemberInGroupsCommand extends IsMemberInGroupsCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListGroupMembershipsCommandInput
21
15
  export interface ListGroupMembershipsCommandOutput
22
16
  extends ListGroupMembershipsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListGroupMembershipsCommand extends $Command<
25
- ListGroupMembershipsCommandInput,
26
- ListGroupMembershipsCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: ListGroupMembershipsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListGroupMembershipsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListGroupMembershipsCommand_base: {
19
+ new (
20
+ input: ListGroupMembershipsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListGroupMembershipsCommandInput,
38
- ListGroupMembershipsCommandOutput
23
+ ListGroupMembershipsCommandOutput,
24
+ IdentitystoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListGroupMembershipsCommand extends ListGroupMembershipsCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListGroupMembershipsForMemberCommandInput
21
15
  export interface ListGroupMembershipsForMemberCommandOutput
22
16
  extends ListGroupMembershipsForMemberResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListGroupMembershipsForMemberCommand extends $Command<
25
- ListGroupMembershipsForMemberCommandInput,
26
- ListGroupMembershipsForMemberCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: ListGroupMembershipsForMemberCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListGroupMembershipsForMemberCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListGroupMembershipsForMemberCommand_base: {
19
+ new (
20
+ input: ListGroupMembershipsForMemberCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListGroupMembershipsForMemberCommandInput,
38
- ListGroupMembershipsForMemberCommandOutput
23
+ ListGroupMembershipsForMemberCommandOutput,
24
+ IdentitystoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListGroupMembershipsForMemberCommand extends ListGroupMembershipsForMemberCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {}
17
11
  export interface ListGroupsCommandOutput
18
12
  extends ListGroupsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListGroupsCommand extends $Command<
21
- ListGroupsCommandInput,
22
- ListGroupsCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: ListGroupsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListGroupsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListGroupsCommand_base: {
15
+ new (
16
+ input: ListGroupsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListGroupsCommandInput,
19
+ ListGroupsCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListGroupsCommand extends ListGroupsCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListUsersCommandInput extends ListUsersRequest {}
17
11
  export interface ListUsersCommandOutput
18
12
  extends ListUsersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListUsersCommand extends $Command<
21
- ListUsersCommandInput,
22
- ListUsersCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: ListUsersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListUsersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListUsersCommand_base: {
15
+ new (
16
+ input: ListUsersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListUsersCommandInput,
19
+ ListUsersCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListUsersCommand extends ListUsersCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
17
11
  export interface UpdateGroupCommandOutput
18
12
  extends UpdateGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class UpdateGroupCommand extends $Command<
21
- UpdateGroupCommandInput,
22
- UpdateGroupCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: UpdateGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdateGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UpdateGroupCommand_base: {
15
+ new (
16
+ input: UpdateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdateGroupCommandInput,
19
+ UpdateGroupCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdateGroupCommand extends UpdateGroupCommand_base {}
@@ -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 {
10
4
  IdentitystoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {}
17
11
  export interface UpdateUserCommandOutput
18
12
  extends UpdateUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class UpdateUserCommand extends $Command<
21
- UpdateUserCommandInput,
22
- UpdateUserCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: UpdateUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdateUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UpdateUserCommand_base: {
15
+ new (
16
+ input: UpdateUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdateUserCommandInput,
19
+ UpdateUserCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdateUserCommand extends UpdateUserCommand_base {}