cdk-comprehend-s3olap 2.0.84 → 2.0.87

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 (48) 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/cognito-idp-2016-04-18.min.json +60 -51
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  10. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  12. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  13. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  14. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  15. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  17. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  19. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +590 -564
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  25. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
  26. package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
  27. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  28. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  29. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  30. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  32. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  33. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  34. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +72 -17
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +359 -188
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  44. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  45. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  46. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  47. package/node_modules/es-abstract/package.json +9 -8
  48. package/package.json +10 -9
@@ -25,17 +25,17 @@
25
25
  "sql"
26
26
  ],
27
27
  "members": {
28
+ "resourceArn": {},
29
+ "secretArn": {},
30
+ "sql": {},
28
31
  "database": {},
32
+ "schema": {},
29
33
  "parameterSets": {
30
34
  "type": "list",
31
35
  "member": {
32
- "shape": "S4"
36
+ "shape": "S6"
33
37
  }
34
38
  },
35
- "resourceArn": {},
36
- "schema": {},
37
- "secretArn": {},
38
- "sql": {},
39
39
  "transactionId": {}
40
40
  }
41
41
  },
@@ -68,10 +68,10 @@
68
68
  "secretArn"
69
69
  ],
70
70
  "members": {
71
- "database": {},
72
71
  "resourceArn": {},
73
- "schema": {},
74
- "secretArn": {}
72
+ "secretArn": {},
73
+ "database": {},
74
+ "schema": {}
75
75
  }
76
76
  },
77
77
  "output": {
@@ -114,16 +114,16 @@
114
114
  "input": {
115
115
  "type": "structure",
116
116
  "required": [
117
- "awsSecretStoreArn",
118
117
  "dbClusterOrInstanceArn",
118
+ "awsSecretStoreArn",
119
119
  "sqlStatements"
120
120
  ],
121
121
  "members": {
122
+ "dbClusterOrInstanceArn": {},
122
123
  "awsSecretStoreArn": {},
124
+ "sqlStatements": {},
123
125
  "database": {},
124
- "dbClusterOrInstanceArn": {},
125
- "schema": {},
126
- "sqlStatements": {}
126
+ "schema": {}
127
127
  }
128
128
  },
129
129
  "output": {
@@ -134,12 +134,20 @@
134
134
  "member": {
135
135
  "type": "structure",
136
136
  "members": {
137
- "numberOfRecordsUpdated": {
138
- "type": "long"
139
- },
140
137
  "resultFrame": {
141
138
  "type": "structure",
142
139
  "members": {
140
+ "resultSetMetadata": {
141
+ "type": "structure",
142
+ "members": {
143
+ "columnCount": {
144
+ "type": "long"
145
+ },
146
+ "columnMetadata": {
147
+ "shape": "S13"
148
+ }
149
+ }
150
+ },
143
151
  "records": {
144
152
  "type": "list",
145
153
  "member": {
@@ -148,24 +156,16 @@
148
156
  "values": {
149
157
  "type": "list",
150
158
  "member": {
151
- "shape": "S15"
159
+ "shape": "S1a"
152
160
  }
153
161
  }
154
162
  }
155
163
  }
156
- },
157
- "resultSetMetadata": {
158
- "type": "structure",
159
- "members": {
160
- "columnCount": {
161
- "type": "long"
162
- },
163
- "columnMetadata": {
164
- "shape": "S1c"
165
- }
166
- }
167
164
  }
168
165
  }
166
+ },
167
+ "numberOfRecordsUpdated": {
168
+ "type": "long"
169
169
  }
170
170
  }
171
171
  }
@@ -188,18 +188,21 @@
188
188
  "sql"
189
189
  ],
190
190
  "members": {
191
- "continueAfterTimeout": {
192
- "type": "boolean"
193
- },
191
+ "resourceArn": {},
192
+ "secretArn": {},
193
+ "sql": {},
194
194
  "database": {},
195
- "formatRecordsAs": {},
195
+ "schema": {},
196
+ "parameters": {
197
+ "shape": "S6"
198
+ },
199
+ "transactionId": {},
196
200
  "includeResultMetadata": {
197
201
  "type": "boolean"
198
202
  },
199
- "parameters": {
200
- "shape": "S4"
203
+ "continueAfterTimeout": {
204
+ "type": "boolean"
201
205
  },
202
- "resourceArn": {},
203
206
  "resultSetOptions": {
204
207
  "type": "structure",
205
208
  "members": {
@@ -207,31 +210,28 @@
207
210
  "longReturnType": {}
208
211
  }
209
212
  },
210
- "schema": {},
211
- "secretArn": {},
212
- "sql": {},
213
- "transactionId": {}
213
+ "formatRecordsAs": {}
214
214
  }
215
215
  },
216
216
  "output": {
217
217
  "type": "structure",
218
218
  "members": {
219
- "columnMetadata": {
220
- "shape": "S1c"
221
- },
222
- "formattedRecords": {},
223
- "generatedFields": {
224
- "shape": "Sq"
225
- },
226
- "numberOfRecordsUpdated": {
227
- "type": "long"
228
- },
229
219
  "records": {
230
220
  "type": "list",
231
221
  "member": {
232
222
  "shape": "Sq"
233
223
  }
234
- }
224
+ },
225
+ "columnMetadata": {
226
+ "shape": "S13"
227
+ },
228
+ "numberOfRecordsUpdated": {
229
+ "type": "long"
230
+ },
231
+ "generatedFields": {
232
+ "shape": "Sq"
233
+ },
234
+ "formattedRecords": {}
235
235
  }
236
236
  }
237
237
  },
@@ -262,151 +262,109 @@
262
262
  }
263
263
  },
264
264
  "shapes": {
265
- "S4": {
265
+ "S6": {
266
266
  "type": "list",
267
267
  "member": {
268
268
  "type": "structure",
269
269
  "members": {
270
270
  "name": {},
271
- "typeHint": {},
272
271
  "value": {
273
- "shape": "S8"
274
- }
272
+ "shape": "S9"
273
+ },
274
+ "typeHint": {}
275
275
  }
276
276
  }
277
277
  },
278
- "S8": {
278
+ "S9": {
279
279
  "type": "structure",
280
280
  "members": {
281
- "arrayValue": {
282
- "shape": "S9"
283
- },
284
- "blobValue": {
285
- "type": "blob"
281
+ "isNull": {
282
+ "type": "boolean"
286
283
  },
287
284
  "booleanValue": {
288
285
  "type": "boolean"
289
286
  },
287
+ "longValue": {
288
+ "type": "long"
289
+ },
290
290
  "doubleValue": {
291
291
  "type": "double"
292
292
  },
293
- "isNull": {
294
- "type": "boolean"
295
- },
296
- "longValue": {
297
- "type": "long"
293
+ "stringValue": {},
294
+ "blobValue": {
295
+ "type": "blob"
298
296
  },
299
- "stringValue": {}
297
+ "arrayValue": {
298
+ "shape": "Sf"
299
+ }
300
300
  },
301
301
  "union": true
302
302
  },
303
- "S9": {
303
+ "Sf": {
304
304
  "type": "structure",
305
305
  "members": {
306
- "arrayValues": {
307
- "type": "list",
308
- "member": {
309
- "shape": "S9"
310
- }
311
- },
312
306
  "booleanValues": {
313
307
  "type": "list",
314
308
  "member": {
315
309
  "type": "boolean"
316
310
  }
317
311
  },
318
- "doubleValues": {
312
+ "longValues": {
319
313
  "type": "list",
320
314
  "member": {
321
- "type": "double"
315
+ "type": "long"
322
316
  }
323
317
  },
324
- "longValues": {
318
+ "doubleValues": {
325
319
  "type": "list",
326
320
  "member": {
327
- "type": "long"
321
+ "type": "double"
328
322
  }
329
323
  },
330
324
  "stringValues": {
331
325
  "type": "list",
332
326
  "member": {}
333
- }
334
- },
335
- "union": true
336
- },
337
- "Sq": {
338
- "type": "list",
339
- "member": {
340
- "shape": "S8"
341
- }
342
- },
343
- "S15": {
344
- "type": "structure",
345
- "members": {
346
- "arrayValues": {
347
- "shape": "S16"
348
- },
349
- "bigIntValue": {
350
- "type": "long"
351
- },
352
- "bitValue": {
353
- "type": "boolean"
354
- },
355
- "blobValue": {
356
- "type": "blob"
357
- },
358
- "doubleValue": {
359
- "type": "double"
360
- },
361
- "intValue": {
362
- "type": "integer"
363
327
  },
364
- "isNull": {
365
- "type": "boolean"
366
- },
367
- "realValue": {
368
- "type": "float"
369
- },
370
- "stringValue": {},
371
- "structValue": {
372
- "type": "structure",
373
- "members": {
374
- "attributes": {
375
- "shape": "S16"
376
- }
328
+ "arrayValues": {
329
+ "type": "list",
330
+ "member": {
331
+ "shape": "Sf"
377
332
  }
378
333
  }
379
334
  },
380
335
  "union": true
381
336
  },
382
- "S16": {
337
+ "Sq": {
383
338
  "type": "list",
384
339
  "member": {
385
- "shape": "S15"
340
+ "shape": "S9"
386
341
  }
387
342
  },
388
- "S1c": {
343
+ "S13": {
389
344
  "type": "list",
390
345
  "member": {
391
346
  "type": "structure",
392
347
  "members": {
393
- "arrayBaseColumnType": {
348
+ "name": {},
349
+ "type": {
394
350
  "type": "integer"
395
351
  },
352
+ "typeName": {},
353
+ "label": {},
354
+ "schemaName": {},
355
+ "tableName": {},
396
356
  "isAutoIncrement": {
397
357
  "type": "boolean"
398
358
  },
399
- "isCaseSensitive": {
359
+ "isSigned": {
400
360
  "type": "boolean"
401
361
  },
402
362
  "isCurrency": {
403
363
  "type": "boolean"
404
364
  },
405
- "isSigned": {
365
+ "isCaseSensitive": {
406
366
  "type": "boolean"
407
367
  },
408
- "label": {},
409
- "name": {},
410
368
  "nullable": {
411
369
  "type": "integer"
412
370
  },
@@ -416,13 +374,55 @@
416
374
  "scale": {
417
375
  "type": "integer"
418
376
  },
419
- "schemaName": {},
420
- "tableName": {},
421
- "type": {
377
+ "arrayBaseColumnType": {
422
378
  "type": "integer"
423
- },
424
- "typeName": {}
379
+ }
380
+ }
381
+ }
382
+ },
383
+ "S1a": {
384
+ "type": "structure",
385
+ "members": {
386
+ "isNull": {
387
+ "type": "boolean"
388
+ },
389
+ "bitValue": {
390
+ "type": "boolean"
391
+ },
392
+ "bigIntValue": {
393
+ "type": "long"
394
+ },
395
+ "intValue": {
396
+ "type": "integer"
397
+ },
398
+ "doubleValue": {
399
+ "type": "double"
400
+ },
401
+ "realValue": {
402
+ "type": "float"
403
+ },
404
+ "stringValue": {},
405
+ "blobValue": {
406
+ "type": "blob"
407
+ },
408
+ "arrayValues": {
409
+ "shape": "S1d"
410
+ },
411
+ "structValue": {
412
+ "type": "structure",
413
+ "members": {
414
+ "attributes": {
415
+ "shape": "S1d"
416
+ }
417
+ }
425
418
  }
419
+ },
420
+ "union": true
421
+ },
422
+ "S1d": {
423
+ "type": "list",
424
+ "member": {
425
+ "shape": "S1a"
426
426
  }
427
427
  }
428
428
  }