@aws-sdk/client-chime-sdk-identity 3.927.0 → 3.929.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/dist-cjs/index.js +1230 -1501
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChimeSDKIdentityClient.js +2 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +3 -10
- package/dist-es/commands/CreateAppInstanceBotCommand.js +3 -10
- package/dist-es/commands/CreateAppInstanceCommand.js +3 -10
- package/dist-es/commands/CreateAppInstanceUserCommand.js +3 -10
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +3 -9
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +3 -9
- package/dist-es/commands/DeleteAppInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +3 -9
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +3 -10
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +3 -10
- package/dist-es/commands/DescribeAppInstanceCommand.js +3 -10
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +3 -10
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +3 -10
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +3 -9
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +3 -10
- package/dist-es/commands/ListAppInstanceBotsCommand.js +3 -10
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +3 -10
- package/dist-es/commands/ListAppInstanceUsersCommand.js +3 -10
- package/dist-es/commands/ListAppInstancesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +3 -9
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +3 -9
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +3 -10
- package/dist-es/commands/UpdateAppInstanceCommand.js +3 -10
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +3 -10
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -198
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1149 -0
- package/dist-types/ChimeSDKIdentityClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -160
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +133 -0
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -114
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +139 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1036
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "../commands/CreateAppInstanceAdminCommand";
|
|
4
|
-
import { CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput } from "../commands/CreateAppInstanceBotCommand";
|
|
5
|
-
import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "../commands/CreateAppInstanceCommand";
|
|
6
|
-
import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "../commands/CreateAppInstanceUserCommand";
|
|
7
|
-
import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "../commands/DeleteAppInstanceAdminCommand";
|
|
8
|
-
import { DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput } from "../commands/DeleteAppInstanceBotCommand";
|
|
9
|
-
import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "../commands/DeleteAppInstanceCommand";
|
|
10
|
-
import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "../commands/DeleteAppInstanceUserCommand";
|
|
11
|
-
import { DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput } from "../commands/DeregisterAppInstanceUserEndpointCommand";
|
|
12
|
-
import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "../commands/DescribeAppInstanceAdminCommand";
|
|
13
|
-
import { DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput } from "../commands/DescribeAppInstanceBotCommand";
|
|
14
|
-
import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "../commands/DescribeAppInstanceCommand";
|
|
15
|
-
import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "../commands/DescribeAppInstanceUserCommand";
|
|
16
|
-
import { DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput } from "../commands/DescribeAppInstanceUserEndpointCommand";
|
|
17
|
-
import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "../commands/GetAppInstanceRetentionSettingsCommand";
|
|
18
|
-
import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "../commands/ListAppInstanceAdminsCommand";
|
|
19
|
-
import { ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput } from "../commands/ListAppInstanceBotsCommand";
|
|
20
|
-
import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
|
|
21
|
-
import { ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput } from "../commands/ListAppInstanceUserEndpointsCommand";
|
|
22
|
-
import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "../commands/ListAppInstanceUsersCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "../commands/PutAppInstanceRetentionSettingsCommand";
|
|
25
|
-
import { PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput } from "../commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
26
|
-
import { RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput } from "../commands/RegisterAppInstanceUserEndpointCommand";
|
|
27
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
-
import { UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput } from "../commands/UpdateAppInstanceBotCommand";
|
|
30
|
-
import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "../commands/UpdateAppInstanceCommand";
|
|
31
|
-
import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "../commands/UpdateAppInstanceUserCommand";
|
|
32
|
-
import { UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput } from "../commands/UpdateAppInstanceUserEndpointCommand";
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_restJson1CreateAppInstanceCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_CreateAppInstanceCommand: (input: CreateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1CreateAppInstanceAdminCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_CreateAppInstanceAdminCommand: (input: CreateAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1CreateAppInstanceBotCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreateAppInstanceBotCommand: (input: CreateAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1CreateAppInstanceUserCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateAppInstanceUserCommand: (input: CreateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1DeleteAppInstanceCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_DeleteAppInstanceCommand: (input: DeleteAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1DeleteAppInstanceAdminCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DeleteAppInstanceAdminCommand: (input: DeleteAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1DeleteAppInstanceBotCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_DeleteAppInstanceBotCommand: (input: DeleteAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1DeleteAppInstanceUserCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DeleteAppInstanceUserCommand: (input: DeleteAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1DeregisterAppInstanceUserEndpointCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DeregisterAppInstanceUserEndpointCommand: (input: DeregisterAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1DescribeAppInstanceCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DescribeAppInstanceCommand: (input: DescribeAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1DescribeAppInstanceAdminCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DescribeAppInstanceAdminCommand: (input: DescribeAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1DescribeAppInstanceBotCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_DescribeAppInstanceBotCommand: (input: DescribeAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1DescribeAppInstanceUserCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_DescribeAppInstanceUserCommand: (input: DescribeAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1DescribeAppInstanceUserEndpointCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_DescribeAppInstanceUserEndpointCommand: (input: DescribeAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1GetAppInstanceRetentionSettingsCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_GetAppInstanceRetentionSettingsCommand: (input: GetAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1ListAppInstanceAdminsCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_ListAppInstanceAdminsCommand: (input: ListAppInstanceAdminsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1ListAppInstanceBotsCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_ListAppInstanceBotsCommand: (input: ListAppInstanceBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1ListAppInstancesCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_ListAppInstancesCommand: (input: ListAppInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1ListAppInstanceUserEndpointsCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_ListAppInstanceUserEndpointsCommand: (input: ListAppInstanceUserEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1ListAppInstanceUsersCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_ListAppInstanceUsersCommand: (input: ListAppInstanceUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restJson1PutAppInstanceRetentionSettingsCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_PutAppInstanceRetentionSettingsCommand: (input: PutAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_PutAppInstanceUserExpirationSettingsCommand: (input: PutAppInstanceUserExpirationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restJson1RegisterAppInstanceUserEndpointCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_RegisterAppInstanceUserEndpointCommand: (input: RegisterAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restJson1TagResourceCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_restJson1UpdateAppInstanceCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_UpdateAppInstanceCommand: (input: UpdateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_restJson1UpdateAppInstanceBotCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_UpdateAppInstanceBotCommand: (input: UpdateAppInstanceBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_restJson1UpdateAppInstanceUserCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_UpdateAppInstanceUserCommand: (input: UpdateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_restJson1UpdateAppInstanceUserEndpointCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_UpdateAppInstanceUserEndpointCommand: (input: UpdateAppInstanceUserEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_restJson1CreateAppInstanceCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_CreateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_restJson1CreateAppInstanceAdminCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_CreateAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceAdminCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_restJson1CreateAppInstanceBotCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_CreateAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceBotCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_restJson1CreateAppInstanceUserCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_CreateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceUserCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_restJson1DeleteAppInstanceCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_DeleteAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_restJson1DeleteAppInstanceAdminCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_DeleteAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceAdminCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_restJson1DeleteAppInstanceBotCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_DeleteAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceBotCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_restJson1DeleteAppInstanceUserCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_DeleteAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceUserCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_restJson1DeregisterAppInstanceUserEndpointCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_DeregisterAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAppInstanceUserEndpointCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_restJson1DescribeAppInstanceCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_DescribeAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_restJson1DescribeAppInstanceAdminCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_DescribeAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceAdminCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1DescribeAppInstanceBotCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_DescribeAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceBotCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_restJson1DescribeAppInstanceUserCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_DescribeAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_restJson1DescribeAppInstanceUserEndpointCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_DescribeAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserEndpointCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_GetAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_restJson1ListAppInstanceAdminsCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_ListAppInstanceAdminsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceAdminsCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_restJson1ListAppInstanceBotsCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_ListAppInstanceBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceBotsCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_restJson1ListAppInstancesCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_ListAppInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstancesCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_restJson1ListAppInstanceUserEndpointsCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_ListAppInstanceUserEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUserEndpointsCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_restJson1ListAppInstanceUsersCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_ListAppInstanceUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUsersCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const de_PutAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
|
|
241
|
-
/**
|
|
242
|
-
* deserializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const de_PutAppInstanceUserExpirationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* deserializeAws_restJson1RegisterAppInstanceUserEndpointCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const de_RegisterAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAppInstanceUserEndpointCommandOutput>;
|
|
249
|
-
/**
|
|
250
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_restJson1UpdateAppInstanceCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_UpdateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_restJson1UpdateAppInstanceBotCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_UpdateAppInstanceBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceBotCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_restJson1UpdateAppInstanceUserCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_UpdateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_restJson1UpdateAppInstanceUserEndpointCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_UpdateAppInstanceUserEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserEndpointCommandOutput>;
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateAppInstanceAdminCommandInput,
|
|
8
|
-
CreateAppInstanceAdminCommandOutput,
|
|
9
|
-
} from "../commands/CreateAppInstanceAdminCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateAppInstanceBotCommandInput,
|
|
12
|
-
CreateAppInstanceBotCommandOutput,
|
|
13
|
-
} from "../commands/CreateAppInstanceBotCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateAppInstanceCommandInput,
|
|
16
|
-
CreateAppInstanceCommandOutput,
|
|
17
|
-
} from "../commands/CreateAppInstanceCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateAppInstanceUserCommandInput,
|
|
20
|
-
CreateAppInstanceUserCommandOutput,
|
|
21
|
-
} from "../commands/CreateAppInstanceUserCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteAppInstanceAdminCommandInput,
|
|
24
|
-
DeleteAppInstanceAdminCommandOutput,
|
|
25
|
-
} from "../commands/DeleteAppInstanceAdminCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteAppInstanceBotCommandInput,
|
|
28
|
-
DeleteAppInstanceBotCommandOutput,
|
|
29
|
-
} from "../commands/DeleteAppInstanceBotCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteAppInstanceCommandInput,
|
|
32
|
-
DeleteAppInstanceCommandOutput,
|
|
33
|
-
} from "../commands/DeleteAppInstanceCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteAppInstanceUserCommandInput,
|
|
36
|
-
DeleteAppInstanceUserCommandOutput,
|
|
37
|
-
} from "../commands/DeleteAppInstanceUserCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeregisterAppInstanceUserEndpointCommandInput,
|
|
40
|
-
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
41
|
-
} from "../commands/DeregisterAppInstanceUserEndpointCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeAppInstanceAdminCommandInput,
|
|
44
|
-
DescribeAppInstanceAdminCommandOutput,
|
|
45
|
-
} from "../commands/DescribeAppInstanceAdminCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeAppInstanceBotCommandInput,
|
|
48
|
-
DescribeAppInstanceBotCommandOutput,
|
|
49
|
-
} from "../commands/DescribeAppInstanceBotCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeAppInstanceCommandInput,
|
|
52
|
-
DescribeAppInstanceCommandOutput,
|
|
53
|
-
} from "../commands/DescribeAppInstanceCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeAppInstanceUserCommandInput,
|
|
56
|
-
DescribeAppInstanceUserCommandOutput,
|
|
57
|
-
} from "../commands/DescribeAppInstanceUserCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeAppInstanceUserEndpointCommandInput,
|
|
60
|
-
DescribeAppInstanceUserEndpointCommandOutput,
|
|
61
|
-
} from "../commands/DescribeAppInstanceUserEndpointCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetAppInstanceRetentionSettingsCommandInput,
|
|
64
|
-
GetAppInstanceRetentionSettingsCommandOutput,
|
|
65
|
-
} from "../commands/GetAppInstanceRetentionSettingsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListAppInstanceAdminsCommandInput,
|
|
68
|
-
ListAppInstanceAdminsCommandOutput,
|
|
69
|
-
} from "../commands/ListAppInstanceAdminsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListAppInstanceBotsCommandInput,
|
|
72
|
-
ListAppInstanceBotsCommandOutput,
|
|
73
|
-
} from "../commands/ListAppInstanceBotsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListAppInstancesCommandInput,
|
|
76
|
-
ListAppInstancesCommandOutput,
|
|
77
|
-
} from "../commands/ListAppInstancesCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListAppInstanceUserEndpointsCommandInput,
|
|
80
|
-
ListAppInstanceUserEndpointsCommandOutput,
|
|
81
|
-
} from "../commands/ListAppInstanceUserEndpointsCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListAppInstanceUsersCommandInput,
|
|
84
|
-
ListAppInstanceUsersCommandOutput,
|
|
85
|
-
} from "../commands/ListAppInstanceUsersCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListTagsForResourceCommandInput,
|
|
88
|
-
ListTagsForResourceCommandOutput,
|
|
89
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
PutAppInstanceRetentionSettingsCommandInput,
|
|
92
|
-
PutAppInstanceRetentionSettingsCommandOutput,
|
|
93
|
-
} from "../commands/PutAppInstanceRetentionSettingsCommand";
|
|
94
|
-
import {
|
|
95
|
-
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
96
|
-
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
97
|
-
} from "../commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
98
|
-
import {
|
|
99
|
-
RegisterAppInstanceUserEndpointCommandInput,
|
|
100
|
-
RegisterAppInstanceUserEndpointCommandOutput,
|
|
101
|
-
} from "../commands/RegisterAppInstanceUserEndpointCommand";
|
|
102
|
-
import {
|
|
103
|
-
TagResourceCommandInput,
|
|
104
|
-
TagResourceCommandOutput,
|
|
105
|
-
} from "../commands/TagResourceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UntagResourceCommandInput,
|
|
108
|
-
UntagResourceCommandOutput,
|
|
109
|
-
} from "../commands/UntagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateAppInstanceBotCommandInput,
|
|
112
|
-
UpdateAppInstanceBotCommandOutput,
|
|
113
|
-
} from "../commands/UpdateAppInstanceBotCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateAppInstanceCommandInput,
|
|
116
|
-
UpdateAppInstanceCommandOutput,
|
|
117
|
-
} from "../commands/UpdateAppInstanceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateAppInstanceUserCommandInput,
|
|
120
|
-
UpdateAppInstanceUserCommandOutput,
|
|
121
|
-
} from "../commands/UpdateAppInstanceUserCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateAppInstanceUserEndpointCommandInput,
|
|
124
|
-
UpdateAppInstanceUserEndpointCommandOutput,
|
|
125
|
-
} from "../commands/UpdateAppInstanceUserEndpointCommand";
|
|
126
|
-
export declare const se_CreateAppInstanceCommand: (
|
|
127
|
-
input: CreateAppInstanceCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_CreateAppInstanceAdminCommand: (
|
|
131
|
-
input: CreateAppInstanceAdminCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreateAppInstanceBotCommand: (
|
|
135
|
-
input: CreateAppInstanceBotCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateAppInstanceUserCommand: (
|
|
139
|
-
input: CreateAppInstanceUserCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteAppInstanceCommand: (
|
|
143
|
-
input: DeleteAppInstanceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DeleteAppInstanceAdminCommand: (
|
|
147
|
-
input: DeleteAppInstanceAdminCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DeleteAppInstanceBotCommand: (
|
|
151
|
-
input: DeleteAppInstanceBotCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DeleteAppInstanceUserCommand: (
|
|
155
|
-
input: DeleteAppInstanceUserCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeregisterAppInstanceUserEndpointCommand: (
|
|
159
|
-
input: DeregisterAppInstanceUserEndpointCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DescribeAppInstanceCommand: (
|
|
163
|
-
input: DescribeAppInstanceCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DescribeAppInstanceAdminCommand: (
|
|
167
|
-
input: DescribeAppInstanceAdminCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DescribeAppInstanceBotCommand: (
|
|
171
|
-
input: DescribeAppInstanceBotCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DescribeAppInstanceUserCommand: (
|
|
175
|
-
input: DescribeAppInstanceUserCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DescribeAppInstanceUserEndpointCommand: (
|
|
179
|
-
input: DescribeAppInstanceUserEndpointCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetAppInstanceRetentionSettingsCommand: (
|
|
183
|
-
input: GetAppInstanceRetentionSettingsCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ListAppInstanceAdminsCommand: (
|
|
187
|
-
input: ListAppInstanceAdminsCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_ListAppInstanceBotsCommand: (
|
|
191
|
-
input: ListAppInstanceBotsCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListAppInstancesCommand: (
|
|
195
|
-
input: ListAppInstancesCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListAppInstanceUserEndpointsCommand: (
|
|
199
|
-
input: ListAppInstanceUserEndpointsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListAppInstanceUsersCommand: (
|
|
203
|
-
input: ListAppInstanceUsersCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
207
|
-
input: ListTagsForResourceCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_PutAppInstanceRetentionSettingsCommand: (
|
|
211
|
-
input: PutAppInstanceRetentionSettingsCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_PutAppInstanceUserExpirationSettingsCommand: (
|
|
215
|
-
input: PutAppInstanceUserExpirationSettingsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_RegisterAppInstanceUserEndpointCommand: (
|
|
219
|
-
input: RegisterAppInstanceUserEndpointCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_TagResourceCommand: (
|
|
223
|
-
input: TagResourceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UntagResourceCommand: (
|
|
227
|
-
input: UntagResourceCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_UpdateAppInstanceCommand: (
|
|
231
|
-
input: UpdateAppInstanceCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UpdateAppInstanceBotCommand: (
|
|
235
|
-
input: UpdateAppInstanceBotCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UpdateAppInstanceUserCommand: (
|
|
239
|
-
input: UpdateAppInstanceUserCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdateAppInstanceUserEndpointCommand: (
|
|
243
|
-
input: UpdateAppInstanceUserEndpointCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const de_CreateAppInstanceCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<CreateAppInstanceCommandOutput>;
|
|
250
|
-
export declare const de_CreateAppInstanceAdminCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<CreateAppInstanceAdminCommandOutput>;
|
|
254
|
-
export declare const de_CreateAppInstanceBotCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateAppInstanceBotCommandOutput>;
|
|
258
|
-
export declare const de_CreateAppInstanceUserCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateAppInstanceUserCommandOutput>;
|
|
262
|
-
export declare const de_DeleteAppInstanceCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<DeleteAppInstanceCommandOutput>;
|
|
266
|
-
export declare const de_DeleteAppInstanceAdminCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<DeleteAppInstanceAdminCommandOutput>;
|
|
270
|
-
export declare const de_DeleteAppInstanceBotCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<DeleteAppInstanceBotCommandOutput>;
|
|
274
|
-
export declare const de_DeleteAppInstanceUserCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DeleteAppInstanceUserCommandOutput>;
|
|
278
|
-
export declare const de_DeregisterAppInstanceUserEndpointCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DeregisterAppInstanceUserEndpointCommandOutput>;
|
|
282
|
-
export declare const de_DescribeAppInstanceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DescribeAppInstanceCommandOutput>;
|
|
286
|
-
export declare const de_DescribeAppInstanceAdminCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DescribeAppInstanceAdminCommandOutput>;
|
|
290
|
-
export declare const de_DescribeAppInstanceBotCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DescribeAppInstanceBotCommandOutput>;
|
|
294
|
-
export declare const de_DescribeAppInstanceUserCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DescribeAppInstanceUserCommandOutput>;
|
|
298
|
-
export declare const de_DescribeAppInstanceUserEndpointCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DescribeAppInstanceUserEndpointCommandOutput>;
|
|
302
|
-
export declare const de_GetAppInstanceRetentionSettingsCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
|
|
306
|
-
export declare const de_ListAppInstanceAdminsCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<ListAppInstanceAdminsCommandOutput>;
|
|
310
|
-
export declare const de_ListAppInstanceBotsCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<ListAppInstanceBotsCommandOutput>;
|
|
314
|
-
export declare const de_ListAppInstancesCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<ListAppInstancesCommandOutput>;
|
|
318
|
-
export declare const de_ListAppInstanceUserEndpointsCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<ListAppInstanceUserEndpointsCommandOutput>;
|
|
322
|
-
export declare const de_ListAppInstanceUsersCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListAppInstanceUsersCommandOutput>;
|
|
326
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
330
|
-
export declare const de_PutAppInstanceRetentionSettingsCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
|
|
334
|
-
export declare const de_PutAppInstanceUserExpirationSettingsCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
338
|
-
export declare const de_RegisterAppInstanceUserEndpointCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<RegisterAppInstanceUserEndpointCommandOutput>;
|
|
342
|
-
export declare const de_TagResourceCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<TagResourceCommandOutput>;
|
|
346
|
-
export declare const de_UntagResourceCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
350
|
-
export declare const de_UpdateAppInstanceCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<UpdateAppInstanceCommandOutput>;
|
|
354
|
-
export declare const de_UpdateAppInstanceBotCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<UpdateAppInstanceBotCommandOutput>;
|
|
358
|
-
export declare const de_UpdateAppInstanceUserCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<UpdateAppInstanceUserCommandOutput>;
|
|
362
|
-
export declare const de_UpdateAppInstanceUserEndpointCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UpdateAppInstanceUserEndpointCommandOutput>;
|