cdk-lambda-subminute 2.0.301 → 2.0.302

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 +30 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
  6. package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
  8. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
  9. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
  10. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
  12. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
  13. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
  14. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
  15. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -3
  19. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
  21. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
  24. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  25. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
  26. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
  27. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
  28. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
  29. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
  30. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
  31. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
  32. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
  33. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/all.js +2 -2
  35. package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
  37. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
  39. package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
  40. package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
  41. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
  43. package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
  44. package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
  45. package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
  46. package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
  47. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
  48. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
  50. package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
  51. package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
  52. package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
  53. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
  54. package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
  56. package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
  57. package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
  58. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
  59. package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
  60. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
  61. package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
  62. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  63. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
  64. package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
  65. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  66. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  67. package/node_modules/aws-sdk/lib/core.js +1 -1
  68. package/node_modules/aws-sdk/package.json +1 -1
  69. package/package.json +3 -3
  70. package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
  71. package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
  72. package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
  73. package/node_modules/aws-sdk/clients/macie.js +0 -18
  74. /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -607,9 +607,6 @@
607
607
  "eks": {
608
608
  "name": "EKS"
609
609
  },
610
- "macie": {
611
- "name": "Macie"
612
- },
613
610
  "dlm": {
614
611
  "name": "DLM"
615
612
  },
@@ -1346,5 +1343,8 @@
1346
1343
  "launchwizard": {
1347
1344
  "prefix": "launch-wizard",
1348
1345
  "name": "LaunchWizard"
1346
+ },
1347
+ "trustedadvisor": {
1348
+ "name": "TrustedAdvisor"
1349
1349
  }
1350
1350
  }
@@ -37,8 +37,14 @@
37
37
  "VpcOptions": {
38
38
  "shape": "S9"
39
39
  },
40
- "Tags": {
40
+ "BufferOptions": {
41
41
  "shape": "Se"
42
+ },
43
+ "EncryptionAtRestOptions": {
44
+ "shape": "Sf"
45
+ },
46
+ "Tags": {
47
+ "shape": "Sh"
42
48
  }
43
49
  }
44
50
  },
@@ -46,7 +52,7 @@
46
52
  "type": "structure",
47
53
  "members": {
48
54
  "Pipeline": {
49
- "shape": "Sj"
55
+ "shape": "Sm"
50
56
  }
51
57
  }
52
58
  }
@@ -94,7 +100,7 @@
94
100
  "type": "structure",
95
101
  "members": {
96
102
  "Pipeline": {
97
- "shape": "Sj"
103
+ "shape": "Sm"
98
104
  }
99
105
  }
100
106
  }
@@ -234,7 +240,7 @@
234
240
  "members": {
235
241
  "Status": {},
236
242
  "StatusReason": {
237
- "shape": "Sn"
243
+ "shape": "Sq"
238
244
  },
239
245
  "PipelineName": {},
240
246
  "PipelineArn": {},
@@ -249,6 +255,9 @@
249
255
  },
250
256
  "LastUpdatedAt": {
251
257
  "type": "timestamp"
258
+ },
259
+ "Tags": {
260
+ "shape": "Sh"
252
261
  }
253
262
  }
254
263
  }
@@ -277,7 +286,7 @@
277
286
  "type": "structure",
278
287
  "members": {
279
288
  "Tags": {
280
- "shape": "Se"
289
+ "shape": "Sh"
281
290
  }
282
291
  }
283
292
  }
@@ -303,7 +312,7 @@
303
312
  "type": "structure",
304
313
  "members": {
305
314
  "Pipeline": {
306
- "shape": "Sj"
315
+ "shape": "Sm"
307
316
  }
308
317
  }
309
318
  }
@@ -329,7 +338,7 @@
329
338
  "type": "structure",
330
339
  "members": {
331
340
  "Pipeline": {
332
- "shape": "Sj"
341
+ "shape": "Sm"
333
342
  }
334
343
  }
335
344
  }
@@ -350,7 +359,7 @@
350
359
  "locationName": "arn"
351
360
  },
352
361
  "Tags": {
353
- "shape": "Se"
362
+ "shape": "Sh"
354
363
  }
355
364
  }
356
365
  },
@@ -409,6 +418,12 @@
409
418
  "PipelineConfigurationBody": {},
410
419
  "LogPublishingOptions": {
411
420
  "shape": "S5"
421
+ },
422
+ "BufferOptions": {
423
+ "shape": "Se"
424
+ },
425
+ "EncryptionAtRestOptions": {
426
+ "shape": "Sf"
412
427
  }
413
428
  }
414
429
  },
@@ -416,7 +431,7 @@
416
431
  "type": "structure",
417
432
  "members": {
418
433
  "Pipeline": {
419
- "shape": "Sj"
434
+ "shape": "Sm"
420
435
  }
421
436
  }
422
437
  }
@@ -488,6 +503,26 @@
488
503
  }
489
504
  },
490
505
  "Se": {
506
+ "type": "structure",
507
+ "required": [
508
+ "PersistentBufferEnabled"
509
+ ],
510
+ "members": {
511
+ "PersistentBufferEnabled": {
512
+ "type": "boolean"
513
+ }
514
+ }
515
+ },
516
+ "Sf": {
517
+ "type": "structure",
518
+ "required": [
519
+ "KmsKeyArn"
520
+ ],
521
+ "members": {
522
+ "KmsKeyArn": {}
523
+ }
524
+ },
525
+ "Sh": {
491
526
  "type": "list",
492
527
  "member": {
493
528
  "type": "structure",
@@ -501,7 +536,7 @@
501
536
  }
502
537
  }
503
538
  },
504
- "Sj": {
539
+ "Sm": {
505
540
  "type": "structure",
506
541
  "members": {
507
542
  "PipelineName": {},
@@ -514,7 +549,7 @@
514
549
  },
515
550
  "Status": {},
516
551
  "StatusReason": {
517
- "shape": "Sn"
552
+ "shape": "Sq"
518
553
  },
519
554
  "PipelineConfigurationBody": {},
520
555
  "CreatedAt": {
@@ -542,10 +577,29 @@
542
577
  }
543
578
  }
544
579
  }
580
+ },
581
+ "BufferOptions": {
582
+ "shape": "Se"
583
+ },
584
+ "EncryptionAtRestOptions": {
585
+ "shape": "Sf"
586
+ },
587
+ "ServiceVpcEndpoints": {
588
+ "type": "list",
589
+ "member": {
590
+ "type": "structure",
591
+ "members": {
592
+ "ServiceName": {},
593
+ "VpcEndpointId": {}
594
+ }
595
+ }
596
+ },
597
+ "Tags": {
598
+ "shape": "Sh"
545
599
  }
546
600
  }
547
601
  },
548
- "Sn": {
602
+ "Sq": {
549
603
  "type": "structure",
550
604
  "members": {
551
605
  "Description": {}