cdk-comprehend-s3olap 2.0.71 → 2.0.74

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 (36) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  11. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
  12. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
  14. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +70 -69
  15. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
  16. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
  17. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
  18. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
  19. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
  20. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
  21. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
  23. package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
  25. package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
  26. package/node_modules/aws-sdk/clients/kendra.d.ts +57 -52
  27. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
  28. package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +1079 -655
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +8 -8
@@ -34,15 +34,14 @@
34
34
  "shape": "S3"
35
35
  },
36
36
  "ClientRequestToken": {
37
- "idempotencyToken": true,
38
- "type": "string",
39
- "sensitive": true
37
+ "shape": "S5",
38
+ "idempotencyToken": true
40
39
  },
41
40
  "ChimeSdkMeetingConfiguration": {
42
41
  "shape": "S6"
43
42
  },
44
43
  "Tags": {
45
- "shape": "Sl"
44
+ "shape": "Ss"
46
45
  }
47
46
  }
48
47
  },
@@ -50,7 +49,79 @@
50
49
  "type": "structure",
51
50
  "members": {
52
51
  "MediaCapturePipeline": {
53
- "shape": "Sq"
52
+ "shape": "Sx"
53
+ }
54
+ }
55
+ }
56
+ },
57
+ "CreateMediaConcatenationPipeline": {
58
+ "http": {
59
+ "requestUri": "/sdk-media-concatenation-pipelines",
60
+ "responseCode": 201
61
+ },
62
+ "input": {
63
+ "type": "structure",
64
+ "required": [
65
+ "Sources",
66
+ "Sinks"
67
+ ],
68
+ "members": {
69
+ "Sources": {
70
+ "shape": "S12"
71
+ },
72
+ "Sinks": {
73
+ "shape": "S1h"
74
+ },
75
+ "ClientRequestToken": {
76
+ "shape": "S5",
77
+ "idempotencyToken": true
78
+ },
79
+ "Tags": {
80
+ "shape": "Ss"
81
+ }
82
+ }
83
+ },
84
+ "output": {
85
+ "type": "structure",
86
+ "members": {
87
+ "MediaConcatenationPipeline": {
88
+ "shape": "S1m"
89
+ }
90
+ }
91
+ }
92
+ },
93
+ "CreateMediaLiveConnectorPipeline": {
94
+ "http": {
95
+ "requestUri": "/sdk-media-live-connector-pipelines",
96
+ "responseCode": 201
97
+ },
98
+ "input": {
99
+ "type": "structure",
100
+ "required": [
101
+ "Sources",
102
+ "Sinks"
103
+ ],
104
+ "members": {
105
+ "Sources": {
106
+ "shape": "S1o"
107
+ },
108
+ "Sinks": {
109
+ "shape": "S1t"
110
+ },
111
+ "ClientRequestToken": {
112
+ "shape": "S5",
113
+ "idempotencyToken": true
114
+ },
115
+ "Tags": {
116
+ "shape": "Ss"
117
+ }
118
+ }
119
+ },
120
+ "output": {
121
+ "type": "structure",
122
+ "members": {
123
+ "MediaLiveConnectorPipeline": {
124
+ "shape": "S21"
54
125
  }
55
126
  }
56
127
  }
@@ -74,6 +145,25 @@
74
145
  }
75
146
  }
76
147
  },
