@aws-sdk/client-chime-sdk-identity 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 (133) hide show
  1. package/dist-cjs/ChimeSDKIdentityClient.js +2 -1
  2. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAppInstanceBotCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAppInstanceCommand.js +2 -1
  5. package/dist-cjs/commands/CreateAppInstanceUserCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteAppInstanceCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +2 -1
  10. package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAppInstanceCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +2 -1
  16. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -1
  17. package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +2 -1
  18. package/dist-cjs/commands/ListAppInstanceBotsCommand.js +2 -1
  19. package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +2 -1
  20. package/dist-cjs/commands/ListAppInstanceUsersCommand.js +2 -1
  21. package/dist-cjs/commands/ListAppInstancesCommand.js +2 -1
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  23. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -1
  24. package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -1
  25. package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +2 -1
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateAppInstanceCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +2 -1
  32. package/dist-cjs/index.js +2 -2
  33. package/dist-cjs/models/ChimeSDKIdentityServiceException.js +2 -1
  34. package/dist-es/ChimeSDKIdentityClient.js +1 -0
  35. package/dist-es/commands/CreateAppInstanceAdminCommand.js +1 -0
  36. package/dist-es/commands/CreateAppInstanceBotCommand.js +1 -0
  37. package/dist-es/commands/CreateAppInstanceCommand.js +1 -0
  38. package/dist-es/commands/CreateAppInstanceUserCommand.js +1 -0
  39. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +1 -0
  40. package/dist-es/commands/DeleteAppInstanceBotCommand.js +1 -0
  41. package/dist-es/commands/DeleteAppInstanceCommand.js +1 -0
  42. package/dist-es/commands/DeleteAppInstanceUserCommand.js +1 -0
  43. package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -0
  44. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +1 -0
  45. package/dist-es/commands/DescribeAppInstanceBotCommand.js +1 -0
  46. package/dist-es/commands/DescribeAppInstanceCommand.js +1 -0
  47. package/dist-es/commands/DescribeAppInstanceUserCommand.js +1 -0
  48. package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +1 -0
  49. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +1 -0
  50. package/dist-es/commands/ListAppInstanceAdminsCommand.js +1 -0
  51. package/dist-es/commands/ListAppInstanceBotsCommand.js +1 -0
  52. package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +1 -0
  53. package/dist-es/commands/ListAppInstanceUsersCommand.js +1 -0
  54. package/dist-es/commands/ListAppInstancesCommand.js +1 -0
  55. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  56. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +1 -0
  57. package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +1 -0
  58. package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +1 -0
  59. package/dist-es/commands/TagResourceCommand.js +1 -0
  60. package/dist-es/commands/UntagResourceCommand.js +1 -0
  61. package/dist-es/commands/UpdateAppInstanceBotCommand.js +1 -0
  62. package/dist-es/commands/UpdateAppInstanceCommand.js +1 -0
  63. package/dist-es/commands/UpdateAppInstanceUserCommand.js +1 -0
  64. package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +1 -0
  65. package/dist-es/index.js +2 -2
  66. package/dist-es/models/ChimeSDKIdentityServiceException.js +1 -0
  67. package/dist-types/ChimeSDKIdentityClient.d.ts +3 -3
  68. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -0
  69. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +4 -0
  70. package/dist-types/commands/CreateAppInstanceCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +4 -0
  74. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +4 -0
  75. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +4 -0
  76. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +4 -0
  77. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +4 -0
  78. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +4 -0
  79. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +4 -0
  80. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +4 -0
  81. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +4 -0
  82. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +4 -0
  84. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +4 -0
  85. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +4 -0
  86. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +4 -0
  87. package/dist-types/commands/ListAppInstancesCommand.d.ts +4 -0
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +4 -0
  90. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +4 -0
  91. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +4 -0
  92. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  93. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  94. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +4 -0
  96. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +4 -0
  98. package/dist-types/index.d.ts +10 -2
  99. package/dist-types/models/ChimeSDKIdentityServiceException.d.ts +1 -0
  100. package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +3 -3
  101. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/index.d.ts +2 -2
  132. package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +1 -0
  133. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKIdentityClient = void 0;
