cdk-comprehend-s3olap 2.0.390 → 2.0.392

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 (44) hide show
  1. package/.jsii +3 -3
  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/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +15 -11
  7. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +159 -16
  8. package/node_modules/aws-sdk/apis/metadata.json +0 -8
  9. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +45 -11
  10. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +114 -93
  11. package/node_modules/aws-sdk/clients/all.d.ts +0 -2
  12. package/node_modules/aws-sdk/clients/all.js +0 -2
  13. package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
  14. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +10 -1
  16. package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
  17. package/node_modules/aws-sdk/clients/macie2.d.ts +13 -13
  18. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +55 -12
  19. package/node_modules/aws-sdk/clients/personalize.d.ts +6 -6
  20. package/node_modules/aws-sdk/clients/rekognition.d.ts +32 -3
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +7 -4
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +122 -218
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +117 -104
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  26. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  27. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/aws-sdk/scripts/console +3 -3
  32. package/package.json +3 -3
  33. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
  34. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
  35. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
  36. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
  37. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
  38. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
  39. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
  40. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
  41. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
  42. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
  43. package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
  44. package/node_modules/aws-sdk/lib/services/neptunegraph.js +0 -14
@@ -85,6 +85,12 @@
85
85
  },
86
86
  "clientSideTimestamps": {
87
87
  "shape": "S13"
88
+ },
89
+ "autoScalingSpecification": {
90
+ "shape": "S15"
91
+ },
92
+ "replicaSpecifications": {
93
+ "shape": "S1c"
88
94
  }
89
95
  }
90
96
  },
@@ -188,22 +194,7 @@
188
194
  "shape": "Sf"
189
195
  },
190
196
  "capacitySpecification": {
191
- "type": "structure",
192
- "required": [
193
- "throughputMode"
194
- ],
195
- "members": {
196
- "throughputMode": {},
197
- "readCapacityUnits": {
198
- "type": "long"
199
- },
200
- "writeCapacityUnits": {
201
- "type": "long"
202
- },
203
- "lastUpdateToPayPerRequestTimestamp": {
204
- "type": "timestamp"
205
- }
206
- }
197
+ "shape": "S1p"
207
198
  },
208
199
  "encryptionSpecification": {
209
200
  "shape": "Sv"
@@ -231,6 +222,60 @@
231
222
  },
232
223
  "clientSideTimestamps": {
233
224
  "shape": "S13"
225
+ },
226
+ "replicaSpecifications": {
227
+ "type": "list",
228
+ "member": {
229
+ "type": "structure",
230
+ "members": {
231
+ "region": {},
232
+ "status": {},
233
+ "capacitySpecification": {
234
+ "shape": "S1p"
235
+ }
236
+ }
237
+ }
238
+ }
239
+ }
240
+ }
241
+ },
242
+ "GetTableAutoScalingSettings": {
243
+ "input": {
244
+ "type": "structure",
245
+ "required": [
246
+ "keyspaceName",
247
+ "tableName"
248
+ ],
249
+ "members": {
250
+ "keyspaceName": {},
251
+ "tableName": {}
252
+ }
253
+ },
254
+ "output": {
255
+ "type": "structure",
256
+ "required": [
257
+ "keyspaceName",
258
+ "tableName",
259
+ "resourceArn"
260
+ ],
261
+ "members": {
262
+ "keyspaceName": {},
263
+ "tableName": {},
264
+ "resourceArn": {},
265
+ "autoScalingSpecification": {
266
+ "shape": "S15"
267
+ },
268
+ "replicaSpecifications": {
269
+ "type": "list",
270
+ "member": {
271
+ "type": "structure",
272
+ "members": {
273
+ "region": {},
274
+ "autoScalingSpecification": {
275
+ "shape": "S15"
276
+ }
277
+ }
278
+ }
234
279
  }
235
280
  }
236
281
  }
@@ -363,6 +408,12 @@
363
408
  },
364
409
  "tagsOverride": {
365
410
  "shape": "S3"
411
+ },
412
+ "autoScalingSpecification": {
413
+ "shape": "S15"
414
+ },
415
+ "replicaSpecifications": {
416
+ "shape": "S1c"
366
417
  }
367
418
  }
368
419
  },
@@ -444,6 +495,12 @@
444
495
  },
445
496
  "clientSideTimestamps": {
446
497
  "shape": "S13"
498
+ },
499
+ "autoScalingSpecification": {
500
+ "shape": "S15"
501
+ },
502
+ "replicaSpecifications": {
503
+ "shape": "S1c"
447
504
  }
448
505
  }
449
506
  },
@@ -601,6 +658,92 @@
601
658
  "members": {
602
659
  "status": {}
603
660
  }
661
+ },
662
+ "S15": {
663
+ "type": "structure",
664
+ "members": {
665
+ "writeCapacityAutoScaling": {
666
+ "shape": "S16"
667
+ },
668
+ "readCapacityAutoScaling": {
669
+ "shape": "S16"
670
+ }
671
+ }
672
+ },
673
+ "S16": {
674
+ "type": "structure",
675
+ "members": {
676
+ "autoScalingDisabled": {
677
+ "type": "boolean"
678
+ },
679
+ "minimumUnits": {
680
+ "type": "long"
681
+ },
682
+ "maximumUnits": {
683
+ "type": "long"
684
+ },
685
+ "scalingPolicy": {
686
+ "type": "structure",
687
+ "members": {
688
+ "targetTrackingScalingPolicyConfiguration": {
689
+ "type": "structure",
690
+ "required": [
691
+ "targetValue"
692
+ ],
693
+ "members": {
694
+ "disableScaleIn": {
695
+ "type": "boolean"
696
+ },
697
+ "scaleInCooldown": {
698
+ "type": "integer"
699
+ },
700
+ "scaleOutCooldown": {
701
+ "type": "integer"
702
+ },
703
+ "targetValue": {
704
+ "type": "double"
705
+ }
706
+ }
707
+ }
708
+ }
709
+ }
710
+ }
711
+ },
712
+ "S1c": {
713
+ "type": "list",
714
+ "member": {
715
+ "type": "structure",
716
+ "required": [
717
+ "region"
718
+ ],
719
+ "members": {
720
+ "region": {},
721
+ "readCapacityUnits": {
722
+ "type": "long"
723
+ },
724
+ "readCapacityAutoScaling": {
725
+ "shape": "S16"
726
+ }
727
+ }
728
+ }
729
+ },
730
+ "S1p": {
731
+ "type": "structure",
732
+ "required": [
733
+ "throughputMode"
734
+ ],
735
+ "members": {
736
+ "throughputMode": {},
737
+ "readCapacityUnits": {
738
+ "type": "long"
739
+ },
740
+ "writeCapacityUnits": {
741
+ "type": "long"
742
+ },
743
+ "lastUpdateToPayPerRequestTimestamp": {
744
+ "type": "timestamp"
745
+ }
746
+ }
604
747
  }
605
748
  }
606
749
  }
@@ -1347,10 +1347,6 @@
1347
1347
  "trustedadvisor": {
1348
1348
  "name": "TrustedAdvisor"
1349
1349
  },
1350
- "cloudfrontkeyvaluestore": {
1351
- "prefix": "cloudfront-keyvaluestore",
1352
- "name": "CloudFrontKeyValueStore"
1353
- },
1354
1350
  "inspectorscan": {
1355
1351
  "prefix": "inspector-scan",
1356
1352
  "name": "InspectorScan"
@@ -1405,10 +1401,6 @@
1405
1401
  "prefix": "marketplace-deployment",
1406
1402
  "name": "MarketplaceDeployment"
1407
1403
  },
1408
- "neptunegraph": {
1409
- "prefix": "neptune-graph",
1410
- "name": "NeptuneGraph"
1411
- },
1412
1404
  "networkmonitor": {
1413
1405
  "name": "NetworkMonitor"
1414
1406
  },
@@ -141,6 +141,20 @@
141
141
  "KeyMaterial": {
142
142
  "type": "structure",
143
143
  "members": {
144
+ "KeyCryptogram": {
145
+ "type": "structure",
146
+ "required": [
147
+ "CertificateAuthorityPublicKeyIdentifier",
148
+ "WrappingKeyCertificate"
149
+ ],
150
+ "members": {
151
+ "CertificateAuthorityPublicKeyIdentifier": {},
152
+ "WrappingKeyCertificate": {
153
+ "shape": "S11"
154
+ },
155
+ "WrappingSpec": {}
156
+ }
157
+ },
144
158
  "Tr31KeyBlock": {
145
159
  "type": "structure",
146
160
  "required": [
@@ -164,7 +178,7 @@
164
178
  "KeyBlockFormat": {},
165
179
  "RandomNonce": {},
166
180
  "WrappingKeyCertificate": {
167
- "shape": "S15"
181
+ "shape": "S11"
168
182
  }
169
183
  }
170
184
  }
@@ -269,10 +283,10 @@
269
283
  },
270
284
  "SigningKeyAlgorithm": {},
271
285
  "SigningKeyCertificate": {
272
- "shape": "S15"
286
+ "shape": "S11"
273
287
  },
274
288
  "SigningKeyCertificateChain": {
275
- "shape": "S15"
289
+ "shape": "S11"
276
290
  }
277
291
  }
278
292
  }
@@ -305,10 +319,10 @@
305
319
  },
306
320
  "WrappingKeyAlgorithm": {},
307
321
  "WrappingKeyCertificate": {
308
- "shape": "S15"
322
+ "shape": "S11"
309
323
  },
310
324
  "WrappingKeyCertificateChain": {
311
- "shape": "S15"
325
+ "shape": "S11"
312
326
  }
313
327
  }
314
328
  }
@@ -331,10 +345,10 @@
331
345
  ],
332
346
  "members": {
333
347
  "KeyCertificate": {
334
- "shape": "S15"
348
+ "shape": "S11"
335
349
  },
336
350
  "KeyCertificateChain": {
337
- "shape": "S15"
351
+ "shape": "S11"
338
352
  }
339
353
  }
340
354
  }
@@ -353,6 +367,26 @@
353
367
  "KeyMaterial": {
354
368
  "type": "structure",
355
369
  "members": {
370
+ "KeyCryptogram": {
371
+ "type": "structure",
372
+ "required": [
373
+ "Exportable",
374
+ "ImportToken",
375
+ "KeyAttributes",
376
+ "WrappedKeyCryptogram"
377
+ ],
378
+ "members": {
379
+ "Exportable": {
380
+ "type": "boolean"
381
+ },
382
+ "ImportToken": {},
383
+ "KeyAttributes": {
384
+ "shape": "S8"
385
+ },
386
+ "WrappedKeyCryptogram": {},
387
+ "WrappingSpec": {}
388
+ }
389
+ },
356
390
  "RootCertificatePublicKey": {
357
391
  "type": "structure",
358
392
  "required": [
@@ -364,7 +398,7 @@
364
398
  "shape": "S8"
365
399
  },
366
400
  "PublicKeyCertificate": {
367
- "shape": "S15"
401
+ "shape": "S11"
368
402
  }
369
403
  }
370
404
  },
@@ -394,7 +428,7 @@
394
428
  "KeyBlockFormat": {},
395
429
  "RandomNonce": {},
396
430
  "SigningKeyCertificate": {
397
- "shape": "S15"
431
+ "shape": "S11"
398
432
  },
399
433
  "WrappedKeyBlock": {}
400
434
  }
@@ -412,7 +446,7 @@
412
446
  "shape": "S8"
413
447
  },
414
448
  "PublicKeyCertificate": {
415
- "shape": "S15"
449
+ "shape": "S11"
416
450
  }
417
451
  }
418
452
  }
@@ -782,7 +816,7 @@
782
816
  }
783
817
  }
784
818
  },
785
- "S15": {
819
+ "S11": {
786
820
  "type": "string",
787
821
  "sensitive": true
788
822
  }