cdk-lambda-subminute 2.0.291 → 2.0.293

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 (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -0
  6. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +29 -16
  7. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +39 -13
  8. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +217 -52
  9. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +82 -76
  10. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +25 -21
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +330 -108
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +49 -0
  14. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +9 -0
  15. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +48 -24
  16. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +46 -117
  17. package/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json +3 -3
  18. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/connectcases.d.ts +17 -2
  20. package/node_modules/aws-sdk/clients/dataexchange.d.ts +2 -1
  21. package/node_modules/aws-sdk/clients/dlm.d.ts +40 -2
  22. package/node_modules/aws-sdk/clients/guardduty.d.ts +168 -2
  23. package/node_modules/aws-sdk/clients/lambda.d.ts +8 -8
  24. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +8 -0
  25. package/node_modules/aws-sdk/clients/omics.d.ts +17 -0
  26. package/node_modules/aws-sdk/clients/rds.d.ts +347 -8
  27. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +12 -0
  28. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +40 -2
  29. package/node_modules/aws-sdk/clients/sqs.d.ts +15 -13
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +446 -230
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +3 -3
@@ -1857,7 +1857,9 @@
1857
1857
  "engineLogStream": {},
1858
1858
  "runLogStream": {}
1859
1859
  }
1860
- }
1860
+ },
1861
+ "uuid": {},
1862
+ "runOutputUri": {}
1861
1863
  }
1862
1864
  },
1863
1865
  "endpoint": {
@@ -1898,7 +1900,7 @@
1898
1900
  "type": "integer"
1899
1901
  },
1900
1902
  "creationTime": {
1901
- "shape": "S7f"
1903
+ "shape": "S7g"
1902
1904
  },
1903
1905
  "tags": {
1904
1906
  "shape": "Sx"
@@ -1948,13 +1950,13 @@
1948
1950
  "type": "integer"
1949
1951
  },
1950
1952
  "creationTime": {
1951
- "shape": "S7o"
1953
+ "shape": "S7p"
1952
1954
  },
1953
1955
  "startTime": {
1954
- "shape": "S7o"
1956
+ "shape": "S7p"
1955
1957
  },
1956
1958
  "stopTime": {
1957
- "shape": "S7o"
1959
+ "shape": "S7p"
1958
1960
  },
1959
1961
  "statusMessage": {},
1960
1962
  "logStream": {},
@@ -2034,7 +2036,7 @@
2034
2036
  "type": "structure",
2035
2037
  "members": {
2036
2038
  "share": {
2037
- "shape": "S7y"
2039
+ "shape": "S7z"
2038
2040
  }
2039
2041
  }
2040
2042
  },
@@ -2228,14 +2230,14 @@
2228
2230
  "type": "integer"
2229
2231
  },
2230
2232
  "creationTime": {
2231
- "shape": "S8a"
2233
+ "shape": "S8b"
2232
2234
  },
2233
2235
  "statusMessage": {},
2234
2236
  "tags": {
2235
2237
  "shape": "Sx"
2236
2238
  },
2237
2239
  "metadata": {
2238
- "shape": "S8c"
2240
+ "shape": "S8d"
2239
2241
  },
2240
2242
  "accelerators": {}
2241
2243
  }
@@ -3212,7 +3214,7 @@
3212
3214
  "type": "integer"
3213
3215
  },
3214
3216
  "creationTime": {
3215
- "shape": "S7f"
3217
+ "shape": "S7g"
3216
3218
  },
3217
3219
  "maxGpus": {
3218
3220
  "type": "integer"
@@ -3276,13 +3278,13 @@
3276
3278
  "type": "integer"
3277
3279
  },
3278
3280
  "creationTime": {
3279
- "shape": "S7o"
3281
+ "shape": "S7p"
3280
3282
  },
3281
3283
  "startTime": {
3282
- "shape": "S7o"
3284
+ "shape": "S7p"
3283
3285
  },
3284
3286
  "stopTime": {
3285
- "shape": "S7o"
3287
+ "shape": "S7p"
3286
3288
  },
3287
3289
  "gpus": {
3288
3290
  "type": "integer"
@@ -3481,7 +3483,7 @@
3481
3483
  "shares": {
3482
3484
  "type": "list",
3483
3485
  "member": {
3484
- "shape": "S7y"
3486
+ "shape": "S7z"
3485
3487
  }
3486
3488
  },
3487
3489
  "nextToken": {}
@@ -3723,10 +3725,10 @@
3723
3725
  "type": {},
3724
3726
  "digest": {},
3725
3727
  "creationTime": {
3726
- "shape": "S8a"
3728
+ "shape": "S8b"
3727
3729
  },
3728
3730
  "metadata": {
3729
- "shape": "S8c"
3731
+ "shape": "S8d"
3730
3732
  }
3731
3733
  }
3732
3734
  }
@@ -4080,7 +4082,9 @@
4080
4082
  "status": {},
4081
4083
  "tags": {
4082
4084
  "shape": "Sx"
4083
- }
4085
+ },
4086
+ "uuid": {},
4087
+ "runOutputUri": {}
4084
4088
  }
4085
4089
  },
4086
4090
  "endpoint": {
@@ -4674,15 +4678,15 @@
4674
4678
  "type": "timestamp",
4675
4679
  "timestampFormat": "iso8601"
4676
4680
  },
4677
- "S7f": {
4681
+ "S7g": {
4678
4682
  "type": "timestamp",
4679
4683
  "timestampFormat": "iso8601"
4680
4684
  },
4681
- "S7o": {
4685
+ "S7p": {
4682
4686
  "type": "timestamp",
4683
4687
  "timestampFormat": "iso8601"
4684
4688
  },
4685
- "S7y": {
4689
+ "S7z": {
4686
4690
  "type": "structure",
4687
4691
  "members": {
4688
4692
  "shareId": {},
@@ -4700,11 +4704,11 @@
4700
4704
  }
4701
4705
  }
4702
4706
  },
4703
- "S8a": {
4707
+ "S8b": {
4704
4708
  "type": "timestamp",
4705
4709
  "timestampFormat": "iso8601"
4706
4710
  },
4707
- "S8c": {
4711
+ "S8d": {
4708
4712
  "type": "map",
4709
4713
  "key": {},
4710
4714
  "value": {}