@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 { BatchStartRequest, BatchStartResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchStartCommand}.
8
10
  */
9
11
  export interface BatchStartCommandInput extends BatchStartRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchStartCommand}.
13
17
  */
14
18
  export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Starts existing resources
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 BatchStartCommandOutput extends BatchStartResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchStartCommandInput - {@link BatchStartCommandInput}
34
+ * @returns {@link BatchStartCommandOutput}
28
35
  * @see {@link BatchStartCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchStartCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataB
58
65
  export declare class BatchStartCommand extends $Command<BatchStartCommandInput, BatchStartCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: BatchStartCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: BatchStartCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStartCommandInput, BatchStartCommandOutput>;
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 { BatchStopRequest, BatchStopResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchStopCommand}.
8
10
  */
9
11
  export interface BatchStopCommandInput extends BatchStopRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchStopCommand}.
13
17
  */
14
18
  export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Stops running resources
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 BatchStopCommandOutput extends BatchStopResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchStopCommandInput - {@link BatchStopCommandInput}
34
+ * @returns {@link BatchStopCommandOutput}
28
35
  * @see {@link BatchStopCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchStopCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBea
58
65
  export declare class BatchStopCommand extends $Command<BatchStopCommandInput, BatchStopCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: BatchStopCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: BatchStopCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStopCommandInput, BatchStopCommandOutput>;
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 { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchUpdateScheduleCommand}.
8
10
  */
9
11
  export interface BatchUpdateScheduleCommandInput extends BatchUpdateScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchUpdateScheduleCommand}.
13
17
  */
14
18
  export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Update a channel schedule
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 BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchUpdateScheduleCommandInput - {@link BatchUpdateScheduleCommandInput}
34
+ * @returns {@link BatchUpdateScheduleCommandOutput}
28
35
  * @see {@link BatchUpdateScheduleCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchUpdateScheduleCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
58
65
  export declare class BatchUpdateScheduleCommand extends $Command<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: BatchUpdateScheduleCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: BatchUpdateScheduleCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput>;
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 { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelInputDeviceTransferCommand}.
8
10
  */
9
11
  export interface CancelInputDeviceTransferCommandInput extends CancelInputDeviceTransferRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelInputDeviceTransferCommand}.
13
17
  */
14
18
  export interface CancelInputDeviceTransferCommandOutput extends CancelInputDeviceTransferResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Cancel an input device transfer that you have requested.
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 CancelInputDeviceTransferCommandOutput extends CancelInputDevic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelInputDeviceTransferCommandInput - {@link CancelInputDeviceTransferCommandInput}
34
+ * @returns {@link CancelInputDeviceTransferCommandOutput}
28
35
  * @see {@link CancelInputDeviceTransferCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelInputDeviceTransferCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDevic
61
68
  export declare class CancelInputDeviceTransferCommand extends $Command<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
62
69
  readonly input: CancelInputDeviceTransferCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CancelInputDeviceTransferCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput>;
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 { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ClaimDeviceCommand}.
8
10
  */
9
11
  export interface ClaimDeviceCommandInput extends ClaimDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ClaimDeviceCommand}.
13
17
  */
14
18
  export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor. After the request succeeds, you will own the device.
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 ClaimDeviceCommandOutput extends ClaimDeviceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ClaimDeviceCommandInput - {@link ClaimDeviceCommandInput}
34
+ * @returns {@link ClaimDeviceCommandOutput}
28
35
  * @see {@link ClaimDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link ClaimDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __Metadat
58
65
  export declare class ClaimDeviceCommand extends $Command<ClaimDeviceCommandInput, ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: ClaimDeviceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ClaimDeviceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClaimDeviceCommandInput, ClaimDeviceCommandOutput>;
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 { CreateChannelRequest, CreateChannelResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelCommand}.
8
10
  */
9
11
  export interface CreateChannelCommandInput extends CreateChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelCommand}.
13
17
  */
14
18
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a new 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 CreateChannelCommandOutput extends CreateChannelResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateChannelCommandInput - {@link CreateChannelCommandInput}
34
+ * @returns {@link CreateChannelCommandOutput}
28
35
  * @see {@link CreateChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
58
65
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: CreateChannelCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateChannelCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
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 { CreateInputRequest, CreateInputResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateInputCommand}.
8
10
  */
9
11
  export interface CreateInputCommandInput extends CreateInputRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateInputCommand}.
13
17
  */
14
18
  export interface CreateInputCommandOutput extends CreateInputResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create 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 CreateInputCommandOutput extends CreateInputResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateInputCommandInput - {@link CreateInputCommandInput}
34
+ * @returns {@link CreateInputCommandOutput}
28
35
  * @see {@link CreateInputCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateInputCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
52
59
  export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, MediaLiveClientResolvedConfig> {
53
60
  readonly input: CreateInputCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateInputCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { CreateInputSecurityGroupRequest, CreateInputSecurityGroupResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateInputSecurityGroupCommand}.
8
10
  */
9
11
  export interface CreateInputSecurityGroupCommandInput extends CreateInputSecurityGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateInputSecurityGroupCommand}.
13
17
  */
14
18
  export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecurityGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a Input Security Group
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 CreateInputSecurityGroupCommandOutput extends CreateInputSecuri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateInputSecurityGroupCommandInput - {@link CreateInputSecurityGroupCommandInput}
34
+ * @returns {@link CreateInputSecurityGroupCommandOutput}
28
35
  * @see {@link CreateInputSecurityGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateInputSecurityGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecuri
52
59
  export declare class CreateInputSecurityGroupCommand extends $Command<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
53
60
  readonly input: CreateInputSecurityGroupCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateInputSecurityGroupCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { CreateMultiplexRequest, CreateMultiplexResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMultiplexCommand}.
8
10
  */
9
11
  export interface CreateMultiplexCommandInput extends CreateMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMultiplexCommand}.
13
17
  */
14
18
  export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create a new multiplex.
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 CreateMultiplexCommandOutput extends CreateMultiplexResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMultiplexCommandInput - {@link CreateMultiplexCommandInput}
34
+ * @returns {@link CreateMultiplexCommandOutput}
28
35
  * @see {@link CreateMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, _
58
65
  export declare class CreateMultiplexCommand extends $Command<CreateMultiplexCommandInput, CreateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: CreateMultiplexCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateMultiplexCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultiplexCommandInput, CreateMultiplexCommandOutput>;
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 { CreateMultiplexProgramRequest, CreateMultiplexProgramResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMultiplexProgramCommand}.
8
10
  */
9
11
  export interface CreateMultiplexProgramCommandInput extends CreateMultiplexProgramRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMultiplexProgramCommand}.
13
17
  */
14
18
  export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProgramResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create a new program in the multiplex.
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 CreateMultiplexProgramCommandOutput extends CreateMultiplexProg
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMultiplexProgramCommandInput - {@link CreateMultiplexProgramCommandInput}
34
+ * @returns {@link CreateMultiplexProgramCommandOutput}
28
35
  * @see {@link CreateMultiplexProgramCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMultiplexProgramCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProg
58
65
  export declare class CreateMultiplexProgramCommand extends $Command<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: CreateMultiplexProgramCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateMultiplexProgramCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput>;
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 { CreatePartnerInputRequest, CreatePartnerInputResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePartnerInputCommand}.
8
10
  */
9
11
  export interface CreatePartnerInputCommandInput extends CreatePartnerInputRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePartnerInputCommand}.
13
17
  */
14
18
  export interface CreatePartnerInputCommandOutput extends CreatePartnerInputResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create a partner 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 CreatePartnerInputCommandOutput extends CreatePartnerInputRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreatePartnerInputCommandInput - {@link CreatePartnerInputCommandInput}
34
+ * @returns {@link CreatePartnerInputCommandOutput}
28
35
  * @see {@link CreatePartnerInputCommandInput} for command's `input` shape.
29
36
  * @see {@link CreatePartnerInputCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo
52
59
  export declare class CreatePartnerInputCommand extends $Command<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig> {
53
60
  readonly input: CreatePartnerInputCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreatePartnerInputCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { CreateTagsRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTagsCommand}.
8
10
  */
9
11
  export interface CreateTagsCommandInput extends CreateTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTagsCommand}.
13
17
  */
14
18
  export interface CreateTagsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create tags 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 CreateTagsCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateTagsCommandInput - {@link CreateTagsCommandInput}
34
+ * @returns {@link CreateTagsCommandOutput}
28
35
  * @see {@link CreateTagsCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
46
53
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, MediaLiveClientResolvedConfig> {
47
54
  readonly input: CreateTagsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateTagsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
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 { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteChannelCommand}.
8
10
  */
9
11
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteChannelCommand}.
13
17
  */
14
18
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Starts deletion of channel. The associated outputs are also deleted.
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 DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteChannelCommandInput - {@link DeleteChannelCommandInput}
34
+ * @returns {@link DeleteChannelCommandOutput}
28
35
  * @see {@link DeleteChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
58
65
  export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: DeleteChannelCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteChannelCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }