@aws-sdk/client-chime-sdk-identity 3.279.0 → 3.282.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/README.md +195 -0
  2. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +6 -0
  8. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +6 -0
  13. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +6 -0
  14. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +6 -0
  15. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +6 -0
  17. package/dist-types/commands/ListAppInstancesCommand.d.ts +6 -0
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  19. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +6 -0
  20. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +6 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -0
  26. package/package.json +17 -17
package/README.md CHANGED
@@ -206,3 +206,198 @@ To contribute to client you can check our [generate clients scripts](https://git
206
206
  This SDK is distributed under the
207
207
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
208
208
  see LICENSE for more information.
209
+
210
+ ## Client Commands (Operations List)
211
+
212
+ <details>
213
+ <summary>
214
+ CreateAppInstance
215
+ </summary>
216
+
217
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/createappinstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstancecommandoutput.html)
218
+
219
+ </details>
220
+ <details>
221
+ <summary>
222
+ CreateAppInstanceAdmin
223
+ </summary>
224
+
225
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/createappinstanceadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstanceadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstanceadmincommandoutput.html)
226
+
227
+ </details>
228
+ <details>
229
+ <summary>
230
+ CreateAppInstanceUser
231
+ </summary>
232
+
233
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/createappinstanceusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstanceusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/createappinstanceusercommandoutput.html)
234
+
235
+ </details>
236
+ <details>
237
+ <summary>
238
+ DeleteAppInstance
239
+ </summary>
240
+
241
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/deleteappinstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstancecommandoutput.html)
242
+
243
+ </details>
244
+ <details>
245
+ <summary>
246
+ DeleteAppInstanceAdmin
247
+ </summary>
248
+
249
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/deleteappinstanceadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstanceadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstanceadmincommandoutput.html)
250
+
251
+ </details>
252
+ <details>
253
+ <summary>
254
+ DeleteAppInstanceUser
255
+ </summary>
256
+
257
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/deleteappinstanceusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstanceusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deleteappinstanceusercommandoutput.html)
258
+
259
+ </details>
260
+ <details>
261
+ <summary>
262
+ DeregisterAppInstanceUserEndpoint
263
+ </summary>
264
+
265
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/deregisterappinstanceuserendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deregisterappinstanceuserendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/deregisterappinstanceuserendpointcommandoutput.html)
266
+
267
+ </details>
268
+ <details>
269
+ <summary>
270
+ DescribeAppInstance
271
+ </summary>
272
+
273
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/describeappinstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstancecommandoutput.html)
274
+
275
+ </details>
276
+ <details>
277
+ <summary>
278
+ DescribeAppInstanceAdmin
279
+ </summary>
280
+
281
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/describeappinstanceadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceadmincommandoutput.html)
282
+
283
+ </details>
284
+ <details>
285
+ <summary>
286
+ DescribeAppInstanceUser
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/describeappinstanceusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceusercommandoutput.html)
290
+
291
+ </details>
292
+ <details>
293
+ <summary>
294
+ DescribeAppInstanceUserEndpoint
295
+ </summary>
296
+
297
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/describeappinstanceuserendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceuserendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/describeappinstanceuserendpointcommandoutput.html)
298
+
299
+ </details>
300
+ <details>
301
+ <summary>
302
+ GetAppInstanceRetentionSettings
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/getappinstanceretentionsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/getappinstanceretentionsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/getappinstanceretentionsettingscommandoutput.html)
306
+
307
+ </details>
308
+ <details>
309
+ <summary>
310
+ ListAppInstanceAdmins
311
+ </summary>
312
+
313
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/listappinstanceadminscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceadminscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceadminscommandoutput.html)
314
+
315
+ </details>
316
+ <details>
317
+ <summary>
318
+ ListAppInstances
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/listappinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstancescommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ ListAppInstanceUserEndpoints
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/listappinstanceuserendpointscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceuserendpointscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceuserendpointscommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ ListAppInstanceUsers
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/listappinstanceuserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceuserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listappinstanceuserscommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ ListTagsForResource
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/listtagsforresourcecommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ PutAppInstanceRetentionSettings
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/putappinstanceretentionsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/putappinstanceretentionsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/putappinstanceretentionsettingscommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ RegisterAppInstanceUserEndpoint
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/registerappinstanceuserendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/registerappinstanceuserendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/registerappinstanceuserendpointcommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ TagResource
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/tagresourcecommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ UntagResource
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/untagresourcecommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ UpdateAppInstance
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/updateappinstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstancecommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ UpdateAppInstanceUser
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/updateappinstanceusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstanceusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstanceusercommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ UpdateAppInstanceUserEndpoint
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/classes/updateappinstanceuserendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstanceuserendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-identity/interfaces/updateappinstanceuserendpointcommandoutput.html)
402
+
403
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAppInstanceAdminCommand}.
8
+ */
6
9
  export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdminRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAppInstanceAdminCommand}.
13
+ */
8
14
  export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAppInstanceCommand}.
8
+ */
6
9
  export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAppInstanceCommand}.
