@aws-sdk/client-identitystore 3.307.0 → 3.309.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/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GetGroupIdCommand.js +2 -2
- package/dist-cjs/commands/GetGroupMembershipIdCommand.js +2 -2
- package/dist-cjs/commands/GetUserIdCommand.js +2 -2
- package/dist-cjs/commands/IsMemberInGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +407 -417
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GetGroupIdCommand.js +3 -3
- package/dist-es/commands/GetGroupMembershipIdCommand.js +3 -3
- package/dist-es/commands/GetUserIdCommand.js +3 -3
- package/dist-es/commands/IsMemberInGroupsCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +368 -378
- package/dist-types/protocols/Aws_json1_1.d.ts +152 -38
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +38 -38
- package/package.json +6 -6
|
@@ -19,41 +19,155 @@ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/Lis
|
|
|
19
19
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
20
20
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
21
21
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
22
|
+
/**
|
|
23
|
+
* serializeAws_json1_1CreateGroupCommand
|
|
24
|
+
*/
|
|
25
|
+
export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_json1_1CreateGroupMembershipCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_json1_1CreateUserCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_json1_1DeleteGroupCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_json1_1DeleteGroupMembershipCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_json1_1DeleteUserCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_json1_1DescribeGroupCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_json1_1DescribeGroupMembershipCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_json1_1DescribeUserCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_1GetGroupIdCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_GetGroupIdCommand: (input: GetGroupIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_1GetGroupMembershipIdCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_GetGroupMembershipIdCommand: (input: GetGroupMembershipIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_1GetUserIdCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_GetUserIdCommand: (input: GetUserIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_1IsMemberInGroupsCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_IsMemberInGroupsCommand: (input: IsMemberInGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_1ListGroupMembershipsCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_1ListGroupMembershipsForMemberCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_ListGroupMembershipsForMemberCommand: (input: ListGroupMembershipsForMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_1ListGroupsCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_1ListUsersCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_1UpdateGroupCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_1UpdateUserCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* deserializeAws_json1_1CreateGroupCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* deserializeAws_json1_1CreateGroupMembershipCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const de_CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* deserializeAws_json1_1CreateUserCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* deserializeAws_json1_1DeleteGroupCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* deserializeAws_json1_1DeleteGroupMembershipCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const de_DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_json1_1DeleteUserCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* deserializeAws_json1_1DescribeGroupCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const de_DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
|
|
126
|
+
/**
|
|
127
|
+
* deserializeAws_json1_1DescribeGroupMembershipCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const de_DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_json1_1DescribeUserCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* deserializeAws_json1_1GetGroupIdCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const de_GetGroupIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupIdCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_json1_1GetGroupMembershipIdCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_GetGroupMembershipIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupMembershipIdCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* deserializeAws_json1_1GetUserIdCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const de_GetUserIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserIdCommandOutput>;
|
|
146
|
+
/**
|
|
147
|
+
* deserializeAws_json1_1IsMemberInGroupsCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const de_IsMemberInGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IsMemberInGroupsCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_json1_1ListGroupMembershipsCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
|
|
154
|
+
/**
|
|
155
|
+
* deserializeAws_json1_1ListGroupMembershipsForMemberCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const de_ListGroupMembershipsForMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsForMemberCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_json1_1ListGroupsCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_json1_1ListUsersCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_json1_1UpdateGroupCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_json1_1UpdateUserCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
@@ -79,155 +79,155 @@ import {
|
|
|
79
79
|
UpdateUserCommandInput,
|
|
80
80
|
UpdateUserCommandOutput,
|
|
81
81
|
} from "../commands/UpdateUserCommand";
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_CreateGroupCommand: (
|
|
83
83
|
input: CreateGroupCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_CreateGroupMembershipCommand: (
|
|
87
87
|
input: CreateGroupMembershipCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_CreateUserCommand: (
|
|
91
91
|
input: CreateUserCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_DeleteGroupCommand: (
|
|
95
95
|
input: DeleteGroupCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_DeleteGroupMembershipCommand: (
|
|
99
99
|
input: DeleteGroupMembershipCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_DeleteUserCommand: (
|
|
103
103
|
input: DeleteUserCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DescribeGroupCommand: (
|
|
107
107
|
input: DescribeGroupCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DescribeGroupMembershipCommand: (
|
|
111
111
|
input: DescribeGroupMembershipCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DescribeUserCommand: (
|
|
115
115
|
input: DescribeUserCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_GetGroupIdCommand: (
|
|
119
119
|
input: GetGroupIdCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_GetGroupMembershipIdCommand: (
|
|
123
123
|
input: GetGroupMembershipIdCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_GetUserIdCommand: (
|
|
127
127
|
input: GetUserIdCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_IsMemberInGroupsCommand: (
|
|
131
131
|
input: IsMemberInGroupsCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_ListGroupMembershipsCommand: (
|
|
135
135
|
input: ListGroupMembershipsCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_ListGroupMembershipsForMemberCommand: (
|
|
139
139
|
input: ListGroupMembershipsForMemberCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_ListGroupsCommand: (
|
|
143
143
|
input: ListGroupsCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_ListUsersCommand: (
|
|
147
147
|
input: ListUsersCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_UpdateGroupCommand: (
|
|
151
151
|
input: UpdateGroupCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_UpdateUserCommand: (
|
|
155
155
|
input: UpdateUserCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_CreateGroupCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<CreateGroupCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_CreateGroupMembershipCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<CreateGroupMembershipCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_CreateUserCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<CreateUserCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_DeleteGroupCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<DeleteGroupCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_DeleteGroupMembershipCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<DeleteGroupMembershipCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_DeleteUserCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<DeleteUserCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_DescribeGroupCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<DescribeGroupCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_DescribeGroupMembershipCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<DescribeGroupMembershipCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_DescribeUserCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<DescribeUserCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_GetGroupIdCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<GetGroupIdCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_GetGroupMembershipIdCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<GetGroupMembershipIdCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_GetUserIdCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<GetUserIdCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_IsMemberInGroupsCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<IsMemberInGroupsCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_ListGroupMembershipsCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<ListGroupMembershipsCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_ListGroupMembershipsForMemberCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<ListGroupMembershipsForMemberCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_ListGroupsCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<ListGroupsCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_ListUsersCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<ListUsersCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_UpdateGroupCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<UpdateGroupCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_UpdateUserCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<UpdateUserCommandOutput>;
|
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.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|