@aws-sdk/client-medialive 3.289.0 → 3.290.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 (60) hide show
  1. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +28 -0
  2. package/dist-types/commands/BatchDeleteCommand.d.ts +25 -0
  3. package/dist-types/commands/BatchStartCommand.d.ts +25 -0
  4. package/dist-types/commands/BatchStopCommand.d.ts +25 -0
  5. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +25 -0
  6. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +28 -0
  7. package/dist-types/commands/ClaimDeviceCommand.d.ts +25 -0
  8. package/dist-types/commands/CreateChannelCommand.d.ts +25 -0
  9. package/dist-types/commands/CreateInputCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +19 -0
  11. package/dist-types/commands/CreateMultiplexCommand.d.ts +25 -0
  12. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +25 -0
  13. package/dist-types/commands/CreatePartnerInputCommand.d.ts +19 -0
  14. package/dist-types/commands/CreateTagsCommand.d.ts +13 -0
  15. package/dist-types/commands/DeleteChannelCommand.d.ts +25 -0
  16. package/dist-types/commands/DeleteInputCommand.d.ts +25 -0
  17. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +22 -0
  18. package/dist-types/commands/DeleteMultiplexCommand.d.ts +25 -0
  19. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +25 -0
  20. package/dist-types/commands/DeleteReservationCommand.d.ts +25 -0
  21. package/dist-types/commands/DeleteScheduleCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteTagsCommand.d.ts +13 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +22 -0
  24. package/dist-types/commands/DescribeInputCommand.d.ts +22 -0
  25. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +22 -0
  26. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +22 -0
  27. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +22 -0
  28. package/dist-types/commands/DescribeMultiplexCommand.d.ts +22 -0
  29. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +22 -0
  30. package/dist-types/commands/DescribeOfferingCommand.d.ts +22 -0
  31. package/dist-types/commands/DescribeReservationCommand.d.ts +22 -0
  32. package/dist-types/commands/DescribeScheduleCommand.d.ts +22 -0
  33. package/dist-types/commands/ListChannelsCommand.d.ts +19 -0
  34. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +22 -0
  35. package/dist-types/commands/ListInputDevicesCommand.d.ts +19 -0
  36. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +19 -0
  37. package/dist-types/commands/ListInputsCommand.d.ts +19 -0
  38. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +22 -0
  39. package/dist-types/commands/ListMultiplexesCommand.d.ts +19 -0
  40. package/dist-types/commands/ListOfferingsCommand.d.ts +19 -0
  41. package/dist-types/commands/ListReservationsCommand.d.ts +19 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  43. package/dist-types/commands/PurchaseOfferingCommand.d.ts +25 -0
  44. package/dist-types/commands/RebootInputDeviceCommand.d.ts +25 -0
  45. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +28 -0
  46. package/dist-types/commands/StartChannelCommand.d.ts +25 -0
  47. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +25 -0
  48. package/dist-types/commands/StartMultiplexCommand.d.ts +25 -0
  49. package/dist-types/commands/StopChannelCommand.d.ts +25 -0
  50. package/dist-types/commands/StopMultiplexCommand.d.ts +25 -0
  51. package/dist-types/commands/TransferInputDeviceCommand.d.ts +28 -0
  52. package/dist-types/commands/UpdateChannelClassCommand.d.ts +28 -0
  53. package/dist-types/commands/UpdateChannelCommand.d.ts +22 -0
  54. package/dist-types/commands/UpdateInputCommand.d.ts +22 -0
  55. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +25 -0
  56. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +22 -0
  57. package/dist-types/commands/UpdateMultiplexCommand.d.ts +25 -0
  58. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +25 -0
  59. package/dist-types/commands/UpdateReservationCommand.d.ts +25 -0
  60. package/package.json +32 -32
@@ -29,6 +29,34 @@ export interface AcceptInputDeviceTransferCommandOutput extends AcceptInputDevic
29
29
  * @see {@link AcceptInputDeviceTransferCommandOutput} 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 AcceptInputDeviceTransferCommand extends $Command<AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
34
62
  readonly input: AcceptInputDeviceTransferCommandInput;
@@ -29,6 +29,31 @@ export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __Metadat
29
29
  * @see {@link BatchDeleteCommandOutput} 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 BatchDeleteCommand extends $Command<BatchDeleteCommandInput, BatchDeleteCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: BatchDeleteCommandInput;
@@ -29,6 +29,31 @@ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataB
29
29
  * @see {@link BatchStartCommandOutput} 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 BatchStartCommand extends $Command<BatchStartCommandInput, BatchStartCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: BatchStartCommandInput;
@@ -29,6 +29,31 @@ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBea
29
29
  * @see {@link BatchStopCommandOutput} 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 BatchStopCommand extends $Command<BatchStopCommandInput, BatchStopCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: BatchStopCommandInput;
@@ -29,6 +29,31 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
29
29
  * @see {@link BatchUpdateScheduleCommandOutput} 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 BatchUpdateScheduleCommand extends $Command<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: BatchUpdateScheduleCommandInput;
@@ -29,6 +29,34 @@ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDevic
29
29
  * @see {@link CancelInputDeviceTransferCommandOutput} 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 CancelInputDeviceTransferCommand extends $Command<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
34
62
  readonly input: CancelInputDeviceTransferCommandInput;
@@ -29,6 +29,31 @@ export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __Metadat
29
29
  * @see {@link ClaimDeviceCommandOutput} 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 ClaimDeviceCommand extends $Command<ClaimDeviceCommandInput, ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: ClaimDeviceCommandInput;
@@ -29,6 +29,31 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
29
29
  * @see {@link CreateChannelCommandOutput} 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 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 CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: CreateChannelCommandInput;
@@ -29,6 +29,25 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
29
29
  * @see {@link CreateInputCommandOutput} 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 CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, MediaLiveClientResolvedConfig> {
34
53
  readonly input: CreateInputCommandInput;
@@ -29,6 +29,25 @@ export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecuri
29
29
  * @see {@link CreateInputSecurityGroupCommandOutput} 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 CreateInputSecurityGroupCommand extends $Command<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
34
53
  readonly input: CreateInputSecurityGroupCommandInput;
@@ -29,6 +29,31 @@ export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, _
29
29
  * @see {@link CreateMultiplexCommandOutput} 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 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 CreateMultiplexCommand extends $Command<CreateMultiplexCommandInput, CreateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: CreateMultiplexCommandInput;
@@ -29,6 +29,31 @@ export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProg
29
29
  * @see {@link CreateMultiplexProgramCommandOutput} 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 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 CreateMultiplexProgramCommand extends $Command<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: CreateMultiplexProgramCommandInput;
@@ -29,6 +29,25 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo
29
29
  * @see {@link CreatePartnerInputCommandOutput} 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 CreatePartnerInputCommand extends $Command<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig> {
34
53
  readonly input: CreatePartnerInputCommandInput;
@@ -29,6 +29,19 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
29
29
  * @see {@link CreateTagsCommandOutput} 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 CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, MediaLiveClientResolvedConfig> {
34
47
  readonly input: CreateTagsCommandInput;
@@ -29,6 +29,31 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
29
29
  * @see {@link DeleteChannelCommandOutput} 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 DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: DeleteChannelCommandInput;
@@ -29,6 +29,31 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
29
29
  * @see {@link DeleteInputCommandOutput} 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 DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: DeleteInputCommandInput;
@@ -29,6 +29,28 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
29
29
  * @see {@link DeleteInputSecurityGroupCommandOutput} 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 DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
34
56
  readonly input: DeleteInputSecurityGroupCommandInput;
@@ -29,6 +29,31 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
29
29
  * @see {@link DeleteMultiplexCommandOutput} 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 DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: DeleteMultiplexCommandInput;
@@ -29,6 +29,31 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
29
29
  * @see {@link DeleteMultiplexProgramCommandOutput} 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 DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: DeleteMultiplexProgramCommandInput;
@@ -29,6 +29,31 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
29
29
  * @see {@link DeleteReservationCommandOutput} 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 DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
34
59
  readonly input: DeleteReservationCommandInput;
@@ -29,6 +29,28 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
29
29
  * @see {@link DeleteScheduleCommandOutput} 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 DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
34
56
  readonly input: DeleteScheduleCommandInput;