@aws-sdk/client-chime-sdk-identity 3.297.0 → 3.299.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.
- package/README.md +48 -0
- package/dist-cjs/ChimeSDKIdentity.js +90 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +45 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +62 -77
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +552 -1
- package/dist-es/ChimeSDKIdentity.js +90 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +41 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/ListAppInstanceBotsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +51 -55
- package/dist-es/pagination/ListAppInstanceBotsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +539 -1
- package/dist-types/ChimeSDKIdentity.d.ts +61 -6
- package/dist-types/ChimeSDKIdentityClient.d.ts +8 -2
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -5
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +86 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +81 -0
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +81 -0
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +88 -0
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +302 -66
- package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +108 -0
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -55
- package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +11 -10
|
@@ -1,74 +1,92 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "../commands/CreateAppInstanceAdminCommand";
|
|
4
|
+
import { CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput } from "../commands/CreateAppInstanceBotCommand";
|
|
4
5
|
import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "../commands/CreateAppInstanceCommand";
|
|
5
6
|
import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "../commands/CreateAppInstanceUserCommand";
|
|
6
7
|
import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "../commands/DeleteAppInstanceAdminCommand";
|
|
8
|
+
import { DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput } from "../commands/DeleteAppInstanceBotCommand";
|
|
7
9
|
import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "../commands/DeleteAppInstanceCommand";
|
|
8
10
|
import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "../commands/DeleteAppInstanceUserCommand";
|
|
9
11
|
import { DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput } from "../commands/DeregisterAppInstanceUserEndpointCommand";
|
|
10
12
|
import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "../commands/DescribeAppInstanceAdminCommand";
|
|
13
|
+
import { DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput } from "../commands/DescribeAppInstanceBotCommand";
|
|
11
14
|
import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "../commands/DescribeAppInstanceCommand";
|
|
12
15
|
import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "../commands/DescribeAppInstanceUserCommand";
|
|
13
16
|
import { DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput } from "../commands/DescribeAppInstanceUserEndpointCommand";
|
|
14
17
|
import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "../commands/GetAppInstanceRetentionSettingsCommand";
|
|
15
18
|
import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "../commands/ListAppInstanceAdminsCommand";
|
|
19
|
+
import { ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput } from "../commands/ListAppInstanceBotsCommand";
|
|
16
20
|
import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
|
|
17
21
|
import { ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput } from "../commands/ListAppInstanceUserEndpointsCommand";
|
|
18
22
|
import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "../commands/ListAppInstanceUsersCommand";
|
|
19
23
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
24
|
import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "../commands/PutAppInstanceRetentionSettingsCommand";
|
|
25
|
+
import { PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput } from "../commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
21
26
|
import { RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput } from "../commands/RegisterAppInstanceUserEndpointCommand";
|
|
22
27
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
28
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
+
import { UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput } from "../commands/UpdateAppInstanceBotCommand";
|
|
24
30
|
import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "../commands/UpdateAppInstanceCommand";
|
|
25
31
|
import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "../commands/UpdateAppInstanceUserCommand";
|
|
26
32
|
import { UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput } from "../commands/UpdateAppInstanceUserEndpointCommand";
|
|
27
33
|
export declare const serializeAws_restJson1CreateAppInstanceCommand: (input: CreateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
34
|
export declare const serializeAws_restJson1CreateAppInstanceAdminCommand: (input: CreateAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
export declare const serializeAws_restJson1CreateAppInstanceBotCommand: (input: CreateAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
36
|
export declare const serializeAws_restJson1CreateAppInstanceUserCommand: (input: CreateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
37
|
export declare const serializeAws_restJson1DeleteAppInstanceCommand: (input: DeleteAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
38
|
export declare const serializeAws_restJson1DeleteAppInstanceAdminCommand: (input: DeleteAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_restJson1DeleteAppInstanceBotCommand: (input: DeleteAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
40
|
export declare const serializeAws_restJson1DeleteAppInstanceUserCommand: (input: DeleteAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
41
|
export declare const serializeAws_restJson1DeregisterAppInstanceUserEndpointCommand: (input: DeregisterAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
42
|
export declare const serializeAws_restJson1DescribeAppInstanceCommand: (input: DescribeAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
43
|
export declare const serializeAws_restJson1DescribeAppInstanceAdminCommand: (input: DescribeAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_restJson1DescribeAppInstanceBotCommand: (input: DescribeAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
45
|
export declare const serializeAws_restJson1DescribeAppInstanceUserCommand: (input: DescribeAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
46
|
export declare const serializeAws_restJson1DescribeAppInstanceUserEndpointCommand: (input: DescribeAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
47
|
export declare const serializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (input: GetAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
48
|
export declare const serializeAws_restJson1ListAppInstanceAdminsCommand: (input: ListAppInstanceAdminsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1ListAppInstanceBotsCommand: (input: ListAppInstanceBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
50
|
export declare const serializeAws_restJson1ListAppInstancesCommand: (input: ListAppInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
51
|
export declare const serializeAws_restJson1ListAppInstanceUserEndpointsCommand: (input: ListAppInstanceUserEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
52
|
export declare const serializeAws_restJson1ListAppInstanceUsersCommand: (input: ListAppInstanceUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
53
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
54
|
export declare const serializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (input: PutAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand: (input: PutAppInstanceUserExpirationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
56
|
export declare const serializeAws_restJson1RegisterAppInstanceUserEndpointCommand: (input: RegisterAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
57
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
58
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
59
|
export declare const serializeAws_restJson1UpdateAppInstanceCommand: (input: UpdateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_restJson1UpdateAppInstanceBotCommand: (input: UpdateAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
61
|
export declare const serializeAws_restJson1UpdateAppInstanceUserCommand: (input: UpdateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
62
|
export declare const serializeAws_restJson1UpdateAppInstanceUserEndpointCommand: (input: UpdateAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
63
|
export declare const deserializeAws_restJson1CreateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceCommandOutput>;
|
|
52
64
|
export declare const deserializeAws_restJson1CreateAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceAdminCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_restJson1CreateAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceBotCommandOutput>;
|
|
53
66
|
export declare const deserializeAws_restJson1CreateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceUserCommandOutput>;
|
|
54
67
|
export declare const deserializeAws_restJson1DeleteAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceCommandOutput>;
|
|
55
68
|
export declare const deserializeAws_restJson1DeleteAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceAdminCommandOutput>;
|
|
69
|
+
export declare const deserializeAws_restJson1DeleteAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceBotCommandOutput>;
|
|
56
70
|
export declare const deserializeAws_restJson1DeleteAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceUserCommandOutput>;
|
|
57
71
|
export declare const deserializeAws_restJson1DeregisterAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAppInstanceUserEndpointCommandOutput>;
|
|
58
72
|
export declare const deserializeAws_restJson1DescribeAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceCommandOutput>;
|
|
59
73
|
export declare const deserializeAws_restJson1DescribeAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceAdminCommandOutput>;
|
|
74
|
+
export declare const deserializeAws_restJson1DescribeAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceBotCommandOutput>;
|
|
60
75
|
export declare const deserializeAws_restJson1DescribeAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserCommandOutput>;
|
|
61
76
|
export declare const deserializeAws_restJson1DescribeAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserEndpointCommandOutput>;
|
|
62
77
|
export declare const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
|
|
63
78
|
export declare const deserializeAws_restJson1ListAppInstanceAdminsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceAdminsCommandOutput>;
|
|
79
|
+
export declare const deserializeAws_restJson1ListAppInstanceBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceBotsCommandOutput>;
|
|
64
80
|
export declare const deserializeAws_restJson1ListAppInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstancesCommandOutput>;
|
|
65
81
|
export declare const deserializeAws_restJson1ListAppInstanceUserEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUserEndpointsCommandOutput>;
|
|
66
82
|
export declare const deserializeAws_restJson1ListAppInstanceUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUsersCommandOutput>;
|
|
67
83
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
68
84
|
export declare const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
|
|
85
|
+
export declare const deserializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
69
86
|
export declare const deserializeAws_restJson1RegisterAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAppInstanceUserEndpointCommandOutput>;
|
|
70
87
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
71
88
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
72
89
|
export declare const deserializeAws_restJson1UpdateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1UpdateAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceBotCommandOutput>;
|
|
73
91
|
export declare const deserializeAws_restJson1UpdateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserCommandOutput>;
|
|
74
92
|
export declare const deserializeAws_restJson1UpdateAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserEndpointCommandOutput>;
|
|
@@ -4,6 +4,10 @@ import {
|
|
|
4
4
|
CreateAppInstanceAdminCommandInput,
|
|
5
5
|
CreateAppInstanceAdminCommandOutput,
|
|
6
6
|
} from "./commands/CreateAppInstanceAdminCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateAppInstanceBotCommandInput,
|
|
9
|
+
CreateAppInstanceBotCommandOutput,
|
|
10
|
+
} from "./commands/CreateAppInstanceBotCommand";
|
|
7
11
|
import {
|
|
8
12
|
CreateAppInstanceCommandInput,
|
|
9
13
|
CreateAppInstanceCommandOutput,
|
|
@@ -16,6 +20,10 @@ import {
|
|
|
16
20
|
DeleteAppInstanceAdminCommandInput,
|
|
17
21
|
DeleteAppInstanceAdminCommandOutput,
|
|
18
22
|
} from "./commands/DeleteAppInstanceAdminCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeleteAppInstanceBotCommandInput,
|
|
25
|
+
DeleteAppInstanceBotCommandOutput,
|
|
26
|
+
} from "./commands/DeleteAppInstanceBotCommand";
|
|
19
27
|
import {
|
|
20
28
|
DeleteAppInstanceCommandInput,
|
|
21
29
|
DeleteAppInstanceCommandOutput,
|
|
@@ -32,6 +40,10 @@ import {
|
|
|
32
40
|
DescribeAppInstanceAdminCommandInput,
|
|
33
41
|
DescribeAppInstanceAdminCommandOutput,
|
|
34
42
|
} from "./commands/DescribeAppInstanceAdminCommand";
|
|
43
|
+
import {
|
|
44
|
+
DescribeAppInstanceBotCommandInput,
|
|
45
|
+
DescribeAppInstanceBotCommandOutput,
|
|
46
|
+
} from "./commands/DescribeAppInstanceBotCommand";
|
|
35
47
|
import {
|
|
36
48
|
DescribeAppInstanceCommandInput,
|
|
37
49
|
DescribeAppInstanceCommandOutput,
|
|
@@ -52,6 +64,10 @@ import {
|
|
|
52
64
|
ListAppInstanceAdminsCommandInput,
|
|
53
65
|
ListAppInstanceAdminsCommandOutput,
|
|
54
66
|
} from "./commands/ListAppInstanceAdminsCommand";
|
|
67
|
+
import {
|
|
68
|
+
ListAppInstanceBotsCommandInput,
|
|
69
|
+
ListAppInstanceBotsCommandOutput,
|
|
70
|
+
} from "./commands/ListAppInstanceBotsCommand";
|
|
55
71
|
import {
|
|
56
72
|
ListAppInstancesCommandInput,
|
|
57
73
|
ListAppInstancesCommandOutput,
|
|
@@ -72,6 +88,10 @@ import {
|
|
|
72
88
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
73
89
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
74
90
|
} from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
91
|
+
import {
|
|
92
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
93
|
+
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
94
|
+
} from "./commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
75
95
|
import {
|
|
76
96
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
77
97
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
@@ -84,6 +104,10 @@ import {
|
|
|
84
104
|
UntagResourceCommandInput,
|
|
85
105
|
UntagResourceCommandOutput,
|
|
86
106
|
} from "./commands/UntagResourceCommand";
|
|
107
|
+
import {
|
|
108
|
+
UpdateAppInstanceBotCommandInput,
|
|
109
|
+
UpdateAppInstanceBotCommandOutput,
|
|
110
|
+
} from "./commands/UpdateAppInstanceBotCommand";
|
|
87
111
|
import {
|
|
88
112
|
UpdateAppInstanceCommandInput,
|
|
89
113
|
UpdateAppInstanceCommandOutput,
|
|
@@ -123,6 +147,19 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
123
147
|
options: __HttpHandlerOptions,
|
|
124
148
|
cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
|
|
125
149
|
): void;
|
|
150
|
+
createAppInstanceBot(
|
|
151
|
+
args: CreateAppInstanceBotCommandInput,
|
|
152
|
+
options?: __HttpHandlerOptions
|
|
153
|
+
): Promise<CreateAppInstanceBotCommandOutput>;
|
|
154
|
+
createAppInstanceBot(
|
|
155
|
+
args: CreateAppInstanceBotCommandInput,
|
|
156
|
+
cb: (err: any, data?: CreateAppInstanceBotCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
createAppInstanceBot(
|
|
159
|
+
args: CreateAppInstanceBotCommandInput,
|
|
160
|
+
options: __HttpHandlerOptions,
|
|
161
|
+
cb: (err: any, data?: CreateAppInstanceBotCommandOutput) => void
|
|
162
|
+
): void;
|
|
126
163
|
createAppInstanceUser(
|
|
127
164
|
args: CreateAppInstanceUserCommandInput,
|
|
128
165
|
options?: __HttpHandlerOptions
|
|
@@ -162,6 +199,19 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
162
199
|
options: __HttpHandlerOptions,
|
|
163
200
|
cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void
|
|
164
201
|
): void;
|
|
202
|
+
deleteAppInstanceBot(
|
|
203
|
+
args: DeleteAppInstanceBotCommandInput,
|
|
204
|
+
options?: __HttpHandlerOptions
|
|
205
|
+
): Promise<DeleteAppInstanceBotCommandOutput>;
|
|
206
|
+
deleteAppInstanceBot(
|
|
207
|
+
args: DeleteAppInstanceBotCommandInput,
|
|
208
|
+
cb: (err: any, data?: DeleteAppInstanceBotCommandOutput) => void
|
|
209
|
+
): void;
|
|
210
|
+
deleteAppInstanceBot(
|
|
211
|
+
args: DeleteAppInstanceBotCommandInput,
|
|
212
|
+
options: __HttpHandlerOptions,
|
|
213
|
+
cb: (err: any, data?: DeleteAppInstanceBotCommandOutput) => void
|
|
214
|
+
): void;
|
|
165
215
|
deleteAppInstanceUser(
|
|
166
216
|
args: DeleteAppInstanceUserCommandInput,
|
|
167
217
|
options?: __HttpHandlerOptions
|
|
@@ -220,6 +270,19 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
220
270
|
options: __HttpHandlerOptions,
|
|
221
271
|
cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
|
|
222
272
|
): void;
|
|
273
|
+
describeAppInstanceBot(
|
|
274
|
+
args: DescribeAppInstanceBotCommandInput,
|
|
275
|
+
options?: __HttpHandlerOptions
|
|
276
|
+
): Promise<DescribeAppInstanceBotCommandOutput>;
|
|
277
|
+
describeAppInstanceBot(
|
|
278
|
+
args: DescribeAppInstanceBotCommandInput,
|
|
279
|
+
cb: (err: any, data?: DescribeAppInstanceBotCommandOutput) => void
|
|
280
|
+
): void;
|
|
281
|
+
describeAppInstanceBot(
|
|
282
|
+
args: DescribeAppInstanceBotCommandInput,
|
|
283
|
+
options: __HttpHandlerOptions,
|
|
284
|
+
cb: (err: any, data?: DescribeAppInstanceBotCommandOutput) => void
|
|
285
|
+
): void;
|
|
223
286
|
describeAppInstanceUser(
|
|
224
287
|
args: DescribeAppInstanceUserCommandInput,
|
|
225
288
|
options?: __HttpHandlerOptions
|
|
@@ -272,6 +335,19 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
272
335
|
options: __HttpHandlerOptions,
|
|
273
336
|
cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
|
|
274
337
|
): void;
|
|
338
|
+
listAppInstanceBots(
|
|
339
|
+
args: ListAppInstanceBotsCommandInput,
|
|
340
|
+
options?: __HttpHandlerOptions
|
|
341
|
+
): Promise<ListAppInstanceBotsCommandOutput>;
|
|
342
|
+
listAppInstanceBots(
|
|
343
|
+
args: ListAppInstanceBotsCommandInput,
|
|
344
|
+
cb: (err: any, data?: ListAppInstanceBotsCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
listAppInstanceBots(
|
|
347
|
+
args: ListAppInstanceBotsCommandInput,
|
|
348
|
+
options: __HttpHandlerOptions,
|
|
349
|
+
cb: (err: any, data?: ListAppInstanceBotsCommandOutput) => void
|
|
350
|
+
): void;
|
|
275
351
|
listAppInstances(
|
|
276
352
|
args: ListAppInstancesCommandInput,
|
|
277
353
|
options?: __HttpHandlerOptions
|
|
@@ -337,6 +413,25 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
337
413
|
options: __HttpHandlerOptions,
|
|
338
414
|
cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
|
|
339
415
|
): void;
|
|
416
|
+
putAppInstanceUserExpirationSettings(
|
|
417
|
+
args: PutAppInstanceUserExpirationSettingsCommandInput,
|
|
418
|
+
options?: __HttpHandlerOptions
|
|
419
|
+
): Promise<PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
420
|
+
putAppInstanceUserExpirationSettings(
|
|
421
|
+
args: PutAppInstanceUserExpirationSettingsCommandInput,
|
|
422
|
+
cb: (
|
|
423
|
+
err: any,
|
|
424
|
+
data?: PutAppInstanceUserExpirationSettingsCommandOutput
|
|
425
|
+
) => void
|
|
426
|
+
): void;
|
|
427
|
+
putAppInstanceUserExpirationSettings(
|
|
428
|
+
args: PutAppInstanceUserExpirationSettingsCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (
|
|
431
|
+
err: any,
|
|
432
|
+
data?: PutAppInstanceUserExpirationSettingsCommandOutput
|
|
433
|
+
) => void
|
|
434
|
+
): void;
|
|
340
435
|
registerAppInstanceUserEndpoint(
|
|
341
436
|
args: RegisterAppInstanceUserEndpointCommandInput,
|
|
342
437
|
options?: __HttpHandlerOptions
|
|
@@ -389,6 +484,19 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
389
484
|
options: __HttpHandlerOptions,
|
|
390
485
|
cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
|
|
391
486
|
): void;
|
|
487
|
+
updateAppInstanceBot(
|
|
488
|
+
args: UpdateAppInstanceBotCommandInput,
|
|
489
|
+
options?: __HttpHandlerOptions
|
|
490
|
+
): Promise<UpdateAppInstanceBotCommandOutput>;
|
|
491
|
+
updateAppInstanceBot(
|
|
492
|
+
args: UpdateAppInstanceBotCommandInput,
|
|
493
|
+
cb: (err: any, data?: UpdateAppInstanceBotCommandOutput) => void
|
|
494
|
+
): void;
|
|
495
|
+
updateAppInstanceBot(
|
|
496
|
+
args: UpdateAppInstanceBotCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (err: any, data?: UpdateAppInstanceBotCommandOutput) => void
|
|
499
|
+
): void;
|
|
392
500
|
updateAppInstanceUser(
|
|
393
501
|
args: UpdateAppInstanceUserCommandInput,
|
|
394
502
|
options?: __HttpHandlerOptions
|
|
@@ -48,6 +48,10 @@ import {
|
|
|
48
48
|
CreateAppInstanceAdminCommandInput,
|
|
49
49
|
CreateAppInstanceAdminCommandOutput,
|
|
50
50
|
} from "./commands/CreateAppInstanceAdminCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateAppInstanceBotCommandInput,
|
|
53
|
+
CreateAppInstanceBotCommandOutput,
|
|
54
|
+
} from "./commands/CreateAppInstanceBotCommand";
|
|
51
55
|
import {
|
|
52
56
|
CreateAppInstanceCommandInput,
|
|
53
57
|
CreateAppInstanceCommandOutput,
|
|
@@ -60,6 +64,10 @@ import {
|
|
|
60
64
|
DeleteAppInstanceAdminCommandInput,
|
|
61
65
|
DeleteAppInstanceAdminCommandOutput,
|
|
62
66
|
} from "./commands/DeleteAppInstanceAdminCommand";
|
|
67
|
+
import {
|
|
68
|
+
DeleteAppInstanceBotCommandInput,
|
|
69
|
+
DeleteAppInstanceBotCommandOutput,
|
|
70
|
+
} from "./commands/DeleteAppInstanceBotCommand";
|
|
63
71
|
import {
|
|
64
72
|
DeleteAppInstanceCommandInput,
|
|
65
73
|
DeleteAppInstanceCommandOutput,
|
|
@@ -76,6 +84,10 @@ import {
|
|
|
76
84
|
DescribeAppInstanceAdminCommandInput,
|
|
77
85
|
DescribeAppInstanceAdminCommandOutput,
|
|
78
86
|
} from "./commands/DescribeAppInstanceAdminCommand";
|
|
87
|
+
import {
|
|
88
|
+
DescribeAppInstanceBotCommandInput,
|
|
89
|
+
DescribeAppInstanceBotCommandOutput,
|
|
90
|
+
} from "./commands/DescribeAppInstanceBotCommand";
|
|
79
91
|
import {
|
|
80
92
|
DescribeAppInstanceCommandInput,
|
|
81
93
|
DescribeAppInstanceCommandOutput,
|
|
@@ -96,6 +108,10 @@ import {
|
|
|
96
108
|
ListAppInstanceAdminsCommandInput,
|
|
97
109
|
ListAppInstanceAdminsCommandOutput,
|
|
98
110
|
} from "./commands/ListAppInstanceAdminsCommand";
|
|
111
|
+
import {
|
|
112
|
+
ListAppInstanceBotsCommandInput,
|
|
113
|
+
ListAppInstanceBotsCommandOutput,
|
|
114
|
+
} from "./commands/ListAppInstanceBotsCommand";
|
|
99
115
|
import {
|
|
100
116
|
ListAppInstancesCommandInput,
|
|
101
117
|
ListAppInstancesCommandOutput,
|
|
@@ -116,6 +132,10 @@ import {
|
|
|
116
132
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
117
133
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
118
134
|
} from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
135
|
+
import {
|
|
136
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
137
|
+
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
138
|
+
} from "./commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
119
139
|
import {
|
|
120
140
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
121
141
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
@@ -128,6 +148,10 @@ import {
|
|
|
128
148
|
UntagResourceCommandInput,
|
|
129
149
|
UntagResourceCommandOutput,
|
|
130
150
|
} from "./commands/UntagResourceCommand";
|
|
151
|
+
import {
|
|
152
|
+
UpdateAppInstanceBotCommandInput,
|
|
153
|
+
UpdateAppInstanceBotCommandOutput,
|
|
154
|
+
} from "./commands/UpdateAppInstanceBotCommand";
|
|
131
155
|
import {
|
|
132
156
|
UpdateAppInstanceCommandInput,
|
|
133
157
|
UpdateAppInstanceCommandOutput,
|
|
@@ -147,51 +171,63 @@ import {
|
|
|
147
171
|
} from "./endpoint/EndpointParameters";
|
|
148
172
|
export type ServiceInputTypes =
|
|
149
173
|
| CreateAppInstanceAdminCommandInput
|
|
174
|
+
| CreateAppInstanceBotCommandInput
|
|
150
175
|
| CreateAppInstanceCommandInput
|
|
151
176
|
| CreateAppInstanceUserCommandInput
|
|
152
177
|
| DeleteAppInstanceAdminCommandInput
|
|
178
|
+
| DeleteAppInstanceBotCommandInput
|
|
153
179
|
| DeleteAppInstanceCommandInput
|
|
154
180
|
| DeleteAppInstanceUserCommandInput
|
|
155
181
|
| DeregisterAppInstanceUserEndpointCommandInput
|
|
156
182
|
| DescribeAppInstanceAdminCommandInput
|
|
183
|
+
| DescribeAppInstanceBotCommandInput
|
|
157
184
|
| DescribeAppInstanceCommandInput
|
|
158
185
|
| DescribeAppInstanceUserCommandInput
|
|
159
186
|
| DescribeAppInstanceUserEndpointCommandInput
|
|
160
187
|
| GetAppInstanceRetentionSettingsCommandInput
|
|
161
188
|
| ListAppInstanceAdminsCommandInput
|
|
189
|
+
| ListAppInstanceBotsCommandInput
|
|
162
190
|
| ListAppInstanceUserEndpointsCommandInput
|
|
163
191
|
| ListAppInstanceUsersCommandInput
|
|
164
192
|
| ListAppInstancesCommandInput
|
|
165
193
|
| ListTagsForResourceCommandInput
|
|
166
194
|
| PutAppInstanceRetentionSettingsCommandInput
|
|
195
|
+
| PutAppInstanceUserExpirationSettingsCommandInput
|
|
167
196
|
| RegisterAppInstanceUserEndpointCommandInput
|
|
168
197
|
| TagResourceCommandInput
|
|
169
198
|
| UntagResourceCommandInput
|
|
199
|
+
| UpdateAppInstanceBotCommandInput
|
|
170
200
|
| UpdateAppInstanceCommandInput
|
|
171
201
|
| UpdateAppInstanceUserCommandInput
|
|
172
202
|
| UpdateAppInstanceUserEndpointCommandInput;
|
|
173
203
|
export type ServiceOutputTypes =
|
|
174
204
|
| CreateAppInstanceAdminCommandOutput
|
|
205
|
+
| CreateAppInstanceBotCommandOutput
|
|
175
206
|
| CreateAppInstanceCommandOutput
|
|
176
207
|
| CreateAppInstanceUserCommandOutput
|
|
177
208
|
| DeleteAppInstanceAdminCommandOutput
|
|
209
|
+
| DeleteAppInstanceBotCommandOutput
|
|
178
210
|
| DeleteAppInstanceCommandOutput
|
|
179
211
|
| DeleteAppInstanceUserCommandOutput
|
|
180
212
|
| DeregisterAppInstanceUserEndpointCommandOutput
|
|
181
213
|
| DescribeAppInstanceAdminCommandOutput
|
|
214
|
+
| DescribeAppInstanceBotCommandOutput
|
|
182
215
|
| DescribeAppInstanceCommandOutput
|
|
183
216
|
| DescribeAppInstanceUserCommandOutput
|
|
184
217
|
| DescribeAppInstanceUserEndpointCommandOutput
|
|
185
218
|
| GetAppInstanceRetentionSettingsCommandOutput
|
|
186
219
|
| ListAppInstanceAdminsCommandOutput
|
|
220
|
+
| ListAppInstanceBotsCommandOutput
|
|
187
221
|
| ListAppInstanceUserEndpointsCommandOutput
|
|
188
222
|
| ListAppInstanceUsersCommandOutput
|
|
189
223
|
| ListAppInstancesCommandOutput
|
|
190
224
|
| ListTagsForResourceCommandOutput
|
|
191
225
|
| PutAppInstanceRetentionSettingsCommandOutput
|
|
226
|
+
| PutAppInstanceUserExpirationSettingsCommandOutput
|
|
192
227
|
| RegisterAppInstanceUserEndpointCommandOutput
|
|
193
228
|
| TagResourceCommandOutput
|
|
194
229
|
| UntagResourceCommandOutput
|
|
230
|
+
| UpdateAppInstanceBotCommandOutput
|
|
195
231
|
| UpdateAppInstanceCommandOutput
|
|
196
232
|
| UpdateAppInstanceUserCommandOutput
|
|
197
233
|
| UpdateAppInstanceUserEndpointCommandOutput;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateAppInstanceBotRequest,
|
|
16
|
+
CreateAppInstanceBotResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateAppInstanceBotCommandInput
|
|
19
|
+
extends CreateAppInstanceBotRequest {}
|
|
20
|
+
export interface CreateAppInstanceBotCommandOutput
|
|
21
|
+
extends CreateAppInstanceBotResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAppInstanceBotCommand extends $Command<
|
|
24
|
+
CreateAppInstanceBotCommandInput,
|
|
25
|
+
CreateAppInstanceBotCommandOutput,
|
|
26
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAppInstanceBotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAppInstanceBotCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAppInstanceBotCommandInput,
|
|
37
|
+
CreateAppInstanceBotCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import { DeleteAppInstanceBotRequest } from "../models/models_0";
|
|
15
|
+
export interface DeleteAppInstanceBotCommandInput
|
|
16
|
+
extends DeleteAppInstanceBotRequest {}
|
|
17
|
+
export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteAppInstanceBotCommand extends $Command<
|
|
19
|
+
DeleteAppInstanceBotCommandInput,
|
|
20
|
+
DeleteAppInstanceBotCommandOutput,
|
|
21
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAppInstanceBotCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
+
constructor(input: DeleteAppInstanceBotCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteAppInstanceBotCommandInput,
|
|
32
|
+
DeleteAppInstanceBotCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAppInstanceBotRequest,
|
|
16
|
+
DescribeAppInstanceBotResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DescribeAppInstanceBotCommandInput
|
|
19
|
+
extends DescribeAppInstanceBotRequest {}
|
|
20
|
+
export interface DescribeAppInstanceBotCommandOutput
|
|
21
|
+
extends DescribeAppInstanceBotResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAppInstanceBotCommand extends $Command<
|
|
24
|
+
DescribeAppInstanceBotCommandInput,
|
|
25
|
+
DescribeAppInstanceBotCommandOutput,
|
|
26
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppInstanceBotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAppInstanceBotCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppInstanceBotCommandInput,
|
|
37
|
+
DescribeAppInstanceBotCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import {
|
|
15
|
+
ListAppInstanceBotsRequest,
|
|
16
|
+
ListAppInstanceBotsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListAppInstanceBotsCommandInput
|
|
19
|
+
extends ListAppInstanceBotsRequest {}
|
|
20
|
+
export interface ListAppInstanceBotsCommandOutput
|
|
21
|
+
extends ListAppInstanceBotsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListAppInstanceBotsCommand extends $Command<
|
|
24
|
+
ListAppInstanceBotsCommandInput,
|
|
25
|
+
ListAppInstanceBotsCommandOutput,
|
|
26
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppInstanceBotsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListAppInstanceBotsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import {
|
|
15
|
+
PutAppInstanceUserExpirationSettingsRequest,
|
|
16
|
+
PutAppInstanceUserExpirationSettingsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface PutAppInstanceUserExpirationSettingsCommandInput
|
|
19
|
+
extends PutAppInstanceUserExpirationSettingsRequest {}
|
|
20
|
+
export interface PutAppInstanceUserExpirationSettingsCommandOutput
|
|
21
|
+
extends PutAppInstanceUserExpirationSettingsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutAppInstanceUserExpirationSettingsCommand extends $Command<
|
|
24
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
25
|
+
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
26
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutAppInstanceUserExpirationSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutAppInstanceUserExpirationSettingsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
37
|
+
PutAppInstanceUserExpirationSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKIdentityClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateAppInstanceBotRequest,
|
|
16
|
+
UpdateAppInstanceBotResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateAppInstanceBotCommandInput
|
|
19
|
+
extends UpdateAppInstanceBotRequest {}
|
|
20
|
+
export interface UpdateAppInstanceBotCommandOutput
|
|
21
|
+
extends UpdateAppInstanceBotResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateAppInstanceBotCommand extends $Command<
|
|
24
|
+
UpdateAppInstanceBotCommandInput,
|
|
25
|
+
UpdateAppInstanceBotCommandOutput,
|
|
26
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAppInstanceBotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateAppInstanceBotCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAppInstanceBotCommandInput,
|
|
37
|
+
UpdateAppInstanceBotCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|