cdk-lambda-subminute 2.0.299 → 2.0.301

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +434 -269
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  14. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  21. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  22. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  24. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  25. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  26. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  29. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  30. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  31. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  32. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  34. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  35. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  36. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  38. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  39. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  40. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  41. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  42. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
  43. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  44. package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
  45. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  46. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  47. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  48. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  49. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  50. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  51. package/node_modules/aws-sdk/clients/lambda.d.ts +40 -6
  52. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  53. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  54. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  55. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  56. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  57. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  58. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  59. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  60. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  61. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  62. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  63. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  64. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  65. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  66. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  67. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +36 -36
  68. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
  69. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  70. package/node_modules/aws-sdk/lib/core.js +1 -1
  71. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  72. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  73. package/node_modules/aws-sdk/package.json +1 -1
  74. package/package.json +5 -5
@@ -2345,6 +2345,10 @@
2345
2345
  "configuration": {
2346
2346
  "shape": "S7d",
2347
2347
  "locationName": "configuration"
2348
+ },
2349
+ "retrievalConfiguration": {
2350
+ "shape": "S7g",
2351
+ "locationName": "retrievalConfiguration"
2348
2352
  }
2349
2353
  }
2350
2354
  }
@@ -2455,11 +2459,11 @@
2455
2459
  "locationName": "description"
2456
2460
  },
2457
2461
  "excludes": {
2458
- "shape": "S7u",
2462
+ "shape": "S7x",
2459
2463
  "locationName": "excludes"
2460
2464
  },
2461
2465
  "includes": {
2462
- "shape": "S7v",
2466
+ "shape": "S7y",
2463
2467
  "locationName": "includes"
2464
2468
  },
2465
2469
  "name": {
@@ -2702,11 +2706,11 @@
2702
2706
  "type": "structure",
2703
2707
  "members": {
2704
2708
  "excludes": {
2705
- "shape": "S8o",
2709
+ "shape": "S8r",
2706
2710
  "locationName": "excludes"
2707
2711
  },
2708
2712
  "includes": {
2709
- "shape": "S8o",
2713
+ "shape": "S8r",
2710
2714
  "locationName": "includes"
2711
2715
  }
2712
2716
  }
@@ -3413,11 +3417,11 @@
3413
3417
  "type": "structure",
3414
3418
  "members": {
3415
3419
  "excludes": {
3416
- "shape": "Sac",
3420
+ "shape": "Saf",
3417
3421
  "locationName": "excludes"
3418
3422
  },
3419
3423
  "includes": {
3420
- "shape": "Sac",
3424
+ "shape": "Saf",
3421
3425
  "locationName": "includes"
3422
3426
  }
3423
3427
  }
@@ -3961,6 +3965,21 @@
3961
3965
  "configuration": {
3962
3966
  "shape": "S7d",
3963
3967
  "locationName": "configuration"
3968
+ },
3969
+ "retrievalConfiguration": {
3970
+ "locationName": "retrievalConfiguration",
3971
+ "type": "structure",
3972
+ "members": {
3973
+ "retrievalMode": {
3974
+ "locationName": "retrievalMode"
3975
+ },
3976
+ "roleName": {
3977
+ "locationName": "roleName"
3978
+ }
3979
+ },
3980
+ "required": [
3981
+ "retrievalMode"
3982
+ ]
3964
3983
  }
3965
3984
  },
3966
3985
  "required": [
@@ -3973,6 +3992,10 @@
3973
3992
  "configuration": {
3974
3993
  "shape": "S7d",
3975
3994
  "locationName": "configuration"
3995
+ },
3996
+ "retrievalConfiguration": {
3997
+ "shape": "S7g",
3998
+ "locationName": "retrievalConfiguration"
3976
3999
  }
3977
4000
  }
3978
4001
  }
@@ -3990,7 +4013,7 @@
3990
4013
  "locationName": "description"
3991
4014
  },
3992
4015
  "excludes": {
3993
- "shape": "S7u",
4016
+ "shape": "S7x",
3994
4017
  "locationName": "excludes"
3995
4018
  },
3996
4019
  "id": {
@@ -3998,7 +4021,7 @@
3998
4021
  "locationName": "id"
3999
4022
  },
4000
4023
  "includes": {
4001
- "shape": "S7v",
4024
+ "shape": "S7y",
4002
4025
  "locationName": "includes"
4003
4026
  }
4004
4027
  },
@@ -4775,7 +4798,24 @@
4775
4798
  "status"
4776
4799
  ]
4777
4800
  },
4778
- "S7u": {
4801
+ "S7g": {
4802
+ "type": "structure",
4803
+ "members": {
4804
+ "externalId": {
4805
+ "locationName": "externalId"
4806
+ },
4807
+ "retrievalMode": {
4808
+ "locationName": "retrievalMode"
4809
+ },
4810
+ "roleName": {
4811
+ "locationName": "roleName"
4812
+ }
4813
+ },
4814
+ "required": [
4815
+ "retrievalMode"
4816
+ ]
4817
+ },
4818
+ "S7x": {
4779
4819
  "type": "structure",
4780
4820
  "members": {
4781
4821
  "managedDataIdentifierIds": {
@@ -4784,7 +4824,7 @@
4784
4824
  }
4785
4825
  }
4786
4826
  },
4787
- "S7v": {
4827
+ "S7y": {
4788
4828
  "type": "structure",
4789
4829
  "members": {
4790
4830
  "allowListIds": {
@@ -4801,7 +4841,7 @@
4801
4841
  }
4802
4842
  }
4803
4843
  },
4804
- "S8o": {
4844
+ "S8r": {
4805
4845
  "type": "list",
4806
4846
  "member": {
4807
4847
  "type": "structure",
@@ -4819,7 +4859,7 @@
4819
4859
  }
4820
4860
  }
4821
4861
  },
4822
- "Sac": {
4862
+ "Saf": {
4823
4863
  "type": "structure",
4824
4864
  "members": {
4825
4865
  "and": {
@@ -63,11 +63,12 @@
63
63
  },
64
64
  "AirflowVersion": {},
65
65
  "DagS3Path": {},
66
+ "EndpointManagement": {},
66
67
  "EnvironmentClass": {},
67
68
  "ExecutionRoleArn": {},
68
69
  "KmsKey": {},
69
70
  "LoggingConfiguration": {
70
- "shape": "Sf"
71
+ "shape": "Sg"
71
72
  },
72
73
  "MaxWorkers": {
73
74
  "type": "integer"
@@ -80,7 +81,7 @@
80
81
  "locationName": "Name"
81
82
  },
82
83
  "NetworkConfiguration": {
83
- "shape": "Sl"
84
+ "shape": "Sm"
84
85
  },
85
86
  "PluginsS3ObjectVersion": {},
86
87
  "PluginsS3Path": {},
@@ -93,7 +94,7 @@
93
94
  "StartupScriptS3ObjectVersion": {},
94
95
  "StartupScriptS3Path": {},
95
96
  "Tags": {
96
- "shape": "St"
97
+ "shape": "Su"
97
98
  },
98
99
  "WebserverAccessMode": {},
99
100
  "WeeklyMaintenanceWindowStart": {}
@@ -197,10 +198,13 @@
197
198
  },
198
199
  "AirflowVersion": {},
199
200
  "Arn": {},
201
+ "CeleryExecutorQueue": {},
200
202
  "CreatedAt": {
201
203
  "type": "timestamp"
202
204
  },
203
205
  "DagS3Path": {},
206
+ "DatabaseVpcEndpointService": {},
207
+ "EndpointManagement": {},
204
208
  "EnvironmentClass": {},
205
209
  "ExecutionRoleArn": {},
206
210
  "KmsKey": {},
@@ -225,19 +229,19 @@
225
229
  "type": "structure",
226
230
  "members": {
227
231
  "DagProcessingLogs": {
228
- "shape": "S1g"
232
+ "shape": "S1j"
229
233
  },
230
234
  "SchedulerLogs": {
231
- "shape": "S1g"
235
+ "shape": "S1j"
232
236
  },
233
237
  "TaskLogs": {
234
- "shape": "S1g"
238
+ "shape": "S1j"
235
239
  },
236
240
  "WebserverLogs": {
237
- "shape": "S1g"
241
+ "shape": "S1j"
238
242
  },
239
243
  "WorkerLogs": {
240
- "shape": "S1g"
244
+ "shape": "S1j"
241
245
  }
242
246
  }
243
247
  },
@@ -249,7 +253,7 @@
249
253
  },
250
254
  "Name": {},
251
255
  "NetworkConfiguration": {
252
- "shape": "Sl"
256
+ "shape": "Sm"
253
257
  },
254
258
  "PluginsS3ObjectVersion": {},
255
259
  "PluginsS3Path": {},
@@ -264,10 +268,11 @@
264
268
  "StartupScriptS3Path": {},
265
269
  "Status": {},
266
270
  "Tags": {
267
- "shape": "St"
271
+ "shape": "Su"
268
272
  },
269
273
  "WebserverAccessMode": {},
270
274
  "WebserverUrl": {},
275
+ "WebserverVpcEndpointService": {},
271
276
  "WeeklyMaintenanceWindowStart": {}
272
277
  }
273
278
  }
@@ -336,7 +341,7 @@
336
341
  "type": "structure",
337
342
  "members": {
338
343
  "Tags": {
339
- "shape": "St"
344
+ "shape": "Su"
340
345
  }
341
346
  }
342
347
  },
@@ -454,7 +459,7 @@
454
459
  "locationName": "ResourceArn"
455
460
  },
456
461
  "Tags": {
457
- "shape": "St"
462
+ "shape": "Su"
458
463
  }
459
464
  }
460
465
  },
@@ -520,7 +525,7 @@
520
525
  "EnvironmentClass": {},
521
526
  "ExecutionRoleArn": {},
522
527
  "LoggingConfiguration": {
523
- "shape": "Sf"
528
+ "shape": "Sg"
524
529
  },
525
530
  "MaxWorkers": {
526
531
  "type": "integer"
@@ -539,7 +544,7 @@
539
544
  ],
540
545
  "members": {
541
546
  "SecurityGroupIds": {
542
- "shape": "Sm"
547
+ "shape": "Sn"
543
548
  }
544
549
  }
545
550
  },
@@ -582,27 +587,27 @@
582
587
  },
583
588
  "sensitive": true
584
589
  },
585
- "Sf": {
590
+ "Sg": {
586
591
  "type": "structure",
587
592
  "members": {
588
593
  "DagProcessingLogs": {
589
- "shape": "Sg"
594
+ "shape": "Sh"
590
595
  },
591
596
  "SchedulerLogs": {
592
- "shape": "Sg"
597
+ "shape": "Sh"
593
598
  },
594
599
  "TaskLogs": {
595
- "shape": "Sg"
600
+ "shape": "Sh"
596
601
  },
597
602
  "WebserverLogs": {
598
- "shape": "Sg"
603
+ "shape": "Sh"
599
604
  },
600
605
  "WorkerLogs": {
601
- "shape": "Sg"
606
+ "shape": "Sh"
602
607
  }
603
608
  }
604
609
  },
605
- "Sg": {
610
+ "Sh": {
606
611
  "type": "structure",
607
612
  "required": [
608
613
  "Enabled",
@@ -615,11 +620,11 @@
615
620
  "LogLevel": {}
616
621
  }
617
622
  },
618
- "Sl": {
623
+ "Sm": {
619
624
  "type": "structure",
620
625
  "members": {
621
626
  "SecurityGroupIds": {
622
- "shape": "Sm"
627
+ "shape": "Sn"
623
628
  },
624
629
  "SubnetIds": {
625
630
  "type": "list",
@@ -627,16 +632,16 @@
627
632
  }
628
633
  }
629
634
  },
630
- "Sm": {
635
+ "Sn": {
631
636
  "type": "list",
632
637
  "member": {}
633
638
  },
634
- "St": {
639
+ "Su": {
635
640
  "type": "map",
636
641
  "key": {},
637
642
  "value": {}
638
643
  },
639
- "S1g": {
644
+ "S1j": {
640
645
  "type": "structure",
641
646
  "members": {
642
647
  "CloudWatchLogGroupArn": {},