@aws-sdk/client-identitystore 3.477.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 (97) 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-cjs/pagination/ListGroupMembershipsForMemberPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListGroupsPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
  25. package/dist-es/commands/CreateGroupCommand.js +18 -41
  26. package/dist-es/commands/CreateGroupMembershipCommand.js +18 -41
  27. package/dist-es/commands/CreateUserCommand.js +18 -41
  28. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  29. package/dist-es/commands/DeleteGroupMembershipCommand.js +18 -41
  30. package/dist-es/commands/DeleteUserCommand.js +18 -41
  31. package/dist-es/commands/DescribeGroupCommand.js +18 -41
  32. package/dist-es/commands/DescribeGroupMembershipCommand.js +18 -41
  33. package/dist-es/commands/DescribeUserCommand.js +18 -41
  34. package/dist-es/commands/GetGroupIdCommand.js +18 -41
  35. package/dist-es/commands/GetGroupMembershipIdCommand.js +18 -41
  36. package/dist-es/commands/GetUserIdCommand.js +18 -41
  37. package/dist-es/commands/IsMemberInGroupsCommand.js +18 -41
  38. package/dist-es/commands/ListGroupMembershipsCommand.js +18 -41
  39. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +18 -41
  40. package/dist-es/commands/ListGroupsCommand.js +18 -41
  41. package/dist-es/commands/ListUsersCommand.js +18 -41
  42. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  43. package/dist-es/commands/UpdateUserCommand.js +18 -41
  44. package/dist-es/endpoint/EndpointParameters.js +6 -0
  45. package/dist-es/pagination/ListGroupMembershipsForMemberPaginator.js +2 -23
  46. package/dist-es/pagination/ListGroupMembershipsPaginator.js +2 -23
  47. package/dist-es/pagination/ListGroupsPaginator.js +2 -23
  48. package/dist-es/pagination/ListUsersPaginator.js +2 -23
  49. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -21
  51. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  55. package/dist-types/commands/DescribeGroupCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribeUserCommand.d.ts +6 -21
  58. package/dist-types/commands/GetGroupIdCommand.d.ts +6 -21
  59. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +6 -21
  60. package/dist-types/commands/GetUserIdCommand.d.ts +6 -21
  61. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +6 -21
  63. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +6 -21
  64. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  66. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  67. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  68. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  69. package/dist-types/pagination/ListGroupMembershipsForMemberPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  93. package/dist-types/ts3.4/pagination/ListGroupMembershipsForMemberPaginator.d.ts +3 -3
  94. package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +3 -3
  95. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +3 -3
  96. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
  97. package/package.json +11 -10
@@ -4,4 +4,4 @@ import { IdentitystorePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGroupMemberships(config: IdentitystorePaginationConfiguration, input: ListGroupMembershipsCommandInput, ...additionalArguments: any): Paginator<ListGroupMembershipsCommandOutput>;
7
+ export declare const paginateListGroupMemberships: (config: IdentitystorePaginationConfiguration, input: ListGroupMembershipsCommandInput, ...rest: any[]) => Paginator<ListGroupMembershipsCommandOutput>;
@@ -4,4 +4,4 @@ import { IdentitystorePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGroups(config: IdentitystorePaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
7
+ export declare const paginateListGroups: (config: IdentitystorePaginationConfiguration, input: ListGroupsCommandInput, ...rest: any[]) => Paginator<ListGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { IdentitystorePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListUsers(config: IdentitystorePaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
7
+ export declare const paginateListUsers: (config: IdentitystorePaginationConfiguration, input: ListUsersCommandInput, ...rest: any[]) => Paginator<ListUsersCommandOutput>;
@@ -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 CreateGroupCommandInput extends CreateGroupRequest {}
17
11
  export interface CreateGroupCommandOutput
18
12
  extends CreateGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateGroupCommand extends $Command<
21
- CreateGroupCommandInput,
22
- CreateGroupCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: CreateGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGroupCommand_base: {
15
+ new (
16
+ input: CreateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGroupCommandInput,
19
+ CreateGroupCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGroupCommand extends CreateGroupCommand_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 CreateGroupMembershipCommandInput
21
15
  export interface CreateGroupMembershipCommandOutput
22
16
  extends CreateGroupMembershipResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateGroupMembershipCommand extends $Command<
25
- CreateGroupMembershipCommandInput,
26
- CreateGroupMembershipCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: CreateGroupMembershipCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateGroupMembershipCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateGroupMembershipCommand_base: {
19
+ new (
20
+ input: CreateGroupMembershipCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateGroupMembershipCommandInput,
38
- CreateGroupMembershipCommandOutput
23
+ CreateGroupMembershipCommandOutput,
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 CreateGroupMembershipCommand extends CreateGroupMembershipCommand_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 CreateUserCommandInput extends CreateUserRequest {}
17
11
  export interface CreateUserCommandOutput
18
12
  extends CreateUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateUserCommand extends $Command<
21
- CreateUserCommandInput,
22
- CreateUserCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: CreateUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateUserCommand_base: {
15
+ new (
16
+ input: CreateUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateUserCommandInput,
19
+ CreateUserCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateUserCommand extends CreateUserCommand_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 DeleteGroupCommandInput extends DeleteGroupRequest {}
17
11
  export interface DeleteGroupCommandOutput
18
12
  extends DeleteGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteGroupCommand extends $Command<
21
- DeleteGroupCommandInput,
22
- DeleteGroupCommandOutput,
23
- IdentitystoreClientResolvedConfig
24
- > {
25
- readonly input: DeleteGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IdentitystoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteGroupCommand_base: {
15
+ new (
16
+ input: DeleteGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGroupCommandInput,
19
+ DeleteGroupCommandOutput,
20
+ IdentitystoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_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 DeleteGroupMembershipCommandInput
21
15
  export interface DeleteGroupMembershipCommandOutput
22
16
  extends DeleteGroupMembershipResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteGroupMembershipCommand extends $Command<
25
- DeleteGroupMembershipCommandInput,
26
- DeleteGroupMembershipCommandOutput,
27
- IdentitystoreClientResolvedConfig
28
- > {
29
- readonly input: DeleteGroupMembershipCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteGroupMembershipCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IdentitystoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteGroupMembershipCommand_base: {
19
+ new (
20
+ input: DeleteGroupMembershipCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteGroupMembershipCommandInput,
38
- DeleteGroupMembershipCommandOutput
23
+ DeleteGroupMembershipCommandOutput,
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 DeleteGroupMembershipCommand extends DeleteGroupMembershipCommand_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 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 {}