cdk-comprehend-s3olap 2.0.23 → 2.0.26

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 (41) 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 +16 -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/dms-2016-01-01.min.json +20 -4
  10. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
  13. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
  14. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
  15. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
  16. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
  17. package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
  18. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
  19. package/node_modules/aws-sdk/clients/dms.d.ts +26 -2
  20. package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
  21. package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
  22. package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
  23. package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
  24. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/rds.d.ts +79 -79
  26. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
  27. package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -11
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
  34. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/esbuild/install.js +4 -4
  37. package/node_modules/esbuild/lib/main.js +12 -12
  38. package/node_modules/esbuild/package.json +21 -21
  39. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  40. package/node_modules/esbuild-linux-64/package.json +1 -1
  41. package/package.json +6 -6
@@ -94,6 +94,33 @@
94
94
  },
95
95
  "idempotent": true
96
96
  },
97
+ "CreateAvailabilityConfiguration": {
98
+ "input": {
99
+ "type": "structure",
100
+ "required": [
101
+ "OrganizationId",
102
+ "DomainName"
103
+ ],
104
+ "members": {
105
+ "ClientToken": {
106
+ "idempotencyToken": true
107
+ },
108
+ "OrganizationId": {},
109
+ "DomainName": {},
110
+ "EwsProvider": {
111
+ "shape": "Sh"
112
+ },
113
+ "LambdaProvider": {
114
+ "shape": "Sl"
115
+ }
116
+ }
117
+ },
118
+ "output": {
119
+ "type": "structure",
120
+ "members": {}
121
+ },
122
+ "idempotent": true
123
+ },
97
124
  "CreateGroup": {
98
125
  "input": {
99
126
  "type": "structure",
@@ -131,28 +158,28 @@
131
158
  "Description": {},
132
159
  "Effect": {},
133
160
  "DeviceTypes": {
134
- "shape": "Sm"
161
+ "shape": "Sv"
135
162
  },
136
163
  "NotDeviceTypes": {
137
- "shape": "Sm"
164
+ "shape": "Sv"
138
165
  },
139
166
  "DeviceModels": {
140
- "shape": "So"
167
+ "shape": "Sx"
141
168
  },
142
169
  "NotDeviceModels": {
143
- "shape": "So"
170
+ "shape": "Sx"
144
171
  },
145
172
  "DeviceOperatingSystems": {
146
- "shape": "Sq"
173
+ "shape": "Sz"
147
174
  },
148
175
  "NotDeviceOperatingSystems": {
149
- "shape": "Sq"
176
+ "shape": "Sz"
150
177
  },
151
178
  "DeviceUserAgents": {
152
- "shape": "Ss"
179
+ "shape": "S11"
153
180
  },
154
181
  "NotDeviceUserAgents": {
155
- "shape": "Ss"
182
+ "shape": "S11"
156
183
  }
157
184
  }
158
185
  },
@@ -235,7 +262,7 @@
235
262
  "Name": {},
236
263
  "DisplayName": {},
237
264
  "Password": {
238
- "shape": "S1d"
265
+ "shape": "Sk"
239
266
  }
240
267
  }
241
268
  },
@@ -284,6 +311,24 @@
284
311
  },
285
312
  "idempotent": true
286
313
  },
314
+ "DeleteAvailabilityConfiguration": {
315
+ "input": {
316
+ "type": "structure",
317
+ "required": [
318
+ "OrganizationId",
319
+ "DomainName"
320
+ ],
321
+ "members": {
322
+ "OrganizationId": {},
323
+ "DomainName": {}
324
+ }
325
+ },
326
+ "output": {
327
+ "type": "structure",
328
+ "members": {}
329
+ },
330
+ "idempotent": true
331
+ },
287
332
  "DeleteEmailMonitoringConfiguration": {
288
333
  "input": {
289
334
  "type": "structure",
@@ -643,7 +688,7 @@
643
688
  "Name": {},
644
689
  "Type": {},
645
690
  "BookingOptions": {
646
- "shape": "S2x"
691
+ "shape": "S36"
647
692
  },
648
693
  "State": {},
649
694
  "EnabledDate": {
@@ -771,7 +816,7 @@
771
816
  "Name": {},
772
817
  "Description": {},
773
818
  "FolderConfigurations": {
774
- "shape": "S3d"
819
+ "shape": "S3m"
775
820
  }
776
821
  }
777
822
  },
@@ -923,22 +968,22 @@
923
968
  "Effect": {},
924
969
  "Description": {},
925
970
  "IpRanges": {
926
- "shape": "S42"
971
+ "shape": "S4b"
927
972
  },
928
973
  "NotIpRanges": {
929
- "shape": "S42"
974
+ "shape": "S4b"
930
975
  },
931
976
  "Actions": {
932
- "shape": "S44"
977
+ "shape": "S4d"
933
978
  },
934
979
  "NotActions": {
935
- "shape": "S44"
980
+ "shape": "S4d"
936
981
  },
937
982
  "UserIds": {
938
- "shape": "S45"
983
+ "shape": "S4e"
939
984
  },
940
985
  "NotUserIds": {
941
- "shape": "S45"
986
+ "shape": "S4e"
942
987
  },
943
988
  "DateCreated": {
944
989
  "type": "timestamp"
@@ -980,6 +1025,53 @@
980
1025
  },
981
1026
  "idempotent": true
982
1027
  },
1028
+ "ListAvailabilityConfigurations": {
1029
+ "input": {
1030
+ "type": "structure",
1031
+ "required": [
1032
+ "OrganizationId"
1033
+ ],
1034
+ "members": {
1035
+ "OrganizationId": {},
1036
+ "MaxResults": {
1037
+ "type": "integer"
1038
+ },
1039
+ "NextToken": {}
1040
+ }
1041
+ },
1042
+ "output": {
1043
+ "type": "structure",
1044
+ "members": {
1045
+ "AvailabilityConfigurations": {
1046
+ "type": "list",
1047
+ "member": {
1048
+ "type": "structure",
1049
+ "members": {
1050
+ "DomainName": {},
1051
+ "ProviderType": {},
1052
+ "EwsProvider": {
1053
+ "type": "structure",
1054
+ "members": {
1055
+ "EwsEndpoint": {},
1056
+ "EwsUsername": {}
1057
+ }
1058
+ },
1059
+ "LambdaProvider": {
1060
+ "shape": "Sl"
1061
+ },
1062
+ "DateCreated": {
1063
+ "type": "timestamp"
1064
+ },
1065
+ "DateModified": {
1066
+ "type": "timestamp"
1067
+ }
1068
+ }
1069
+ }
1070
+ },
1071
+ "NextToken": {}
1072
+ }
1073
+ }
1074
+ },
983
1075
  "ListGroupMembers": {
984
1076
  "input": {
985
1077
  "type": "structure",
@@ -1173,7 +1265,7 @@
1173
1265
  "GranteeId": {},
1174
1266
  "GranteeType": {},
1175
1267
  "PermissionValues": {
1176
- "shape": "S4w"
1268
+ "shape": "S5b"
1177
1269
  }
1178
1270
  }
1179
1271
  }
@@ -1247,28 +1339,28 @@
1247
1339
  "Description": {},
1248
1340
  "Effect": {},
1249
1341
  "DeviceTypes": {
1250
- "shape": "Sm"
1342
+ "shape": "Sv"
1251
1343
  },
1252
1344
  "NotDeviceTypes": {
1253
- "shape": "Sm"
1345
+ "shape": "Sv"
1254
1346
  },
1255
1347
  "DeviceModels": {
1256
- "shape": "So"
1348
+ "shape": "Sx"
1257
1349
  },
1258
1350
  "NotDeviceModels": {
1259
- "shape": "So"
1351
+ "shape": "Sx"
1260
1352
  },
1261
1353
  "DeviceOperatingSystems": {
1262
- "shape": "Sq"
1354
+ "shape": "Sz"
1263
1355
  },
1264
1356
  "NotDeviceOperatingSystems": {
1265
- "shape": "Sq"
1357
+ "shape": "Sz"
1266
1358
  },
1267
1359
  "DeviceUserAgents": {
1268
- "shape": "Ss"
1360
+ "shape": "S11"
1269
1361
  },
1270
1362
  "NotDeviceUserAgents": {
1271
- "shape": "Ss"
1363
+ "shape": "S11"
1272
1364
  },
1273
1365
  "DateCreated": {
1274
1366
  "type": "timestamp"
@@ -1406,7 +1498,7 @@
1406
1498
  "type": "structure",
1407
1499
  "members": {
1408
1500
  "Tags": {
1409
- "shape": "S5k"
1501
+ "shape": "S5z"
1410
1502
  }
1411
1503
  }
1412
1504
  }
@@ -1467,22 +1559,22 @@
1467
1559
  "Effect": {},
1468
1560
  "Description": {},
1469
1561
  "IpRanges": {
1470
- "shape": "S42"
1562
+ "shape": "S4b"
1471
1563
  },
1472
1564
  "NotIpRanges": {
1473
- "shape": "S42"
1565
+ "shape": "S4b"
1474
1566
  },
1475
1567
  "Actions": {
1476
- "shape": "S44"
1568
+ "shape": "S4d"
1477
1569
  },
1478
1570
  "NotActions": {
1479
- "shape": "S44"
1571
+ "shape": "S4d"
1480
1572
  },
1481
1573
  "UserIds": {
1482
- "shape": "S45"
1574
+ "shape": "S4e"
1483
1575
  },
1484
1576
  "NotUserIds": {
1485
- "shape": "S45"
1577
+ "shape": "S4e"
1486
1578
  },
1487
1579
  "OrganizationId": {}
1488
1580
  }
@@ -1546,7 +1638,7 @@
1546
1638
  "EntityId": {},
1547
1639
  "GranteeId": {},
1548
1640
  "PermissionValues": {
1549
- "shape": "S4w"
1641
+ "shape": "S5b"
1550
1642
  }
1551
1643
  }
1552
1644
  },
@@ -1595,7 +1687,7 @@
1595
1687
  "sensitive": true
1596
1688
  },
1597
1689
  "FolderConfigurations": {
1598
- "shape": "S3d"
1690
+ "shape": "S3m"
1599
1691
  }
1600
1692
  }
1601
1693
  },
@@ -1658,7 +1750,7 @@
1658
1750
  "OrganizationId": {},
1659
1751
  "UserId": {},
1660
1752
  "Password": {
1661
- "shape": "S1d"
1753
+ "shape": "Sk"
1662
1754
  }
1663
1755
  }
1664
1756
  },
@@ -1711,7 +1803,7 @@
1711
1803
  "members": {
1712
1804
  "ResourceARN": {},
1713
1805
  "Tags": {
1714
- "shape": "S5k"
1806
+ "shape": "S5z"
1715
1807
  }
1716
1808
  }
1717
1809
  },
@@ -1720,6 +1812,33 @@
1720
1812
  "members": {}
1721
1813
  }
1722
1814
  },
1815
+ "TestAvailabilityConfiguration": {
1816
+ "input": {
1817
+ "type": "structure",
1818
+ "required": [
1819
+ "OrganizationId"
1820
+ ],
1821
+ "members": {
1822
+ "OrganizationId": {},
1823
+ "DomainName": {},
1824
+ "EwsProvider": {
1825
+ "shape": "Sh"
1826
+ },
1827
+ "LambdaProvider": {
1828
+ "shape": "Sl"
1829
+ }
1830
+ }
1831
+ },
1832
+ "output": {
1833
+ "type": "structure",
1834
+ "members": {
1835
+ "TestPassed": {
1836
+ "type": "boolean"
1837
+ },
1838
+ "FailureReason": {}
1839
+ }
1840
+ }
1841
+ },
1723
1842
  "UntagResource": {
1724
1843
  "input": {
1725
1844
  "type": "structure",
@@ -1740,6 +1859,30 @@
1740
1859
  "members": {}
1741
1860
  }
1742
1861
  },
1862
+ "UpdateAvailabilityConfiguration": {
1863
+ "input": {
1864
+ "type": "structure",
1865
+ "required": [
1866
+ "OrganizationId",
1867
+ "DomainName"
1868
+ ],
1869
+ "members": {
1870
+ "OrganizationId": {},
1871
+ "DomainName": {},
1872
+ "EwsProvider": {
1873
+ "shape": "Sh"
1874
+ },
1875
+ "LambdaProvider": {
1876
+ "shape": "Sl"
1877
+ }
1878
+ }
1879
+ },
1880
+ "output": {
1881
+ "type": "structure",
1882
+ "members": {}
1883
+ },
1884
+ "idempotent": true
1885
+ },
1743
1886
  "UpdateDefaultMailDomain": {
1744
1887
  "input": {
1745
1888
  "type": "structure",
@@ -1796,28 +1939,28 @@
1796
1939
  "Description": {},
1797
1940
  "Effect": {},
1798
1941
  "DeviceTypes": {
1799
- "shape": "Sm"
1942
+ "shape": "Sv"
1800
1943
  },
1801
1944
  "NotDeviceTypes": {
1802
- "shape": "Sm"
1945
+ "shape": "Sv"
1803
1946
  },
1804
1947
  "DeviceModels": {
1805
- "shape": "So"
1948
+ "shape": "Sx"
1806
1949
  },
1807
1950
  "NotDeviceModels": {
1808
- "shape": "So"
1951
+ "shape": "Sx"
1809
1952
  },
1810
1953
  "DeviceOperatingSystems": {
1811
- "shape": "Sq"
1954
+ "shape": "Sz"
1812
1955
  },
1813
1956
  "NotDeviceOperatingSystems": {
1814
- "shape": "Sq"
1957
+ "shape": "Sz"
1815
1958
  },
1816
1959
  "DeviceUserAgents": {
1817
- "shape": "Ss"
1960
+ "shape": "S11"
1818
1961
  },
1819
1962
  "NotDeviceUserAgents": {
1820
- "shape": "Ss"
1963
+ "shape": "S11"
1821
1964
  }
1822
1965
  }
1823
1966
  },
@@ -1858,7 +2001,7 @@
1858
2001
  "ResourceId": {},
1859
2002
  "Name": {},
1860
2003
  "BookingOptions": {
1861
- "shape": "S2x"
2004
+ "shape": "S36"
1862
2005
  }
1863
2006
  }
1864
2007
  },
@@ -1870,27 +2013,51 @@
1870
2013
  }
1871
2014
  },
