@aws-sdk/client-medialive 3.289.0 → 3.292.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.
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +28 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +25 -0
- package/dist-types/commands/BatchStartCommand.d.ts +25 -0
- package/dist-types/commands/BatchStopCommand.d.ts +25 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +25 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +28 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +25 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +25 -0
- package/dist-types/commands/CreateInputCommand.d.ts +19 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +19 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +25 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +25 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +19 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +13 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +25 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +25 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +22 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +25 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +25 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +25 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +22 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +22 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +22 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +22 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +22 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +22 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +22 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +22 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +22 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +19 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +22 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +19 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +19 -0
- package/dist-types/commands/ListInputsCommand.d.ts +19 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +22 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +19 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +19 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +25 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +25 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +28 -0
- package/dist-types/commands/StartChannelCommand.d.ts +25 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +25 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +25 -0
- package/dist-types/commands/StopChannelCommand.d.ts +25 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +25 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +28 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +28 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +22 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +22 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +25 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +22 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +25 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +25 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +25 -0
- package/package.json +38 -43
|
@@ -29,6 +29,19 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Placeholder documentation for BadRequestException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Placeholder documentation for ForbiddenException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Placeholder documentation for InternalServerErrorException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Placeholder documentation for NotFoundException
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteTagsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
29
29
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeChannelCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
29
29
|
* @see {@link DescribeInputCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeInputCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
|
|
|
29
29
|
* @see {@link DescribeInputDeviceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeInputDeviceCommand extends $Command<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeInputDeviceCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStre
|
|
|
29
29
|
* @see {@link DescribeInputDeviceThumbnailCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeInputDeviceThumbnailCommand extends $Command<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeInputDeviceThumbnailCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
|
|
|
29
29
|
* @see {@link DescribeInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeInputSecurityGroupCommand extends $Command<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeInputSecurityGroupCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
|
|
|
29
29
|
* @see {@link DescribeMultiplexCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeMultiplexCommand extends $Command<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeMultiplexCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplex
|
|
|
29
29
|
* @see {@link DescribeMultiplexProgramCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeMultiplexProgramCommand extends $Command<DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeMultiplexProgramCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
29
29
|
* @see {@link DescribeOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeOfferingCommand extends $Command<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeOfferingCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
29
29
|
* @see {@link DescribeReservationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeReservationCommand extends $Command<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeReservationCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
29
29
|
* @see {@link DescribeScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeScheduleCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListChannelsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
|
|
|
29
29
|
* @see {@link ListInputDeviceTransfersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
51
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListInputDeviceTransfersCommand extends $Command<ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: ListInputDeviceTransfersCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
|
|
|
29
29
|
* @see {@link ListInputDevicesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListInputDevicesCommand extends $Command<ListInputDevicesCommandInput, ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListInputDevicesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
|
|
|
29
29
|
* @see {@link ListInputSecurityGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListInputSecurityGroupsCommand extends $Command<ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListInputSecurityGroupsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListInputsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListInputsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
|
|
|
29
29
|
* @see {@link ListMultiplexProgramsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListMultiplexProgramsCommand extends $Command<ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: ListMultiplexProgramsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
|
|
|
29
29
|
* @see {@link ListMultiplexesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListMultiplexesCommand extends $Command<ListMultiplexesCommandInput, ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListMultiplexesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
|
|
|
29
29
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListOfferingsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
|
|
|
29
29
|
* @see {@link ListReservationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Placeholder documentation for TooManyRequestsException
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
53
|
readonly input: ListReservationsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Placeholder documentation for BadRequestException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Placeholder documentation for ForbiddenException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Placeholder documentation for InternalServerErrorException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Placeholder documentation for NotFoundException
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
|
|
|
29
29
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* Placeholder documentation for ConflictException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
42
|
+
* Placeholder documentation for ForbiddenException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
45
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
48
|
+
* Placeholder documentation for InternalServerErrorException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* Placeholder documentation for NotFoundException
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
|
+
* Placeholder documentation for TooManyRequestsException
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: PurchaseOfferingCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface RebootInputDeviceCommandOutput extends RebootInputDeviceRespons
|
|
|
29
29
|
* @see {@link RebootInputDeviceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
33
|
+
* Placeholder documentation for BadGatewayException
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Placeholder documentation for BadRequestException
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Placeholder documentation for ForbiddenException
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
42
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
45
|
+
* Placeholder documentation for InternalServerErrorException
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* Placeholder documentation for NotFoundException
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Placeholder documentation for TooManyRequestsException
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
54
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class RebootInputDeviceCommand extends $Command<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: RebootInputDeviceCommandInput;
|