@aws-sdk/client-medialive 3.168.0 → 3.170.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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1072 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +483 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +59 -59
  64. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  65. package/dist-types/ts3.4/index.d.ts +7 -7
  66. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +8 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +2707 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +3418 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +242 -194
  71. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  73. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +713 -179
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +13 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +13 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +13 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +13 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +13 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +13 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +13 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +13 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +13 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +13 -7
  100. package/package.json +35 -35
@@ -1,179 +1,713 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "../commands/AcceptInputDeviceTransferCommand";
4
- import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "../commands/BatchDeleteCommand";
5
- import { BatchStartCommandInput, BatchStartCommandOutput } from "../commands/BatchStartCommand";
6
- import { BatchStopCommandInput, BatchStopCommandOutput } from "../commands/BatchStopCommand";
7
- import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "../commands/BatchUpdateScheduleCommand";
8
- import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "../commands/CancelInputDeviceTransferCommand";
9
- import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "../commands/ClaimDeviceCommand";
10
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
11
- import { CreateInputCommandInput, CreateInputCommandOutput } from "../commands/CreateInputCommand";
12
- import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "../commands/CreateInputSecurityGroupCommand";
13
- import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "../commands/CreateMultiplexCommand";
14
- import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "../commands/CreateMultiplexProgramCommand";
15
- import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "../commands/CreatePartnerInputCommand";
16
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
17
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
18
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "../commands/DeleteInputCommand";
19
- import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "../commands/DeleteInputSecurityGroupCommand";
20
- import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "../commands/DeleteMultiplexCommand";
21
- import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "../commands/DeleteMultiplexProgramCommand";
22
- import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "../commands/DeleteReservationCommand";
23
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
24
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
25
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
26
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
27
- import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "../commands/DescribeInputDeviceCommand";
28
- import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "../commands/DescribeInputDeviceThumbnailCommand";
29
- import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "../commands/DescribeInputSecurityGroupCommand";
30
- import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
31
- import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "../commands/DescribeMultiplexProgramCommand";
32
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
33
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
34
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
35
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
36
- import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
37
- import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
38
- import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
39
- import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
40
- import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
41
- import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
42
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
43
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
45
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
46
- import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "../commands/RebootInputDeviceCommand";
47
- import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "../commands/RejectInputDeviceTransferCommand";
48
- import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
49
- import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "../commands/StartInputDeviceMaintenanceWindowCommand";
50
- import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../commands/StartMultiplexCommand";
51
- import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
52
- import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
53
- import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "../commands/TransferInputDeviceCommand";
54
- import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "../commands/UpdateChannelClassCommand";
55
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
56
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "../commands/UpdateInputCommand";
57
- import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "../commands/UpdateInputDeviceCommand";
58
- import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "../commands/UpdateInputSecurityGroupCommand";
59
- import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "../commands/UpdateMultiplexCommand";
60
- import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "../commands/UpdateMultiplexProgramCommand";
61
- import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "../commands/UpdateReservationCommand";
62
- export declare const serializeAws_restJson1AcceptInputDeviceTransferCommand: (input: AcceptInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1BatchDeleteCommand: (input: BatchDeleteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1BatchStartCommand: (input: BatchStartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1BatchStopCommand: (input: BatchStopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1BatchUpdateScheduleCommand: (input: BatchUpdateScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1CancelInputDeviceTransferCommand: (input: CancelInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1ClaimDeviceCommand: (input: ClaimDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateInputCommand: (input: CreateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateInputSecurityGroupCommand: (input: CreateInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateMultiplexCommand: (input: CreateMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateMultiplexProgramCommand: (input: CreateMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreatePartnerInputCommand: (input: CreatePartnerInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DeleteInputCommand: (input: DeleteInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeleteInputSecurityGroupCommand: (input: DeleteInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteMultiplexCommand: (input: DeleteMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteMultiplexProgramCommand: (input: DeleteMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteReservationCommand: (input: DeleteReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteScheduleCommand: (input: DeleteScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DescribeInputCommand: (input: DescribeInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DescribeInputDeviceCommand: (input: DescribeInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DescribeInputDeviceThumbnailCommand: (input: DescribeInputDeviceThumbnailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DescribeInputSecurityGroupCommand: (input: DescribeInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DescribeMultiplexCommand: (input: DescribeMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DescribeMultiplexProgramCommand: (input: DescribeMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DescribeOfferingCommand: (input: DescribeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DescribeReservationCommand: (input: DescribeReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DescribeScheduleCommand: (input: DescribeScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1ListInputDevicesCommand: (input: ListInputDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1ListInputDeviceTransfersCommand: (input: ListInputDeviceTransfersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1ListInputsCommand: (input: ListInputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1ListInputSecurityGroupsCommand: (input: ListInputSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1ListMultiplexesCommand: (input: ListMultiplexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1ListMultiplexProgramsCommand: (input: ListMultiplexProgramsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1RebootInputDeviceCommand: (input: RebootInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1RejectInputDeviceTransferCommand: (input: RejectInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (input: StartInputDeviceMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1StartMultiplexCommand: (input: StartMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1StopMultiplexCommand: (input: StopMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1TransferInputDeviceCommand: (input: TransferInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1UpdateChannelClassCommand: (input: UpdateChannelClassCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1UpdateInputCommand: (input: UpdateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1UpdateInputDeviceCommand: (input: UpdateInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1UpdateInputSecurityGroupCommand: (input: UpdateInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1UpdateMultiplexCommand: (input: UpdateMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1UpdateMultiplexProgramCommand: (input: UpdateMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1UpdateReservationCommand: (input: UpdateReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const deserializeAws_restJson1AcceptInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInputDeviceTransferCommandOutput>;
122
- export declare const deserializeAws_restJson1BatchDeleteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteCommandOutput>;
123
- export declare const deserializeAws_restJson1BatchStartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStartCommandOutput>;
124
- export declare const deserializeAws_restJson1BatchStopCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopCommandOutput>;
125
- export declare const deserializeAws_restJson1BatchUpdateScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateScheduleCommandOutput>;
126
- export declare const deserializeAws_restJson1CancelInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelInputDeviceTransferCommandOutput>;
127
- export declare const deserializeAws_restJson1ClaimDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimDeviceCommandOutput>;
128
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
129
- export declare const deserializeAws_restJson1CreateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputCommandOutput>;
130
- export declare const deserializeAws_restJson1CreateInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputSecurityGroupCommandOutput>;
131
- export declare const deserializeAws_restJson1CreateMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiplexCommandOutput>;
132
- export declare const deserializeAws_restJson1CreateMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiplexProgramCommandOutput>;
133
- export declare const deserializeAws_restJson1CreatePartnerInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerInputCommandOutput>;
134
- export declare const deserializeAws_restJson1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
135
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
136
- export declare const deserializeAws_restJson1DeleteInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputCommandOutput>;
137
- export declare const deserializeAws_restJson1DeleteInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputSecurityGroupCommandOutput>;
138
- export declare const deserializeAws_restJson1DeleteMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiplexCommandOutput>;
139
- export declare const deserializeAws_restJson1DeleteMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiplexProgramCommandOutput>;
140
- export declare const deserializeAws_restJson1DeleteReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReservationCommandOutput>;
141
- export declare const deserializeAws_restJson1DeleteScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduleCommandOutput>;
142
- export declare const deserializeAws_restJson1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
143
- export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
144
- export declare const deserializeAws_restJson1DescribeInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputCommandOutput>;
145
- export declare const deserializeAws_restJson1DescribeInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceCommandOutput>;
146
- export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
147
- export declare const deserializeAws_restJson1DescribeInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputSecurityGroupCommandOutput>;
148
- export declare const deserializeAws_restJson1DescribeMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexCommandOutput>;
149
- export declare const deserializeAws_restJson1DescribeMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexProgramCommandOutput>;
150
- export declare const deserializeAws_restJson1DescribeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOfferingCommandOutput>;
151
- export declare const deserializeAws_restJson1DescribeReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservationCommandOutput>;
152
- export declare const deserializeAws_restJson1DescribeScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduleCommandOutput>;
153
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
154
- export declare const deserializeAws_restJson1ListInputDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputDevicesCommandOutput>;
155
- export declare const deserializeAws_restJson1ListInputDeviceTransfersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputDeviceTransfersCommandOutput>;
156
- export declare const deserializeAws_restJson1ListInputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputsCommandOutput>;
157
- export declare const deserializeAws_restJson1ListInputSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputSecurityGroupsCommandOutput>;
158
- export declare const deserializeAws_restJson1ListMultiplexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiplexesCommandOutput>;
159
- export declare const deserializeAws_restJson1ListMultiplexProgramsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiplexProgramsCommandOutput>;
160
- export declare const deserializeAws_restJson1ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
161
- export declare const deserializeAws_restJson1ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
162
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
163
- export declare const deserializeAws_restJson1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
164
- export declare const deserializeAws_restJson1RebootInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootInputDeviceCommandOutput>;
165
- export declare const deserializeAws_restJson1RejectInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInputDeviceTransferCommandOutput>;
166
- export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
167
- export declare const deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
168
- export declare const deserializeAws_restJson1StartMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMultiplexCommandOutput>;
169
- export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
170
- export declare const deserializeAws_restJson1StopMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMultiplexCommandOutput>;
171
- export declare const deserializeAws_restJson1TransferInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransferInputDeviceCommandOutput>;
172
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
173
- export declare const deserializeAws_restJson1UpdateChannelClassCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelClassCommandOutput>;
174
- export declare const deserializeAws_restJson1UpdateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputCommandOutput>;
175
- export declare const deserializeAws_restJson1UpdateInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputDeviceCommandOutput>;
176
- export declare const deserializeAws_restJson1UpdateInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputSecurityGroupCommandOutput>;
177
- export declare const deserializeAws_restJson1UpdateMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMultiplexCommandOutput>;
178
- export declare const deserializeAws_restJson1UpdateMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMultiplexProgramCommandOutput>;
179
- export declare const deserializeAws_restJson1UpdateReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReservationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptInputDeviceTransferCommandInput,
8
+ AcceptInputDeviceTransferCommandOutput,
9
+ } from "../commands/AcceptInputDeviceTransferCommand";
10
+ import {
11
+ BatchDeleteCommandInput,
12
+ BatchDeleteCommandOutput,
13
+ } from "../commands/BatchDeleteCommand";
14
+ import {
15
+ BatchStartCommandInput,
16
+ BatchStartCommandOutput,
17
+ } from "../commands/BatchStartCommand";
18
+ import {
19
+ BatchStopCommandInput,
20
+ BatchStopCommandOutput,
21
+ } from "../commands/BatchStopCommand";
22
+ import {
23
+ BatchUpdateScheduleCommandInput,
24
+ BatchUpdateScheduleCommandOutput,
25
+ } from "../commands/BatchUpdateScheduleCommand";
26
+ import {
27
+ CancelInputDeviceTransferCommandInput,
28
+ CancelInputDeviceTransferCommandOutput,
29
+ } from "../commands/CancelInputDeviceTransferCommand";
30
+ import {
31
+ ClaimDeviceCommandInput,
32
+ ClaimDeviceCommandOutput,
33
+ } from "../commands/ClaimDeviceCommand";
34
+ import {
35
+ CreateChannelCommandInput,
36
+ CreateChannelCommandOutput,
37
+ } from "../commands/CreateChannelCommand";
38
+ import {
39
+ CreateInputCommandInput,
40
+ CreateInputCommandOutput,
41
+ } from "../commands/CreateInputCommand";
42
+ import {
43
+ CreateInputSecurityGroupCommandInput,
44
+ CreateInputSecurityGroupCommandOutput,
45
+ } from "../commands/CreateInputSecurityGroupCommand";
46
+ import {
47
+ CreateMultiplexCommandInput,
48
+ CreateMultiplexCommandOutput,
49
+ } from "../commands/CreateMultiplexCommand";
50
+ import {
51
+ CreateMultiplexProgramCommandInput,
52
+ CreateMultiplexProgramCommandOutput,
53
+ } from "../commands/CreateMultiplexProgramCommand";
54
+ import {
55
+ CreatePartnerInputCommandInput,
56
+ CreatePartnerInputCommandOutput,
57
+ } from "../commands/CreatePartnerInputCommand";
58
+ import {
59
+ CreateTagsCommandInput,
60
+ CreateTagsCommandOutput,
61
+ } from "../commands/CreateTagsCommand";
62
+ import {
63
+ DeleteChannelCommandInput,
64
+ DeleteChannelCommandOutput,
65
+ } from "../commands/DeleteChannelCommand";
66
+ import {
67
+ DeleteInputCommandInput,
68
+ DeleteInputCommandOutput,
69
+ } from "../commands/DeleteInputCommand";
70
+ import {
71
+ DeleteInputSecurityGroupCommandInput,
72
+ DeleteInputSecurityGroupCommandOutput,
73
+ } from "../commands/DeleteInputSecurityGroupCommand";
74
+ import {
75
+ DeleteMultiplexCommandInput,
76
+ DeleteMultiplexCommandOutput,
77
+ } from "../commands/DeleteMultiplexCommand";
78
+ import {
79
+ DeleteMultiplexProgramCommandInput,
80
+ DeleteMultiplexProgramCommandOutput,
81
+ } from "../commands/DeleteMultiplexProgramCommand";
82
+ import {
83
+ DeleteReservationCommandInput,
84
+ DeleteReservationCommandOutput,
85
+ } from "../commands/DeleteReservationCommand";
86
+ import {
87
+ DeleteScheduleCommandInput,
88
+ DeleteScheduleCommandOutput,
89
+ } from "../commands/DeleteScheduleCommand";
90
+ import {
91
+ DeleteTagsCommandInput,
92
+ DeleteTagsCommandOutput,
93
+ } from "../commands/DeleteTagsCommand";
94
+ import {
95
+ DescribeChannelCommandInput,
96
+ DescribeChannelCommandOutput,
97
+ } from "../commands/DescribeChannelCommand";
98
+ import {
99
+ DescribeInputCommandInput,
100
+ DescribeInputCommandOutput,
101
+ } from "../commands/DescribeInputCommand";
102
+ import {
103
+ DescribeInputDeviceCommandInput,
104
+ DescribeInputDeviceCommandOutput,
105
+ } from "../commands/DescribeInputDeviceCommand";
106
+ import {
107
+ DescribeInputDeviceThumbnailCommandInput,
108
+ DescribeInputDeviceThumbnailCommandOutput,
109
+ } from "../commands/DescribeInputDeviceThumbnailCommand";
110
+ import {
111
+ DescribeInputSecurityGroupCommandInput,
112
+ DescribeInputSecurityGroupCommandOutput,
113
+ } from "../commands/DescribeInputSecurityGroupCommand";
114
+ import {
115
+ DescribeMultiplexCommandInput,
116
+ DescribeMultiplexCommandOutput,
117
+ } from "../commands/DescribeMultiplexCommand";
118
+ import {
119
+ DescribeMultiplexProgramCommandInput,
120
+ DescribeMultiplexProgramCommandOutput,
121
+ } from "../commands/DescribeMultiplexProgramCommand";
122
+ import {
123
+ DescribeOfferingCommandInput,
124
+ DescribeOfferingCommandOutput,
125
+ } from "../commands/DescribeOfferingCommand";
126
+ import {
127
+ DescribeReservationCommandInput,
128
+ DescribeReservationCommandOutput,
129
+ } from "../commands/DescribeReservationCommand";
130
+ import {
131
+ DescribeScheduleCommandInput,
132
+ DescribeScheduleCommandOutput,
133
+ } from "../commands/DescribeScheduleCommand";
134
+ import {
135
+ ListChannelsCommandInput,
136
+ ListChannelsCommandOutput,
137
+ } from "../commands/ListChannelsCommand";
138
+ import {
139
+ ListInputDevicesCommandInput,
140
+ ListInputDevicesCommandOutput,
141
+ } from "../commands/ListInputDevicesCommand";
142
+ import {
143
+ ListInputDeviceTransfersCommandInput,
144
+ ListInputDeviceTransfersCommandOutput,
145
+ } from "../commands/ListInputDeviceTransfersCommand";
146
+ import {
147
+ ListInputsCommandInput,
148
+ ListInputsCommandOutput,
149
+ } from "../commands/ListInputsCommand";
150
+ import {
151
+ ListInputSecurityGroupsCommandInput,
152
+ ListInputSecurityGroupsCommandOutput,
153
+ } from "../commands/ListInputSecurityGroupsCommand";
154
+ import {
155
+ ListMultiplexesCommandInput,
156
+ ListMultiplexesCommandOutput,
157
+ } from "../commands/ListMultiplexesCommand";
158
+ import {
159
+ ListMultiplexProgramsCommandInput,
160
+ ListMultiplexProgramsCommandOutput,
161
+ } from "../commands/ListMultiplexProgramsCommand";
162
+ import {
163
+ ListOfferingsCommandInput,
164
+ ListOfferingsCommandOutput,
165
+ } from "../commands/ListOfferingsCommand";
166
+ import {
167
+ ListReservationsCommandInput,
168
+ ListReservationsCommandOutput,
169
+ } from "../commands/ListReservationsCommand";
170
+ import {
171
+ ListTagsForResourceCommandInput,
172
+ ListTagsForResourceCommandOutput,
173
+ } from "../commands/ListTagsForResourceCommand";
174
+ import {
175
+ PurchaseOfferingCommandInput,
176
+ PurchaseOfferingCommandOutput,
177
+ } from "../commands/PurchaseOfferingCommand";
178
+ import {
179
+ RebootInputDeviceCommandInput,
180
+ RebootInputDeviceCommandOutput,
181
+ } from "../commands/RebootInputDeviceCommand";
182
+ import {
183
+ RejectInputDeviceTransferCommandInput,
184
+ RejectInputDeviceTransferCommandOutput,
185
+ } from "../commands/RejectInputDeviceTransferCommand";
186
+ import {
187
+ StartChannelCommandInput,
188
+ StartChannelCommandOutput,
189
+ } from "../commands/StartChannelCommand";
190
+ import {
191
+ StartInputDeviceMaintenanceWindowCommandInput,
192
+ StartInputDeviceMaintenanceWindowCommandOutput,
193
+ } from "../commands/StartInputDeviceMaintenanceWindowCommand";
194
+ import {
195
+ StartMultiplexCommandInput,
196
+ StartMultiplexCommandOutput,
197
+ } from "../commands/StartMultiplexCommand";
198
+ import {
199
+ StopChannelCommandInput,
200
+ StopChannelCommandOutput,
201
+ } from "../commands/StopChannelCommand";
202
+ import {
203
+ StopMultiplexCommandInput,
204
+ StopMultiplexCommandOutput,
205
+ } from "../commands/StopMultiplexCommand";
206
+ import {
207
+ TransferInputDeviceCommandInput,
208
+ TransferInputDeviceCommandOutput,
209
+ } from "../commands/TransferInputDeviceCommand";
210
+ import {
211
+ UpdateChannelClassCommandInput,
212
+ UpdateChannelClassCommandOutput,
213
+ } from "../commands/UpdateChannelClassCommand";
214
+ import {
215
+ UpdateChannelCommandInput,
216
+ UpdateChannelCommandOutput,
217
+ } from "../commands/UpdateChannelCommand";
218
+ import {
219
+ UpdateInputCommandInput,
220
+ UpdateInputCommandOutput,
221
+ } from "../commands/UpdateInputCommand";
222
+ import {
223
+ UpdateInputDeviceCommandInput,
224
+ UpdateInputDeviceCommandOutput,
225
+ } from "../commands/UpdateInputDeviceCommand";
226
+ import {
227
+ UpdateInputSecurityGroupCommandInput,
228
+ UpdateInputSecurityGroupCommandOutput,
229
+ } from "../commands/UpdateInputSecurityGroupCommand";
230
+ import {
231
+ UpdateMultiplexCommandInput,
232
+ UpdateMultiplexCommandOutput,
233
+ } from "../commands/UpdateMultiplexCommand";
234
+ import {
235
+ UpdateMultiplexProgramCommandInput,
236
+ UpdateMultiplexProgramCommandOutput,
237
+ } from "../commands/UpdateMultiplexProgramCommand";
238
+ import {
239
+ UpdateReservationCommandInput,
240
+ UpdateReservationCommandOutput,
241
+ } from "../commands/UpdateReservationCommand";
242
+ export declare const serializeAws_restJson1AcceptInputDeviceTransferCommand: (
243
+ input: AcceptInputDeviceTransferCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1BatchDeleteCommand: (
247
+ input: BatchDeleteCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1BatchStartCommand: (
251
+ input: BatchStartCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1BatchStopCommand: (
255
+ input: BatchStopCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1BatchUpdateScheduleCommand: (
259
+ input: BatchUpdateScheduleCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1CancelInputDeviceTransferCommand: (
263
+ input: CancelInputDeviceTransferCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1ClaimDeviceCommand: (
267
+ input: ClaimDeviceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1CreateChannelCommand: (
271
+ input: CreateChannelCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1CreateInputCommand: (
275
+ input: CreateInputCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateInputSecurityGroupCommand: (
279
+ input: CreateInputSecurityGroupCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateMultiplexCommand: (
283
+ input: CreateMultiplexCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1CreateMultiplexProgramCommand: (
287
+ input: CreateMultiplexProgramCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1CreatePartnerInputCommand: (
291
+ input: CreatePartnerInputCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1CreateTagsCommand: (
295
+ input: CreateTagsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1DeleteChannelCommand: (
299
+ input: DeleteChannelCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1DeleteInputCommand: (
303
+ input: DeleteInputCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DeleteInputSecurityGroupCommand: (
307
+ input: DeleteInputSecurityGroupCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DeleteMultiplexCommand: (
311
+ input: DeleteMultiplexCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DeleteMultiplexProgramCommand: (
315
+ input: DeleteMultiplexProgramCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DeleteReservationCommand: (
319
+ input: DeleteReservationCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteScheduleCommand: (
323
+ input: DeleteScheduleCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DeleteTagsCommand: (
327
+ input: DeleteTagsCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DescribeChannelCommand: (
331
+ input: DescribeChannelCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DescribeInputCommand: (
335
+ input: DescribeInputCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DescribeInputDeviceCommand: (
339
+ input: DescribeInputDeviceCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DescribeInputDeviceThumbnailCommand: (
343
+ input: DescribeInputDeviceThumbnailCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DescribeInputSecurityGroupCommand: (
347
+ input: DescribeInputSecurityGroupCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DescribeMultiplexCommand: (
351
+ input: DescribeMultiplexCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DescribeMultiplexProgramCommand: (
355
+ input: DescribeMultiplexProgramCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DescribeOfferingCommand: (
359
+ input: DescribeOfferingCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DescribeReservationCommand: (
363
+ input: DescribeReservationCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1DescribeScheduleCommand: (
367
+ input: DescribeScheduleCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1ListChannelsCommand: (
371
+ input: ListChannelsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1ListInputDevicesCommand: (
375
+ input: ListInputDevicesCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1ListInputDeviceTransfersCommand: (
379
+ input: ListInputDeviceTransfersCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1ListInputsCommand: (
383
+ input: ListInputsCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1ListInputSecurityGroupsCommand: (
387
+ input: ListInputSecurityGroupsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1ListMultiplexesCommand: (
391
+ input: ListMultiplexesCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1ListMultiplexProgramsCommand: (
395
+ input: ListMultiplexProgramsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1ListOfferingsCommand: (
399
+ input: ListOfferingsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1ListReservationsCommand: (
403
+ input: ListReservationsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
407
+ input: ListTagsForResourceCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1PurchaseOfferingCommand: (
411
+ input: PurchaseOfferingCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1RebootInputDeviceCommand: (
415
+ input: RebootInputDeviceCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1RejectInputDeviceTransferCommand: (
419
+ input: RejectInputDeviceTransferCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1StartChannelCommand: (
423
+ input: StartChannelCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (
427
+ input: StartInputDeviceMaintenanceWindowCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1StartMultiplexCommand: (
431
+ input: StartMultiplexCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1StopChannelCommand: (
435
+ input: StopChannelCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1StopMultiplexCommand: (
439
+ input: StopMultiplexCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1TransferInputDeviceCommand: (
443
+ input: TransferInputDeviceCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1UpdateChannelCommand: (
447
+ input: UpdateChannelCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1UpdateChannelClassCommand: (
451
+ input: UpdateChannelClassCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1UpdateInputCommand: (
455
+ input: UpdateInputCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1UpdateInputDeviceCommand: (
459
+ input: UpdateInputDeviceCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1UpdateInputSecurityGroupCommand: (
463
+ input: UpdateInputSecurityGroupCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1UpdateMultiplexCommand: (
467
+ input: UpdateMultiplexCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1UpdateMultiplexProgramCommand: (
471
+ input: UpdateMultiplexProgramCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1UpdateReservationCommand: (
475
+ input: UpdateReservationCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const deserializeAws_restJson1AcceptInputDeviceTransferCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<AcceptInputDeviceTransferCommandOutput>;
482
+ export declare const deserializeAws_restJson1BatchDeleteCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<BatchDeleteCommandOutput>;
486
+ export declare const deserializeAws_restJson1BatchStartCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<BatchStartCommandOutput>;
490
+ export declare const deserializeAws_restJson1BatchStopCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<BatchStopCommandOutput>;
494
+ export declare const deserializeAws_restJson1BatchUpdateScheduleCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<BatchUpdateScheduleCommandOutput>;
498
+ export declare const deserializeAws_restJson1CancelInputDeviceTransferCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<CancelInputDeviceTransferCommandOutput>;
502
+ export declare const deserializeAws_restJson1ClaimDeviceCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ClaimDeviceCommandOutput>;
506
+ export declare const deserializeAws_restJson1CreateChannelCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<CreateChannelCommandOutput>;
510
+ export declare const deserializeAws_restJson1CreateInputCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<CreateInputCommandOutput>;
514
+ export declare const deserializeAws_restJson1CreateInputSecurityGroupCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CreateInputSecurityGroupCommandOutput>;
518
+ export declare const deserializeAws_restJson1CreateMultiplexCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateMultiplexCommandOutput>;
522
+ export declare const deserializeAws_restJson1CreateMultiplexProgramCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateMultiplexProgramCommandOutput>;
526
+ export declare const deserializeAws_restJson1CreatePartnerInputCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreatePartnerInputCommandOutput>;
530
+ export declare const deserializeAws_restJson1CreateTagsCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateTagsCommandOutput>;
534
+ export declare const deserializeAws_restJson1DeleteChannelCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<DeleteChannelCommandOutput>;
538
+ export declare const deserializeAws_restJson1DeleteInputCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DeleteInputCommandOutput>;
542
+ export declare const deserializeAws_restJson1DeleteInputSecurityGroupCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DeleteInputSecurityGroupCommandOutput>;
546
+ export declare const deserializeAws_restJson1DeleteMultiplexCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DeleteMultiplexCommandOutput>;
550
+ export declare const deserializeAws_restJson1DeleteMultiplexProgramCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeleteMultiplexProgramCommandOutput>;
554
+ export declare const deserializeAws_restJson1DeleteReservationCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteReservationCommandOutput>;
558
+ export declare const deserializeAws_restJson1DeleteScheduleCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteScheduleCommandOutput>;
562
+ export declare const deserializeAws_restJson1DeleteTagsCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteTagsCommandOutput>;
566
+ export declare const deserializeAws_restJson1DescribeChannelCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DescribeChannelCommandOutput>;
570
+ export declare const deserializeAws_restJson1DescribeInputCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DescribeInputCommandOutput>;
574
+ export declare const deserializeAws_restJson1DescribeInputDeviceCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DescribeInputDeviceCommandOutput>;
578
+ export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
582
+ export declare const deserializeAws_restJson1DescribeInputSecurityGroupCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DescribeInputSecurityGroupCommandOutput>;
586
+ export declare const deserializeAws_restJson1DescribeMultiplexCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DescribeMultiplexCommandOutput>;
590
+ export declare const deserializeAws_restJson1DescribeMultiplexProgramCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DescribeMultiplexProgramCommandOutput>;
594
+ export declare const deserializeAws_restJson1DescribeOfferingCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeOfferingCommandOutput>;
598
+ export declare const deserializeAws_restJson1DescribeReservationCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeReservationCommandOutput>;
602
+ export declare const deserializeAws_restJson1DescribeScheduleCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeScheduleCommandOutput>;
606
+ export declare const deserializeAws_restJson1ListChannelsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<ListChannelsCommandOutput>;
610
+ export declare const deserializeAws_restJson1ListInputDevicesCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<ListInputDevicesCommandOutput>;
614
+ export declare const deserializeAws_restJson1ListInputDeviceTransfersCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<ListInputDeviceTransfersCommandOutput>;
618
+ export declare const deserializeAws_restJson1ListInputsCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<ListInputsCommandOutput>;
622
+ export declare const deserializeAws_restJson1ListInputSecurityGroupsCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<ListInputSecurityGroupsCommandOutput>;
626
+ export declare const deserializeAws_restJson1ListMultiplexesCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<ListMultiplexesCommandOutput>;
630
+ export declare const deserializeAws_restJson1ListMultiplexProgramsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<ListMultiplexProgramsCommandOutput>;
634
+ export declare const deserializeAws_restJson1ListOfferingsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<ListOfferingsCommandOutput>;
638
+ export declare const deserializeAws_restJson1ListReservationsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ListReservationsCommandOutput>;
642
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<ListTagsForResourceCommandOutput>;
646
+ export declare const deserializeAws_restJson1PurchaseOfferingCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<PurchaseOfferingCommandOutput>;
650
+ export declare const deserializeAws_restJson1RebootInputDeviceCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<RebootInputDeviceCommandOutput>;
654
+ export declare const deserializeAws_restJson1RejectInputDeviceTransferCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<RejectInputDeviceTransferCommandOutput>;
658
+ export declare const deserializeAws_restJson1StartChannelCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<StartChannelCommandOutput>;
662
+ export declare const deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
666
+ export declare const deserializeAws_restJson1StartMultiplexCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<StartMultiplexCommandOutput>;
670
+ export declare const deserializeAws_restJson1StopChannelCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<StopChannelCommandOutput>;
674
+ export declare const deserializeAws_restJson1StopMultiplexCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<StopMultiplexCommandOutput>;
678
+ export declare const deserializeAws_restJson1TransferInputDeviceCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<TransferInputDeviceCommandOutput>;
682
+ export declare const deserializeAws_restJson1UpdateChannelCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<UpdateChannelCommandOutput>;
686
+ export declare const deserializeAws_restJson1UpdateChannelClassCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<UpdateChannelClassCommandOutput>;
690
+ export declare const deserializeAws_restJson1UpdateInputCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<UpdateInputCommandOutput>;
694
+ export declare const deserializeAws_restJson1UpdateInputDeviceCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<UpdateInputDeviceCommandOutput>;
698
+ export declare const deserializeAws_restJson1UpdateInputSecurityGroupCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<UpdateInputSecurityGroupCommandOutput>;
702
+ export declare const deserializeAws_restJson1UpdateMultiplexCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<UpdateMultiplexCommandOutput>;
706
+ export declare const deserializeAws_restJson1UpdateMultiplexProgramCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<UpdateMultiplexProgramCommandOutput>;
710
+ export declare const deserializeAws_restJson1UpdateReservationCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<UpdateReservationCommandOutput>;