@aws-sdk/client-identitystore 3.337.0 → 3.341.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 (89) hide show
  1. package/dist-cjs/IdentitystoreClient.js +2 -1
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -1
  3. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -1
  4. package/dist-cjs/commands/CreateUserCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteGroupCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteUserCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeGroupCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeUserCommand.js +2 -1
  11. package/dist-cjs/commands/GetGroupIdCommand.js +2 -1
  12. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +2 -1
  13. package/dist-cjs/commands/GetUserIdCommand.js +2 -1
  14. package/dist-cjs/commands/IsMemberInGroupsCommand.js +2 -1
  15. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -1
  16. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +2 -1
  17. package/dist-cjs/commands/ListGroupsCommand.js +2 -1
  18. package/dist-cjs/commands/ListUsersCommand.js +2 -1
  19. package/dist-cjs/commands/UpdateGroupCommand.js +2 -1
  20. package/dist-cjs/commands/UpdateUserCommand.js +2 -1
  21. package/dist-cjs/index.js +2 -2
  22. package/dist-cjs/models/IdentitystoreServiceException.js +2 -1
  23. package/dist-es/IdentitystoreClient.js +1 -0
  24. package/dist-es/commands/CreateGroupCommand.js +1 -0
  25. package/dist-es/commands/CreateGroupMembershipCommand.js +1 -0
  26. package/dist-es/commands/CreateUserCommand.js +1 -0
  27. package/dist-es/commands/DeleteGroupCommand.js +1 -0
  28. package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -0
  29. package/dist-es/commands/DeleteUserCommand.js +1 -0
  30. package/dist-es/commands/DescribeGroupCommand.js +1 -0
  31. package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -0
  32. package/dist-es/commands/DescribeUserCommand.js +1 -0
  33. package/dist-es/commands/GetGroupIdCommand.js +1 -0
  34. package/dist-es/commands/GetGroupMembershipIdCommand.js +1 -0
  35. package/dist-es/commands/GetUserIdCommand.js +1 -0
  36. package/dist-es/commands/IsMemberInGroupsCommand.js +1 -0
  37. package/dist-es/commands/ListGroupMembershipsCommand.js +1 -0
  38. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +1 -0
  39. package/dist-es/commands/ListGroupsCommand.js +1 -0
  40. package/dist-es/commands/ListUsersCommand.js +1 -0
  41. package/dist-es/commands/UpdateGroupCommand.js +1 -0
  42. package/dist-es/commands/UpdateUserCommand.js +1 -0
  43. package/dist-es/index.js +2 -2
  44. package/dist-es/models/IdentitystoreServiceException.js +1 -0
  45. package/dist-types/IdentitystoreClient.d.ts +3 -3
  46. package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
  47. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +4 -0
  48. package/dist-types/commands/CreateUserCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +4 -0
  51. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeGroupCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +4 -0
  54. package/dist-types/commands/DescribeUserCommand.d.ts +4 -0
  55. package/dist-types/commands/GetGroupIdCommand.d.ts +4 -0
  56. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +4 -0
  57. package/dist-types/commands/GetUserIdCommand.d.ts +4 -0
  58. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +4 -0
  59. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +4 -0
  60. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +4 -0
  61. package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
  62. package/dist-types/commands/ListUsersCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateUserCommand.d.ts +4 -0
  65. package/dist-types/index.d.ts +18 -2
  66. package/dist-types/models/IdentitystoreServiceException.d.ts +1 -0
  67. package/dist-types/ts3.4/IdentitystoreClient.d.ts +3 -3
  68. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -0
  69. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -0
  70. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -0
  71. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/index.d.ts +2 -2
  88. package/dist-types/ts3.4/models/IdentitystoreServiceException.d.ts +1 -0
  89. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentitystoreClient = void 0;
3
+ exports.IdentitystoreClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class IdentitystoreClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGroupCommand = void 0;
3
+ exports.CreateGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGroupMembershipCommand = void 0;
3
+ exports.CreateGroupMembershipCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateGroupMembershipCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUserCommand = void 0;
3
+ exports.CreateUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateUserCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGroupCommand = void 0;
3
+ exports.DeleteGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGroupMembershipCommand = void 0;
3
+ exports.DeleteGroupMembershipCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteGroupMembershipCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteUserCommand = void 0;
3
+ exports.DeleteUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeGroupCommand = void 0;
3
+ exports.DescribeGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeGroupMembershipCommand = void 0;
3
+ exports.DescribeGroupMembershipCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeGroupMembershipCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeUserCommand = void 0;
3
+ exports.DescribeUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeUserCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGroupIdCommand = void 0;
3
+ exports.GetGroupIdCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetGroupIdCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGroupMembershipIdCommand = void 0;
3
+ exports.GetGroupMembershipIdCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetGroupMembershipIdCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserIdCommand = void 0;
3
+ exports.GetUserIdCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetUserIdCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IsMemberInGroupsCommand = void 0;
3
+ exports.IsMemberInGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class IsMemberInGroupsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupMembershipsCommand = void 0;
3
+ exports.ListGroupMembershipsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListGroupMembershipsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupMembershipsForMemberCommand = void 0;
3
+ exports.ListGroupMembershipsForMemberCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListGroupMembershipsForMemberCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupsCommand = void 0;
3
+ exports.ListGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ListGroupsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUsersCommand = void 0;
3
+ exports.ListUsersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ListUsersCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGroupCommand = void 0;
3
+ exports.UpdateGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateUserCommand = void 0;
3
+ exports.UpdateUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IdentitystoreServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Identitystore"), exports);
6
5
  tslib_1.__exportStar(require("./IdentitystoreClient"), exports);
