cdk-lambda-subminute 2.0.432 → 2.0.434
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 +55 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +23 -17
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +149 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +32 -14
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +14 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +170 -13
- package/node_modules/aws-sdk/clients/personalize.d.ts +56 -19
- package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +35 -17
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -29
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -96,7 +96,7 @@
|
|
96
96
|
"shape": "S11"
|
97
97
|
},
|
98
98
|
"monitoringConfiguration": {
|
99
|
-
"shape": "
|
99
|
+
"shape": "S17"
|
100
100
|
}
|
101
101
|
}
|
102
102
|
},
|
@@ -163,7 +163,7 @@
|
|
163
163
|
],
|
164
164
|
"members": {
|
165
165
|
"application": {
|
166
|
-
"shape": "
|
166
|
+
"shape": "S1q"
|
167
167
|
}
|
168
168
|
}
|
169
169
|
}
|
@@ -259,10 +259,10 @@
|
|
259
259
|
"stateDetails": {},
|
260
260
|
"releaseLabel": {},
|
261
261
|
"configurationOverrides": {
|
262
|
-
"shape": "
|
262
|
+
"shape": "S28"
|
263
263
|
},
|
264
264
|
"jobDriver": {
|
265
|
-
"shape": "
|
265
|
+
"shape": "S29"
|
266
266
|
},
|
267
267
|
"tags": {
|
268
268
|
"shape": "Sk"
|
@@ -537,10 +537,10 @@
|
|
537
537
|
},
|
538
538
|
"executionRoleArn": {},
|
539
539
|
"jobDriver": {
|
540
|
-
"shape": "
|
540
|
+
"shape": "S29"
|
541
541
|
},
|
542
542
|
"configurationOverrides": {
|
543
|
-
"shape": "
|
543
|
+
"shape": "S28"
|
544
544
|
},
|
545
545
|
"tags": {
|
546
546
|
"shape": "Sk"
|
@@ -693,7 +693,7 @@
|
|
693
693
|
"shape": "S11"
|
694
694
|
},
|
695
695
|
"monitoringConfiguration": {
|
696
|
-
"shape": "
|
696
|
+
"shape": "S17"
|
697
697
|
}
|
698
698
|
}
|
699
699
|
},
|
@@ -704,7 +704,7 @@
|
|
704
704
|
],
|
705
705
|
"members": {
|
706
706
|
"application": {
|
707
|
-
"shape": "
|
707
|
+
"shape": "S1q"
|
708
708
|
}
|
709
709
|
}
|
710
710
|
}
|
@@ -827,7 +827,7 @@
|
|
827
827
|
}
|
828
828
|
}
|
829
829
|
},
|
830
|
-
"
|
830
|
+
"S17": {
|
831
831
|
"type": "structure",
|
832
832
|
"members": {
|
833
833
|
"s3MonitoringConfiguration": {
|
@@ -867,10 +867,16 @@
|
|
867
867
|
}
|
868
868
|
}
|
869
869
|
}
|
870
|
+
},
|
871
|
+
"prometheusMonitoringConfiguration": {
|
872
|
+
"type": "structure",
|
873
|
+
"members": {
|
874
|
+
"remoteWriteUrl": {}
|
875
|
+
}
|
870
876
|
}
|
871
877
|
}
|
872
878
|
},
|
873
|
-
"
|
879
|
+
"S1q": {
|
874
880
|
"type": "structure",
|
875
881
|
"required": [
|
876
882
|
"applicationId",
|
@@ -915,7 +921,7 @@
|
|
915
921
|
},
|
916
922
|
"architecture": {},
|
917
923
|
"imageConfiguration": {
|
918
|
-
"shape": "
|
924
|
+
"shape": "S1u"
|
919
925
|
},
|
920
926
|
"workerTypeSpecifications": {
|
921
927
|
"type": "map",
|
@@ -924,7 +930,7 @@
|
|
924
930
|
"type": "structure",
|
925
931
|
"members": {
|
926
932
|
"imageConfiguration": {
|
927
|
-
"shape": "
|
933
|
+
"shape": "S1u"
|
928
934
|
}
|
929
935
|
}
|
930
936
|
}
|
@@ -933,11 +939,11 @@
|
|
933
939
|
"shape": "S11"
|
934
940
|
},
|
935
941
|
"monitoringConfiguration": {
|
936
|
-
"shape": "
|
942
|
+
"shape": "S17"
|
937
943
|
}
|
938
944
|
}
|
939
945
|
},
|
940
|
-
"
|
946
|
+
"S1u": {
|
941
947
|
"type": "structure",
|
942
948
|
"required": [
|
943
949
|
"imageUri"
|
@@ -947,18 +953,18 @@
|
|
947
953
|
"resolvedImageDigest": {}
|
948
954
|
}
|
949
955
|
},
|
950
|
-
"
|
956
|
+
"S28": {
|
951
957
|
"type": "structure",
|
952
958
|
"members": {
|
953
959
|
"applicationConfiguration": {
|
954
960
|
"shape": "S11"
|
955
961
|
},
|
956
962
|
"monitoringConfiguration": {
|
957
|
-
"shape": "
|
963
|
+
"shape": "S17"
|
958
964
|
}
|
959
965
|
}
|
960
966
|
},
|
961
|
-
"
|
967
|
+
"S29": {
|
962
968
|
"type": "structure",
|
963
969
|
"members": {
|
964
970
|
"sparkSubmit": {
|
@@ -5287,6 +5287,10 @@
|
|
5287
5287
|
"shape": "S5s",
|
5288
5288
|
"locationName": "ipAddressV4"
|
5289
5289
|
},
|
5290
|
+
"IpAddressV6": {
|
5291
|
+
"shape": "S5s",
|
5292
|
+
"locationName": "ipAddressV6"
|
5293
|
+
},
|
5290
5294
|
"Organization": {
|
5291
5295
|
"locationName": "organization",
|
5292
5296
|
"type": "structure",
|
@@ -5325,6 +5329,10 @@
|
|
5325
5329
|
"IpAddressV4": {
|
5326
5330
|
"shape": "S5s",
|
5327
5331
|
"locationName": "ipAddressV4"
|
5332
|
+
},
|
5333
|
+
"IpAddressV6": {
|
5334
|
+
"shape": "S5s",
|
5335
|
+
"locationName": "ipAddressV6"
|
5328
5336
|
}
|
5329
5337
|
}
|
5330
5338
|
},
|
@@ -151,6 +151,51 @@
|
|
151
151
|
}
|
152
152
|
}
|
153
153
|
},
|
154
|
+
"GetInternetEvent": {
|
155
|
+
"http": {
|
156
|
+
"method": "GET",
|
157
|
+
"requestUri": "/v20210603/InternetEvents/{EventId}",
|
158
|
+
"responseCode": 200
|
159
|
+
},
|
160
|
+
"input": {
|
161
|
+
"type": "structure",
|
162
|
+
"required": [
|
163
|
+
"EventId"
|
164
|
+
],
|
165
|
+
"members": {
|
166
|
+
"EventId": {
|
167
|
+
"location": "uri",
|
168
|
+
"locationName": "EventId"
|
169
|
+
}
|
170
|
+
}
|
171
|
+
},
|
172
|
+
"output": {
|
173
|
+
"type": "structure",
|
174
|
+
"required": [
|
175
|
+
"EventId",
|
176
|
+
"EventArn",
|
177
|
+
"StartedAt",
|
178
|
+
"ClientLocation",
|
179
|
+
"EventType",
|
180
|
+
"EventStatus"
|
181
|
+
],
|
182
|
+
"members": {
|
183
|
+
"EventId": {},
|
184
|
+
"EventArn": {},
|
185
|
+
"StartedAt": {
|
186
|
+
"shape": "Ss"
|
187
|
+
},
|
188
|
+
"EndedAt": {
|
189
|
+
"shape": "Ss"
|
190
|
+
},
|
191
|
+
"ClientLocation": {
|
192
|
+
"shape": "S1b"
|
193
|
+
},
|
194
|
+
"EventType": {},
|
195
|
+
"EventStatus": {}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
},
|
154
199
|
"GetMonitor": {
|
155
200
|
"http": {
|
156
201
|
"method": "GET",
|
@@ -406,6 +451,83 @@
|
|
406
451
|
}
|
407
452
|
}
|
408
453
|
},
|
454
|
+
"ListInternetEvents": {
|
455
|
+
"http": {
|
456
|
+
"method": "GET",
|
457
|
+
"requestUri": "/v20210603/InternetEvents",
|
458
|
+
"responseCode": 200
|
459
|
+
},
|
460
|
+
"input": {
|
461
|
+
"type": "structure",
|
462
|
+
"members": {
|
463
|
+
"NextToken": {
|
464
|
+
"location": "querystring",
|
465
|
+
"locationName": "NextToken"
|
466
|
+
},
|
467
|
+
"MaxResults": {
|
468
|
+
"location": "querystring",
|
469
|
+
"locationName": "InternetEventMaxResults",
|
470
|
+
"type": "integer"
|
471
|
+
},
|
472
|
+
"StartTime": {
|
473
|
+
"shape": "Ss",
|
474
|
+
"location": "querystring",
|
475
|
+
"locationName": "StartTime"
|
476
|
+
},
|
477
|
+
"EndTime": {
|
478
|
+
"shape": "Ss",
|
479
|
+
"location": "querystring",
|
480
|
+
"locationName": "EndTime"
|
481
|
+
},
|
482
|
+
"EventStatus": {
|
483
|
+
"location": "querystring",
|
484
|
+
"locationName": "EventStatus"
|
485
|
+
},
|
486
|
+
"EventType": {
|
487
|
+
"location": "querystring",
|
488
|
+
"locationName": "EventType"
|
489
|
+
}
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"output": {
|
493
|
+
"type": "structure",
|
494
|
+
"required": [
|
495
|
+
"InternetEvents"
|
496
|
+
],
|
497
|
+
"members": {
|
498
|
+
"InternetEvents": {
|
499
|
+
"type": "list",
|
500
|
+
"member": {
|
501
|
+
"type": "structure",
|
502
|
+
"required": [
|
503
|
+
"EventId",
|
504
|
+
"EventArn",
|
505
|
+
"StartedAt",
|
506
|
+
"ClientLocation",
|
507
|
+
"EventType",
|
508
|
+
"EventStatus"
|
509
|
+
],
|
510
|
+
"members": {
|
511
|
+
"EventId": {},
|
512
|
+
"EventArn": {},
|
513
|
+
"StartedAt": {
|
514
|
+
"shape": "Ss"
|
515
|
+
},
|
516
|
+
"EndedAt": {
|
517
|
+
"shape": "Ss"
|
518
|
+
},
|
519
|
+
"ClientLocation": {
|
520
|
+
"shape": "S1b"
|
521
|
+
},
|
522
|
+
"EventType": {},
|
523
|
+
"EventStatus": {}
|
524
|
+
}
|
525
|
+
}
|
526
|
+
},
|
527
|
+
"NextToken": {}
|
528
|
+
}
|
529
|
+
}
|
530
|
+
},
|
409
531
|
"ListMonitors": {
|
410
532
|
"http": {
|
411
533
|
"method": "GET",
|
@@ -852,6 +974,33 @@
|
|
852
974
|
}
|
853
975
|
}
|
854
976
|
}
|
977
|
+
},
|
978
|
+
"S1b": {
|
979
|
+
"type": "structure",
|
980
|
+
"required": [
|
981
|
+
"ASName",
|
982
|
+
"ASNumber",
|
983
|
+
"Country",
|
984
|
+
"City",
|
985
|
+
"Latitude",
|
986
|
+
"Longitude"
|
987
|
+
],
|
988
|
+
"members": {
|
989
|
+
"ASName": {},
|
990
|
+
"ASNumber": {
|
991
|
+
"type": "long"
|
992
|
+
},
|
993
|
+
"Country": {},
|
994
|
+
"Subdivision": {},
|
995
|
+
"Metro": {},
|
996
|
+
"City": {},
|
997
|
+
"Latitude": {
|
998
|
+
"type": "double"
|
999
|
+
},
|
1000
|
+
"Longitude": {
|
1001
|
+
"type": "double"
|
1002
|
+
}
|
1003
|
+
}
|
855
1004
|
}
|
856
1005
|
}
|
857
1006
|
}
|
@@ -11,6 +11,12 @@
|
|
11
11
|
"limit_key": "MaxResults",
|
12
12
|
"result_key": "HealthEvents"
|
13
13
|
},
|
14
|
+
"ListInternetEvents": {
|
15
|
+
"input_token": "NextToken",
|
16
|
+
"output_token": "NextToken",
|
17
|
+
"limit_key": "MaxResults",
|
18
|
+
"result_key": "InternetEvents"
|
19
|
+
},
|
14
20
|
"ListMonitors": {
|
15
21
|
"input_token": "NextToken",
|
16
22
|
"output_token": "NextToken",
|
@@ -375,11 +375,14 @@
|
|
375
375
|
"performAutoML": {
|
376
376
|
"type": "boolean"
|
377
377
|
},
|
378
|
+
"performAutoTraining": {
|
379
|
+
"type": "boolean"
|
380
|
+
},
|
378
381
|
"recipeArn": {},
|
379
382
|
"datasetGroupArn": {},
|
380
383
|
"eventType": {},
|
381
384
|
"solutionConfig": {
|
382
|
-
"shape": "
|
385
|
+
"shape": "S21"
|
383
386
|
},
|
384
387
|
"tags": {
|
385
388
|
"shape": "Sf"
|
@@ -599,7 +602,7 @@
|
|
599
602
|
"members": {
|
600
603
|
"name": {},
|
601
604
|
"values": {
|
602
|
-
"shape": "
|
605
|
+
"shape": "S2k"
|
603
606
|
},
|
604
607
|
"isTunable": {
|
605
608
|
"type": "boolean"
|
@@ -1169,7 +1172,7 @@
|
|
1169
1172
|
}
|
1170
1173
|
},
|
1171
1174
|
"modelMetrics": {
|
1172
|
-
"shape": "
|
1175
|
+
"shape": "S4z"
|
1173
1176
|
}
|
1174
1177
|
}
|
1175
1178
|
}
|
@@ -1233,11 +1236,14 @@
|
|
1233
1236
|
"performAutoML": {
|
1234
1237
|
"type": "boolean"
|
1235
1238
|
},
|
1239
|
+
"performAutoTraining": {
|
1240
|
+
"type": "boolean"
|
1241
|
+
},
|
1236
1242
|
"recipeArn": {},
|
1237
1243
|
"datasetGroupArn": {},
|
1238
1244
|
"eventType": {},
|
1239
1245
|
"solutionConfig": {
|
1240
|
-
"shape": "
|
1246
|
+
"shape": "S21"
|
1241
1247
|
},
|
1242
1248
|
"autoMLResult": {
|
1243
1249
|
"type": "structure",
|
@@ -1253,7 +1259,7 @@
|
|
1253
1259
|
"type": "timestamp"
|
1254
1260
|
},
|
1255
1261
|
"latestSolutionVersion": {
|
1256
|
-
"shape": "
|
1262
|
+
"shape": "S59"
|
1257
1263
|
}
|
1258
1264
|
}
|
1259
1265
|
}
|
@@ -1290,7 +1296,7 @@
|
|
1290
1296
|
"eventType": {},
|
1291
1297
|
"datasetGroupArn": {},
|
1292
1298
|
"solutionConfig": {
|
1293
|
-
"shape": "
|
1299
|
+
"shape": "S21"
|
1294
1300
|
},
|
1295
1301
|
"trainingHours": {
|
1296
1302
|
"type": "double"
|
@@ -1311,7 +1317,8 @@
|
|
1311
1317
|
},
|
1312
1318
|
"lastUpdatedDateTime": {
|
1313
1319
|
"type": "timestamp"
|
1314
|
-
}
|
1320
|
+
},
|
1321
|
+
"trainingType": {}
|
1315
1322
|
}
|
1316
1323
|
}
|
1317
1324
|
}
|
@@ -1333,7 +1340,7 @@
|
|
1333
1340
|
"members": {
|
1334
1341
|
"solutionVersionArn": {},
|
1335
1342
|
"metrics": {
|
1336
|
-
"shape": "
|
1343
|
+
"shape": "S4z"
|
1337
1344
|
}
|
1338
1345
|
}
|
1339
1346
|
}
|
@@ -1865,7 +1872,7 @@
|
|
1865
1872
|
"solutionVersions": {
|
1866
1873
|
"type": "list",
|
1867
1874
|
"member": {
|
1868
|
-
"shape": "
|
1875
|
+
"shape": "S59"
|
1869
1876
|
}
|
1870
1877
|
},
|
1871
1878
|
"nextToken": {}
|
@@ -2215,6 +2222,9 @@
|
|
2215
2222
|
},
|
2216
2223
|
"enableMetadataWithRecommendations": {
|
2217
2224
|
"type": "boolean"
|
2225
|
+
},
|
2226
|
+
"syncWithLatestSolutionVersion": {
|
2227
|
+
"type": "boolean"
|
2218
2228
|
}
|
2219
2229
|
}
|
2220
2230
|
},
|
@@ -2297,7 +2307,7 @@
|
|
2297
2307
|
}
|
2298
2308
|
}
|
2299
2309
|
},
|
2300
|
-
"
|
2310
|
+
"S21": {
|
2301
2311
|
"type": "structure",
|
2302
2312
|
"members": {
|
2303
2313
|
"eventValueThreshold": {},
|
@@ -2359,7 +2369,7 @@
|
|
2359
2369
|
"members": {
|
2360
2370
|
"name": {},
|
2361
2371
|
"values": {
|
2362
|
-
"shape": "
|
2372
|
+
"shape": "S2k"
|
2363
2373
|
}
|
2364
2374
|
}
|
2365
2375
|
}
|
@@ -2395,25 +2405,33 @@
|
|
2395
2405
|
},
|
2396
2406
|
"trainingDataConfig": {
|
2397
2407
|
"shape": "S1r"
|
2408
|
+
},
|
2409
|
+
"autoTrainingConfig": {
|
2410
|
+
"type": "structure",
|
2411
|
+
"members": {
|
2412
|
+
"schedulingExpression": {}
|
2413
|
+
}
|
2398
2414
|
}
|
2399
2415
|
}
|
2400
2416
|
},
|
2401
|
-
"
|
2417
|
+
"S2k": {
|
2402
2418
|
"type": "list",
|
2403
2419
|
"member": {}
|
2404
2420
|
},
|
2405
|
-
"
|
2421
|
+
"S4z": {
|
2406
2422
|
"type": "map",
|
2407
2423
|
"key": {},
|
2408
2424
|
"value": {
|
2409
2425
|
"type": "double"
|
2410
2426
|
}
|
2411
2427
|
},
|
2412
|
-
"
|
2428
|
+
"S59": {
|
2413
2429
|
"type": "structure",
|
2414
2430
|
"members": {
|
2415
2431
|
"solutionVersionArn": {},
|
2416
2432
|
"status": {},
|
2433
|
+
"trainingMode": {},
|
2434
|
+
"trainingType": {},
|
2417
2435
|
"creationDateTime": {
|
2418
2436
|
"type": "timestamp"
|
2419
2437
|
},
|