cdk-lambda-subminute 2.0.368 → 2.0.370
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
- package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -482,8 +482,11 @@
|
|
482
482
|
"Includes": {
|
483
483
|
"shape": "S3o"
|
484
484
|
},
|
485
|
-
"
|
485
|
+
"ManifestConfig": {
|
486
486
|
"shape": "S3u"
|
487
|
+
},
|
488
|
+
"TaskReportConfig": {
|
489
|
+
"shape": "S40"
|
487
490
|
}
|
488
491
|
}
|
489
492
|
},
|
@@ -576,7 +579,7 @@
|
|
576
579
|
}
|
577
580
|
},
|
578
581
|
"Platform": {
|
579
|
-
"shape": "
|
582
|
+
"shape": "S4n"
|
580
583
|
}
|
581
584
|
}
|
582
585
|
}
|
@@ -1091,7 +1094,7 @@
|
|
1091
1094
|
"DiscoveryJobArn": {},
|
1092
1095
|
"ResourceType": {},
|
1093
1096
|
"ResourceIds": {
|
1094
|
-
"shape": "
|
1097
|
+
"shape": "S64"
|
1095
1098
|
},
|
1096
1099
|
"Filter": {
|
1097
1100
|
"type": "map",
|
@@ -1138,10 +1141,10 @@
|
|
1138
1141
|
"type": "long"
|
1139
1142
|
},
|
1140
1143
|
"MaxP95Performance": {
|
1141
|
-
"shape": "
|
1144
|
+
"shape": "S6e"
|
1142
1145
|
},
|
1143
1146
|
"Recommendations": {
|
1144
|
-
"shape": "
|
1147
|
+
"shape": "S6f"
|
1145
1148
|
},
|
1146
1149
|
"NfsExportedVolumes": {
|
1147
1150
|
"type": "long"
|
@@ -1185,10 +1188,10 @@
|
|
1185
1188
|
"type": "long"
|
1186
1189
|
},
|
1187
1190
|
"MaxP95Performance": {
|
1188
|
-
"shape": "
|
1191
|
+
"shape": "S6e"
|
1189
1192
|
},
|
1190
1193
|
"Recommendations": {
|
1191
|
-
"shape": "
|
1194
|
+
"shape": "S6f"
|
1192
1195
|
},
|
1193
1196
|
"RecommendationStatus": {},
|
1194
1197
|
"LunCount": {
|
@@ -1211,7 +1214,7 @@
|
|
1211
1214
|
"ResourceId": {},
|
1212
1215
|
"ClusterName": {},
|
1213
1216
|
"MaxP95Performance": {
|
1214
|
-
"shape": "
|
1217
|
+
"shape": "S6e"
|
1215
1218
|
},
|
1216
1219
|
"ClusterBlockStorageSize": {
|
1217
1220
|
"type": "long"
|
@@ -1223,7 +1226,7 @@
|
|
1223
1226
|
"type": "long"
|
1224
1227
|
},
|
1225
1228
|
"Recommendations": {
|
1226
|
-
"shape": "
|
1229
|
+
"shape": "S6f"
|
1227
1230
|
},
|
1228
1231
|
"RecommendationStatus": {},
|
1229
1232
|
"LunCount": {
|
@@ -1289,8 +1292,11 @@
|
|
1289
1292
|
"Includes": {
|
1290
1293
|
"shape": "S3o"
|
1291
1294
|
},
|
1292
|
-
"
|
1295
|
+
"ManifestConfig": {
|
1293
1296
|
"shape": "S3u"
|
1297
|
+
},
|
1298
|
+
"TaskReportConfig": {
|
1299
|
+
"shape": "S40"
|
1294
1300
|
}
|
1295
1301
|
}
|
1296
1302
|
}
|
@@ -1319,6 +1325,9 @@
|
|
1319
1325
|
"Includes": {
|
1320
1326
|
"shape": "S3o"
|
1321
1327
|
},
|
1328
|
+
"ManifestConfig": {
|
1329
|
+
"shape": "S3u"
|
1330
|
+
},
|
1322
1331
|
"StartTime": {
|
1323
1332
|
"type": "timestamp"
|
1324
1333
|
},
|
@@ -1337,6 +1346,9 @@
|
|
1337
1346
|
"BytesTransferred": {
|
1338
1347
|
"type": "long"
|
1339
1348
|
},
|
1349
|
+
"BytesCompressed": {
|
1350
|
+
"type": "long"
|
1351
|
+
},
|
1340
1352
|
"Result": {
|
1341
1353
|
"type": "structure",
|
1342
1354
|
"members": {
|
@@ -1359,11 +1371,8 @@
|
|
1359
1371
|
"ErrorDetail": {}
|
1360
1372
|
}
|
1361
1373
|
},
|
1362
|
-
"BytesCompressed": {
|
1363
|
-
"type": "long"
|
1364
|
-
},
|
1365
1374
|
"TaskReportConfig": {
|
1366
|
-
"shape": "
|
1375
|
+
"shape": "S40"
|
1367
1376
|
},
|
1368
1377
|
"FilesDeleted": {
|
1369
1378
|
"type": "long"
|
@@ -1399,7 +1408,7 @@
|
|
1399
1408
|
"members": {
|
1400
1409
|
"DiscoveryJobArn": {},
|
1401
1410
|
"ResourceIds": {
|
1402
|
-
"shape": "
|
1411
|
+
"shape": "S64"
|
1403
1412
|
},
|
1404
1413
|
"ResourceType": {}
|
1405
1414
|
}
|
@@ -1434,7 +1443,7 @@
|
|
1434
1443
|
"Name": {},
|
1435
1444
|
"Status": {},
|
1436
1445
|
"Platform": {
|
1437
|
-
"shape": "
|
1446
|
+
"shape": "S4n"
|
1438
1447
|
}
|
1439
1448
|
}
|
1440
1449
|
}
|
@@ -1494,7 +1503,7 @@
|
|
1494
1503
|
"members": {
|
1495
1504
|
"Name": {},
|
1496
1505
|
"Values": {
|
1497
|
-
"shape": "
|
1506
|
+
"shape": "S7j"
|
1498
1507
|
},
|
1499
1508
|
"Operator": {}
|
1500
1509
|
}
|
@@ -1624,7 +1633,7 @@
|
|
1624
1633
|
"members": {
|
1625
1634
|
"Name": {},
|
1626
1635
|
"Values": {
|
1627
|
-
"shape": "
|
1636
|
+
"shape": "S7j"
|
1628
1637
|
},
|
1629
1638
|
"Operator": {}
|
1630
1639
|
}
|
@@ -1716,11 +1725,14 @@
|
|
1716
1725
|
"Excludes": {
|
1717
1726
|
"shape": "S3o"
|
1718
1727
|
},
|
1719
|
-
"
|
1720
|
-
"shape": "
|
1728
|
+
"ManifestConfig": {
|
1729
|
+
"shape": "S3u"
|
1721
1730
|
},
|
1722
1731
|
"TaskReportConfig": {
|
1723
|
-
"shape": "
|
1732
|
+
"shape": "S40"
|
1733
|
+
},
|
1734
|
+
"Tags": {
|
1735
|
+
"shape": "S9"
|
1724
1736
|
}
|
1725
1737
|
}
|
1726
1738
|
},
|
@@ -2022,8 +2034,11 @@
|
|
2022
2034
|
"Includes": {
|
2023
2035
|
"shape": "S3o"
|
2024
2036
|
},
|
2025
|
-
"
|
2037
|
+
"ManifestConfig": {
|
2026
2038
|
"shape": "S3u"
|
2039
|
+
},
|
2040
|
+
"TaskReportConfig": {
|
2041
|
+
"shape": "S40"
|
2027
2042
|
}
|
2028
2043
|
}
|
2029
2044
|
},
|
@@ -2278,6 +2293,35 @@
|
|
2278
2293
|
}
|
2279
2294
|
},
|
2280
2295
|
"S3u": {
|
2296
|
+
"type": "structure",
|
2297
|
+
"members": {
|
2298
|
+
"Action": {},
|
2299
|
+
"Format": {},
|
2300
|
+
"Source": {
|
2301
|
+
"type": "structure",
|
2302
|
+
"required": [
|
2303
|
+
"S3"
|
2304
|
+
],
|
2305
|
+
"members": {
|
2306
|
+
"S3": {
|
2307
|
+
"type": "structure",
|
2308
|
+
"required": [
|
2309
|
+
"ManifestObjectPath",
|
2310
|
+
"BucketAccessRoleArn",
|
2311
|
+
"S3BucketArn"
|
2312
|
+
],
|
2313
|
+
"members": {
|
2314
|
+
"ManifestObjectPath": {},
|
2315
|
+
"BucketAccessRoleArn": {},
|
2316
|
+
"S3BucketArn": {},
|
2317
|
+
"ManifestObjectVersionId": {}
|
2318
|
+
}
|
2319
|
+
}
|
2320
|
+
}
|
2321
|
+
}
|
2322
|
+
}
|
2323
|
+
},
|
2324
|
+
"S40": {
|
2281
2325
|
"type": "structure",
|
2282
2326
|
"members": {
|
2283
2327
|
"Destination": {
|
@@ -2304,38 +2348,38 @@
|
|
2304
2348
|
"type": "structure",
|
2305
2349
|
"members": {
|
2306
2350
|
"Transferred": {
|
2307
|
-
"shape": "
|
2351
|
+
"shape": "S47"
|
2308
2352
|
},
|
2309
2353
|
"Verified": {
|
2310
|
-
"shape": "
|
2354
|
+
"shape": "S47"
|
2311
2355
|
},
|
2312
2356
|
"Deleted": {
|
2313
|
-
"shape": "
|
2357
|
+
"shape": "S47"
|
2314
2358
|
},
|
2315
2359
|
"Skipped": {
|
2316
|
-
"shape": "
|
2360
|
+
"shape": "S47"
|
2317
2361
|
}
|
2318
2362
|
}
|
2319
2363
|
}
|
2320
2364
|
}
|
2321
2365
|
},
|
2322
|
-
"
|
2366
|
+
"S47": {
|
2323
2367
|
"type": "structure",
|
2324
2368
|
"members": {
|
2325
2369
|
"ReportLevel": {}
|
2326
2370
|
}
|
2327
2371
|
},
|
2328
|
-
"
|
2372
|
+
"S4n": {
|
2329
2373
|
"type": "structure",
|
2330
2374
|
"members": {
|
2331
2375
|
"Version": {}
|
2332
2376
|
}
|
2333
2377
|
},
|
2334
|
-
"
|
2378
|
+
"S64": {
|
2335
2379
|
"type": "list",
|
2336
2380
|
"member": {}
|
2337
2381
|
},
|
2338
|
-
"
|
2382
|
+
"S6e": {
|
2339
2383
|
"type": "structure",
|
2340
2384
|
"members": {
|
2341
2385
|
"IopsRead": {
|
@@ -2373,7 +2417,7 @@
|
|
2373
2417
|
}
|
2374
2418
|
}
|
2375
2419
|
},
|
2376
|
-
"
|
2420
|
+
"S6f": {
|
2377
2421
|
"type": "list",
|
2378
2422
|
"member": {
|
2379
2423
|
"type": "structure",
|
@@ -2388,7 +2432,7 @@
|
|
2388
2432
|
}
|
2389
2433
|
}
|
2390
2434
|
},
|
2391
|
-
"
|
2435
|
+
"S7j": {
|
2392
2436
|
"type": "list",
|
2393
2437
|
"member": {}
|
2394
2438
|
}
|