cdk-lambda-subminute 2.0.450 → 2.0.452
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- 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
|
-
*
|
165
|
+
* Identifier of the room that the client is trying to access. Currently this must be an ARN.
|
166
166
|
*/
|
167
|
-
|
167
|
+
roomIdentifier: RoomIdentifier;
|
168
168
|
/**
|
169
|
-
*
|
169
|
+
* Application-provided ID that uniquely identifies the user associated with this token. This can be any UTF-8 encoded text.
|
170
170
|
*/
|
171
|
-
|
171
|
+
userId: UserID;
|
172
172
|
/**
|
173
|
-
*
|
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
|
-
|
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
|
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
|
-
|
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
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
221
|
+
id?: LoggingConfigurationID;
|
222
222
|
/**
|
223
|
-
*
|
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
|
-
|
225
|
+
createTime?: Time;
|
226
226
|
/**
|
227
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
260
|
+
maximumMessageLength?: RoomMaxMessageLength;
|
265
261
|
/**
|
266
|
-
*
|
262
|
+
* Configuration information for optional review of messages.
|
267
263
|
*/
|
268
|
-
|
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
|
-
*
|
284
|
+
* Room name, from the request (if specified).
|
289
285
|
*/
|
290
|
-
|
286
|
+
name?: RoomName;
|
291
287
|
/**
|
292
|
-
*
|
288
|
+
* Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
293
289
|
*/
|
294
|
-
|
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
|
-
*
|
300
|
+
* Maximum number of characters in a single message, from the request (if specified).
|
301
301
|
*/
|
302
|
-
|
302
|
+
maximumMessageLength?: RoomMaxMessageLength;
|
303
303
|
/**
|
304
|
-
*
|
304
|
+
* Configuration information for optional review of messages.
|
305
305
|
*/
|
306
|
-
|
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
|
-
*
|
312
|
+
* Array of logging configurations attached to the room, from the request (if specified).
|
313
313
|
*/
|
314
|
-
|
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
|
-
*
|
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
|
-
|
402
|
+
id?: LoggingConfigurationID;
|
403
403
|
/**
|
404
|
-
*
|
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
|
-
|
406
|
+
createTime?: Time;
|
407
407
|
/**
|
408
|
-
*
|
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
|
-
|
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
|
-
*
|
444
|
+
* Room name. The value does not need to be unique.
|
449
445
|
*/
|
450
|
-
|
446
|
+
name?: RoomName;
|
451
447
|
/**
|
452
|
-
*
|
448
|
+
* Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
453
449
|
*/
|
454
|
-
|
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
|
-
*
|
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
|
-
|
462
|
+
maximumMessageLength?: RoomMaxMessageLength;
|
463
463
|
/**
|
464
|
-
*
|
464
|
+
* Configuration information for optional review of messages.
|
465
465
|
*/
|
466
|
-
|
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
|
-
*
|
472
|
+
* Array of logging configurations attached to the room.
|
473
473
|
*/
|
474
|
-
|
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
|
-
*
|
500
|
+
* Filters the list to match the specified room name.
|
501
501
|
*/
|
502
|
-
|
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
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
558
|
+
id?: LoggingConfigurationID;
|
559
559
|
/**
|
560
|
-
*
|
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
|
-
|
562
|
+
createTime?: Time;
|
563
563
|
/**
|
564
|
-
*
|
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
|
-
|
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
|
-
*
|
617
|
+
* Room name. The value does not need to be unique.
|
622
618
|
*/
|
623
|
-
|
619
|
+
name?: RoomName;
|
624
620
|
/**
|
625
621
|
* Configuration information for optional review of messages.
|
626
622
|
*/
|
627
623
|
messageReviewHandler?: MessageReviewHandler;
|
628
624
|
/**
|
629
|
-
*
|
625
|
+
* Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
630
626
|
*/
|
631
|
-
|
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
|
-
*
|
637
|
+
* List of logging-configuration identifiers attached to the room.
|
638
638
|
*/
|
639
|
-
|
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
|
-
*
|
649
|
+
* Identifier of the room to which the event will be sent. Currently this must be an ARN.
|
650
650
|
*/
|
651
|
-
|
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
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
720
|
+
id?: LoggingConfigurationID;
|
721
721
|
/**
|
722
|
-
*
|
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
|
-
|
724
|
+
createTime?: Time;
|
725
725
|
/**
|
726
|
-
*
|
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
|
-
|
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
|
-
*
|
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
|
-
|
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
|
-
*
|
769
|
+
* Array of logging-configuration identifiers attached to the room.
|
770
770
|
*/
|
771
|
-
|
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
|
-
*
|
783
|
+
* Room name, from the request (if specified).
|
788
784
|
*/
|
789
|
-
|
785
|
+
name?: RoomName;
|
790
786
|
/**
|
791
|
-
*
|
787
|
+
* Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
792
788
|
*/
|
793
|
-
|
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
|
-
*
|
799
|
+
* Maximum number of characters in a single message, from the request (if specified).
|
800
800
|
*/
|
801
|
-
|
801
|
+
maximumMessageLength?: RoomMaxMessageLength;
|
802
802
|
/**
|
803
|
-
*
|
803
|
+
* Configuration information for optional review of messages.
|
804
804
|
*/
|
805
|
-
|
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
|
-
*
|
811
|
+
* Array of logging configurations attached to the room, from the request (if specified).
|
812
812
|
*/
|
813
|
-
|
813
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
814
814
|
}
|
815
815
|
export type UserID = string;
|
816
816
|
/**
|