cdk-lambda-subminute 2.0.234 → 2.0.236
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/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +140 -82
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +2 -2
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +4 -0
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +83 -58
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +10 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +118 -11
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +462 -414
- package/node_modules/aws-sdk/clients/ec2.d.ts +66 -0
- package/node_modules/aws-sdk/clients/ecr.d.ts +5 -5
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +13 -9
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -29
- package/node_modules/aws-sdk/clients/medialive.d.ts +110 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +68 -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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +147 -85
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1209,6 +1209,13 @@
|
|
1209
1209
|
},
|
1210
1210
|
"AvailabilityZone": {
|
1211
1211
|
"locationName": "availabilityZone"
|
1212
|
+
},
|
1213
|
+
"MedialiveInputArns": {
|
1214
|
+
"shape": "S5",
|
1215
|
+
"locationName": "medialiveInputArns"
|
1216
|
+
},
|
1217
|
+
"OutputType": {
|
1218
|
+
"locationName": "outputType"
|
1212
1219
|
}
|
1213
1220
|
}
|
1214
1221
|
}
|
@@ -1621,7 +1628,7 @@
|
|
1621
1628
|
"type": "structure",
|
1622
1629
|
"members": {
|
1623
1630
|
"AccountConfiguration": {
|
1624
|
-
"shape": "
|
1631
|
+
"shape": "Sj2",
|
1625
1632
|
"locationName": "accountConfiguration"
|
1626
1633
|
}
|
1627
1634
|
}
|
@@ -1922,6 +1929,13 @@
|
|
1922
1929
|
},
|
1923
1930
|
"AvailabilityZone": {
|
1924
1931
|
"locationName": "availabilityZone"
|
1932
|
+
},
|
1933
|
+
"MedialiveInputArns": {
|
1934
|
+
"shape": "S5",
|
1935
|
+
"locationName": "medialiveInputArns"
|
1936
|
+
},
|
1937
|
+
"OutputType": {
|
1938
|
+
"locationName": "outputType"
|
1925
1939
|
}
|
1926
1940
|
}
|
1927
1941
|
}
|
@@ -2308,7 +2322,7 @@
|
|
2308
2322
|
"locationName": "reservations",
|
2309
2323
|
"type": "list",
|
2310
2324
|
"member": {
|
2311
|
-
"shape": "
|
2325
|
+
"shape": "Ska"
|
2312
2326
|
}
|
2313
2327
|
}
|
2314
2328
|
}
|
@@ -2386,7 +2400,7 @@
|
|
2386
2400
|
"type": "structure",
|
2387
2401
|
"members": {
|
2388
2402
|
"Reservation": {
|
2389
|
-
"shape": "
|
2403
|
+
"shape": "Ska",
|
2390
2404
|
"locationName": "reservation"
|
2391
2405
|
}
|
2392
2406
|
}
|
@@ -2449,7 +2463,7 @@
|
|
2449
2463
|
"type": "structure",
|
2450
2464
|
"members": {
|
2451
2465
|
"AccountConfiguration": {
|
2452
|
-
"shape": "
|
2466
|
+
"shape": "Sj2",
|
2453
2467
|
"locationName": "accountConfiguration"
|
2454
2468
|
}
|
2455
2469
|
}
|
@@ -2458,7 +2472,7 @@
|
|
2458
2472
|
"type": "structure",
|
2459
2473
|
"members": {
|
2460
2474
|
"AccountConfiguration": {
|
2461
|
-
"shape": "
|
2475
|
+
"shape": "Sj2",
|
2462
2476
|
"locationName": "accountConfiguration"
|
2463
2477
|
}
|
2464
2478
|
}
|
@@ -2552,6 +2566,28 @@
|
|
2552
2566
|
}
|
2553
2567
|
}
|
2554
2568
|
},
|
2569
|
+
"StartInputDevice": {
|
2570
|
+
"http": {
|
2571
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/start",
|
2572
|
+
"responseCode": 200
|
2573
|
+
},
|
2574
|
+
"input": {
|
2575
|
+
"type": "structure",
|
2576
|
+
"members": {
|
2577
|
+
"InputDeviceId": {
|
2578
|
+
"location": "uri",
|
2579
|
+
"locationName": "inputDeviceId"
|
2580
|
+
}
|
2581
|
+
},
|
2582
|
+
"required": [
|
2583
|
+
"InputDeviceId"
|
2584
|
+
]
|
2585
|
+
},
|
2586
|
+
"output": {
|
2587
|
+
"type": "structure",
|
2588
|
+
"members": {}
|
2589
|
+
}
|
2590
|
+
},
|
2555
2591
|
"StartInputDeviceMaintenanceWindow": {
|
2556
2592
|
"http": {
|
2557
2593
|
"requestUri": "/prod/inputDevices/{inputDeviceId}/startInputDeviceMaintenanceWindow",
|
@@ -2721,6 +2757,28 @@
|
|
2721
2757
|
}
|
2722
2758
|
}
|
2723
2759
|
},
|
2760
|
+
"StopInputDevice": {
|
2761
|
+
"http": {
|
2762
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/stop",
|
2763
|
+
"responseCode": 200
|
2764
|
+
},
|
2765
|
+
"input": {
|
2766
|
+
"type": "structure",
|
2767
|
+
"members": {
|
2768
|
+
"InputDeviceId": {
|
2769
|
+
"location": "uri",
|
2770
|
+
"locationName": "inputDeviceId"
|
2771
|
+
}
|
2772
|
+
},
|
2773
|
+
"required": [
|
2774
|
+
"InputDeviceId"
|
2775
|
+
]
|
2776
|
+
},
|
2777
|
+
"output": {
|
2778
|
+
"type": "structure",
|
2779
|
+
"members": {}
|
2780
|
+
}
|
2781
|
+
},
|
2724
2782
|
"StopMultiplex": {
|
2725
2783
|
"http": {
|
2726
2784
|
"requestUri": "/prod/multiplexes/{multiplexId}/stop",
|
@@ -2991,7 +3049,7 @@
|
|
2991
3049
|
"type": "structure",
|
2992
3050
|
"members": {
|
2993
3051
|
"HdDeviceSettings": {
|
2994
|
-
"shape": "
|
3052
|
+
"shape": "Slc",
|
2995
3053
|
"locationName": "hdDeviceSettings"
|
2996
3054
|
},
|
2997
3055
|
"InputDeviceId": {
|
@@ -3002,7 +3060,7 @@
|
|
3002
3060
|
"locationName": "name"
|
3003
3061
|
},
|
3004
3062
|
"UhdDeviceSettings": {
|
3005
|
-
"shape": "
|
3063
|
+
"shape": "Slc",
|
3006
3064
|
"locationName": "uhdDeviceSettings"
|
3007
3065
|
},
|
3008
3066
|
"AvailabilityZone": {
|
@@ -3061,6 +3119,13 @@
|
|
3061
3119
|
},
|
3062
3120
|
"AvailabilityZone": {
|
3063
3121
|
"locationName": "availabilityZone"
|
3122
|
+
},
|
3123
|
+
"MedialiveInputArns": {
|
3124
|
+
"shape": "S5",
|
3125
|
+
"locationName": "medialiveInputArns"
|
3126
|
+
},
|
3127
|
+
"OutputType": {
|
3128
|
+
"locationName": "outputType"
|
3064
3129
|
}
|
3065
3130
|
}
|
3066
3131
|
}
|
@@ -3202,7 +3267,7 @@
|
|
3202
3267
|
"type": "structure",
|
3203
3268
|
"members": {
|
3204
3269
|
"Reservation": {
|
3205
|
-
"shape": "
|
3270
|
+
"shape": "Ska",
|
3206
3271
|
"locationName": "reservation"
|
3207
3272
|
}
|
3208
3273
|
}
|
@@ -7359,10 +7424,31 @@
|
|
7359
7424
|
"LatencyMs": {
|
7360
7425
|
"locationName": "latencyMs",
|
7361
7426
|
"type": "integer"
|
7427
|
+
},
|
7428
|
+
"Codec": {
|
7429
|
+
"locationName": "codec"
|
7430
|
+
},
|
7431
|
+
"MediaconnectSettings": {
|
7432
|
+
"locationName": "mediaconnectSettings",
|
7433
|
+
"type": "structure",
|
7434
|
+
"members": {
|
7435
|
+
"FlowArn": {
|
7436
|
+
"locationName": "flowArn"
|
7437
|
+
},
|
7438
|
+
"RoleArn": {
|
7439
|
+
"locationName": "roleArn"
|
7440
|
+
},
|
7441
|
+
"SecretArn": {
|
7442
|
+
"locationName": "secretArn"
|
7443
|
+
},
|
7444
|
+
"SourceName": {
|
7445
|
+
"locationName": "sourceName"
|
7446
|
+
}
|
7447
|
+
}
|
7362
7448
|
}
|
7363
7449
|
}
|
7364
7450
|
},
|
7365
|
-
"
|
7451
|
+
"Sj2": {
|
7366
7452
|
"type": "structure",
|
7367
7453
|
"members": {
|
7368
7454
|
"KmsKeyId": {
|
@@ -7370,7 +7456,7 @@
|
|
7370
7456
|
}
|
7371
7457
|
}
|
7372
7458
|
},
|
7373
|
-
"
|
7459
|
+
"Ska": {
|
7374
7460
|
"type": "structure",
|
7375
7461
|
"members": {
|
7376
7462
|
"Arn": {
|
@@ -7439,7 +7525,7 @@
|
|
7439
7525
|
}
|
7440
7526
|
}
|
7441
7527
|
},
|
7442
|
-
"
|
7528
|
+
"Slc": {
|
7443
7529
|
"type": "structure",
|
7444
7530
|
"members": {
|
7445
7531
|
"ConfiguredInput": {
|
@@ -7452,6 +7538,27 @@
|
|
7452
7538
|
"LatencyMs": {
|
7453
7539
|
"locationName": "latencyMs",
|
7454
7540
|
"type": "integer"
|
7541
|
+
},
|
7542
|
+
"Codec": {
|
7543
|
+
"locationName": "codec"
|
7544
|
+
},
|
7545
|
+
"MediaconnectSettings": {
|
7546
|
+
"locationName": "mediaconnectSettings",
|
7547
|
+
"type": "structure",
|
7548
|
+
"members": {
|
7549
|
+
"FlowArn": {
|
7550
|
+
"locationName": "flowArn"
|
7551
|
+
},
|
7552
|
+
"RoleArn": {
|
7553
|
+
"locationName": "roleArn"
|
7554
|
+
},
|
7555
|
+
"SecretArn": {
|
7556
|
+
"locationName": "secretArn"
|
7557
|
+
},
|
7558
|
+
"SourceName": {
|
7559
|
+
"locationName": "sourceName"
|
7560
|
+
}
|
7561
|
+
}
|
7455
7562
|
}
|
7456
7563
|
}
|
7457
7564
|
}
|