@aws-sdk/client-medialive 3.295.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 +32 -32
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInputDeviceCommand}.
8
10
  */
9
11
  export interface UpdateInputDeviceCommandInput extends UpdateInputDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInputDeviceCommand}.
13
17
  */
14
18
  export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates the parameters 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 UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateInputDeviceCommandInput - {@link UpdateInputDeviceCommandInput}
34
+ * @returns {@link UpdateInputDeviceCommandOutput}
28
35
  * @see {@link UpdateInputDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateInputDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
58
65
  export declare class UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: UpdateInputDeviceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateInputDeviceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput>;
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 { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInputSecurityGroupCommand}.
8
10
  */
9
11
  export interface UpdateInputSecurityGroupCommandInput extends UpdateInputSecurityGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInputSecurityGroupCommand}.
13
17
  */
14
18
  export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecurityGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Update an Input Security Group's Whilelists.
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 UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateInputSecurityGroupCommandInput - {@link UpdateInputSecurityGroupCommandInput}
34
+ * @returns {@link UpdateInputSecurityGroupCommandOutput}
28
35
  * @see {@link UpdateInputSecurityGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateInputSecurityGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
55
62
  export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
56
63
  readonly input: UpdateInputSecurityGroupCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateInputSecurityGroupCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput>;
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 { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMultiplexCommand}.
8
10
  */
9
11
  export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMultiplexCommand}.
13
17
  */
14
18
  export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates 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 UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMultiplexCommandInput - {@link UpdateMultiplexCommandInput}
34
+ * @returns {@link UpdateMultiplexCommandOutput}
28
35
  * @see {@link UpdateMultiplexCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMultiplexCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
58
65
  export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: UpdateMultiplexCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateMultiplexCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput>;
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 { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMultiplexProgramCommand}.
8
10
  */
9
11
  export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMultiplexProgramCommand}.
13
17
  */
14
18
  export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Update a program in 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 UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMultiplexProgramCommandInput - {@link UpdateMultiplexProgramCommandInput}
34
+ * @returns {@link UpdateMultiplexProgramCommandOutput}
28
35
  * @see {@link UpdateMultiplexProgramCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMultiplexProgramCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
58
65
  export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: UpdateMultiplexProgramCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateMultiplexProgramCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput>;
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 { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateReservationCommand}.
8
10
  */
9
11
  export interface UpdateReservationCommandInput extends UpdateReservationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateReservationCommand}.
13
17
  */
14
18
  export interface UpdateReservationCommandOutput extends UpdateReservationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Update 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 UpdateReservationCommandOutput extends UpdateReservationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateReservationCommandInput - {@link UpdateReservationCommandInput}
34
+ * @returns {@link UpdateReservationCommandOutput}
28
35
  * @see {@link UpdateReservationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateReservationCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
58
65
  export declare class UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
59
66
  readonly input: UpdateReservationCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateReservationCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReservationCommandInput, UpdateReservationCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from MediaLive service.
4
6
  */
5
7
  export declare class MediaLiveServiceException extends __ServiceException {