@aws-sdk/client-identitystore 3.588.0 → 3.592.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 (47) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/IdentitystoreClient.d.ts +4 -4
  3. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  12. package/dist-types/commands/GetGroupIdCommand.d.ts +2 -1
  13. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +2 -1
  14. package/dist-types/commands/GetUserIdCommand.d.ts +2 -1
  15. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +2 -1
  18. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  22. package/dist-types/index.d.ts +2 -2
  23. package/dist-types/models/IdentitystoreServiceException.d.ts +2 -1
  24. package/dist-types/runtimeConfig.native.d.ts +1 -1
  25. package/dist-types/ts3.4/IdentitystoreClient.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/models/IdentitystoreServiceException.d.ts +2 -1
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  47. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -233,7 +233,6 @@ var IdentitystoreClient = _IdentitystoreClient;
233
233
 
234
234
  var import_middleware_serde = require("@smithy/middleware-serde");
235
235
 
236
- var import_types = require("@smithy/types");
237
236
 
238
237
  // src/models/models_0.ts
239
238
 
@@ -1145,7 +1144,6 @@ var CreateGroupCommand = _CreateGroupCommand;
1145
1144
 
1146
1145
 
1147
1146
 
1148
-
1149
1147
  var _CreateGroupMembershipCommand = class _CreateGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
1150
1148
  ...commonParams
