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