cdk-lambda-subminute 2.0.380 → 2.0.381

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/CHANGELOG.md +6 -0
  4. package/node_modules/available-typed-arrays/README.md +16 -13
  5. package/node_modules/available-typed-arrays/index.d.ts +6 -15
  6. package/node_modules/available-typed-arrays/index.js +1 -13
  7. package/node_modules/available-typed-arrays/package.json +4 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +49 -21
  10. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +781 -0
  12. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +39 -0
  13. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +3 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/amplify.d.ts +56 -13
  18. package/node_modules/aws-sdk/clients/chatbot.d.ts +958 -0
  19. package/node_modules/aws-sdk/clients/chatbot.js +18 -0
  20. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  21. package/node_modules/aws-sdk/clients/ivs.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/keyspaces.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/mediatailor.d.ts +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/has-proto/CHANGELOG.md +15 -0
  32. package/node_modules/has-proto/index.d.ts +3 -0
  33. package/node_modules/has-proto/index.js +5 -1
  34. package/node_modules/has-proto/package.json +9 -5
  35. package/node_modules/has-proto/tsconfig.json +49 -0
  36. package/node_modules/possible-typed-array-names/.eslintrc +5 -0
  37. package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
  38. package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
  39. package/node_modules/possible-typed-array-names/LICENSE +21 -0
  40. package/node_modules/possible-typed-array-names/README.md +48 -0
  41. package/node_modules/possible-typed-array-names/index.d.ts +15 -0
  42. package/node_modules/possible-typed-array-names/index.js +16 -0
  43. package/node_modules/possible-typed-array-names/package.json +83 -0
  44. package/node_modules/possible-typed-array-names/test/index.js +16 -0
  45. package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
  46. package/package.json +4 -4