1151
1149
  }).m(function(Command, cs, config, o) {
@@ -1162,7 +1160,6 @@ var CreateGroupMembershipCommand = _CreateGroupMembershipCommand;
1162
1160
 
1163
1161
 
1164
1162
 
1165
-
1166
1163
  var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
1167
1164
  ...commonParams
1168
1165
  }).m(function(Command, cs, config, o) {
@@ -1179,7 +1176,6 @@ var CreateUserCommand = _CreateUserCommand;
1179
1176
 
1180
1177
 
1181
1178
 
1182
-
1183
1179
  var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1184
1180
  ...commonParams
1185
1181
  }).m(function(Command, cs, config, o) {
@@ -1196,7 +1192,6 @@ var DeleteGroupCommand = _DeleteGroupCommand;
1196
1192
 
1197
1193
 
1198
1194
 
1199
-
1200
1195
  var _DeleteGroupMembershipCommand = class _DeleteGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
1201
1196
  ...commonParams
1202
1197
  }).m(function(Command, cs, config, o) {
@@ -1213,7 +1208,6 @@ var DeleteGroupMembershipCommand = _DeleteGroupMembershipCommand;
1213
1208
 
1214
1209
 
1215
1210
 
1216
-
1217
1211
  var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
1218
1212
  ...commonParams
1219
1213
  }).m(function(Command, cs, config, o) {
@@ -1230,7 +1224,6 @@ var DeleteUserCommand = _DeleteUserCommand;
1230
1224
 
1231
1225
 
1232
1226
 
1233
-
1234
1227
  var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1235
1228
  ...commonParams
1236
1229
  }).m(function(Command, cs, config, o) {
@@ -1247,7 +1240,6 @@ var DescribeGroupCommand = _DescribeGroupCommand;
1247
1240
 
1248
1241
 
1249
1242
 
1250
-
1251
1243
  var _DescribeGroupMembershipCommand = class _DescribeGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
1252
1244
  ...commonParams
1253
1245
  }).m(function(Command, cs, config, o) {
@@ -1264,7 +1256,6 @@ var DescribeGroupMembershipCommand = _DescribeGroupMembershipCommand;
1264
1256
 
1265
1257
 
1266
1258
 
1267
-
1268
1259
  var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep({
1269
1260
  ...commonParams
1270
1261
  }).m(function(Command, cs, config, o) {
@@ -1281,7 +1272,6 @@ var DescribeUserCommand = _DescribeUserCommand;
1281
1272
 
1282
1273
 
1283
1274
 
1284
-
1285
1275
  var _GetGroupIdCommand = class _GetGroupIdCommand extends import_smithy_client.Command.classBuilder().ep({
1286
1276
  ...commonParams
1287
1277
  }).m(function(Command, cs, config, o) {
@@ -1298,7 +1288,6 @@ var GetGroupIdCommand = _GetGroupIdCommand;
1298
1288
 
1299
1289
 
1300
1290
 
1301
-
1302
1291
  var _GetGroupMembershipIdCommand = class _GetGroupMembershipIdCommand extends import_smithy_client.Command.classBuilder().ep({
1303
1292
  ...commonParams
1304
1293
  }).m(function(Command, cs, config, o) {
@@ -1315,7 +1304,6 @@ var GetGroupMembershipIdCommand = _GetGroupMembershipIdCommand;
1315
1304
 
1316
1305
 
1317
1306
 
1318
-
1319
1307
  var _GetUserIdCommand = class _GetUserIdCommand extends import_smithy_client.Command.classBuilder().ep({
1320
1308
  ...commonParams
1321
1309
  }).m(function(Command, cs, config, o) {
@@ -1332,7 +1320,6 @@ var GetUserIdCommand = _GetUserIdCommand;
1332
1320
 
1333
1321
 
1334
1322
 
1335
-
1336
1323
  var _IsMemberInGroupsCommand = class _IsMemberInGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1337
1324
  ...commonParams
1338
1325
  }).m(function(Command, cs, config, o) {
@@ -1349,7 +1336,6 @@ var IsMemberInGroupsCommand = _IsMemberInGroupsCommand;
1349
1336
 
1350
1337
 
1351
1338
 
1352
-
1353
1339
  var _ListGroupMembershipsCommand = class _ListGroupMembershipsCommand extends import_smithy_client.Command.classBuilder().ep({
1354
1340
  ...commonParams
1355
1341
  }).m(function(Command, cs, config, o) {
@@ -1366,7 +1352,6 @@ var ListGroupMembershipsCommand = _ListGroupMembershipsCommand;
1366
1352
 
1367
1353
 
1368
1354
 
1369
-
1370
1355
  var _ListGroupMembershipsForMemberCommand = class _ListGroupMembershipsForMemberCommand extends import_smithy_client.Command.classBuilder().ep({
1371
1356
  ...commonParams
1372
1357
  }).m(function(Command, cs, config, o) {
@@ -1383,7 +1368,6 @@ var ListGroupMembershipsForMemberCommand = _ListGroupMembershipsForMemberCommand
1383
1368
 
1384
1369
 
1385
1370
 
1386
-
1387
1371
  var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1388
1372
  ...commonParams
1389
1373
  }).m(function(Command, cs, config, o) {
@@ -1400,7 +1384,6 @@ var ListGroupsCommand = _ListGroupsCommand;
1400
1384
 
1401
1385
 
1402
1386
 
1403
-
1404
1387
  var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
1405
1388
  ...commonParams
1406
1389
  }).m(function(Command, cs, config, o) {
@@ -1417,7 +1400,6 @@ var ListUsersCommand = _ListUsersCommand;
1417
1400
 
1418
1401
 
1419
1402
 
1420
-
1421
1403
  var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1422
1404
  ...commonParams
1423
1405
  }).m(function(Command, cs, config, o) {
@@ -1434,7 +1416,6 @@ var UpdateGroupCommand = _UpdateGroupCommand;
1434
1416
 
1435
1417
 
1436
1418
 
1437
-
1438
1419
  var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
1439
1420
  ...commonParams
1440
1421
  }).m(function(Command, cs, config, o) {
@@ -109,15 +109,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
109
109
  * Enables FIPS compatible endpoints.
110
110
  */
111
111
  useFipsEndpoint?: boolean | __Provider<boolean>;
112
+ /**
113
+ * The AWS region to which this client will send requests
114
+ */
115
+ region?: string | __Provider<string>;
112
116
  /**
113
117
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
114
118
  * @internal
115
119
  */
116
120
  defaultUserAgentProvider?: Provider<__UserAgent>;
117
- /**
118
- * The AWS region to which this client will send requests
119
- */
120
- region?: string | __Provider<string>;
121
121
  /**
122
122
  * Default credentials provider; Not available in browser runtime.
123
123
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetUserIdRequest, GetUserIdResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { IsMemberInGroupsRequest, IsMemberInGroupsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGroupMembershipsForMemberRequest, ListGroupMembershipsForMemberResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -13,8 +13,8 @@
13
13
  export * from "./IdentitystoreClient";
14
14
  export * from "./Identitystore";
15
15
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
16
- export { RuntimeExtension } from "./runtimeExtensions";
17
- export { IdentitystoreExtensionConfiguration } from "./extensionConfiguration";
16
+ export type { RuntimeExtension } from "./runtimeExtensions";
17
+ export type { IdentitystoreExtensionConfiguration } from "./extensionConfiguration";
18
18
  export * from "./commands";
19
19
  export * from "./pagination";
20
20
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: IdentitystoreClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -184,8 +184,8 @@ export interface ClientDefaults
184
184
  serviceId?: string;
185
185
  useDualstackEndpoint?: boolean | __Provider<boolean>;
186
186
  useFipsEndpoint?: boolean | __Provider<boolean>;
187
- defaultUserAgentProvider?: Provider<__UserAgent>;
188
187
  region?: string | __Provider<string>;
188
+ defaultUserAgentProvider?: Provider<__UserAgent>;
189
189
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
190
190
  maxAttempts?: number | __Provider<number>;
191
191
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGroupCommandInput extends CreateGroupRequest {}
11
12
  export interface CreateGroupCommandOutput
12
13
  extends CreateGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateGroupMembershipRequest,
10
10
  CreateGroupMembershipResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateGroupMembershipCommandInput
14
15
  extends CreateGroupMembershipRequest {}
15
16
  export interface CreateGroupMembershipCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateUserCommandInput extends CreateUserRequest {}
11
12
  export interface CreateUserCommandOutput
12
13
  extends CreateUserResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
11
12
  export interface DeleteGroupCommandOutput
12
13
  extends DeleteGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteGroupMembershipRequest,
10
10
  DeleteGroupMembershipResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteGroupMembershipCommandInput
14
15
  extends DeleteGroupMembershipRequest {}
15
16
  export interface DeleteGroupMembershipCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {}
11
12
  export interface DeleteUserCommandOutput
12
13
  extends DeleteUserResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeGroupRequest,
10
10
  DescribeGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeGroupCommandInput extends DescribeGroupRequest {}
14
15
  export interface DescribeGroupCommandOutput
15
16
  extends DescribeGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeGroupMembershipRequest,
10
10
  DescribeGroupMembershipResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeGroupMembershipCommandInput
14
15
  extends DescribeGroupMembershipRequest {}
15
16
  export interface DescribeGroupMembershipCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeUserCommandInput extends DescribeUserRequest {}
11
12
  export interface DescribeUserCommandOutput
12
13
  extends DescribeUserResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGroupIdCommandInput extends GetGroupIdRequest {}
11
12
  export interface GetGroupIdCommandOutput
12
13
  extends GetGroupIdResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetGroupMembershipIdRequest,
10
10
  GetGroupMembershipIdResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetGroupMembershipIdCommandInput
14
15
  extends GetGroupMembershipIdRequest {}
15
16
  export interface GetGroupMembershipIdCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { GetUserIdRequest, GetUserIdResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetUserIdCommandInput extends GetUserIdRequest {}
11
12
  export interface GetUserIdCommandOutput
12
13
  extends GetUserIdResponse,
@@ -9,7 +9,8 @@ import {
9
9
  IsMemberInGroupsRequest,
10
10
  IsMemberInGroupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface IsMemberInGroupsCommandInput extends IsMemberInGroupsRequest {}
14
15
  export interface IsMemberInGroupsCommandOutput
15
16
  extends IsMemberInGroupsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListGroupMembershipsRequest,
10
10
  ListGroupMembershipsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGroupMembershipsCommandInput
14
15
  extends ListGroupMembershipsRequest {}
15
16
  export interface ListGroupMembershipsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListGroupMembershipsForMemberRequest,
10
10
  ListGroupMembershipsForMemberResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGroupMembershipsForMemberCommandInput
14
15
  extends ListGroupMembershipsForMemberRequest {}
15
16
  export interface ListGroupMembershipsForMemberCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListGroupsCommandInput extends ListGroupsRequest {}
11
12
  export interface ListGroupsCommandOutput
12
13
  extends ListGroupsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListUsersCommandInput extends ListUsersRequest {}
11
12
  export interface ListUsersCommandOutput
12
13
  extends ListUsersResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
11
12
  export interface UpdateGroupCommandOutput
12
13
  extends UpdateGroupResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IdentitystoreClient";
8
8
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateUserCommandInput extends UpdateUserRequest {}
11
12
  export interface UpdateUserCommandOutput
12
13
  extends UpdateUserResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class IdentitystoreServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: IdentitystoreClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.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,10 +20,10 @@
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-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",