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
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2020-07-14",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "ivschat",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceAbbreviation": "ivschat",
|
9
14
|
"serviceFullName": "Amazon Interactive Video Service Chat",
|
10
15
|
"serviceId": "ivschat",
|
@@ -25,37 +30,37 @@
|
|
25
30
|
"userId"
|
26
31
|
],
|
27
32
|
"members": {
|
28
|
-
"
|
29
|
-
|
30
|
-
"
|
31
|
-
"value": {},
|
32
|
-
"sensitive": true
|
33
|
+
"roomIdentifier": {},
|
34
|
+
"userId": {
|
35
|
+
"shape": "S3"
|
33
36
|
},
|
34
37
|
"capabilities": {
|
35
38
|
"type": "list",
|
36
39
|
"member": {}
|
37
40
|
},
|
38
|
-
"roomIdentifier": {},
|
39
41
|
"sessionDurationInMinutes": {
|
40
42
|
"type": "integer"
|
41
43
|
},
|
42
|
-
"
|
43
|
-
"
|
44
|
+
"attributes": {
|
45
|
+
"type": "map",
|
46
|
+
"key": {},
|
47
|
+
"value": {},
|
48
|
+
"sensitive": true
|
44
49
|
}
|
45
50
|
}
|
46
51
|
},
|
47
52
|
"output": {
|
48
53
|
"type": "structure",
|
49
54
|
"members": {
|
50
|
-
"sessionExpirationTime": {
|
51
|
-
"shape": "Sa"
|
52
|
-
},
|
53
55
|
"token": {
|
54
56
|
"type": "string",
|
55
57
|
"sensitive": true
|
56
58
|
},
|
57
59
|
"tokenExpirationTime": {
|
58
|
-
"shape": "
|
60
|
+
"shape": "Sb"
|
61
|
+
},
|
62
|
+
"sessionExpirationTime": {
|
63
|
+
"shape": "Sb"
|
59
64
|
}
|
60
65
|
}
|
61
66
|
}
|
@@ -71,10 +76,10 @@
|
|
71
76
|
"destinationConfiguration"
|
72
77
|
],
|
73
78
|
"members": {
|
79
|
+
"name": {},
|
74
80
|
"destinationConfiguration": {
|
75
|
-
"shape": "
|
81
|
+
"shape": "Se"
|
76
82
|
},
|
77
|
-
"name": {},
|
78
83
|
"tags": {
|
79
84
|
"shape": "Sl"
|
80
85
|
}
|
@@ -84,20 +89,20 @@
|
|
84
89
|
"type": "structure",
|
85
90
|
"members": {
|
86
91
|
"arn": {},
|
92
|
+
"id": {},
|
87
93
|
"createTime": {
|
88
|
-
"shape": "
|
94
|
+
"shape": "Sb"
|
89
95
|
},
|
90
|
-
"
|
91
|
-
"shape": "
|
96
|
+
"updateTime": {
|
97
|
+
"shape": "Sb"
|
92
98
|
},
|
93
|
-
"id": {},
|
94
99
|
"name": {},
|
100
|
+
"destinationConfiguration": {
|
101
|
+
"shape": "Se"
|
102
|
+
},
|
95
103
|
"state": {},
|
96
104
|
"tags": {
|
97
105
|
"shape": "Sl"
|
98
|
-
},
|
99
|
-
"updateTime": {
|
100
|
-
"shape": "Sa"
|
101
106
|
}
|
102
107
|
}
|
103
108
|
}
|
@@ -110,21 +115,21 @@
|
|
110
115
|
"input": {
|
111
116
|
"type": "structure",
|
112
117
|
"members": {
|
113
|
-
"
|
114
|
-
|
115
|
-
},
|
116
|
-
"maximumMessageLength": {
|
118
|
+
"name": {},
|
119
|
+
"maximumMessageRatePerSecond": {
|
117
120
|
"type": "integer"
|
118
121
|
},
|
119
|
-
"
|
122
|
+
"maximumMessageLength": {
|
120
123
|
"type": "integer"
|
121
124
|
},
|
122
125
|
"messageReviewHandler": {
|
123
|
-
"shape": "
|
126
|
+
"shape": "Sw"
|
124
127
|
},
|
125
|
-
"name": {},
|
126
128
|
"tags": {
|
127
129
|
"shape": "Sl"
|
130
|
+
},
|
131
|
+
"loggingConfigurationIdentifiers": {
|
132
|
+
"shape": "Sz"
|
128
133
|
}
|
129
134
|
}
|
130
135
|
},
|
@@ -132,28 +137,28 @@
|
|
132
137
|
"type": "structure",
|
133
138
|
"members": {
|
134
139
|
"arn": {},
|
140
|
+
"id": {},
|
141
|
+
"name": {},
|
135
142
|
"createTime": {
|
136
|
-
"shape": "
|
143
|
+
"shape": "Sb"
|
137
144
|
},
|
138
|
-
"
|
139
|
-
|
140
|
-
"shape": "St"
|
145
|
+
"updateTime": {
|
146
|
+
"shape": "Sb"
|
141
147
|
},
|
142
|
-
"
|
148
|
+
"maximumMessageRatePerSecond": {
|
143
149
|
"type": "integer"
|
144
150
|
},
|
145
|
-
"
|
151
|
+
"maximumMessageLength": {
|
146
152
|
"type": "integer"
|
147
153
|
},
|
148
154
|
"messageReviewHandler": {
|
149
|
-
"shape": "
|
155
|
+
"shape": "Sw"
|
150
156
|
},
|
151
|
-
"name": {},
|
152
157
|
"tags": {
|
153
158
|
"shape": "Sl"
|
154
159
|
},
|
155
|
-
"
|
156
|
-
"shape": "
|
160
|
+
"loggingConfigurationIdentifiers": {
|
161
|
+
"shape": "Sz"
|
157
162
|
}
|
158
163
|
}
|
159
164
|
}
|
@@ -181,13 +186,13 @@
|
|
181
186
|
"input": {
|
182
187
|
"type": "structure",
|
183
188
|
"required": [
|
184
|
-
"
|
185
|
-
"
|
189
|
+
"roomIdentifier",
|
190
|
+
"id"
|
186
191
|
],
|
187
192
|
"members": {
|
193
|
+
"roomIdentifier": {},
|
188
194
|
"id": {},
|
189
|
-
"reason": {}
|
190
|
-
"roomIdentifier": {}
|
195
|
+
"reason": {}
|
191
196
|
}
|
192
197
|
},
|
193
198
|
"output": {
|
@@ -224,11 +229,11 @@
|
|
224
229
|
"userId"
|
225
230
|
],
|
226
231
|
"members": {
|
227
|
-
"reason": {},
|
228
232
|
"roomIdentifier": {},
|
229
233
|
"userId": {
|
230
|
-
"shape": "
|
231
|
-
}
|
234
|
+
"shape": "S3"
|
235
|
+
},
|
236
|
+
"reason": {}
|
232
237
|
}
|
233
238
|
},
|
234
239
|
"output": {
|
@@ -254,20 +259,20 @@
|
|
254
259
|
"type": "structure",
|
255
260
|
"members": {
|
256
261
|
"arn": {},
|
262
|
+
"id": {},
|
257
263
|
"createTime": {
|
258
|
-
"shape": "
|
264
|
+
"shape": "Sb"
|
259
265
|
},
|
260
|
-
"
|
261
|
-
"shape": "
|
266
|
+
"updateTime": {
|
267
|
+
"shape": "Sb"
|
262
268
|
},
|
263
|
-
"id": {},
|
264
269
|
"name": {},
|
270
|
+
"destinationConfiguration": {
|
271
|
+
"shape": "Se"
|
272
|
+
},
|
265
273
|
"state": {},
|
266
274
|
"tags": {
|
267
275
|
"shape": "Sl"
|
268
|
-
},
|
269
|
-
"updateTime": {
|
270
|
-
"shape": "Sa"
|
271
276
|
}
|
272
277
|
}
|
273
278
|
}
|
@@ -290,28 +295,28 @@
|
|
290
295
|
"type": "structure",
|
291
296
|
"members": {
|
292
297
|
"arn": {},
|
298
|
+
"id": {},
|
299
|
+
"name": {},
|
293
300
|
"createTime": {
|
294
|
-
"shape": "
|
301
|
+
"shape": "Sb"
|
295
302
|
},
|
296
|
-
"
|
297
|
-
|
298
|
-
"shape": "St"
|
303
|
+
"updateTime": {
|
304
|
+
"shape": "Sb"
|
299
305
|
},
|
300
|
-
"
|
306
|
+
"maximumMessageRatePerSecond": {
|
301
307
|
"type": "integer"
|
302
308
|
},
|
303
|
-
"
|
309
|
+
"maximumMessageLength": {
|
304
310
|
"type": "integer"
|
305
311
|
},
|
306
312
|
"messageReviewHandler": {
|
307
|
-
"shape": "
|
313
|
+
"shape": "Sw"
|
308
314
|
},
|
309
|
-
"name": {},
|
310
315
|
"tags": {
|
311
316
|
"shape": "Sl"
|
312
317
|
},
|
313
|
-
"
|
314
|
-
"shape": "
|
318
|
+
"loggingConfigurationIdentifiers": {
|
319
|
+
"shape": "Sz"
|
315
320
|
}
|
316
321
|
}
|
317
322
|
}
|
@@ -324,10 +329,10 @@
|
|
324
329
|
"input": {
|
325
330
|
"type": "structure",
|
326
331
|
"members": {
|
332
|
+
"nextToken": {},
|
327
333
|
"maxResults": {
|
328
334
|
"type": "integer"
|
329
|
-
}
|
330
|
-
"nextToken": {}
|
335
|
+
}
|
331
336
|
}
|
332
337
|
},
|
333
338
|
"output": {
|
@@ -342,20 +347,20 @@
|
|
342
347
|
"type": "structure",
|
343
348
|
"members": {
|
344
349
|
"arn": {},
|
350
|
+
"id": {},
|
345
351
|
"createTime": {
|
346
|
-
"shape": "
|
352
|
+
"shape": "Sb"
|
347
353
|
},
|
348
|
-
"
|
349
|
-
"shape": "
|
354
|
+
"updateTime": {
|
355
|
+
"shape": "Sb"
|
350
356
|
},
|
351
|
-
"id": {},
|
352
357
|
"name": {},
|
358
|
+
"destinationConfiguration": {
|
359
|
+
"shape": "Se"
|
360
|
+
},
|
353
361
|
"state": {},
|
354
362
|
"tags": {
|
355
363
|
"shape": "Sl"
|
356
|
-
},
|
357
|
-
"updateTime": {
|
358
|
-
"shape": "Sa"
|
359
364
|
}
|
360
365
|
}
|
361
366
|
}
|
@@ -372,13 +377,13 @@
|
|
372
377
|
"input": {
|
373
378
|
"type": "structure",
|
374
379
|
"members": {
|
375
|
-
"
|
380
|
+
"name": {},
|
381
|
+
"nextToken": {},
|
376
382
|
"maxResults": {
|
377
383
|
"type": "integer"
|
378
384
|
},
|
379
385
|
"messageReviewHandlerUri": {},
|
380
|
-
"
|
381
|
-
"nextToken": {}
|
386
|
+
"loggingConfigurationIdentifier": {}
|
382
387
|
}
|
383
388
|
},
|
384
389
|
"output": {
|
@@ -387,33 +392,33 @@
|
|
387
392
|
"rooms"
|
388
393
|
],
|
389
394
|
"members": {
|
390
|
-
"nextToken": {},
|
391
395
|
"rooms": {
|
392
396
|
"type": "list",
|
393
397
|
"member": {
|
394
398
|
"type": "structure",
|
395
399
|
"members": {
|
396
400
|
"arn": {},
|
397
|
-
"createTime": {
|
398
|
-
"shape": "Sa"
|
399
|
-
},
|
400
401
|
"id": {},
|
401
|
-
"
|
402
|
-
"shape": "St"
|
403
|
-
},
|
402
|
+
"name": {},
|
404
403
|
"messageReviewHandler": {
|
405
|
-
"shape": "
|
404
|
+
"shape": "Sw"
|
405
|
+
},
|
406
|
+
"createTime": {
|
407
|
+
"shape": "Sb"
|
408
|
+
},
|
409
|
+
"updateTime": {
|
410
|
+
"shape": "Sb"
|
406
411
|
},
|
407
|
-
"name": {},
|
408
412
|
"tags": {
|
409
413
|
"shape": "Sl"
|
410
414
|
},
|
411
|
-
"
|
412
|
-
"shape": "
|
415
|
+
"loggingConfigurationIdentifiers": {
|
416
|
+
"shape": "Sz"
|
413
417
|
}
|
414
418
|
}
|
415
419
|
}
|
416
|
-
}
|
420
|
+
},
|
421
|
+
"nextToken": {}
|
417
422
|
}
|
418
423
|
}
|
419
424
|
},
|
@@ -455,17 +460,17 @@
|
|
455
460
|
"input": {
|
456
461
|
"type": "structure",
|
457
462
|
"required": [
|
458
|
-
"
|
459
|
-
"
|
463
|
+
"roomIdentifier",
|
464
|
+
"eventName"
|
460
465
|
],
|
461
466
|
"members": {
|
467
|
+
"roomIdentifier": {},
|
468
|
+
"eventName": {},
|
462
469
|
"attributes": {
|
463
470
|
"type": "map",
|
464
471
|
"key": {},
|
465
472
|
"value": {}
|
466
|
-
}
|
467
|
-
"eventName": {},
|
468
|
-
"roomIdentifier": {}
|
473
|
+
}
|
469
474
|
}
|
470
475
|
},
|
471
476
|
"output": {
|
@@ -543,31 +548,31 @@
|
|
543
548
|
"identifier"
|
544
549
|
],
|
545
550
|
"members": {
|
546
|
-
"destinationConfiguration": {
|
547
|
-
"shape": "Sd"
|
548
|
-
},
|
549
551
|
"identifier": {},
|
550
|
-
"name": {}
|
552
|
+
"name": {},
|
553
|
+
"destinationConfiguration": {
|
554
|
+
"shape": "Se"
|
555
|
+
}
|
551
556
|
}
|
552
557
|
},
|
553
558
|
"output": {
|
554
559
|
"type": "structure",
|
555
560
|
"members": {
|
556
561
|
"arn": {},
|
562
|
+
"id": {},
|
557
563
|
"createTime": {
|
558
|
-
"shape": "
|
564
|
+
"shape": "Sb"
|
559
565
|
},
|
560
|
-
"
|
561
|
-
"shape": "
|
566
|
+
"updateTime": {
|
567
|
+
"shape": "Sb"
|
562
568
|
},
|
563
|
-
"id": {},
|
564
569
|
"name": {},
|
570
|
+
"destinationConfiguration": {
|
571
|
+
"shape": "Se"
|
572
|
+
},
|
565
573
|
"state": {},
|
566
574
|
"tags": {
|
567
575
|
"shape": "Sl"
|
568
|
-
},
|
569
|
-
"updateTime": {
|
570
|
-
"shape": "Sa"
|
571
576
|
}
|
572
577
|
}
|
573
578
|
}
|
@@ -584,89 +589,89 @@
|
|
584
589
|
],
|
585
590
|
"members": {
|
586
591
|
"identifier": {},
|
587
|
-
"
|
588
|
-
|
589
|
-
},
|
590
|
-
"maximumMessageLength": {
|
592
|
+
"name": {},
|
593
|
+
"maximumMessageRatePerSecond": {
|
591
594
|
"type": "integer"
|
592
595
|
},
|
593
|
-
"
|
596
|
+
"maximumMessageLength": {
|
594
597
|
"type": "integer"
|
595
598
|
},
|
596
599
|
"messageReviewHandler": {
|
597
|
-
"shape": "
|
600
|
+
"shape": "Sw"
|
598
601
|
},
|
599
|
-
"
|
602
|
+
"loggingConfigurationIdentifiers": {
|
603
|
+
"shape": "Sz"
|
604
|
+
}
|
600
605
|
}
|
601
606
|
},
|
602
607
|
"output": {
|
603
608
|
"type": "structure",
|
604
609
|
"members": {
|
605
610
|
"arn": {},
|
611
|
+
"id": {},
|
612
|
+
"name": {},
|
606
613
|
"createTime": {
|
607
|
-
"shape": "
|
614
|
+
"shape": "Sb"
|
608
615
|
},
|
609
|
-
"
|
610
|
-
|
611
|
-
"shape": "St"
|
616
|
+
"updateTime": {
|
617
|
+
"shape": "Sb"
|
612
618
|
},
|
613
|
-
"
|
619
|
+
"maximumMessageRatePerSecond": {
|
614
620
|
"type": "integer"
|
615
621
|
},
|
616
|
-
"
|
622
|
+
"maximumMessageLength": {
|
617
623
|
"type": "integer"
|
618
624
|
},
|
619
625
|
"messageReviewHandler": {
|
620
|
-
"shape": "
|
626
|
+
"shape": "Sw"
|
621
627
|
},
|
622
|
-
"name": {},
|
623
628
|
"tags": {
|
624
629
|
"shape": "Sl"
|
625
630
|
},
|
626
|
-
"
|
627
|
-
"shape": "
|
631
|
+
"loggingConfigurationIdentifiers": {
|
632
|
+
"shape": "Sz"
|
628
633
|
}
|
629
634
|
}
|
630
635
|
}
|
631
636
|
}
|
632
637
|
},
|
633
638
|
"shapes": {
|
634
|
-
"
|
639
|
+
"S3": {
|
635
640
|
"type": "string",
|
636
641
|
"sensitive": true
|
637
642
|
},
|
638
|
-
"
|
643
|
+
"Sb": {
|
639
644
|
"type": "timestamp",
|
640
645
|
"timestampFormat": "iso8601"
|
641
646
|
},
|
642
|
-
"
|
647
|
+
"Se": {
|
643
648
|
"type": "structure",
|
644
649
|
"members": {
|
645
|
-
"
|
650
|
+
"s3": {
|
646
651
|
"type": "structure",
|
647
652
|
"required": [
|
648
|
-
"
|
653
|
+
"bucketName"
|
649
654
|
],
|
650
655
|
"members": {
|
651
|
-
"
|
656
|
+
"bucketName": {}
|
652
657
|
}
|
653
658
|
},
|
654
|
-
"
|
659
|
+
"cloudWatchLogs": {
|
655
660
|
"type": "structure",
|
656
661
|
"required": [
|
657
|
-
"
|
662
|
+
"logGroupName"
|
658
663
|
],
|
659
664
|
"members": {
|
660
|
-
"
|
665
|
+
"logGroupName": {}
|
661
666
|
}
|
662
667
|
},
|
663
|
-
"
|
668
|
+
"firehose": {
|
664
669
|
"type": "structure",
|
665
670
|
"required": [
|
666
|
-
"
|
671
|
+
"deliveryStreamName"
|
667
672
|
],
|
668
673
|
"members": {
|
669
|
-
"
|
674
|
+
"deliveryStreamName": {}
|
670
675
|
}
|
671
676
|
}
|
672
677
|
},
|
@@ -677,16 +682,16 @@
|
|
677
682
|
"key": {},
|
678
683
|
"value": {}
|
679
684
|
},
|
680
|
-
"
|
681
|
-
"type": "list",
|
682
|
-
"member": {}
|
683
|
-
},
|
684
|
-
"Sx": {
|
685
|
+
"Sw": {
|
685
686
|
"type": "structure",
|
686
687
|
"members": {
|
687
|
-
"
|
688
|
-
"
|
688
|
+
"uri": {},
|
689
|
+
"fallbackResult": {}
|
689
690
|
}
|
691
|
+
},
|
692
|
+
"Sz": {
|
693
|
+
"type": "list",
|
694
|
+
"member": {}
|
690
695
|
}
|
691
696
|
}
|
692
697
|
}
|