cdk-lambda-subminute 2.0.421 → 2.0.423

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 (39) hide show
  1. package/.jsii +3 -3
  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/cleanrooms-2022-02-17.min.json +366 -265
  5. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +7 -24
  6. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +43 -42
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +611 -324
  8. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +22 -0
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +5 -0
  11. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +12 -0
  12. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +76 -66
  13. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +287 -232
  14. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +50 -8
  15. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +90 -79
  16. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +127 -82
  17. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +101 -4
  19. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +13 -30
  20. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  21. package/node_modules/aws-sdk/clients/datazone.d.ts +303 -2
  22. package/node_modules/aws-sdk/clients/docdb.d.ts +21 -0
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/groundstation.d.ts +20 -4
  26. package/node_modules/aws-sdk/clients/ivs.d.ts +18 -2
  27. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/medialive.d.ts +59 -0
  29. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +53 -5
  30. package/node_modules/aws-sdk/clients/transfer.d.ts +42 -14
  31. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +51 -6
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -14
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +46 -45
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +54 -54
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/lib/services/cloudsearchdomain.js +3 -0
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +3 -3
@@ -279,6 +279,9 @@
279
279
  "relevanceMetrics"
280
280
  ],
281
281
  "members": {
282
+ "recallMetric": {
283
+ "type": "double"
284
+ },
282
285
  "relevanceMetrics": {
283
286
  "type": "list",
284
287
  "member": {
@@ -288,7 +291,7 @@
288
291
  ],
289
292
  "members": {
290
293
  "audienceSize": {
291
- "shape": "S1l"
294
+ "shape": "S1m"
292
295
  },
293
296
  "score": {
294
297
  "type": "double"
@@ -351,26 +354,6 @@
351
354
  },
352
355
  "description": {},
353
356
  "kmsKeyArn": {},
354
- "metrics": {
355
- "type": "list",
356
- "member": {
357
- "type": "structure",
358
- "required": [
359
- "forTopKItemPredictions",
360
- "type",
361
- "value"
362
- ],
363
- "members": {
364
- "forTopKItemPredictions": {
365
- "type": "integer"
366
- },
367
- "type": {},
368
- "value": {
369
- "type": "double"
370
- }
371
- }
372
- }
373
- },
374
357
  "name": {},
375
358
  "status": {},
376
359
  "statusDetails": {
@@ -583,7 +566,7 @@
583
566
  "members": {
584
567
  "audienceGenerationJobArn": {},
585
568
  "audienceSize": {
586
- "shape": "S1l"
569
+ "shape": "S1m"
587
570
  },
588
571
  "createTime": {
589
572
  "shape": "S8"
@@ -925,7 +908,7 @@
925
908
  "members": {
926
909
  "audienceGenerationJobArn": {},
927
910
  "audienceSize": {
928
- "shape": "S1l"
911
+ "shape": "S1m"
929
912
  },
930
913
  "description": {},
931
914
  "name": {}
@@ -1189,7 +1172,7 @@
1189
1172
  "type": {}
1190
1173
  }
1191
1174
  },
1192
- "S1l": {
1175
+ "S1m": {
1193
1176
  "type": "structure",
1194
1177
  "required": [
1195
1178
  "type",
@@ -608,6 +608,7 @@
608
608
  "ResourceChange": {
609
609
  "type": "structure",
610
610
  "members": {
611
+ "PolicyAction": {},
611
612
  "Action": {},
612
613
  "LogicalResourceId": {},
613
614
  "PhysicalResourceId": {},
@@ -638,7 +639,7 @@
638
639
  },
639
640
  "ChangeSetId": {},
640
641
  "ModuleInfo": {
641
- "shape": "S51"
642
+ "shape": "S52"
642
643
  }
643
644
  }
644
645
  }
@@ -985,7 +986,7 @@
985
986
  },
986
987
  "Status": {},
987
988
  "StackInstanceStatus": {
988
- "shape": "S77"
989
+ "shape": "S78"
989
990
  },
990
991
  "StatusReason": {},
991
992
  "OrganizationalUnitId": {},
@@ -1037,10 +1038,10 @@
1037
1038
  "Description": {},
1038
1039
  "Metadata": {},
1039
1040
  "DriftInformation": {
1040
- "shape": "S7e"
1041
+ "shape": "S7f"
1041
1042
  },
1042
1043
  "ModuleInfo": {
1043
- "shape": "S51"
1044
+ "shape": "S52"
1044
1045
  }
1045
1046
  }
1046
1047
  }
@@ -1056,7 +1057,7 @@
1056
1057
  "members": {
1057
1058
  "StackName": {},
1058
1059
  "StackResourceDriftStatusFilters": {
1059
- "shape": "S7h"
1060
+ "shape": "S7i"
1060
1061
  },
1061
1062
  "NextToken": {},
1062
1063
  "MaxResults": {
@@ -1074,7 +1075,7 @@
1074
1075
  "StackResourceDrifts": {
1075
1076
  "type": "list",
1076
1077
  "member": {
1077
- "shape": "S7l"
1078
+ "shape": "S7m"
1078
1079
  }
1079
1080
  },
1080
1081
  "NextToken": {}
@@ -1117,10 +1118,10 @@
1117
1118
  "ResourceStatusReason": {},
1118
1119
  "Description": {},
1119
1120
  "DriftInformation": {
1120
- "shape": "S7e"
1121
+ "shape": "S7f"
1121
1122
  },
1122
1123
  "ModuleInfo": {
1123
- "shape": "S51"
1124
+ "shape": "S52"
1124
1125
  }
1125
1126
  }
1126
1127
  }
@@ -1164,7 +1165,7 @@
1164
1165
  "AdministrationRoleARN": {},
1165
1166
  "ExecutionRoleName": {},
1166
1167
  "StackSetDriftDetectionDetails": {
1167
- "shape": "S84"
1168
+ "shape": "S85"
1168
1169
  },
1169
1170
  "AutoDeployment": {
1170
1171
  "shape": "S3g"
@@ -1226,11 +1227,11 @@
1226
1227
  "shape": "S2x"
1227
1228
  },
1228
1229
  "StackSetDriftDetectionDetails": {
1229
- "shape": "S84"
1230
+ "shape": "S85"
1230
1231
  },
1231
1232
  "StatusReason": {},
1232
1233
  "StatusDetails": {
1233
- "shape": "S8j"
1234
+ "shape": "S8k"
1234
1235
  }
1235
1236
  }
1236
1237
  }
@@ -1442,7 +1443,7 @@
1442
1443
  "members": {
1443
1444
  "StackName": {},
1444
1445
  "LogicalResourceIds": {
1445
- "shape": "S9j"
1446
+ "shape": "S9k"
1446
1447
  }
1447
1448
  }
1448
1449
  },
@@ -1477,7 +1478,7 @@
1477
1478
  ],
1478
1479
  "members": {
1479
1480
  "StackResourceDrift": {
1480
- "shape": "S7l"
1481
+ "shape": "S7m"
1481
1482
  }
1482
1483
  }
1483
1484
  }
@@ -1667,7 +1668,7 @@
1667
1668
  "Version": {},
1668
1669
  "Metadata": {},
1669
1670
  "DeclaredTransforms": {
1670
- "shape": "Sah"
1671
+ "shape": "Sai"
1671
1672
  },
1672
1673
  "ResourceIdentifierSummaries": {
1673
1674
  "type": "list",
@@ -1676,7 +1677,7 @@
1676
1677
  "members": {
1677
1678
  "ResourceType": {},
1678
1679
  "LogicalResourceIds": {
1679
- "shape": "S9j"
1680
+ "shape": "S9k"
1680
1681
  },
1681
1682
  "ResourceIdentifiers": {
1682
1683
  "type": "list",
@@ -1883,7 +1884,7 @@
1883
1884
  "members": {
1884
1885
  "ResourceType": {},
1885
1886
  "ResourceIdentifier": {
1886
- "shape": "Sbc"
1887
+ "shape": "Sbd"
1887
1888
  }
1888
1889
  }
1889
1890
  }
@@ -1901,7 +1902,7 @@
1901
1902
  "RelatedResources": {
1902
1903
  "type": "list",
1903
1904
  "member": {
1904
- "shape": "Sbh"
1905
+ "shape": "Sbi"
1905
1906
  }
1906
1907
  },
1907
1908
  "NextToken": {}
@@ -1933,7 +1934,7 @@
1933
1934
  "Resources": {
1934
1935
  "type": "list",
1935
1936
  "member": {
1936
- "shape": "Sbh"
1937
+ "shape": "Sbi"
1937
1938
  }
1938
1939
  },
1939
1940
  "NextToken": {}
@@ -1994,7 +1995,7 @@
1994
1995
  "type": "integer"
1995
1996
  },
1996
1997
  "StackInstanceResourceDriftStatuses": {
1997
- "shape": "S7h"
1998
+ "shape": "S7i"
1998
1999
  },
1999
2000
  "StackInstanceAccount": {},
2000
2001
  "StackInstanceRegion": {},
@@ -2022,11 +2023,11 @@
2022
2023
  "LogicalResourceId": {},
2023
2024
  "PhysicalResourceId": {},
2024
2025
  "PhysicalResourceIdContext": {
2025
- "shape": "S7m"
2026
+ "shape": "S7n"
2026
2027
  },
2027
2028
  "ResourceType": {},
2028
2029
  "PropertyDifferences": {
2029
- "shape": "S7r"
2030
+ "shape": "S7s"
2030
2031
  },
2031
2032
  "StackResourceDriftStatus": {},
2032
2033
  "Timestamp": {
@@ -2082,7 +2083,7 @@
2082
2083
  "Status": {},
2083
2084
  "StatusReason": {},
2084
2085
  "StackInstanceStatus": {
2085
- "shape": "S77"
2086
+ "shape": "S78"
2086
2087
  },
2087
2088
  "OrganizationalUnitId": {},
2088
2089
  "DriftStatus": {},
@@ -2144,7 +2145,7 @@
2144
2145
  }
2145
2146
  },
