@aws-sdk/client-chime-sdk-identity 3.1076.0 → 3.1078.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 (110) hide show
  1. package/dist-cjs/index.js +41 -305
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -14
  4. package/dist-es/commands/CreateAppInstanceBotCommand.js +2 -14
  5. package/dist-es/commands/CreateAppInstanceCommand.js +2 -14
  6. package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -14
  7. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -14
  8. package/dist-es/commands/DeleteAppInstanceBotCommand.js +2 -14
  9. package/dist-es/commands/DeleteAppInstanceCommand.js +2 -14
  10. package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -14
  11. package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -14
  12. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -14
  13. package/dist-es/commands/DescribeAppInstanceBotCommand.js +2 -14
  14. package/dist-es/commands/DescribeAppInstanceCommand.js +2 -14
  15. package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -14
  16. package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -14
  17. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -14
  18. package/dist-es/commands/ListAppInstanceAdminsCommand.js +2 -14
  19. package/dist-es/commands/ListAppInstanceBotsCommand.js +2 -14
  20. package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +2 -14
  21. package/dist-es/commands/ListAppInstanceUsersCommand.js +2 -14
  22. package/dist-es/commands/ListAppInstancesCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -14
  25. package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -14
  26. package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -14
  27. package/dist-es/commands/TagResourceCommand.js +2 -14
  28. package/dist-es/commands/UntagResourceCommand.js +2 -14
  29. package/dist-es/commands/UpdateAppInstanceBotCommand.js +2 -14
  30. package/dist-es/commands/UpdateAppInstanceCommand.js +2 -14
  31. package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -14
  32. package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/runtimeConfig.browser.js +0 -2
  35. package/dist-es/runtimeConfig.js +1 -2
  36. package/dist-es/runtimeConfig.native.js +0 -2
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateAppInstanceCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -8
  47. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +3 -8
  53. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +3 -8
  58. package/dist-types/commands/ListAppInstancesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +3 -8
  61. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +3 -8
  62. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/index.d.ts +1 -0
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  110. package/package.json +8 -10
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import { DeleteAppInstanceUserRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAppInstanceUserCommandInput
12
5
  extends DeleteAppInstanceUserRequest {}
13
6
  export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteAppInstanceUserCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteAppInstanceUserCommandInput,
19
12
  DeleteAppInstanceUserCommandOutput,
20
- ChimeSDKIdentityClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ChimeSDKIdentityClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteAppInstanceUserCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteAppInstanceUserCommandInput,
28
21
  DeleteAppInstanceUserCommandOutput,
29
- ChimeSDKIdentityClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ChimeSDKIdentityClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeregisterAppInstanceUserEndpointCommandInput
12
5
  extends DeregisterAppInstanceUserEndpointRequest {}
13
6
  export interface DeregisterAppInstanceUserEndpointCommandOutput
@@ -18,22 +11,20 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeregisterAppInstanceUserEndpointCommandInput,
20
13
  DeregisterAppInstanceUserEndpointCommandOutput,
21
- ChimeSDKIdentityClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ChimeSDKIdentityClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeregisterAppInstanceUserEndpointCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeregisterAppInstanceUserEndpointCommandInput,
29
22
  DeregisterAppInstanceUserEndpointCommandOutput,
30
- ChimeSDKIdentityClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ChimeSDKIdentityClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  DescribeAppInstanceAdminRequest,
10
4
  DescribeAppInstanceAdminResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAppInstanceAdminCommandInput
15
8
  extends DescribeAppInstanceAdminRequest {}
16
9
  export interface DescribeAppInstanceAdminCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceAdminCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAppInstanceAdminCommandInput,
24
17
  DescribeAppInstanceAdminCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAppInstanceAdminCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAppInstanceAdminCommandInput,
33
26
  DescribeAppInstanceAdminCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  DescribeAppInstanceBotRequest,
10
4
  DescribeAppInstanceBotResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAppInstanceBotCommandInput
15
8
  extends DescribeAppInstanceBotRequest {}
16
9
  export interface DescribeAppInstanceBotCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceBotCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAppInstanceBotCommandInput,
24
17
  DescribeAppInstanceBotCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAppInstanceBotCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAppInstanceBotCommandInput,
33
26
  DescribeAppInstanceBotCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  DescribeAppInstanceRequest,
10
4
  DescribeAppInstanceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAppInstanceCommandInput
15
8
  extends DescribeAppInstanceRequest {}
16
9
  export interface DescribeAppInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAppInstanceCommandInput,
24
17
  DescribeAppInstanceCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAppInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAppInstanceCommandInput,
33
26
  DescribeAppInstanceCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  DescribeAppInstanceUserRequest,
10
4
  DescribeAppInstanceUserResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAppInstanceUserCommandInput
15
8
  extends DescribeAppInstanceUserRequest {}
16
9
  export interface DescribeAppInstanceUserCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceUserCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAppInstanceUserCommandInput,
24
17
  DescribeAppInstanceUserCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAppInstanceUserCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAppInstanceUserCommandInput,
33
26
  DescribeAppInstanceUserCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  DescribeAppInstanceUserEndpointRequest,
10
4
  DescribeAppInstanceUserEndpointResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAppInstanceUserEndpointCommandInput
15
8
  extends DescribeAppInstanceUserEndpointRequest {}
16
9
  export interface DescribeAppInstanceUserEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAppInstanceUserEndpointCommandInput,
24
17
  DescribeAppInstanceUserEndpointCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAppInstanceUserEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAppInstanceUserEndpointCommandInput,
33
26
  DescribeAppInstanceUserEndpointCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  GetAppInstanceRetentionSettingsRequest,
10
4
  GetAppInstanceRetentionSettingsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAppInstanceRetentionSettingsCommandInput
15
8
  extends GetAppInstanceRetentionSettingsRequest {}
16
9
  export interface GetAppInstanceRetentionSettingsCommandOutput
@@ -22,22 +15,20 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetAppInstanceRetentionSettingsCommandInput,
24
17
  GetAppInstanceRetentionSettingsCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetAppInstanceRetentionSettingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetAppInstanceRetentionSettingsCommandInput,
33
26
  GetAppInstanceRetentionSettingsCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListAppInstanceAdminsRequest,
10
4
  ListAppInstanceAdminsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAppInstanceAdminsCommandInput
15
8
  extends ListAppInstanceAdminsRequest {}
16
9
  export interface ListAppInstanceAdminsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAppInstanceAdminsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAppInstanceAdminsCommandInput,
24
17
  ListAppInstanceAdminsCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAppInstanceAdminsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAppInstanceAdminsCommandInput,
33
26
  ListAppInstanceAdminsCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListAppInstanceBotsRequest,
10
4
  ListAppInstanceBotsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAppInstanceBotsCommandInput
15
8
  extends ListAppInstanceBotsRequest {}
16
9
  export interface ListAppInstanceBotsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAppInstanceBotsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAppInstanceBotsCommandInput,
24
17
  ListAppInstanceBotsCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAppInstanceBotsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAppInstanceBotsCommandInput,
33
26
  ListAppInstanceBotsCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListAppInstanceUserEndpointsRequest,
10
4
  ListAppInstanceUserEndpointsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAppInstanceUserEndpointsCommandInput
15
8
  extends ListAppInstanceUserEndpointsRequest {}
16
9
  export interface ListAppInstanceUserEndpointsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAppInstanceUserEndpointsCommandInput,
24
17
  ListAppInstanceUserEndpointsCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAppInstanceUserEndpointsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAppInstanceUserEndpointsCommandInput,
33
26
  ListAppInstanceUserEndpointsCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListAppInstanceUsersRequest,
10
4
  ListAppInstanceUsersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAppInstanceUsersCommandInput
15
8
  extends ListAppInstanceUsersRequest {}
16
9
  export interface ListAppInstanceUsersCommandOutput
@@ -22,22 +15,20 @@ declare const ListAppInstanceUsersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAppInstanceUsersCommandInput,
24
17
  ListAppInstanceUsersCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAppInstanceUsersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAppInstanceUsersCommandInput,
33
26
  ListAppInstanceUsersCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListAppInstancesRequest,
10
4
  ListAppInstancesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {}
15
8
  export interface ListAppInstancesCommandOutput
16
9
  extends ListAppInstancesResponse,
@@ -21,22 +14,20 @@ declare const ListAppInstancesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListAppInstancesCommandInput,
23
16
  ListAppInstancesCommandOutput,
24
- ChimeSDKIdentityClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ChimeSDKIdentityClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListAppInstancesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListAppInstancesCommandInput,
32
25
  ListAppInstancesCommandOutput,
33
- ChimeSDKIdentityClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ChimeSDKIdentityClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKIdentityClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKIdentityClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ChimeSDKIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ChimeSDKIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {