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.
Files changed (38) 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/athena-2017-05-18.min.json +110 -59
  8. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
  9. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
  12. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
  13. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
  14. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
  15. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
  16. package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
  17. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
  18. package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
  19. package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
  20. package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
  21. package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
  22. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  23. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
  24. package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +21 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
  31. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/node_modules/esbuild/install.js +4 -4
  34. package/node_modules/esbuild/lib/main.js +12 -12
  35. package/node_modules/esbuild/package.json +21 -21
  36. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  37. package/node_modules/esbuild-linux-64/package.json +1 -1
  38. package/package.json +4 -4
@@ -47,6 +47,44 @@
47
47
  }
48
48
  }
49
49
  },
50
+ "BatchGetPreparedStatement": {
51
+ "input": {
52
+ "type": "structure",
53
+ "required": [
54
+ "PreparedStatementNames",
55
+ "WorkGroup"
56
+ ],
57
+ "members": {
58
+ "PreparedStatementNames": {
59
+ "type": "list",
60
+ "member": {}
61
+ },
62
+ "WorkGroup": {}
63
+ }
64
+ },
65
+ "output": {
66
+ "type": "structure",
67
+ "members": {
68
+ "PreparedStatements": {
69
+ "type": "list",
70
+ "member": {
71
+ "shape": "Sl"
72
+ }
73
+ },
74
+ "UnprocessedPreparedStatementNames": {
75
+ "type": "list",
76
+ "member": {
77
+ "type": "structure",
78
+ "members": {
79
+ "StatementName": {},
80
+ "ErrorCode": {},
81
+ "ErrorMessage": {}
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ },
50
88
  "BatchGetQueryExecution": {
51
89
  "input": {
52
90
  "type": "structure",
@@ -55,7 +93,7 @@
55
93
  ],
56
94
  "members": {
57
95
  "QueryExecutionIds": {
58
- "shape": "Sh"
96
+ "shape": "Sq"
59
97
  }
60
98
  }
61
99
  },
@@ -65,7 +103,7 @@
65
103
  "QueryExecutions": {
66
104
  "type": "list",
67
105
  "member": {
68
- "shape": "Sl"
106
+ "shape": "Su"
69
107
  }
70
108
  },
71
109
  "UnprocessedQueryExecutionIds": {
@@ -94,10 +132,10 @@
94
132
  "Type": {},
95
133
  "Description": {},
96
134
  "Parameters": {
97
- "shape": "S19"
135
+ "shape": "S1j"
98
136
  },
99
137
  "Tags": {
100
- "shape": "S1c"
138
+ "shape": "S1m"
101
139
  }
102
140
  }
103
141
  },
@@ -162,11 +200,11 @@
162
200
  "members": {
163
201
  "Name": {},
164
202
  "Configuration": {
165
- "shape": "S1o"
203
+ "shape": "S1x"
166
204
  },
167
205
  "Description": {},
168
206
  "Tags": {
169
- "shape": "S1c"
207
+ "shape": "S1m"
170
208
  }
171
209
  }
172
210
  },
@@ -268,7 +306,7 @@
268
306
  "Description": {},
269
307
  "Type": {},
270
308
  "Parameters": {
271
- "shape": "S19"
309
+ "shape": "S1j"
272
310
  }
273
311
  }
274
312
  }
@@ -291,7 +329,7 @@
291
329
  "type": "structure",
292
330
  "members": {
293
331
  "Database": {
294
- "shape": "S26"
332
+ "shape": "S2f"
295
333
  }
296
334
  }
297
335
  }
@@ -331,16 +369,7 @@
331
369
  "type": "structure",
332
370
  "members": {
333
371
  "PreparedStatement": {
334
- "type": "structure",
335
- "members": {
336
- "StatementName": {},
337
- "QueryStatement": {},
338
- "WorkGroupName": {},
339
- "Description": {},
340
- "LastModifiedTime": {
341
- "type": "timestamp"
342
- }
343
- }
372
+ "shape": "Sl"
344
373
  }
345
374
  }
346
375
  }
@@ -359,7 +388,7 @@
359
388
  "type": "structure",
360
389
  "members": {
361
390
  "QueryExecution": {
362
- "shape": "Sl"
391
+ "shape": "Su"
363
392
  }
364
393
  }
365
394
  }
@@ -461,7 +490,7 @@
461
490
  "type": "structure",
462
491
  "members": {
463
492
  "TableMetadata": {
464
- "shape": "S2v"
493
+ "shape": "S33"
465
494
  }
466
495
  }
467
496
  }
@@ -488,7 +517,7 @@
488
517
  "Name": {},
489
518
  "State": {},
490
519
  "Configuration": {
491
- "shape": "S1o"
520
+ "shape": "S1x"
492
521
  },
493
522
  "Description": {},
494
523
  "CreationTime": {
@@ -546,7 +575,7 @@
546
575
  "DatabaseList": {
547
576
  "type": "list",
548
577
  "member": {
549
- "shape": "S26"
578
+ "shape": "S2f"
550
579
  }
551
580
  },
552
581
  "NextToken": {}
@@ -569,7 +598,7 @@
569
598
  "EngineVersions": {
570
599
  "type": "list",
571
600
  "member": {
572
- "shape": "S14"
601
+ "shape": "S1c"
573
602
  }
574
603
  },
575
604
  "NextToken": {}
@@ -645,7 +674,7 @@
645
674
  "type": "structure",
646
675
  "members": {
647
676
  "QueryExecutionIds": {
648
- "shape": "Sh"
677
+ "shape": "Sq"
649
678
  },
650
679
  "NextToken": {}
651
680
  }
@@ -674,7 +703,7 @@
674
703
  "TableMetadataList": {
675
704
  "type": "list",
676
705
  "member": {
677
- "shape": "S2v"
706
+ "shape": "S33"
678
707
  }
679
708
  },
680
709
  "NextToken": {}
@@ -699,7 +728,7 @@
699
728
  "type": "structure",
700
729
  "members": {
701
730
  "Tags": {
702
- "shape": "S1c"
731
+ "shape": "S1m"
703
732
  },
704
733
  "NextToken": {}
705
734
  }
@@ -730,7 +759,7 @@
730
759
  "type": "timestamp"
731
760
  },
732
761
  "EngineVersion": {
733
- "shape": "S14"
762
+ "shape": "S1c"
734
763
  }
735
764
  }
736
765
  }
@@ -751,12 +780,15 @@
751
780
  "idempotencyToken": true
752
781
  },
753
782
  "QueryExecutionContext": {
754
- "shape": "St"
783
+ "shape": "S12"
755
784
  },
756
785
  "ResultConfiguration": {
757
- "shape": "Sn"
786
+ "shape": "Sw"
758
787
  },
759
- "WorkGroup": {}
788
+ "WorkGroup": {},
789
+ "ExecutionParameters": {
790
+ "shape": "S1d"
791
+ }
760
792
  }
761
793
  },
762
794
  "output": {
@@ -795,7 +827,7 @@
795
827
  "members": {
796
828
  "ResourceARN": {},
797
829
  "Tags": {
798
- "shape": "S1c"
830
+ "shape": "S1m"
799
831
  }
800
832
  }
801
833
  },
@@ -836,7 +868,7 @@
836
868
  "Type": {},
837
869
  "Description": {},
838
870
  "Parameters": {
839
- "shape": "S19"
871
+ "shape": "S1j"
840
872
  }
841
873
  }
842
874
  },
@@ -909,7 +941,7 @@
909
941
  "type": "boolean"
910
942
  },
911
943
  "EncryptionConfiguration": {
912
- "shape": "Sp"
944
+ "shape": "Sy"
913
945
  },
914
946
  "RemoveEncryptionConfiguration": {
915
947
  "type": "boolean"
@@ -919,7 +951,7 @@
919
951
  "type": "boolean"
920
952
  },
921
953
  "AclConfiguration": {
922
- "shape": "Sr"
954
+ "shape": "S10"
923
955
  },
924
956
  "RemoveAclConfiguration": {
925
957
  "type": "boolean"
@@ -939,7 +971,7 @@
939
971
  "type": "boolean"
940
972
  },
941
973
  "EngineVersion": {
942
- "shape": "S14"
974
+ "shape": "S1c"
943
975
  }
944
976
  }
945
977
  },
@@ -973,21 +1005,33 @@
973
1005
  "WorkGroup": {}
974
1006
  }
975
1007
  },
976
- "Sh": {
1008
+ "Sl": {
1009
+ "type": "structure",
1010
+ "members": {
1011
+ "StatementName": {},
1012
+ "QueryStatement": {},
1013
+ "WorkGroupName": {},
1014
+ "Description": {},
1015
+ "LastModifiedTime": {
1016
+ "type": "timestamp"
1017
+ }
1018
+ }
1019
+ },
1020
+ "Sq": {
977
1021
  "type": "list",
978
1022
  "member": {}
979
1023
  },
980
- "Sl": {
1024
+ "Su": {
981
1025
  "type": "structure",
982
1026
  "members": {
983
1027
  "QueryExecutionId": {},
984
1028
  "Query": {},
985
1029
  "StatementType": {},
986
1030
  "ResultConfiguration": {
987
- "shape": "Sn"
1031
+ "shape": "Sw"
988
1032
  },
989
1033
  "QueryExecutionContext": {
990
- "shape": "St"
1034
+ "shape": "S12"
991
1035
  },
992
1036
  "Status": {
993
1037
  "type": "structure",
@@ -1043,24 +1087,27 @@
1043
1087
  },
1044
1088
  "WorkGroup": {},
1045
1089
  "EngineVersion": {
1046
- "shape": "S14"
1090
+ "shape": "S1c"
1091
+ },
1092
+ "ExecutionParameters": {
1093
+ "shape": "S1d"
1047
1094
  }
1048
1095
  }
1049
1096
  },
1050
- "Sn": {
1097
+ "Sw": {
1051
1098
  "type": "structure",
1052
1099
  "members": {
1053
1100
  "OutputLocation": {},
1054
1101
  "EncryptionConfiguration": {
1055
- "shape": "Sp"
1102
+ "shape": "Sy"
1056
1103
  },
1057
1104
  "ExpectedBucketOwner": {},
1058
1105
  "AclConfiguration": {
1059
- "shape": "Sr"
1106
+ "shape": "S10"
1060
1107
  }
1061
1108
  }
1062
1109
  },
1063
- "Sp": {
1110
+ "Sy": {
1064
1111
  "type": "structure",
1065
1112
  "required": [
1066
1113
  "EncryptionOption"
@@ -1070,7 +1117,7 @@
1070
1117
  "KmsKey": {}
1071
1118
  }
1072
1119
  },
1073
- "Sr": {
1120
+ "S10": {
1074
1121
  "type": "structure",
1075
1122
  "required": [
1076
1123
  "S3AclOption"
@@ -1079,26 +1126,30 @@
1079
1126
  "S3AclOption": {}
1080
1127
  }
1081
1128
  },
1082
- "St": {
1129
+ "S12": {
1083
1130
  "type": "structure",
1084
1131
  "members": {
1085
1132
  "Database": {},
1086
1133
  "Catalog": {}
1087
1134
  }
1088
1135
  },
1089
- "S14": {
1136
+ "S1c": {
1090
1137
  "type": "structure",
1091
1138
  "members": {
1092
1139
  "SelectedEngineVersion": {},
1093
1140
  "EffectiveEngineVersion": {}
1094
1141
  }
1095
1142
  },
1096
- "S19": {
1143
+ "S1d": {
1144
+ "type": "list",
1145
+ "member": {}
1146
+ },
1147
+ "S1j": {
1097
1148
  "type": "map",
1098
1149
  "key": {},
1099
1150
  "value": {}
1100
1151
  },
1101
- "S1c": {
1152
+ "S1m": {
1102
1153
  "type": "list",
1103
1154
  "member": {
1104
1155
  "type": "structure",
@@ -1108,11 +1159,11 @@
1108
1159
  }
1109
1160
  }
1110
1161
  },
1111
- "S1o": {
1162
+ "S1x": {
1112
1163
  "type": "structure",
1113
1164
  "members": {
1114
1165
  "ResultConfiguration": {
1115
- "shape": "Sn"
1166
+ "shape": "Sw"
1116
1167
  },
1117
1168
  "EnforceWorkGroupConfiguration": {
1118
1169
  "type": "boolean"
@@ -1127,11 +1178,11 @@
1127
1178
  "type": "boolean"
1128
1179
  },
1129
1180
  "EngineVersion": {
1130
- "shape": "S14"
1181
+ "shape": "S1c"
1131
1182
  }
1132
1183
  }
1133
1184
  },
1134
- "S26": {
1185
+ "S2f": {
1135
1186
  "type": "structure",
1136
1187
  "required": [
1137
1188
  "Name"
@@ -1140,11 +1191,11 @@
1140
1191
  "Name": {},
1141
1192
  "Description": {},
1142
1193
  "Parameters": {
1143
- "shape": "S19"
1194
+ "shape": "S1j"
1144
1195
  }
1145
1196
  }
1146
1197
  },
1147
- "S2v": {
1198
+ "S33": {
1148
1199
  "type": "structure",
1149
1200
  "required": [
1150
1201
  "Name"
@@ -1159,17 +1210,17 @@
1159
1210
  },
1160
1211
  "TableType": {},
1161
1212
  "Columns": {
1162
- "shape": "S2y"
1213
+ "shape": "S36"
1163
1214
  },
1164
1215
  "PartitionKeys": {
1165
- "shape": "S2y"
1216
+ "shape": "S36"
1166
1217
  },
1167
1218
  "Parameters": {
1168
- "shape": "S19"
1219
+ "shape": "S1j"
1169
1220
  }
1170
1221
  }
1171
1222
  },
1172
- "S2y": {
1223
+ "S36": {
1173
1224
  "type": "list",
1174
1225
  "member": {
1175
1226
  "type": "structure",