1872
2015
  "shapes": {
1873
- "Sm": {
2016
+ "Sh": {
2017
+ "type": "structure",
2018
+ "required": [
2019
+ "EwsEndpoint",
2020
+ "EwsUsername",
2021
+ "EwsPassword"
2022
+ ],
2023
+ "members": {
2024
+ "EwsEndpoint": {},
2025
+ "EwsUsername": {},
2026
+ "EwsPassword": {
2027
+ "shape": "Sk"
2028
+ }
2029
+ }
2030
+ },
2031
+ "Sk": {
2032
+ "type": "string",
2033
+ "sensitive": true
2034
+ },
2035
+ "Sl": {
2036
+ "type": "structure",
2037
+ "required": [
2038
+ "LambdaArn"
2039
+ ],
2040
+ "members": {
2041
+ "LambdaArn": {}
2042
+ }
2043
+ },
2044
+ "Sv": {
1874
2045
  "type": "list",
1875
2046
  "member": {}
1876
2047
  },
1877
- "So": {
2048
+ "Sx": {
1878
2049
  "type": "list",
1879
2050
  "member": {}
1880
2051
  },
1881
- "Sq": {
2052
+ "Sz": {
1882
2053
  "type": "list",
1883
2054
  "member": {}
1884
2055
  },
1885
- "Ss": {
2056
+ "S11": {
1886
2057
  "type": "list",
1887
2058
  "member": {}
1888
2059
  },
1889
- "S1d": {
1890
- "type": "string",
1891
- "sensitive": true
1892
- },
1893
- "S2x": {
2060
+ "S36": {
1894
2061
  "type": "structure",
1895
2062
  "members": {
1896
2063
  "AutoAcceptRequests": {
@@ -1904,7 +2071,7 @@
1904
2071
  }
1905
2072
  }
1906
2073
  },
1907
- "S3d": {
2074
+ "S3m": {
1908
2075
  "type": "list",
1909
2076
  "member": {
1910
2077
  "type": "structure",
@@ -1921,23 +2088,23 @@
1921
2088
  }
1922
2089
  }
1923
2090
  },
1924
- "S42": {
2091
+ "S4b": {
1925
2092
  "type": "list",
1926
2093
  "member": {}
1927
2094
  },
1928
- "S44": {
2095
+ "S4d": {
1929
2096
  "type": "list",
1930
2097
  "member": {}
1931
2098
  },
1932
- "S45": {
2099
+ "S4e": {
1933
2100
  "type": "list",
1934
2101
  "member": {}
1935
2102
  },
1936
- "S4w": {
2103
+ "S5b": {
1937
2104
  "type": "list",
1938
2105
  "member": {}
1939
2106
  },
1940
- "S5k": {
2107
+ "S5z": {
1941
2108
  "type": "list",
1942
2109
  "member": {
1943
2110
  "type": "structure",
@@ -5,6 +5,12 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListAvailabilityConfigurations": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "result_key": "AvailabilityConfigurations"
13
+ },
8
14
  "ListGroupMembers": {
9
15
  "input_token": "NextToken",
10
16
  "output_token": "NextToken",
@@ -19,6 +19,14 @@ declare class Athena extends Service {
19
19
  * Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.
20
20
  */
21
21
  batchGetNamedQuery(callback?: (err: AWSError, data: Athena.Types.BatchGetNamedQueryOutput) => void): Request<Athena.Types.BatchGetNamedQueryOutput, AWSError>;
22
+ /**
23
+ * Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.
24
+ */
25
+ batchGetPreparedStatement(params: Athena.Types.BatchGetPreparedStatementInput, callback?: (err: AWSError, data: Athena.Types.BatchGetPreparedStatementOutput) => void): Request<Athena.Types.BatchGetPreparedStatementOutput, AWSError>;
26
+ /**
27
+ * Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.
28
+ */
29
+ batchGetPreparedStatement(callback?: (err: AWSError, data: Athena.Types.BatchGetPreparedStatementOutput) => void): Request<Athena.Types.BatchGetPreparedStatementOutput, AWSError>;
22
30
  /**
23
31
  * Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
24
32
  */
@@ -188,11 +196,11 @@ declare class Athena extends Service {
188
196
  */
189
197
  listNamedQueries(callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
190
198
  /**
191
- * Lists the prepared statements in the specfied workgroup.
199
+ * Lists the prepared statements in the specified workgroup.
192
200
  */
193
201
  listPreparedStatements(params: Athena.Types.ListPreparedStatementsInput, callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
194
202
  /**
195
- * Lists the prepared statements in the specfied workgroup.
203
+ * Lists the prepared statements in the specified workgroup.
196
204
  */
197
205
  listPreparedStatements(callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
198
206
  /**
@@ -334,6 +342,26 @@ declare namespace Athena {
334
342
  */
335
343
  UnprocessedNamedQueryIds?: UnprocessedNamedQueryIdList;
336
344
  }
345
+ export interface BatchGetPreparedStatementInput {
346
+ /**
347
+ * A list of prepared statement names to return.
348
+ */
349
+ PreparedStatementNames: PreparedStatementNameList;
350
+ /**
351
+ * The name of the workgroup to which the prepared statements belong.
352
+ */
353
+ WorkGroup: WorkGroupName;
354
+ }
355
+ export interface BatchGetPreparedStatementOutput {
356
+ /**
357
+ * The list of prepared statements returned.
358
+ */
359
+ PreparedStatements?: PreparedStatementDetailsList;
360
+ /**
361
+ * A list of one or more prepared statements that were requested but could not be returned.
362
+ */
363
+ UnprocessedPreparedStatementNames?: UnprocessedPreparedStatementNameList;
364
+ }
337
365
  export interface BatchGetQueryExecutionInput {
338
366
  /**
339
367
  * An array of query execution IDs.
@@ -630,6 +658,8 @@ declare namespace Athena {
630
658
  export type ErrorCode = string;
631
659
  export type ErrorMessage = string;
632
660
  export type ErrorType = number;
661
+ export type ExecutionParameter = string;
662
+ export type ExecutionParameters = ExecutionParameter[];
633
663
  export type ExpressionString = string;
634
664
  export interface GetDataCatalogInput {
635
665
  /**
@@ -1040,6 +1070,8 @@ declare namespace Athena {
1040
1070
  */
1041
1071
  LastModifiedTime?: _Date;
1042
1072
  }
1073
+ export type PreparedStatementDetailsList = PreparedStatement[];
1074
+ export type PreparedStatementNameList = StatementName[];
1043
1075
  export interface PreparedStatementSummary {
1044
1076
  /**
1045
1077
  * The name of the prepared statement.
@@ -1088,6 +1120,10 @@ declare namespace Athena {
1088
1120
  * The engine version that executed the query.
1089
1121
  */
1090
1122
  EngineVersion?: EngineVersion;
1123
+ /**
1124
+ * A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
1125
+ */
1126
+ ExecutionParameters?: ExecutionParameters;
1091
1127
  }
1092
1128
  export interface QueryExecutionContext {
1093
1129
  /**
@@ -1253,6 +1289,10 @@ declare namespace Athena {
1253
1289
  * The name of the workgroup in which the query is being started.
1254
1290
  */
1255
1291
  WorkGroup?: WorkGroupName;
1292
+ /**
1293
+ * A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
1294
+ */
1295
+ ExecutionParameters?: ExecutionParameters;
1256
1296
  }
1257
1297
  export interface StartQueryExecutionOutput {
1258
1298
  /**
@@ -1347,6 +1387,21 @@ declare namespace Athena {
1347
1387
  ErrorMessage?: ErrorMessage;
1348
1388
  }
1349
1389
  export type UnprocessedNamedQueryIdList = UnprocessedNamedQueryId[];
1390
+ export interface UnprocessedPreparedStatementName {
1391
+ /**
1392
+ * The name of a prepared statement that could not be returned due to an error.
1393
+ */
1394
+ StatementName?: StatementName;
1395
+ /**
1396
+ * The error code returned when the request for the prepared statement failed.
1397
+ */
1398
+ ErrorCode?: ErrorCode;
1399
+ /**
1400
+ * The error message containing the reason why the prepared statement could not be returned. The following error messages are possible: INVALID_INPUT - The name of the prepared statement that was provided is not valid (for example, the name is too long). STATEMENT_NOT_FOUND - A prepared statement with the name provided could not be found. UNAUTHORIZED - The requester does not have permission to access the workgroup that contains the prepared statement.
1401
+ */
1402
+ ErrorMessage?: ErrorMessage;
1403
+ }
1404
+ export type UnprocessedPreparedStatementNameList = UnprocessedPreparedStatementName[];
1350
1405
  export interface UnprocessedQueryExecutionId {
1351
1406
  /**
1352
1407
  * The unique identifier of the query execution.