6
+ tslib_1.__exportStar(require("./Identitystore"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var IdentitystoreServiceException_1 = require("./models/IdentitystoreServiceException");
11
11
  Object.defineProperty(exports, "IdentitystoreServiceException", { enumerable: true, get: function () { return IdentitystoreServiceException_1.IdentitystoreServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentitystoreServiceException = void 0;
3
+ exports.IdentitystoreServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class IdentitystoreServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class IdentitystoreClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateGroupRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateGroupCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateGroupMembershipCommand, se_CreateGroupMembershipCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateGroupMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateUserRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteGroupMembershipCommand, se_DeleteGroupMembershipCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteGroupMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteUserCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeGroupCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeGroupMembershipCommand, se_DescribeGroupMembershipCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeGroupMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeUserResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetGroupIdRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetGroupIdCommand, se_GetGroupIdCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetGroupIdCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetGroupMembershipIdCommand, se_GetGroupMembershipIdCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetGroupMembershipIdCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetUserIdRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetUserIdCommand, se_GetUserIdCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetUserIdCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { IsMemberInGroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_IsMemberInGroupsCommand, se_IsMemberInGroupsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class IsMemberInGroupsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListGroupMembershipsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListGroupMembershipsForMemberCommand, se_ListGroupMembershipsForMemberCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListGroupMembershipsForMemberCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListGroupsRequestFilterSensitiveLog, ListGroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListGroupsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListUsersCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateUserCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Identitystore";
2
1
  export * from "./IdentitystoreClient";
2
+ export * from "./Identitystore";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IdentitystoreServiceException } from "./models/IdentitystoreServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class IdentitystoreServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -28,6 +28,7 @@ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUs
28
28
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
29
29
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
30
30
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
31
+ export { __Client };
31
32
  /**
32
33
  * @public
33
34
  */
@@ -142,7 +143,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
142
143
  /**
143
144
  * @public
144
145
  */
145
- type IdentitystoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
146
+ export type IdentitystoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
146
147
  /**
147
148
  * @public
148
149
  *
@@ -153,7 +154,7 @@ export interface IdentitystoreClientConfig extends IdentitystoreClientConfigType
153
154
  /**
154
155
  * @public
155
156
  */
156
- type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
157
+ export type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
157
158
  /**
158
159
  * @public
159
160
  *
@@ -189,4 +190,3 @@ export declare class IdentitystoreClient extends __Client<__HttpHandlerOptions,
189
190
  */
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { GetUserIdRequest, GetUserIdResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { IsMemberInGroupsRequest, IsMemberInGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { ListGroupMembershipsForMemberRequest, ListGroupMembershipsForMemberResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
5
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,22 @@
1
- export * from "./Identitystore";
1
+ /**
2
+ * <p>The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of
3
+ * your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User
4
+ * Guide</a>.</p>
5
+ *
6
+ * <note>
7
+ * <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
8
+ * <code>identitystore</code> API namespaces will continue to retain their original name for
9
+ * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
10
+ * </note>
11
+ *
12
+ * <p>This reference guide describes the identity store operations that you can call
13
+ * programatically and includes detailed information about data types and errors.</p>
14
+ *
15
+ * @packageDocumentation
16
+ */
2
17
  export * from "./IdentitystoreClient";
18
+ export * from "./Identitystore";
3
19
  export * from "./commands";
4
- export * from "./models";
5
20
  export * from "./pagination";
21
+ export * from "./models";
6
22
  export { IdentitystoreServiceException } from "./models/IdentitystoreServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -127,6 +127,7 @@ import {
127
127
  ClientResolvedEndpointParameters,
128
128
  EndpointParameters,
129
129
  } from "./endpoint/EndpointParameters";
130
+ export { __Client };
130
131
  export type ServiceInputTypes =
131
132
  | CreateGroupCommandInput
132
133
  | CreateGroupMembershipCommandInput
@@ -191,7 +192,7 @@ export interface ClientDefaults
191
192
  logger?: __Logger;
192
193
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
193
194
  }
194
- type IdentitystoreClientConfigType = Partial<
195
+ export type IdentitystoreClientConfigType = Partial<
195
196
  __SmithyConfiguration<__HttpHandlerOptions>
196
197
  > &
197
198
  ClientDefaults &
@@ -204,7 +205,7 @@ type IdentitystoreClientConfigType = Partial<
204
205
  ClientInputEndpointParameters;
205
206
  export interface IdentitystoreClientConfig
206
207
  extends IdentitystoreClientConfigType {}
207
- type IdentitystoreClientResolvedConfigType =
208
+ export type IdentitystoreClientResolvedConfigType =
208
209
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
209
210
  Required<ClientDefaults> &
210
211
  RegionResolvedConfig &
@@ -226,4 +227,3 @@ export declare class IdentitystoreClient extends __Client<
226
227
  constructor(configuration: IdentitystoreClientConfig);
227
228
  destroy(): void;
228
229
  }
229
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateGroupCommandInput extends CreateGroupRequest {}
16
17
  export interface CreateGroupCommandOutput
17
18
  extends CreateGroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateGroupMembershipRequest,
16
16
  CreateGroupMembershipResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateGroupMembershipCommandInput
19
20
  extends CreateGroupMembershipRequest {}
20
21
  export interface CreateGroupMembershipCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateUserCommandInput extends CreateUserRequest {}
16
17
  export interface CreateUserCommandOutput
17
18
  extends CreateUserResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
16
17
  export interface DeleteGroupCommandOutput
17
18
  extends DeleteGroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteGroupMembershipRequest,
16
16
  DeleteGroupMembershipResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteGroupMembershipCommandInput
19
20
  extends DeleteGroupMembershipRequest {}
20
21
  export interface DeleteGroupMembershipCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteUserCommandInput extends DeleteUserRequest {}
16
17
  export interface DeleteUserCommandOutput
17
18
  extends DeleteUserResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeGroupRequest,
16
16
  DescribeGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeGroupCommandInput extends DescribeGroupRequest {}
19
20
  export interface DescribeGroupCommandOutput
20
21
  extends DescribeGroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeGroupMembershipRequest,
16
16
  DescribeGroupMembershipResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeGroupMembershipCommandInput
19
20
  extends DescribeGroupMembershipRequest {}
20
21
  export interface DescribeGroupMembershipCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeUserCommandInput extends DescribeUserRequest {}
16
17
  export interface DescribeUserCommandOutput
17
18
  extends DescribeUserResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetGroupIdCommandInput extends GetGroupIdRequest {}
16
17
  export interface GetGroupIdCommandOutput
17
18
  extends GetGroupIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetGroupMembershipIdRequest,
16
16
  GetGroupMembershipIdResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetGroupMembershipIdCommandInput
19
20
  extends GetGroupMembershipIdRequest {}
20
21
  export interface GetGroupMembershipIdCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { GetUserIdRequest, GetUserIdResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetUserIdCommandInput extends GetUserIdRequest {}
16
17
  export interface GetUserIdCommandOutput
17
18
  extends GetUserIdResponse,
@@ -15,6 +15,7 @@ import {
15
15
  IsMemberInGroupsRequest,
16
16
  IsMemberInGroupsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface IsMemberInGroupsCommandInput extends IsMemberInGroupsRequest {}
19
20
  export interface IsMemberInGroupsCommandOutput
20
21
  extends IsMemberInGroupsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListGroupMembershipsRequest,
16
16
  ListGroupMembershipsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListGroupMembershipsCommandInput
19
20
  extends ListGroupMembershipsRequest {}
20
21
  export interface ListGroupMembershipsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListGroupMembershipsForMemberRequest,
16
16
  ListGroupMembershipsForMemberResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListGroupMembershipsForMemberCommandInput
19
20
  extends ListGroupMembershipsForMemberRequest {}
20
21
  export interface ListGroupMembershipsForMemberCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListGroupsCommandInput extends ListGroupsRequest {}
16
17
  export interface ListGroupsCommandOutput
17
18
  extends ListGroupsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListUsersCommandInput extends ListUsersRequest {}
16
17
  export interface ListUsersCommandOutput
17
18
  extends ListUsersResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
16
17
  export interface UpdateGroupCommandOutput
17
18
  extends UpdateGroupResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IdentitystoreClient";
14
14
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateUserCommandInput extends UpdateUserRequest {}
16
17
  export interface UpdateUserCommandOutput
17
18
  extends UpdateUserResponse,
@@ -1,6 +1,6 @@
1
- export * from "./Identitystore";
2
1
  export * from "./IdentitystoreClient";
2
+ export * from "./Identitystore";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IdentitystoreServiceException } from "./models/IdentitystoreServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class IdentitystoreServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.341.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,36 +21,36 @@
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.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",