@aws-sdk/client-medialive 3.194.0 → 3.197.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 (268) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/MediaLiveClient.js +11 -8
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +10 -0
  4. package/dist-cjs/commands/BatchDeleteCommand.js +10 -0
  5. package/dist-cjs/commands/BatchStartCommand.js +10 -0
  6. package/dist-cjs/commands/BatchStopCommand.js +10 -0
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +10 -0
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +10 -0
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +10 -0
  10. package/dist-cjs/commands/CreateChannelCommand.js +10 -0
  11. package/dist-cjs/commands/CreateInputCommand.js +10 -0
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +10 -0
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +10 -0
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +10 -0
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +10 -0
  16. package/dist-cjs/commands/CreateTagsCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteInputCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteReservationCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
  26. package/dist-cjs/commands/DescribeInputCommand.js +10 -0
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +10 -0
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +10 -0
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +10 -0
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +10 -0
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +10 -0
  33. package/dist-cjs/commands/DescribeReservationCommand.js +10 -0
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +10 -0
  35. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +10 -0
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +10 -0
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +10 -0
  39. package/dist-cjs/commands/ListInputsCommand.js +10 -0
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +10 -0
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +10 -0
  42. package/dist-cjs/commands/ListOfferingsCommand.js +10 -0
  43. package/dist-cjs/commands/ListReservationsCommand.js +10 -0
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +10 -0
  46. package/dist-cjs/commands/RebootInputDeviceCommand.js +10 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +10 -0
  48. package/dist-cjs/commands/StartChannelCommand.js +10 -0
  49. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
  50. package/dist-cjs/commands/StartMultiplexCommand.js +10 -0
  51. package/dist-cjs/commands/StopChannelCommand.js +10 -0
  52. package/dist-cjs/commands/StopMultiplexCommand.js +10 -0
  53. package/dist-cjs/commands/TransferInputDeviceCommand.js +10 -0
  54. package/dist-cjs/commands/UpdateChannelClassCommand.js +10 -0
  55. package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
  56. package/dist-cjs/commands/UpdateInputCommand.js +10 -0
  57. package/dist-cjs/commands/UpdateInputDeviceCommand.js +10 -0
  58. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +10 -0
  59. package/dist-cjs/commands/UpdateMultiplexCommand.js +10 -0
  60. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +10 -0
  61. package/dist-cjs/commands/UpdateReservationCommand.js +10 -0
  62. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  63. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  64. package/dist-cjs/endpoint/ruleset.js +318 -0
  65. package/dist-cjs/runtimeConfig.shared.js +3 -3
  66. package/dist-es/MediaLiveClient.js +12 -9
  67. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +10 -0
  68. package/dist-es/commands/BatchDeleteCommand.js +10 -0
  69. package/dist-es/commands/BatchStartCommand.js +10 -0
  70. package/dist-es/commands/BatchStopCommand.js +10 -0
  71. package/dist-es/commands/BatchUpdateScheduleCommand.js +10 -0
  72. package/dist-es/commands/CancelInputDeviceTransferCommand.js +10 -0
  73. package/dist-es/commands/ClaimDeviceCommand.js +10 -0
  74. package/dist-es/commands/CreateChannelCommand.js +10 -0
  75. package/dist-es/commands/CreateInputCommand.js +10 -0
  76. package/dist-es/commands/CreateInputSecurityGroupCommand.js +10 -0
  77. package/dist-es/commands/CreateMultiplexCommand.js +10 -0
  78. package/dist-es/commands/CreateMultiplexProgramCommand.js +10 -0
  79. package/dist-es/commands/CreatePartnerInputCommand.js +10 -0
  80. package/dist-es/commands/CreateTagsCommand.js +10 -0
  81. package/dist-es/commands/DeleteChannelCommand.js +10 -0
  82. package/dist-es/commands/DeleteInputCommand.js +10 -0
  83. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +10 -0
  84. package/dist-es/commands/DeleteMultiplexCommand.js +10 -0
  85. package/dist-es/commands/DeleteMultiplexProgramCommand.js +10 -0
  86. package/dist-es/commands/DeleteReservationCommand.js +10 -0
  87. package/dist-es/commands/DeleteScheduleCommand.js +10 -0
  88. package/dist-es/commands/DeleteTagsCommand.js +10 -0
  89. package/dist-es/commands/DescribeChannelCommand.js +10 -0
  90. package/dist-es/commands/DescribeInputCommand.js +10 -0
  91. package/dist-es/commands/DescribeInputDeviceCommand.js +10 -0
  92. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
  93. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +10 -0
  94. package/dist-es/commands/DescribeMultiplexCommand.js +10 -0
  95. package/dist-es/commands/DescribeMultiplexProgramCommand.js +10 -0
  96. package/dist-es/commands/DescribeOfferingCommand.js +10 -0
  97. package/dist-es/commands/DescribeReservationCommand.js +10 -0
  98. package/dist-es/commands/DescribeScheduleCommand.js +10 -0
  99. package/dist-es/commands/ListChannelsCommand.js +10 -0
  100. package/dist-es/commands/ListInputDeviceTransfersCommand.js +10 -0
  101. package/dist-es/commands/ListInputDevicesCommand.js +10 -0
  102. package/dist-es/commands/ListInputSecurityGroupsCommand.js +10 -0
  103. package/dist-es/commands/ListInputsCommand.js +10 -0
  104. package/dist-es/commands/ListMultiplexProgramsCommand.js +10 -0
  105. package/dist-es/commands/ListMultiplexesCommand.js +10 -0
  106. package/dist-es/commands/ListOfferingsCommand.js +10 -0
  107. package/dist-es/commands/ListReservationsCommand.js +10 -0
  108. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  109. package/dist-es/commands/PurchaseOfferingCommand.js +10 -0
  110. package/dist-es/commands/RebootInputDeviceCommand.js +10 -0
  111. package/dist-es/commands/RejectInputDeviceTransferCommand.js +10 -0
  112. package/dist-es/commands/StartChannelCommand.js +10 -0
  113. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
  114. package/dist-es/commands/StartMultiplexCommand.js +10 -0
  115. package/dist-es/commands/StopChannelCommand.js +10 -0
  116. package/dist-es/commands/StopMultiplexCommand.js +10 -0
  117. package/dist-es/commands/TransferInputDeviceCommand.js +10 -0
  118. package/dist-es/commands/UpdateChannelClassCommand.js +10 -0
  119. package/dist-es/commands/UpdateChannelCommand.js +10 -0
  120. package/dist-es/commands/UpdateInputCommand.js +10 -0
  121. package/dist-es/commands/UpdateInputDeviceCommand.js +10 -0
  122. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +10 -0
  123. package/dist-es/commands/UpdateMultiplexCommand.js +10 -0
  124. package/dist-es/commands/UpdateMultiplexProgramCommand.js +10 -0
  125. package/dist-es/commands/UpdateReservationCommand.js +10 -0
  126. package/dist-es/endpoint/EndpointParameters.js +8 -0
  127. package/dist-es/endpoint/endpointResolver.js +8 -0
  128. package/dist-es/endpoint/ruleset.js +315 -0
  129. package/dist-es/runtimeConfig.shared.js +2 -2
  130. package/dist-types/MediaLiveClient.d.ts +6 -9
  131. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
  132. package/dist-types/commands/BatchDeleteCommand.d.ts +2 -0
  133. package/dist-types/commands/BatchStartCommand.d.ts +2 -0
  134. package/dist-types/commands/BatchStopCommand.d.ts +2 -0
  135. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -0
  136. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
  137. package/dist-types/commands/ClaimDeviceCommand.d.ts +2 -0
  138. package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
  139. package/dist-types/commands/CreateInputCommand.d.ts +2 -0
  140. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
  141. package/dist-types/commands/CreateMultiplexCommand.d.ts +2 -0
  142. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -0
  143. package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -0
  144. package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
  145. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
  146. package/dist-types/commands/DeleteInputCommand.d.ts +2 -0
  147. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
  148. package/dist-types/commands/DeleteMultiplexCommand.d.ts +2 -0
  149. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
  150. package/dist-types/commands/DeleteReservationCommand.d.ts +2 -0
  151. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -0
  152. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
  153. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
  154. package/dist-types/commands/DescribeInputCommand.d.ts +2 -0
  155. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +2 -0
  156. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
  157. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
  158. package/dist-types/commands/DescribeMultiplexCommand.d.ts +2 -0
  159. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
  160. package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -0
  161. package/dist-types/commands/DescribeReservationCommand.d.ts +2 -0
  162. package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -0
  163. package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
  164. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
  165. package/dist-types/commands/ListInputDevicesCommand.d.ts +2 -0
  166. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
  167. package/dist-types/commands/ListInputsCommand.d.ts +2 -0
  168. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -0
  169. package/dist-types/commands/ListMultiplexesCommand.d.ts +2 -0
  170. package/dist-types/commands/ListOfferingsCommand.d.ts +2 -0
  171. package/dist-types/commands/ListReservationsCommand.d.ts +2 -0
  172. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  173. package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -0
  174. package/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -0
  175. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
  176. package/dist-types/commands/StartChannelCommand.d.ts +2 -0
  177. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
  178. package/dist-types/commands/StartMultiplexCommand.d.ts +2 -0
  179. package/dist-types/commands/StopChannelCommand.d.ts +2 -0
  180. package/dist-types/commands/StopMultiplexCommand.d.ts +2 -0
  181. package/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -0
  182. package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -0
  183. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
  184. package/dist-types/commands/UpdateInputCommand.d.ts +2 -0
  185. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -0
  186. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
  187. package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -0
  188. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
  189. package/dist-types/commands/UpdateReservationCommand.d.ts +2 -0
  190. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  191. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  192. package/dist-types/endpoint/ruleset.d.ts +2 -0
  193. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  194. package/dist-types/runtimeConfig.d.ts +4 -2
  195. package/dist-types/runtimeConfig.native.d.ts +4 -2
  196. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  197. package/dist-types/ts3.4/MediaLiveClient.d.ts +15 -8
  198. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +2 -0
  214. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
  215. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +2 -0
  216. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
  217. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +2 -0
  218. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +2 -0
  219. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
  220. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
  221. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +2 -0
  222. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +2 -0
  223. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
  224. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
  225. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +2 -0
  226. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
  227. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -0
  228. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +2 -0
  229. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +2 -0
  230. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  231. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
  232. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +2 -0
  233. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
  234. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +2 -0
  235. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +2 -0
  236. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +2 -0
  237. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -0
  238. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +2 -0
  239. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  240. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
  243. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
  245. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +2 -0
  246. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  258. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  259. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  260. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  261. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  262. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  263. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  264. package/package.json +31 -29
  265. package/dist-cjs/endpoints.js +0 -160
  266. package/dist-es/endpoints.js +0 -156
  267. package/dist-types/endpoints.d.ts +0 -2
  268. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
