@aws-sdk/client-chime-sdk-identity 3.296.0 → 3.298.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 (118) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/ChimeSDKIdentity.js +90 -0
  3. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +1 -1
  4. package/dist-cjs/commands/CreateAppInstanceBotCommand.js +46 -0
  5. package/dist-cjs/commands/CreateAppInstanceCommand.js +1 -1
  6. package/dist-cjs/commands/CreateAppInstanceUserCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +45 -0
  9. package/dist-cjs/commands/DeleteAppInstanceCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +2 -3
  11. package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
  12. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeAppInstanceCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +1 -1
  16. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
  17. package/dist-cjs/commands/ListAppInstanceBotsCommand.js +46 -0
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  19. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
  20. package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +45 -0
  21. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  22. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  23. package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateAppInstanceCommand.js +1 -1
  25. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +1 -1
  26. package/dist-cjs/commands/index.js +6 -0
  27. package/dist-cjs/endpoint/ruleset.js +3 -3
  28. package/dist-cjs/models/models_0.js +62 -77
  29. package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +552 -1
  32. package/dist-es/ChimeSDKIdentity.js +90 -0
  33. package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -2
  34. package/dist-es/commands/CreateAppInstanceBotCommand.js +42 -0
  35. package/dist-es/commands/CreateAppInstanceCommand.js +2 -2
  36. package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -2
  37. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -3
  38. package/dist-es/commands/DeleteAppInstanceBotCommand.js +41 -0
  39. package/dist-es/commands/DeleteAppInstanceCommand.js +2 -3
  40. package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -3
  41. package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
  42. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -2
  43. package/dist-es/commands/DescribeAppInstanceBotCommand.js +42 -0
  44. package/dist-es/commands/DescribeAppInstanceCommand.js +2 -2
  45. package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -2
  46. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
  47. package/dist-es/commands/ListAppInstanceBotsCommand.js +42 -0
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
  50. package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +41 -0
  51. package/dist-es/commands/TagResourceCommand.js +1 -1
  52. package/dist-es/commands/UntagResourceCommand.js +1 -1
  53. package/dist-es/commands/UpdateAppInstanceBotCommand.js +42 -0
  54. package/dist-es/commands/UpdateAppInstanceCommand.js +2 -2
  55. package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -2
  56. package/dist-es/commands/index.js +6 -0
  57. package/dist-es/endpoint/ruleset.js +3 -3
  58. package/dist-es/models/models_0.js +51 -55
  59. package/dist-es/pagination/ListAppInstanceBotsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +1 -0
  61. package/dist-es/protocols/Aws_restJson1.js +539 -1
  62. package/dist-types/ChimeSDKIdentity.d.ts +86 -6
  63. package/dist-types/ChimeSDKIdentityClient.d.ts +32 -6
  64. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +20 -5
  65. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +86 -0
  66. package/dist-types/commands/CreateAppInstanceCommand.d.ts +16 -0
  67. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +18 -1
  69. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +85 -0
  70. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +16 -0
  72. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +81 -0
  75. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +16 -0
  78. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +81 -0
  81. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +16 -0
  83. package/dist-types/commands/ListAppInstancesCommand.d.ts +16 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +16 -0
  86. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +88 -0
  87. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +85 -0
  91. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +16 -0
  94. package/dist-types/commands/index.d.ts +6 -0
  95. package/dist-types/models/ChimeSDKIdentityServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +465 -66
  97. package/dist-types/pagination/Interfaces.d.ts +3 -0
  98. package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +7 -0
  100. package/dist-types/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListAppInstancesPaginator.d.ts +3 -0
  103. package/dist-types/pagination/index.d.ts +1 -0
  104. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  105. package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +108 -0
  106. package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +36 -0
  107. package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +41 -0
  108. package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +36 -0
  109. package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +41 -0
  110. package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +38 -0
  111. package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +41 -0
  112. package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +41 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +106 -55
  115. package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  117. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  118. package/package.json +4 -3
@@ -1,10 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AllowMessages {
4
7
  ALL = "ALL",
5
8
  NONE = "NONE"
6
9
  }
7
10
  /**
11
+ * @public
8
12
  * <p>The details of an <code>AppInstance</code>, an instance of an Amazon Chime SDK messaging
9
13
  * application.</p>
10
14
  */
@@ -31,7 +35,8 @@ export interface AppInstance {
31
35
  Metadata?: string;
32
36
  }
33
37
  /**
34
- * <p>The details of a user.</p>
38
+ * @public
39
+ * <p>The details of a user or bot.</p>
35
40
  */