3
+ exports.ChimeSDKIdentityClient = 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 ChimeSDKIdentityClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppInstanceAdminCommand = void 0;
3
+ exports.CreateAppInstanceAdminCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAppInstanceAdminCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppInstanceBotCommand = void 0;
3
+ exports.CreateAppInstanceBotCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAppInstanceBotCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppInstanceCommand = void 0;
3
+ exports.CreateAppInstanceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAppInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppInstanceUserCommand = void 0;
3
+ exports.CreateAppInstanceUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAppInstanceUserCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAppInstanceAdminCommand = void 0;
3
+ exports.DeleteAppInstanceAdminCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAppInstanceAdminCommand 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.DeleteAppInstanceBotCommand = void 0;
3
+ exports.DeleteAppInstanceBotCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAppInstanceBotCommand 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.DeleteAppInstanceCommand = void 0;
3
+ exports.DeleteAppInstanceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAppInstanceCommand 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.DeleteAppInstanceUserCommand = void 0;
3
+ exports.DeleteAppInstanceUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAppInstanceUserCommand 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.DeregisterAppInstanceUserEndpointCommand = void 0;
3
+ exports.DeregisterAppInstanceUserEndpointCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeregisterAppInstanceUserEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAppInstanceAdminCommand = void 0;
3
+ exports.DescribeAppInstanceAdminCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeAppInstanceAdminCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAppInstanceBotCommand = void 0;
3
+ exports.DescribeAppInstanceBotCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeAppInstanceBotCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAppInstanceCommand = void 0;
3
+ exports.DescribeAppInstanceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeAppInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAppInstanceUserCommand = void 0;
3
+ exports.DescribeAppInstanceUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeAppInstanceUserCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAppInstanceUserEndpointCommand = void 0;
3
+ exports.DescribeAppInstanceUserEndpointCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeAppInstanceUserEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAppInstanceRetentionSettingsCommand = void 0;
3
+ exports.GetAppInstanceRetentionSettingsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetAppInstanceRetentionSettingsCommand 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.ListAppInstanceAdminsCommand = void 0;
3
+ exports.ListAppInstanceAdminsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAppInstanceAdminsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAppInstanceBotsCommand = void 0;
3
+ exports.ListAppInstanceBotsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAppInstanceBotsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAppInstanceUserEndpointsCommand = void 0;
3
+ exports.ListAppInstanceUserEndpointsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAppInstanceUserEndpointsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAppInstanceUsersCommand = void 0;
3
+ exports.ListAppInstanceUsersCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAppInstanceUsersCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAppInstancesCommand = void 0;
3
+ exports.ListAppInstancesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAppInstancesCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAppInstanceRetentionSettingsCommand = void 0;
3
+ exports.PutAppInstanceRetentionSettingsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutAppInstanceRetentionSettingsCommand 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.PutAppInstanceUserExpirationSettingsCommand = void 0;
3
+ exports.PutAppInstanceUserExpirationSettingsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutAppInstanceUserExpirationSettingsCommand 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.RegisterAppInstanceUserEndpointCommand = void 0;
3
+ exports.RegisterAppInstanceUserEndpointCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class RegisterAppInstanceUserEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppInstanceBotCommand = void 0;
3
+ exports.UpdateAppInstanceBotCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAppInstanceBotCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppInstanceCommand = void 0;
3
+ exports.UpdateAppInstanceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAppInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppInstanceUserCommand = void 0;
3
+ exports.UpdateAppInstanceUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAppInstanceUserCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppInstanceUserEndpointCommand = void 0;
3
+ exports.UpdateAppInstanceUserEndpointCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAppInstanceUserEndpointCommand extends smithy_client_1.Command {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChimeSDKIdentityServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ChimeSDKIdentity"), exports);
6
5
  tslib_1.__exportStar(require("./ChimeSDKIdentityClient"), exports);
6
+ tslib_1.__exportStar(require("./ChimeSDKIdentity"), 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 ChimeSDKIdentityServiceException_1 = require("./models/ChimeSDKIdentityServiceException");
11
11
  Object.defineProperty(exports, "ChimeSDKIdentityServiceException", { enumerable: true, get: function () { return ChimeSDKIdentityServiceException_1.ChimeSDKIdentityServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKIdentityServiceException = void 0;
3
+ exports.ChimeSDKIdentityServiceException = 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 ChimeSDKIdentityServiceException 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 ChimeSDKIdentityClient 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 { CreateAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateAppInstanceAdminCommand 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 { CreateAppInstanceBotRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateAppInstanceBotCommand, se_CreateAppInstanceBotCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateAppInstanceBotCommand 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 { CreateAppInstanceRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateAppInstanceCommand 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 { CreateAppInstanceUserRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateAppInstanceUserCommand, se_CreateAppInstanceUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateAppInstanceUserCommand 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_DeleteAppInstanceAdminCommand, se_DeleteAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAppInstanceAdminCommand 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_DeleteAppInstanceBotCommand, se_DeleteAppInstanceBotCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAppInstanceBotCommand 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_DeleteAppInstanceCommand, se_DeleteAppInstanceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAppInstanceCommand 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_DeleteAppInstanceUserCommand, se_DeleteAppInstanceUserCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAppInstanceUserCommand 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 { DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeregisterAppInstanceUserEndpointCommand, se_DeregisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeregisterAppInstanceUserEndpointCommand 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 { DescribeAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeAppInstanceAdminCommand, se_DescribeAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeAppInstanceAdminCommand 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 { DescribeAppInstanceBotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeAppInstanceBotCommand, se_DescribeAppInstanceBotCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeAppInstanceBotCommand 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 { DescribeAppInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeAppInstanceCommand, se_DescribeAppInstanceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeAppInstanceCommand 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 { DescribeAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeAppInstanceUserCommand, se_DescribeAppInstanceUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeAppInstanceUserCommand 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 { DescribeAppInstanceUserEndpointRequestFilterSensitiveLog, DescribeAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeAppInstanceUserEndpointCommand, se_DescribeAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeAppInstanceUserEndpointCommand 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_GetAppInstanceRetentionSettingsCommand, se_GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAppInstanceRetentionSettingsCommand 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 { ListAppInstanceAdminsRequestFilterSensitiveLog, ListAppInstanceAdminsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListAppInstanceAdminsCommand, se_ListAppInstanceAdminsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListAppInstanceAdminsCommand 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 { ListAppInstanceBotsRequestFilterSensitiveLog, ListAppInstanceBotsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListAppInstanceBotsCommand, se_ListAppInstanceBotsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListAppInstanceBotsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {