cdk-lambda-subminute 2.0.489 → 2.0.490

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. package/.jsii +30 -4
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
  5. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
  8. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  9. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  10. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
  11. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
  13. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
  15. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
  16. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
  17. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
  18. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
  19. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
  21. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  22. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
  23. package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
  25. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
  26. package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
  27. package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
  28. package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
  29. package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
  30. package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
  32. package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
  33. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
  35. package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
  36. package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
  37. package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
  39. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
  46. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  47. package/node_modules/aws-sdk/package.json +1 -1
  48. package/package.json +5 -5
@@ -1451,7 +1451,7 @@
1451
1451
  ],
1452
1452
  "members": {
1453
1453
  "ingestionJob": {
1454
- "shape": "S9g"
1454
+ "shape": "S9k"
1455
1455
  }
1456
1456
  }
1457
1457
  }
@@ -2140,7 +2140,7 @@
2140
2140
  "shape": "S9"
2141
2141
  },
2142
2142
  "statistics": {
2143
- "shape": "S9h"
2143
+ "shape": "S9l"
2144
2144
  },
2145
2145
  "status": {},
2146
2146
  "updatedAt": {
@@ -2384,7 +2384,7 @@
2384
2384
  ],
2385
2385
  "members": {
2386
2386
  "ingestionJob": {
2387
- "shape": "S9g"
2387
+ "shape": "S9k"
2388
2388
  }
2389
2389
  }
2390
2390
  },
@@ -4233,6 +4233,28 @@
4233
4233
  "inferenceConfiguration": {
4234
4234
  "shape": "S5i"
4235
4235
  },
4236
+ "metadata": {
4237
+ "type": "list",
4238
+ "member": {
4239
+ "type": "structure",
4240
+ "required": [
4241
+ "key",
4242
+ "value"
4243
+ ],
4244
+ "members": {
4245
+ "key": {
4246
+ "type": "string",
4247
+ "sensitive": true
4248
+ },
4249
+ "value": {
4250
+ "type": "string",
4251
+ "sensitive": true
4252
+ }
4253
+ },
4254
+ "sensitive": true
4255
+ },
4256
+ "sensitive": true
4257
+ },
4236
4258
  "modelId": {},
4237
4259
  "name": {},
4238
4260
  "templateConfiguration": {
@@ -4244,7 +4266,7 @@
4244
4266
  },
4245
4267
  "sensitive": true
4246
4268
  },
4247
- "S9g": {
4269
+ "S9k": {
4248
4270
  "type": "structure",
4249
4271
  "required": [
4250
4272
  "dataSourceId",
@@ -4266,7 +4288,7 @@
4266
4288
  "shape": "S9"
4267
4289
  },
4268
4290
  "statistics": {
4269
- "shape": "S9h"
4291
+ "shape": "S9l"
4270
4292
  },
4271
4293
  "status": {},
4272
4294
  "updatedAt": {
@@ -4274,7 +4296,7 @@
4274
4296
  }
4275
4297
  }
4276
4298
  },
4277
- "S9h": {
4299
+ "S9l": {
4278
4300
  "type": "structure",
4279
4301
  "members": {
4280
4302
  "numberOfDocumentsDeleted": {