cdk-comprehend-s3olap 2.0.70 → 2.0.73
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 +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +114 -85
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +93 -56
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
- 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 +18 -18
- package/node_modules/aws-sdk/dist/aws-sdk.js +1225 -771
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
@@ -41,6 +41,38 @@
|
|
41
41
|
}
|
42
42
|
}
|
43
43
|
},
|
44
|
+
"AssumeDecoratedRoleWithSAML": {
|
45
|
+
"http": {
|
46
|
+
"requestUri": "/AssumeDecoratedRoleWithSAML"
|
47
|
+
},
|
48
|
+
"input": {
|
49
|
+
"type": "structure",
|
50
|
+
"required": [
|
51
|
+
"SAMLAssertion",
|
52
|
+
"RoleArn",
|
53
|
+
"PrincipalArn"
|
54
|
+
],
|
55
|
+
"members": {
|
56
|
+
"SAMLAssertion": {},
|
57
|
+
"RoleArn": {},
|
58
|
+
"PrincipalArn": {},
|
59
|
+
"DurationSeconds": {
|
60
|
+
"type": "integer"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
},
|
64
|
+
"output": {
|
65
|
+
"type": "structure",
|
66
|
+
"members": {
|
67
|
+
"AccessKeyId": {},
|
68
|
+
"SecretAccessKey": {},
|
69
|
+
"SessionToken": {},
|
70
|
+
"Expiration": {
|
71
|
+
"type": "timestamp"
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
},
|
44
76
|
"BatchGrantPermissions": {
|
45
77
|
"http": {
|
46
78
|
"requestUri": "/BatchGrantPermissions"
|
@@ -53,7 +85,7 @@
|
|
53
85
|
"members": {
|
54
86
|
"CatalogId": {},
|
55
87
|
"Entries": {
|
56
|
-
"shape": "
|
88
|
+
"shape": "S15"
|
57
89
|
}
|
58
90
|
}
|
59
91
|
},
|
@@ -61,7 +93,7 @@
|
|
61
93
|
"type": "structure",
|
62
94
|
"members": {
|
63
95
|
"Failures": {
|
64
|
-
"shape": "
|
96
|
+
"shape": "S1d"
|
65
97
|
}
|
66
98
|
}
|
67
99
|
}
|
@@ -78,7 +110,7 @@
|
|
78
110
|
"members": {
|
79
111
|
"CatalogId": {},
|
80
112
|
"Entries": {
|
81
|
-
"shape": "
|
113
|
+
"shape": "S15"
|
82
114
|
}
|
83
115
|
}
|
84
116
|
},
|
@@ -86,7 +118,7 @@
|
|
86
118
|
"type": "structure",
|
87
119
|
"members": {
|
88
120
|
"Failures": {
|
89
|
-
"shape": "
|
121
|
+
"shape": "S1d"
|
90
122
|
}
|
91
123
|
}
|
92
124
|
}
|
@@ -140,7 +172,7 @@
|
|
140
172
|
],
|
141
173
|
"members": {
|
142
174
|
"TableData": {
|
143
|
-
"shape": "
|
175
|
+
"shape": "S1o"
|
144
176
|
}
|
145
177
|
}
|
146
178
|
},
|
@@ -281,7 +313,7 @@
|
|
281
313
|
"type": "structure",
|
282
314
|
"members": {
|
283
315
|
"ResourceInfo": {
|
284
|
-
"shape": "
|
316
|
+
"shape": "S29"
|
285
317
|
}
|
286
318
|
}
|
287
319
|
}
|
@@ -303,7 +335,7 @@
|
|
303
335
|
"type": "structure",
|
304
336
|
"members": {
|
305
337
|
"TransactionDescription": {
|
306
|
-
"shape": "
|
338
|
+
"shape": "S2d"
|
307
339
|
}
|
308
340
|
}
|
309
341
|
}
|
@@ -337,7 +369,7 @@
|
|
337
369
|
"type": "structure",
|
338
370
|
"members": {
|
339
371
|
"DataLakeSettings": {
|
340
|
-
"shape": "
|
372
|
+
"shape": "S2j"
|
341
373
|
}
|
342
374
|
}
|
343
375
|
}
|
@@ -364,7 +396,7 @@
|
|
364
396
|
"type": "structure",
|
365
397
|
"members": {
|
366
398
|
"Permissions": {
|
367
|
-
"shape": "
|
399
|
+
"shape": "S2u"
|
368
400
|
},
|
369
401
|
"NextToken": {}
|
370
402
|
}
|
@@ -510,7 +542,7 @@
|
|
510
542
|
"shape": "Sn"
|
511
543
|
},
|
512
544
|
"LFTagsOnColumns": {
|
513
|
-
"shape": "
|
545
|
+
"shape": "S3i"
|
514
546
|
}
|
515
547
|
}
|
516
548
|
}
|
@@ -549,7 +581,7 @@
|
|
549
581
|
"type": "structure",
|
550
582
|
"members": {
|
551
583
|
"PartitionValues": {
|
552
|
-
"shape": "
|
584
|
+
"shape": "S3p"
|
553
585
|
},
|
554
586
|
"Objects": {
|
555
587
|
"type": "list",
|
@@ -597,16 +629,16 @@
|
|
597
629
|
}
|
598
630
|
},
|
599
631
|
"Permissions": {
|
600
|
-
"shape": "
|
632
|
+
"shape": "S1a"
|
601
633
|
},
|
602
634
|
"DurationSeconds": {
|
603
635
|
"type": "integer"
|
604
636
|
},
|
605
637
|
"AuditContext": {
|
606
|
-
"shape": "
|
638
|
+
"shape": "S3y"
|
607
639
|
},
|
608
640
|
"SupportedPermissionTypes": {
|
609
|
-
"shape": "
|
641
|
+
"shape": "S40"
|
610
642
|
}
|
611
643
|
}
|
612
644
|
},
|
@@ -635,16 +667,16 @@
|
|
635
667
|
"members": {
|
636
668
|
"TableArn": {},
|
637
669
|
"Permissions": {
|
638
|
-
"shape": "
|
670
|
+
"shape": "S1a"
|
639
671
|
},
|
640
672
|
"DurationSeconds": {
|
641
673
|
"type": "integer"
|
642
674
|
},
|
643
675
|
"AuditContext": {
|
644
|
-
"shape": "
|
676
|
+
"shape": "S3y"
|
645
677
|
},
|
646
678
|
"SupportedPermissionTypes": {
|
647
|
-
"shape": "
|
679
|
+
"shape": "S40"
|
648
680
|
}
|
649
681
|
}
|
650
682
|
},
|
@@ -764,16 +796,16 @@
|
|
764
796
|
"members": {
|
765
797
|
"CatalogId": {},
|
766
798
|
"Principal": {
|
767
|
-
"shape": "
|
799
|
+
"shape": "S18"
|
768
800
|
},
|
769
801
|
"Resource": {
|
770
802
|
"shape": "S3"
|
771
803
|
},
|
772
804
|
"Permissions": {
|
773
|
-
"shape": "
|
805
|
+
"shape": "S1a"
|
774
806
|
},
|
775
807
|
"PermissionsWithGrantOption": {
|
776
|
-
"shape": "
|
808
|
+
"shape": "S1a"
|
777
809
|
}
|
778
810
|
}
|
779
811
|
},
|
@@ -804,7 +836,7 @@
|
|
804
836
|
"DataCellsFilters": {
|
805
837
|
"type": "list",
|
806
838
|
"member": {
|
807
|
-
"shape": "
|
839
|
+
"shape": "S1o"
|
808
840
|
}
|
809
841
|
},
|
810
842
|
"NextToken": {}
|
@@ -845,7 +877,7 @@
|
|
845
877
|
"members": {
|
846
878
|
"CatalogId": {},
|
847
879
|
"Principal": {
|
848
|
-
"shape": "
|
880
|
+
"shape": "S18"
|
849
881
|
},
|
850
882
|
"ResourceType": {},
|
851
883
|
"Resource": {
|
@@ -862,7 +894,7 @@
|
|
862
894
|
"type": "structure",
|
863
895
|
"members": {
|
864
896
|
"PrincipalResourcePermissions": {
|
865
|
-
"shape": "
|
897
|
+
"shape": "S2u"
|
866
898
|
},
|
867
899
|
"NextToken": {}
|
868
900
|
}
|
@@ -901,7 +933,7 @@
|
|
901
933
|
"ResourceInfoList": {
|
902
934
|
"type": "list",
|
903
935
|
"member": {
|
904
|
-
"shape": "
|
936
|
+
"shape": "S29"
|
905
937
|
}
|
906
938
|
},
|
907
939
|
"NextToken": {}
|
@@ -939,7 +971,7 @@
|
|
939
971
|
"members": {
|
940
972
|
"StorageOptimizerType": {},
|
941
973
|
"Config": {
|
942
|
-
"shape": "
|
974
|
+
"shape": "S5a"
|
943
975
|
},
|
944
976
|
"ErrorMessage": {},
|
945
977
|
"Warnings": {},
|
@@ -972,7 +1004,7 @@
|
|
972
1004
|
"Transactions": {
|
973
1005
|
"type": "list",
|
974
1006
|
"member": {
|
975
|
-
"shape": "
|
1007
|
+
"shape": "S2d"
|
976
1008
|
}
|
977
1009
|
},
|
978
1010
|
"NextToken": {}
|
@@ -991,7 +1023,7 @@
|
|
991
1023
|
"members": {
|
992
1024
|
"CatalogId": {},
|
993
1025
|
"DataLakeSettings": {
|
994
|
-
"shape": "
|
1026
|
+
"shape": "S2j"
|
995
1027
|
}
|
996
1028
|
}
|
997
1029
|
},
|
@@ -1065,16 +1097,16 @@
|
|
1065
1097
|
"members": {
|
1066
1098
|
"CatalogId": {},
|
1067
1099
|
"Principal": {
|
1068
|
-
"shape": "
|
1100
|
+
"shape": "S18"
|
1069
1101
|
},
|
1070
1102
|
"Resource": {
|
1071
1103
|
"shape": "S3"
|
1072
1104
|
},
|
1073
1105
|
"Permissions": {
|
1074
|
-
"shape": "
|
1106
|
+
"shape": "S1a"
|
1075
1107
|
},
|
1076
1108
|
"PermissionsWithGrantOption": {
|
1077
|
-
"shape": "
|
1109
|
+
"shape": "S1a"
|
1078
1110
|
}
|
1079
1111
|
}
|
1080
1112
|
},
|
@@ -1163,7 +1195,7 @@
|
|
1163
1195
|
"shape": "Sn"
|
1164
1196
|
},
|
1165
1197
|
"LFTagsOnColumns": {
|
1166
|
-
"shape": "
|
1198
|
+
"shape": "S3i"
|
1167
1199
|
}
|
1168
1200
|
}
|
1169
1201
|
}
|
@@ -1318,7 +1350,7 @@
|
|
1318
1350
|
"type": "long"
|
1319
1351
|
},
|
1320
1352
|
"PartitionValues": {
|
1321
|
-
"shape": "
|
1353
|
+
"shape": "S3p"
|
1322
1354
|
}
|
1323
1355
|
}
|
1324
1356
|
},
|
@@ -1331,7 +1363,7 @@
|
|
1331
1363
|
"Uri": {},
|
1332
1364
|
"ETag": {},
|
1333
1365
|
"PartitionValues": {
|
1334
|
-
"shape": "
|
1366
|
+
"shape": "S3p"
|
1335
1367
|
}
|
1336
1368
|
}
|
1337
1369
|
}
|
@@ -1364,7 +1396,7 @@
|
|
1364
1396
|
"type": "map",
|
1365
1397
|
"key": {},
|
1366
1398
|
"value": {
|
1367
|
-
"shape": "
|
1399
|
+
"shape": "S5a"
|
1368
1400
|
}
|
1369
1401
|
}
|
1370
1402
|
}
|
@@ -1556,13 +1588,13 @@
|
|
1556
1588
|
"ErrorMessage": {}
|
1557
1589
|
}
|
1558
1590
|
},
|
1559
|
-
"
|
1591
|
+
"S15": {
|
1560
1592
|
"type": "list",
|
1561
1593
|
"member": {
|
1562
|
-
"shape": "
|
1594
|
+
"shape": "S16"
|
1563
1595
|
}
|
1564
1596
|
},
|
1565
|
-
"
|
1597
|
+
"S16": {
|
1566
1598
|
"type": "structure",
|
1567
1599
|
"required": [
|
1568
1600
|
"Id"
|
@@ -1570,36 +1602,36 @@
|
|
1570
1602
|
"members": {
|
1571
1603
|
"Id": {},
|
1572
1604
|
"Principal": {
|
1573
|
-
"shape": "
|
1605
|
+
"shape": "S18"
|
1574
1606
|
},
|
1575
1607
|
"Resource": {
|
1576
1608
|
"shape": "S3"
|
1577
1609
|
},
|
1578
1610
|
"Permissions": {
|
1579
|
-
"shape": "
|
1611
|
+
"shape": "S1a"
|
1580
1612
|
},
|
1581
1613
|
"PermissionsWithGrantOption": {
|
1582
|
-
"shape": "
|
1614
|
+
"shape": "S1a"
|
1583
1615
|
}
|
1584
1616
|
}
|
1585
1617
|
},
|
1586
|
-
"
|
1618
|
+
"S18": {
|
1587
1619
|
"type": "structure",
|
1588
1620
|
"members": {
|
1589
1621
|
"DataLakePrincipalIdentifier": {}
|
1590
1622
|
}
|
1591
1623
|
},
|
1592
|
-
"
|
1624
|
+
"S1a": {
|
1593
1625
|
"type": "list",
|
1594
1626
|
"member": {}
|
1595
1627
|
},
|
1596
|
-
"
|
1628
|
+
"S1d": {
|
1597
1629
|
"type": "list",
|
1598
1630
|
"member": {
|
1599
1631
|
"type": "structure",
|
1600
1632
|
"members": {
|
1601
1633
|
"RequestEntry": {
|
1602
|
-
"shape": "
|
1634
|
+
"shape": "S16"
|
1603
1635
|
},
|
1604
1636
|
"Error": {
|
1605
1637
|
"shape": "Ss"
|
@@ -1607,7 +1639,7 @@
|
|
1607
1639
|
}
|
1608
1640
|
}
|
1609
1641
|
},
|
1610
|
-
"
|
1642
|
+
"S1o": {
|
1611
1643
|
"type": "structure",
|
1612
1644
|
"required": [
|
1613
1645
|
"TableCatalogId",
|
@@ -1638,7 +1670,7 @@
|
|
1638
1670
|
}
|
1639
1671
|
}
|
1640
1672
|
},
|
1641
|
-
"
|
1673
|
+
"S29": {
|
1642
1674
|
"type": "structure",
|
1643
1675
|
"members": {
|
1644
1676
|
"ResourceArn": {},
|
@@ -1648,7 +1680,7 @@
|
|
1648
1680
|
}
|
1649
1681
|
}
|
1650
1682
|
},
|
1651
|
-
"
|
1683
|
+
"S2d": {
|
1652
1684
|
"type": "structure",
|
1653
1685
|
"members": {
|
1654
1686
|
"TransactionId": {},
|
@@ -1661,17 +1693,17 @@
|
|
1661
1693
|
}
|
1662
1694
|
}
|
1663
1695
|
},
|
1664
|
-
"
|
1696
|
+
"S2j": {
|
1665
1697
|
"type": "structure",
|
1666
1698
|
"members": {
|
1667
1699
|
"DataLakeAdmins": {
|
1668
|
-
"shape": "
|
1700
|
+
"shape": "S2k"
|
1669
1701
|
},
|
1670
1702
|
"CreateDatabaseDefaultPermissions": {
|
1671
|
-
"shape": "
|
1703
|
+
"shape": "S2l"
|
1672
1704
|
},
|
1673
1705
|
"CreateTableDefaultPermissions": {
|
1674
|
-
"shape": "
|
1706
|
+
"shape": "S2l"
|
1675
1707
|
},
|
1676
1708
|
"TrustedResourceOwners": {
|
1677
1709
|
"type": "list",
|
@@ -1681,7 +1713,7 @@
|
|
1681
1713
|
"type": "boolean"
|
1682
1714
|
},
|
1683
1715
|
"ExternalDataFilteringAllowList": {
|
1684
|
-
"shape": "
|
1716
|
+
"shape": "S2k"
|
1685
1717
|
},
|
1686
1718
|
"AuthorizedSessionTagValueList": {
|
1687
1719
|
"type": "list",
|
@@ -1689,42 +1721,42 @@
|
|
1689
1721
|
}
|
1690
1722
|
}
|
1691
1723
|
},
|
1692
|
-
"
|
1724
|
+
"S2k": {
|
1693
1725
|
"type": "list",
|
1694
1726
|
"member": {
|
1695
|
-
"shape": "
|
1727
|
+
"shape": "S18"
|
1696
1728
|
}
|
1697
1729
|
},
|
1698
|
-
"
|
1730
|
+
"S2l": {
|
1699
1731
|
"type": "list",
|
1700
1732
|
"member": {
|
1701
1733
|
"type": "structure",
|
1702
1734
|
"members": {
|
1703
1735
|
"Principal": {
|
1704
|
-
"shape": "
|
1736
|
+
"shape": "S18"
|
1705
1737
|
},
|
1706
1738
|
"Permissions": {
|
1707
|
-
"shape": "
|
1739
|
+
"shape": "S1a"
|
1708
1740
|
}
|
1709
1741
|
}
|
1710
1742
|
}
|
1711
1743
|
},
|
1712
|
-
"
|
1744
|
+
"S2u": {
|
1713
1745
|
"type": "list",
|
1714
1746
|
"member": {
|
1715
1747
|
"type": "structure",
|
1716
1748
|
"members": {
|
1717
1749
|
"Principal": {
|
1718
|
-
"shape": "
|
1750
|
+
"shape": "S18"
|
1719
1751
|
},
|
1720
1752
|
"Resource": {
|
1721
1753
|
"shape": "S3"
|
1722
1754
|
},
|
1723
1755
|
"Permissions": {
|
1724
|
-
"shape": "
|
1756
|
+
"shape": "S1a"
|
1725
1757
|
},
|
1726
1758
|
"PermissionsWithGrantOption": {
|
1727
|
-
"shape": "
|
1759
|
+
"shape": "S1a"
|
1728
1760
|
},
|
1729
1761
|
"AdditionalDetails": {
|
1730
1762
|
"type": "structure",
|
@@ -1738,7 +1770,7 @@
|
|
1738
1770
|
}
|
1739
1771
|
}
|
1740
1772
|
},
|
1741
|
-
"
|
1773
|
+
"S3i": {
|
1742
1774
|
"type": "list",
|
1743
1775
|
"member": {
|
1744
1776
|
"type": "structure",
|
@@ -1750,21 +1782,21 @@
|
|
1750
1782
|
}
|
1751
1783
|
}
|
1752
1784
|
},
|
1753
|
-
"
|
1785
|
+
"S3p": {
|
1754
1786
|
"type": "list",
|
1755
1787
|
"member": {}
|
1756
1788
|
},
|
1757
|
-
"
|
1789
|
+
"S3y": {
|
1758
1790
|
"type": "structure",
|
1759
1791
|
"members": {
|
1760
1792
|
"AdditionalAuditContext": {}
|
1761
1793
|
}
|
1762
1794
|
},
|
1763
|
-
"
|
1795
|
+
"S40": {
|
1764
1796
|
"type": "list",
|
1765
1797
|
"member": {}
|
1766
1798
|
},
|
1767
|
-
"
|
1799
|
+
"S5a": {
|
1768
1800
|
"type": "map",
|
1769
1801
|
"key": {},
|
1770
1802
|
"value": {}
|