cdk-docker-image-deployment 0.0.75 → 0.0.76
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +114 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +95 -4
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -7
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +236 -29
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -12,13 +12,21 @@ declare class Ivschat extends Service {
|
|
|
12
12
|
constructor(options?: Ivschat.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Ivschat.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Creates an encrypted token that is used to establish an individual WebSocket connection to a room.
|
|
15
|
+
* Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room. When the token is used to connect to chat, the connection is valid for the session duration specified in the request. The token becomes invalid at the token-expiration timestamp included in the response. Use the capabilities field to permit an end user to send messages or moderate a room. The attributes field securely attaches structured data to the chat session; the data is included within each message sent by the end user and received by other participants in the room. Common use cases for attributes include passing end-user profile data like an icon, display name, colors, badges, and other display features. Encryption keys are owned by Amazon IVS Chat and never used directly by your application.
|
|
16
16
|
*/
|
|
17
17
|
createChatToken(params: Ivschat.Types.CreateChatTokenRequest, callback?: (err: AWSError, data: Ivschat.Types.CreateChatTokenResponse) => void): Request<Ivschat.Types.CreateChatTokenResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Creates an encrypted token that is used to establish an individual WebSocket connection to a room.
|
|
19
|
+
* Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room. When the token is used to connect to chat, the connection is valid for the session duration specified in the request. The token becomes invalid at the token-expiration timestamp included in the response. Use the capabilities field to permit an end user to send messages or moderate a room. The attributes field securely attaches structured data to the chat session; the data is included within each message sent by the end user and received by other participants in the room. Common use cases for attributes include passing end-user profile data like an icon, display name, colors, badges, and other display features. Encryption keys are owned by Amazon IVS Chat and never used directly by your application.
|
|
20
20
|
*/
|
|
21
21
|
createChatToken(callback?: (err: AWSError, data: Ivschat.Types.CreateChatTokenResponse) => void): Request<Ivschat.Types.CreateChatTokenResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates a logging configuration that allows clients to store and record sent messages.
|
|
24
|
+
*/
|
|
25
|
+
createLoggingConfiguration(params: Ivschat.Types.CreateLoggingConfigurationRequest, callback?: (err: AWSError, data: Ivschat.Types.CreateLoggingConfigurationResponse) => void): Request<Ivschat.Types.CreateLoggingConfigurationResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Creates a logging configuration that allows clients to store and record sent messages.
|
|
28
|
+
*/
|
|
29
|
+
createLoggingConfiguration(callback?: (err: AWSError, data: Ivschat.Types.CreateLoggingConfigurationResponse) => void): Request<Ivschat.Types.CreateLoggingConfigurationResponse, AWSError>;
|
|
22
30
|
/**
|
|
23
31
|
* Creates a room that allows clients to connect and pass messages.
|
|
24
32
|
*/
|
|
@@ -27,6 +35,14 @@ declare class Ivschat extends Service {
|
|
|
27
35
|
* Creates a room that allows clients to connect and pass messages.
|
|
28
36
|
*/
|
|
29
37
|
createRoom(callback?: (err: AWSError, data: Ivschat.Types.CreateRoomResponse) => void): Request<Ivschat.Types.CreateRoomResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Deletes the specified logging configuration.
|
|
40
|
+
*/
|
|
41
|
+
deleteLoggingConfiguration(params: Ivschat.Types.DeleteLoggingConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Deletes the specified logging configuration.
|
|
44
|
+
*/
|
|
45
|
+
deleteLoggingConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
30
46
|
/**
|
|
31
47
|
* Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from view and delete it from the client’s chat history. This event’s EventName is aws:DELETE_MESSAGE. This replicates the DeleteMessage WebSocket operation in the Amazon IVS Chat Messaging API.
|
|
32
48
|
*/
|
|
@@ -51,6 +67,14 @@ declare class Ivschat extends Service {
|
|
|
51
67
|
* Disconnects all connections using a specified user ID from a room. This replicates the DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.
|
|
52
68
|
*/
|
|
53
69
|
disconnectUser(callback?: (err: AWSError, data: Ivschat.Types.DisconnectUserResponse) => void): Request<Ivschat.Types.DisconnectUserResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Gets the specified logging configuration.
|
|
72
|
+
*/
|
|
73
|
+
getLoggingConfiguration(params: Ivschat.Types.GetLoggingConfigurationRequest, callback?: (err: AWSError, data: Ivschat.Types.GetLoggingConfigurationResponse) => void): Request<Ivschat.Types.GetLoggingConfigurationResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Gets the specified logging configuration.
|
|
76
|
+
*/
|
|
77
|
+
getLoggingConfiguration(callback?: (err: AWSError, data: Ivschat.Types.GetLoggingConfigurationResponse) => void): Request<Ivschat.Types.GetLoggingConfigurationResponse, AWSError>;
|
|
54
78
|
/**
|
|
55
79
|
* Gets the specified room.
|
|
56
80
|
*/
|
|
@@ -59,6 +83,14 @@ declare class Ivschat extends Service {
|
|
|
59
83
|
* Gets the specified room.
|
|
60
84
|
*/
|
|
61
85
|
getRoom(callback?: (err: AWSError, data: Ivschat.Types.GetRoomResponse) => void): Request<Ivschat.Types.GetRoomResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Gets summary information about all your logging configurations in the AWS region where the API request is processed.
|
|
88
|
+
*/
|
|
89
|
+
listLoggingConfigurations(params: Ivschat.Types.ListLoggingConfigurationsRequest, callback?: (err: AWSError, data: Ivschat.Types.ListLoggingConfigurationsResponse) => void): Request<Ivschat.Types.ListLoggingConfigurationsResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Gets summary information about all your logging configurations in the AWS region where the API request is processed.
|
|
92
|
+
*/
|
|
93
|
+
listLoggingConfigurations(callback?: (err: AWSError, data: Ivschat.Types.ListLoggingConfigurationsResponse) => void): Request<Ivschat.Types.ListLoggingConfigurationsResponse, AWSError>;
|
|
62
94
|
/**
|
|
63
95
|
* Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of updateTime.
|
|
64
96
|
*/
|
|
@@ -99,6 +131,14 @@ declare class Ivschat extends Service {
|
|
|
99
131
|
* Removes tags from the resource with the specified ARN.
|
|
100
132
|
*/
|
|
101
133
|
untagResource(callback?: (err: AWSError, data: Ivschat.Types.UntagResourceResponse) => void): Request<Ivschat.Types.UntagResourceResponse, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
* Updates a specified logging configuration.
|
|
136
|
+
*/
|
|
137
|
+
updateLoggingConfiguration(params: Ivschat.Types.UpdateLoggingConfigurationRequest, callback?: (err: AWSError, data: Ivschat.Types.UpdateLoggingConfigurationResponse) => void): Request<Ivschat.Types.UpdateLoggingConfigurationResponse, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
* Updates a specified logging configuration.
|
|
140
|
+
*/
|
|
141
|
+
updateLoggingConfiguration(callback?: (err: AWSError, data: Ivschat.Types.UpdateLoggingConfigurationResponse) => void): Request<Ivschat.Types.UpdateLoggingConfigurationResponse, AWSError>;
|
|
102
142
|
/**
|
|
103
143
|
* Updates a room’s configuration.
|
|
104
144
|
*/
|
|
@@ -109,10 +149,17 @@ declare class Ivschat extends Service {
|
|
|
109
149
|
updateRoom(callback?: (err: AWSError, data: Ivschat.Types.UpdateRoomResponse) => void): Request<Ivschat.Types.UpdateRoomResponse, AWSError>;
|
|
110
150
|
}
|
|
111
151
|
declare namespace Ivschat {
|
|
152
|
+
export type BucketName = string;
|
|
112
153
|
export type ChatToken = string;
|
|
113
154
|
export type ChatTokenAttributes = {[key: string]: String};
|
|
114
155
|
export type ChatTokenCapabilities = ChatTokenCapability[];
|
|
115
156
|
export type ChatTokenCapability = "SEND_MESSAGE"|"DISCONNECT_USER"|"DELETE_MESSAGE"|string;
|
|
157
|
+
export interface CloudWatchLogsDestinationConfiguration {
|
|
158
|
+
/**
|
|
159
|
+
* Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
|
|
160
|
+
*/
|
|
161
|
+
logGroupName: LogGroupName;
|
|
162
|
+
}
|
|
116
163
|
export interface CreateChatTokenRequest {
|
|
117
164
|
/**
|
|
118
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.
|
|
@@ -149,7 +196,60 @@ declare namespace Ivschat {
|
|
|
149
196
|
*/
|
|
150
197
|
tokenExpirationTime?: Time;
|
|
151
198
|
}
|
|
199
|
+
export interface CreateLoggingConfigurationRequest {
|
|
200
|
+
/**
|
|
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.
|
|
202
|
+
*/
|
|
203
|
+
destinationConfiguration: DestinationConfiguration;
|
|
204
|
+
/**
|
|
205
|
+
* Logging-configuration name. The value does not need to be unique.
|
|
206
|
+
*/
|
|
207
|
+
name?: LoggingConfigurationName;
|
|
208
|
+
/**
|
|
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
|
+
*/
|
|
211
|
+
tags?: Tags;
|
|
212
|
+
}
|
|
213
|
+
export interface CreateLoggingConfigurationResponse {
|
|
214
|
+
/**
|
|
215
|
+
* Logging-configuration ARN, assigned by the system.
|
|
216
|
+
*/
|
|
217
|
+
arn?: LoggingConfigurationArn;
|
|
218
|
+
/**
|
|
219
|
+
* Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
|
220
|
+
*/
|
|
221
|
+
createTime?: Time;
|
|
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.
|
|
224
|
+
*/
|
|
225
|
+
destinationConfiguration?: DestinationConfiguration;
|
|
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.
|
|
228
|
+
*/
|
|
229
|
+
id?: LoggingConfigurationID;
|
|
230
|
+
/**
|
|
231
|
+
* Logging-configuration name, from the request (if specified).
|
|
232
|
+
*/
|
|
233
|
+
name?: LoggingConfigurationName;
|
|
234
|
+
/**
|
|
235
|
+
* The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
|
|
236
|
+
*/
|
|
237
|
+
state?: CreateLoggingConfigurationState;
|
|
238
|
+
/**
|
|
239
|
+
* Tags attached to the resource, from the request (if specified). Array of maps, each of the form string:string (key:value).
|
|
240
|
+
*/
|
|
241
|
+
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
|
+
}
|
|
247
|
+
export type CreateLoggingConfigurationState = "ACTIVE"|string;
|
|
152
248
|
export interface CreateRoomRequest {
|
|
249
|
+
/**
|
|
250
|
+
* Array of logging-configuration identifiers attached to the room.
|
|
251
|
+
*/
|
|
252
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
153
253
|
/**
|
|
154
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.
|
|
155
255
|
*/
|
|
@@ -185,11 +285,15 @@ declare namespace Ivschat {
|
|
|
185
285
|
*/
|
|
186
286
|
id?: RoomID;
|
|
187
287
|
/**
|
|
188
|
-
*
|
|
288
|
+
* Array of logging configurations attached to the room, from the request (if specified).
|
|
289
|
+
*/
|
|
290
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
291
|
+
/**
|
|
292
|
+
* Maximum number of characters in a single message, from the request (if specified).
|
|
189
293
|
*/
|
|
190
294
|
maximumMessageLength?: RoomMaxMessageLength;
|
|
191
295
|
/**
|
|
192
|
-
* Maximum number of messages per second that can be sent to the room (by all clients), from the request.
|
|
296
|
+
* Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
|
|
193
297
|
*/
|
|
194
298
|
maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
|
|
195
299
|
/**
|
|
@@ -201,7 +305,7 @@ declare namespace Ivschat {
|
|
|
201
305
|
*/
|
|
202
306
|
name?: RoomName;
|
|
203
307
|
/**
|
|
204
|
-
* Tags attached to the resource, from the request.
|
|
308
|
+
* Tags attached to the resource, from the request (if specified).
|
|
205
309
|
*/
|
|
206
310
|
tags?: Tags;
|
|
207
311
|
/**
|
|
@@ -209,6 +313,12 @@ declare namespace Ivschat {
|
|
|
209
313
|
*/
|
|
210
314
|
updateTime?: Time;
|
|
211
315
|
}
|
|
316
|
+
export interface DeleteLoggingConfigurationRequest {
|
|
317
|
+
/**
|
|
318
|
+
* Identifier of the logging configuration to be deleted.
|
|
319
|
+
*/
|
|
320
|
+
identifier: LoggingConfigurationIdentifier;
|
|
321
|
+
}
|
|
212
322
|
export interface DeleteMessageRequest {
|
|
213
323
|
/**
|
|
214
324
|
* ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
|
|
@@ -235,6 +345,21 @@ declare namespace Ivschat {
|
|
|
235
345
|
*/
|
|
236
346
|
identifier: RoomIdentifier;
|
|
237
347
|
}
|
|
348
|
+
export type DeliveryStreamName = string;
|
|
349
|
+
export interface DestinationConfiguration {
|
|
350
|
+
/**
|
|
351
|
+
* Name of the Amazon CloudWatch Logs destination where chat activity will be logged.
|
|
352
|
+
*/
|
|
353
|
+
cloudWatchLogs?: CloudWatchLogsDestinationConfiguration;
|
|
354
|
+
/**
|
|
355
|
+
* Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged
|
|
356
|
+
*/
|
|
357
|
+
firehose?: FirehoseDestinationConfiguration;
|
|
358
|
+
/**
|
|
359
|
+
* Name of the Amazon S3 bucket where chat activity will be logged.
|
|
360
|
+
*/
|
|
361
|
+
s3?: S3DestinationConfiguration;
|
|
362
|
+
}
|
|
238
363
|
export interface DisconnectUserRequest {
|
|
239
364
|
/**
|
|
240
365
|
* Reason for disconnecting the user.
|
|
@@ -254,6 +379,52 @@ declare namespace Ivschat {
|
|
|
254
379
|
export type EventAttributes = {[key: string]: String};
|
|
255
380
|
export type EventName = string;
|
|
256
381
|
export type FallbackResult = "ALLOW"|"DENY"|string;
|
|
382
|
+
export interface FirehoseDestinationConfiguration {
|
|
383
|
+
/**
|
|
384
|
+
* Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
|
|
385
|
+
*/
|
|
386
|
+
deliveryStreamName: DeliveryStreamName;
|
|
387
|
+
}
|
|
388
|
+
export interface GetLoggingConfigurationRequest {
|
|
389
|
+
/**
|
|
390
|
+
* Identifier of the logging configuration to be retrieved.
|
|
391
|
+
*/
|
|
392
|
+
identifier: LoggingConfigurationIdentifier;
|
|
393
|
+
}
|
|
394
|
+
export interface GetLoggingConfigurationResponse {
|
|
395
|
+
/**
|
|
396
|
+
* Logging-configuration ARN, from the request (if identifier was an ARN).
|
|
397
|
+
*/
|
|
398
|
+
arn?: LoggingConfigurationArn;
|
|
399
|
+
/**
|
|
400
|
+
* Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
|
401
|
+
*/
|
|
402
|
+
createTime?: Time;
|
|
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.
|
|
405
|
+
*/
|
|
406
|
+
destinationConfiguration?: DestinationConfiguration;
|
|
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.
|
|
409
|
+
*/
|
|
410
|
+
id?: LoggingConfigurationID;
|
|
411
|
+
/**
|
|
412
|
+
* Logging-configuration name. This value does not need to be unique.
|
|
413
|
+
*/
|
|
414
|
+
name?: LoggingConfigurationName;
|
|
415
|
+
/**
|
|
416
|
+
* The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
|
|
417
|
+
*/
|
|
418
|
+
state?: LoggingConfigurationState;
|
|
419
|
+
/**
|
|
420
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value).
|
|
421
|
+
*/
|
|
422
|
+
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
|
+
}
|
|
257
428
|
export interface GetRoomRequest {
|
|
258
429
|
/**
|
|
259
430
|
* Identifier of the room for which the configuration is to be retrieved. Currently this must be an ARN.
|
|
@@ -273,6 +444,10 @@ declare namespace Ivschat {
|
|
|
273
444
|
* Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
|
|
274
445
|
*/
|
|
275
446
|
id?: RoomID;
|
|
447
|
+
/**
|
|
448
|
+
* Array of logging configurations attached to the room.
|
|
449
|
+
*/
|
|
450
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
276
451
|
/**
|
|
277
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.
|
|
278
453
|
*/
|
|
@@ -300,7 +475,31 @@ declare namespace Ivschat {
|
|
|
300
475
|
}
|
|
301
476
|
export type ID = string;
|
|
302
477
|
export type LambdaArn = string;
|
|
478
|
+
export interface ListLoggingConfigurationsRequest {
|
|
479
|
+
/**
|
|
480
|
+
* Maximum number of logging configurations to return. Default: 50.
|
|
481
|
+
*/
|
|
482
|
+
maxResults?: MaxLoggingConfigurationResults;
|
|
483
|
+
/**
|
|
484
|
+
* The first logging configurations to retrieve. This is used for pagination; see the nextToken response field.
|
|
485
|
+
*/
|
|
486
|
+
nextToken?: PaginationToken;
|
|
487
|
+
}
|
|
488
|
+
export interface ListLoggingConfigurationsResponse {
|
|
489
|
+
/**
|
|
490
|
+
* List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
|
|
491
|
+
*/
|
|
492
|
+
loggingConfigurations: LoggingConfigurationList;
|
|
493
|
+
/**
|
|
494
|
+
* If there are more logging configurations than maxResults, use nextToken in the request to get the next set.
|
|
495
|
+
*/
|
|
496
|
+
nextToken?: PaginationToken;
|
|
497
|
+
}
|
|
303
498
|
export interface ListRoomsRequest {
|
|
499
|
+
/**
|
|
500
|
+
* Logging-configuration identifier.
|
|
501
|
+
*/
|
|
502
|
+
loggingConfigurationIdentifier?: LoggingConfigurationIdentifier;
|
|
304
503
|
/**
|
|
305
504
|
* Maximum number of rooms to return. Default: 50.
|
|
306
505
|
*/
|
|
@@ -336,10 +535,53 @@ declare namespace Ivschat {
|
|
|
336
535
|
}
|
|
337
536
|
export interface ListTagsForResourceResponse {
|
|
338
537
|
/**
|
|
339
|
-
* Tags attached to the resource,
|
|
538
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value).
|
|
340
539
|
*/
|
|
341
540
|
tags: Tags;
|
|
342
541
|
}
|
|
542
|
+
export type LogGroupName = string;
|
|
543
|
+
export type LoggingConfigurationArn = string;
|
|
544
|
+
export type LoggingConfigurationID = string;
|
|
545
|
+
export type LoggingConfigurationIdentifier = string;
|
|
546
|
+
export type LoggingConfigurationIdentifierList = LoggingConfigurationIdentifier[];
|
|
547
|
+
export type LoggingConfigurationList = LoggingConfigurationSummary[];
|
|
548
|
+
export type LoggingConfigurationName = string;
|
|
549
|
+
export type LoggingConfigurationState = "CREATING"|"CREATE_FAILED"|"DELETING"|"DELETE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"ACTIVE"|string;
|
|
550
|
+
export interface LoggingConfigurationSummary {
|
|
551
|
+
/**
|
|
552
|
+
* Logging-configuration ARN.
|
|
553
|
+
*/
|
|
554
|
+
arn?: LoggingConfigurationArn;
|
|
555
|
+
/**
|
|
556
|
+
* Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
|
557
|
+
*/
|
|
558
|
+
createTime?: Time;
|
|
559
|
+
/**
|
|
560
|
+
* A complex type that contains a destination configuration for where chat content will be logged.
|
|
561
|
+
*/
|
|
562
|
+
destinationConfiguration?: DestinationConfiguration;
|
|
563
|
+
/**
|
|
564
|
+
* Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
|
|
565
|
+
*/
|
|
566
|
+
id?: LoggingConfigurationID;
|
|
567
|
+
/**
|
|
568
|
+
* Logging-configuration name. The value does not need to be unique.
|
|
569
|
+
*/
|
|
570
|
+
name?: LoggingConfigurationName;
|
|
571
|
+
/**
|
|
572
|
+
* The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.
|
|
573
|
+
*/
|
|
574
|
+
state?: LoggingConfigurationState;
|
|
575
|
+
/**
|
|
576
|
+
* 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
|
+
*/
|
|
578
|
+
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
|
+
}
|
|
584
|
+
export type MaxLoggingConfigurationResults = number;
|
|
343
585
|
export type MaxRoomResults = number;
|
|
344
586
|
export type MessageID = string;
|
|
345
587
|
export interface MessageReviewHandler {
|
|
@@ -375,6 +617,10 @@ declare namespace Ivschat {
|
|
|
375
617
|
* Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
|
|
376
618
|
*/
|
|
377
619
|
id?: RoomID;
|
|
620
|
+
/**
|
|
621
|
+
* List of logging-configuration identifiers attached to the room.
|
|
622
|
+
*/
|
|
623
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
378
624
|
/**
|
|
379
625
|
* Configuration information for optional review of messages.
|
|
380
626
|
*/
|
|
@@ -384,7 +630,7 @@ declare namespace Ivschat {
|
|
|
384
630
|
*/
|
|
385
631
|
name?: RoomName;
|
|
386
632
|
/**
|
|
387
|
-
* Tags attached to the resource. 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.
|
|
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.
|
|
388
634
|
*/
|
|
389
635
|
tags?: Tags;
|
|
390
636
|
/**
|
|
@@ -392,6 +638,12 @@ declare namespace Ivschat {
|
|
|
392
638
|
*/
|
|
393
639
|
updateTime?: Time;
|
|
394
640
|
}
|
|
641
|
+
export interface S3DestinationConfiguration {
|
|
642
|
+
/**
|
|
643
|
+
* Name of the Amazon S3 bucket where chat activity will be logged.
|
|
644
|
+
*/
|
|
645
|
+
bucketName: BucketName;
|
|
646
|
+
}
|
|
395
647
|
export interface SendEventRequest {
|
|
396
648
|
/**
|
|
397
649
|
* Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.
|
|
@@ -422,7 +674,7 @@ declare namespace Ivschat {
|
|
|
422
674
|
*/
|
|
423
675
|
resourceArn: ResourceArn;
|
|
424
676
|
/**
|
|
425
|
-
* Array of tags to be added or updated. 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.
|
|
677
|
+
* Array of tags to be added or updated. 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.
|
|
426
678
|
*/
|
|
427
679
|
tags: Tags;
|
|
428
680
|
}
|
|
@@ -437,17 +689,70 @@ declare namespace Ivschat {
|
|
|
437
689
|
*/
|
|
438
690
|
resourceArn: ResourceArn;
|
|
439
691
|
/**
|
|
440
|
-
* Array of tags to be removed. 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.
|
|
692
|
+
* Array of tags to be removed. 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.
|
|
441
693
|
*/
|
|
442
694
|
tagKeys: TagKeyList;
|
|
443
695
|
}
|
|
444
696
|
export interface UntagResourceResponse {
|
|
445
697
|
}
|
|
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
|
+
/**
|
|
704
|
+
* Identifier of the logging configuration to be updated.
|
|
705
|
+
*/
|
|
706
|
+
identifier: LoggingConfigurationIdentifier;
|
|
707
|
+
/**
|
|
708
|
+
* Logging-configuration name. The value does not need to be unique.
|
|
709
|
+
*/
|
|
710
|
+
name?: LoggingConfigurationName;
|
|
711
|
+
}
|
|
712
|
+
export interface UpdateLoggingConfigurationResponse {
|
|
713
|
+
/**
|
|
714
|
+
* Logging-configuration ARN, from the request (if identifier was an ARN).
|
|
715
|
+
*/
|
|
716
|
+
arn?: LoggingConfigurationArn;
|
|
717
|
+
/**
|
|
718
|
+
* Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
|
|
719
|
+
*/
|
|
720
|
+
createTime?: Time;
|
|
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.
|
|
723
|
+
*/
|
|
724
|
+
destinationConfiguration?: DestinationConfiguration;
|
|
725
|
+
/**
|
|
726
|
+
* Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
|
|
727
|
+
*/
|
|
728
|
+
id?: LoggingConfigurationID;
|
|
729
|
+
/**
|
|
730
|
+
* Logging-configuration name, from the request (if specified).
|
|
731
|
+
*/
|
|
732
|
+
name?: LoggingConfigurationName;
|
|
733
|
+
/**
|
|
734
|
+
* The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
|
|
735
|
+
*/
|
|
736
|
+
state?: UpdateLoggingConfigurationState;
|
|
737
|
+
/**
|
|
738
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value).
|
|
739
|
+
*/
|
|
740
|
+
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
|
+
}
|
|
746
|
+
export type UpdateLoggingConfigurationState = "ACTIVE"|string;
|
|
446
747
|
export interface UpdateRoomRequest {
|
|
447
748
|
/**
|
|
448
749
|
* Identifier of the room to be updated. Currently this must be an ARN.
|
|
449
750
|
*/
|
|
450
751
|
identifier: RoomIdentifier;
|
|
752
|
+
/**
|
|
753
|
+
* Array of logging-configuration identifiers attached to the room.
|
|
754
|
+
*/
|
|
755
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
451
756
|
/**
|
|
452
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.
|
|
453
758
|
*/
|
|
@@ -479,11 +784,15 @@ declare namespace Ivschat {
|
|
|
479
784
|
*/
|
|
480
785
|
id?: RoomID;
|
|
481
786
|
/**
|
|
482
|
-
*
|
|
787
|
+
* Array of logging configurations attached to the room, from the request (if specified).
|
|
788
|
+
*/
|
|
789
|
+
loggingConfigurationIdentifiers?: LoggingConfigurationIdentifierList;
|
|
790
|
+
/**
|
|
791
|
+
* Maximum number of characters in a single message, from the request (if specified).
|
|
483
792
|
*/
|
|
484
793
|
maximumMessageLength?: RoomMaxMessageLength;
|
|
485
794
|
/**
|
|
486
|
-
* Maximum number of messages per second that can be sent to the room (by all clients), from the request.
|
|
795
|
+
* Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
|
|
487
796
|
*/
|
|
488
797
|
maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
|
|
489
798
|
/**
|
|
@@ -491,11 +800,11 @@ declare namespace Ivschat {
|
|
|
491
800
|
*/
|
|
492
801
|
messageReviewHandler?: MessageReviewHandler;
|
|
493
802
|
/**
|
|
494
|
-
* Room name, from the request.
|
|
803
|
+
* Room name, from the request (if specified).
|
|
495
804
|
*/
|
|
496
805
|
name?: RoomName;
|
|
497
806
|
/**
|
|
498
|
-
* Tags attached to the resource.
|
|
807
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value).
|
|
499
808
|
*/
|
|
500
809
|
tags?: Tags;
|
|
501
810
|
/**
|
|
@@ -731,7 +731,7 @@ declare namespace Lambda {
|
|
|
731
731
|
}
|
|
732
732
|
export interface AmazonManagedKafkaEventSourceConfig {
|
|
733
733
|
/**
|
|
734
|
-
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see
|
|
734
|
+
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
|
|
735
735
|
*/
|
|
736
736
|
ConsumerGroupId?: URI;
|
|
737
737
|
}
|
|
@@ -877,7 +877,7 @@ declare namespace Lambda {
|
|
|
877
877
|
*/
|
|
878
878
|
FilterCriteria?: FilterCriteria;
|
|
879
879
|
/**
|
|
880
|
-
*
|
|
880
|
+
* The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure MaximumBatchingWindowInSeconds to any value from 0 seconds to 300 seconds in increments of seconds. For streams and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, and Amazon MQ event sources, the default batching window is 500 ms. Note that because you can only change MaximumBatchingWindowInSeconds in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping. Related setting: For streams and Amazon SQS event sources, when you set BatchSize to a value greater than 10, you must set MaximumBatchingWindowInSeconds to at least 1.
|
|
881
881
|
*/
|
|
882
882
|
MaximumBatchingWindowInSeconds?: MaximumBatchingWindowInSeconds;
|
|
883
883
|
/**
|
|
@@ -1199,7 +1199,7 @@ declare namespace Lambda {
|
|
|
1199
1199
|
}
|
|
1200
1200
|
export interface EnvironmentResponse {
|
|
1201
1201
|
/**
|
|
1202
|
-
* Environment variable key-value pairs.
|
|
1202
|
+
* Environment variable key-value pairs. Omitted from CloudTrail logs.
|
|
1203
1203
|
*/
|
|
1204
1204
|
Variables?: EnvironmentVariables;
|
|
1205
1205
|
/**
|
|
@@ -1235,7 +1235,7 @@ declare namespace Lambda {
|
|
|
1235
1235
|
*/
|
|
1236
1236
|
BatchSize?: BatchSize;
|
|
1237
1237
|
/**
|
|
1238
|
-
*
|
|
1238
|
+
* The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure MaximumBatchingWindowInSeconds to any value from 0 seconds to 300 seconds in increments of seconds. For streams and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, and Amazon MQ event sources, the default batching window is 500 ms. Note that because you can only change MaximumBatchingWindowInSeconds in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping. Related setting: For streams and Amazon SQS event sources, when you set BatchSize to a value greater than 10, you must set MaximumBatchingWindowInSeconds to at least 1.
|
|
1239
1239
|
*/
|
|
1240
1240
|
MaximumBatchingWindowInSeconds?: MaximumBatchingWindowInSeconds;
|
|
1241
1241
|
/**
|
|
@@ -1447,7 +1447,7 @@ declare namespace Lambda {
|
|
|
1447
1447
|
*/
|
|
1448
1448
|
DeadLetterConfig?: DeadLetterConfig;
|
|
1449
1449
|
/**
|
|
1450
|
-
* The function's environment variables.
|
|
1450
|
+
* The function's environment variables. Omitted from CloudTrail logs.
|
|
1451
1451
|
*/
|
|
1452
1452
|
Environment?: EnvironmentResponse;
|
|
1453
1453
|
/**
|
|
@@ -1847,7 +1847,7 @@ declare namespace Lambda {
|
|
|
1847
1847
|
*/
|
|
1848
1848
|
AvailableProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
1849
1849
|
/**
|
|
1850
|
-
* The amount of provisioned concurrency allocated.
|
|
1850
|
+
* The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
|
|
1851
1851
|
*/
|
|
1852
1852
|
AllocatedProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
1853
1853
|
/**
|
|
@@ -2436,7 +2436,7 @@ declare namespace Lambda {
|
|
|
2436
2436
|
*/
|
|
2437
2437
|
AvailableProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
2438
2438
|
/**
|
|
2439
|
-
* The amount of provisioned concurrency allocated.
|
|
2439
|
+
* The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
|
|
2440
2440
|
*/
|
|
2441
2441
|
AllocatedProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
2442
2442
|
/**
|
|
@@ -2611,7 +2611,7 @@ declare namespace Lambda {
|
|
|
2611
2611
|
*/
|
|
2612
2612
|
AvailableProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
2613
2613
|
/**
|
|
2614
|
-
* The amount of provisioned concurrency allocated.
|
|
2614
|
+
* The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
|
|
2615
2615
|
*/
|
|
2616
2616
|
AllocatedProvisionedConcurrentExecutions?: NonNegativeInteger;
|
|
2617
2617
|
/**
|
|
@@ -2669,7 +2669,7 @@ declare namespace Lambda {
|
|
|
2669
2669
|
export type ReservedConcurrentExecutions = number;
|
|
2670
2670
|
export type ResourceArn = string;
|
|
2671
2671
|
export type RoleArn = string;
|
|
2672
|
-
export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|string;
|
|
2672
|
+
export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|"nodejs18.x"|string;
|
|
2673
2673
|
export type S3Bucket = string;
|
|
2674
2674
|
export type S3Key = string;
|
|
2675
2675
|
export type S3ObjectVersion = string;
|
|
@@ -2683,7 +2683,7 @@ declare namespace Lambda {
|
|
|
2683
2683
|
}
|
|
2684
2684
|
export interface SelfManagedKafkaEventSourceConfig {
|
|
2685
2685
|
/**
|
|
2686
|
-
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see
|
|
2686
|
+
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
|
|
2687
2687
|
*/
|
|
2688
2688
|
ConsumerGroupId?: URI;
|
|
2689
2689
|
}
|
|
@@ -2691,7 +2691,7 @@ declare namespace Lambda {
|
|
|
2691
2691
|
export type SigningProfileVersionArns = Arn[];
|
|
2692
2692
|
export interface SourceAccessConfiguration {
|
|
2693
2693
|
/**
|
|
2694
|
-
* The type of authentication protocol, VPC components, or virtual host for your event source. For example: "Type":"SASL_SCRAM_512_AUTH". BASIC_AUTH - (Amazon MQ) The Secrets Manager secret that stores your broker credentials. BASIC_AUTH - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers. VPC_SUBNET - The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster. VPC_SECURITY_GROUP - The VPC security group used to manage access to your self-managed Apache Kafka brokers. SASL_SCRAM_256_AUTH - The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers. SASL_SCRAM_512_AUTH - The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers. VIRTUAL_HOST - (
|
|
2694
|
+
* The type of authentication protocol, VPC components, or virtual host for your event source. For example: "Type":"SASL_SCRAM_512_AUTH". BASIC_AUTH - (Amazon MQ) The Secrets Manager secret that stores your broker credentials. BASIC_AUTH - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers. VPC_SUBNET - (Self-managed Apache Kafka) The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster. VPC_SECURITY_GROUP - (Self-managed Apache Kafka) The VPC security group used to manage access to your self-managed Apache Kafka brokers. SASL_SCRAM_256_AUTH - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers. SASL_SCRAM_512_AUTH - (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers. VIRTUAL_HOST - (RabbitMQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source. This property cannot be specified in an UpdateEventSourceMapping API call. CLIENT_CERTIFICATE_TLS_AUTH - (Amazon MSK, self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM), private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers. SERVER_ROOT_CA_CERTIFICATE - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
|
|
2695
2695
|
*/
|
|
2696
2696
|
Type?: SourceAccessType;
|
|
2697
2697
|
/**
|
|
@@ -2826,7 +2826,7 @@ declare namespace Lambda {
|
|
|
2826
2826
|
*/
|
|
2827
2827
|
FilterCriteria?: FilterCriteria;
|
|
2828
2828
|
/**
|
|
2829
|
-
*
|
|
2829
|
+
* The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure MaximumBatchingWindowInSeconds to any value from 0 seconds to 300 seconds in increments of seconds. For streams and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, and Amazon MQ event sources, the default batching window is 500 ms. Note that because you can only change MaximumBatchingWindowInSeconds in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping. Related setting: For streams and Amazon SQS event sources, when you set BatchSize to a value greater than 10, you must set MaximumBatchingWindowInSeconds to at least 1.
|
|
2830
2830
|
*/
|
|
2831
2831
|
MaximumBatchingWindowInSeconds?: MaximumBatchingWindowInSeconds;
|
|
2832
2832
|
/**
|