@aws-sdk/client-medialive 3.288.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 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.288.0",
4
+ "version": "3.290.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,41 +20,41 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-stream-browser": "3.282.0",
53
- "@aws-sdk/util-stream-node": "3.282.0",
54
- "@aws-sdk/util-user-agent-browser": "3.282.0",
55
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-stream-browser": "3.290.0",
53
+ "@aws-sdk/util-stream-node": "3.290.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
55
+ "@aws-sdk/util-user-agent-node": "3.290.0",
56
56
  "@aws-sdk/util-utf8": "3.254.0",
57
- "@aws-sdk/util-waiter": "3.272.0",
57
+ "@aws-sdk/util-waiter": "3.290.0",
58
58
  "tslib": "^2.3.1",
59
59
  "uuid": "^8.3.2"
60
60
  },