13
+ */
8
14
  export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAppInstanceUserCommand}.
8
+ */
6
9
  export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAppInstanceUserCommand}.
13
+ */
8
14
  export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DeleteAppInstanceAdminRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAppInstanceAdminCommand}.
8
+ */
6
9
  export interface DeleteAppInstanceAdminCommandInput extends DeleteAppInstanceAdminRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAppInstanceAdminCommand}.
13
+ */
8
14
  export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DeleteAppInstanceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAppInstanceCommand}.
8
+ */
6
9
  export interface DeleteAppInstanceCommandInput extends DeleteAppInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAppInstanceCommand}.
13
+ */
8
14
  export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DeleteAppInstanceUserRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAppInstanceUserCommand}.
8
+ */
6
9
  export interface DeleteAppInstanceUserCommandInput extends DeleteAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAppInstanceUserCommand}.
13
+ */
8
14
  export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeregisterAppInstanceUserEndpointCommand}.
8
+ */
6
9
  export interface DeregisterAppInstanceUserEndpointCommandInput extends DeregisterAppInstanceUserEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterAppInstanceUserEndpointCommand}.
13
+ */
8
14
  export interface DeregisterAppInstanceUserEndpointCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAppInstanceAdminCommand}.
8
+ */
6
9
  export interface DescribeAppInstanceAdminCommandInput extends DescribeAppInstanceAdminRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAppInstanceAdminCommand}.
13
+ */
8
14
  export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstanceAdminResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAppInstanceCommand}.
8
+ */
6
9
  export interface DescribeAppInstanceCommandInput extends DescribeAppInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAppInstanceCommand}.
13
+ */
8
14
  export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAppInstanceUserCommand}.
8
+ */
6
9
  export interface DescribeAppInstanceUserCommandInput extends DescribeAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAppInstanceUserCommand}.
13
+ */
8
14
  export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { DescribeAppInstanceUserEndpointRequest, DescribeAppInstanceUserEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAppInstanceUserEndpointCommand}.
8
+ */
6
9
  export interface DescribeAppInstanceUserEndpointCommandInput extends DescribeAppInstanceUserEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAppInstanceUserEndpointCommand}.
13
+ */
8
14
  export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAppInstanceUserEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAppInstanceRetentionSettingsCommand}.
8
+ */
6
9
  export interface GetAppInstanceRetentionSettingsCommandInput extends GetAppInstanceRetentionSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAppInstanceRetentionSettingsCommand}.
13
+ */
8
14
  export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInstanceRetentionSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppInstanceAdminsCommand}.
8
+ */
6
9
  export interface ListAppInstanceAdminsCommandInput extends ListAppInstanceAdminsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppInstanceAdminsCommand}.
13
+ */
8
14
  export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdminsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { ListAppInstanceUserEndpointsRequest, ListAppInstanceUserEndpointsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppInstanceUserEndpointsCommand}.
8
+ */
6
9
  export interface ListAppInstanceUserEndpointsCommandInput extends ListAppInstanceUserEndpointsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppInstanceUserEndpointsCommand}.
13
+ */
8
14
  export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstanceUserEndpointsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppInstanceUsersCommand}.
8
+ */
6
9
  export interface ListAppInstanceUsersCommandInput extends ListAppInstanceUsersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppInstanceUsersCommand}.
13
+ */
8
14
  export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppInstancesCommand}.
8
+ */
6
9
  export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppInstancesCommand}.
13
+ */
8
14
  export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutAppInstanceRetentionSettingsCommand}.
8
+ */
6
9
  export interface PutAppInstanceRetentionSettingsCommandInput extends PutAppInstanceRetentionSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAppInstanceRetentionSettingsCommand}.
13
+ */
8
14
  export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInstanceRetentionSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { RegisterAppInstanceUserEndpointRequest, RegisterAppInstanceUserEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RegisterAppInstanceUserEndpointCommand}.
8
+ */
6
9
  export interface RegisterAppInstanceUserEndpointCommandInput extends RegisterAppInstanceUserEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterAppInstanceUserEndpointCommand}.
13
+ */
8
14
  export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAppInstanceUserEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAppInstanceCommand}.
8
+ */
6
9
  export interface UpdateAppInstanceCommandInput extends UpdateAppInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAppInstanceCommand}.
13
+ */
8
14
  export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { UpdateAppInstanceUserRequest, UpdateAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAppInstanceUserCommand}.
8
+ */
6
9
  export interface UpdateAppInstanceUserCommandInput extends UpdateAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAppInstanceUserCommand}.
13
+ */
8
14
  export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
5
5
  import { UpdateAppInstanceUserEndpointRequest, UpdateAppInstanceUserEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAppInstanceUserEndpointCommand}.
8
+ */
6
9
  export interface UpdateAppInstanceUserEndpointCommandInput extends UpdateAppInstanceUserEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAppInstanceUserEndpointCommand}.
13
+ */
8
14
  export interface UpdateAppInstanceUserEndpointCommandOutput extends UpdateAppInstanceUserEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-identity",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"