cdk-comprehend-s3olap 2.0.284 → 2.0.286

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 (27) hide show
  1. package/.jsii +3 -3
  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 +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
  9. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
  11. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
  12. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
  13. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
  14. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
  15. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
  16. package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
  17. package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
  18. package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
  19. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  20. package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +3 -3
@@ -214,6 +214,76 @@
214
214
  }
215
215
  }
216
216
  },
217
+ "CreateMediaPipelineKinesisVideoStreamPool": {
218
+ "http": {
219
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
220
+ "responseCode": 201
221
+ },
222
+ "input": {
223
+ "type": "structure",
224
+ "required": [
225
+ "StreamConfiguration",
226
+ "PoolName"
227
+ ],
228
+ "members": {
229
+ "StreamConfiguration": {
230
+ "shape": "S4m"
231
+ },
232
+ "PoolName": {},
233
+ "ClientRequestToken": {
234
+ "shape": "S5",
235
+ "idempotencyToken": true
236
+ },
237
+ "Tags": {
238
+ "shape": "S17"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {
245
+ "KinesisVideoStreamPoolConfiguration": {
246
+ "shape": "S4r"
247
+ }
248
+ }
249
+ }
250
+ },
251
+ "CreateMediaStreamPipeline": {
252
+ "http": {
253
+ "requestUri": "/sdk-media-stream-pipelines",
254
+ "responseCode": 201
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "Sources",
260
+ "Sinks"
261
+ ],
262
+ "members": {
263
+ "Sources": {
264
+ "shape": "S4w"
265
+ },
266
+ "Sinks": {
267
+ "shape": "S4y"
268
+ },
269
+ "ClientRequestToken": {
270
+ "shape": "S5",
271
+ "idempotencyToken": true
272
+ },
273
+ "Tags": {
274
+ "shape": "S17"
275
+ }
276
+ }
277
+ },
278
+ "output": {
279
+ "type": "structure",
280
+ "members": {
281
+ "MediaStreamPipeline": {
282
+ "shape": "S54"
283
+ }
284
+ }
285
+ }
286
+ },
217
287
  "DeleteMediaCapturePipeline": {
218
288
  "http": {
219
289
  "method": "DELETE",
@@ -271,6 +341,25 @@
271
341
  }
272
342
  }
273
343
  },
344
+ "DeleteMediaPipelineKinesisVideoStreamPool": {
345
+ "http": {
346
+ "method": "DELETE",
347
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
348
+ "responseCode": 204
349
+ },
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "Identifier"
354
+ ],
355
+ "members": {
356
+ "Identifier": {
357
+ "location": "uri",
358
+ "locationName": "identifier"
359
+ }
360
+ }
361
+ }
362
+ },
274
363
  "GetMediaCapturePipeline": {
275
364
  "http": {
276
365
  "method": "GET",
@@ -360,12 +449,42 @@
360
449
  },
361
450
  "MediaInsightsPipeline": {
362
451
  "shape": "S2t"
452
+ },
453
+ "MediaStreamPipeline": {
454
+ "shape": "S54"
363
455
  }
364
456
  }
365
457
  }
366
458
  }
367
459
  }
368
460
  },
461
+ "GetMediaPipelineKinesisVideoStreamPool": {
462
+ "http": {
463
+ "method": "GET",
464
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
465
+ "responseCode": 200
466
+ },
467
+ "input": {
468
+ "type": "structure",
469
+ "required": [
470
+ "Identifier"
471
+ ],
472
+ "members": {
473
+ "Identifier": {
474
+ "location": "uri",
475
+ "locationName": "identifier"
476
+ }
477
+ }
478
+ },
479
+ "output": {
480
+ "type": "structure",
481
+ "members": {
482
+ "KinesisVideoStreamPoolConfiguration": {
483
+ "shape": "S4r"
484
+ }
485
+ }
486
+ }
487
+ },
369
488
  "GetSpeakerSearchTask": {
370
489
  "http": {
371
490
  "method": "GET",
@@ -393,7 +512,7 @@
393
512
  "type": "structure",
394
513
  "members": {
395
514
  "SpeakerSearchTask": {
396
- "shape": "S4x"
515
+ "shape": "S5k"
397
516
  }
398
517
  }
399
518
  }
@@ -425,7 +544,7 @@
425
544
  "type": "structure",
426
545
  "members": {
427
546
  "VoiceToneAnalysisTask": {
428
- "shape": "S51"
547
+ "shape": "S5o"
429
548
  }
430
549
  }
431
550
  }
