@aws-sdk/client-chime-sdk-identity 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +0 -24
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -165
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-identity
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-identity
|
|
@@ -96,7 +96,6 @@ import {
|
|
|
96
96
|
UpdateAppInstanceUserEndpointCommandInput,
|
|
97
97
|
UpdateAppInstanceUserEndpointCommandOutput,
|
|
98
98
|
} from "./commands/UpdateAppInstanceUserEndpointCommand";
|
|
99
|
-
|
|
100
99
|
export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
101
100
|
createAppInstance(
|
|
102
101
|
args: CreateAppInstanceCommandInput,
|
|
@@ -111,7 +110,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
111
110
|
options: __HttpHandlerOptions,
|
|
112
111
|
cb: (err: any, data?: CreateAppInstanceCommandOutput) => void
|
|
113
112
|
): void;
|
|
114
|
-
|
|
115
113
|
createAppInstanceAdmin(
|
|
116
114
|
args: CreateAppInstanceAdminCommandInput,
|
|
117
115
|
options?: __HttpHandlerOptions
|
|
@@ -125,7 +123,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
125
123
|
options: __HttpHandlerOptions,
|
|
126
124
|
cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
|
|
127
125
|
): void;
|
|
128
|
-
|
|
129
126
|
createAppInstanceUser(
|
|
130
127
|
args: CreateAppInstanceUserCommandInput,
|
|
131
128
|
options?: __HttpHandlerOptions
|
|
@@ -139,7 +136,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
139
136
|
options: __HttpHandlerOptions,
|
|
140
137
|
cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void
|
|
141
138
|
): void;
|
|
142
|
-
|
|
143
139
|
deleteAppInstance(
|
|
144
140
|
args: DeleteAppInstanceCommandInput,
|
|
145
141
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +149,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
153
149
|
options: __HttpHandlerOptions,
|
|
154
150
|
cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void
|
|
155
151
|
): void;
|
|
156
|
-
|
|
157
152
|
deleteAppInstanceAdmin(
|
|
158
153
|
args: DeleteAppInstanceAdminCommandInput,
|
|
159
154
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +162,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
167
162
|
options: __HttpHandlerOptions,
|
|
168
163
|
cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void
|
|
169
164
|
): void;
|
|
170
|
-
|
|
171
165
|
deleteAppInstanceUser(
|
|
172
166
|
args: DeleteAppInstanceUserCommandInput,
|
|
173
167
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +175,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
181
175
|
options: __HttpHandlerOptions,
|
|
182
176
|
cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void
|
|
183
177
|
): void;
|
|
184
|
-
|
|
185
178
|
deregisterAppInstanceUserEndpoint(
|
|
186
179
|
args: DeregisterAppInstanceUserEndpointCommandInput,
|
|
187
180
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +194,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
201
194
|
data?: DeregisterAppInstanceUserEndpointCommandOutput
|
|
202
195
|
) => void
|
|
203
196
|
): void;
|
|
204
|
-
|
|
205
197
|
describeAppInstance(
|
|
206
198
|
args: DescribeAppInstanceCommandInput,
|
|
207
199
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +207,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
215
207
|
options: __HttpHandlerOptions,
|
|
216
208
|
cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void
|
|
217
209
|
): void;
|
|
218
|
-
|
|
219
210
|
describeAppInstanceAdmin(
|
|
220
211
|
args: DescribeAppInstanceAdminCommandInput,
|
|
221
212
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +220,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
229
220
|
options: __HttpHandlerOptions,
|
|
230
221
|
cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
|
|
231
222
|
): void;
|
|
232
|
-
|
|
233
223
|
describeAppInstanceUser(
|
|
234
224
|
args: DescribeAppInstanceUserCommandInput,
|
|
235
225
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +233,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
243
233
|
options: __HttpHandlerOptions,
|
|
244
234
|
cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void
|
|
245
235
|
): void;
|
|
246
|
-
|
|
247
236
|
describeAppInstanceUserEndpoint(
|
|
248
237
|
args: DescribeAppInstanceUserEndpointCommandInput,
|
|
249
238
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +246,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
257
246
|
options: __HttpHandlerOptions,
|
|
258
247
|
cb: (err: any, data?: DescribeAppInstanceUserEndpointCommandOutput) => void
|
|
259
248
|
): void;
|
|
260
|
-
|
|
261
249
|
getAppInstanceRetentionSettings(
|
|
262
250
|
args: GetAppInstanceRetentionSettingsCommandInput,
|
|
263
251
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +259,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
271
259
|
options: __HttpHandlerOptions,
|
|
272
260
|
cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void
|
|
273
261
|
): void;
|
|
274
|
-
|
|
275
262
|
listAppInstanceAdmins(
|
|
276
263
|
args: ListAppInstanceAdminsCommandInput,
|
|
277
264
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +272,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
285
272
|
options: __HttpHandlerOptions,
|
|
286
273
|
cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
|
|
287
274
|
): void;
|
|
288
|
-
|
|
289
275
|
listAppInstances(
|
|
290
276
|
args: ListAppInstancesCommandInput,
|
|
291
277
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +285,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
299
285
|
options: __HttpHandlerOptions,
|
|
300
286
|
cb: (err: any, data?: ListAppInstancesCommandOutput) => void
|
|
301
287
|
): void;
|
|
302
|
-
|
|
303
288
|
listAppInstanceUserEndpoints(
|
|
304
289
|
args: ListAppInstanceUserEndpointsCommandInput,
|
|
305
290
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +298,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
313
298
|
options: __HttpHandlerOptions,
|
|
314
299
|
cb: (err: any, data?: ListAppInstanceUserEndpointsCommandOutput) => void
|
|
315
300
|
): void;
|
|
316
|
-
|
|
317
301
|
listAppInstanceUsers(
|
|
318
302
|
args: ListAppInstanceUsersCommandInput,
|
|
319
303
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +311,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
327
311
|
options: __HttpHandlerOptions,
|
|
328
312
|
cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void
|
|
329
313
|
): void;
|
|
330
|
-
|
|
331
314
|
listTagsForResource(
|
|
332
315
|
args: ListTagsForResourceCommandInput,
|
|
333
316
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +324,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
341
324
|
options: __HttpHandlerOptions,
|
|
342
325
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
343
326
|
): void;
|
|
344
|
-
|
|
345
327
|
putAppInstanceRetentionSettings(
|
|
346
328
|
args: PutAppInstanceRetentionSettingsCommandInput,
|
|
347
329
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +337,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
355
337
|
options: __HttpHandlerOptions,
|
|
356
338
|
cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
|
|
357
339
|
): void;
|
|
358
|
-
|
|
359
340
|
registerAppInstanceUserEndpoint(
|
|
360
341
|
args: RegisterAppInstanceUserEndpointCommandInput,
|
|
361
342
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +350,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
369
350
|
options: __HttpHandlerOptions,
|
|
370
351
|
cb: (err: any, data?: RegisterAppInstanceUserEndpointCommandOutput) => void
|
|
371
352
|
): void;
|
|
372
|
-
|
|
373
353
|
tagResource(
|
|
374
354
|
args: TagResourceCommandInput,
|
|
375
355
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +363,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
383
363
|
options: __HttpHandlerOptions,
|
|
384
364
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
385
365
|
): void;
|
|
386
|
-
|
|
387
366
|
untagResource(
|
|
388
367
|
args: UntagResourceCommandInput,
|
|
389
368
|
options?: __HttpHandlerOptions
|
|
@@ -397,7 +376,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
397
376
|
options: __HttpHandlerOptions,
|
|
398
377
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
399
378
|
): void;
|
|
400
|
-
|
|
401
379
|
updateAppInstance(
|
|
402
380
|
args: UpdateAppInstanceCommandInput,
|
|
403
381
|
options?: __HttpHandlerOptions
|
|
@@ -411,7 +389,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
411
389
|
options: __HttpHandlerOptions,
|
|
412
390
|
cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
|
|
413
391
|
): void;
|
|
414
|
-
|
|
415
392
|
updateAppInstanceUser(
|
|
416
393
|
args: UpdateAppInstanceUserCommandInput,
|
|
417
394
|
options?: __HttpHandlerOptions
|
|
@@ -425,7 +402,6 @@ export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient {
|
|
|
425
402
|
options: __HttpHandlerOptions,
|
|
426
403
|
cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void
|
|
427
404
|
): void;
|
|
428
|
-
|
|
429
405
|
updateAppInstanceUserEndpoint(
|
|
430
406
|
args: UpdateAppInstanceUserEndpointCommandInput,
|
|
431
407
|
options?: __HttpHandlerOptions
|
|
@@ -191,47 +191,26 @@ export declare type ServiceOutputTypes =
|
|
|
191
191
|
export interface ClientDefaults
|
|
192
192
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
193
193
|
requestHandler?: __HttpHandler;
|
|
194
|
-
|
|
195
194
|
sha256?: __HashConstructor;
|
|
196
|
-
|
|
197
195
|
urlParser?: __UrlParser;
|
|
198
|
-
|
|
199
196
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
200
|
-
|
|
201
197
|
streamCollector?: __StreamCollector;
|
|
202
|
-
|
|
203
198
|
base64Decoder?: __Decoder;
|
|
204
|
-
|
|
205
199
|
base64Encoder?: __Encoder;
|
|
206
|
-
|
|
207
200
|
utf8Decoder?: __Decoder;
|
|
208
|
-
|
|
209
201
|
utf8Encoder?: __Encoder;
|
|
210
|
-
|
|
211
202
|
runtime?: string;
|
|
212
|
-
|
|
213
203
|
disableHostPrefix?: boolean;
|
|
214
|
-
|
|
215
204
|
maxAttempts?: number | __Provider<number>;
|
|
216
|
-
|
|
217
205
|
retryMode?: string | __Provider<string>;
|
|
218
|
-
|
|
219
206
|
logger?: __Logger;
|
|
220
|
-
|
|
221
207
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
222
|
-
|
|
223
208
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
224
|
-
|
|
225
209
|
serviceId?: string;
|
|
226
|
-
|
|
227
210
|
region?: string | __Provider<string>;
|
|
228
|
-
|
|
229
211
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
230
|
-
|
|
231
212
|
regionInfoProvider?: RegionInfoProvider;
|
|
232
|
-
|
|
233
213
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
234
|
-
|
|
235
214
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
236
215
|
}
|
|
237
216
|
declare type ChimeSDKIdentityClientConfigType = Partial<
|
|
@@ -244,7 +223,6 @@ declare type ChimeSDKIdentityClientConfigType = Partial<
|
|
|
244
223
|
HostHeaderInputConfig &
|
|
245
224
|
AwsAuthInputConfig &
|
|
246
225
|
UserAgentInputConfig;
|
|
247
|
-
|
|
248
226
|
export interface ChimeSDKIdentityClientConfig
|
|
249
227
|
extends ChimeSDKIdentityClientConfigType {}
|
|
250
228
|
declare type ChimeSDKIdentityClientResolvedConfigType =
|
|
@@ -256,10 +234,8 @@ declare type ChimeSDKIdentityClientResolvedConfigType =
|
|
|
256
234
|
HostHeaderResolvedConfig &
|
|
257
235
|
AwsAuthResolvedConfig &
|
|
258
236
|
UserAgentResolvedConfig;
|
|
259
|
-
|
|
260
237
|
export interface ChimeSDKIdentityClientResolvedConfig
|
|
261
238
|
extends ChimeSDKIdentityClientResolvedConfigType {}
|
|
262
|
-
|
|
263
239
|
export declare class ChimeSDKIdentityClient extends __Client<
|
|
264
240
|
__HttpHandlerOptions,
|
|
265
241
|
ServiceInputTypes,
|
|
@@ -268,7 +244,6 @@ export declare class ChimeSDKIdentityClient extends __Client<
|
|
|
268
244
|
> {
|
|
269
245
|
readonly config: ChimeSDKIdentityClientResolvedConfig;
|
|
270
246
|
constructor(configuration: ChimeSDKIdentityClientConfig);
|
|
271
|
-
|
|
272
247
|
destroy(): void;
|
|
273
248
|
}
|
|
274
249
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateAppInstanceAdminCommandInput
|
|
|
19
19
|
export interface CreateAppInstanceAdminCommandOutput
|
|
20
20
|
extends CreateAppInstanceAdminResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAppInstanceAdminCommand extends $Command<
|
|
24
23
|
CreateAppInstanceAdminCommandInput,
|
|
25
24
|
CreateAppInstanceAdminCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAppInstanceAdminCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAppInstanceAdminCommandInput;
|
|
29
28
|
constructor(input: CreateAppInstanceAdminCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAppInstanceCommandInput
|
|
|
19
19
|
export interface CreateAppInstanceCommandOutput
|
|
20
20
|
extends CreateAppInstanceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAppInstanceCommand extends $Command<
|
|
24
23
|
CreateAppInstanceCommandInput,
|
|
25
24
|
CreateAppInstanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAppInstanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAppInstanceCommandInput;
|
|
29
28
|
constructor(input: CreateAppInstanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAppInstanceUserCommandInput
|
|
|
19
19
|
export interface CreateAppInstanceUserCommandOutput
|
|
20
20
|
extends CreateAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAppInstanceUserCommand extends $Command<
|
|
24
23
|
CreateAppInstanceUserCommandInput,
|
|
25
24
|
CreateAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAppInstanceUserCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: CreateAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteAppInstanceAdminCommandInput
|
|
15
15
|
extends DeleteAppInstanceAdminRequest {}
|
|
16
16
|
export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteAppInstanceAdminCommand extends $Command<
|
|
19
18
|
DeleteAppInstanceAdminCommandInput,
|
|
20
19
|
DeleteAppInstanceAdminCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteAppInstanceAdminCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteAppInstanceAdminCommandInput;
|
|
24
23
|
constructor(input: DeleteAppInstanceAdminCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteAppInstanceRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteAppInstanceCommandInput
|
|
15
15
|
extends DeleteAppInstanceRequest {}
|
|
16
16
|
export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteAppInstanceCommand extends $Command<
|
|
19
18
|
DeleteAppInstanceCommandInput,
|
|
20
19
|
DeleteAppInstanceCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteAppInstanceCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteAppInstanceCommandInput;
|
|
24
23
|
constructor(input: DeleteAppInstanceCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteAppInstanceUserRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteAppInstanceUserCommandInput
|
|
15
15
|
extends DeleteAppInstanceUserRequest {}
|
|
16
16
|
export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteAppInstanceUserCommand extends $Command<
|
|
19
18
|
DeleteAppInstanceUserCommandInput,
|
|
20
19
|
DeleteAppInstanceUserCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteAppInstanceUserCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteAppInstanceUserCommandInput;
|
|
24
23
|
constructor(input: DeleteAppInstanceUserCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeregisterAppInstanceUserEndpointCommandInput
|
|
|
15
15
|
extends DeregisterAppInstanceUserEndpointRequest {}
|
|
16
16
|
export interface DeregisterAppInstanceUserEndpointCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeregisterAppInstanceUserEndpointCommand extends $Command<
|
|
20
19
|
DeregisterAppInstanceUserEndpointCommandInput,
|
|
21
20
|
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeregisterAppInstanceUserEndpointCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeregisterAppInstanceUserEndpointCommandInput;
|
|
25
24
|
constructor(input: DeregisterAppInstanceUserEndpointCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAppInstanceAdminCommandInput
|
|
|
19
19
|
export interface DescribeAppInstanceAdminCommandOutput
|
|
20
20
|
extends DescribeAppInstanceAdminResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAppInstanceAdminCommand extends $Command<
|
|
24
23
|
DescribeAppInstanceAdminCommandInput,
|
|
25
24
|
DescribeAppInstanceAdminCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAppInstanceAdminCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAppInstanceAdminCommandInput;
|
|
29
28
|
constructor(input: DescribeAppInstanceAdminCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAppInstanceCommandInput
|
|
|
19
19
|
export interface DescribeAppInstanceCommandOutput
|
|
20
20
|
extends DescribeAppInstanceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAppInstanceCommand extends $Command<
|
|
24
23
|
DescribeAppInstanceCommandInput,
|
|
25
24
|
DescribeAppInstanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAppInstanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAppInstanceCommandInput;
|
|
29
28
|
constructor(input: DescribeAppInstanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAppInstanceUserCommandInput
|
|
|
19
19
|
export interface DescribeAppInstanceUserCommandOutput
|
|
20
20
|
extends DescribeAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAppInstanceUserCommand extends $Command<
|
|
24
23
|
DescribeAppInstanceUserCommandInput,
|
|
25
24
|
DescribeAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAppInstanceUserCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: DescribeAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAppInstanceUserEndpointCommandInput
|
|
|
19
19
|
export interface DescribeAppInstanceUserEndpointCommandOutput
|
|
20
20
|
extends DescribeAppInstanceUserEndpointResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAppInstanceUserEndpointCommand extends $Command<
|
|
24
23
|
DescribeAppInstanceUserEndpointCommandInput,
|
|
25
24
|
DescribeAppInstanceUserEndpointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAppInstanceUserEndpointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAppInstanceUserEndpointCommandInput;
|
|
29
28
|
constructor(input: DescribeAppInstanceUserEndpointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAppInstanceRetentionSettingsCommandInput
|
|
|
19
19
|
export interface GetAppInstanceRetentionSettingsCommandOutput
|
|
20
20
|
extends GetAppInstanceRetentionSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAppInstanceRetentionSettingsCommand extends $Command<
|
|
24
23
|
GetAppInstanceRetentionSettingsCommandInput,
|
|
25
24
|
GetAppInstanceRetentionSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAppInstanceRetentionSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAppInstanceRetentionSettingsCommandInput;
|
|
29
28
|
constructor(input: GetAppInstanceRetentionSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppInstanceAdminsCommandInput
|
|
|
19
19
|
export interface ListAppInstanceAdminsCommandOutput
|
|
20
20
|
extends ListAppInstanceAdminsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppInstanceAdminsCommand extends $Command<
|
|
24
23
|
ListAppInstanceAdminsCommandInput,
|
|
25
24
|
ListAppInstanceAdminsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppInstanceAdminsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppInstanceAdminsCommandInput;
|
|
29
28
|
constructor(input: ListAppInstanceAdminsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppInstanceUserEndpointsCommandInput
|
|
|
19
19
|
export interface ListAppInstanceUserEndpointsCommandOutput
|
|
20
20
|
extends ListAppInstanceUserEndpointsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppInstanceUserEndpointsCommand extends $Command<
|
|
24
23
|
ListAppInstanceUserEndpointsCommandInput,
|
|
25
24
|
ListAppInstanceUserEndpointsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppInstanceUserEndpointsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppInstanceUserEndpointsCommandInput;
|
|
29
28
|
constructor(input: ListAppInstanceUserEndpointsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppInstanceUsersCommandInput
|
|
|
19
19
|
export interface ListAppInstanceUsersCommandOutput
|
|
20
20
|
extends ListAppInstanceUsersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppInstanceUsersCommand extends $Command<
|
|
24
23
|
ListAppInstanceUsersCommandInput,
|
|
25
24
|
ListAppInstanceUsersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppInstanceUsersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppInstanceUsersCommandInput;
|
|
29
28
|
constructor(input: ListAppInstanceUsersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {}
|
|
|
18
18
|
export interface ListAppInstancesCommandOutput
|
|
19
19
|
extends ListAppInstancesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListAppInstancesCommand extends $Command<
|
|
23
22
|
ListAppInstancesCommandInput,
|
|
24
23
|
ListAppInstancesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListAppInstancesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListAppInstancesCommandInput;
|
|
28
27
|
constructor(input: ListAppInstancesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutAppInstanceRetentionSettingsCommandInput
|
|
|
19
19
|
export interface PutAppInstanceRetentionSettingsCommandOutput
|
|
20
20
|
extends PutAppInstanceRetentionSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutAppInstanceRetentionSettingsCommand extends $Command<
|
|
24
23
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
25
24
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutAppInstanceRetentionSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutAppInstanceRetentionSettingsCommandInput;
|
|
29
28
|
constructor(input: PutAppInstanceRetentionSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RegisterAppInstanceUserEndpointCommandInput
|
|
|
19
19
|
export interface RegisterAppInstanceUserEndpointCommandOutput
|
|
20
20
|
extends RegisterAppInstanceUserEndpointResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterAppInstanceUserEndpointCommand extends $Command<
|
|
24
23
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
25
24
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterAppInstanceUserEndpointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterAppInstanceUserEndpointCommandInput;
|
|
29
28
|
constructor(input: RegisterAppInstanceUserEndpointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAppInstanceCommandInput
|
|
|
19
19
|
export interface UpdateAppInstanceCommandOutput
|
|
20
20
|
extends UpdateAppInstanceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAppInstanceCommand extends $Command<
|
|
24
23
|
UpdateAppInstanceCommandInput,
|
|
25
24
|
UpdateAppInstanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAppInstanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAppInstanceCommandInput;
|
|
29
28
|
constructor(input: UpdateAppInstanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAppInstanceUserCommandInput
|
|
|
19
19
|
export interface UpdateAppInstanceUserCommandOutput
|
|
20
20
|
extends UpdateAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAppInstanceUserCommand extends $Command<
|
|
24
23
|
UpdateAppInstanceUserCommandInput,
|
|
25
24
|
UpdateAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAppInstanceUserCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: UpdateAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKIdentityClientResolvedConfig,
|