@aws-sdk/client-medialive 3.296.0 → 3.297.0

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 (77) hide show
  1. package/dist-types/MediaLive.d.ts +60 -0
  2. package/dist-types/MediaLiveClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchStopCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
  8. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
  9. package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
  15. package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
  37. package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListInputsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  45. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  46. package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
  47. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
  48. package/dist-types/commands/StartChannelCommand.d.ts +16 -0
  49. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
  50. package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
  51. package/dist-types/commands/StopChannelCommand.d.ts +16 -0
  52. package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
  53. package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
  62. package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +612 -0
  64. package/dist-types/models/models_1.d.ts +518 -0
  65. package/dist-types/models/models_2.d.ts +25 -0
  66. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
  67. package/dist-types/pagination/Interfaces.d.ts +3 -0
  68. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  77. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Produces list of tags that have been created for a resource
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
46
53
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {
47
54
  readonly input: ListTagsForResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTagsForResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PurchaseOfferingCommand}.
8
10
  */
9
11
  export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PurchaseOfferingCommand}.
13
17
  */
14
18
  export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Purchase an offering and create a reservation.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PurchaseOfferingCommandInput - {@link PurchaseOfferingCommandInput}
34
+ * @returns {@link PurchaseOfferingCommandOutput}
28
35
  * @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
29
36
  * @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
58
65
  export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: PurchaseOfferingCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: PurchaseOfferingCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RebootInputDeviceCommand}.
8
10
  */
9
11
  export interface RebootInputDeviceCommandInput extends RebootInputDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RebootInputDeviceCommand}.
13
17
  */
14
18
  export interface RebootInputDeviceCommandOutput extends RebootInputDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Send a reboot command to the specified input device. The device will begin rebooting within a few seconds of sending the command. When the reboot is complete, the device’s connection status will change to connected.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RebootInputDeviceCommandOutput extends RebootInputDeviceRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RebootInputDeviceCommandInput - {@link RebootInputDeviceCommandInput}
34
+ * @returns {@link RebootInputDeviceCommandOutput}
28
35
  * @see {@link RebootInputDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link RebootInputDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface RebootInputDeviceCommandOutput extends RebootInputDeviceRespons
58
65
  export declare class RebootInputDeviceCommand extends $Command<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: RebootInputDeviceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: RebootInputDeviceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RejectInputDeviceTransferCommand}.
8
10
  */
9
11
  export interface RejectInputDeviceTransferCommandInput extends RejectInputDeviceTransferRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RejectInputDeviceTransferCommand}.
13
17
  */
14
18
  export interface RejectInputDeviceTransferCommandOutput extends RejectInputDeviceTransferResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Reject the transfer of the specified input device to your AWS account.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RejectInputDeviceTransferCommandInput - {@link RejectInputDeviceTransferCommandInput}
34
+ * @returns {@link RejectInputDeviceTransferCommandOutput}
28
35
  * @see {@link RejectInputDeviceTransferCommandInput} for command's `input` shape.
29
36
  * @see {@link RejectInputDeviceTransferCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -61,11 +68,20 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
61
68
  export declare class RejectInputDeviceTransferCommand extends $Command<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
62
69
  readonly input: RejectInputDeviceTransferCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: RejectInputDeviceTransferCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StartChannelRequest, StartChannelResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartChannelCommand}.
8
10
  */
9
11
  export interface StartChannelCommandInput extends StartChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartChannelCommand}.
13
17
  */
14
18
  export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Starts an existing channel
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartChannelCommandInput - {@link StartChannelCommandInput}
34
+ * @returns {@link StartChannelCommandOutput}
28
35
  * @see {@link StartChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link StartChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
58
65
  export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: StartChannelCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: StartChannelCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartChannelCommandInput, StartChannelCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -5,16 +5,21 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  import { StartInputDeviceMaintenanceWindowRequest } from "../models/models_1";
6
6
  import { StartInputDeviceMaintenanceWindowResponse } from "../models/models_2";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link StartInputDeviceMaintenanceWindowCommand}.
9
11
  */
10
12
  export interface StartInputDeviceMaintenanceWindowCommandInput extends StartInputDeviceMaintenanceWindowRequest {
11
13
  }
12
14
  /**
15
+ * @public
16
+ *
13
17
  * The output of {@link StartInputDeviceMaintenanceWindowCommand}.
14
18
  */
15
19
  export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInputDeviceMaintenanceWindowResponse, __MetadataBearer {
16
20
  }
17
21
  /**
22
+ * @public
18
23
  * Start a maintenance window for the specified input device. Starting a maintenance window will give the device up to two hours to install software. If the device was streaming prior to the maintenance, it will resume streaming when the software is fully installed. Devices automatically install updates while they are powered on and their MediaLive channels are stopped. A maintenance window allows you to update a device without having to stop MediaLive channels that use the device. The device must remain powered on and connected to the internet for the duration of the maintenance.
19
24
  * @example
20
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,6 +31,8 @@ export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInp
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartInputDeviceMaintenanceWindowCommandInput - {@link StartInputDeviceMaintenanceWindowCommandInput}
35
+ * @returns {@link StartInputDeviceMaintenanceWindowCommandOutput}
29
36
  * @see {@link StartInputDeviceMaintenanceWindowCommandInput} for command's `input` shape.
30
37
  * @see {@link StartInputDeviceMaintenanceWindowCommandOutput} for command's `response` shape.
31
38
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -59,11 +66,20 @@ export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInp
59
66
  export declare class StartInputDeviceMaintenanceWindowCommand extends $Command<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput, MediaLiveClientResolvedConfig> {
60
67
  readonly input: StartInputDeviceMaintenanceWindowCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: StartInputDeviceMaintenanceWindowCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartMultiplexCommand}.
8
10
  */
9
11
  export interface StartMultiplexCommandInput extends StartMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartMultiplexCommand}.
13
17
  */
14
18
  export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Start (run) the multiplex. Starting the multiplex does not start the channels. You must explicitly start each channel.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartMultiplexCommandInput - {@link StartMultiplexCommandInput}
34
+ * @returns {@link StartMultiplexCommandOutput}
28
35
  * @see {@link StartMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link StartMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
58
65
  export declare class StartMultiplexCommand extends $Command<StartMultiplexCommandInput, StartMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: StartMultiplexCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: StartMultiplexCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMultiplexCommandInput, StartMultiplexCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopChannelRequest, StopChannelResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopChannelCommand}.
8
10
  */
9
11
  export interface StopChannelCommandInput extends StopChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopChannelCommand}.
13
17
  */
14
18
  export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Stops a running channel
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopChannelCommandInput - {@link StopChannelCommandInput}
34
+ * @returns {@link StopChannelCommandOutput}
28
35
  * @see {@link StopChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link StopChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
58
65
  export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: StopChannelCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: StopChannelCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopMultiplexCommand}.
8
10
  */
9
11
  export interface StopMultiplexCommandInput extends StopMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopMultiplexCommand}.
13
17
  */
14
18
  export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Stops a running multiplex. If the multiplex isn't running, this action has no effect.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopMultiplexCommandInput - {@link StopMultiplexCommandInput}
34
+ * @returns {@link StopMultiplexCommandOutput}
28
35
  * @see {@link StopMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link StopMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
58
65
  export declare class StopMultiplexCommand extends $Command<StopMultiplexCommandInput, StopMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: StopMultiplexCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: StopMultiplexCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMultiplexCommandInput, StopMultiplexCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TransferInputDeviceCommand}.
8
10
  */
9
11
  export interface TransferInputDeviceCommandInput extends TransferInputDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TransferInputDeviceCommand}.
13
17
  */
14
18
  export interface TransferInputDeviceCommandOutput extends TransferInputDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TransferInputDeviceCommandInput - {@link TransferInputDeviceCommandInput}
34
+ * @returns {@link TransferInputDeviceCommandOutput}
28
35
  * @see {@link TransferInputDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link TransferInputDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -61,11 +68,20 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
61
68
  export declare class TransferInputDeviceCommand extends $Command<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
62
69
  readonly input: TransferInputDeviceCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: TransferInputDeviceCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateChannelClassCommand}.
8
10
  */
9
11
  export interface UpdateChannelClassCommandInput extends UpdateChannelClassRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateChannelClassCommand}.
13
17
  */
14
18
  export interface UpdateChannelClassCommandOutput extends UpdateChannelClassResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Changes the class of the channel.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateChannelClassCommandInput - {@link UpdateChannelClassCommandInput}
34
+ * @returns {@link UpdateChannelClassCommandOutput}
28
35
  * @see {@link UpdateChannelClassCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateChannelClassCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
61
68
  export declare class UpdateChannelClassCommand extends $Command<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig> {
62
69
  readonly input: UpdateChannelClassCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UpdateChannelClassCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateChannelCommand}.
8
10
  */
9
11
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateChannelCommand}.
13
17
  */
14
18
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates a channel.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateChannelCommandInput - {@link UpdateChannelCommandInput}
34
+ * @returns {@link UpdateChannelCommandOutput}
28
35
  * @see {@link UpdateChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
55
62
  export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: UpdateChannelCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateChannelCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInputCommand}.
8
10
  */
9
11
  export interface UpdateInputCommandInput extends UpdateInputRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInputCommand}.
13
17
  */
14
18
  export interface UpdateInputCommandOutput extends UpdateInputResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates an input.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateInputCommandInput - {@link UpdateInputCommandInput}
34
+ * @returns {@link UpdateInputCommandOutput}
28
35
  * @see {@link UpdateInputCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateInputCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
55
62
  export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: UpdateInputCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateInputCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputCommandInput, UpdateInputCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }