@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,34 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
|
|
|
29
29
|
* @see {@link RejectInputDeviceTransferCommandOutput} 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
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
57
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class RejectInputDeviceTransferCommand extends $Command<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
62
|
readonly input: RejectInputDeviceTransferCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
29
29
|
* @see {@link StartChannelCommandOutput} 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 StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: StartChannelCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInp
|
|
|
30
30
|
* @see {@link StartInputDeviceMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
34
|
+
* Placeholder documentation for BadGatewayException
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link BadRequestException} (client fault)
|
|
37
|
+
* Placeholder documentation for BadRequestException
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* Placeholder documentation for ForbiddenException
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link GatewayTimeoutException} (server fault)
|
|
43
|
+
* Placeholder documentation for GatewayTimeoutException
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
46
|
+
* Placeholder documentation for InternalServerErrorException
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NotFoundException} (client fault)
|
|
49
|
+
* Placeholder documentation for NotFoundException
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
|
+
* Placeholder documentation for TooManyRequestsException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
55
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class StartInputDeviceMaintenanceWindowCommand extends $Command<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput, MediaLiveClientResolvedConfig> {
|
|
35
60
|
readonly input: StartInputDeviceMaintenanceWindowCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
|
|
|
29
29
|
* @see {@link StartMultiplexCommandOutput} 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 StartMultiplexCommand extends $Command<StartMultiplexCommandInput, StartMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: StartMultiplexCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
29
29
|
* @see {@link StopChannelCommandOutput} 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 StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: StopChannelCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
|
|
|
29
29
|
* @see {@link StopMultiplexCommandOutput} 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 StopMultiplexCommand extends $Command<StopMultiplexCommandInput, StopMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: StopMultiplexCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
|
|
|
29
29
|
* @see {@link TransferInputDeviceCommandOutput} 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
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
57
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class TransferInputDeviceCommand extends $Command<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
62
|
readonly input: TransferInputDeviceCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
29
29
|
* @see {@link UpdateChannelClassCommandOutput} 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
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
57
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class UpdateChannelClassCommand extends $Command<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
62
|
readonly input: UpdateChannelClassCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateChannelCommandOutput} 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 UnprocessableEntityException} (client fault)
|
|
51
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateChannelCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateInputCommandOutput} 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
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateInputCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
29
29
|
* @see {@link UpdateInputDeviceCommandOutput} 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 UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateInputDeviceCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
|
|
|
29
29
|
* @see {@link UpdateInputSecurityGroupCommandOutput} 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
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateInputSecurityGroupCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
|
|
|
29
29
|
* @see {@link UpdateMultiplexCommandOutput} 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 UnprocessableEntityException} (client fault)
|
|
54
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateMultiplexCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
|
|
|
29
29
|
* @see {@link UpdateMultiplexProgramCommandOutput} 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 UnprocessableEntityException} (client fault)
|
|
54
|
+
* Placeholder documentation for UnprocessableEntityException
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateMultiplexProgramCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
|
|
|
29
29
|
* @see {@link UpdateReservationCommandOutput} 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 UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateReservationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,60 +20,55 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
53
|
-
"@aws-sdk/util-stream-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8": "3.
|
|
57
|
-
"@aws-sdk/util-waiter": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-stream-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-stream-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
56
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
57
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
63
63
|
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/node": "^14.14.31",
|
|
65
65
|
"@types/uuid": "^8.3.0",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typedoc": "0.
|
|
69
|
+
"typedoc": "0.23.23",
|
|
70
70
|
"typescript": "~4.6.2"
|
|
71
71
|
},
|
|
72
|
-
"overrides": {
|
|
73
|
-
"typedoc": {
|
|
74
|
-
"typescript": "~4.6.2"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
72
|
"engines": {
|
|
78
73
|
"node": ">=14.0.0"
|
|
79
74
|
},
|