Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";

§Classes

IdentityStore

§Interfaces

Address

The address associated with the specified user.

AlternateIdentifier

A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique GroupDisplayName.

AttributeOperation

An operation that applies to the requested group. This operation might add, replace, or remove an attribute.

AttributeValue

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.

CreateGroupMembershipRequest
CreateGroupMembershipResponse
CreateGroupRequest
CreateGroupResponse
CreateUserRequest
CreateUserResponse
DeleteGroupMembershipRequest
DeleteGroupRequest
DeleteUserRequest
DescribeGroupMembershipRequest
DescribeGroupMembershipResponse
DescribeGroupRequest
DescribeGroupResponse
DescribeUserRequest
DescribeUserResponse
Email

The email address associated with the user.

ExternalId

The identifier issued to this resource by an external identity provider.

Filter

A query filter used by ListUsers and ListGroups. This filter object provides the attribute name and attribute value to search users or groups.

GetGroupIdRequest
GetGroupIdResponse
GetGroupMembershipIdRequest
GetGroupMembershipIdResponse
GetUserIdRequest
GetUserIdResponse
Group

A group object that contains a specified group’s metadata and attributes.

GroupMembership

Contains the identifiers for a group, a group member, and a GroupMembership object in the identity store.

GroupMembershipExistenceResult

Indicates whether a resource is a member of a group in the identity store.

IsMemberInGroupsRequest
IsMemberInGroupsResponse
ListGroupMembershipsForMemberRequest
ListGroupMembershipsForMemberResponse
ListGroupMembershipsRequest
ListGroupMembershipsResponse
ListGroupsRequest
ListGroupsResponse
ListUsersRequest
ListUsersResponse
MemberId

An object containing the identifier of a group member.

Name

The full name of the user.

PhoneNumber

The phone number associated with the user.

UniqueAttribute

An entity attribute that's unique to a specific entity.

UpdateGroupRequest
UpdateUserRequest
User

A user object that contains a specified user’s metadata and attributes.