@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 { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInputCommand}.
8
10
  */
9
11
  export interface DeleteInputCommandInput extends DeleteInputRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInputCommand}.
13
17
  */
14
18
  export interface DeleteInputCommandOutput extends DeleteInputResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes the input end point
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 DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInputCommandInput - {@link DeleteInputCommandInput}
34
+ * @returns {@link DeleteInputCommandOutput}
28
35
  * @see {@link DeleteInputCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInputCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
58
65
  export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: DeleteInputCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteInputCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
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 { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInputSecurityGroupCommand}.
8
10
  */
9
11
  export interface DeleteInputSecurityGroupCommandInput extends DeleteInputSecurityGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInputSecurityGroupCommand}.
13
17
  */
14
18
  export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecurityGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes an 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 DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInputSecurityGroupCommandInput - {@link DeleteInputSecurityGroupCommandInput}
34
+ * @returns {@link DeleteInputSecurityGroupCommandOutput}
28
35
  * @see {@link DeleteInputSecurityGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInputSecurityGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
55
62
  export declare class DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DeleteInputSecurityGroupCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteInputSecurityGroupCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput>;
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 { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMultiplexCommand}.
8
10
  */
9
11
  export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMultiplexCommand}.
13
17
  */
14
18
  export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Delete a multiplex. The multiplex must be idle.
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 DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMultiplexCommandInput - {@link DeleteMultiplexCommandInput}
34
+ * @returns {@link DeleteMultiplexCommandOutput}
28
35
  * @see {@link DeleteMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
58
65
  export declare class DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: DeleteMultiplexCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteMultiplexCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput>;
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 { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMultiplexProgramCommand}.
8
10
  */
9
11
  export interface DeleteMultiplexProgramCommandInput extends DeleteMultiplexProgramRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMultiplexProgramCommand}.
13
17
  */
14
18
  export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProgramResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Delete a program from a 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 DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMultiplexProgramCommandInput - {@link DeleteMultiplexProgramCommandInput}
34
+ * @returns {@link DeleteMultiplexProgramCommandOutput}
28
35
  * @see {@link DeleteMultiplexProgramCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMultiplexProgramCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
58
65
  export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: DeleteMultiplexProgramCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteMultiplexProgramCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput>;
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 { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReservationCommand}.
8
10
  */
9
11
  export interface DeleteReservationCommandInput extends DeleteReservationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReservationCommand}.
13
17
  */
14
18
  export interface DeleteReservationCommandOutput extends DeleteReservationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Delete an expired 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 DeleteReservationCommandOutput extends DeleteReservationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReservationCommandInput - {@link DeleteReservationCommandInput}
34
+ * @returns {@link DeleteReservationCommandOutput}
28
35
  * @see {@link DeleteReservationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReservationCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
58
65
  export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: DeleteReservationCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteReservationCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReservationCommandInput, DeleteReservationCommandOutput>;
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 { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteScheduleCommand}.
8
10
  */
9
11
  export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteScheduleCommand}.
13
17
  */
14
18
  export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Delete all schedule actions on 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 DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteScheduleCommandInput - {@link DeleteScheduleCommandInput}
34
+ * @returns {@link DeleteScheduleCommandOutput}
28
35
  * @see {@link DeleteScheduleCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteScheduleCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
55
62
  export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DeleteScheduleCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteScheduleCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduleCommandInput, DeleteScheduleCommandOutput>;
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 { DeleteTagsRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTagsCommand}.
8
10
  */
9
11
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTagsCommand}.
13
17
  */
14
18
  export interface DeleteTagsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Removes 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 DeleteTagsCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
34
+ * @returns {@link DeleteTagsCommandOutput}
28
35
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
47
54
  readonly input: DeleteTagsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteTagsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
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 { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeChannelCommand}.
8
10
  */
9
11
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeChannelCommand}.
13
17
  */
14
18
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Gets details about 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 DescribeChannelCommandOutput extends DescribeChannelResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeChannelCommandInput - {@link DescribeChannelCommandInput}
34
+ * @returns {@link DescribeChannelCommandOutput}
28
35
  * @see {@link DescribeChannelCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeChannelCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
55
62
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeChannelCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeChannelCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
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 { DescribeInputRequest, DescribeInputResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInputCommand}.
8
10
  */
9
11
  export interface DescribeInputCommandInput extends DescribeInputRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInputCommand}.
13
17
  */
14
18
  export interface DescribeInputCommandOutput extends DescribeInputResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Produces details about 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 DescribeInputCommandOutput extends DescribeInputResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeInputCommandInput - {@link DescribeInputCommandInput}
34
+ * @returns {@link DescribeInputCommandOutput}
28
35
  * @see {@link DescribeInputCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeInputCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
55
62
  export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeInputCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeInputCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputCommandInput, DescribeInputCommandOutput>;
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 { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInputDeviceCommand}.
8
10
  */
9
11
  export interface DescribeInputDeviceCommandInput extends DescribeInputDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInputDeviceCommand}.
13
17
  */
14
18
  export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Gets the details for the input 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 DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeInputDeviceCommandInput - {@link DescribeInputDeviceCommandInput}
34
+ * @returns {@link DescribeInputDeviceCommandOutput}
28
35
  * @see {@link DescribeInputDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeInputDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
55
62
  export declare class DescribeInputDeviceCommand extends $Command<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeInputDeviceCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeInputDeviceCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput>;
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 { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInputDeviceThumbnailCommand}.
8
10
  */
9
11
  export interface DescribeInputDeviceThumbnailCommandInput extends DescribeInputDeviceThumbnailRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInputDeviceThumbnailCommand}.
13
17
  */
14
18
  export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStreamMixin<DescribeInputDeviceThumbnailResponse, "Body">, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Get the latest thumbnail data for the input 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 DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStre
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeInputDeviceThumbnailCommandInput - {@link DescribeInputDeviceThumbnailCommandInput}
34
+ * @returns {@link DescribeInputDeviceThumbnailCommandOutput}
28
35
  * @see {@link DescribeInputDeviceThumbnailCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeInputDeviceThumbnailCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStre
55
62
  export declare class DescribeInputDeviceThumbnailCommand extends $Command<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeInputDeviceThumbnailCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeInputDeviceThumbnailCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput>;
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 { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInputSecurityGroupCommand}.
8
10
  */
9
11
  export interface DescribeInputSecurityGroupCommandInput extends DescribeInputSecurityGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInputSecurityGroupCommand}.
13
17
  */
14
18
  export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSecurityGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Produces a summary of an 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 DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeInputSecurityGroupCommandInput - {@link DescribeInputSecurityGroupCommandInput}
34
+ * @returns {@link DescribeInputSecurityGroupCommandOutput}
28
35
  * @see {@link DescribeInputSecurityGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeInputSecurityGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
55
62
  export declare class DescribeInputSecurityGroupCommand extends $Command<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeInputSecurityGroupCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeInputSecurityGroupCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput>;
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 { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeMultiplexCommand}.
8
10
  */
9
11
  export interface DescribeMultiplexCommandInput extends DescribeMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeMultiplexCommand}.
13
17
  */
14
18
  export interface DescribeMultiplexCommandOutput extends DescribeMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Gets details about a 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 DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeMultiplexCommandInput - {@link DescribeMultiplexCommandInput}
34
+ * @returns {@link DescribeMultiplexCommandOutput}
28
35
  * @see {@link DescribeMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
55
62
  export declare class DescribeMultiplexCommand extends $Command<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: DescribeMultiplexCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeMultiplexCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }