@aws-sdk/client-identitystore 3.296.0 → 3.298.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 (66) hide show
  1. package/dist-cjs/commands/CreateGroupCommand.js +1 -1
  2. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -3
  3. package/dist-cjs/commands/CreateUserCommand.js +1 -1
  4. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeGroupCommand.js +1 -1
  8. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeUserCommand.js +1 -1
  10. package/dist-cjs/commands/GetGroupIdCommand.js +1 -1
  11. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +2 -3
  12. package/dist-cjs/commands/GetUserIdCommand.js +1 -1
  13. package/dist-cjs/commands/IsMemberInGroupsCommand.js +1 -1
  14. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -3
  15. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +2 -3
  16. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  17. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  18. package/dist-cjs/models/models_0.js +3 -143
  19. package/dist-es/commands/CreateGroupCommand.js +2 -2
  20. package/dist-es/commands/CreateGroupMembershipCommand.js +2 -3
  21. package/dist-es/commands/CreateUserCommand.js +2 -2
  22. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  23. package/dist-es/commands/DeleteGroupMembershipCommand.js +2 -3
  24. package/dist-es/commands/DeleteUserCommand.js +2 -3
  25. package/dist-es/commands/DescribeGroupCommand.js +2 -2
  26. package/dist-es/commands/DescribeGroupMembershipCommand.js +2 -3
  27. package/dist-es/commands/DescribeUserCommand.js +2 -2
  28. package/dist-es/commands/GetGroupIdCommand.js +2 -2
  29. package/dist-es/commands/GetGroupMembershipIdCommand.js +2 -3
  30. package/dist-es/commands/GetUserIdCommand.js +2 -2
  31. package/dist-es/commands/IsMemberInGroupsCommand.js +2 -2
  32. package/dist-es/commands/ListGroupMembershipsCommand.js +2 -3
  33. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +2 -3
  34. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  35. package/dist-es/commands/UpdateUserCommand.js +2 -3
  36. package/dist-es/models/models_0.js +2 -110
  37. package/dist-types/Identitystore.d.ts +20 -0
  38. package/dist-types/IdentitystoreClient.d.ts +24 -4
  39. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  48. package/dist-types/commands/GetGroupIdCommand.d.ts +16 -0
  49. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +16 -0
  50. package/dist-types/commands/GetUserIdCommand.d.ts +16 -0
  51. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +16 -0
  54. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  58. package/dist-types/models/IdentitystoreServiceException.d.ts +2 -0
  59. package/dist-types/models/models_0.d.ts +147 -124
  60. package/dist-types/pagination/Interfaces.d.ts +3 -0
  61. package/dist-types/pagination/ListGroupMembershipsForMemberPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -91
  66. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGroupMembershipCommand}.
8
10
  */
9
11
  export interface CreateGroupMembershipCommandInput extends CreateGroupMembershipRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGroupMembershipCommand}.
13
17
  */
14
18
  export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershipResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a relationship between a member and a group. The following identifiers must be specified: <code>GroupId</code>, <code>IdentityStoreId</code>, and <code>MemberId</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGroupMembershipCommandInput - {@link CreateGroupMembershipCommandInput}
34
+ * @returns {@link CreateGroupMembershipCommandOutput}
28
35
  * @see {@link CreateGroupMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGroupMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
63
70
  export declare class CreateGroupMembershipCommand extends $Command<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
64
71
  readonly input: CreateGroupMembershipCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CreateGroupMembershipCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateUserCommand}.
8
10
  */
9
11
  export interface CreateUserCommandInput extends CreateUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateUserCommand}.
13
17
  */
14
18
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new user within the specified identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateUserCommandInput - {@link CreateUserCommandInput}
34
+ * @returns {@link CreateUserCommandOutput}
28
35
  * @see {@link CreateUserCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
63
70
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, IdentitystoreClientResolvedConfig> {
64
71
  readonly input: CreateUserCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CreateUserCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteGroupCommand}.
8
10
  */
9
11
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteGroupCommand}.
13
17
  */
14
18
  export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete a group within an identity store given <code>GroupId</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
34
+ * @returns {@link DeleteGroupCommandOutput}
28
35
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
60
67
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, IdentitystoreClientResolvedConfig> {
61
68
  readonly input: DeleteGroupCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteGroupCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteGroupMembershipCommand}.
8
10
  */
9
11
  export interface DeleteGroupMembershipCommandInput extends DeleteGroupMembershipRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteGroupMembershipCommand}.
13
17
  */
14
18
  export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershipResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete a membership within a group given <code>MembershipId</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteGroupMembershipCommandInput - {@link DeleteGroupMembershipCommandInput}
34
+ * @returns {@link DeleteGroupMembershipCommandOutput}
28
35
  * @see {@link DeleteGroupMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteGroupMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
60
67
  export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
61
68
  readonly input: DeleteGroupMembershipCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteGroupMembershipCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserCommand}.
8
10
  */
9
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserCommand}.
13
17
  */
14
18
  export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a user within an identity store given <code>UserId</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
34
+ * @returns {@link DeleteUserCommandOutput}
28
35
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
60
67
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, IdentitystoreClientResolvedConfig> {
61
68
  readonly input: DeleteUserCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteUserCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGroupCommand}.
8
10
  */
9
11
  export interface DescribeGroupCommandInput extends DescribeGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGroupCommand}.
13
17
  */
14
18
  export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity
18
23
  * store.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeGroupCommandInput - {@link DescribeGroupCommandInput}
35
+ * @returns {@link DescribeGroupCommandOutput}
29
36
  * @see {@link DescribeGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
50
57
  export declare class DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, IdentitystoreClientResolvedConfig> {
51
58
  readonly input: DescribeGroupCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeGroupCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupCommandInput, DescribeGroupCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGroupMembershipCommand}.
8
10
  */
9
11
  export interface DescribeGroupMembershipCommandInput extends DescribeGroupMembershipRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGroupMembershipCommand}.
13
17
  */
14
18
  export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembershipResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves membership metadata and attributes from <code>MembershipId</code> in an identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeGroupMembershipCommandInput - {@link DescribeGroupMembershipCommandInput}
34
+ * @returns {@link DescribeGroupMembershipCommandOutput}
28
35
  * @see {@link DescribeGroupMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeGroupMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
49
56
  export declare class DescribeGroupMembershipCommand extends $Command<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: DescribeGroupMembershipCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeGroupMembershipCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeUserCommand}.
8
10
  */
9
11
  export interface DescribeUserCommandInput extends DescribeUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeUserCommand}.
13
17
  */
14
18
  export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the user metadata and attributes from the <code>UserId</code> in an identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeUserCommandInput - {@link DescribeUserCommandInput}
34
+ * @returns {@link DescribeUserCommandOutput}
28
35
  * @see {@link DescribeUserCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeUserCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
49
56
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: DescribeUserCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeUserCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupIdCommand}.
8
10
  */
9
11
  export interface GetGroupIdCommandInput extends GetGroupIdRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupIdCommand}.
13
17
  */
14
18
  export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves <code>GroupId</code> in an identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupIdCommandInput - {@link GetGroupIdCommandInput}
34
+ * @returns {@link GetGroupIdCommandOutput}
28
35
  * @see {@link GetGroupIdCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupIdCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataB
49
56
  export declare class GetGroupIdCommand extends $Command<GetGroupIdCommandInput, GetGroupIdCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: GetGroupIdCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetGroupIdCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupIdCommandInput, GetGroupIdCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupMembershipIdCommand}.
8
10
  */
9
11
  export interface GetGroupMembershipIdCommandInput extends GetGroupMembershipIdRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupMembershipIdCommand}.
13
17
  */
14
18
  export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the <code>MembershipId</code> in an identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupMembershipIdCommandInput - {@link GetGroupMembershipIdCommandInput}
34
+ * @returns {@link GetGroupMembershipIdCommandOutput}
28
35
  * @see {@link GetGroupMembershipIdCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupMembershipIdCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdR
49
56
  export declare class GetGroupMembershipIdCommand extends $Command<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: GetGroupMembershipIdCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetGroupMembershipIdCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetUserIdRequest, GetUserIdResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetUserIdCommand}.
8
10
  */
9
11
  export interface GetUserIdCommandInput extends GetUserIdRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetUserIdCommand}.
13
17
  */
14
18
  export interface GetUserIdCommandOutput extends GetUserIdResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the <code>UserId</code> in an identity store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetUserIdCommandOutput extends GetUserIdResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetUserIdCommandInput - {@link GetUserIdCommandInput}
34
+ * @returns {@link GetUserIdCommandOutput}
28
35
  * @see {@link GetUserIdCommandInput} for command's `input` shape.
29
36
  * @see {@link GetUserIdCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetUserIdCommandOutput extends GetUserIdResponse, __MetadataBea
49
56
  export declare class GetUserIdCommand extends $Command<GetUserIdCommandInput, GetUserIdCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: GetUserIdCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetUserIdCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserIdCommandInput, GetUserIdCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { IsMemberInGroupsRequest, IsMemberInGroupsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link IsMemberInGroupsCommand}.
8
10
  */
9
11
  export interface IsMemberInGroupsCommandInput extends IsMemberInGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link IsMemberInGroupsCommand}.
13
17
  */
14
18
  export interface IsMemberInGroupsCommandOutput extends IsMemberInGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Checks the user's membership in all requested groups and returns if the member exists in all queried groups.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface IsMemberInGroupsCommandOutput extends IsMemberInGroupsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param IsMemberInGroupsCommandInput - {@link IsMemberInGroupsCommandInput}
34
+ * @returns {@link IsMemberInGroupsCommandOutput}
28
35
  * @see {@link IsMemberInGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link IsMemberInGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface IsMemberInGroupsCommandOutput extends IsMemberInGroupsResponse,
49
56
  export declare class IsMemberInGroupsCommand extends $Command<IsMemberInGroupsCommandInput, IsMemberInGroupsCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: IsMemberInGroupsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: IsMemberInGroupsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IsMemberInGroupsCommandInput, IsMemberInGroupsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupMembershipsCommand}.
8
10
  */
9
11
  export interface ListGroupMembershipsCommandInput extends ListGroupMembershipsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupMembershipsCommand}.
13
17
  */
14
18
  export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>For the specified group in the specified identity store, returns the list of all <code>GroupMembership</code> objects and returns results in paginated form.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupMembershipsCommandInput - {@link ListGroupMembershipsCommandInput}
34
+ * @returns {@link ListGroupMembershipsCommandOutput}
28
35
  * @see {@link ListGroupMembershipsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupMembershipsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
49
56
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, IdentitystoreClientResolvedConfig> {
50
57
  readonly input: ListGroupMembershipsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListGroupMembershipsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }