cdk-lambda-subminute 2.0.449 → 2.0.451

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 (71) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -162,31 +162,27 @@ declare namespace Ivschat {
162
162
  }
163
163
  export interface CreateChatTokenRequest {
164
164
  /**
165
- * Application-provided attributes to encode into the token and attach to a chat session. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total.
165
+ * Identifier of the room that the client is trying to access. Currently this must be an ARN.
166
166
  */
167
- attributes?: ChatTokenAttributes;
167
+ roomIdentifier: RoomIdentifier;
168
168
  /**
169
- * Set of capabilities that the user is allowed to perform in the room. Default: None (the capability to view messages is implicitly included in all requests).
169
+ * Application-provided ID that uniquely identifies the user associated with this token. This can be any UTF-8 encoded text.
170
170
  */
171
- capabilities?: ChatTokenCapabilities;
171
+ userId: UserID;
172
172
  /**
173
- * Identifier of the room that the client is trying to access. Currently this must be an ARN.
173
+ * Set of capabilities that the user is allowed to perform in the room. Default: None (the capability to view messages is implicitly included in all requests).
174
174
  */
175
- roomIdentifier: RoomIdentifier;
175
+ capabilities?: ChatTokenCapabilities;
176
176
  /**
177
177
  * Session duration (in minutes), after which the session expires. Default: 60 (1 hour).
178
178
  */
179
179
  sessionDurationInMinutes?: SessionDurationInMinutes;
180
180
  /**
181
- * Application-provided ID that uniquely identifies the user associated with this token. This can be any UTF-8 encoded text.
181
+ * Application-provided attributes to encode into the token and attach to a chat session. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total.
182
182
  */
183
- userId: UserID;
183
+ attributes?: ChatTokenAttributes;
184
184
  }