25
26
  */
26
27
  export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DeleteMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteMultiplexProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
25
26
  */
26
27
  export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DeleteReservationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteReservationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
25
26
  */
26
27
  export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DeleteScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteScheduleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DeleteTagsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteTagsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
25
26
  */
26
27
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
25
26
  */
26
27
  export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeInputCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
25
26
  */
26
27
  export declare class DescribeInputDeviceCommand extends $Command<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeInputDeviceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputDeviceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStre
25
26
  */
26
27
  export declare class DescribeInputDeviceThumbnailCommand extends $Command<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeInputDeviceThumbnailCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputDeviceThumbnailCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
25
26
  */
26
27
  export declare class DescribeInputSecurityGroupCommand extends $Command<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeInputSecurityGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputSecurityGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
25
26
  */
26
27
  export declare class DescribeMultiplexCommand extends $Command<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeMultiplexCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeMultiplexCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplex
25
26
  */
26
27
  export declare class DescribeMultiplexProgramCommand extends $Command<DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeMultiplexProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
25
26
  */
26
27
  export declare class DescribeOfferingCommand extends $Command<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeOfferingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeOfferingCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
25
26
  */
26
27
  export declare class DescribeReservationCommand extends $Command<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeReservationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeReservationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
25
26
  */
26
27
  export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: DescribeScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeScheduleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