@@ -507,6 +626,46 @@
507
626
  }
508
627
  }
509
628
  },
629
+ "ListMediaPipelineKinesisVideoStreamPools": {
630
+ "http": {
631
+ "method": "GET",
632
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
633
+ "responseCode": 200
634
+ },
635
+ "input": {
636
+ "type": "structure",
637
+ "members": {
638
+ "NextToken": {
639
+ "location": "querystring",
640
+ "locationName": "next-token"
641
+ },
642
+ "MaxResults": {
643
+ "location": "querystring",
644
+ "locationName": "max-results",
645
+ "type": "integer"
646
+ }
647
+ }
648
+ },
649
+ "output": {
650
+ "type": "structure",
651
+ "members": {
652
+ "KinesisVideoStreamPools": {
653
+ "type": "list",
654
+ "member": {
655
+ "type": "structure",
656
+ "members": {
657
+ "PoolName": {},
658
+ "PoolId": {},
659
+ "PoolArn": {
660
+ "shape": "S3"
661
+ }
662
+ }
663
+ }
664
+ },
665
+ "NextToken": {}
666
+ }
667
+ }
668
+ },
510
669
  "ListMediaPipelines": {
511
670
  "http": {
512
671
  "method": "GET",
@@ -591,7 +750,7 @@
591
750
  "shape": "S3"
592
751
  },
593
752
  "KinesisVideoStreamSourceTaskConfiguration": {
594
- "shape": "S5i"
753
+ "shape": "S69"
595
754
  },
596
755
  "ClientRequestToken": {
597
756
  "shape": "S5",
@@ -603,7 +762,7 @@
603
762
  "type": "structure",
604
763
  "members": {
605
764
  "SpeakerSearchTask": {
606
- "shape": "S4x"
765
+ "shape": "S5k"
607
766
  }
608
767
  }
609
768
  }
@@ -626,7 +785,7 @@
626
785
  },
627
786
  "LanguageCode": {},
628
787
  "KinesisVideoStreamSourceTaskConfiguration": {
629
- "shape": "S5i"
788
+ "shape": "S69"
630
789
  },
631
790
  "ClientRequestToken": {
632
791
  "shape": "S5",
@@ -638,7 +797,7 @@
638
797
  "type": "structure",
639
798
  "members": {
640
799
  "VoiceToneAnalysisTask": {
641
- "shape": "S51"
800
+ "shape": "S5o"
642
801
  }
643
802
  }
644
803
  }
@@ -794,6 +953,41 @@
794
953
  "UpdateStatus": {}
795
954
  }
796
955
  }
956
+ },
957
+ "UpdateMediaPipelineKinesisVideoStreamPool": {
958
+ "http": {
959
+ "method": "PUT",
960
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
961
+ "responseCode": 200
962
+ },
963
+ "input": {
964
+ "type": "structure",
965
+ "required": [
966
+ "Identifier"
967
+ ],
968
+ "members": {
969
+ "Identifier": {
970
+ "location": "uri",
971
+ "locationName": "identifier"
972
+ },
973
+ "StreamConfiguration": {
974
+ "type": "structure",
975
+ "members": {
976
+ "DataRetentionInHours": {
977
+ "type": "integer"
978
+ }
979
+ }
980
+ }
981
+ }
982
+ },
983
+ "output": {
984
+ "type": "structure",
985
+ "members": {
986
+ "KinesisVideoStreamPoolConfiguration": {
987
+ "shape": "S4r"
988
+ }
989
+ }
990
+ }
797
991
  }
798
992
  },
799
993
  "shapes": {
@@ -1597,7 +1791,100 @@
1597
1791
  }
1598
1792
  }
1599
1793
  },
1600
- "S4x": {
1794
+ "S4m": {
1795
+ "type": "structure",
1796
+ "required": [
1797
+ "Region"
1798
+ ],
1799
+ "members": {
1800
+ "Region": {},
1801
+ "DataRetentionInHours": {
1802
+ "type": "integer"
1803
+ }
1804
+ }
1805
+ },
1806
+ "S4r": {
1807
+ "type": "structure",
1808
+ "members": {
1809
+ "PoolArn": {
1810
+ "shape": "S3"
1811
+ },
1812
+ "PoolName": {},
1813
+ "PoolId": {},
1814
+ "PoolStatus": {},
1815
+ "PoolSize": {
1816
+ "type": "integer"
1817
+ },
1818
+ "StreamConfiguration": {
1819
+ "shape": "S4m"
1820
+ },
1821
+ "CreatedTimestamp": {
1822
+ "shape": "S1f"
1823
+ },
1824
+ "UpdatedTimestamp": {
1825
+ "shape": "S1f"
1826
+ }
1827
+ }
1828
+ },
1829
+ "S4w": {
1830
+ "type": "list",
1831
+ "member": {
1832
+ "type": "structure",
1833
+ "required": [
1834
+ "SourceType",
1835
+ "SourceArn"
1836
+ ],
1837
+ "members": {
1838
+ "SourceType": {},
1839
+ "SourceArn": {
1840
+ "shape": "S3"
1841
+ }
1842
+ }
1843
+ }
1844
+ },
1845
+ "S4y": {
1846
+ "type": "list",
1847
+ "member": {
1848
+ "type": "structure",
1849
+ "required": [
1850
+ "SinkArn",
1851
+ "SinkType",
1852
+ "ReservedStreamCapacity",
1853
+ "MediaStreamType"
1854
+ ],
1855
+ "members": {
1856
+ "SinkArn": {
1857
+ "shape": "S3"
1858
+ },
1859
+ "SinkType": {},
1860
+ "ReservedStreamCapacity": {
1861
+ "type": "integer"
1862
+ },
1863
+ "MediaStreamType": {}
1864
+ }
1865
+ }
1866
+ },
1867
+ "S54": {
1868
+ "type": "structure",
1869
+ "members": {
1870
+ "MediaPipelineId": {},
1871
+ "MediaPipelineArn": {},
1872
+ "CreatedTimestamp": {
1873
+ "shape": "S1f"
1874
+ },
1875
+ "UpdatedTimestamp": {
1876
+ "shape": "S1f"
1877
+ },
1878
+ "Status": {},
1879
+ "Sources": {
1880
+ "shape": "S4w"
1881
+ },
1882
+ "Sinks": {
1883
+ "shape": "S4y"
1884
+ }
1885
+ }
1886
+ },
1887
+ "S5k": {
1601
1888
  "type": "structure",
1602
1889
  "members": {
1603
1890
  "SpeakerSearchTaskId": {},
@@ -1610,7 +1897,7 @@
1610
1897
  }
1611
1898
  }
1612
1899
  },
1613
- "S51": {
1900
+ "S5o": {
1614
1901
  "type": "structure",
1615
1902
  "members": {
1616
1903
  "VoiceToneAnalysisTaskId": {},
@@ -1623,7 +1910,7 @@
1623
1910
  }
1624
1911
  }
1625
1912
  },
1626
- "S5i": {
1913
+ "S69": {
1627
1914
  "type": "structure",
1628
1915
  "required": [
1629
1916
  "StreamArn",
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListMediaPipelineKinesisVideoStreamPools": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListMediaPipelines": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -91,6 +91,12 @@
91
91
  },
92
92
  "workerTypeSpecifications": {
93
93
  "shape": "Sy"
94
+ },
95
+ "runtimeConfiguration": {
96
+ "shape": "S10"
97
+ },
98
+ "monitoringConfiguration": {
99
+ "shape": "S14"
94
100
  }
95
101
  }
96
102
  },
@@ -157,7 +163,7 @@
157
163
  ],
158
164
  "members": {
159
165
  "application": {
160
- "shape": "S16"
166
+ "shape": "S1l"
161
167
  }
162
168
  }
163
169
  }
@@ -253,7 +259,7 @@
253
259
  "stateDetails": {},
254
260
  "releaseLabel": {},
255
261
  "configurationOverrides": {
256
- "shape": "S1o"
262
+ "shape": "S23"
257
263
  },
258
264
  "jobDriver": {
259
265
  "shape": "S24"
@@ -534,7 +540,7 @@
534
540
  "shape": "S24"
535
541
  },
536
542
  "configurationOverrides": {
537
- "shape": "S1o"
543
+ "shape": "S23"
538
544
  },
539
545
  "tags": {
540
546
  "shape": "Sj"
@@ -682,7 +688,13 @@
682
688
  "workerTypeSpecifications": {
683
689
  "shape": "Sy"
684
690
  },
685
- "releaseLabel": {}
691
+ "releaseLabel": {},
692
+ "runtimeConfiguration": {
693
+ "shape": "S10"
694
+ },
695
+ "monitoringConfiguration": {
696
+ "shape": "S14"
697
+ }
686
698
  }
687
699
  },
688
700
  "output": {
@@ -692,7 +704,7 @@
692
704
  ],
693
705
  "members": {
694
706
  "application": {
695
- "shape": "S16"
707
+ "shape": "S1l"
696
708
  }
697
709
  }
698
710
  }
@@ -793,7 +805,71 @@
793
805
  }
794
806
  }
795
807
  },
796
- "S16": {
808
+ "S10": {
809
+ "type": "list",
810
+ "member": {
811
+ "type": "structure",
812
+ "required": [
813
+ "classification"
814
+ ],
815
+ "members": {
816
+ "classification": {},
817
+ "properties": {
818
+ "type": "map",
819
+ "key": {},
820
+ "value": {},
821
+ "sensitive": true
822
+ },
823
+ "configurations": {
824
+ "shape": "S10"
825
+ }
826
+ }
827
+ }
828
+ },
829
+ "S14": {
830
+ "type": "structure",
831
+ "members": {
832
+ "s3MonitoringConfiguration": {
833
+ "type": "structure",
834
+ "members": {
835
+ "logUri": {},
836
+ "encryptionKeyArn": {}
837
+ }
838
+ },
839
+ "managedPersistenceMonitoringConfiguration": {
840
+ "type": "structure",
841
+ "members": {
842
+ "enabled": {
843
+ "type": "boolean"
844
+ },
845
+ "encryptionKeyArn": {}
846
+ }
847
+ },
848
+ "cloudWatchLoggingConfiguration": {
849
+ "type": "structure",
850
+ "required": [
851
+ "enabled"
852
+ ],
853
+ "members": {
854
+ "enabled": {
855
+ "type": "boolean"
856
+ },
857
+ "logGroupName": {},
858
+ "logStreamNamePrefix": {},
859
+ "encryptionKeyArn": {},
860
+ "logTypes": {
861
+ "type": "map",
862
+ "key": {},
863
+ "value": {
864
+ "type": "list",
865
+ "member": {}
866
+ }
867
+ }
868
+ }
869
+ }
870
+ }
871
+ },
872
+ "S1l": {
797
873
  "type": "structure",
798
874
  "required": [
799
875
  "applicationId",
@@ -838,7 +914,7 @@
838
914
  },
839
915
  "architecture": {},
840
916
  "imageConfiguration": {
841
- "shape": "S1a"
917
+ "shape": "S1p"
842
918
  },
843
919
  "workerTypeSpecifications": {
844
920
  "type": "map",
@@ -847,14 +923,20 @@
847
923
  "type": "structure",
848
924
  "members": {
849
925
  "imageConfiguration": {
850
- "shape": "S1a"
926
+ "shape": "S1p"
851
927
  }
852
928
  }
853
929
  }
930
+ },
931
+ "runtimeConfiguration": {
932
+ "shape": "S10"
933
+ },
934
+ "monitoringConfiguration": {
935
+ "shape": "S14"
854
936
  }
855
937
  }