185
185
  export interface CreateChatTokenResponse {
186
- /**
187
- * Time after which an end user's session is no longer valid. This is an ISO 8601 timestamp; note that this is returned as a string.
188
- */
189
- sessionExpirationTime?: Time;
190
186
  /**
191
187
  * The issued client token, encrypted.
192
188
  */
@@ -195,16 +191,20 @@ declare namespace Ivschat {
195
191
  * Time after which the token is no longer valid and cannot be used to connect to a room. This is an ISO 8601 timestamp; note that this is returned as a string.
196
192
  */
197
193
  tokenExpirationTime?: Time;
198
- }
199
- export interface CreateLoggingConfigurationRequest {
200
194
  /**
201
- * A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
195
+ * Time after which an end user's session is no longer valid. This is an ISO 8601 timestamp; note that this is returned as a string.
202
196
  */
203
- destinationConfiguration: DestinationConfiguration;
197
+ sessionExpirationTime?: Time;
198
+ }
199
+ export interface CreateLoggingConfigurationRequest {
204
200
  /**
205
201
  * Logging-configuration name. The value does not need to be unique.
206
202
  */
207
203
  name?: LoggingConfigurationName;
204
+ /**
205
+ * A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
206
+ */
207
+ destinationConfiguration: DestinationConfiguration;
208
208
  /**
209
209
  * Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.
210
210
  */
@@ -216,21 +216,25 @@ declare namespace Ivschat {
216
216
  */
217
217
  arn?: LoggingConfigurationArn;
218
218
  /**
219
- * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
219
+ * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
220
220
  */
221
- createTime?: Time;
221
+ id?: LoggingConfigurationID;
222
222
  /**
223
- * A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
223
+ * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
224
224
  */
225
- destinationConfiguration?: DestinationConfiguration;
225
+ createTime?: Time;
226
226
  /**
227
- * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
227
+ * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
228
228
  */
229
- id?: LoggingConfigurationID;
229
+ updateTime?: Time;
230
230
  /**
231
231
  * Logging-configuration name, from the request (if specified).
232
232
  */
233
233
  name?: LoggingConfigurationName;
234
+ /**
235
+ * A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
236
+ */
237
+ destinationConfiguration?: DestinationConfiguration;
234
238
  /**
235
239
  * The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
236
240
  */
@@ -239,79 +243,75 @@ declare namespace Ivschat {
239
243
  * Tags attached to the resource, from the request (if specified). Array of maps, each of the form string:string (key:value).
240
244
  */
241
245
  tags?: Tags;
242
- /**
243
- * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
244
- */
245
- updateTime?: Time;
246
246
  }
247
247
  export type CreateLoggingConfigurationState = "ACTIVE"|string;
248
248
  export interface CreateRoomRequest {
249
249
  /**
250
- * Array of logging-configuration identifiers attached to the room.
251
- */
252
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
253
- /**
254
- * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
250
+ * Room name. The value does not need to be unique.
255
251
  */
256
- maximumMessageLength?: RoomMaxMessageLength;
252
+ name?: RoomName;
257
253
  /**
258
254
  * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
259
255
  */
260
256
  maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
261
257
  /**
262
- * Configuration information for optional review of messages.
258
+ * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
263
259
  */
264
- messageReviewHandler?: MessageReviewHandler;
260
+ maximumMessageLength?: RoomMaxMessageLength;
265
261
  /**
266
- * Room name. The value does not need to be unique.
262
+ * Configuration information for optional review of messages.
267
263
  */
268
- name?: RoomName;
264
+ messageReviewHandler?: MessageReviewHandler;
269
265
  /**
270
266
  * Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
271
267
  */
272
268
  tags?: Tags;
269
+ /**
270
+ * Array of logging-configuration identifiers attached to the room.
271
+ */
272
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
273
273
  }
274
274
  export interface CreateRoomResponse {
275
275
  /**
276
276
  * Room ARN, assigned by the system.
277
277
  */
278
278
  arn?: RoomArn;
279
- /**
280
- * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
281
- */
282
- createTime?: Time;
283
279
  /**
284
280
  * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
285
281
  */
286
282
  id?: RoomID;
287
283
  /**
288
- * Array of logging configurations attached to the room, from the request (if specified).
284
+ * Room name, from the request (if specified).
289
285
  */
290
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
286
+ name?: RoomName;
291
287
  /**
292
- * Maximum number of characters in a single message, from the request (if specified).
288
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
293
289
  */
294
- maximumMessageLength?: RoomMaxMessageLength;
290
+ createTime?: Time;
291
+ /**
292
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
293
+ */
294
+ updateTime?: Time;
295
295
  /**
296
296
  * Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
297
297
  */
298
298
  maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
299
299
  /**
300
- * Configuration information for optional review of messages.
300
+ * Maximum number of characters in a single message, from the request (if specified).
301
301
  */
302
- messageReviewHandler?: MessageReviewHandler;
302
+ maximumMessageLength?: RoomMaxMessageLength;
303
303
  /**
304
- * Room name, from the request (if specified).
304
+ * Configuration information for optional review of messages.
305
305
  */
306
- name?: RoomName;
306
+ messageReviewHandler?: MessageReviewHandler;
307
307
  /**
308
308
  * Tags attached to the resource, from the request (if specified).
309
309
  */
310
310
  tags?: Tags;
311
311
  /**
312
- * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
312
+ * Array of logging configurations attached to the room, from the request (if specified).
313
313
  */
314
- updateTime?: Time;
314
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
315
315
  }
316
316
  export interface DeleteLoggingConfigurationRequest {
317
317
  /**
@@ -320,6 +320,10 @@ declare namespace Ivschat {
320
320
  identifier: LoggingConfigurationIdentifier;
321
321
  }
322
322
  export interface DeleteMessageRequest {
323
+ /**
324
+ * Identifier of the room where the message should be deleted. Currently this must be an ARN.
325
+ */
326
+ roomIdentifier: RoomIdentifier;
323
327
  /**
324
328
  * ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
325
329
  */
@@ -328,10 +332,6 @@ declare namespace Ivschat {
328
332
  * Reason for deleting the message.
329
333
  */
330
334
  reason?: Reason;
331
- /**
332
- * Identifier of the room where the message should be deleted. Currently this must be an ARN.
333
- */
334
- roomIdentifier: RoomIdentifier;
335
335
  }
336
336
  export interface DeleteMessageResponse {
337
337
  /**
@@ -347,6 +347,10 @@ declare namespace Ivschat {
347
347
  }
348
348
  export type DeliveryStreamName = string;
349
349
  export interface DestinationConfiguration {
350
+ /**
351
+ * An Amazon S3 destination configuration where chat activity will be logged.
352
+ */
353
+ s3?: S3DestinationConfiguration;
350
354
  /**
351
355
  * An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
352
356
  */
@@ -355,16 +359,8 @@ declare namespace Ivschat {
355
359
  * An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
356
360
  */
357
361
  firehose?: FirehoseDestinationConfiguration;
358
- /**
359
- * An Amazon S3 destination configuration where chat activity will be logged.
360
- */
361
- s3?: S3DestinationConfiguration;
362
362
  }
363
363
  export interface DisconnectUserRequest {
364
- /**
365
- * Reason for disconnecting the user.
366
- */
367
- reason?: Reason;
368
364
  /**
369
365
  * Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.
370
366
  */
@@ -373,6 +369,10 @@ declare namespace Ivschat {
373
369
  * ID of the user (connection) to disconnect from the room.
374
370
  */
375
371
  userId: UserID;
372
+ /**
373
+ * Reason for disconnecting the user.
374
+ */
375
+ reason?: Reason;
376
376
  }
377
377
  export interface DisconnectUserResponse {
378
378
  }
@@ -397,21 +397,25 @@ declare namespace Ivschat {
397
397
  */
398
398
  arn?: LoggingConfigurationArn;
399
399
  /**
400
- * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
400
+ * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
401
401
  */
402
- createTime?: Time;
402
+ id?: LoggingConfigurationID;
403
403
  /**
404
- * A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
404
+ * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
405
405
  */
406
- destinationConfiguration?: DestinationConfiguration;
406
+ createTime?: Time;
407
407
  /**
408
- * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
408
+ * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
409
409
  */
410
- id?: LoggingConfigurationID;
410
+ updateTime?: Time;
411
411
  /**
412
412
  * Logging-configuration name. This value does not need to be unique.
413
413
  */
414
414
  name?: LoggingConfigurationName;
415
+ /**
416
+ * A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
417
+ */
418
+ destinationConfiguration?: DestinationConfiguration;
415
419
  /**
416
420
  * The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
417
421
  */
@@ -420,10 +424,6 @@ declare namespace Ivschat {
420
424
  * Tags attached to the resource. Array of maps, each of the form string:string (key:value).
421
425
  */
422
426
  tags?: Tags;
423
- /**
424
- * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
425
- */
426
- updateTime?: Time;
427
427
  }
428
428
  export interface GetRoomRequest {
429
429
  /**
@@ -436,54 +436,54 @@ declare namespace Ivschat {
436
436
  * Room ARN, from the request (if identifier was an ARN).
437
437
  */
438
438
  arn?: RoomArn;
439
- /**
440
- * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
441
- */
442
- createTime?: Time;
443
439
  /**
444
440
  * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
445
441
  */
446
442
  id?: RoomID;
447
443
  /**
448
- * Array of logging configurations attached to the room.
444
+ * Room name. The value does not need to be unique.
449
445
  */
450
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
446
+ name?: RoomName;
451
447
  /**
452
- * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
448
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
453
449
  */
454
- maximumMessageLength?: RoomMaxMessageLength;
450
+ createTime?: Time;
451
+ /**
452
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
453
+ */
454
+ updateTime?: Time;
455
455
  /**
456
456
  * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
457
457
  */
458
458
  maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
459
459
  /**
460
- * Configuration information for optional review of messages.
460
+ * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
461
461
  */
462
- messageReviewHandler?: MessageReviewHandler;
462
+ maximumMessageLength?: RoomMaxMessageLength;
463
463
  /**
464
- * Room name. The value does not need to be unique.
464
+ * Configuration information for optional review of messages.
465
465
  */
466
- name?: RoomName;
466
+ messageReviewHandler?: MessageReviewHandler;
467
467
  /**
468
468
  * Tags attached to the resource. Array of maps, each of the form string:string (key:value).
469
469
  */
470
470
  tags?: Tags;
471
471
  /**
472
- * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
472
+ * Array of logging configurations attached to the room.
473
473
  */
474
- updateTime?: Time;
474
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
475
475
  }
476
476
  export type ID = string;
477
477
  export type LambdaArn = string;
478
478
  export interface ListLoggingConfigurationsRequest {
479
- /**
480
- * Maximum number of logging configurations to return. Default: 50.
481
- */
482
- maxResults?: MaxLoggingConfigurationResults;
483
479
  /**
484
480
  * The first logging configurations to retrieve. This is used for pagination; see the nextToken response field.
485
481
  */
486
482
  nextToken?: PaginationToken;
483
+ /**
484
+ * Maximum number of logging configurations to return. Default: 50.
485
+ */
486
+ maxResults?: MaxLoggingConfigurationResults;
487
487
  }
488
488
  export interface ListLoggingConfigurationsResponse {
489
489
  /**
@@ -497,9 +497,13 @@ declare namespace Ivschat {
497
497
  }
498
498
  export interface ListRoomsRequest {
499
499
  /**
500
- * Logging-configuration identifier.
500
+ * Filters the list to match the specified room name.
501
501
  */
502
- loggingConfigurationIdentifier?: LoggingConfigurationIdentifier;
502
+ name?: RoomName;
503
+ /**
504
+ * The first room to retrieve. This is used for pagination; see the nextToken response field.
505
+ */
506
+ nextToken?: PaginationToken;
503
507
  /**
504
508
  * Maximum number of rooms to return. Default: 50.
505
509
  */
@@ -509,23 +513,19 @@ declare namespace Ivschat {
509
513
  */
510
514
  messageReviewHandlerUri?: LambdaArn;
511
515
  /**
512
- * Filters the list to match the specified room name.
513
- */
514
- name?: RoomName;
515
- /**
516
- * The first room to retrieve. This is used for pagination; see the nextToken response field.
516
+ * Logging-configuration identifier.
517
517
  */
518
- nextToken?: PaginationToken;
518
+ loggingConfigurationIdentifier?: LoggingConfigurationIdentifier;
519
519
  }
520
520
  export interface ListRoomsResponse {
521
- /**
522
- * If there are more rooms than maxResults, use nextToken in the request to get the next set.
523
- */
524
- nextToken?: PaginationToken;
525
521
  /**
526
522
  * List of the matching rooms (summary information only).
527
523
  */
528
524
  rooms: RoomList;
525
+ /**
526
+ * If there are more rooms than maxResults, use nextToken in the request to get the next set.
527
+ */
528
+ nextToken?: PaginationToken;
529
529
  }
530
530
  export interface ListTagsForResourceRequest {
531
531
  /**
@@ -553,21 +553,25 @@ declare namespace Ivschat {
553
553
  */
554
554
  arn?: LoggingConfigurationArn;
555
555
  /**
556
- * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
556
+ * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
557
557
  */
558
- createTime?: Time;
558
+ id?: LoggingConfigurationID;
559
559
  /**
560
- * A complex type that contains a destination configuration for where chat content will be logged.
560
+ * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
561
561
  */
562
- destinationConfiguration?: DestinationConfiguration;
562
+ createTime?: Time;
563
563
  /**
564
- * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
564
+ * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
565
565
  */
566
- id?: LoggingConfigurationID;
566
+ updateTime?: Time;
567
567
  /**
568
568
  * Logging-configuration name. The value does not need to be unique.
569
569
  */
570
570
  name?: LoggingConfigurationName;
571
+ /**
572
+ * A complex type that contains a destination configuration for where chat content will be logged.
573
+ */
574
+ destinationConfiguration?: DestinationConfiguration;
571
575
  /**
572
576
  * The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.
573
577
  */
@@ -576,23 +580,19 @@ declare namespace Ivschat {
576
580
  * Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.
577
581
  */
578
582
  tags?: Tags;
579
- /**
580
- * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
581
- */
582
- updateTime?: Time;
583
583
  }
584
584
  export type MaxLoggingConfigurationResults = number;
585
585
  export type MaxRoomResults = number;
586
586
  export type MessageID = string;
587
587
  export interface MessageReviewHandler {
588
- /**
589
- * Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
590
- */
591
- fallbackResult?: FallbackResult;
592
588
  /**
593
589
  * Identifier of the message review handler. Currently this must be an ARN of a lambda function.
594
590
  */
595
591
  uri?: LambdaArn;
592
+ /**
593
+ * Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
594
+ */
595
+ fallbackResult?: FallbackResult;
596
596
  }
597
597
  export type PaginationToken = string;
598
598
  export type Reason = string;
@@ -609,34 +609,34 @@ declare namespace Ivschat {
609
609
  * Room ARN.
610
610
  */
611
611
  arn?: RoomArn;
612
- /**
613
- * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
614
- */
615
- createTime?: Time;
616
612
  /**
617
613
  * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
618
614
  */
619
615
  id?: RoomID;
620
616
  /**
621
- * List of logging-configuration identifiers attached to the room.
617
+ * Room name. The value does not need to be unique.
622
618
  */
623
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
619
+ name?: RoomName;
624
620
  /**
625
621
  * Configuration information for optional review of messages.
626
622
  */
627
623
  messageReviewHandler?: MessageReviewHandler;
628
624
  /**
629
- * Room name. The value does not need to be unique.
625
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
630
626
  */
631
- name?: RoomName;
627
+ createTime?: Time;
628
+ /**
629
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
630
+ */
631
+ updateTime?: Time;
632
632
  /**
633
633
  * Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
634
634
  */
635
635
  tags?: Tags;
636
636
  /**
637
- * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
637
+ * List of logging-configuration identifiers attached to the room.
638
638
  */
639
- updateTime?: Time;
639
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
640
640
  }
641
641
  export interface S3DestinationConfiguration {
642
642
  /**
@@ -646,17 +646,17 @@ declare namespace Ivschat {
646
646
  }
647
647
  export interface SendEventRequest {
648
648
  /**
649
- * Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.
649
+ * Identifier of the room to which the event will be sent. Currently this must be an ARN.
650
650
  */
651
- attributes?: EventAttributes;
651
+ roomIdentifier: RoomIdentifier;
652
652
  /**
653
653
  * Application-defined name of the event to send to clients.
654
654
  */
655
655
  eventName: EventName;
656
656
  /**
657
- * Identifier of the room to which the event will be sent. Currently this must be an ARN.
657
+ * Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.
658
658
  */
659
- roomIdentifier: RoomIdentifier;
659
+ attributes?: EventAttributes;
660
660
  }
661
661
  export interface SendEventResponse {
662
662
  /**
@@ -696,10 +696,6 @@ declare namespace Ivschat {
696
696
  export interface UntagResourceResponse {
697
697
  }
698
698
  export interface UpdateLoggingConfigurationRequest {
699
- /**
700
- * A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
701
- */
702
- destinationConfiguration?: DestinationConfiguration;
703
699
  /**
704
700
  * Identifier of the logging configuration to be updated.
705
701
  */
@@ -708,6 +704,10 @@ declare namespace Ivschat {
708
704
  * Logging-configuration name. The value does not need to be unique.
709
705
  */
710
706
  name?: LoggingConfigurationName;
707
+ /**
708
+ * A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
709
+ */
710
+ destinationConfiguration?: DestinationConfiguration;
711
711
  }
712
712
  export interface UpdateLoggingConfigurationResponse {
713
713
  /**
@@ -715,21 +715,25 @@ declare namespace Ivschat {
715
715
  */
716
716
  arn?: LoggingConfigurationArn;
717
717
  /**
718
- * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
718
+ * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
719
719
  */
720
- createTime?: Time;
720
+ id?: LoggingConfigurationID;
721
721
  /**
722
- * A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
722
+ * Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
723
723
  */
724
- destinationConfiguration?: DestinationConfiguration;
724
+ createTime?: Time;
725
725
  /**
726
- * Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
726
+ * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
727
727
  */
728
- id?: LoggingConfigurationID;
728
+ updateTime?: Time;
729
729
  /**
730
730
  * Logging-configuration name, from the request (if specified).
731
731
  */
732
732
  name?: LoggingConfigurationName;
733
+ /**
734
+ * A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
735
+ */
736
+ destinationConfiguration?: DestinationConfiguration;
733
737
  /**
734
738
  * The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
735
739
  */
@@ -738,10 +742,6 @@ declare namespace Ivschat {
738
742
  * Tags attached to the resource. Array of maps, each of the form string:string (key:value).
739
743
  */
740
744
  tags?: Tags;
741
- /**
742
- * Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
743
- */
744
- updateTime?: Time;
745
745
  }
746
746
  export type UpdateLoggingConfigurationState = "ACTIVE"|string;
747
747
  export interface UpdateRoomRequest {
@@ -750,67 +750,67 @@ declare namespace Ivschat {
750
750
  */
751
751
  identifier: RoomIdentifier;
752
752
  /**
753
- * Array of logging-configuration identifiers attached to the room.
754
- */
755
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
756
- /**
757
- * The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
753
+ * Room name. The value does not need to be unique.
758
754
  */
759
- maximumMessageLength?: RoomMaxMessageLength;
755
+ name?: RoomName;
760
756
  /**
761
757
  * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
762
758
  */
763
759
  maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
760
+ /**
761
+ * The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
762
+ */
763
+ maximumMessageLength?: RoomMaxMessageLength;
764
764
  /**
765
765
  * Configuration information for optional review of messages. Specify an empty uri string to disassociate a message review handler from the specified room.
766
766
  */
767
767
  messageReviewHandler?: MessageReviewHandler;
768
768
  /**
769
- * Room name. The value does not need to be unique.
769
+ * Array of logging-configuration identifiers attached to the room.
770
770
  */
771
- name?: RoomName;
771
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
772
772
  }
773
773
  export interface UpdateRoomResponse {
774
774
  /**
775
775
  * Room ARN, from the request (if identifier was an ARN).
776
776
  */
777
777
  arn?: RoomArn;
778
- /**
779
- * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
780
- */
781
- createTime?: Time;
782
778
  /**
783
779
  * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
784
780
  */
785
781
  id?: RoomID;
786
782
  /**
787
- * Array of logging configurations attached to the room, from the request (if specified).
783
+ * Room name, from the request (if specified).
788
784
  */
789
- loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
785
+ name?: RoomName;
790
786
  /**
791
- * Maximum number of characters in a single message, from the request (if specified).
787
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
792
788
  */
793
- maximumMessageLength?: RoomMaxMessageLength;
789
+ createTime?: Time;
790
+ /**
791
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
792
+ */
793
+ updateTime?: Time;
794
794
  /**
795
795
  * Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
796
796
  */
797
797
  maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
798
798
  /**
799
- * Configuration information for optional review of messages.
799
+ * Maximum number of characters in a single message, from the request (if specified).
800
800
  */
801
- messageReviewHandler?: MessageReviewHandler;
801
+ maximumMessageLength?: RoomMaxMessageLength;
802
802
  /**
803
- * Room name, from the request (if specified).
803
+ * Configuration information for optional review of messages.
804
804
  */
805
- name?: RoomName;
805
+ messageReviewHandler?: MessageReviewHandler;
806
806
  /**
807
807
  * Tags attached to the resource. Array of maps, each of the form string:string (key:value).
808
808
  */
809
809
  tags?: Tags;
810
810
  /**
811
- * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
811
+ * Array of logging configurations attached to the room, from the request (if specified).
812
812
  */
813
- updateTime?: Time;
813
+ loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
814
814
  }
815
815
  export type UserID = string;
816
816
  /**