@@ -0,0 +1,781 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2017-10-11",
5
+ "endpointPrefix": "chatbot",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "chatbot",
9
+ "serviceId": "chatbot",
10
+ "signatureVersion": "v4",
11
+ "uid": "chatbot-2017-10-11"
12
+ },
13
+ "operations": {
14
+ "CreateChimeWebhookConfiguration": {
15
+ "http": {
16
+ "requestUri": "/create-chime-webhook-configuration",
17
+ "responseCode": 201
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "WebhookDescription",
23
+ "WebhookUrl",
24
+ "SnsTopicArns",
25
+ "IamRoleArn",
26
+ "ConfigurationName"
27
+ ],
28
+ "members": {
29
+ "WebhookDescription": {},
30
+ "WebhookUrl": {},
31
+ "SnsTopicArns": {
32
+ "shape": "S4"
33
+ },
34
+ "IamRoleArn": {},
35
+ "ConfigurationName": {},
36
+ "LoggingLevel": {}
37
+ }
38
+ },
39
+ "output": {
40
+ "type": "structure",
41
+ "members": {
42
+ "WebhookConfiguration": {
43
+ "shape": "S9"
44
+ }
45
+ }
46
+ }
47
+ },
48
+ "CreateMicrosoftTeamsChannelConfiguration": {
49
+ "http": {
50
+ "requestUri": "/create-ms-teams-channel-configuration",
51
+ "responseCode": 201
52
+ },
53
+ "input": {
54
+ "type": "structure",
55
+ "required": [
56
+ "ChannelId",
57
+ "TeamId",
58
+ "TenantId",
59
+ "IamRoleArn",
60
+ "ConfigurationName"
61
+ ],
62
+ "members": {
63
+ "ChannelId": {},
64
+ "ChannelName": {},
65
+ "TeamId": {},
66
+ "TeamName": {},
67
+ "TenantId": {},
68
+ "SnsTopicArns": {
69
+ "shape": "S4"
70
+ },
71
+ "IamRoleArn": {},
72
+ "ConfigurationName": {},
73
+ "LoggingLevel": {},
74
+ "GuardrailPolicyArns": {
75
+ "shape": "Sg"
76
+ },
77
+ "UserAuthorizationRequired": {
78
+ "type": "boolean"
79
+ }
80
+ }
81
+ },
82
+ "output": {
83
+ "type": "structure",
84
+ "members": {
85
+ "ChannelConfiguration": {
86
+ "shape": "Sk"
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "CreateSlackChannelConfiguration": {
92
+ "http": {
93
+ "requestUri": "/create-slack-channel-configuration",
94
+ "responseCode": 201
95
+ },
96
+ "input": {
97
+ "type": "structure",
98
+ "required": [
99
+ "SlackTeamId",
100
+ "SlackChannelId",
101
+ "IamRoleArn",
102
+ "ConfigurationName"
103
+ ],
104
+ "members": {
105
+ "SlackTeamId": {},
106
+ "SlackChannelId": {},
107
+ "SlackChannelName": {},
108
+ "SnsTopicArns": {
109
+ "shape": "S4"
110
+ },
111
+ "IamRoleArn": {},
112
+ "ConfigurationName": {},
113
+ "LoggingLevel": {},
114
+ "GuardrailPolicyArns": {
115
+ "shape": "Sg"
116
+ },
117
+ "UserAuthorizationRequired": {
118
+ "type": "boolean"
119
+ }
120
+ }
121
+ },
122
+ "output": {
123
+ "type": "structure",
124
+ "members": {
125
+ "ChannelConfiguration": {
126
+ "shape": "Sr"
127
+ }
128
+ }
129
+ }
130
+ },
131
+ "DeleteChimeWebhookConfiguration": {
132
+ "http": {
133
+ "requestUri": "/delete-chime-webhook-configuration",
134
+ "responseCode": 204
135
+ },
136
+ "input": {
137
+ "type": "structure",
138
+ "required": [
139
+ "ChatConfigurationArn"
140
+ ],
141
+ "members": {
142
+ "ChatConfigurationArn": {}
143
+ }
144
+ },
145
+ "output": {
146
+ "type": "structure",
147
+ "members": {}
148
+ }
149
+ },
150
+ "DeleteMicrosoftTeamsChannelConfiguration": {
151
+ "http": {
152
+ "requestUri": "/delete-ms-teams-channel-configuration",
153
+ "responseCode": 204
154
+ },
155
+ "input": {
156
+ "type": "structure",
157
+ "required": [
158
+ "ChatConfigurationArn"
159
+ ],
160
+ "members": {
161
+ "ChatConfigurationArn": {}
162
+ }
163
+ },
164
+ "output": {
165
+ "type": "structure",
166
+ "members": {}
167
+ }
168
+ },
169
+ "DeleteMicrosoftTeamsConfiguredTeam": {
170
+ "http": {
171
+ "requestUri": "/delete-ms-teams-configured-teams",
172
+ "responseCode": 204
173
+ },
174
+ "input": {
175
+ "type": "structure",
176
+ "required": [
177
+ "TeamId"
178
+ ],
179
+ "members": {
180
+ "TeamId": {}
181
+ }
182
+ },
183
+ "output": {
184
+ "type": "structure",
185
+ "members": {}
186
+ }
187
+ },
188
+ "DeleteMicrosoftTeamsUserIdentity": {
189
+ "http": {
190
+ "requestUri": "/delete-ms-teams-user-identity",
191
+ "responseCode": 204
192
+ },
193
+ "input": {
194
+ "type": "structure",
195
+ "required": [
196
+ "ChatConfigurationArn",
197
+ "UserId"
198
+ ],
199
+ "members": {
200
+ "ChatConfigurationArn": {},
201
+ "UserId": {}
202
+ }
203
+ },
204
+ "output": {
205
+ "type": "structure",
206
+ "members": {}
207
+ }
208
+ },
209
+ "DeleteSlackChannelConfiguration": {
210
+ "http": {
211
+ "requestUri": "/delete-slack-channel-configuration",
212
+ "responseCode": 204
213
+ },
214
+ "input": {
215
+ "type": "structure",
216
+ "required": [
217
+ "ChatConfigurationArn"
218
+ ],
219
+ "members": {
220
+ "ChatConfigurationArn": {}
221
+ }
222
+ },
223
+ "output": {
224
+ "type": "structure",
225
+ "members": {}
226
+ }
227
+ },
228
+ "DeleteSlackUserIdentity": {
229
+ "http": {
230
+ "requestUri": "/delete-slack-user-identity",
231
+ "responseCode": 204
232
+ },
233
+ "input": {
234
+ "type": "structure",
235
+ "required": [
236
+ "ChatConfigurationArn",
237
+ "SlackTeamId",
238
+ "SlackUserId"
239
+ ],
240
+ "members": {
241
+ "ChatConfigurationArn": {},
242
+ "SlackTeamId": {},
243
+ "SlackUserId": {}
244
+ }
245
+ },
246
+ "output": {
247
+ "type": "structure",
248
+ "members": {}
249
+ }
250
+ },
251
+ "DeleteSlackWorkspaceAuthorization": {
252
+ "http": {
253
+ "requestUri": "/delete-slack-workspace-authorization",
254
+ "responseCode": 204
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "SlackTeamId"
260
+ ],
261
+ "members": {
262
+ "SlackTeamId": {}
263
+ }
264
+ },
265
+ "output": {
266
+ "type": "structure",
267
+ "members": {}
268
+ }
269
+ },
270
+ "DescribeChimeWebhookConfigurations": {
271
+ "http": {
272
+ "requestUri": "/describe-chime-webhook-configurations",
273
+ "responseCode": 200
274
+ },
275
+ "input": {
276
+ "type": "structure",
277
+ "members": {
278
+ "MaxResults": {
279
+ "type": "integer"
280
+ },
281
+ "NextToken": {},
282
+ "ChatConfigurationArn": {}
283
+ }
284
+ },
285
+ "output": {
286
+ "type": "structure",
287
+ "members": {
288
+ "NextToken": {},
289
+ "WebhookConfigurations": {
290
+ "type": "list",
291
+ "member": {
292
+ "shape": "S9"
293
+ }
294
+ }
295
+ }
296
+ }
297
+ },
298
+ "DescribeSlackChannelConfigurations": {
299
+ "http": {
300
+ "requestUri": "/describe-slack-channel-configurations",
301
+ "responseCode": 200
302
+ },
303
+ "input": {
304
+ "type": "structure",
305
+ "members": {
306
+ "MaxResults": {
307
+ "type": "integer"
308
+ },
309
+ "NextToken": {},
310
+ "ChatConfigurationArn": {}
311
+ }
312
+ },
313
+ "output": {
314
+ "type": "structure",
315
+ "members": {
316
+ "NextToken": {},
317
+ "SlackChannelConfigurations": {
318
+ "type": "list",
319
+ "member": {
320
+ "shape": "Sr"
321
+ }
322
+ }
323
+ }
324
+ }
325
+ },
326
+ "DescribeSlackUserIdentities": {
327
+ "http": {
328
+ "requestUri": "/describe-slack-user-identities",
329
+ "responseCode": 200
330
+ },
331
+ "input": {
332
+ "type": "structure",
333
+ "members": {
334
+ "ChatConfigurationArn": {},
335
+ "NextToken": {},
336
+ "MaxResults": {
337
+ "type": "integer"
338
+ }
339
+ }
340
+ },
341
+ "output": {
342
+ "type": "structure",
343
+ "members": {
344
+ "SlackUserIdentities": {
345
+ "type": "list",
346
+ "member": {
347
+ "type": "structure",
348
+ "required": [
349
+ "IamRoleArn",
350
+ "ChatConfigurationArn",
351
+ "SlackTeamId",
352
+ "SlackUserId"
353
+ ],
354
+ "members": {
355
+ "IamRoleArn": {},
356
+ "ChatConfigurationArn": {},
357
+ "SlackTeamId": {},
358
+ "SlackUserId": {},
359
+ "AwsUserIdentity": {}
360
+ }
361
+ }
362
+ },
363
+ "NextToken": {}
364
+ }
365
+ }
366
+ },
367
+ "DescribeSlackWorkspaces": {
368
+ "http": {
369
+ "requestUri": "/describe-slack-workspaces",
370
+ "responseCode": 200
371
+ },
372
+ "input": {
373
+ "type": "structure",
374
+ "members": {
375
+ "MaxResults": {
376
+ "type": "integer"
377
+ },
378
+ "NextToken": {}
379
+ }
380
+ },
381
+ "output": {
382
+ "type": "structure",
383
+ "members": {
384
+ "SlackWorkspaces": {
385
+ "type": "list",
386
+ "member": {
387
+ "type": "structure",
388
+ "required": [
389
+ "SlackTeamId",
390
+ "SlackTeamName"
391
+ ],
392
+ "members": {
393
+ "SlackTeamId": {},
394
+ "SlackTeamName": {}
395
+ }
396
+ }
397
+ },
398
+ "NextToken": {}
399
+ }
400
+ }
401
+ },
402
+ "GetAccountPreferences": {
403
+ "http": {
404
+ "requestUri": "/get-account-preferences",
405
+ "responseCode": 200
406
+ },
407
+ "input": {
408
+ "type": "structure",
409
+ "members": {}
410
+ },
411
+ "output": {
412
+ "type": "structure",
413
+ "members": {
414
+ "AccountPreferences": {
415
+ "shape": "S1r"
416
+ }
417
+ }
418
+ }
419
+ },
420
+ "GetMicrosoftTeamsChannelConfiguration": {
421
+ "http": {
422
+ "requestUri": "/get-ms-teams-channel-configuration",
423
+ "responseCode": 200
424
+ },
425
+ "input": {
426
+ "type": "structure",
427
+ "required": [
428
+ "ChatConfigurationArn"
429
+ ],
430
+ "members": {
431
+ "ChatConfigurationArn": {}
432
+ }
433
+ },
434
+ "output": {
435
+ "type": "structure",
436
+ "members": {
437
+ "ChannelConfiguration": {
438
+ "shape": "Sk"
439
+ }
440
+ }
441
+ }
442
+ },
443
+ "ListMicrosoftTeamsChannelConfigurations": {
444
+ "http": {
445
+ "requestUri": "/list-ms-teams-channel-configurations",
446
+ "responseCode": 200
447
+ },
448
+ "input": {
449
+ "type": "structure",
450
+ "members": {
451
+ "MaxResults": {
452
+ "type": "integer"
453
+ },
454
+ "NextToken": {},
455
+ "TeamId": {}
456
+ }
457
+ },
458
+ "output": {
459
+ "type": "structure",
460
+ "members": {
461
+ "NextToken": {},
462
+ "TeamChannelConfigurations": {
463
+ "type": "list",
464
+ "member": {
465
+ "shape": "Sk"
466
+ }
467
+ }
468
+ }
469
+ }
470
+ },
471
+ "ListMicrosoftTeamsConfiguredTeams": {
472
+ "http": {
473
+ "requestUri": "/list-ms-teams-configured-teams",
474
+ "responseCode": 200
475
+ },
476
+ "input": {
477
+ "type": "structure",
478
+ "members": {
479
+ "MaxResults": {
480
+ "type": "integer"
481
+ },
482
+ "NextToken": {}
483
+ }
484
+ },
485
+ "output": {
486
+ "type": "structure",
487
+ "members": {
488
+ "ConfiguredTeams": {
489
+ "type": "list",
490
+ "member": {
491
+ "type": "structure",
492
+ "required": [
493
+ "TenantId",
494
+ "TeamId"
495
+ ],
496
+ "members": {
497
+ "TenantId": {},
498
+ "TeamId": {},
499
+ "TeamName": {}
500
+ }
501
+ }
502
+ },
503
+ "NextToken": {}
504
+ }
505
+ }
506
+ },
507
+ "ListMicrosoftTeamsUserIdentities": {
508
+ "http": {
509
+ "requestUri": "/list-ms-teams-user-identities",
510
+ "responseCode": 200
511
+ },
512
+ "input": {
513
+ "type": "structure",
514
+ "members": {
515
+ "ChatConfigurationArn": {},
516
+ "NextToken": {},
517
+ "MaxResults": {
518
+ "type": "integer"
519
+ }
520
+ }
521
+ },
522
+ "output": {
523
+ "type": "structure",
524
+ "members": {
525
+ "TeamsUserIdentities": {
526
+ "type": "list",
527
+ "member": {
528
+ "type": "structure",
529
+ "required": [
530
+ "IamRoleArn",
531
+ "ChatConfigurationArn",
532
+ "TeamId"
533
+ ],
534
+ "members": {
535
+ "IamRoleArn": {},
536
+ "ChatConfigurationArn": {},
537
+ "TeamId": {},
538
+ "UserId": {},
539
+ "AwsUserIdentity": {},
540
+ "TeamsChannelId": {},
541
+ "TeamsTenantId": {}
542
+ }
543
+ }
544
+ },
545
+ "NextToken": {}
546
+ }
547
+ }
548
+ },
549
+ "UpdateAccountPreferences": {
550
+ "http": {
551
+ "requestUri": "/update-account-preferences",
552
+ "responseCode": 200
553
+ },
554
+ "input": {
555
+ "type": "structure",
556
+ "members": {
557
+ "UserAuthorizationRequired": {
558
+ "type": "boolean"
559
+ },
560
+ "TrainingDataCollectionEnabled": {
561
+ "type": "boolean"
562
+ }
563
+ }
564
+ },
565
+ "output": {
566
+ "type": "structure",
567
+ "members": {
568
+ "AccountPreferences": {
569
+ "shape": "S1r"
570
+ }
571
+ }
572
+ }
573
+ },
574
+ "UpdateChimeWebhookConfiguration": {
575
+ "http": {
576
+ "requestUri": "/update-chime-webhook-configuration",
577
+ "responseCode": 200
578
+ },
579
+ "input": {
580
+ "type": "structure",
581
+ "required": [
582
+ "ChatConfigurationArn"
583
+ ],
584
+ "members": {
585
+ "ChatConfigurationArn": {},
586
+ "WebhookDescription": {},
587
+ "WebhookUrl": {},
588
+ "SnsTopicArns": {
589
+ "shape": "S4"
590
+ },
591
+ "IamRoleArn": {},
592
+ "LoggingLevel": {}
593
+ }
594
+ },
595
+ "output": {
596
+ "type": "structure",
597
+ "members": {
598
+ "WebhookConfiguration": {
599
+ "shape": "S9"
600
+ }
601
+ }
602
+ }
603
+ },
604
+ "UpdateMicrosoftTeamsChannelConfiguration": {
605
+ "http": {
606
+ "requestUri": "/update-ms-teams-channel-configuration",
607
+ "responseCode": 200
608
+ },
609
+ "input": {
610
+ "type": "structure",
611
+ "required": [
612
+ "ChatConfigurationArn",
613
+ "ChannelId"
614
+ ],
615
+ "members": {
616
+ "ChatConfigurationArn": {},
617
+ "ChannelId": {},
618
+ "ChannelName": {},
619
+ "SnsTopicArns": {
620
+ "shape": "S4"
621
+ },
622
+ "IamRoleArn": {},
623
+ "LoggingLevel": {},
624
+ "GuardrailPolicyArns": {
625
+ "shape": "Sg"
626
+ },
627
+ "UserAuthorizationRequired": {
628
+ "type": "boolean"
629
+ }
630
+ }
631
+ },
632
+ "output": {
633
+ "type": "structure",
634
+ "members": {
635
+ "ChannelConfiguration": {
636
+ "shape": "Sk"
637
+ }
638
+ }
639
+ }
640
+ },
641
+ "UpdateSlackChannelConfiguration": {
642
+ "http": {
643
+ "requestUri": "/update-slack-channel-configuration",
644
+ "responseCode": 200
645
+ },
646
+ "input": {
647
+ "type": "structure",
648
+ "required": [
649
+ "ChatConfigurationArn",
650
+ "SlackChannelId"
651
+ ],
652
+ "members": {
653
+ "ChatConfigurationArn": {},
654
+ "SlackChannelId": {},
655
+ "SlackChannelName": {},
656
+ "SnsTopicArns": {
657
+ "shape": "S4"
658
+ },
659
+ "IamRoleArn": {},
660
+ "LoggingLevel": {},
661
+ "GuardrailPolicyArns": {
662
+ "shape": "Sg"
663
+ },
664
+ "UserAuthorizationRequired": {
665
+ "type": "boolean"
666
+ }
667
+ }
668
+ },
669
+ "output": {
670
+ "type": "structure",
671
+ "members": {
672
+ "ChannelConfiguration": {
673
+ "shape": "Sr"
674
+ }
675
+ }
676
+ }
677
+ }
678
+ },
679
+ "shapes": {
680
+ "S4": {
681
+ "type": "list",
682
+ "member": {}
683
+ },
684
+ "S9": {
685
+ "type": "structure",
686
+ "required": [
687
+ "WebhookDescription",
688
+ "ChatConfigurationArn",
689
+ "IamRoleArn",
690
+ "SnsTopicArns"
691
+ ],
692
+ "members": {
693
+ "WebhookDescription": {},
694
+ "ChatConfigurationArn": {},
695
+ "IamRoleArn": {},
696
+ "SnsTopicArns": {
697
+ "shape": "S4"
698
+ },
699
+ "ConfigurationName": {},
700
+ "LoggingLevel": {}
701
+ }
702
+ },
703
+ "Sg": {
704
+ "type": "list",
705
+ "member": {}
706
+ },
707
+ "Sk": {
708
+ "type": "structure",
709
+ "required": [
710
+ "ChannelId",
711
+ "TeamId",
712
+ "TenantId",
713
+ "ChatConfigurationArn",
714
+ "IamRoleArn",
715
+ "SnsTopicArns"
716
+ ],
717
+ "members": {
718
+ "ChannelId": {},
719
+ "ChannelName": {},
720
+ "TeamId": {},
721
+ "TeamName": {},
722
+ "TenantId": {},
723
+ "ChatConfigurationArn": {},
724
+ "IamRoleArn": {},
725
+ "SnsTopicArns": {
726
+ "shape": "S4"
727
+ },
728
+ "ConfigurationName": {},
729
+ "LoggingLevel": {},
730
+ "GuardrailPolicyArns": {
731
+ "shape": "Sg"
732
+ },
733
+ "UserAuthorizationRequired": {
734
+ "type": "boolean"
735
+ }
736
+ }
737
+ },
738
+ "Sr": {
739
+ "type": "structure",
740
+ "required": [
741
+ "SlackTeamName",
742
+ "SlackTeamId",
743
+ "SlackChannelId",
744
+ "SlackChannelName",
745
+ "ChatConfigurationArn",
746
+ "IamRoleArn",
747
+ "SnsTopicArns"
748
+ ],
749
+ "members": {
750
+ "SlackTeamName": {},
751
+ "SlackTeamId": {},
752
+ "SlackChannelId": {},
753
+ "SlackChannelName": {},
754
+ "ChatConfigurationArn": {},
755
+ "IamRoleArn": {},
756
+ "SnsTopicArns": {
757
+ "shape": "S4"
758
+ },
759
+ "ConfigurationName": {},
760
+ "LoggingLevel": {},
761
+ "GuardrailPolicyArns": {
762
+ "shape": "Sg"
763
+ },
764
+ "UserAuthorizationRequired": {
765
+ "type": "boolean"
766
+ }
767
+ }
768
+ },
769
+ "S1r": {
770
+ "type": "structure",
771
+ "members": {
772
+ "UserAuthorizationRequired": {
773
+ "type": "boolean"
774
+ },
775
+ "TrainingDataCollectionEnabled": {
776
+ "type": "boolean"
777
+ }
778
+ }
779
+ }
780
+ }
781
+ }