856
938
  },
857
- "S1a": {
939
+ "S1p": {
858
940
  "type": "structure",
859
941
  "required": [
860
942
  "imageUri"
@@ -864,75 +946,14 @@
864
946
  "resolvedImageDigest": {}
865
947
  }
866
948
  },
867
- "S1o": {
949
+ "S23": {
868
950
  "type": "structure",
869
951
  "members": {
870
952
  "applicationConfiguration": {
871
- "shape": "S1p"
953
+ "shape": "S10"
872
954
  },
873
955
  "monitoringConfiguration": {
874
- "type": "structure",
875
- "members": {
876
- "s3MonitoringConfiguration": {
877
- "type": "structure",
878
- "members": {
879
- "logUri": {},
880
- "encryptionKeyArn": {}
881
- }
882
- },
883
- "managedPersistenceMonitoringConfiguration": {
884
- "type": "structure",
885
- "members": {
886
- "enabled": {
887
- "type": "boolean"
888
- },
889
- "encryptionKeyArn": {}
890
- }
891
- },
892
- "cloudWatchLoggingConfiguration": {
893
- "type": "structure",
894
- "required": [
895
- "enabled"
896
- ],
897
- "members": {
898
- "enabled": {
899
- "type": "boolean"
900
- },
901
- "logGroupName": {},
902
- "logStreamNamePrefix": {},
903
- "encryptionKeyArn": {},
904
- "logTypes": {
905
- "type": "map",
906
- "key": {},
907
- "value": {
908
- "type": "list",
909
- "member": {}
910
- }
911
- }
912
- }
913
- }
914
- }
915
- }
916
- }
917
- },
918
- "S1p": {
919
- "type": "list",
920
- "member": {
921
- "type": "structure",
922
- "required": [
923
- "classification"
924
- ],
925
- "members": {
926
- "classification": {},
927
- "properties": {
928
- "type": "map",
929
- "key": {},
930
- "value": {},
931
- "sensitive": true
932
- },
933
- "configurations": {
934
- "shape": "S1p"
935
- }
956
+ "shape": "S14"
936
957
  }
937
958
  }
938
959
  },
@@ -229,7 +229,7 @@
229
229
  "lastName": {
230
230
  "shape": "S1n"
231
231
  },
232
- "ApiAccess": {},
232
+ "apiAccess": {},
233
233
  "apiAccessPrincipalArn": {},
234
234
  "clientToken": {
235
235
  "idempotencyToken": true
@@ -577,7 +577,8 @@
577
577
  "expiration": {
578
578
  "type": "long"
579
579
  }
580
- }
580
+ },
581
+ "sensitive": true
581
582
  },
582
583
  "s3Location": {
583
584
  "type": "structure",
@@ -650,7 +651,8 @@
650
651
  "accessKeyId": {},
651
652
  "secretAccessKey": {},
652
653
  "sessionToken": {}
653
- }
654
+ },
655
+ "sensitive": true
654
656
  },
655
657
  "durationInMinutes": {
656
658
  "type": "long"
@@ -5785,7 +5785,10 @@
5785
5785
  "CustomPermissionsName": {},
5786
5786
  "ExternalLoginFederationProviderType": {},
5787
5787
  "CustomFederationProviderUrl": {},
5788
- "ExternalLoginId": {}
5788
+ "ExternalLoginId": {},
5789
+ "Tags": {
5790
+ "shape": "Sb"
5791
+ }
5789
5792
  }
5790
5793
  },
5791
5794
  "output": {