@aws-sdk/client-identitystore 3.170.0 → 3.174.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.
- package/CHANGELOG.md +16 -0
- package/dist-cjs/models/models_0.js +37 -37
- package/dist-es/models/models_0.js +34 -34
- package/dist-types/models/models_0.d.ts +49 -49
- package/dist-types/ts3.4/Identitystore.d.ts +0 -19
- package/dist-types/ts3.4/IdentitystoreClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IdentitystoreServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +24 -238
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DescribeGroupMembershipCommandInput
|
|
|
19
19
|
export interface DescribeGroupMembershipCommandOutput
|
|
20
20
|
extends DescribeGroupMembershipResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeGroupMembershipCommand extends $Command<
|
|
24
23
|
DescribeGroupMembershipCommandInput,
|
|
25
24
|
DescribeGroupMembershipCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeGroupMembershipCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeGroupMembershipCommandInput;
|
|
29
28
|
constructor(input: DescribeGroupMembershipCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {}
|
|
|
15
15
|
export interface DescribeUserCommandOutput
|
|
16
16
|
extends DescribeUserResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeUserCommand extends $Command<
|
|
20
19
|
DescribeUserCommandInput,
|
|
21
20
|
DescribeUserCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeUserCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeUserCommandInput;
|
|
25
24
|
constructor(input: DescribeUserCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupIdCommandInput extends GetGroupIdRequest {}
|
|
|
15
15
|
export interface GetGroupIdCommandOutput
|
|
16
16
|
extends GetGroupIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupIdCommand extends $Command<
|
|
20
19
|
GetGroupIdCommandInput,
|
|
21
20
|
GetGroupIdCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupIdCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupIdCommandInput;
|
|
25
24
|
constructor(input: GetGroupIdCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetGroupMembershipIdCommandInput
|
|
|
19
19
|
export interface GetGroupMembershipIdCommandOutput
|
|
20
20
|
extends GetGroupMembershipIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetGroupMembershipIdCommand extends $Command<
|
|
24
23
|
GetGroupMembershipIdCommandInput,
|
|
25
24
|
GetGroupMembershipIdCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetGroupMembershipIdCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetGroupMembershipIdCommandInput;
|
|
29
28
|
constructor(input: GetGroupMembershipIdCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetUserIdCommandInput extends GetUserIdRequest {}
|
|
|
15
15
|
export interface GetUserIdCommandOutput
|
|
16
16
|
extends GetUserIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetUserIdCommand extends $Command<
|
|
20
19
|
GetUserIdCommandInput,
|
|
21
20
|
GetUserIdCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetUserIdCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetUserIdCommandInput;
|
|
25
24
|
constructor(input: GetUserIdCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface IsMemberInGroupsCommandInput extends IsMemberInGroupsRequest {}
|
|
|
18
18
|
export interface IsMemberInGroupsCommandOutput
|
|
19
19
|
extends IsMemberInGroupsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class IsMemberInGroupsCommand extends $Command<
|
|
23
22
|
IsMemberInGroupsCommandInput,
|
|
24
23
|
IsMemberInGroupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class IsMemberInGroupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: IsMemberInGroupsCommandInput;
|
|
28
27
|
constructor(input: IsMemberInGroupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGroupMembershipsCommandInput
|
|
|
19
19
|
export interface ListGroupMembershipsCommandOutput
|
|
20
20
|
extends ListGroupMembershipsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGroupMembershipsCommand extends $Command<
|
|
24
23
|
ListGroupMembershipsCommandInput,
|
|
25
24
|
ListGroupMembershipsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGroupMembershipsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGroupMembershipsCommandInput;
|
|
29
28
|
constructor(input: ListGroupMembershipsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGroupMembershipsForMemberCommandInput
|
|
|
19
19
|
export interface ListGroupMembershipsForMemberCommandOutput
|
|
20
20
|
extends ListGroupMembershipsForMemberResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGroupMembershipsForMemberCommand extends $Command<
|
|
24
23
|
ListGroupMembershipsForMemberCommandInput,
|
|
25
24
|
ListGroupMembershipsForMemberCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGroupMembershipsForMemberCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGroupMembershipsForMemberCommandInput;
|
|
29
28
|
constructor(input: ListGroupMembershipsForMemberCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {}
|
|
|
15
15
|
export interface ListGroupsCommandOutput
|
|
16
16
|
extends ListGroupsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListGroupsCommand extends $Command<
|
|
20
19
|
ListGroupsCommandInput,
|
|
21
20
|
ListGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListGroupsCommandInput;
|
|
25
24
|
constructor(input: ListGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
|
15
15
|
export interface ListUsersCommandOutput
|
|
16
16
|
extends ListUsersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListUsersCommand extends $Command<
|
|
20
19
|
ListUsersCommandInput,
|
|
21
20
|
ListUsersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListUsersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListUsersCommandInput;
|
|
25
24
|
constructor(input: ListUsersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
|
|
|
15
15
|
export interface UpdateGroupCommandOutput
|
|
16
16
|
extends UpdateGroupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateGroupCommand extends $Command<
|
|
20
19
|
UpdateGroupCommandInput,
|
|
21
20
|
UpdateGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateGroupCommandInput;
|
|
25
24
|
constructor(input: UpdateGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
|
15
15
|
export interface UpdateUserCommandOutput
|
|
16
16
|
extends UpdateUserResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateUserCommand extends $Command<
|
|
20
19
|
UpdateUserCommandInput,
|
|
21
20
|
UpdateUserCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateUserCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateUserCommandInput;
|
|
25
24
|
constructor(input: UpdateUserCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IdentitystoreClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IdentitystoreServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|