cdk-comprehend-s3olap 2.0.23 → 2.0.24
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 +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
- package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
- package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +21 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
- package/node_modules/aws-sdk/lib/model/api.js +1 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +12 -12
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +4 -4
@@ -71,7 +71,7 @@
|
|
71
71
|
"shape": "Sb"
|
72
72
|
},
|
73
73
|
"Tags": {
|
74
|
-
"shape": "
|
74
|
+
"shape": "Sr"
|
75
75
|
}
|
76
76
|
}
|
77
77
|
},
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"DefaultEncryptionKey": {},
|
92
92
|
"DeadLetterQueueUrl": {},
|
93
93
|
"Matching": {
|
94
|
-
"shape": "
|
94
|
+
"shape": "Sv"
|
95
95
|
},
|
96
96
|
"CreatedAt": {
|
97
97
|
"type": "timestamp"
|
@@ -100,7 +100,7 @@
|
|
100
100
|
"type": "timestamp"
|
101
101
|
},
|
102
102
|
"Tags": {
|
103
|
-
"shape": "
|
103
|
+
"shape": "Sr"
|
104
104
|
}
|
105
105
|
}
|
106
106
|
}
|
@@ -134,7 +134,7 @@
|
|
134
134
|
],
|
135
135
|
"members": {
|
136
136
|
"FlowDefinition": {
|
137
|
-
"shape": "
|
137
|
+
"shape": "S11"
|
138
138
|
},
|
139
139
|
"Batches": {
|
140
140
|
"type": "list",
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"ObjectTypeName": {},
|
162
162
|
"RoleArn": {},
|
163
163
|
"Tags": {
|
164
|
-
"shape": "
|
164
|
+
"shape": "Sr"
|
165
165
|
}
|
166
166
|
}
|
167
167
|
},
|
@@ -208,19 +208,19 @@
|
|
208
208
|
"PersonalEmailAddress": {},
|
209
209
|
"BusinessEmailAddress": {},
|
210
210
|
"Address": {
|
211
|
-
"shape": "
|
211
|
+
"shape": "S2h"
|
212
212
|
},
|
213
213
|
"ShippingAddress": {
|
214
|
-
"shape": "
|
214
|
+
"shape": "S2h"
|
215
215
|
},
|
216
216
|
"MailingAddress": {
|
217
|
-
"shape": "
|
217
|
+
"shape": "S2h"
|
218
218
|
},
|
219
219
|
"BillingAddress": {
|
220
|
-
"shape": "
|
220
|
+
"shape": "S2h"
|
221
221
|
},
|
222
222
|
"Attributes": {
|
223
|
-
"shape": "
|
223
|
+
"shape": "S2i"
|
224
224
|
}
|
225
225
|
}
|
226
226
|
},
|
@@ -454,6 +454,9 @@
|
|
454
454
|
},
|
455
455
|
"ConflictResolution": {
|
456
456
|
"shape": "Sk"
|
457
|
+
},
|
458
|
+
"MinAllowedConfidenceScoreForMerging": {
|
459
|
+
"type": "double"
|
457
460
|
}
|
458
461
|
}
|
459
462
|
},
|
@@ -525,7 +528,7 @@
|
|
525
528
|
}
|
526
529
|
},
|
527
530
|
"Matching": {
|
528
|
-
"shape": "
|
531
|
+
"shape": "Sv"
|
529
532
|
},
|
530
533
|
"CreatedAt": {
|
531
534
|
"type": "timestamp"
|
@@ -534,7 +537,7 @@
|
|
534
537
|
"type": "timestamp"
|
535
538
|
},
|
536
539
|
"Tags": {
|
537
|
-
"shape": "
|
540
|
+
"shape": "Sr"
|
538
541
|
}
|
539
542
|
}
|
540
543
|
}
|
@@ -584,10 +587,10 @@
|
|
584
587
|
"shape": "Sg"
|
585
588
|
},
|
586
589
|
"ExportingLocation": {
|
587
|
-
"shape": "
|
590
|
+
"shape": "S38"
|
588
591
|
},
|
589
592
|
"JobStats": {
|
590
|
-
"shape": "
|
593
|
+
"shape": "S3b"
|
591
594
|
}
|
592
595
|
}
|
593
596
|
}
|
@@ -629,10 +632,10 @@
|
|
629
632
|
"type": "timestamp"
|
630
633
|
},
|
631
634
|
"Tags": {
|
632
|
-
"shape": "
|
635
|
+
"shape": "Sr"
|
633
636
|
},
|
634
637
|
"ObjectTypeNames": {
|
635
|
-
"shape": "
|
638
|
+
"shape": "S3e"
|
636
639
|
},
|
637
640
|
"WorkflowId": {}
|
638
641
|
}
|
@@ -734,10 +737,10 @@
|
|
734
737
|
},
|
735
738
|
"SourceLastUpdatedTimestampFormat": {},
|
736
739
|
"Fields": {
|
737
|
-
"shape": "
|
740
|
+
"shape": "S3r"
|
738
741
|
},
|
739
742
|
"Keys": {
|
740
|
-
"shape": "
|
743
|
+
"shape": "S3u"
|
741
744
|
},
|
742
745
|
"CreatedAt": {
|
743
746
|
"type": "timestamp"
|
@@ -746,7 +749,7 @@
|
|
746
749
|
"type": "timestamp"
|
747
750
|
},
|
748
751
|
"Tags": {
|
749
|
-
"shape": "
|
752
|
+
"shape": "Sr"
|
750
753
|
}
|
751
754
|
}
|
752
755
|
}
|
@@ -779,10 +782,10 @@
|
|
779
782
|
},
|
780
783
|
"SourceLastUpdatedTimestampFormat": {},
|
781
784
|
"Fields": {
|
782
|
-
"shape": "
|
785
|
+
"shape": "S3r"
|
783
786
|
},
|
784
787
|
"Keys": {
|
785
|
-
"shape": "
|
788
|
+
"shape": "S3u"
|
786
789
|
}
|
787
790
|
}
|
788
791
|
}
|
@@ -974,7 +977,7 @@
|
|
974
977
|
"type": "structure",
|
975
978
|
"members": {
|
976
979
|
"Items": {
|
977
|
-
"shape": "
|
980
|
+
"shape": "S4g"
|
978
981
|
},
|
979
982
|
"NextToken": {}
|
980
983
|
}
|
@@ -1020,7 +1023,7 @@
|
|
1020
1023
|
"type": "timestamp"
|
1021
1024
|
},
|
1022
1025
|
"Tags": {
|
1023
|
-
"shape": "
|
1026
|
+
"shape": "Sr"
|
1024
1027
|
}
|
1025
1028
|
}
|
1026
1029
|
}
|
@@ -1073,10 +1076,10 @@
|
|
1073
1076
|
"type": "timestamp"
|
1074
1077
|
},
|
1075
1078
|
"JobStats": {
|
1076
|
-
"shape": "
|
1079
|
+
"shape": "S3b"
|
1077
1080
|
},
|
1078
1081
|
"ExportingLocation": {
|
1079
|
-
"shape": "
|
1082
|
+
"shape": "S38"
|
1080
1083
|
},
|
1081
1084
|
"Message": {}
|
1082
1085
|
}
|
@@ -1121,7 +1124,7 @@
|
|
1121
1124
|
"type": "structure",
|
1122
1125
|
"members": {
|
1123
1126
|
"Items": {
|
1124
|
-
"shape": "
|
1127
|
+
"shape": "S4g"
|
1125
1128
|
},
|
1126
1129
|
"NextToken": {}
|
1127
1130
|
}
|
@@ -1211,7 +1214,7 @@
|
|
1211
1214
|
"type": "timestamp"
|
1212
1215
|
},
|
1213
1216
|
"Tags": {
|
1214
|
-
"shape": "
|
1217
|
+
"shape": "Sr"
|
1215
1218
|
}
|
1216
1219
|
}
|
1217
1220
|
}
|
@@ -1301,7 +1304,7 @@
|
|
1301
1304
|
"type": "structure",
|
1302
1305
|
"members": {
|
1303
1306
|
"tags": {
|
1304
|
-
"shape": "
|
1307
|
+
"shape": "Sr"
|
1305
1308
|
}
|
1306
1309
|
}
|
1307
1310
|
}
|
@@ -1450,13 +1453,13 @@
|
|
1450
1453
|
"Uri": {},
|
1451
1454
|
"ObjectTypeName": {},
|
1452
1455
|
"Tags": {
|
1453
|
-
"shape": "
|
1456
|
+
"shape": "Sr"
|
1454
1457
|
},
|
1455
1458
|
"FlowDefinition": {
|
1456
|
-
"shape": "
|
1459
|
+
"shape": "S11"
|
1457
1460
|
},
|
1458
1461
|
"ObjectTypeNames": {
|
1459
|
-
"shape": "
|
1462
|
+
"shape": "S3e"
|
1460
1463
|
}
|
1461
1464
|
}
|
1462
1465
|
},
|
@@ -1479,10 +1482,10 @@
|
|
1479
1482
|
"type": "timestamp"
|
1480
1483
|
},
|
1481
1484
|
"Tags": {
|
1482
|
-
"shape": "
|
1485
|
+
"shape": "Sr"
|
1483
1486
|
},
|
1484
1487
|
"ObjectTypeNames": {
|
1485
|
-
"shape": "
|
1488
|
+
"shape": "S3e"
|
1486
1489
|
},
|
1487
1490
|
"WorkflowId": {}
|
1488
1491
|
}
|
@@ -1548,13 +1551,13 @@
|
|
1548
1551
|
},
|
1549
1552
|
"SourceLastUpdatedTimestampFormat": {},
|
1550
1553
|
"Fields": {
|
1551
|
-
"shape": "
|
1554
|
+
"shape": "S3r"
|
1552
1555
|
},
|
1553
1556
|
"Keys": {
|
1554
|
-
"shape": "
|
1557
|
+
"shape": "S3u"
|
1555
1558
|
},
|
1556
1559
|
"Tags": {
|
1557
|
-
"shape": "
|
1560
|
+
"shape": "Sr"
|
1558
1561
|
}
|
1559
1562
|
}
|
1560
1563
|
},
|
@@ -1577,10 +1580,10 @@
|
|
1577
1580
|
},
|
1578
1581
|
"SourceLastUpdatedTimestampFormat": {},
|
1579
1582
|
"Fields": {
|
1580
|
-
"shape": "
|
1583
|
+
"shape": "S3r"
|
1581
1584
|
},
|
1582
1585
|
"Keys": {
|
1583
|
-
"shape": "
|
1586
|
+
"shape": "S3u"
|
1584
1587
|
},
|
1585
1588
|
"CreatedAt": {
|
1586
1589
|
"type": "timestamp"
|
@@ -1589,7 +1592,7 @@
|
|
1589
1592
|
"type": "timestamp"
|
1590
1593
|
},
|
1591
1594
|
"Tags": {
|
1592
|
-
"shape": "
|
1595
|
+
"shape": "Sr"
|
1593
1596
|
}
|
1594
1597
|
}
|
1595
1598
|
}
|
@@ -1651,19 +1654,19 @@
|
|
1651
1654
|
"PersonalEmailAddress": {},
|
1652
1655
|
"BusinessEmailAddress": {},
|
1653
1656
|
"Address": {
|
1654
|
-
"shape": "
|
1657
|
+
"shape": "S2h"
|
1655
1658
|
},
|
1656
1659
|
"ShippingAddress": {
|
1657
|
-
"shape": "
|
1660
|
+
"shape": "S2h"
|
1658
1661
|
},
|
1659
1662
|
"MailingAddress": {
|
1660
|
-
"shape": "
|
1663
|
+
"shape": "S2h"
|
1661
1664
|
},
|
1662
1665
|
"BillingAddress": {
|
1663
|
-
"shape": "
|
1666
|
+
"shape": "S2h"
|
1664
1667
|
},
|
1665
1668
|
"Attributes": {
|
1666
|
-
"shape": "
|
1669
|
+
"shape": "S2i"
|
1667
1670
|
}
|
1668
1671
|
}
|
1669
1672
|
}
|
@@ -1688,7 +1691,7 @@
|
|
1688
1691
|
"locationName": "resourceArn"
|
1689
1692
|
},
|
1690
1693
|
"tags": {
|
1691
|
-
"shape": "
|
1694
|
+
"shape": "Sr"
|
1692
1695
|
}
|
1693
1696
|
}
|
1694
1697
|
},
|
@@ -1750,7 +1753,7 @@
|
|
1750
1753
|
"shape": "Sb"
|
1751
1754
|
},
|
1752
1755
|
"Tags": {
|
1753
|
-
"shape": "
|
1756
|
+
"shape": "Sr"
|
1754
1757
|
}
|
1755
1758
|
}
|
1756
1759
|
},
|
@@ -1769,7 +1772,7 @@
|
|
1769
1772
|
"DefaultEncryptionKey": {},
|
1770
1773
|
"DeadLetterQueueUrl": {},
|
1771
1774
|
"Matching": {
|
1772
|
-
"shape": "
|
1775
|
+
"shape": "Sv"
|
1773
1776
|
},
|
1774
1777
|
"CreatedAt": {
|
1775
1778
|
"type": "timestamp"
|
@@ -1778,7 +1781,7 @@
|
|
1778
1781
|
"type": "timestamp"
|
1779
1782
|
},
|
1780
1783
|
"Tags": {
|
1781
|
-
"shape": "
|
1784
|
+
"shape": "Sr"
|
1782
1785
|
}
|
1783
1786
|
}
|
1784
1787
|
}
|
@@ -1817,16 +1820,16 @@
|
|
1817
1820
|
"PersonalEmailAddress": {},
|
1818
1821
|
"BusinessEmailAddress": {},
|
1819
1822
|
"Address": {
|
1820
|
-
"shape": "
|
1823
|
+
"shape": "S62"
|
1821
1824
|
},
|
1822
1825
|
"ShippingAddress": {
|
1823
|
-
"shape": "
|
1826
|
+
"shape": "S62"
|
1824
1827
|
},
|
1825
1828
|
"MailingAddress": {
|
1826
|
-
"shape": "
|
1829
|
+
"shape": "S62"
|
1827
1830
|
},
|
1828
1831
|
"BillingAddress": {
|
1829
|
-
"shape": "
|
1832
|
+
"shape": "S62"
|
1830
1833
|
},
|
1831
1834
|
"Attributes": {
|
1832
1835
|
"type": "map",
|
@@ -1867,7 +1870,7 @@
|
|
1867
1870
|
"shape": "Sg"
|
1868
1871
|
},
|
1869
1872
|
"ExportingConfig": {
|
1870
|
-
"shape": "
|
1873
|
+
"shape": "Sn"
|
1871
1874
|
}
|
1872
1875
|
}
|
1873
1876
|
},
|
@@ -1896,6 +1899,9 @@
|
|
1896
1899
|
},
|
1897
1900
|
"ConflictResolution": {
|
1898
1901
|
"shape": "Sk"
|
1902
|
+
},
|
1903
|
+
"MinAllowedConfidenceScoreForMerging": {
|
1904
|
+
"type": "double"
|
1899
1905
|
}
|
1900
1906
|
}
|
1901
1907
|
},
|
@@ -1924,7 +1930,7 @@
|
|
1924
1930
|
"SourceName": {}
|
1925
1931
|
}
|
1926
1932
|
},
|
1927
|
-
"
|
1933
|
+
"Sn": {
|
1928
1934
|
"type": "structure",
|
1929
1935
|
"members": {
|
1930
1936
|
"S3Exporting": {
|
@@ -1939,12 +1945,12 @@
|
|
1939
1945
|
}
|
1940
1946
|
}
|
1941
1947
|
},
|
1942
|
-
"
|
1948
|
+
"Sr": {
|
1943
1949
|
"type": "map",
|
1944
1950
|
"key": {},
|
1945
1951
|
"value": {}
|
1946
1952
|
},
|
1947
|
-
"
|
1953
|
+
"Sv": {
|
1948
1954
|
"type": "structure",
|
1949
1955
|
"members": {
|
1950
1956
|
"Enabled": {
|
@@ -1957,11 +1963,11 @@
|
|
1957
1963
|
"shape": "Sg"
|
1958
1964
|
},
|
1959
1965
|
"ExportingConfig": {
|
1960
|
-
"shape": "
|
1966
|
+
"shape": "Sn"
|
1961
1967
|
}
|
1962
1968
|
}
|
1963
1969
|
},
|
1964
|
-
"
|
1970
|
+
"S11": {
|
1965
1971
|
"type": "structure",
|
1966
1972
|
"required": [
|
1967
1973
|
"FlowName",
|
@@ -2120,7 +2126,7 @@
|
|
2120
2126
|
}
|
2121
2127
|
}
|
2122
2128
|
},
|
2123
|
-
"
|
2129
|
+
"S2h": {
|
2124
2130
|
"type": "structure",
|
2125
2131
|
"members": {
|
2126
2132
|
"Address1": {},
|
@@ -2135,12 +2141,12 @@
|
|
2135
2141
|
"PostalCode": {}
|
2136
2142
|
}
|
2137
2143
|
},
|
2138
|
-
"
|
2144
|
+
"S2i": {
|
2139
2145
|
"type": "map",
|
2140
2146
|
"key": {},
|
2141
2147
|
"value": {}
|
2142
2148
|
},
|
2143
|
-
"
|
2149
|
+
"S38": {
|
2144
2150
|
"type": "structure",
|
2145
2151
|
"members": {
|
2146
2152
|
"S3Exporting": {
|
@@ -2152,7 +2158,7 @@
|
|
2152
2158
|
}
|
2153
2159
|
}
|
2154
2160
|
},
|
2155
|
-
"
|
2161
|
+
"S3b": {
|
2156
2162
|
"type": "structure",
|
2157
2163
|
"members": {
|
2158
2164
|
"NumberOfProfilesReviewed": {
|
@@ -2166,12 +2172,12 @@
|
|
2166
2172
|
}
|
2167
2173
|
}
|
2168
2174
|
},
|
2169
|
-
"
|
2175
|
+
"S3e": {
|
2170
2176
|
"type": "map",
|
2171
2177
|
"key": {},
|
2172
2178
|
"value": {}
|
2173
2179
|
},
|
2174
|
-
"
|
2180
|
+
"S3r": {
|
2175
2181
|
"type": "map",
|
2176
2182
|
"key": {},
|
2177
2183
|
"value": {
|
@@ -2183,7 +2189,7 @@
|
|
2183
2189
|
}
|
2184
2190
|
}
|
2185
2191
|
},
|
2186
|
-
"
|
2192
|
+
"S3u": {
|
2187
2193
|
"type": "map",
|
2188
2194
|
"key": {},
|
2189
2195
|
"value": {
|
@@ -2203,7 +2209,7 @@
|
|
2203
2209
|
}
|
2204
2210
|
}
|
2205
2211
|
},
|
2206
|
-
"
|
2212
|
+
"S4g": {
|
2207
2213
|
"type": "list",
|
2208
2214
|
"member": {
|
2209
2215
|
"type": "structure",
|
@@ -2224,16 +2230,16 @@
|
|
2224
2230
|
"type": "timestamp"
|
2225
2231
|
},
|
2226
2232
|
"Tags": {
|
2227
|
-
"shape": "
|
2233
|
+
"shape": "Sr"
|
2228
2234
|
},
|
2229
2235
|
"ObjectTypeNames": {
|
2230
|
-
"shape": "
|
2236
|
+
"shape": "S3e"
|
2231
2237
|
},
|
2232
2238
|
"WorkflowId": {}
|
2233
2239
|
}
|
2234
2240
|
}
|
2235
2241
|
},
|
2236
|
-
"
|
2242
|
+
"S62": {
|
2237
2243
|
"type": "structure",
|
2238
2244
|
"members": {
|
2239
2245
|
"Address1": {},
|
@@ -73,7 +73,8 @@
|
|
73
73
|
"JobFlowId": {},
|
74
74
|
"Steps": {
|
75
75
|
"shape": "S1j"
|
76
|
-
}
|
76
|
+
},
|
77
|
+
"ExecutionRoleArn": {}
|
77
78
|
}
|
78
79
|
},
|
79
80
|
"output": {
|
@@ -687,7 +688,8 @@
|
|
687
688
|
"ActionOnFailure": {},
|
688
689
|
"Status": {
|
689
690
|
"shape": "S49"
|
690
|
-
}
|
691
|
+
},
|
692
|
+
"ExecutionRoleArn": {}
|
691
693
|
}
|
692
694
|
}
|
693
695
|
}
|