@aws-sdk/client-medialive 3.194.0 → 3.196.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 +11 -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 +26 -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 +14 -4
  261. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  262. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  263. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  264. package/package.json +5 -3
  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
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
27
27
  disableHostPrefix: boolean;
28
28
  logger: import("@aws-sdk/types").Logger;
29
29
  serviceId: string;
30
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
31
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@aws-sdk/types").Logger | undefined;
33
+ }) => import("@aws-sdk/types").EndpointV2;
32
34
  tls?: boolean | undefined;
33
35
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
34
36
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
27
27
  disableHostPrefix: boolean;
28
28
  logger: import("@aws-sdk/types").Logger;
29
29
  serviceId: string;
30
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
31
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@aws-sdk/types").Logger | undefined;
33
+ }) => import("@aws-sdk/types").EndpointV2;
32
34
  tls?: boolean | undefined;
33
35
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
34
36
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,11 +23,13 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
28
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { MediaLiveClientConfig } from "./MediaLiveClient";
6
6
  export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
42
43
  StreamCollector as __StreamCollector,
43
44
  UrlParser as __UrlParser,
@@ -279,6 +280,11 @@ import {
279
280
  UpdateReservationCommandInput,
280
281
  UpdateReservationCommandOutput,
281
282
  } from "./commands/UpdateReservationCommand";
283
+ import {
284
+ ClientInputEndpointParameters,
285
+ ClientResolvedEndpointParameters,
286
+ EndpointParameters,
287
+ } from "./endpoint/EndpointParameters";
282
288
  export declare type ServiceInputTypes =
283
289
  | AcceptInputDeviceTransferCommandInput
284
290
  | BatchDeleteCommandInput
@@ -420,7 +426,6 @@ export interface ClientDefaults
420
426
  serviceId?: string;
421
427
  region?: string | __Provider<string>;
422
428
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
423
- regionInfoProvider?: RegionInfoProvider;
424
429
  defaultUserAgentProvider?: Provider<__UserAgent>;
425
430
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
426
431
  sdkStreamMixin?: __SdkStreamMixinInjector;
@@ -430,21 +435,23 @@ declare type MediaLiveClientConfigType = Partial<
430
435
  > &
431
436
  ClientDefaults &
432
437
  RegionInputConfig &
433
- EndpointsInputConfig &
438
+ EndpointInputConfig<EndpointParameters> &
434
439
  RetryInputConfig &
435
440
  HostHeaderInputConfig &
436
441
  AwsAuthInputConfig &
437
- UserAgentInputConfig;
442
+ UserAgentInputConfig &
443
+ ClientInputEndpointParameters;
438
444
  export interface MediaLiveClientConfig extends MediaLiveClientConfigType {}
439
445
  declare type MediaLiveClientResolvedConfigType =
440
446
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
441
447
  Required<ClientDefaults> &
442
448
  RegionResolvedConfig &
443
- EndpointsResolvedConfig &
449
+ EndpointResolvedConfig<EndpointParameters> &
444
450
  RetryResolvedConfig &
445
451
  HostHeaderResolvedConfig &
446
452
  AwsAuthResolvedConfig &
447
- UserAgentResolvedConfig;
453
+ UserAgentResolvedConfig &
454
+ ClientResolvedEndpointParameters;
448
455
  export interface MediaLiveClientResolvedConfig
449
456
  extends MediaLiveClientResolvedConfigType {}
450
457
  export declare class MediaLiveClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AcceptInputDeviceTransferCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: AcceptInputDeviceTransferCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AcceptInputDeviceTransferCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class BatchDeleteCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: BatchDeleteCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: BatchDeleteCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class BatchStartCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: BatchStartCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: BatchStartCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class BatchStopCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: BatchStopCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: BatchStopCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class BatchUpdateScheduleCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchUpdateScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchUpdateScheduleCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CancelInputDeviceTransferCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelInputDeviceTransferCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelInputDeviceTransferCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ClaimDeviceCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: ClaimDeviceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ClaimDeviceCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateChannelCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateInputCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateInputCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateInputCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateInputSecurityGroupCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateInputSecurityGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateInputSecurityGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateMultiplexCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateMultiplexCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateMultiplexCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateMultiplexProgramCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateMultiplexProgramCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreatePartnerInputCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreatePartnerInputCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreatePartnerInputCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class CreateTagsCommand extends $Command<
19
20
  MediaLiveClientResolvedConfig
20
21
  > {
21
22
  readonly input: CreateTagsCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: CreateTagsCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteChannelCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteInputCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteInputCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteInputCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteInputSecurityGroupCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteInputSecurityGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteInputSecurityGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteMultiplexCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteMultiplexCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteMultiplexCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteMultiplexProgramCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteMultiplexProgramCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteReservationCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteReservationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteReservationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteScheduleCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteScheduleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteScheduleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class DeleteTagsCommand extends $Command<
19
20
  MediaLiveClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteTagsCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteTagsCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeChannelCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeInputCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeInputCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeInputCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeInputDeviceCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeInputDeviceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputDeviceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -26,6 +27,7 @@ export declare class DescribeInputDeviceThumbnailCommand extends $Command<
26
27
  MediaLiveClientResolvedConfig
27
28
  > {
28
29
  readonly input: DescribeInputDeviceThumbnailCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeInputDeviceThumbnailCommandInput);
30
32
  resolveMiddleware(
31
33
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeInputSecurityGroupCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeInputSecurityGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInputSecurityGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeMultiplexCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeMultiplexCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeMultiplexCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeMultiplexProgramCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeMultiplexProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeMultiplexProgramCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeOfferingCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeOfferingCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeOfferingCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeReservationCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeReservationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeReservationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeScheduleCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeScheduleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeScheduleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListChannelsCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListChannelsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListChannelsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListInputDeviceTransfersCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListInputDeviceTransfersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputDeviceTransfersCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListInputDevicesCommand extends $Command<
24
25
  MediaLiveClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListInputDevicesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListInputDevicesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListInputSecurityGroupsCommand extends $Command<
25
26
  MediaLiveClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListInputSecurityGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListInputSecurityGroupsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListInputsCommand extends $Command<
21
22
  MediaLiveClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListInputsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListInputsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,