25
26
  */
26
27
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListChannelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListChannelsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
25
26
  */
26
27
  export declare class ListInputDeviceTransfersCommand extends $Command<ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListInputDeviceTransfersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputDeviceTransfersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
25
26
  */
26
27
  export declare class ListInputDevicesCommand extends $Command<ListInputDevicesCommandInput, ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListInputDevicesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputDevicesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
25
26
  */
26
27
  export declare class ListInputSecurityGroupsCommand extends $Command<ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListInputSecurityGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputSecurityGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
25
26
  */
26
27
  export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListInputsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
25
26
  */
26
27
  export declare class ListMultiplexProgramsCommand extends $Command<ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListMultiplexProgramsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMultiplexProgramsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
25
26
  */
26
27
  export declare class ListMultiplexesCommand extends $Command<ListMultiplexesCommandInput, ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListMultiplexesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMultiplexesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
25
26
  */
26
27
  export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListOfferingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListOfferingsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
25
26
  */
26
27
  export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListReservationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListReservationsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
25
26
  */
26
27
  export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: PurchaseOfferingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PurchaseOfferingCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface RebootInputDeviceCommandOutput extends RebootInputDeviceRespons
25
26
  */
26
27
  export declare class RebootInputDeviceCommand extends $Command<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: RebootInputDeviceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RebootInputDeviceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
25
26
  */
26
27
  export declare class RejectInputDeviceTransferCommand extends $Command<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: RejectInputDeviceTransferCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RejectInputDeviceTransferCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
25
26
  */
26
27
  export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: StartChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInp
25
26
  */
26
27
  export declare class StartInputDeviceMaintenanceWindowCommand extends $Command<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: StartInputDeviceMaintenanceWindowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartInputDeviceMaintenanceWindowCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
25
26
  */
26
27
  export declare class StartMultiplexCommand extends $Command<StartMultiplexCommandInput, StartMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: StartMultiplexCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartMultiplexCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
25
26
  */
26
27
  export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: StopChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -26,6 +27,7 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
26
27
  */
27
28
  export declare class StopMultiplexCommand extends $Command<StopMultiplexCommandInput, StopMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
28
29
  readonly input: StopMultiplexCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: StopMultiplexCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
25
26
  */
26
27
  export declare class TransferInputDeviceCommand extends $Command<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: TransferInputDeviceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TransferInputDeviceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
25
26
  */
26
27
  export declare class UpdateChannelClassCommand extends $Command<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateChannelClassCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateChannelClassCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
25
26
  */
26
27
  export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
25
26
  */
26
27
  export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateInputCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateInputCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
25
26
  */
26
27
  export declare class UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateInputDeviceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateInputDeviceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
25
26
  */
26
27
  export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateInputSecurityGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateInputSecurityGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
25
26
  */
26
27
  export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateMultiplexCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateMultiplexCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
25
26
  */
26
27
  export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateMultiplexProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
@@ -25,6 +26,7 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
25
26
  */
26
27
  export declare class UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
27
28
  readonly input: UpdateReservationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateReservationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,19 @@
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;