cdk-comprehend-s3olap 2.0.44 → 2.0.47

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.
@@ -2289,6 +2289,31 @@
2289
2289
  }
2290
2290
  }
2291
2291
  },
2292
+ "RebootInputDevice": {
2293
+ "http": {
2294
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/reboot",
2295
+ "responseCode": 200
2296
+ },
2297
+ "input": {
2298
+ "type": "structure",
2299
+ "members": {
2300
+ "Force": {
2301
+ "locationName": "force"
2302
+ },
2303
+ "InputDeviceId": {
2304
+ "location": "uri",
2305
+ "locationName": "inputDeviceId"
2306
+ }
2307
+ },
2308
+ "required": [
2309
+ "InputDeviceId"
2310
+ ]
2311
+ },
2312
+ "output": {
2313
+ "type": "structure",
2314
+ "members": {}
2315
+ }
2316
+ },
2292
2317
  "RejectInputDeviceTransfer": {
2293
2318
  "http": {
2294
2319
  "requestUri": "/prod/inputDevices/{inputDeviceId}/reject",
@@ -2399,6 +2424,28 @@
2399
2424
  }
2400
2425
  }
2401
2426
  },
2427
+ "StartInputDeviceMaintenanceWindow": {
2428
+ "http": {
2429
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/startInputDeviceMaintenanceWindow",
2430
+ "responseCode": 200
2431
+ },
2432
+ "input": {
2433
+ "type": "structure",
2434
+ "members": {
2435
+ "InputDeviceId": {
2436
+ "location": "uri",
2437
+ "locationName": "inputDeviceId"
2438
+ }
2439
+ },
2440
+ "required": [
2441
+ "InputDeviceId"
2442
+ ]
2443
+ },
2444
+ "output": {
2445
+ "type": "structure",
2446
+ "members": {}
2447
+ }
2448
+ },
2402
2449
  "StartMultiplex": {
2403
2450
  "http": {
2404
2451
  "requestUri": "/prod/multiplexes/{multiplexId}/start",
@@ -2816,7 +2863,7 @@
2816
2863
  "type": "structure",
2817
2864
  "members": {
2818
2865
  "HdDeviceSettings": {
2819
- "shape": "Sk0",
2866
+ "shape": "Sk5",
2820
2867
  "locationName": "hdDeviceSettings"
2821
2868
  },
2822
2869
  "InputDeviceId": {
@@ -2827,7 +2874,7 @@
2827
2874
  "locationName": "name"
2828
2875
  },
2829
2876
  "UhdDeviceSettings": {
2830
- "shape": "Sk0",
2877
+ "shape": "Sk5",
2831
2878
  "locationName": "uhdDeviceSettings"
2832
2879
  }
2833
2880
  },
@@ -7058,7 +7105,7 @@
7058
7105
  }
7059
7106
  }
7060
7107
  },
7061
- "Sk0": {
7108
+ "Sk5": {
7062
7109
  "type": "structure",
7063
7110
  "members": {
7064
7111
  "ConfiguredInput": {