@aws-sdk/client-identitystore 3.775.0 → 3.777.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-types/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -0
- package/dist-types/commands/GetGroupIdCommand.d.ts +1 -0
- package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +1 -0
- package/dist-types/commands/GetUserIdCommand.d.ts +1 -0
- package/dist-types/commands/IsMemberInGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -86,6 +86,7 @@ declare const CreateGroupCommand_base: {
|
|
|
86
86
|
* @throws {@link IdentitystoreServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateGroupCommand extends CreateGroupCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateGroupMembershipCommand_base: {
|
|
|
88
88
|
* @throws {@link IdentitystoreServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateGroupMembershipCommand extends CreateGroupMembershipCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const CreateUserCommand_base: {
|
|
|
127
127
|
* @throws {@link IdentitystoreServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
79
79
|
* @throws {@link IdentitystoreServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteGroupMembershipCommand_base: {
|
|
|
79
79
|
* @throws {@link IdentitystoreServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteGroupMembershipCommand extends DeleteGroupMembershipCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteUserCommand_base: {
|
|
|
79
79
|
* @throws {@link IdentitystoreServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DescribeGroupCommand_base: {
|
|
|
85
85
|
* @throws {@link IdentitystoreServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeGroupCommand extends DescribeGroupCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DescribeGroupMembershipCommand_base: {
|
|
|
80
80
|
* @throws {@link IdentitystoreServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeGroupMembershipCommand extends DescribeGroupMembershipCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const DescribeUserCommand_base: {
|
|
|
125
125
|
* @throws {@link IdentitystoreServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class DescribeUserCommand extends DescribeUserCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetGroupIdCommand_base: {
|
|
|
85
85
|
* @throws {@link IdentitystoreServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetGroupIdCommand extends GetGroupIdCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetGroupMembershipIdCommand_base: {
|
|
|
79
79
|
* @throws {@link IdentitystoreServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetGroupMembershipIdCommand extends GetGroupMembershipIdCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetUserIdCommand_base: {
|
|
|
85
85
|
* @throws {@link IdentitystoreServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetUserIdCommand extends GetUserIdCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const IsMemberInGroupsCommand_base: {
|
|
|
88
88
|
* @throws {@link IdentitystoreServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class IsMemberInGroupsCommand extends IsMemberInGroupsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListGroupMembershipsCommand_base: {
|
|
|
87
87
|
* @throws {@link IdentitystoreServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListGroupMembershipsCommand extends ListGroupMembershipsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListGroupMembershipsForMemberCommand_base: {
|
|
|
89
89
|
* @throws {@link IdentitystoreServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListGroupMembershipsForMemberCommand extends ListGroupMembershipsForMemberCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const ListGroupsCommand_base: {
|
|
|
97
97
|
* @throws {@link IdentitystoreServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const ListUsersCommand_base: {
|
|
|
138
138
|
* @throws {@link IdentitystoreServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateGroupCommand_base: {
|
|
|
88
88
|
* @throws {@link IdentitystoreServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateUserCommand_base: {
|
|
|
88
88
|
* @throws {@link IdentitystoreServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Identitystore service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|