@aws-sdk/client-identitystore 3.496.0 → 3.501.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/dist-cjs/index.js +39 -38
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2069,64 +2069,65 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2069
2069
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2070
2070
|
|
|
2071
2071
|
0 && (module.exports = {
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
ConflictExceptionReason,
|
|
2072
|
+
IdentitystoreServiceException,
|
|
2073
|
+
__Client,
|
|
2074
|
+
IdentitystoreClient,
|
|
2075
|
+
Identitystore,
|
|
2076
|
+
$Command,
|
|
2078
2077
|
CreateGroupCommand,
|
|
2079
2078
|
CreateGroupMembershipCommand,
|
|
2080
|
-
CreateGroupRequestFilterSensitiveLog,
|
|
2081
2079
|
CreateUserCommand,
|
|
2082
|
-
CreateUserRequestFilterSensitiveLog,
|
|
2083
2080
|
DeleteGroupCommand,
|
|
2084
2081
|
DeleteGroupMembershipCommand,
|
|
2085
2082
|
DeleteUserCommand,
|
|
2086
2083
|
DescribeGroupCommand,
|
|
2087
2084
|
DescribeGroupMembershipCommand,
|
|
2088
|
-
DescribeGroupResponseFilterSensitiveLog,
|
|
2089
2085
|
DescribeUserCommand,
|
|
2090
|
-
DescribeUserResponseFilterSensitiveLog,
|
|
2091
|
-
EmailFilterSensitiveLog,
|
|
2092
|
-
ExternalIdFilterSensitiveLog,
|
|
2093
|
-
FilterFilterSensitiveLog,
|
|
2094
2086
|
GetGroupIdCommand,
|
|
2095
|
-
GetGroupIdRequestFilterSensitiveLog,
|
|
2096
2087
|
GetGroupMembershipIdCommand,
|
|
2097
2088
|
GetUserIdCommand,
|
|
2098
|
-
GetUserIdRequestFilterSensitiveLog,
|
|
2099
|
-
GroupFilterSensitiveLog,
|
|
2100
|
-
GroupMembershipExistenceResultFilterSensitiveLog,
|
|
2101
|
-
Identitystore,
|
|
2102
|
-
IdentitystoreClient,
|
|
2103
|
-
IdentitystoreServiceException,
|
|
2104
|
-
InternalServerException,
|
|
2105
2089
|
IsMemberInGroupsCommand,
|
|
2106
|
-
IsMemberInGroupsResponseFilterSensitiveLog,
|
|
2107
2090
|
ListGroupMembershipsCommand,
|
|
2108
2091
|
ListGroupMembershipsForMemberCommand,
|
|
2109
2092
|
ListGroupsCommand,
|
|
2110
|
-
ListGroupsRequestFilterSensitiveLog,
|
|
2111
|
-
ListGroupsResponseFilterSensitiveLog,
|
|
2112
2093
|
ListUsersCommand,
|
|
2113
|
-
ListUsersRequestFilterSensitiveLog,
|
|
2114
|
-
ListUsersResponseFilterSensitiveLog,
|
|
2115
|
-
MemberId,
|
|
2116
|
-
NameFilterSensitiveLog,
|
|
2117
|
-
PhoneNumberFilterSensitiveLog,
|
|
2118
|
-
ResourceNotFoundException,
|
|
2119
|
-
ResourceType,
|
|
2120
|
-
ServiceQuotaExceededException,
|
|
2121
|
-
ThrottlingException,
|
|
2122
2094
|
UpdateGroupCommand,
|
|
2123
2095
|
UpdateUserCommand,
|
|
2124
|
-
UserFilterSensitiveLog,
|
|
2125
|
-
ValidationException,
|
|
2126
|
-
__Client,
|
|
2127
|
-
paginateListGroupMemberships,
|
|
2128
2096
|
paginateListGroupMembershipsForMember,
|
|
2097
|
+
paginateListGroupMemberships,
|
|
2129
2098
|
paginateListGroups,
|
|
2130
|
-
paginateListUsers
|
|
2099
|
+
paginateListUsers,
|
|
2100
|
+
AccessDeniedException,
|
|
2101
|
+
AlternateIdentifier,
|
|
2102
|
+
InternalServerException,
|
|
2103
|
+
ResourceType,
|
|
2104
|
+
ResourceNotFoundException,
|
|
2105
|
+
ThrottlingException,
|
|
2106
|
+
ValidationException,
|
|
2107
|
+
MemberId,
|
|
2108
|
+
ConflictExceptionReason,
|
|
2109
|
+
ConflictException,
|
|
2110
|
+
ServiceQuotaExceededException,
|
|
2111
|
+
AddressFilterSensitiveLog,
|
|
2112
|
+
ExternalIdFilterSensitiveLog,
|
|
2113
|
+
AlternateIdentifierFilterSensitiveLog,
|
|
2114
|
+
GetGroupIdRequestFilterSensitiveLog,
|
|
2115
|
+
GetUserIdRequestFilterSensitiveLog,
|
|
2116
|
+
CreateGroupRequestFilterSensitiveLog,
|
|
2117
|
+
DescribeGroupResponseFilterSensitiveLog,
|
|
2118
|
+
FilterFilterSensitiveLog,
|
|
2119
|
+
ListGroupsRequestFilterSensitiveLog,
|
|
2120
|
+
GroupFilterSensitiveLog,
|
|
2121
|
+
ListGroupsResponseFilterSensitiveLog,
|
|
2122
|
+
GroupMembershipExistenceResultFilterSensitiveLog,
|
|
2123
|
+
IsMemberInGroupsResponseFilterSensitiveLog,
|
|
2124
|
+
EmailFilterSensitiveLog,
|
|
2125
|
+
NameFilterSensitiveLog,
|
|
2126
|
+
PhoneNumberFilterSensitiveLog,
|
|
2127
|
+
CreateUserRequestFilterSensitiveLog,
|
|
2128
|
+
DescribeUserResponseFilterSensitiveLog,
|
|
2129
|
+
ListUsersRequestFilterSensitiveLog,
|
|
2130
|
+
UserFilterSensitiveLog,
|
|
2131
|
+
ListUsersResponseFilterSensitiveLog
|
|
2131
2132
|
});
|
|
2132
2133
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-identitystore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-identitystore",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|