2146
2147
  "ModuleInfo": {
2147
- "shape": "S51"
2148
+ "shape": "S52"
2148
2149
  }
2149
2150
  }
2150
2151
  }
@@ -2278,7 +2279,7 @@
2278
2279
  },
2279
2280
  "StatusReason": {},
2280
2281
  "StatusDetails": {
2281
- "shape": "S8j"
2282
+ "shape": "S8k"
2282
2283
  },
2283
2284
  "OperationPreferences": {
2284
2285
  "shape": "S34"
@@ -2990,7 +2991,7 @@
2990
2991
  },
2991
2992
  "CapabilitiesReason": {},
2992
2993
  "DeclaredTransforms": {
2993
- "shape": "Sah"
2994
+ "shape": "Sai"
2994
2995
  }
2995
2996
  }
2996
2997
  }
@@ -3175,20 +3176,20 @@
3175
3176
  }
3176
3177
  }
3177
3178
  },
3178
- "S51": {
3179
+ "S52": {
3179
3180
  "type": "structure",
3180
3181
  "members": {
3181
3182
  "TypeHierarchy": {},
3182
3183
  "LogicalIdHierarchy": {}
3183
3184
  }
3184
3185
  },
3185
- "S77": {
3186
+ "S78": {
3186
3187
  "type": "structure",
3187
3188
  "members": {
3188
3189
  "DetailedStatus": {}
3189
3190
  }
3190
3191
  },
3191
- "S7e": {
3192
+ "S7f": {
3192
3193
  "type": "structure",
3193
3194
  "required": [
3194
3195
  "StackResourceDriftStatus"
@@ -3200,11 +3201,11 @@
3200
3201
  }
3201
3202
  }
3202
3203
  },
3203
- "S7h": {
3204
+ "S7i": {
3204
3205
  "type": "list",
3205
3206
  "member": {}
3206
3207
  },
3207
- "S7l": {
3208
+ "S7m": {
3208
3209
  "type": "structure",
3209
3210
  "required": [
3210
3211
  "StackId",
@@ -3218,24 +3219,24 @@
3218
3219
  "LogicalResourceId": {},
3219
3220
  "PhysicalResourceId": {},
3220
3221
  "PhysicalResourceIdContext": {
3221
- "shape": "S7m"
3222
+ "shape": "S7n"
3222
3223
  },
3223
3224
  "ResourceType": {},
3224
3225
  "ExpectedProperties": {},
3225
3226
  "ActualProperties": {},
3226
3227
  "PropertyDifferences": {
3227
- "shape": "S7r"
3228
+ "shape": "S7s"
3228
3229
  },
3229
3230
  "StackResourceDriftStatus": {},
3230
3231
  "Timestamp": {
3231
3232
  "type": "timestamp"
3232
3233
  },
3233
3234
  "ModuleInfo": {
3234
- "shape": "S51"
3235
+ "shape": "S52"
3235
3236
  }
3236
3237
  }
3237
3238
  },
3238
- "S7m": {
3239
+ "S7n": {
3239
3240
  "type": "list",
3240
3241
  "member": {
3241
3242
  "type": "structure",
@@ -3249,7 +3250,7 @@
3249
3250
  }
3250
3251
  }
3251
3252
  },
3252
- "S7r": {
3253
+ "S7s": {
3253
3254
  "type": "list",
3254
3255
  "member": {
3255
3256
  "type": "structure",
@@ -3267,7 +3268,7 @@
3267
3268
  }
3268
3269
  }
3269
3270
  },
3270
- "S84": {
3271
+ "S85": {
3271
3272
  "type": "structure",
3272
3273
  "members": {
3273
3274
  "DriftStatus": {},
@@ -3292,7 +3293,7 @@
3292
3293
  }
3293
3294
  }
3294
3295
  },
3295
- "S8j": {
3296
+ "S8k": {
3296
3297
  "type": "structure",
3297
3298
  "members": {
3298
3299
  "FailedStackInstancesCount": {
@@ -3300,25 +3301,25 @@
3300
3301
  }
3301
3302
  }
3302
3303
  },
3303
- "S9j": {
3304
+ "S9k": {
3304
3305
  "type": "list",
3305
3306
  "member": {}
3306
3307
  },
3307
- "Sah": {
3308
+ "Sai": {
3308
3309
  "type": "list",
3309
3310
  "member": {}
3310
3311
  },
3311
- "Sbc": {
3312
+ "Sbd": {
3312
3313
  "type": "map",
3313
3314
  "key": {},
3314
3315
  "value": {}
3315
3316
  },
3316
- "Sbh": {
3317
+ "Sbi": {
3317
3318
  "type": "structure",
3318
3319
  "members": {
3319
3320
  "ResourceType": {},
3320
3321
  "ResourceIdentifier": {
3321
- "shape": "Sbc"
3322
+ "shape": "Sbd"
3322
3323
  },
3323
3324
  "ManagedByStack": {
3324
3325
  "type": "boolean"