@aws-sdk/client-identitystore 3.649.0 → 3.651.1
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 +19 -57
- package/dist-es/commands/CreateGroupCommand.js +1 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +1 -3
- package/dist-es/commands/CreateUserCommand.js +1 -3
- package/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -3
- package/dist-es/commands/DeleteUserCommand.js +1 -3
- package/dist-es/commands/DescribeGroupCommand.js +1 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -3
- package/dist-es/commands/DescribeUserCommand.js +1 -3
- package/dist-es/commands/GetGroupIdCommand.js +1 -3
- package/dist-es/commands/GetGroupMembershipIdCommand.js +1 -3
- package/dist-es/commands/GetUserIdCommand.js +1 -3
- package/dist-es/commands/IsMemberInGroupsCommand.js +1 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +1 -3
- package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +1 -3
- package/dist-es/commands/ListGroupsCommand.js +1 -3
- package/dist-es/commands/ListUsersCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/dist-es/commands/UpdateUserCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1122,9 +1122,7 @@ function sharedHeaders(operation) {
|
|
|
1122
1122
|
__name(sharedHeaders, "sharedHeaders");
|
|
1123
1123
|
|
|
1124
1124
|
// src/commands/CreateGroupCommand.ts
|
|
1125
|
-
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1126
|
-
...commonParams
|
|
1127
|
-
}).m(function(Command, cs, config, o) {
|
|
1125
|
+
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1128
1126
|
return [
|
|
1129
1127
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1130
1128
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1138,9 +1136,7 @@ var CreateGroupCommand = _CreateGroupCommand;
|
|
|
1138
1136
|
|
|
1139
1137
|
|
|
1140
1138
|
|
|
1141
|
-
var _CreateGroupMembershipCommand = class _CreateGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1142
|
-
...commonParams
|
|
1143
|
-
}).m(function(Command, cs, config, o) {
|
|
1139
|
+
var _CreateGroupMembershipCommand = class _CreateGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1144
1140
|
return [
|
|
1145
1141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1146
1142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1154,9 +1150,7 @@ var CreateGroupMembershipCommand = _CreateGroupMembershipCommand;
|
|
|
1154
1150
|
|
|
1155
1151
|
|
|
1156
1152
|
|
|
1157
|
-
var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1158
|
-
...commonParams
|
|
1159
|
-
}).m(function(Command, cs, config, o) {
|
|
1153
|
+
var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1160
1154
|
return [
|
|
1161
1155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1162
1156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1170,9 +1164,7 @@ var CreateUserCommand = _CreateUserCommand;
|
|
|
1170
1164
|
|
|
1171
1165
|
|
|
1172
1166
|
|
|
1173
|
-
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1174
|
-
...commonParams
|
|
1175
|
-
}).m(function(Command, cs, config, o) {
|
|
1167
|
+
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1176
1168
|
return [
|
|
1177
1169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1178
1170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1186,9 +1178,7 @@ var DeleteGroupCommand = _DeleteGroupCommand;
|
|
|
1186
1178
|
|
|
1187
1179
|
|
|
1188
1180
|
|
|
1189
|
-
var _DeleteGroupMembershipCommand = class _DeleteGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1190
|
-
...commonParams
|
|
1191
|
-
}).m(function(Command, cs, config, o) {
|
|
1181
|
+
var _DeleteGroupMembershipCommand = class _DeleteGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1192
1182
|
return [
|
|
1193
1183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1194
1184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1202,9 +1192,7 @@ var DeleteGroupMembershipCommand = _DeleteGroupMembershipCommand;
|
|
|
1202
1192
|
|
|
1203
1193
|
|
|
1204
1194
|
|
|
1205
|
-
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1206
|
-
...commonParams
|
|
1207
|
-
}).m(function(Command, cs, config, o) {
|
|
1195
|
+
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1208
1196
|
return [
|
|
1209
1197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1210
1198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1218,9 +1206,7 @@ var DeleteUserCommand = _DeleteUserCommand;
|
|
|
1218
1206
|
|
|
1219
1207
|
|
|
1220
1208
|
|
|
1221
|
-
var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1222
|
-
...commonParams
|
|
1223
|
-
}).m(function(Command, cs, config, o) {
|
|
1209
|
+
var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1224
1210
|
return [
|
|
1225
1211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1226
1212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1234,9 +1220,7 @@ var DescribeGroupCommand = _DescribeGroupCommand;
|
|
|
1234
1220
|
|
|
1235
1221
|
|
|
1236
1222
|
|
|
1237
|
-
var _DescribeGroupMembershipCommand = class _DescribeGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1238
|
-
...commonParams
|
|
1239
|
-
}).m(function(Command, cs, config, o) {
|
|
1223
|
+
var _DescribeGroupMembershipCommand = class _DescribeGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1240
1224
|
return [
|
|
1241
1225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1242
1226
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1250,9 +1234,7 @@ var DescribeGroupMembershipCommand = _DescribeGroupMembershipCommand;
|
|
|
1250
1234
|
|
|
1251
1235
|
|
|
1252
1236
|
|
|
1253
|
-
var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1254
|
-
...commonParams
|
|
1255
|
-
}).m(function(Command, cs, config, o) {
|
|
1237
|
+
var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1256
1238
|
return [
|
|
1257
1239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1258
1240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1266,9 +1248,7 @@ var DescribeUserCommand = _DescribeUserCommand;
|
|
|
1266
1248
|
|
|
1267
1249
|
|
|
1268
1250
|
|
|
1269
|
-
var _GetGroupIdCommand = class _GetGroupIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1270
|
-
...commonParams
|
|
1271
|
-
}).m(function(Command, cs, config, o) {
|
|
1251
|
+
var _GetGroupIdCommand = class _GetGroupIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1272
1252
|
return [
|
|
1273
1253
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1274
1254
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1282,9 +1262,7 @@ var GetGroupIdCommand = _GetGroupIdCommand;
|
|
|
1282
1262
|
|
|
1283
1263
|
|
|
1284
1264
|
|
|
1285
|
-
var _GetGroupMembershipIdCommand = class _GetGroupMembershipIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1286
|
-
...commonParams
|
|
1287
|
-
}).m(function(Command, cs, config, o) {
|
|
1265
|
+
var _GetGroupMembershipIdCommand = class _GetGroupMembershipIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1288
1266
|
return [
|
|
1289
1267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1290
1268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1298,9 +1276,7 @@ var GetGroupMembershipIdCommand = _GetGroupMembershipIdCommand;
|
|
|
1298
1276
|
|
|
1299
1277
|
|
|
1300
1278
|
|
|
1301
|
-
var _GetUserIdCommand = class _GetUserIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1302
|
-
...commonParams
|
|
1303
|
-
}).m(function(Command, cs, config, o) {
|
|
1279
|
+
var _GetUserIdCommand = class _GetUserIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1304
1280
|
return [
|
|
1305
1281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1306
1282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1314,9 +1290,7 @@ var GetUserIdCommand = _GetUserIdCommand;
|
|
|
1314
1290
|
|
|
1315
1291
|
|
|
1316
1292
|
|
|
1317
|
-
var _IsMemberInGroupsCommand = class _IsMemberInGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1318
|
-
...commonParams
|
|
1319
|
-
}).m(function(Command, cs, config, o) {
|
|
1293
|
+
var _IsMemberInGroupsCommand = class _IsMemberInGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1320
1294
|
return [
|
|
1321
1295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1322
1296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1330,9 +1304,7 @@ var IsMemberInGroupsCommand = _IsMemberInGroupsCommand;
|
|
|
1330
1304
|
|
|
1331
1305
|
|
|
1332
1306
|
|
|
1333
|
-
var _ListGroupMembershipsCommand = class _ListGroupMembershipsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1334
|
-
...commonParams
|
|
1335
|
-
}).m(function(Command, cs, config, o) {
|
|
1307
|
+
var _ListGroupMembershipsCommand = class _ListGroupMembershipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1336
1308
|
return [
|
|
1337
1309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1338
1310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1346,9 +1318,7 @@ var ListGroupMembershipsCommand = _ListGroupMembershipsCommand;
|
|
|
1346
1318
|
|
|
1347
1319
|
|
|
1348
1320
|
|
|
1349
|
-
var _ListGroupMembershipsForMemberCommand = class _ListGroupMembershipsForMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1350
|
-
...commonParams
|
|
1351
|
-
}).m(function(Command, cs, config, o) {
|
|
1321
|
+
var _ListGroupMembershipsForMemberCommand = class _ListGroupMembershipsForMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1352
1322
|
return [
|
|
1353
1323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1354
1324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1362,9 +1332,7 @@ var ListGroupMembershipsForMemberCommand = _ListGroupMembershipsForMemberCommand
|
|
|
1362
1332
|
|
|
1363
1333
|
|
|
1364
1334
|
|
|
1365
|
-
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1366
|
-
...commonParams
|
|
1367
|
-
}).m(function(Command, cs, config, o) {
|
|
1335
|
+
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1368
1336
|
return [
|
|
1369
1337
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1370
1338
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1378,9 +1346,7 @@ var ListGroupsCommand = _ListGroupsCommand;
|
|
|
1378
1346
|
|
|
1379
1347
|
|
|
1380
1348
|
|
|
1381
|
-
var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1382
|
-
...commonParams
|
|
1383
|
-
}).m(function(Command, cs, config, o) {
|
|
1349
|
+
var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1384
1350
|
return [
|
|
1385
1351
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1386
1352
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1394,9 +1360,7 @@ var ListUsersCommand = _ListUsersCommand;
|
|
|
1394
1360
|
|
|
1395
1361
|
|
|
1396
1362
|
|
|
1397
|
-
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1398
|
-
...commonParams
|
|
1399
|
-
}).m(function(Command, cs, config, o) {
|
|
1363
|
+
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1400
1364
|
return [
|
|
1401
1365
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1402
1366
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1410,9 +1374,7 @@ var UpdateGroupCommand = _UpdateGroupCommand;
|
|
|
1410
1374
|
|
|
1411
1375
|
|
|
1412
1376
|
|
|
1413
|
-
var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1414
|
-
...commonParams
|
|
1415
|
-
}).m(function(Command, cs, config, o) {
|
|
1377
|
+
var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1416
1378
|
return [
|
|
1417
1379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1418
1380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateGroupCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateGroupMembershipCommand, se_CreateGroupMembershipCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGroupMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_jso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGroupMembershipCommand, se_DeleteGroupMembershipCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGroupMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteUserCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeGroupCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeGroupMembershipCommand, se_DescribeGroupMembershipCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeGroupMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetGroupIdCommand, se_GetGroupIdCommand } from "../protocols/Aws_jso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetGroupIdCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupMembershipIdCommand, se_GetGroupMembershipIdCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupMembershipIdCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetUserIdCommand, se_GetUserIdCommand } from "../protocols/Aws_json1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetUserIdCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_IsMemberInGroupsCommand, se_IsMemberInGroupsCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class IsMemberInGroupsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupMembershipsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGroupMembershipsForMemberCommand, se_ListGroupMembershipsForMemb
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupMembershipsForMemberCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_jso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListGroupsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListUsersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateUserCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|