148
+ "DeleteMediaPipeline": {
149
+ "http": {
150
+ "method": "DELETE",
151
+ "requestUri": "/sdk-media-pipelines/{mediaPipelineId}",
152
+ "responseCode": 204
153
+ },
154
+ "input": {
155
+ "type": "structure",
156
+ "required": [
157
+ "MediaPipelineId"
158
+ ],
159
+ "members": {
160
+ "MediaPipelineId": {
161
+ "location": "uri",
162
+ "locationName": "mediaPipelineId"
163
+ }
164
+ }
165
+ }
166
+ },
77
167
  "GetMediaCapturePipeline": {
78
168
  "http": {
79
169
  "method": "GET",
@@ -96,7 +186,45 @@
96
186
  "type": "structure",
97
187
  "members": {
98
188
  "MediaCapturePipeline": {
99
- "shape": "Sq"
189
+ "shape": "Sx"
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "GetMediaPipeline": {
195
+ "http": {
196
+ "method": "GET",
197
+ "requestUri": "/sdk-media-pipelines/{mediaPipelineId}",
198
+ "responseCode": 200
199
+ },
200
+ "input": {
201
+ "type": "structure",
202
+ "required": [
203
+ "MediaPipelineId"
204
+ ],
205
+ "members": {
206
+ "MediaPipelineId": {
207
+ "location": "uri",
208
+ "locationName": "mediaPipelineId"
209
+ }
210
+ }
211
+ },
212
+ "output": {
213
+ "type": "structure",
214
+ "members": {
215
+ "MediaPipeline": {
216
+ "type": "structure",
217
+ "members": {
218
+ "MediaCapturePipeline": {
219
+ "shape": "Sx"
220
+ },
221
+ "MediaLiveConnectorPipeline": {
222
+ "shape": "S21"
223
+ },
224
+ "MediaConcatenationPipeline": {
225
+ "shape": "S1m"
226
+ }
227
+ }
100
228
  }
101
229
  }
102
230
  }
@@ -138,6 +266,43 @@
138
266
  }
139
267
  }
140
268
  },
269
+ "ListMediaPipelines": {
270
+ "http": {
271
+ "method": "GET",
272
+ "requestUri": "/sdk-media-pipelines",
273
+ "responseCode": 200
274
+ },
275
+ "input": {
276
+ "type": "structure",
277
+ "members": {
278
+ "NextToken": {
279
+ "location": "querystring",
280
+ "locationName": "next-token"
281
+ },
282
+ "MaxResults": {
283
+ "location": "querystring",
284
+ "locationName": "max-results",
285
+ "type": "integer"
286
+ }
287
+ }
288
+ },
289
+ "output": {
290
+ "type": "structure",
291
+ "members": {
292
+ "MediaPipelines": {
293
+ "type": "list",
294
+ "member": {
295
+ "type": "structure",
296
+ "members": {
297
+ "MediaPipelineId": {},
298
+ "MediaPipelineArn": {}
299
+ }
300
+ }
301
+ },
302
+ "NextToken": {}
303
+ }
304
+ }
305
+ },
141
306
  "ListTagsForResource": {
142
307
  "http": {
143
308
  "method": "GET",
@@ -160,7 +325,7 @@
160
325
  "type": "structure",
161
326
  "members": {
162
327
  "Tags": {
163
- "shape": "Sl"
328
+ "shape": "Ss"
164
329
  }
165
330
  }
166
331
  }
@@ -179,7 +344,7 @@
179
344
  "members": {
180
345
  "ResourceARN": {},
181
346
  "Tags": {
182
- "shape": "Sl"
347
+ "shape": "Ss"
183
348
  }
184
349
  }
185
350
  },
@@ -218,29 +383,15 @@
218
383
  "type": "string",
219
384
  "sensitive": true
220
385
  },
386
+ "S5": {
387
+ "type": "string",
388
+ "sensitive": true
389
+ },
221
390
  "S6": {
222
391
  "type": "structure",
223
392
  "members": {
224
393
  "SourceConfiguration": {
225
- "type": "structure",
226
- "members": {
227
- "SelectedVideoStreams": {
228
- "type": "structure",
229
- "members": {
230
- "AttendeeIds": {
231
- "type": "list",
232
- "member": {}
233
- },
234
- "ExternalUserIds": {
235
- "type": "list",
236
- "member": {
237
- "type": "string",
238
- "sensitive": true
239
- }
240
- }
241
- }
242
- }
243
- }
394
+ "shape": "S7"
244
395
  },
245
396
  "ArtifactsConfiguration": {
246
397
  "type": "structure",
@@ -278,12 +429,61 @@
278
429
  "State": {},
279
430
  "MuxType": {}
280
431
  }
432
+ },
433
+ "CompositedVideo": {
434
+ "shape": "Sl"
435
+ }
436
+ }
437
+ }
438
+ }
439
+ },
440
+ "S7": {
441
+ "type": "structure",
442
+ "members": {
443
+ "SelectedVideoStreams": {
444
+ "type": "structure",
445
+ "members": {
446
+ "AttendeeIds": {
447
+ "type": "list",
448
+ "member": {}
449
+ },
450
+ "ExternalUserIds": {
451
+ "type": "list",
452
+ "member": {
453
+ "type": "string",
454
+ "sensitive": true
455
+ }
281
456
  }
282
457
  }
283
458
  }
284
459
  }
285
460
  },
286
461
  "Sl": {
462
+ "type": "structure",
463
+ "required": [
464
+ "GridViewConfiguration"
465
+ ],
466
+ "members": {
467
+ "Layout": {},
468
+ "Resolution": {},
469
+ "GridViewConfiguration": {
470
+ "type": "structure",
471
+ "required": [
472
+ "ContentShareLayout"
473
+ ],
474
+ "members": {
475
+ "ContentShareLayout": {},
476
+ "PresenterOnlyConfiguration": {
477
+ "type": "structure",
478
+ "members": {
479
+ "PresenterPosition": {}
480
+ }
481
+ }
482
+ }
483
+ }
484
+ }
485
+ },
486
+ "Ss": {
287
487
  "type": "list",
288
488
  "member": {
289
489
  "type": "structure",
@@ -297,7 +497,7 @@
297
497
  }
298
498
  }
299
499
  },
300
- "Sq": {
500
+ "Sx": {
301
501
  "type": "structure",
302
502
  "members": {
303
503
  "MediaPipelineId": {},
@@ -312,19 +512,252 @@
312
512
  "shape": "S3"
313
513
  },
314
514
  "CreatedTimestamp": {
315
- "shape": "St"
515
+ "shape": "S10"
316
516
  },
317
517
  "UpdatedTimestamp": {
318
- "shape": "St"
518
+ "shape": "S10"
319
519
  },
320
520
  "ChimeSdkMeetingConfiguration": {
321
521
  "shape": "S6"
322
522
  }
323
523
  }
324
524
  },
