cdk-lambda-subminute 2.0.485 → 2.0.487

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 (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +10 -1
  5. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +7 -1
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +1272 -482
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +18 -0
  8. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +28 -4
  9. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +61 -5
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +349 -340
  11. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +32 -9
  12. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +8 -1
  13. package/node_modules/aws-sdk/clients/backup.d.ts +280 -268
  14. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +41 -10
  17. package/node_modules/aws-sdk/clients/datazone.d.ts +806 -1
  18. package/node_modules/aws-sdk/clients/personalize.d.ts +66 -5
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -1
  20. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +62 -20
  21. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +15 -1
  22. package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -12
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/region_config.js +1 -0
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +5 -5
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "redshift-data",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Redshift Data API Service",
9
12
  "serviceId": "Redshift Data",
10
13
  "signatureVersion": "v4",
@@ -17,7 +20,6 @@
17
20
  "input": {
18
21
  "type": "structure",
19
22
  "required": [
20
- "Database",
21
23
  "Sqls"
22
24
  ],
23
25
  "members": {
@@ -28,6 +30,10 @@
28
30
  "Database": {},
29
31
  "DbUser": {},
30
32
  "SecretArn": {},
33
+ "SessionId": {},
34
+ "SessionKeepAliveSeconds": {
35
+ "type": "integer"
36
+ },
31
37
  "Sqls": {
32
38
  "type": "list",
33
39
  "member": {}
@@ -47,9 +53,13 @@
47
53
  "type": "timestamp"
48
54
  },
49
55
  "Database": {},
56
+ "DbGroups": {
57
+ "shape": "Sf"
58
+ },
50
59
  "DbUser": {},
51
60
  "Id": {},
52
61
  "SecretArn": {},
62
+ "SessionId": {},
53
63
  "WorkgroupName": {}
54
64
  }
55
65
  }
@@ -104,7 +114,7 @@
104
114
  },
105
115
  "Id": {},
106
116
  "QueryParameters": {
107
- "shape": "Sj"
117
+ "shape": "Sl"
108
118
  },
109
119
  "QueryString": {},
110
120
  "RedshiftPid": {
@@ -120,6 +130,7 @@
120
130
  "type": "long"
121
131
  },
122
132
  "SecretArn": {},
133
+ "SessionId": {},
123
134
  "Status": {},
124
135
  "SubStatements": {
125
136
  "type": "list",
@@ -191,7 +202,7 @@
191
202
  "ColumnList": {
192
203
  "type": "list",
193
204
  "member": {
194
- "shape": "Sv"
205
+ "shape": "Sx"
195
206
  }
196
207
  },
197
208
  "NextToken": {},
@@ -203,7 +214,6 @@
203
214
  "input": {
204
215
  "type": "structure",
205
216
  "required": [
206
- "Database",
207
217
  "Sql"
208
218
  ],
209
219
  "members": {
@@ -214,9 +224,13 @@
214
224
  "Database": {},
215
225
  "DbUser": {},
216
226
  "Parameters": {
217
- "shape": "Sj"
227
+ "shape": "Sl"
218
228
  },
219
229
  "SecretArn": {},
230
+ "SessionId": {},
231
+ "SessionKeepAliveSeconds": {
232
+ "type": "integer"
233
+ },
220
234
  "Sql": {},
221
235
  "StatementName": {},
222
236
  "WithEvent": {
@@ -233,9 +247,13 @@
233
247
  "type": "timestamp"
234
248
  },
235
249
  "Database": {},
250
+ "DbGroups": {
251
+ "shape": "Sf"
252
+ },
236
253
  "DbUser": {},
237
254
  "Id": {},
238
255
  "SecretArn": {},
256
+ "SessionId": {},
239
257
  "WorkgroupName": {}
240
258
  }
241
259
  }
@@ -260,7 +278,7 @@
260
278
  "ColumnMetadata": {
261
279
  "type": "list",
262
280
  "member": {
263
- "shape": "Sv"
281
+ "shape": "Sx"
264
282
  }
265
283
  },
266
284
  "NextToken": {},
@@ -396,7 +414,7 @@
396
414
  "type": "boolean"
397
415
  },
398
416
  "QueryParameters": {
399
- "shape": "Sj"
417
+ "shape": "Sl"
400
418
  },
401
419
  "QueryString": {},
402
420
  "QueryStrings": {
@@ -404,6 +422,7 @@
404
422
  "member": {}
405
423
  },
406
424
  "SecretArn": {},
425
+ "SessionId": {},
407
426
  "StatementName": {},
408
427
  "Status": {},
409
428
  "UpdatedAt": {
@@ -456,7 +475,11 @@
456
475
  }
457
476
  },
458
477
  "shapes": {
459
- "Sj": {
478
+ "Sf": {
479
+ "type": "list",
480
+ "member": {}
481
+ },
482
+ "Sl": {
460
483
  "type": "list",
461
484
  "member": {
462
485
  "type": "structure",
@@ -470,7 +493,7 @@
470
493
  }
471
494
  }
472
495
  },
473
- "Sv": {
496
+ "Sx": {
474
497
  "type": "structure",
475
498
  "members": {
476
499
  "columnDefault": {},
@@ -1810,7 +1810,11 @@
1810
1810
  "definition": {
1811
1811
  "shape": "Sf"
1812
1812
  },
1813
- "type": {}
1813
+ "type": {},
1814
+ "severity": {},
1815
+ "maxResults": {
1816
+ "type": "integer"
1817
+ }
1814
1818
  }
1815
1819
  },
1816
1820
  "output": {
@@ -1837,6 +1841,9 @@
1837
1841
  "location": {}
1838
1842
  }
1839
1843
  }
1844
+ },
1845
+ "truncated": {
1846
+ "type": "boolean"
1840
1847
  }
1841
1848
  }
1842
1849
  }