36
41
  export interface Identity {
37
42
  /**
@@ -44,7 +49,8 @@ export interface Identity {
44
49
  Name?: string;
45
50
  }
46
51
  /**
47
- * <p>The details of an <code>AppInstanceAdmin</code>.</p>
52
+ * @public
53
+ * <p>The name and ARN of the admin for the <code>AppInstance</code>.</p>
48
54
  */
49
55
  export interface AppInstanceAdmin {
50
56
  /**
@@ -61,6 +67,7 @@ export interface AppInstanceAdmin {
61
67
  CreatedTimestamp?: Date;
62
68
  }
63
69
  /**
70
+ * @public
64
71
  * <p>Summary of the details of an <code>AppInstanceAdmin</code>.</p>
65
72
  */
66
73
  export interface AppInstanceAdminSummary {
@@ -70,6 +77,97 @@ export interface AppInstanceAdminSummary {
70
77
  Admin?: Identity;
71
78
  }
72
79
  /**
80
+ * @public
81
+ */
82
+ export declare enum RespondsTo {
83
+ STANDARD_MESSAGES = "STANDARD_MESSAGES"
84
+ }
85
+ /**
86
+ * @public
87
+ * <p>The configuration for an Amazon Lex V2 bot.</p>
88
+ */
89
+ export interface LexConfiguration {
90
+ /**
91
+ * <p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>
92
+ */
93
+ RespondsTo: RespondsTo | string | undefined;
94
+ /**
95
+ * <p>The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
96
+ * <code>arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS</code>
97
+ * </p>
98
+ */
99
+ LexBotAliasArn: string | undefined;
100
+ /**
101
+ * <p>Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the
102
+ * supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same
103
+ * locale. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a> in the <i>Amazon Lex V2 Developer Guide</i>.</p>
104
+ */
105
+ LocaleId: string | undefined;
106
+ /**
107
+ * <p>The name of the welcome intent configured in the Amazon Lex V2 bot.</p>
108
+ */
109
+ WelcomeIntent?: string;
110
+ }
111
+ /**
112
+ * @public
113
+ * <p>A structure that contains configuration data.</p>
114
+ */
115
+ export interface Configuration {
116
+ /**
117
+ * <p>The configuration for an Amazon Lex V2 bot.</p>
118
+ */
119
+ Lex: LexConfiguration | undefined;
120
+ }
121
+ /**
122
+ * @public
123
+ * <p>An Amazon Lex V2 chat bot created under an <code>AppInstance</code>.</p>
124
+ */
125
+ export interface AppInstanceBot {
126
+ /**
127
+ * <p>The ARN of the AppInstanceBot.</p>
128
+ */
129
+ AppInstanceBotArn?: string;
130
+ /**
131
+ * <p>The name of the AppInstanceBot.</p>
132
+ */
133
+ Name?: string;
134
+ /**
135
+ * <p>The data processing instructions for an AppInstanceBot.</p>
136
+ */
137
+ Configuration?: Configuration;
138
+ /**
139
+ * <p>The time at which the <code>AppInstanceBot</code> was created.</p>
140
+ */
141
+ CreatedTimestamp?: Date;
142
+ /**
143
+ * <p>The time at which the <code>AppInstanceBot</code> was last updated.</p>
144
+ */
145
+ LastUpdatedTimestamp?: Date;
146
+ /**
147
+ * <p>The metadata for an AppInstanceBot.</p>
148
+ */
149
+ Metadata?: string;
150
+ }
151
+ /**
152
+ * @public
153
+ * <p>High-level information about an AppInstanceBot.</p>
154
+ */
155
+ export interface AppInstanceBotSummary {
156
+ /**
157
+ * <p>The ARN of the AppInstanceBot.</p>
158
+ */
159
+ AppInstanceBotArn?: string;
160
+ /**
161
+ * <p>The name of the AppInstanceBox.</p>
162
+ */
163
+ Name?: string;
164
+ /**
165
+ * <p>The metadata of the AppInstanceBot.</p>
166
+ */
167
+ Metadata?: string;
168
+ }
169
+ /**
170
+ * @public
73
171
  * <p>Summary of the data for an <code>AppInstance</code>.</p>
74
172
  */
75
173
  export interface AppInstanceSummary {
@@ -87,6 +185,7 @@ export interface AppInstanceSummary {
87
185
  Metadata?: string;
88
186
  }
89
187
  /**
188
+ * @public
90
189
  * <p>The details of the retention settings for a channel.</p>
91
190
  */
92
191
  export interface ChannelRetentionSettings {
@@ -96,6 +195,7 @@ export interface ChannelRetentionSettings {
96
195
  RetentionDays?: number;
97
196
  }
98
197
  /**
198
+ * @public
99
199
  * <p>The details of the data-retention settings for an <code>AppInstance</code>.</p>
100
200
  */
101
201
  export interface AppInstanceRetentionSettings {
@@ -105,6 +205,27 @@ export interface AppInstanceRetentionSettings {
105
205
  ChannelRetentionSettings?: ChannelRetentionSettings;
106
206
  }
107
207
  /**
208
+ * @public
209
+ */
210
+ export declare enum ExpirationCriterion {
211
+ CREATED_TIMESTAMP = "CREATED_TIMESTAMP"
212
+ }
213
+ /**
214
+ * @public
215
+ * <p>Determines the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
216
+ */
217
+ export interface ExpirationSettings {
218
+ /**
219
+ * <p>The period in days after which an <code>AppInstanceUser</code> will be automatically deleted.</p>
220
+ */
221
+ ExpirationDays: number | undefined;
222
+ /**
223
+ * <p>Specifies the conditions under which an <code>AppInstanceUser</code> will expire.</p>
224
+ */
225
+ ExpirationCriterion: ExpirationCriterion | string | undefined;
226
+ }
227
+ /**
228
+ * @public
108
229
  * <p>The details of an <code>AppInstanceUser</code>.</p>
109
230
  */
110
231
  export interface AppInstanceUser {
@@ -128,8 +249,13 @@ export interface AppInstanceUser {
128
249
  * <p>The time at which the <code>AppInstanceUser</code> was last updated.</p>
129
250
  */
130
251
  LastUpdatedTimestamp?: Date;
252
+ /**
253
+ * <p>The interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
254
+ */
255
+ ExpirationSettings?: ExpirationSettings;
131
256
  }
132
257
  /**
258
+ * @public
133
259
  * <p>The attributes of an <code>Endpoint</code>.</p>
134
260
  */
135
261
  export interface EndpointAttributes {
@@ -142,15 +268,22 @@ export interface EndpointAttributes {
142
268
  */
143
269
  VoipDeviceToken?: string;
144
270
  }
271
+ /**
272
+ * @public
273
+ */
145
274
  export declare enum EndpointStatus {
146
275
  ACTIVE = "ACTIVE",
147
276
  INACTIVE = "INACTIVE"
148
277
  }
278
+ /**
279
+ * @public
280
+ */
149
281
  export declare enum EndpointStatusReason {
150
282
  INVALID_DEVICE_TOKEN = "INVALID_DEVICE_TOKEN",
151
283
  INVALID_PINPOINT_ARN = "INVALID_PINPOINT_ARN"
152
284
  }
153
285
  /**
286
+ * @public
154
287
  * <p>A read-only field that represents the state of an <code>AppInstanceUserEndpoint</code>. Supported values:</p>
155
288
  * <ul>
156
289
  * <li>
@@ -183,12 +316,16 @@ export interface EndpointState {
183
316
  */
184
317
  StatusReason?: EndpointStatusReason | string;
185
318
  }
319
+ /**
320
+ * @public
321
+ */
186
322
  export declare enum AppInstanceUserEndpointType {
187
323
  APNS = "APNS",
188
324
  APNS_SANDBOX = "APNS_SANDBOX",
189
325
  GCM = "GCM"
190
326
  }
191
327
  /**
328
+ * @public
192
329
  * <p>An endpoint under an Amazon Chime <code>AppInstanceUser</code> that receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>
193
330
  */
194
331
  export interface AppInstanceUserEndpoint {
@@ -255,6 +392,7 @@ export interface AppInstanceUserEndpoint {
255
392
  EndpointState?: EndpointState;
256
393
  }
257
394
  /**
395
+ * @public
258
396
  * <p>Summary of the details of an <code>AppInstanceUserEndpoint</code>.</p>
259
397
  */
260
398
  export interface AppInstanceUserEndpointSummary {
@@ -285,6 +423,7 @@ export interface AppInstanceUserEndpointSummary {
285
423
  EndpointState?: EndpointState;
286
424
  }
287
425
  /**
426
+ * @public
288
427
  * <p>Summary of the details of an <code>AppInstanceUser</code>.</p>
289
428
  */
290
429
  export interface AppInstanceUserSummary {
@@ -301,6 +440,9 @@ export interface AppInstanceUserSummary {
301
440
  */
302
441
  Metadata?: string;
303
442
  }
443
+ /**
444
+ * @public
445
+ */
304
446
  export declare enum ErrorCode {
305
447
  AccessDenied = "AccessDenied",
306
448
  BadRequest = "BadRequest",
@@ -319,6 +461,7 @@ export declare enum ErrorCode {
319
461
  VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
320
462
  }
321
463
  /**
464
+ * @public
322
465
  * <p>The input parameters don't match the service's restrictions.</p>
323
466
  */
324
467
  export declare class BadRequestException extends __BaseException {
@@ -332,6 +475,7 @@ export declare class BadRequestException extends __BaseException {
332
475
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
333
476
  }
334
477
  /**
478
+ * @public
335
479
  * <p>The request could not be processed because of conflict in the current state of the
336
480
  * resource.</p>
337
481
  */
@@ -346,6 +490,7 @@ export declare class ConflictException extends __BaseException {
346
490
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
347
491
  }
348
492
  /**
493
+ * @public
349
494
  * <p>A tag object containing a key-value pair.</p>
350
495
  */
351
496
  export interface Tag {
@@ -358,6 +503,9 @@ export interface Tag {
358
503
  */
359
504
  Value: string | undefined;
360
505
  }
506
+ /**
507
+ * @public
508
+ */
361
509
  export interface CreateAppInstanceRequest {
362
510
  /**
363
511
  * <p>The name of the <code>AppInstance</code>.</p>
@@ -368,14 +516,17 @@ export interface CreateAppInstanceRequest {
368
516
  */
369
517
  Metadata?: string;
370
518
  /**
371
- * <p>The <code>ClientRequestToken</code> of the <code>AppInstance</code>.</p>
519
+ * <p>The unique ID of the request. Use different tokens to create different <code>AppInstances</code>.</p>
372
520
  */
373
521
  ClientRequestToken?: string;
374
522
  /**
375
- * <p>Tags assigned to the <code>AppInstanceUser</code>.</p>
523
+ * <p>Tags assigned to the <code>AppInstance</code>.</p>
376
524
  */
377
525
  Tags?: Tag[];
378
526
  }
527
+ /**
528
+ * @public
529
+ */
379
530
  export interface CreateAppInstanceResponse {
380
531
  /**
381
532
  * <p>The Amazon Resource Number (ARN) of the <code>AppInstance</code>.</p>
@@ -383,6 +534,7 @@ export interface CreateAppInstanceResponse {
383
534
  AppInstanceArn?: string;
384
535
  }
385
536
  /**
537
+ * @public
386
538
  * <p>The client is permanently forbidden from making the request.</p>
387
539
  */
388
540
  export declare class ForbiddenException extends __BaseException {
@@ -396,6 +548,7 @@ export declare class ForbiddenException extends __BaseException {
396
548
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
397
549
  }
398
550
  /**
551
+ * @public
399
552
  * <p>The request exceeds the resource limit.</p>
400
553
  */
401
554
  export declare class ResourceLimitExceededException extends __BaseException {
@@ -409,6 +562,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
409
562
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
410
563
  }
411
564
  /**
565
+ * @public
412
566
  * <p>The service encountered an unexpected error.</p>
413
567
  */
414
568
  export declare class ServiceFailureException extends __BaseException {
@@ -422,6 +576,7 @@ export declare class ServiceFailureException extends __BaseException {
422
576
  constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
423
577
  }
424
578
  /**
579
+ * @public
425
580
  * <p>The service is currently unavailable.</p>
426
581
  */
427
582
  export declare class ServiceUnavailableException extends __BaseException {
@@ -435,6 +590,7 @@ export declare class ServiceUnavailableException extends __BaseException {
435
590
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
436
591
  }
437
592
  /**
593
+ * @public
438
594
  * <p>The client exceeded its request rate limit.</p>
439
595
  */
440
596
  export declare class ThrottledClientException extends __BaseException {
@@ -448,6 +604,7 @@ export declare class ThrottledClientException extends __BaseException {
448
604
  constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
449
605
  }
450
606
  /**
607
+ * @public
451
608
  * <p>The client is not currently authorized to make the request.</p>
452
609
  */
453
610
  export declare class UnauthorizedClientException extends __BaseException {
@@ -460,6 +617,9 @@ export declare class UnauthorizedClientException extends __BaseException {
460
617
  */
461
618
  constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
462
619
  }
620
+ /**
621
+ * @public
622
+ */
463
623
  export interface CreateAppInstanceAdminRequest {
464
624
  /**
465
625
  * <p>The ARN of the administrator of the current <code>AppInstance</code>.</p>
@@ -470,9 +630,13 @@ export interface CreateAppInstanceAdminRequest {
470
630
  */
471
631
  AppInstanceArn: string | undefined;
472
632
  }
633
+ /**
634
+ * @public
635
+ */
473
636
  export interface CreateAppInstanceAdminResponse {
474
637
  /**
475
- * <p>The name and ARN of the admin for the <code>AppInstance</code>.</p>
638
+ * <p>The ARN and name of the administrator, the ARN of the <code>AppInstance</code>, and the created and
639
+ * last-updated timestamps. All timestamps use epoch milliseconds.</p>
476
640
  */
477
641
  AppInstanceAdmin?: Identity;
478
642
  /**
@@ -480,6 +644,47 @@ export interface CreateAppInstanceAdminResponse {
480
644
  */
481
645
  AppInstanceArn?: string;
482
646
  }
647
+ /**
648
+ * @public
649
+ */
650
+ export interface CreateAppInstanceBotRequest {
651
+ /**
652
+ * <p>The ARN of the <code>AppInstance</code> request.</p>
653
+ */
654
+ AppInstanceArn: string | undefined;
655
+ /**
656
+ * <p>The user's name.</p>
657
+ */
658
+ Name?: string;
659
+ /**
660
+ * <p>The request metadata. Limited to a 1KB string in UTF-8.</p>
661
+ */
662
+ Metadata?: string;
663
+ /**
664
+ * <p>The unique ID for the client making the request. Use different tokens for different <code>AppInstanceBots</code>.</p>
665
+ */
666
+ ClientRequestToken?: string;
667
+ /**
668
+ * <p>The tags assigned to the <code>AppInstanceBot</code>.</p>
669
+ */
670
+ Tags?: Tag[];
671
+ /**
672
+ * <p>Configuration information about the Amazon Lex V2 V2 bot.</p>
673
+ */
674
+ Configuration: Configuration | undefined;
675
+ }
676
+ /**
677
+ * @public
678
+ */
679
+ export interface CreateAppInstanceBotResponse {
680
+ /**
681
+ * <p>The ARN of the <code>AppinstanceBot</code>.</p>
682
+ */
683
+ AppInstanceBotArn?: string;
684
+ }
685
+ /**
686
+ * @public
687
+ */
483
688
  export interface CreateAppInstanceUserRequest {
484
689
  /**
485
690
  * <p>The ARN of the <code>AppInstance</code> request.</p>
@@ -498,26 +703,39 @@ export interface CreateAppInstanceUserRequest {
498
703
  */
499
704
  Metadata?: string;
500
705
  /**
501
- * <p>The token assigned to the user requesting an <code>AppInstance</code>.</p>
706
+ * <p>The unique ID of the request. Use different tokens to request additional <code>AppInstances</code>.</p>
502
707
  */
503
708
  ClientRequestToken?: string;
504
709
  /**
505
710
  * <p>Tags assigned to the <code>AppInstanceUser</code>.</p>
506
711
  */
507
712
  Tags?: Tag[];
713
+ /**
714
+ * <p>Settings that control the interval after which the <code>AppInstanceUser</code> is automatically deleted.</p>
715
+ */
716
+ ExpirationSettings?: ExpirationSettings;
508
717
  }
718
+ /**
719
+ * @public
720
+ */
509
721
  export interface CreateAppInstanceUserResponse {
510
722
  /**
511
723
  * <p>The user's ARN.</p>
512
724
  */
513
725
  AppInstanceUserArn?: string;
514
726
  }
727
+ /**
728
+ * @public
729
+ */
515
730
  export interface DeleteAppInstanceRequest {
516
731
  /**
517
732
  * <p>The ARN of the <code>AppInstance</code>.</p>
518
733
  */
519
734
  AppInstanceArn: string | undefined;
520
735
  }
736
+ /**
737
+ * @public
738
+ */
521
739
  export interface DeleteAppInstanceAdminRequest {
522
740
  /**
523
741
  * <p>The ARN of the <code>AppInstance</code>'s administrator.</p>
@@ -528,12 +746,27 @@ export interface DeleteAppInstanceAdminRequest {
528
746
  */
529
747
  AppInstanceArn: string | undefined;
530
748
  }
749
+ /**
750
+ * @public
751
+ */
752
+ export interface DeleteAppInstanceBotRequest {
753
+ /**
754
+ * <p>The ARN of the <code>AppInstanceBot</code> being deleted.</p>
755
+ */
756
+ AppInstanceBotArn: string | undefined;
757
+ }
758
+ /**
759
+ * @public
760
+ */
531
761
  export interface DeleteAppInstanceUserRequest {
532
762
  /**
533
763
  * <p>The ARN of the user request being deleted.</p>
534
764
  */
535
765
  AppInstanceUserArn: string | undefined;
536
766
  }
767
+ /**
768
+ * @public
769
+ */
537
770
  export interface DeregisterAppInstanceUserEndpointRequest {
538
771
  /**
539
772
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -544,12 +777,18 @@ export interface DeregisterAppInstanceUserEndpointRequest {
544
777
  */
545
778
  EndpointId: string | undefined;
546
779
  }
780
+ /**
781
+ * @public
782
+ */
547
783
  export interface DescribeAppInstanceRequest {
548
784
  /**
549
785
  * <p>The ARN of the <code>AppInstance</code>.</p>
550
786
  */
551
787
  AppInstanceArn: string | undefined;
552
788
  }
789
+ /**
790
+ * @public
791
+ */
553
792
  export interface DescribeAppInstanceResponse {
554
793
  /**
555
794
  * <p>The ARN, metadata, created and last-updated timestamps, and the name of the
@@ -557,6 +796,9 @@ export interface DescribeAppInstanceResponse {
557
796
  */
558
797
  AppInstance?: AppInstance;
559
798
  }
799
+ /**
800
+ * @public
801
+ */
560
802
  export interface DescribeAppInstanceAdminRequest {
561
803
  /**
562
804
  * <p>The ARN of the <code>AppInstanceAdmin</code>.</p>
@@ -567,6 +809,9 @@ export interface DescribeAppInstanceAdminRequest {
567
809
  */
568
810
  AppInstanceArn: string | undefined;
569
811
  }
812
+ /**
813
+ * @public
814
+ */
570
815
  export interface DescribeAppInstanceAdminResponse {
571
816
  /**
572
817
  * <p>The ARN and name of the <code>AppInstanceUser</code>, the ARN of the
@@ -575,18 +820,59 @@ export interface DescribeAppInstanceAdminResponse {
575
820
  */
576
821
  AppInstanceAdmin?: AppInstanceAdmin;
577
822
  }
823
+ /**
824
+ * @public
825
+ */
826
+ export interface DescribeAppInstanceBotRequest {
827
+ /**
828
+ * <p>The ARN of the <code>AppInstanceBot</code>.</p>
829
+ */
830
+ AppInstanceBotArn: string | undefined;
831
+ }
832
+ /**
833
+ * @public
834
+ */
835
+ export interface DescribeAppInstanceBotResponse {
836
+ /**
837
+ * <p>The detials of the <code>AppInstanceBot</code>.</p>
838
+ */
839
+ AppInstanceBot?: AppInstanceBot;
840
+ }
841
+ /**
842
+ * @public
843
+ * <p>One or more of the resources in the request does not exist in the system.</p>
844
+ */
845
+ export declare class NotFoundException extends __BaseException {
846
+ readonly name: "NotFoundException";
847
+ readonly $fault: "client";
848
+ Code?: ErrorCode | string;
849
+ Message?: string;
850
+ /**
851
+ * @internal
852
+ */
853
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
854
+ }
855
+ /**
856
+ * @public
857
+ */
578
858
  export interface DescribeAppInstanceUserRequest {
579
859
  /**
580
860
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
581
861
  */
582
862
  AppInstanceUserArn: string | undefined;
583
863
  }
864
+ /**
865
+ * @public
866
+ */
584
867
  export interface DescribeAppInstanceUserResponse {
585
868
  /**
586
869
  * <p>The name of the <code>AppInstanceUser</code>.</p>
587
870
  */
588
871
  AppInstanceUser?: AppInstanceUser;
589
872
  }
873
+ /**
874
+ * @public
875
+ */
590
876
  export interface DescribeAppInstanceUserEndpointRequest {
591
877
  /**
592
878
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -597,6 +883,9 @@ export interface DescribeAppInstanceUserEndpointRequest {
597
883
  */
598
884
  EndpointId: string | undefined;
599
885
  }
886
+ /**
887
+ * @public
888
+ */
600
889
  export interface DescribeAppInstanceUserEndpointResponse {
601
890
  /**
602
891
  * <p>The full details of an <code>AppInstanceUserEndpoint</code>: the <code>AppInstanceUserArn</code>, ID, name, type, resource ARN, attributes,
@@ -604,12 +893,18 @@ export interface DescribeAppInstanceUserEndpointResponse {
604
893
  */
605
894
  AppInstanceUserEndpoint?: AppInstanceUserEndpoint;
606
895
  }
896
+ /**
897
+ * @public
898
+ */
607
899
  export interface GetAppInstanceRetentionSettingsRequest {
608
900
  /**
609
901
  * <p>The ARN of the <code>AppInstance</code>.</p>
610
902
  */
611
903
  AppInstanceArn: string | undefined;
612
904
  }
905
+ /**
906
+ * @public
907
+ */
613
908
  export interface GetAppInstanceRetentionSettingsResponse {
614
909
  /**
615
910
  * <p>The retention settings for the <code>AppInstance</code>.</p>
@@ -621,6 +916,9 @@ export interface GetAppInstanceRetentionSettingsResponse {
621
916
  */
622
917
  InitiateDeletionTimestamp?: Date;
623
918
  }
919
+ /**
920
+ * @public
921
+ */
624
922
  export interface ListAppInstanceAdminsRequest {
625
923
  /**
626
924
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -636,6 +934,9 @@ export interface ListAppInstanceAdminsRequest {
636
934
  */
637
935
  NextToken?: string;
638
936
  }
937
+ /**
938
+ * @public
939
+ */
639
940
  export interface ListAppInstanceAdminsResponse {
640
941
  /**
641
942
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -651,6 +952,43 @@ export interface ListAppInstanceAdminsResponse {
651
952
  */
652
953
  NextToken?: string;
653
954
  }
955
+ /**
956
+ * @public
957
+ */
958
+ export interface ListAppInstanceBotsRequest {
959
+ /**
960
+ * <p>The ARN of the <code>AppInstance</code>.</p>
961
+ */
962
+ AppInstanceArn: string | undefined;
963
+ /**
964
+ * <p>The maximum number of requests to return.</p>
965
+ */
966
+ MaxResults?: number;
967
+ /**
968
+ * <p>The token passed by previous API calls until all requested bots are returned.</p>
969
+ */
970
+ NextToken?: string;
971
+ }
972
+ /**
973
+ * @public
974
+ */
975
+ export interface ListAppInstanceBotsResponse {
976
+ /**
977
+ * <p>The ARN of the AppInstance.</p>
978
+ */
979
+ AppInstanceArn?: string;
980
+ /**
981
+ * <p>The information for each requested <code>AppInstanceBot</code>.</p>
982
+ */
983
+ AppInstanceBots?: AppInstanceBotSummary[];
984
+ /**
985
+ * <p>The token passed by previous API calls until all requested bots are returned.</p>
986
+ */
987
+ NextToken?: string;
988
+ }
989
+ /**
990
+ * @public
991
+ */
654
992
  export interface ListAppInstancesRequest {
655
993
  /**
656
994
  * <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
@@ -662,6 +1000,9 @@ export interface ListAppInstancesRequest {
662
1000
  */
663
1001
  NextToken?: string;
664
1002
  }
1003
+ /**
1004
+ * @public
1005
+ */
665
1006
  export interface ListAppInstancesResponse {
666
1007
  /**
667
1008
  * <p>The information for each <code>AppInstance</code>.</p>
@@ -673,6 +1014,9 @@ export interface ListAppInstancesResponse {
673
1014
  */
674
1015
  NextToken?: string;
675
1016
  }
1017
+ /**
1018
+ * @public
1019
+ */
676
1020
  export interface ListAppInstanceUserEndpointsRequest {
677
1021
  /**
678
1022
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -687,6 +1031,9 @@ export interface ListAppInstanceUserEndpointsRequest {
687
1031
  */
688
1032
  NextToken?: string;
689
1033
  }
1034
+ /**
1035
+ * @public
1036
+ */
690
1037
  export interface ListAppInstanceUserEndpointsResponse {
691
1038
  /**
692
1039
  * <p>The information for each requested <code>AppInstanceUserEndpoint</code>.</p>
@@ -697,6 +1044,9 @@ export interface ListAppInstanceUserEndpointsResponse {
697
1044
  */
698
1045
  NextToken?: string;
699
1046
  }
1047
+ /**
1048
+ * @public
1049
+ */
700
1050
  export interface ListAppInstanceUsersRequest {
701
1051
  /**
702
1052
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -711,6 +1061,9 @@ export interface ListAppInstanceUsersRequest {
711
1061
  */
712
1062
  NextToken?: string;
713
1063
  }
1064
+ /**
1065
+ * @public
1066
+ */
714
1067
  export interface ListAppInstanceUsersResponse {
715
1068
  /**
716
1069
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -725,18 +1078,27 @@ export interface ListAppInstanceUsersResponse {
725
1078
  */
726
1079
  NextToken?: string;
727
1080
  }
1081
+ /**
1082
+ * @public
1083
+ */
728
1084
  export interface ListTagsForResourceRequest {
729
1085
  /**
730
1086
  * <p>The ARN of the resource.</p>
731
1087
  */
732
1088
  ResourceARN: string | undefined;
733
1089
  }
1090
+ /**
1091
+ * @public
1092
+ */
734
1093
  export interface ListTagsForResourceResponse {
735
1094
  /**
736
1095
  * <p>The tag key-value pairs.</p>
737
1096
  */
738
1097
  Tags?: Tag[];
739
1098
  }
1099
+ /**
1100
+ * @public
1101
+ */
740
1102
  export interface PutAppInstanceRetentionSettingsRequest {
741
1103
  /**
742
1104
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -747,6 +1109,9 @@ export interface PutAppInstanceRetentionSettingsRequest {
747
1109
  */
748
1110
  AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
749
1111
  }
1112
+ /**
1113
+ * @public
1114
+ */
750
1115
  export interface PutAppInstanceRetentionSettingsResponse {
751
1116
  /**
752
1117
  * <p>The time in days to retain data. Data type: number.</p>
@@ -757,6 +1122,35 @@ export interface PutAppInstanceRetentionSettingsResponse {
757
1122
  */
758
1123
  InitiateDeletionTimestamp?: Date;
759
1124
  }
1125
+ /**
1126
+ * @public
1127
+ */
1128
+ export interface PutAppInstanceUserExpirationSettingsRequest {
1129
+ /**
1130
+ * <p>The ARN of the <code>AppInstanceUser</code>.</p>
1131
+ */
1132
+ AppInstanceUserArn: string | undefined;
1133
+ /**
1134
+ * <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
1135
+ */
1136
+ ExpirationSettings?: ExpirationSettings;
1137
+ }
1138
+ /**
1139
+ * @public
1140
+ */
1141
+ export interface PutAppInstanceUserExpirationSettingsResponse {
1142
+ /**
1143
+ * <p>The ARN of the <code>AppInstanceUser</code>.</p>
1144
+ */
1145
+ AppInstanceUserArn?: string;
1146
+ /**
1147
+ * <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
1148
+ */
1149
+ ExpirationSettings?: ExpirationSettings;
1150
+ }
1151
+ /**
1152
+ * @public
1153
+ */
760
1154
  export interface RegisterAppInstanceUserEndpointRequest {
761
1155
  /**
762
1156
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -794,7 +1188,7 @@ export interface RegisterAppInstanceUserEndpointRequest {
794
1188
  */
795
1189
  EndpointAttributes: EndpointAttributes | undefined;
796
1190
  /**
797
- * <p>The idempotency token for each client request. </p>
1191
+ * <p>The unique ID assigned to the request. Use different tokens to register other endpoints.</p>
798
1192
  */
799
1193
  ClientRequestToken?: string;
800
1194
  /**
@@ -803,6 +1197,9 @@ export interface RegisterAppInstanceUserEndpointRequest {
803
1197
  */
804
1198
  AllowMessages?: AllowMessages | string;
805
1199
  }
1200
+ /**
1201
+ * @public
1202
+ */
806
1203
  export interface RegisterAppInstanceUserEndpointResponse {
807
1204
  /**
808
1205
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -813,6 +1210,9 @@ export interface RegisterAppInstanceUserEndpointResponse {
813
1210
  */
814
1211
  EndpointId?: string;
815
1212
  }
1213
+ /**
1214
+ * @public
1215
+ */
816
1216
  export interface TagResourceRequest {
817
1217
  /**
818
1218
  * <p>The resource ARN.</p>
@@ -823,6 +1223,9 @@ export interface TagResourceRequest {
823
1223
  */
824
1224
  Tags: Tag[] | undefined;
825
1225
  }
1226
+ /**
1227
+ * @public
1228
+ */
826
1229
  export interface UntagResourceRequest {
827
1230
  /**
828
1231
  * <p>The resource ARN.</p>
@@ -833,6 +1236,9 @@ export interface UntagResourceRequest {
833
1236
  */
834
1237
  TagKeys: string[] | undefined;
835
1238
  }
1239
+ /**
1240
+ * @public
1241
+ */
836
1242
  export interface UpdateAppInstanceRequest {
837
1243
  /**
838
1244
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -847,12 +1253,44 @@ export interface UpdateAppInstanceRequest {
847
1253
  */
848
1254
  Metadata: string | undefined;
849
1255
  }
1256
+ /**
1257
+ * @public
1258
+ */
850
1259
  export interface UpdateAppInstanceResponse {
851
1260
  /**
852
1261
  * <p>The ARN of the <code>AppInstance</code>.</p>
853
1262
  */
854
1263
  AppInstanceArn?: string;
855
1264
  }
1265
+ /**
1266
+ * @public
1267
+ */
1268
+ export interface UpdateAppInstanceBotRequest {
1269
+ /**
1270
+ * <p>The ARN of the <code>AppInstanceBot</code>.</p>
1271
+ */
1272
+ AppInstanceBotArn: string | undefined;
1273
+ /**
1274
+ * <p>The name of the <code>AppInstanceBot</code>.</p>
1275
+ */
1276
+ Name: string | undefined;
1277
+ /**
1278
+ * <p>The metadata of the <code>AppInstanceBot</code>.</p>
1279
+ */
1280
+ Metadata: string | undefined;
1281
+ }
1282
+ /**
1283
+ * @public
1284
+ */
1285
+ export interface UpdateAppInstanceBotResponse {
1286
+ /**
1287
+ * <p>The ARN of the <code>AppInstanceBot</code>.</p>
1288
+ */
1289
+ AppInstanceBotArn?: string;
1290
+ }
1291
+ /**
1292
+ * @public
1293
+ */
856
1294
  export interface UpdateAppInstanceUserRequest {
857
1295
  /**
858
1296
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -867,12 +1305,18 @@ export interface UpdateAppInstanceUserRequest {
867
1305
  */
868
1306
  Metadata: string | undefined;
869
1307
  }
1308
+ /**
1309
+ * @public
1310
+ */
870
1311
  export interface UpdateAppInstanceUserResponse {
871
1312
  /**
872
1313
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
873
1314
  */
874
1315
  AppInstanceUserArn?: string;
875
1316
  }
1317
+ /**
1318
+ * @public
1319
+ */
876
1320
  export interface UpdateAppInstanceUserEndpointRequest {
877
1321
  /**
878
1322
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -892,6 +1336,9 @@ export interface UpdateAppInstanceUserEndpointRequest {
892
1336
  */
893
1337
  AllowMessages?: AllowMessages | string;
894
1338
  }
1339
+ /**
1340
+ * @public
1341
+ */
895
1342
  export interface UpdateAppInstanceUserEndpointResponse {
896
1343
  /**
897
1344
  * <p>The ARN of the <code>AppInstanceUser</code>.</p>
@@ -921,15 +1368,15 @@ export declare const AppInstanceAdminSummaryFilterSensitiveLog: (obj: AppInstanc
921
1368
  /**
922
1369
  * @internal
923
1370
  */
924
- export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
1371
+ export declare const AppInstanceBotFilterSensitiveLog: (obj: AppInstanceBot) => any;
925
1372
  /**
926
1373
  * @internal
927
1374
  */
928
- export declare const ChannelRetentionSettingsFilterSensitiveLog: (obj: ChannelRetentionSettings) => any;
1375
+ export declare const AppInstanceBotSummaryFilterSensitiveLog: (obj: AppInstanceBotSummary) => any;
929
1376
  /**
930
1377
  * @internal
931
1378
  */
932
- export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (obj: AppInstanceRetentionSettings) => any;
1379
+ export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
933
1380
  /**
934
1381
  * @internal
935
1382
  */
@@ -938,10 +1385,6 @@ export declare const AppInstanceUserFilterSensitiveLog: (obj: AppInstanceUser) =
938
1385
  * @internal
939
1386
  */
940
1387
  export declare const EndpointAttributesFilterSensitiveLog: (obj: EndpointAttributes) => any;
941
- /**
942
- * @internal
943
- */
944
- export declare const EndpointStateFilterSensitiveLog: (obj: EndpointState) => any;
945
1388
  /**
946
1389
  * @internal
947
1390
  */
@@ -962,14 +1405,6 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
962
1405
  * @internal
963
1406
  */
964
1407
  export declare const CreateAppInstanceRequestFilterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
965
- /**
966
- * @internal
967
- */
968
- export declare const CreateAppInstanceResponseFilterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
969
- /**
970
- * @internal
971
- */
972
- export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
973
1408
  /**
974
1409
  * @internal
975
1410
  */
@@ -977,39 +1412,19 @@ export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (obj: Cre
977
1412
  /**
978
1413
  * @internal
979
1414
  */
980
- export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
1415
+ export declare const CreateAppInstanceBotRequestFilterSensitiveLog: (obj: CreateAppInstanceBotRequest) => any;
981
1416
  /**
982
1417
  * @internal
983
1418
  */
984
- export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
985
- /**
986
- * @internal
987
- */
988
- export declare const DeleteAppInstanceRequestFilterSensitiveLog: (obj: DeleteAppInstanceRequest) => any;
989
- /**
990
- * @internal
991
- */
992
- export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
993
- /**
994
- * @internal
995
- */
996
- export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
1419
+ export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
997
1420
  /**
998
1421
  * @internal
999
1422
  */
1000
1423
  export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
1001
- /**
1002
- * @internal
1003
- */
1004
- export declare const DescribeAppInstanceRequestFilterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
1005
1424
  /**
1006
1425
  * @internal
1007
1426
  */
1008
1427
  export declare const DescribeAppInstanceResponseFilterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
1009
- /**
1010
- * @internal
1011
- */
1012
- export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
1013
1428
  /**
1014
1429
  * @internal
1015
1430
  */
@@ -1017,7 +1432,7 @@ export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (obj: D
1017
1432
  /**
1018
1433
  * @internal
1019
1434
  */
1020
- export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserRequest) => any;
1435
+ export declare const DescribeAppInstanceBotResponseFilterSensitiveLog: (obj: DescribeAppInstanceBotResponse) => any;
1021
1436
  /**
1022
1437
  * @internal
1023
1438
  */
@@ -1033,19 +1448,19 @@ export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog:
1033
1448
  /**
1034
1449
  * @internal
1035
1450
  */
1036
- export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsRequest) => any;
1451
+ export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
1037
1452
  /**
1038
1453
  * @internal
1039
1454
  */
1040
- export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsResponse) => any;
1455
+ export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
1041
1456
  /**
1042
1457
  * @internal
1043
1458
  */
1044
- export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
1459
+ export declare const ListAppInstanceBotsRequestFilterSensitiveLog: (obj: ListAppInstanceBotsRequest) => any;
1045
1460
  /**
1046
1461
  * @internal
1047
1462
  */
1048
- export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
1463
+ export declare const ListAppInstanceBotsResponseFilterSensitiveLog: (obj: ListAppInstanceBotsResponse) => any;
1049
1464
  /**
1050
1465
  * @internal
1051
1466
  */
@@ -1070,22 +1485,10 @@ export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAp
1070
1485
  * @internal
1071
1486
  */
1072
1487
  export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
1073
- /**
1074
- * @internal
1075
- */
1076
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1077
1488
  /**
1078
1489
  * @internal
1079
1490
  */
1080
1491
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1081
- /**
1082
- * @internal
1083
- */
1084
- export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
1085
- /**
1086
- * @internal
1087
- */
1088
- export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
1089
1492
  /**
1090
1493
  * @internal
1091
1494
  */
@@ -1109,15 +1512,11 @@ export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateApp
1109
1512
  /**
1110
1513
  * @internal
1111
1514
  */
1112
- export declare const UpdateAppInstanceResponseFilterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
1515
+ export declare const UpdateAppInstanceBotRequestFilterSensitiveLog: (obj: UpdateAppInstanceBotRequest) => any;
1113
1516
  /**
1114
1517
  * @internal
1115
1518
  */
1116
1519
  export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
1117
- /**
1118
- * @internal
1119
- */
1120
- export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
1121
1520
  /**
1122
1521
  * @internal
1123
1522
  */