325
- "St": {
525
+ "S10": {
326
526
  "type": "timestamp",
327
527
  "timestampFormat": "iso8601"
528
+ },
529
+ "S12": {
530
+ "type": "list",
531
+ "member": {
532
+ "type": "structure",
533
+ "required": [
534
+ "Type",
535
+ "MediaCapturePipelineSourceConfiguration"
536
+ ],
537
+ "members": {
538
+ "Type": {},
539
+ "MediaCapturePipelineSourceConfiguration": {
540
+ "type": "structure",
541
+ "required": [
542
+ "MediaPipelineArn",
543
+ "ChimeSdkMeetingConfiguration"
544
+ ],
545
+ "members": {
546
+ "MediaPipelineArn": {
547
+ "shape": "S3"
548
+ },
549
+ "ChimeSdkMeetingConfiguration": {
550
+ "type": "structure",
551
+ "required": [
552
+ "ArtifactsConfiguration"
553
+ ],
554
+ "members": {
555
+ "ArtifactsConfiguration": {
556
+ "type": "structure",
557
+ "required": [
558
+ "Audio",
559
+ "Video",
560
+ "Content",
561
+ "DataChannel",
562
+ "TranscriptionMessages",
563
+ "MeetingEvents",
564
+ "CompositedVideo"
565
+ ],
566
+ "members": {
567
+ "Audio": {
568
+ "type": "structure",
569
+ "required": [
570
+ "State"
571
+ ],
572
+ "members": {
573
+ "State": {}
574
+ }
575
+ },
576
+ "Video": {
577
+ "type": "structure",
578
+ "required": [
579
+ "State"
580
+ ],
581
+ "members": {
582
+ "State": {}
583
+ }
584
+ },
585
+ "Content": {
586
+ "type": "structure",
587
+ "required": [
588
+ "State"
589
+ ],
590
+ "members": {
591
+ "State": {}
592
+ }
593
+ },
594
+ "DataChannel": {
595
+ "type": "structure",
596
+ "required": [
597
+ "State"
598
+ ],
599
+ "members": {
600
+ "State": {}
601
+ }
602
+ },
603
+ "TranscriptionMessages": {
604
+ "type": "structure",
605
+ "required": [
606
+ "State"
607
+ ],
608
+ "members": {
609
+ "State": {}
610
+ }
611
+ },
612
+ "MeetingEvents": {
613
+ "type": "structure",
614
+ "required": [
615
+ "State"
616
+ ],
617
+ "members": {
618
+ "State": {}
619
+ }
620
+ },
621
+ "CompositedVideo": {
622
+ "type": "structure",
623
+ "required": [
624
+ "State"
625
+ ],
626
+ "members": {
627
+ "State": {}
628
+ }
629
+ }
630
+ }
631
+ }
632
+ }
633
+ }
634
+ }
635
+ }
636
+ }
637
+ }
638
+ },
639
+ "S1h": {
640
+ "type": "list",
641
+ "member": {
642
+ "type": "structure",
643
+ "required": [
644
+ "Type",
645
+ "S3BucketSinkConfiguration"
646
+ ],
647
+ "members": {
648
+ "Type": {},
649
+ "S3BucketSinkConfiguration": {
650
+ "type": "structure",
651
+ "required": [
652
+ "Destination"
653
+ ],
654
+ "members": {
655
+ "Destination": {
656
+ "shape": "S3"
657
+ }
658
+ }
659
+ }
660
+ }
661
+ }
662
+ },
663
+ "S1m": {
664
+ "type": "structure",
665
+ "members": {
666
+ "MediaPipelineId": {},
667
+ "MediaPipelineArn": {},
668
+ "Sources": {
669
+ "shape": "S12"
670
+ },
671
+ "Sinks": {
672
+ "shape": "S1h"
673
+ },
674
+ "Status": {},
675
+ "CreatedTimestamp": {
676
+ "shape": "S10"
677
+ },
678
+ "UpdatedTimestamp": {
679
+ "shape": "S10"
680
+ }
681
+ }
682
+ },
683
+ "S1o": {
684
+ "type": "list",
685
+ "member": {
686
+ "type": "structure",
687
+ "required": [
688
+ "SourceType",
689
+ "ChimeSdkMeetingLiveConnectorConfiguration"
690
+ ],
691
+ "members": {
692
+ "SourceType": {},
693
+ "ChimeSdkMeetingLiveConnectorConfiguration": {
694
+ "type": "structure",
695
+ "required": [
696
+ "Arn",
697
+ "MuxType"
698
+ ],
699
+ "members": {
700
+ "Arn": {
701
+ "shape": "S3"
702
+ },
703
+ "MuxType": {},
704
+ "CompositedVideo": {
705
+ "shape": "Sl"
706
+ },
707
+ "SourceConfiguration": {
708
+ "shape": "S7"
709
+ }
710
+ }
711
+ }
712
+ }
713
+ }
714
+ },
715
+ "S1t": {
716
+ "type": "list",
717
+ "member": {
718
+ "type": "structure",
719
+ "required": [
720
+ "SinkType",
721
+ "RTMPConfiguration"
722
+ ],
723
+ "members": {
724
+ "SinkType": {},
725
+ "RTMPConfiguration": {
726
+ "type": "structure",
727
+ "required": [
728
+ "Url"
729
+ ],
730
+ "members": {
731
+ "Url": {
732
+ "type": "string",
733
+ "sensitive": true
734
+ },
735
+ "AudioChannels": {},
736
+ "AudioSampleRate": {}
737
+ }
738
+ }
739
+ }
740
+ }
741
+ },
742
+ "S21": {
743
+ "type": "structure",
744
+ "members": {
745
+ "Sources": {
746
+ "shape": "S1o"
747
+ },
748
+ "Sinks": {
749
+ "shape": "S1t"
750
+ },
751
+ "MediaPipelineId": {},
752
+ "MediaPipelineArn": {},
753
+ "Status": {},
754
+ "CreatedTimestamp": {
755
+ "shape": "S10"
756
+ },
757
+ "UpdatedTimestamp": {
758
+ "shape": "S10"
759
+ }
760
+ }
328
761
  }
329
762
  }
330
763
  }
@@ -4,6 +4,11 @@
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
+ },
8
+ "ListMediaPipelines": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
7
12
  }
8
13
  }
9
14
  }