awscdk-construct-scte-scheduler 0.0.24 → 0.0.26

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 (1608) hide show
  1. package/.jsii +182 -52
  2. package/LICENSE +1 -1
  3. package/lib/EventBridgeSchedule.js +1 -1
  4. package/lib/Lambda.js +3 -3
  5. package/lib/ScteScheduler.js +1 -1
  6. package/lib/code/index.js +2 -3
  7. package/node_modules/@aws-sdk/client-medialive/README.md +225 -1
  8. package/node_modules/@aws-sdk/client-medialive/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  9. package/node_modules/@aws-sdk/client-medialive/dist-cjs/endpoint/endpointResolver.js +6 -2
  10. package/node_modules/@aws-sdk/client-medialive/dist-cjs/index.js +3728 -902
  11. package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.browser.js +1 -1
  12. package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.js +13 -6
  13. package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLive.js +56 -0
  14. package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLiveClient.js +3 -1
  15. package/node_modules/@aws-sdk/client-medialive/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  16. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  17. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchDeleteCommand.js +1 -3
  18. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStartCommand.js +1 -3
  19. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStopCommand.js +1 -3
  20. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  21. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  22. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ClaimDeviceCommand.js +1 -3
  23. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateChannelCommand.js +1 -3
  24. package/node_modules/@aws-sdk/{client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js → client-medialive/dist-es/commands/CreateChannelPlacementGroupCommand.js} +7 -9
  25. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  26. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  27. package/node_modules/@aws-sdk/{client-sts/dist-es/commands/GetAccessKeyInfoCommand.js → client-medialive/dist-es/commands/CreateClusterCommand.js} +7 -9
  28. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  29. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  30. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputCommand.js +1 -3
  31. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  32. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexCommand.js +1 -3
  33. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  34. package/node_modules/@aws-sdk/{client-sts/dist-es/commands/GetCallerIdentityCommand.js → client-medialive/dist-es/commands/CreateNetworkCommand.js} +7 -9
  35. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateNodeCommand.js +22 -0
  36. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  37. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  38. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateSdiSourceCommand.js +22 -0
  39. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateSignalMapCommand.js +1 -3
  40. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateTagsCommand.js +1 -3
  41. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteChannelCommand.js +1 -3
  42. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  43. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  44. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  45. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteClusterCommand.js +22 -0
  46. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  47. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  48. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputCommand.js +1 -3
  49. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  50. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  51. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  52. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteNetworkCommand.js +22 -0
  53. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteNodeCommand.js +22 -0
  54. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteReservationCommand.js +1 -3
  55. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteScheduleCommand.js +1 -3
  56. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
  57. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  58. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteTagsCommand.js +1 -3
  59. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  60. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeChannelCommand.js +1 -3
  61. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  62. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeClusterCommand.js +22 -0
  63. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputCommand.js +1 -3
  64. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  65. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  66. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  67. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  68. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  69. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeNetworkCommand.js +22 -0
  70. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeNodeCommand.js +22 -0
  71. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeOfferingCommand.js +1 -3
  72. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeReservationCommand.js +1 -3
  73. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeScheduleCommand.js +1 -3
  74. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
  75. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  76. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  77. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  78. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  79. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  80. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetSignalMapCommand.js +1 -3
  81. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  82. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListChannelsCommand.js +1 -3
  83. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  84. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  85. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListClustersCommand.js +22 -0
  86. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  87. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  88. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  89. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDevicesCommand.js +1 -3
  90. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  91. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputsCommand.js +1 -3
  92. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  93. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexesCommand.js +1 -3
  94. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListNetworksCommand.js +22 -0
  95. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListNodesCommand.js +22 -0
  96. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListOfferingsCommand.js +1 -3
  97. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListReservationsCommand.js +1 -3
  98. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/commands/RegisterClientCommand.js → client-medialive/dist-es/commands/ListSdiSourcesCommand.js} +8 -11
  99. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListSignalMapsCommand.js +1 -3
  100. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  101. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListVersionsCommand.js +22 -0
  102. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  103. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  104. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  105. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  106. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartChannelCommand.js +1 -3
  107. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  108. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceCommand.js +1 -3
  109. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  110. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  111. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMultiplexCommand.js +1 -3
  112. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  113. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopChannelCommand.js +1 -3
  114. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopInputDeviceCommand.js +1 -3
  115. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopMultiplexCommand.js +1 -3
  116. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  117. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  118. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  119. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelCommand.js +1 -3
  120. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  121. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  122. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  123. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateClusterCommand.js +22 -0
  124. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  125. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  126. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputCommand.js +1 -3
  127. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  128. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  129. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  130. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  131. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNetworkCommand.js +22 -0
  132. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNodeCommand.js +22 -0
  133. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  134. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateReservationCommand.js +1 -3
  135. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
  136. package/node_modules/@aws-sdk/client-medialive/dist-es/commands/index.js +28 -0
  137. package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/EndpointParameters.js +2 -3
  138. package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/endpointResolver.js +7 -3
  139. package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_0.js +66 -68
  140. package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_1.js +202 -99
  141. package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_2.js +66 -0
  142. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  143. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListClustersPaginator.js +4 -0
  144. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListNetworksPaginator.js +4 -0
  145. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListNodesPaginator.js +4 -0
  146. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListSdiSourcesPaginator.js +4 -0
  147. package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/index.js +5 -0
  148. package/node_modules/@aws-sdk/client-medialive/dist-es/protocols/Aws_restJson1.js +1811 -22
  149. package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.browser.js +2 -2
  150. package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.js +15 -8
  151. package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeExtensions.js +2 -14
  152. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/index.js +7 -0
  153. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  154. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  155. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  156. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForClusterCreated.js +52 -0
  157. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForClusterDeleted.js +43 -0
  158. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  159. package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForNodeRegistered.js +55 -0
  160. package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLive.d.ts +203 -0
  161. package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLiveClient.d.ts +48 -2
  162. package/node_modules/@aws-sdk/client-medialive/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  163. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +13 -1
  164. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchDeleteCommand.d.ts +12 -0
  165. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStartCommand.d.ts +12 -0
  166. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStopCommand.d.ts +12 -0
  167. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchUpdateScheduleCommand.d.ts +36 -2
  168. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +14 -2
  169. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ClaimDeviceCommand.d.ts +13 -1
  170. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelCommand.d.ts +381 -23
  171. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +111 -0
  172. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +17 -4
  173. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +15 -2
  174. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateClusterCommand.d.ts +125 -0
  175. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +15 -2
  176. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +15 -2
  177. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputCommand.d.ts +102 -3
  178. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +13 -1
  179. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexCommand.d.ts +14 -2
  180. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexProgramCommand.d.ts +14 -2
  181. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNetworkCommand.d.ts +125 -0
  182. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNodeCommand.d.ts +130 -0
  183. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +104 -0
  184. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreatePartnerInputCommand.d.ts +58 -3
  185. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
  186. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateSignalMapCommand.d.ts +14 -1
  187. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateTagsCommand.d.ts +13 -1
  188. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelCommand.d.ts +199 -12
  189. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +107 -0
  190. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +13 -1
  191. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
  192. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteClusterCommand.d.ts +113 -0
  193. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +13 -1
  194. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
  195. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputCommand.d.ts +13 -1
  196. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +13 -1
  197. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexCommand.d.ts +13 -1
  198. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +13 -1
  199. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteNetworkCommand.d.ts +113 -0
  200. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteNodeCommand.d.ts +121 -0
  201. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteReservationCommand.d.ts +14 -2
  202. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteScheduleCommand.d.ts +13 -1
  203. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
  204. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteSignalMapCommand.d.ts +13 -1
  205. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteTagsCommand.d.ts +13 -1
  206. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +12 -0
  207. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelCommand.d.ts +199 -12
  208. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +104 -0
  209. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeClusterCommand.d.ts +110 -0
  210. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputCommand.d.ts +57 -2
  211. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceCommand.d.ts +14 -1
  212. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +18 -1
  213. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +13 -1
  214. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexCommand.d.ts +13 -1
  215. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +13 -1
  216. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeNetworkCommand.d.ts +110 -0
  217. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeNodeCommand.d.ts +118 -0
  218. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeOfferingCommand.d.ts +14 -2
  219. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeReservationCommand.d.ts +14 -2
  220. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeScheduleCommand.d.ts +20 -1
  221. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
  222. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeThumbnailsCommand.d.ts +13 -1
  223. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +14 -2
  224. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
  225. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +13 -1
  226. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
  227. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetSignalMapCommand.d.ts +13 -1
  228. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +107 -0
  229. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelsCommand.d.ts +46 -4
  230. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +12 -0
  231. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +13 -1
  232. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListClustersCommand.d.ts +113 -0
  233. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +12 -0
  234. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +12 -0
  235. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +13 -1
  236. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDevicesCommand.d.ts +13 -0
  237. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +12 -0
  238. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputsCommand.d.ts +56 -1
  239. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexProgramsCommand.d.ts +13 -1
  240. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexesCommand.d.ts +12 -0
  241. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListNetworksCommand.d.ts +113 -0
  242. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListNodesCommand.d.ts +122 -0
  243. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListOfferingsCommand.d.ts +13 -1
  244. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListReservationsCommand.d.ts +13 -1
  245. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
  246. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListSignalMapsCommand.d.ts +12 -0
  247. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -1
  248. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListVersionsCommand.d.ts +99 -0
  249. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/PurchaseOfferingCommand.d.ts +14 -2
  250. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RebootInputDeviceCommand.d.ts +13 -1
  251. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +13 -1
  252. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RestartChannelPipelinesCommand.d.ts +199 -12
  253. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartChannelCommand.d.ts +199 -12
  254. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +13 -1
  255. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceCommand.d.ts +13 -1
  256. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +13 -1
  257. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMonitorDeploymentCommand.d.ts +13 -1
  258. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMultiplexCommand.d.ts +13 -1
  259. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartUpdateSignalMapCommand.d.ts +13 -1
  260. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopChannelCommand.d.ts +199 -12
  261. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopInputDeviceCommand.d.ts +13 -1
  262. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopMultiplexCommand.d.ts +13 -1
  263. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/TransferInputDeviceCommand.d.ts +13 -1
  264. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +12 -0
  265. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelClassCommand.d.ts +211 -12
  266. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelCommand.d.ts +378 -14
  267. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +111 -0
  268. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +15 -3
  269. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
  270. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateClusterCommand.d.ts +119 -0
  271. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +13 -1
  272. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
  273. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputCommand.d.ts +100 -2
  274. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -1
  275. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +13 -1
  276. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexCommand.d.ts +13 -1
  277. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +13 -1
  278. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNetworkCommand.d.ts +122 -0
  279. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNodeCommand.d.ts +127 -0
  280. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNodeStateCommand.d.ts +122 -0
  281. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateReservationCommand.d.ts +14 -2
  282. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
  283. package/node_modules/@aws-sdk/client-medialive/dist-types/commands/index.d.ts +28 -0
  284. package/node_modules/@aws-sdk/client-medialive/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  285. package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_0.d.ts +1873 -1995
  286. package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_1.d.ts +3777 -3784
  287. package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_2.d.ts +4256 -691
  288. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  289. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  290. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  291. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  292. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListSdiSourcesPaginator.d.ts +7 -0
  293. package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/index.d.ts +5 -0
  294. package/node_modules/@aws-sdk/client-medialive/dist-types/protocols/Aws_restJson1.d.ts +252 -0
  295. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.browser.d.ts +19 -14
  296. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.d.ts +19 -14
  297. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.native.d.ts +20 -15
  298. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.shared.d.ts +3 -3
  299. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLive.d.ts +483 -0
  300. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLiveClient.d.ts +171 -2
  301. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  302. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +13 -2
  303. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +12 -1
  304. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStartCommand.d.ts +12 -1
  305. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStopCommand.d.ts +12 -1
  306. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +15 -6
  307. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +14 -3
  308. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +13 -2
  309. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +13 -2
  310. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +51 -0
  311. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +14 -3
  312. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +14 -3
  313. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +50 -0
  314. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +14 -3
  315. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +14 -3
  316. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputCommand.d.ts +13 -2
  317. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +13 -2
  318. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +14 -3
  319. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +14 -3
  320. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +50 -0
  321. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +47 -0
  322. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +51 -0
  323. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +14 -3
  324. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
  325. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +13 -2
  326. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +13 -2
  327. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +13 -2
  328. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +51 -0
  329. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +13 -2
  330. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
  331. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +50 -0
  332. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +13 -2
  333. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
  334. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +13 -2
  335. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +13 -2
  336. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +13 -2
  337. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +13 -2
  338. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +50 -0
  339. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +47 -0
  340. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +13 -2
  341. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +13 -2
  342. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
  343. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +13 -2
  344. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +13 -2
  345. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +12 -1
  346. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +13 -2
  347. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +51 -0
  348. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +50 -0
  349. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +13 -2
  350. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +13 -2
  351. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +13 -2
  352. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +13 -2
  353. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +13 -2
  354. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +13 -2
  355. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +50 -0
  356. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +47 -0
  357. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +13 -2
  358. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +13 -2
  359. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +13 -2
  360. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
  361. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +13 -2
  362. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +13 -2
  363. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
  364. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +13 -2
  365. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
  366. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +13 -2
  367. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +51 -0
  368. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
  369. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +12 -1
  370. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +12 -1
  371. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListClustersCommand.d.ts +47 -0
  372. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +12 -1
  373. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +12 -1
  374. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +13 -2
  375. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +12 -1
  376. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +12 -1
  377. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputsCommand.d.ts +12 -1
  378. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +13 -2
  379. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +12 -1
  380. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +47 -0
  381. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  382. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +12 -1
  383. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +12 -1
  384. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
  385. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +12 -1
  386. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +13 -2
  387. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +47 -0
  388. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +13 -2
  389. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +13 -2
  390. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +13 -2
  391. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +13 -2
  392. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartChannelCommand.d.ts +13 -2
  393. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +13 -2
  394. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +13 -2
  395. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +13 -2
  396. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +13 -2
  397. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +13 -2
  398. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +13 -2
  399. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopChannelCommand.d.ts +13 -2
  400. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +13 -2
  401. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +13 -2
  402. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +13 -2
  403. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +12 -1
  404. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +13 -2
  405. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +13 -2
  406. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +51 -0
  407. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +13 -2
  408. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
  409. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +50 -0
  410. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +13 -2
  411. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
  412. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +13 -2
  413. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +13 -2
  414. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +13 -2
  415. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +13 -2
  416. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +13 -2
  417. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +50 -0
  418. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +47 -0
  419. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +50 -0
  420. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +13 -2
  421. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
  422. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/index.d.ts +28 -0
  423. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  424. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_0.d.ts +666 -677
  425. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_1.d.ts +971 -888
  426. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_2.d.ts +1523 -624
  427. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  428. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  429. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  430. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  431. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.d.ts +11 -0
  432. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/index.d.ts +5 -0
  433. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +336 -0
  434. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.browser.d.ts +32 -27
  435. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.d.ts +31 -31
  436. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -32
  437. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  438. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/index.d.ts +7 -0
  439. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  440. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  441. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  442. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  443. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  444. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  445. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  446. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/index.d.ts +7 -0
  447. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  448. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  449. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  450. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  451. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  452. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  453. package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  454. package/node_modules/@aws-sdk/client-medialive/package.json +44 -46
  455. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  456. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  457. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  458. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +83 -78
  459. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  460. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +13 -6
  461. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +3 -1
  462. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  463. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  464. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  465. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  466. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  467. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  468. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  469. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  470. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  471. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  472. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +15 -8
  473. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  474. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  475. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  476. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
  477. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
  478. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
  479. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
  480. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  481. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  482. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +18 -13
  483. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +18 -13
  484. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +19 -14
  485. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -3
  486. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  487. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  488. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +13 -2
  489. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +13 -2
  490. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +13 -2
  491. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +13 -2
  492. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  493. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  494. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +27 -24
  495. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +24 -24
  496. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -29
  497. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  498. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  499. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  500. package/node_modules/@aws-sdk/core/client.d.ts +7 -0
  501. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
  502. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +39 -8
  503. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +143 -50
  504. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1511 -27
  505. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  506. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
  507. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  508. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  509. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  510. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
  511. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
  512. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +71 -22
  513. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  514. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  515. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  516. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  517. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  518. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  519. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  520. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  521. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  522. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  523. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  524. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  525. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  526. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  527. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  528. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  529. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  530. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  531. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  532. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  533. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +154 -0
  534. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  535. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  536. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  537. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
  538. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
  539. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  540. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  541. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  542. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  543. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  544. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  545. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  546. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
  547. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  548. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  549. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  550. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  551. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  552. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  553. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  554. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  555. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  556. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  557. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  558. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  559. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  560. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  561. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  562. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +12 -3
  563. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  564. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  565. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  566. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  567. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  568. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  569. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  570. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  571. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
  572. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  573. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  574. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  575. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  576. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  577. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  578. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  579. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  580. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  581. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  582. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  583. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  584. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  585. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  586. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  587. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  588. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  589. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  590. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  591. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  592. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  593. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  594. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  595. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  596. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  597. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  598. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  599. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  600. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  601. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  602. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  603. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  604. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  605. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  606. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  607. package/node_modules/@aws-sdk/core/package.json +40 -29
  608. package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  609. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +9 -7
  610. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  611. package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
  612. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  613. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +2 -3
  614. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  615. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
  616. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +100 -72
  617. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  618. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +33 -27
  619. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  620. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  621. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
  622. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
  623. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  624. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  625. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  626. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -4
  627. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  628. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +9 -1
  629. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
  630. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  631. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +4 -4
  632. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  633. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
  634. package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -18
  635. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +15 -22
  636. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  637. package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
  638. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +17 -10
  639. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  640. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  641. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  642. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  643. package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
  644. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -10
  645. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
  646. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +11 -2
  647. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  648. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  649. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  650. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  651. package/node_modules/@aws-sdk/credential-provider-sso/package.json +13 -11
  652. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  653. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +23 -10
  654. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
  655. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  656. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  657. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  658. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  659. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  660. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +9 -11
  661. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
  662. package/node_modules/@aws-sdk/middleware-host-header/package.json +11 -8
  663. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +7 -8
  664. package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
  665. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
  666. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
  667. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
  668. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +119 -15
  669. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  670. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +26 -4
  671. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  672. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  673. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  674. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  675. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  676. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  677. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  678. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  679. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  680. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  681. package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
  682. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  683. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  684. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +3 -11
  685. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +6 -2
  686. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  687. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +2 -3
  688. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +14 -9
  689. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +3 -1
  690. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +4 -9
  691. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +2 -3
  692. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +6 -2
  693. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  694. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +2 -2
  695. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +15 -10
  696. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  697. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  698. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +3 -1
  699. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +3 -11
  700. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +1 -3
  701. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  702. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +2 -3
  703. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +7 -3
  704. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  705. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  706. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -179
  707. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +3 -4
  708. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +16 -11
  709. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  710. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  711. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +3 -1
  712. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +4 -9
  713. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +1 -3
  714. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
  715. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  716. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +16 -6
  717. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +2 -3
  718. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  719. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  720. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -58
  721. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -367
  722. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +3 -3
  723. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +17 -12
  724. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  725. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  726. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +12 -32
  727. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +33 -23
  728. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +15 -1
  729. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +36 -26
  730. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  731. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +1 -3
  732. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +12 -11
  733. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  734. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  735. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +18 -14
  736. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +18 -14
  737. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +19 -15
  738. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +3 -3
  739. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  740. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -8
  741. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +15 -1
  742. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +49 -38
  743. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +48 -52
  744. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  745. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  746. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +1 -3
  747. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +97 -598
  748. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  749. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +21 -16
  750. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +21 -16
  751. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +22 -17
  752. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +4 -4
  753. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  754. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  755. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
  756. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +3 -0
  757. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +18 -11
  758. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  759. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +1 -4
  760. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  761. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  762. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +27 -27
  763. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +24 -31
  764. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +42 -32
  765. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +3 -3
  766. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  767. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -38
  768. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +3 -0
  769. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +13 -2
  770. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +13 -2
  771. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  772. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  773. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +1 -4
  774. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +38 -121
  775. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  776. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +35 -35
  777. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +30 -39
  778. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +50 -40
  779. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +5 -7
  780. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  781. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  782. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  783. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  784. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  785. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  786. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  787. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  788. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
  789. package/node_modules/@aws-sdk/token-providers/README.md +9 -0
  790. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +46 -21
  791. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +13 -0
  792. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
  793. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  794. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  795. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  796. package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  797. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  798. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  799. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  800. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  801. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  802. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  803. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  804. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  805. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  806. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  807. package/node_modules/@aws-sdk/token-providers/package.json +12 -12
  808. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -4
  809. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  810. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  811. package/node_modules/@aws-sdk/types/dist-es/index.js +2 -0
  812. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  813. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  814. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  815. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
  816. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +2 -0
  817. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  818. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  819. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  820. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  821. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
  822. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +2 -0
  823. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  824. package/node_modules/@aws-sdk/types/package.json +4 -4
  825. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +42 -9
  826. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +37 -2
  827. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +37 -2
  828. package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
  829. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +4 -3
  830. package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
  831. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  832. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  833. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  834. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  835. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  836. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  837. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  838. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  839. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
  840. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +49 -42
  841. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  842. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  843. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  844. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  845. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  846. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  847. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  848. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  849. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  850. package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
  851. package/node_modules/@aws-sdk/{client-sts → xml-builder}/LICENSE +2 -2
  852. package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  853. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  854. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  855. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  856. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  857. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  858. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  859. package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
  860. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  861. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  862. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  863. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  864. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  865. package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  866. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  867. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  868. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  869. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  870. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  871. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  872. package/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  873. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  874. package/node_modules/@smithy/abort-controller/package.json +8 -7
  875. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +19 -26
  876. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
  877. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
  878. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  879. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +8 -0
  880. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +7 -1
  881. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  882. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  883. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  884. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  885. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  886. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  887. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  888. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  889. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  890. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +8 -0
  891. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +7 -1
  892. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  893. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  894. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  895. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  896. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  897. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  898. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  899. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  900. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  901. package/node_modules/@smithy/config-resolver/package.json +12 -11
  902. package/node_modules/@smithy/core/cbor.d.ts +7 -0
  903. package/node_modules/@smithy/core/dist-cjs/index.js +134 -175
  904. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  905. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +252 -16
  906. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +830 -0
  907. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +774 -0
  908. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +719 -0
  909. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  910. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  911. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  912. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  913. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  914. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  915. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  916. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  917. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  918. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  919. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  920. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  921. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  922. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  923. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  924. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +10 -6
  925. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  926. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  927. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  928. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  929. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  930. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +11 -0
  931. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  932. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  933. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  934. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  935. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  936. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  937. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  938. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  939. package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  940. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  941. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  942. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  943. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  944. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  945. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +17 -0
  946. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +15 -0
  947. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
  948. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +294 -0
  949. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  950. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  951. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +15 -0
  952. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +22 -0
  953. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  954. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  955. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +8 -0
  956. package/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
  957. package/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
  958. package/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
  959. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
  960. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  961. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  962. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  963. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  964. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  965. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  966. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  967. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +24 -2
  968. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  969. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  970. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  971. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  972. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  973. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  974. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  975. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  976. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +11 -0
  977. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  978. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  979. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  980. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  981. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  982. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  983. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  984. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  985. package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  986. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  987. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  988. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  989. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  990. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  991. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +38 -0
  992. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +20 -0
  993. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +25 -0
  994. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +122 -0
  995. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  996. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  997. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +20 -0
  998. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +21 -0
  999. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  1000. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1001. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +8 -0
  1002. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  1003. package/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
  1004. package/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
  1005. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
  1006. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  1007. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  1008. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  1009. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  1010. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1011. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  1012. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1013. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +24 -2
  1014. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  1015. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  1016. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  1017. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  1018. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  1019. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  1020. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1021. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1022. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +11 -0
  1023. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1024. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1025. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  1026. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  1027. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  1028. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  1029. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1030. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  1031. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  1032. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  1033. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1034. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  1035. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1036. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1037. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +38 -0
  1038. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +20 -0
  1039. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +25 -0
  1040. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  1041. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  1042. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  1043. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +20 -0
  1044. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  1045. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  1046. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1047. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +8 -0
  1048. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  1049. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
  1050. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
  1051. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
  1052. package/node_modules/@smithy/core/package.json +49 -20
  1053. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  1054. package/node_modules/@smithy/core/protocols.js +6 -0
  1055. package/node_modules/@smithy/core/schema.d.ts +7 -0
  1056. package/node_modules/@smithy/core/schema.js +6 -0
  1057. package/node_modules/@smithy/core/serde.d.ts +7 -0
  1058. package/node_modules/@smithy/core/serde.js +6 -0
  1059. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  1060. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -2
  1061. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  1062. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  1063. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  1064. package/node_modules/@smithy/credential-provider-imds/package.json +12 -12
  1065. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +25 -9
  1066. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  1067. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +9 -2
  1068. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +5 -2
  1069. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  1070. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
  1071. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  1072. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
  1073. package/node_modules/@smithy/fetch-http-handler/package.json +16 -10
  1074. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  1075. package/node_modules/@smithy/hash-node/package.json +11 -10
  1076. package/node_modules/@smithy/invalid-dependency/package.json +10 -6
  1077. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  1078. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  1079. package/node_modules/@smithy/middleware-content-length/package.json +10 -9
  1080. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1081. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +33 -15
  1082. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
  1083. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1084. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  1085. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +13 -5
  1086. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
  1087. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -2
  1088. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
  1089. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -2
  1090. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  1091. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  1092. package/node_modules/@smithy/middleware-endpoint/package.json +15 -13
  1093. package/node_modules/@smithy/middleware-retry/README.md +1 -1
  1094. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +23 -23
  1095. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
  1096. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  1097. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  1098. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  1099. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  1100. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  1101. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  1102. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  1103. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  1104. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  1105. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  1106. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  1107. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  1108. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  1109. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  1110. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  1111. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  1112. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  1113. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  1114. package/node_modules/@smithy/middleware-retry/package.json +17 -15
  1115. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +31 -4
  1116. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +32 -2
  1117. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  1118. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  1119. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  1120. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  1121. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  1122. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  1123. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  1124. package/node_modules/@smithy/middleware-serde/package.json +12 -9
  1125. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  1126. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  1127. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  1128. package/node_modules/@smithy/middleware-stack/package.json +8 -7
  1129. package/node_modules/@smithy/node-config-provider/README.md +6 -0
  1130. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  1131. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  1132. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  1133. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +11 -2
  1134. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  1135. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  1136. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  1137. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  1138. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +11 -2
  1139. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  1140. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  1141. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  1142. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  1143. package/node_modules/@smithy/node-config-provider/package.json +11 -10
  1144. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +158 -95
  1145. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +21 -12
  1146. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1147. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  1148. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
  1149. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
  1150. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
  1151. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  1152. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
  1153. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -2
  1154. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -1
  1155. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  1156. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  1157. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -2
  1158. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1159. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1160. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1161. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -2
  1162. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  1163. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -2
  1164. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  1165. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -1
  1166. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -1
  1167. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  1168. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  1169. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  1170. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  1171. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  1172. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  1173. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  1174. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  1175. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  1176. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  1177. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -2
  1178. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -3
  1179. package/node_modules/@smithy/node-http-handler/package.json +12 -11
  1180. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  1181. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1182. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1183. package/node_modules/@smithy/property-provider/package.json +8 -7
  1184. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +20 -17
  1185. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
  1186. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  1187. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  1188. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  1189. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  1190. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  1191. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  1192. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  1193. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  1194. package/node_modules/@smithy/protocol-http/package.json +8 -7
  1195. package/node_modules/@smithy/querystring-builder/package.json +7 -7
  1196. package/node_modules/@smithy/querystring-parser/package.json +8 -7
  1197. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +25 -14
  1198. package/node_modules/@smithy/service-error-classification/dist-es/index.js +18 -2
  1199. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -1
  1200. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +6 -1
  1201. package/node_modules/@smithy/service-error-classification/package.json +8 -7
  1202. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  1203. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  1204. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  1205. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  1206. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  1207. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  1208. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  1209. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  1210. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  1211. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  1212. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  1213. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  1214. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  1215. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  1216. package/node_modules/@smithy/shared-ini-file-loader/package.json +9 -8
  1217. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +211 -106
  1218. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +1 -0
  1219. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +19 -75
  1220. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  1221. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
  1222. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  1223. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +2 -1
  1224. package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  1225. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +6 -53
  1226. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  1227. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  1228. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1229. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1230. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1231. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  1232. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +2 -1
  1233. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  1234. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  1235. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +6 -53
  1236. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  1237. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  1238. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  1239. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  1240. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  1241. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  1242. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +2 -1
  1243. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  1244. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  1245. package/node_modules/@smithy/signature-v4/package.json +14 -13
  1246. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +148 -664
  1247. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
  1248. package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
  1249. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  1250. package/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  1251. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  1252. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  1253. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
  1254. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
  1255. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
  1256. package/node_modules/@smithy/smithy-client/dist-es/index.js +4 -6
  1257. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  1258. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  1259. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +30 -1
  1260. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  1261. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  1262. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  1263. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  1264. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  1265. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  1266. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
  1267. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
  1268. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  1269. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +5 -7
  1270. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  1271. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  1272. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  1273. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +30 -1
  1274. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  1275. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  1276. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  1277. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  1278. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  1279. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  1280. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
  1281. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
  1282. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  1283. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +5 -7
  1284. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  1285. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  1286. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  1287. package/node_modules/@smithy/smithy-client/package.json +15 -13
  1288. package/node_modules/@smithy/types/README.md +36 -1
  1289. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  1290. package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
  1291. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  1292. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  1293. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  1294. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  1295. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
  1296. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
  1297. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  1298. package/node_modules/@smithy/types/dist-es/index.js +4 -0
  1299. package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  1300. package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  1301. package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  1302. package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  1303. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -2
  1304. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  1305. package/node_modules/@smithy/types/dist-types/command.d.ts +19 -1
  1306. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  1307. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  1308. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  1309. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  1310. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1311. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  1312. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  1313. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  1314. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  1315. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  1316. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  1317. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  1318. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  1319. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +35 -4
  1320. package/node_modules/@smithy/types/dist-types/http.d.ts +7 -0
  1321. package/node_modules/@smithy/types/dist-types/index.d.ts +4 -0
  1322. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  1323. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  1324. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  1325. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  1326. package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  1327. package/node_modules/@smithy/types/dist-types/serde.d.ts +3 -0
  1328. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  1329. package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
  1330. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1331. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -3
  1332. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  1333. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  1334. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
  1335. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -8
  1336. package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  1337. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +11 -5
  1338. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -1
  1339. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  1340. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +19 -1
  1341. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1342. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  1343. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  1344. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  1345. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  1346. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  1347. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  1348. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  1349. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  1350. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  1351. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  1352. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  1353. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1354. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +35 -3
  1355. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +7 -0
  1356. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +4 -0
  1357. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  1358. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  1359. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  1360. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1361. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1362. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +3 -0
  1363. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  1364. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
  1365. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1366. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -2
  1367. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  1368. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  1369. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
  1370. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -11
  1371. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1372. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -11
  1373. package/node_modules/@smithy/types/package.json +5 -5
  1374. package/node_modules/@smithy/url-parser/package.json +11 -7
  1375. package/node_modules/@smithy/util-base64/package.json +8 -7
  1376. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  1377. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  1378. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  1379. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  1380. package/node_modules/@smithy/util-defaults-mode-browser/package.json +11 -10
  1381. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  1382. package/node_modules/@smithy/util-defaults-mode-node/package.json +14 -13
  1383. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
  1384. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
  1385. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
  1386. package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
  1387. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
  1388. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  1389. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
  1390. package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  1391. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  1392. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1393. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  1394. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  1395. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  1396. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  1397. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  1398. package/node_modules/@smithy/util-endpoints/package.json +12 -10
  1399. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  1400. package/node_modules/@smithy/util-middleware/package.json +9 -8
  1401. package/node_modules/@smithy/util-retry/README.md +1 -1
  1402. package/node_modules/@smithy/util-retry/dist-cjs/index.js +28 -18
  1403. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  1404. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  1405. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  1406. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  1407. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  1408. package/node_modules/@smithy/util-retry/package.json +10 -9
  1409. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  1410. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  1411. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  1412. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  1413. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
  1414. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
  1415. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  1416. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  1417. package/node_modules/@smithy/util-stream/dist-cjs/index.js +14 -6
  1418. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +2 -3
  1419. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  1420. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +2 -3
  1421. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  1422. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  1423. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  1424. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  1425. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  1426. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  1427. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  1428. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  1429. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -1
  1430. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -2
  1431. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  1432. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  1433. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  1434. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  1435. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +59 -0
  1436. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  1437. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +11 -0
  1438. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +12 -0
  1439. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
  1440. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  1441. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  1442. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1443. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -2
  1444. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  1445. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  1446. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  1447. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +59 -0
  1448. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  1449. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +11 -0
  1450. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +12 -0
  1451. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
  1452. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  1453. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  1454. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1455. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -2
  1456. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  1457. package/node_modules/@smithy/util-stream/package.json +30 -17
  1458. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  1459. package/node_modules/@smithy/util-utf8/package.json +6 -5
  1460. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
  1461. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  1462. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  1463. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  1464. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  1465. package/node_modules/@smithy/util-waiter/package.json +9 -8
  1466. package/node_modules/@types/uuid/LICENSE +21 -0
  1467. package/node_modules/@types/uuid/README.md +15 -0
  1468. package/node_modules/@types/uuid/index.d.mts +12 -0
  1469. package/node_modules/@types/uuid/index.d.ts +86 -0
  1470. package/node_modules/@types/uuid/package.json +54 -0
  1471. package/node_modules/strnum/CHANGELOG.md +22 -0
  1472. package/node_modules/strnum/README.md +14 -3
  1473. package/node_modules/strnum/package.json +8 -2
  1474. package/node_modules/strnum/strnum.js +43 -56
  1475. package/node_modules/strnum/strnum.test.js +21 -6
  1476. package/node_modules/tslib/modules/index.d.ts +1 -0
  1477. package/node_modules/tslib/modules/index.js +2 -0
  1478. package/node_modules/tslib/package.json +1 -1
  1479. package/node_modules/tslib/tslib.d.ts +7 -0
  1480. package/node_modules/tslib/tslib.es6.js +24 -1
  1481. package/node_modules/tslib/tslib.es6.mjs +24 -1
  1482. package/node_modules/tslib/tslib.js +56 -1
  1483. package/package.json +21 -20
  1484. package/lib/EventBridgeSchedule.ts +0 -38
  1485. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  1486. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  1487. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1060
  1488. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  1489. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -25
  1490. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -25
  1491. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  1492. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  1493. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -246
  1494. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -132
  1495. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -112
  1496. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1497. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1498. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1499. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1500. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -40
  1501. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -39
  1502. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -40
  1503. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1504. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  1505. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1506. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1507. package/node_modules/@aws-sdk/client-sts/README.md +0 -273
  1508. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1466
  1509. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  1510. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  1511. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -25
  1512. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -25
  1513. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -25
  1514. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1515. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -10
  1516. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  1517. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  1518. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -283
  1519. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -116
  1520. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -76
  1521. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -117
  1522. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -231
  1523. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -155
  1524. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1525. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  1526. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  1527. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -40
  1528. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -40
  1529. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -39
  1530. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -40
  1531. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -40
  1532. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -39
  1533. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1534. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  1535. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1536. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
  1537. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
  1538. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
  1539. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → core/dist-es/submodules/protocols/query/QuerySerializerSettings.js} +0 -0
  1540. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  1541. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  1542. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  1543. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  1544. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  1545. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  1546. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  1547. /package/node_modules/@aws-sdk/{client-sts/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  1548. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  1549. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  1550. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  1551. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  1552. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  1553. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  1554. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  1555. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  1556. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  1557. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  1558. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  1559. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  1560. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  1561. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  1562. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  1563. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1564. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1565. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1566. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1567. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1568. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  1569. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1570. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1571. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1572. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1573. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1574. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1575. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  1576. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1577. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  1578. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1579. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1580. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1581. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1582. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1583. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  1584. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1585. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  1586. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1587. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1588. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1589. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1590. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1591. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1592. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  1593. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1594. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  1595. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1596. /package/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → core/dist-cjs/setFeature.js} +0 -0
  1597. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  1598. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  1599. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  1600. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  1601. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  1602. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  1603. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  1604. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  1605. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  1606. /package/node_modules/@smithy/{smithy-client/dist-cjs/lazy-json.js → fetch-http-handler/dist-cjs/create-request.js} +0 -0
  1607. /package/node_modules/@smithy/{smithy-client/dist-cjs/parse-utils.js → node-http-handler/dist-cjs/timing.js} +0 -0
  1608. /package/node_modules/@smithy/{smithy-client/dist-cjs/split-every.js → signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
package/.jsii CHANGED
@@ -7,10 +7,10 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-medialive": "^3.637.0"
10
+ "@aws-sdk/client-medialive": "^3.826.0"
11
11
  },
12
12
  "dependencies": {
13
- "aws-cdk-lib": "^2.132.0",
13
+ "aws-cdk-lib": "^2.200.1",
14
14
  "constructs": "^10.0.5"
15
15
  },
16
16
  "dependencyClosure": {
@@ -40,32 +40,6 @@
40
40
  }
41
41
  }
42
42
  },
43
- "@aws-cdk/asset-kubectl-v20": {
44
- "targets": {
45
- "dotnet": {
46
- "namespace": "Amazon.CDK.Asset.KubectlV20",
47
- "packageId": "Amazon.CDK.Asset.KubectlV20"
48
- },
49
- "go": {
50
- "moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
51
- "packageName": "kubectlv20"
52
- },
53
- "java": {
54
- "maven": {
55
- "artifactId": "cdk-asset-kubectl-v20",
56
- "groupId": "software.amazon.awscdk"
57
- },
58
- "package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
59
- },
60
- "js": {
61
- "npm": "@aws-cdk/asset-kubectl-v20"
62
- },
63
- "python": {
64
- "distName": "aws-cdk.asset-kubectl-v20",
65
- "module": "aws_cdk.asset_kubectl_v20"
66
- }
67
- }
68
- },
69
43
  "@aws-cdk/asset-node-proxy-agent-v6": {
70
44
  "targets": {
71
45
  "dotnet": {
@@ -970,6 +944,19 @@
970
944
  }
971
945
  }
972
946
  },
947
+ "aws-cdk-lib.aws_cognito_identitypool": {
948
+ "targets": {
949
+ "dotnet": {
950
+ "namespace": "Amazon.CDK.AWS.Cognito.Identitypool"
951
+ },
952
+ "java": {
953
+ "package": "software.amazon.awscdk.services.cognito.identitypool"
954
+ },
955
+ "python": {
956
+ "module": "aws_cdk.aws_cognito_identitypool"
957
+ }
958
+ }
959
+ },
973
960
  "aws-cdk-lib.aws_comprehend": {
974
961
  "targets": {
975
962
  "dotnet": {
@@ -1022,6 +1009,19 @@
1022
1009
  }
1023
1010
  }
1024
1011
  },
1012
+ "aws-cdk-lib.aws_connectcampaignsv2": {
1013
+ "targets": {
1014
+ "dotnet": {
1015
+ "package": "Amazon.CDK.AWS.ConnectCampaignsV2"
1016
+ },
1017
+ "java": {
1018
+ "package": "software.amazon.awscdk.services.connectcampaignsv2"
1019
+ },
1020
+ "python": {
1021
+ "module": "aws_cdk.aws_connectcampaignsv2"
1022
+ }
1023
+ }
1024
+ },
1025
1025
  "aws-cdk-lib.aws_controltower": {
1026
1026
  "targets": {
1027
1027
  "dotnet": {
@@ -1243,6 +1243,19 @@
1243
1243
  }
1244
1244
  }
1245
1245
  },
1246
+ "aws-cdk-lib.aws_dsql": {
1247
+ "targets": {
1248
+ "dotnet": {
1249
+ "package": "Amazon.CDK.AWS.DSQL"
1250
+ },
1251
+ "java": {
1252
+ "package": "software.amazon.awscdk.services.dsql"
1253
+ },
1254
+ "python": {
1255
+ "module": "aws_cdk.aws_dsql"
1256
+ }
1257
+ }
1258
+ },
1246
1259
  "aws-cdk-lib.aws_dynamodb": {
1247
1260
  "targets": {
1248
1261
  "dotnet": {
@@ -1633,6 +1646,19 @@
1633
1646
  }
1634
1647
  }
1635
1648
  },
1649
+ "aws-cdk-lib.aws_gameliftstreams": {
1650
+ "targets": {
1651
+ "dotnet": {
1652
+ "package": "Amazon.CDK.AWS.GameLiftStreams"
1653
+ },
1654
+ "java": {
1655
+ "package": "software.amazon.awscdk.services.gameliftstreams"
1656
+ },
1657
+ "python": {
1658
+ "module": "aws_cdk.aws_gameliftstreams"
1659
+ }
1660
+ }
1661
+ },
1636
1662
  "aws-cdk-lib.aws_globalaccelerator": {
1637
1663
  "targets": {
1638
1664
  "dotnet": {
@@ -1841,29 +1867,29 @@
1841
1867
  }
1842
1868
  }
1843
1869
  },
1844
- "aws-cdk-lib.aws_iot": {
1870
+ "aws-cdk-lib.aws_invoicing": {
1845
1871
  "targets": {
1846
1872
  "dotnet": {
1847
- "namespace": "Amazon.CDK.AWS.IoT"
1873
+ "package": "Amazon.CDK.AWS.Invoicing"
1848
1874
  },
1849
1875
  "java": {
1850
- "package": "software.amazon.awscdk.services.iot"
1876
+ "package": "software.amazon.awscdk.services.invoicing"
1851
1877
  },
1852
1878
  "python": {
1853
- "module": "aws_cdk.aws_iot"
1879
+ "module": "aws_cdk.aws_invoicing"
1854
1880
  }
1855
1881
  }
1856
1882
  },
1857
- "aws-cdk-lib.aws_iot1click": {
1883
+ "aws-cdk-lib.aws_iot": {
1858
1884
  "targets": {
1859
1885
  "dotnet": {
1860
- "namespace": "Amazon.CDK.AWS.IoT1Click"
1886
+ "namespace": "Amazon.CDK.AWS.IoT"
1861
1887
  },
1862
1888
  "java": {
1863
- "package": "software.amazon.awscdk.services.iot1click"
1889
+ "package": "software.amazon.awscdk.services.iot"
1864
1890
  },
1865
1891
  "python": {
1866
- "module": "aws_cdk.aws_iot1click"
1892
+ "module": "aws_cdk.aws_iot"
1867
1893
  }
1868
1894
  }
1869
1895
  },
@@ -2556,6 +2582,32 @@
2556
2582
  }
2557
2583
  }
2558
2584
  },
2585
+ "aws-cdk-lib.aws_notifications": {
2586
+ "targets": {
2587
+ "dotnet": {
2588
+ "package": "Amazon.CDK.AWS.Notifications"
2589
+ },
2590
+ "java": {
2591
+ "package": "software.amazon.awscdk.services.notifications"
2592
+ },
2593
+ "python": {
2594
+ "module": "aws_cdk.aws_notifications"
2595
+ }
2596
+ }
2597
+ },
2598
+ "aws-cdk-lib.aws_notificationscontacts": {
2599
+ "targets": {
2600
+ "dotnet": {
2601
+ "package": "Amazon.CDK.AWS.NotificationsContacts"
2602
+ },
2603
+ "java": {
2604
+ "package": "software.amazon.awscdk.services.notificationscontacts"
2605
+ },
2606
+ "python": {
2607
+ "module": "aws_cdk.aws_notificationscontacts"
2608
+ }
2609
+ }
2610
+ },
2559
2611
  "aws-cdk-lib.aws_oam": {
2560
2612
  "targets": {
2561
2613
  "dotnet": {
@@ -2699,6 +2751,32 @@
2699
2751
  }
2700
2752
  }
2701
2753
  },
2754
+ "aws-cdk-lib.aws_pcaconnectorscep": {
2755
+ "targets": {
2756
+ "dotnet": {
2757
+ "package": "Amazon.CDK.AWS.PCAConnectorSCEP"
2758
+ },
2759
+ "java": {
2760
+ "package": "software.amazon.awscdk.services.pcaconnectorscep"
2761
+ },
2762
+ "python": {
2763
+ "module": "aws_cdk.aws_pcaconnectorscep"
2764
+ }
2765
+ }
2766
+ },
2767
+ "aws-cdk-lib.aws_pcs": {
2768
+ "targets": {
2769
+ "dotnet": {
2770
+ "package": "Amazon.CDK.AWS.PCS"
2771
+ },
2772
+ "java": {
2773
+ "package": "software.amazon.awscdk.services.pcs"
2774
+ },
2775
+ "python": {
2776
+ "module": "aws_cdk.aws_pcs"
2777
+ }
2778
+ }
2779
+ },
2702
2780
  "aws-cdk-lib.aws_personalize": {
2703
2781
  "targets": {
2704
2782
  "dotnet": {
@@ -2816,6 +2894,19 @@
2816
2894
  }
2817
2895
  }
2818
2896
  },
2897
+ "aws-cdk-lib.aws_rbin": {
2898
+ "targets": {
2899
+ "dotnet": {
2900
+ "package": "Amazon.CDK.AWS.Rbin"
2901
+ },
2902
+ "java": {
2903
+ "package": "software.amazon.awscdk.services.rbin"
2904
+ },
2905
+ "python": {
2906
+ "module": "aws_cdk.aws_rbin"
2907
+ }
2908
+ }
2909
+ },
2819
2910
  "aws-cdk-lib.aws_rds": {
2820
2911
  "targets": {
2821
2912
  "dotnet": {
@@ -3141,6 +3232,19 @@
3141
3232
  }
3142
3233
  }
3143
3234
  },
3235
+ "aws-cdk-lib.aws_s3tables": {
3236
+ "targets": {
3237
+ "dotnet": {
3238
+ "package": "Amazon.CDK.AWS.S3Tables"
3239
+ },
3240
+ "java": {
3241
+ "package": "software.amazon.awscdk.services.s3tables"
3242
+ },
3243
+ "python": {
3244
+ "module": "aws_cdk.aws_s3tables"
3245
+ }
3246
+ }
3247
+ },
3144
3248
  "aws-cdk-lib.aws_sagemaker": {
3145
3249
  "targets": {
3146
3250
  "dotnet": {
@@ -3180,6 +3284,19 @@
3180
3284
  }
3181
3285
  }
3182
3286
  },
3287
+ "aws-cdk-lib.aws_scheduler_targets": {
3288
+ "targets": {
3289
+ "dotnet": {
3290
+ "namespace": "Amazon.CDK.AWS.Scheduler.Targets"
3291
+ },
3292
+ "java": {
3293
+ "package": "software.amazon.awscdk.services.scheduler.targets"
3294
+ },
3295
+ "python": {
3296
+ "module": "aws_cdk.aws_scheduler_targets"
3297
+ }
3298
+ }
3299
+ },
3183
3300
  "aws-cdk-lib.aws_sdb": {
3184
3301
  "targets": {
3185
3302
  "dotnet": {
@@ -3401,6 +3518,19 @@
3401
3518
  }
3402
3519
  }
3403
3520
  },
3521
+ "aws-cdk-lib.aws_ssmguiconnect": {
3522
+ "targets": {
3523
+ "dotnet": {
3524
+ "package": "Amazon.CDK.AWS.SSMGuiConnect"
3525
+ },
3526
+ "java": {
3527
+ "package": "software.amazon.awscdk.services.ssmguiconnect"
3528
+ },
3529
+ "python": {
3530
+ "module": "aws_cdk.aws_ssmguiconnect"
3531
+ }
3532
+ }
3533
+ },
3404
3534
  "aws-cdk-lib.aws_ssmincidents": {
3405
3535
  "targets": {
3406
3536
  "dotnet": {
@@ -3414,6 +3544,19 @@
3414
3544
  }
3415
3545
  }
3416
3546
  },
3547
+ "aws-cdk-lib.aws_ssmquicksetup": {
3548
+ "targets": {
3549
+ "dotnet": {
3550
+ "package": "Amazon.CDK.AWS.SSMQuickSetup"
3551
+ },
3552
+ "java": {
3553
+ "package": "software.amazon.awscdk.services.ssmquicksetup"
3554
+ },
3555
+ "python": {
3556
+ "module": "aws_cdk.aws_ssmquicksetup"
3557
+ }
3558
+ }
3559
+ },
3417
3560
  "aws-cdk-lib.aws_sso": {
3418
3561
  "targets": {
3419
3562
  "dotnet": {
@@ -3714,19 +3857,6 @@
3714
3857
  }
3715
3858
  }
3716
3859
  },
3717
- "aws-cdk-lib.lambda_layer_kubectl": {
3718
- "targets": {
3719
- "dotnet": {
3720
- "namespace": "Amazon.CDK.LambdaLayer.Kubectl"
3721
- },
3722
- "java": {
3723
- "package": "software.amazon.awscdk.lambdalayer.kubectl"
3724
- },
3725
- "python": {
3726
- "module": "aws_cdk.lambda_layer_kubectl"
3727
- }
3728
- }
3729
- },
3730
3860
  "aws-cdk-lib.lambda_layer_node_proxy_agent": {
3731
3861
  "targets": {
3732
3862
  "dotnet": {
@@ -3837,7 +3967,7 @@
3837
3967
  "stability": "stable"
3838
3968
  },
3839
3969
  "homepage": "https://github.com/kuu/awscdk-construct-scte-scheduler.git",
3840
- "jsiiVersion": "5.3.52 (build f72576c)",
3970
+ "jsiiVersion": "5.8.11 (build 55d251b)",
3841
3971
  "keywords": [
3842
3972
  "EventBridge",
3843
3973
  "Lambda",
@@ -4278,6 +4408,6 @@
4278
4408
  "symbolId": "src/ScteScheduler:ScteSchedulerProps"
4279
4409
  }
4280
4410
  },
4281
- "version": "0.0.0",
4282
- "fingerprint": "nzeGD1sEc+34HPHlOU/Dfu5t04gNORr0UQiJO076sak="
4411
+ "version": "0.0.26",
4412
+ "fingerprint": "zKnxsNTOn/kdtKPjClD0YaQZtc3sWhWDtg7aU13De7g="
4283
4413
  }
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2024 Kuu Miyazaki
1
+ Copyright (c) 2025 Kuu Miyazaki
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,7 @@ class EventBridgeSchedule extends constructs_1.Construct {
24
24
  }
25
25
  exports.EventBridgeSchedule = EventBridgeSchedule;
26
26
  _a = JSII_RTTI_SYMBOL_1;
27
- EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.0" };
27
+ EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.26" };
28
28
  function isFunction(target) {
29
29
  return target instanceof aws_lambda_nodejs_1.NodejsFunction;
30
30
  }
package/lib/Lambda.js CHANGED
@@ -17,7 +17,7 @@ class Lambda extends constructs_1.Construct {
17
17
  const TS_ENTRY = path.resolve(__dirname, 'code', 'index.ts');
18
18
  const JS_ENTRY = path.resolve(__dirname, 'code', 'index.js');
19
19
  this.func = new aws_lambda_nodejs_1.NodejsFunction(scope, 'ScheduleSCTE', {
20
- runtime: aws_lambda_1.Runtime.NODEJS_18_X,
20
+ runtime: aws_lambda_1.Runtime.NODEJS_LATEST,
21
21
  entry: fs.existsSync(TS_ENTRY) ? TS_ENTRY : JS_ENTRY,
22
22
  // projectRoot: path.resolve(__dirname, '..'),
23
23
  // depsLockFilePath: path.resolve(__dirname, '..', 'package-lock.json'),
@@ -41,5 +41,5 @@ class Lambda extends constructs_1.Construct {
41
41
  }
42
42
  exports.Lambda = Lambda;
43
43
  _a = JSII_RTTI_SYMBOL_1;
44
- Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.0" };
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHlCQUF5QjtBQUN6Qiw2QkFBNkI7QUFDN0IsNkNBQXlEO0FBQ3pELGlEQUFzRDtBQUN0RCx1REFBaUQ7QUFDakQscUVBQStEO0FBQy9ELDJDQUF1QztBQU92QyxNQUFhLE1BQU8sU0FBUSxzQkFBUztJQUduQyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtCO1FBQzFELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxFQUFFLFNBQVMsRUFBRSxxQkFBcUIsRUFBRSxHQUFHLEtBQUssQ0FBQztRQUVuRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsRUFBRSxNQUFNLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDN0QsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO1FBRTdELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsV0FBVztZQUM1QixLQUFLLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxRQUFRO1lBQ3BELDhDQUE4QztZQUM5Qyx3RUFBd0U7WUFDeEUsT0FBTyxFQUFFLFNBQVM7WUFDbEIsT0FBTyxFQUFFLHNCQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUM3QixXQUFXLEVBQUU7Z0JBQ1gsUUFBUSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsUUFBa0I7Z0JBQ3hDLE1BQU0sRUFBRSxPQUFPLENBQUMsR0FBRyxDQUFDLGtCQUE0QjtnQkFDaEQsVUFBVSxFQUFFLFNBQVM7Z0JBQ3JCLFlBQVksRUFBRSxHQUFHLHFCQUFxQixFQUFFO2FBQ3pDO1lBQ0QsWUFBWSxFQUFFLHNCQUFJLENBQUMsYUFBYSxDQUFDLFNBQVM7U0FDM0MsQ0FBQyxDQUFDO1FBQ0gsaURBQWlEO1FBQ2pELElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUN2Qix5QkFBZSxDQUFDLFFBQVEsQ0FBQztZQUN2QixNQUFNLEVBQUUsT0FBTztZQUNmLE1BQU0sRUFBRSxhQUFhO1lBQ3JCLFFBQVEsRUFBRSxHQUFHO1NBQ2QsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDOztBQWxDSCx3QkFtQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBmcyBmcm9tICdmcyc7XG5pbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHsgRHVyYXRpb24sIGF3c19sb2dzIGFzIGxvZ3MgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IFJ1bnRpbWUgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IE5vZGVqc0Z1bmN0aW9uIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYS1ub2RlanMnO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGFtYmRhUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBMYW1iZGEgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgZnVuYzogTm9kZWpzRnVuY3Rpb247XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IExhbWJkYVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgY2hhbm5lbElkLCBzY3RlRHVyYXRpb25JblNlY29uZHMgfSA9IHByb3BzO1xuXG4gICAgY29uc3QgVFNfRU5UUlkgPSBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnY29kZScsICdpbmRleC50cycpO1xuICAgIGNvbnN0IEpTX0VOVFJZID0gcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2NvZGUnLCAnaW5kZXguanMnKTtcblxuICAgIHRoaXMuZnVuYyA9IG5ldyBOb2RlanNGdW5jdGlvbihzY29wZSwgJ1NjaGVkdWxlU0NURScsIHtcbiAgICAgIHJ1bnRpbWU6IFJ1bnRpbWUuTk9ERUpTXzE4X1gsXG4gICAgICBlbnRyeTogZnMuZXhpc3RzU3luYyhUU19FTlRSWSkgPyBUU19FTlRSWSA6IEpTX0VOVFJZLFxuICAgICAgLy8gcHJvamVjdFJvb3Q6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsICcuLicpLFxuICAgICAgLy8gZGVwc0xvY2tGaWxlUGF0aDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJywgJ3BhY2thZ2UtbG9jay5qc29uJyksXG4gICAgICBoYW5kbGVyOiAnaGFuZGxlcicsXG4gICAgICB0aW1lb3V0OiBEdXJhdGlvbi5zZWNvbmRzKDMwKSxcbiAgICAgIGVudmlyb25tZW50OiB7XG4gICAgICAgIE5PREVfRU5WOiBwcm9jZXNzLmVudi5OT0RFX0VOViBhcyBzdHJpbmcsXG4gICAgICAgIFJFR0lPTjogcHJvY2Vzcy5lbnYuQ0RLX0RFRkFVTFRfUkVHSU9OIGFzIHN0cmluZyxcbiAgICAgICAgQ0hBTk5FTF9JRDogY2hhbm5lbElkLFxuICAgICAgICBBVkFJTF9MRU5HVEg6IGAke3NjdGVEdXJhdGlvbkluU2Vjb25kc31gLFxuICAgICAgfSxcbiAgICAgIGxvZ1JldGVudGlvbjogbG9ncy5SZXRlbnRpb25EYXlzLlRXT19XRUVLUyxcbiAgICB9KTtcbiAgICAvLyBBZGQgYSBzdGF0ZW1lbnQgdG8gY2FsbCBNZWRpYUxpdmUgc2NoZWR1bGUgQVBJXG4gICAgdGhpcy5mdW5jLmFkZFRvUm9sZVBvbGljeShcbiAgICAgIFBvbGljeVN0YXRlbWVudC5mcm9tSnNvbih7XG4gICAgICAgIEVmZmVjdDogJ0FsbG93JyxcbiAgICAgICAgQWN0aW9uOiAnbWVkaWFsaXZlOionLFxuICAgICAgICBSZXNvdXJjZTogJyonLFxuICAgICAgfSksXG4gICAgKTtcbiAgfVxufSJdfQ==
44
+ Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.26" };
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHlCQUF5QjtBQUN6Qiw2QkFBNkI7QUFDN0IsNkNBQXlEO0FBQ3pELGlEQUFzRDtBQUN0RCx1REFBaUQ7QUFDakQscUVBQStEO0FBQy9ELDJDQUF1QztBQU92QyxNQUFhLE1BQU8sU0FBUSxzQkFBUztJQUduQyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtCO1FBQzFELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxFQUFFLFNBQVMsRUFBRSxxQkFBcUIsRUFBRSxHQUFHLEtBQUssQ0FBQztRQUVuRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsRUFBRSxNQUFNLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDN0QsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO1FBRTdELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsYUFBYTtZQUM5QixLQUFLLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxRQUFRO1lBQ3BELDhDQUE4QztZQUM5Qyx3RUFBd0U7WUFDeEUsT0FBTyxFQUFFLFNBQVM7WUFDbEIsT0FBTyxFQUFFLHNCQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUM3QixXQUFXLEVBQUU7Z0JBQ1gsUUFBUSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsUUFBa0I7Z0JBQ3hDLE1BQU0sRUFBRSxPQUFPLENBQUMsR0FBRyxDQUFDLGtCQUE0QjtnQkFDaEQsVUFBVSxFQUFFLFNBQVM7Z0JBQ3JCLFlBQVksRUFBRSxHQUFHLHFCQUFxQixFQUFFO2FBQ3pDO1lBQ0QsWUFBWSxFQUFFLHNCQUFJLENBQUMsYUFBYSxDQUFDLFNBQVM7U0FDM0MsQ0FBQyxDQUFDO1FBQ0gsaURBQWlEO1FBQ2pELElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUN2Qix5QkFBZSxDQUFDLFFBQVEsQ0FBQztZQUN2QixNQUFNLEVBQUUsT0FBTztZQUNmLE1BQU0sRUFBRSxhQUFhO1lBQ3JCLFFBQVEsRUFBRSxHQUFHO1NBQ2QsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDOztBQWxDSCx3QkFtQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBmcyBmcm9tICdmcyc7XG5pbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHsgRHVyYXRpb24sIGF3c19sb2dzIGFzIGxvZ3MgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IFJ1bnRpbWUgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IE5vZGVqc0Z1bmN0aW9uIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYS1ub2RlanMnO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGFtYmRhUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBMYW1iZGEgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgZnVuYzogTm9kZWpzRnVuY3Rpb247XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IExhbWJkYVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgY2hhbm5lbElkLCBzY3RlRHVyYXRpb25JblNlY29uZHMgfSA9IHByb3BzO1xuXG4gICAgY29uc3QgVFNfRU5UUlkgPSBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnY29kZScsICdpbmRleC50cycpO1xuICAgIGNvbnN0IEpTX0VOVFJZID0gcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2NvZGUnLCAnaW5kZXguanMnKTtcblxuICAgIHRoaXMuZnVuYyA9IG5ldyBOb2RlanNGdW5jdGlvbihzY29wZSwgJ1NjaGVkdWxlU0NURScsIHtcbiAgICAgIHJ1bnRpbWU6IFJ1bnRpbWUuTk9ERUpTX0xBVEVTVCxcbiAgICAgIGVudHJ5OiBmcy5leGlzdHNTeW5jKFRTX0VOVFJZKSA/IFRTX0VOVFJZIDogSlNfRU5UUlksXG4gICAgICAvLyBwcm9qZWN0Um9vdDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJyksXG4gICAgICAvLyBkZXBzTG9ja0ZpbGVQYXRoOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnLi4nLCAncGFja2FnZS1sb2NrLmpzb24nKSxcbiAgICAgIGhhbmRsZXI6ICdoYW5kbGVyJyxcbiAgICAgIHRpbWVvdXQ6IER1cmF0aW9uLnNlY29uZHMoMzApLFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgTk9ERV9FTlY6IHByb2Nlc3MuZW52Lk5PREVfRU5WIGFzIHN0cmluZyxcbiAgICAgICAgUkVHSU9OOiBwcm9jZXNzLmVudi5DREtfREVGQVVMVF9SRUdJT04gYXMgc3RyaW5nLFxuICAgICAgICBDSEFOTkVMX0lEOiBjaGFubmVsSWQsXG4gICAgICAgIEFWQUlMX0xFTkdUSDogYCR7c2N0ZUR1cmF0aW9uSW5TZWNvbmRzfWAsXG4gICAgICB9LFxuICAgICAgbG9nUmV0ZW50aW9uOiBsb2dzLlJldGVudGlvbkRheXMuVFdPX1dFRUtTLFxuICAgIH0pO1xuICAgIC8vIEFkZCBhIHN0YXRlbWVudCB0byBjYWxsIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmZ1bmMuYWRkVG9Sb2xlUG9saWN5KFxuICAgICAgUG9saWN5U3RhdGVtZW50LmZyb21Kc29uKHtcbiAgICAgICAgRWZmZWN0OiAnQWxsb3cnLFxuICAgICAgICBBY3Rpb246ICdtZWRpYWxpdmU6KicsXG4gICAgICAgIFJlc291cmNlOiAnKicsXG4gICAgICB9KSxcbiAgICApO1xuICB9XG59Il19
@@ -72,5 +72,5 @@ class ScteScheduler extends constructs_1.Construct {
72
72
  }
73
73
  exports.ScteScheduler = ScteScheduler;
74
74
  _a = JSII_RTTI_SYMBOL_1;
75
- ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.0" };
75
+ ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.26" };
76
76
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2N0ZVNjaGVkdWxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9TY3RlU2NoZWR1bGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaUNBQWlDO0FBQ2pDLDZDQUF1QztBQUN2Qyx1REFBK0Q7QUFFL0QscUVBVXVDO0FBQ3ZDLGlGQUFtRTtBQUNuRSxtRUFBOEc7QUFDOUcsMkNBQXVDO0FBQ3ZDLCtEQUE0RDtBQUM1RCxxQ0FBa0M7QUFXbEMsTUFBYSxhQUFjLFNBQVEsc0JBQVM7SUFJMUMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUF5QjtRQUNqRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFDSixTQUFTLEVBQ1QscUJBQXFCLEVBQ3JCLGlCQUFpQixFQUNqQixXQUFXLEVBQ1gsV0FBVyxHQUFHLFFBQVEsRUFDdEIsUUFBUSxHQUNULEdBQUcsS0FBSyxDQUFDO1FBRVYsaUZBQWlGO1FBQ2pGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxlQUFNLENBQUMsSUFBSSxFQUFFLGdCQUFnQixFQUFFO1lBQy9DLFNBQVM7WUFDVCxxQkFBcUI7U0FDdEIsQ0FBQyxDQUFDO1FBRUgsNEVBQTRFO1FBQzVFLE1BQU0sTUFBTSxHQUFHLElBQUksc0NBQVksQ0FBQyxJQUFJLEVBQUUsdUNBQXVDLEVBQUU7WUFDN0UsY0FBYyxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSTtZQUNoQyxTQUFTLEVBQUUsV0FBVztTQUN2QixDQUFDLENBQUM7UUFDSCxNQUFNLEtBQUssR0FBRyxJQUFJLHdCQUFJLENBQUMsSUFBSSxFQUFFLFlBQVksaUJBQWlCLE1BQU0sRUFBRTtZQUNoRSxJQUFJLEVBQUUsNEJBQVEsQ0FBQyxRQUFRLENBQUMsc0JBQVEsQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQztTQUM3RCxDQUFDLENBQUM7UUFDSCxNQUFNLEtBQUssR0FBRyxJQUFJLHdCQUFJLENBQUMsSUFBSSxFQUFFLFlBQVksaUJBQWlCLEdBQUcsRUFBRSxHQUFHLHFCQUFxQixNQUFNLEVBQUU7WUFDN0YsSUFBSSxFQUFFLDRCQUFRLENBQUMsUUFBUSxDQUFDLHNCQUFRLENBQUMsT0FBTyxDQUFDLGlCQUFpQixHQUFHLEVBQUUsR0FBRyxxQkFBcUIsQ0FBQyxDQUFDO1NBQzFGLENBQUMsQ0FBQztRQUNILE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxzQ0FBWSxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDN0QsY0FBYyxFQUFFLFFBQVE7U0FDekIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLDJCQUFPLENBQUMsSUFBSSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1FBQy9CLE1BQU0sWUFBWSxHQUFHLElBQUksZ0NBQVksQ0FBQyxJQUFJLEVBQUUsY0FBYyxFQUFFO1lBQzFELGNBQWMsRUFBRSxrQ0FBYyxDQUFDLGFBQWEsQ0FDMUMseUJBQUssQ0FBQyxLQUFLLENBQ1QsSUFBSSx3QkFBSSxDQUFDLElBQUksRUFBRSxPQUFPLEVBQUUsRUFBRSxVQUFVLEVBQUUsRUFBRSxPQUFPLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQy9EO2lCQUNFLElBQUksQ0FBQyxLQUFLLENBQUM7aUJBQ1gsSUFBSSxDQUFDLE1BQU0sQ0FBQztpQkFDWixJQUFJLENBQ0gsSUFBSSwwQkFBTSxDQUFDLElBQUksRUFBRSxxQkFBcUIsV0FBVyxRQUFRLENBQUM7aUJBQ3ZELElBQUksQ0FDSCw2QkFBUyxDQUFDLGNBQWMsQ0FBQyxhQUFhLEVBQUUsV0FBVyxDQUFDLEVBQ3BELEtBQUssQ0FDTjtpQkFDQSxTQUFTLENBQ1IseUJBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUNsQyxDQUNKLENBQ0o7U0FDRixDQUFDLENBQUM7UUFDSCxJQUFJLFdBQVcsRUFBRSxDQUFDO1lBQ2hCLHdFQUF3RTtZQUN4RSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUkseUNBQW1CLENBQUMsSUFBSSxFQUFFLHFCQUFxQixFQUFFO2dCQUNuRSxNQUFNLEVBQUUsWUFBWTtnQkFDcEIsUUFBUSxFQUFFLHFCQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQzthQUNyQyxDQUFDLENBQUM7UUFDTCxDQUFDO2FBQU0sQ0FBQztZQUNOLHVEQUF1RDtZQUN2RCxJQUFJLG9DQUFpQixDQUFDLEtBQUssRUFBRSxtQkFBbUIsRUFBRTtnQkFDaEQsUUFBUSxFQUFFO29CQUNSLE9BQU8sRUFBRSxlQUFlO29CQUN4QixNQUFNLEVBQUUsZ0JBQWdCO29CQUN4QixVQUFVLEVBQUU7d0JBQ1YsZUFBZSxFQUFFLFlBQVksQ0FBQyxlQUFlO3dCQUM3QyxLQUFLLEVBQUUsMkJBQTJCO3FCQUNuQztvQkFDRCxrQkFBa0IsRUFBRSxxQ0FBa0IsQ0FBQyxFQUFFLENBQUMsR0FBRyxNQUFNLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQztpQkFDcEU7Z0JBQ0QseUdBQXlHO2dCQUN6RyxNQUFNLEVBQUUsMENBQXVCLENBQUMsWUFBWSxDQUFDO29CQUMzQyxTQUFTLEVBQUUsMENBQXVCLENBQUMsWUFBWTtpQkFDaEQsQ0FBQzthQUNILENBQUMsQ0FBQztRQUNMLENBQUM7SUFDSCxDQUFDOztBQS9FSCxzQ0FnRkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBjcnlwdG8gZnJvbSAnY3J5cHRvJztcbmltcG9ydCB7IER1cmF0aW9uIH0gZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgU2NoZWR1bGUsIENyb25PcHRpb25zIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWV2ZW50cyc7XG5pbXBvcnQgeyBJRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7XG4gIFN0YXRlTWFjaGluZSxcbiAgRGVmaW5pdGlvbkJvZHksXG4gIENoYWluLFxuICBDaG9pY2UsXG4gIENvbmRpdGlvbixcbiAgV2FpdCxcbiAgV2FpdFRpbWUsXG4gIFBhc3MsXG4gIFN1Y2NlZWQsXG59IGZyb20gJ2F3cy1jZGstbGliL2F3cy1zdGVwZnVuY3Rpb25zJztcbmltcG9ydCB7IExhbWJkYUludm9rZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1zdGVwZnVuY3Rpb25zLXRhc2tzJztcbmltcG9ydCB7IEF3c0N1c3RvbVJlc291cmNlLCBBd3NDdXN0b21SZXNvdXJjZVBvbGljeSwgUGh5c2ljYWxSZXNvdXJjZUlkIH0gZnJvbSAnYXdzLWNkay1saWIvY3VzdG9tLXJlc291cmNlcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IEV2ZW50QnJpZGdlU2NoZWR1bGUgfSBmcm9tICcuL0V2ZW50QnJpZGdlU2NoZWR1bGUnO1xuaW1wb3J0IHsgTGFtYmRhIH0gZnJvbSAnLi9MYW1iZGEnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFNjdGVTY2hlZHVsZXJQcm9wcyB7XG4gIHJlYWRvbmx5IGNoYW5uZWxJZDogc3RyaW5nO1xuICByZWFkb25seSBzY3RlRHVyYXRpb25JblNlY29uZHM6IG51bWJlcjtcbiAgcmVhZG9ubHkgaW50ZXJ2YWxJbk1pbnV0ZXM6IG51bWJlcjtcbiAgcmVhZG9ubHkgY3Jvbk9wdGlvbnM/OiBDcm9uT3B0aW9ucztcbiAgcmVhZG9ubHkgcmVwZWF0Q291bnQ/OiBudW1iZXI7XG4gIHJlYWRvbmx5IGNhbGxiYWNrPzogSUZ1bmN0aW9uO1xufVxuXG5leHBvcnQgY2xhc3MgU2N0ZVNjaGVkdWxlciBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHB1YmxpYyByZWFkb25seSBsYW1iZGE6IExhbWJkYTtcbiAgcHVibGljIHJlYWRvbmx5IHNjaGVkdWxlPzogRXZlbnRCcmlkZ2VTY2hlZHVsZTtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogU2N0ZVNjaGVkdWxlclByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHtcbiAgICAgIGNoYW5uZWxJZCxcbiAgICAgIHNjdGVEdXJhdGlvbkluU2Vjb25kcyxcbiAgICAgIGludGVydmFsSW5NaW51dGVzLFxuICAgICAgY3Jvbk9wdGlvbnMsXG4gICAgICByZXBlYXRDb3VudCA9IEluZmluaXR5LFxuICAgICAgY2FsbGJhY2ssXG4gICAgfSA9IHByb3BzO1xuXG4gICAgLy8gQ3JlYXRlIExhbWJkYSBmdW5jdGlvbiB0byBpbnNlcnQgU0NURSBtZXNzYWdlIHVzaW5nIHRoZSBNZWRpYUxpdmUgc2NoZWR1bGUgQVBJXG4gICAgdGhpcy5sYW1iZGEgPSBuZXcgTGFtYmRhKHRoaXMsICdMYW1iZGFGdW5jdGlvbicsIHtcbiAgICAgIGNoYW5uZWxJZCxcbiAgICAgIHNjdGVEdXJhdGlvbkluU2Vjb25kcyxcbiAgICB9KTtcblxuICAgIC8vIENyZWF0ZSBTdGVwIEZ1bmN0aW9ucyBzdGF0ZSBtYWNoaW5lIHRvIGludm9rZSB0aGUgTGFtYmRhIGZ1bmN0aW9uIE4gdGltZXNcbiAgICBjb25zdCBpbnZva2UgPSBuZXcgTGFtYmRhSW52b2tlKHRoaXMsICdJbnZva2UgU0NURSBzY2hlZHVsZXIgTGFtYmRhIGZ1bmN0aW9uJywge1xuICAgICAgbGFtYmRhRnVuY3Rpb246IHRoaXMubGFtYmRhLmZ1bmMsXG4gICAgICBpbnB1dFBhdGg6ICckLlBheWxvYWQnLFxuICAgIH0pO1xuICAgIGNvbnN0IHdhaXQxID0gbmV3IFdhaXQodGhpcywgYFdhaXQgZm9yICR7aW50ZXJ2YWxJbk1pbnV0ZXN9LW1pbmAsIHtcbiAgICAgIHRpbWU6IFdhaXRUaW1lLmR1cmF0aW9uKER1cmF0aW9uLm1pbnV0ZXMoaW50ZXJ2YWxJbk1pbnV0ZXMpKSxcbiAgICB9KTtcbiAgICBjb25zdCB3YWl0MiA9IG5ldyBXYWl0KHRoaXMsIGBXYWl0IGZvciAke2ludGVydmFsSW5NaW51dGVzICogNjAgKyBzY3RlRHVyYXRpb25JblNlY29uZHN9LXNlY2AsIHtcbiAgICAgIHRpbWU6IFdhaXRUaW1lLmR1cmF0aW9uKER1cmF0aW9uLnNlY29uZHMoaW50ZXJ2YWxJbk1pbnV0ZXMgKiA2MCArIHNjdGVEdXJhdGlvbkluU2Vjb25kcykpLFxuICAgIH0pO1xuICAgIGNvbnN0IGxhc3RUYXNrID0gY2FsbGJhY2sgPyBuZXcgTGFtYmRhSW52b2tlKHRoaXMsICdDYWxsYmFjaycsIHtcbiAgICAgIGxhbWJkYUZ1bmN0aW9uOiBjYWxsYmFjayxcbiAgICB9KSA6IG5ldyBTdWNjZWVkKHRoaXMsICdEb25lJyk7XG4gICAgY29uc3Qgc3RhdGVNYWNoaW5lID0gbmV3IFN0YXRlTWFjaGluZSh0aGlzLCAnU3RhdGVNYWNoaW5lJywge1xuICAgICAgZGVmaW5pdGlvbkJvZHk6IERlZmluaXRpb25Cb2R5LmZyb21DaGFpbmFibGUoXG4gICAgICAgIENoYWluLnN0YXJ0KFxuICAgICAgICAgIG5ldyBQYXNzKHRoaXMsICdTdGFydCcsIHsgcGFyYW1ldGVyczogeyBQYXlsb2FkOiB7IGk6IDAgfSB9IH0pLFxuICAgICAgICApXG4gICAgICAgICAgLm5leHQod2FpdDEpXG4gICAgICAgICAgLm5leHQoaW52b2tlKVxuICAgICAgICAgIC5uZXh0KFxuICAgICAgICAgICAgbmV3IENob2ljZSh0aGlzLCBgQ2hlY2sgaWYgcmVwYWV0ZWQgJHtyZXBlYXRDb3VudH0gdGltZXNgKVxuICAgICAgICAgICAgICAud2hlbihcbiAgICAgICAgICAgICAgICBDb25kaXRpb24ubnVtYmVyTGVzc1RoYW4oJyQuUGF5bG9hZC5pJywgcmVwZWF0Q291bnQpLFxuICAgICAgICAgICAgICAgIHdhaXQxLFxuICAgICAgICAgICAgICApXG4gICAgICAgICAgICAgIC5vdGhlcndpc2UoXG4gICAgICAgICAgICAgICAgQ2hhaW4uc3RhcnQod2FpdDIpLm5leHQobGFzdFRhc2spLFxuICAgICAgICAgICAgICApLFxuICAgICAgICAgICksXG4gICAgICApLFxuICAgIH0pO1xuICAgIGlmIChjcm9uT3B0aW9ucykge1xuICAgICAgLy8gQ3JlYXRlIEV2ZW50QnJpZGdlIHJ1bGUgdG8gaW52b2tlIHRoZSBMYW1iZGEgZnVuY3Rpb24gZXZlcnkgTiBtaW51dGVzXG4gICAgICB0aGlzLnNjaGVkdWxlID0gbmV3IEV2ZW50QnJpZGdlU2NoZWR1bGUodGhpcywgJ0V2ZW50QnJpZGdlU2NoZWR1bGUnLCB7XG4gICAgICAgIHRhcmdldDogc3RhdGVNYWNoaW5lLFxuICAgICAgICBzY2hlZHVsZTogU2NoZWR1bGUuY3Jvbihjcm9uT3B0aW9ucyksXG4gICAgICB9KTtcbiAgICB9IGVsc2Uge1xuICAgICAgLy8gU3RhcnQgdGhlIGV4ZWN1dGlvbiBvZiB0aGUgc3RhdGUgbWFjaGluZSBpbW1lZGlhdGVseVxuICAgICAgbmV3IEF3c0N1c3RvbVJlc291cmNlKHNjb3BlLCAnU3RhcnRTdGF0ZU1hY2hpbmUnLCB7XG4gICAgICAgIG9uQ3JlYXRlOiB7XG4gICAgICAgICAgc2VydmljZTogJ1N0ZXBGdW5jdGlvbnMnLFxuICAgICAgICAgIGFjdGlvbjogJ1N0YXJ0RXhlY3V0aW9uJyxcbiAgICAgICAgICBwYXJhbWV0ZXJzOiB7XG4gICAgICAgICAgICBzdGF0ZU1hY2hpbmVBcm46IHN0YXRlTWFjaGluZS5zdGF0ZU1hY2hpbmVBcm4sXG4gICAgICAgICAgICBpbnB1dDogJ3sgXCJQYXlsb2FkXCI6IHsgXCJpXCI6IDAgfSB9JyxcbiAgICAgICAgICB9LFxuICAgICAgICAgIHBoeXNpY2FsUmVzb3VyY2VJZDogUGh5c2ljYWxSZXNvdXJjZUlkLm9mKGAke2NyeXB0by5yYW5kb21VVUlEKCl9YCksXG4gICAgICAgIH0sXG4gICAgICAgIC8vV2lsbCBpZ25vcmUgYW55IHJlc291cmNlIGFuZCB1c2UgdGhlIGFzc3VtZWRSb2xlQXJuIGFzIHJlc291cmNlIGFuZCAnc3RzOkFzc3VtZVJvbGUnIGZvciBzZXJ2aWNlOmFjdGlvblxuICAgICAgICBwb2xpY3k6IEF3c0N1c3RvbVJlc291cmNlUG9saWN5LmZyb21TZGtDYWxscyh7XG4gICAgICAgICAgcmVzb3VyY2VzOiBBd3NDdXN0b21SZXNvdXJjZVBvbGljeS5BTllfUkVTT1VSQ0UsXG4gICAgICAgIH0pLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iXX0=
package/lib/code/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.handler = void 0;
3
+ exports.handler = handler;
4
4
  const client_medialive_1 = require("@aws-sdk/client-medialive");
5
5
  const client = new client_medialive_1.MediaLiveClient({ region: process.env.REGION });
6
6
  const CHANNEL_ID = process.env.CHANNEL_ID;
@@ -13,7 +13,6 @@ async function handler(event) {
13
13
  await scheduleEvent(Math.floor(startTime.getTime() / 1000), startTime);
14
14
  return { i: event.i + 1 };
15
15
  }
16
- exports.handler = handler;
17
16
  function deleteSchedules() {
18
17
  const command = new client_medialive_1.DeleteScheduleCommand({ ChannelId: CHANNEL_ID });
19
18
  return client.send(command);
@@ -44,4 +43,4 @@ function createScteCommand(eventId, start, durationInSeconds) {
44
43
  ],
45
44
  };
46
45
  }
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29kZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxnRUFLbUM7QUFFbkMsTUFBTSxNQUFNLEdBQUcsSUFBSSxrQ0FBZSxDQUFDLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQztBQUVuRSxNQUFNLFVBQVUsR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLFVBQW9CLENBQUM7QUFDcEQsTUFBTSxNQUFNLEdBQUcsRUFBRSxDQUFDO0FBQ2xCLE1BQU0sWUFBWSxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUMsWUFBaUMsQ0FBQztBQUVuRSw2RkFBNkY7QUFDdEYsS0FBSyxVQUFVLE9BQU8sQ0FBQyxLQUFVO0lBQ3RDLE1BQU0sZUFBZSxFQUFFLENBQUM7SUFDeEIsTUFBTSxTQUFTLEdBQUcsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUM7SUFDekQsTUFBTSxhQUFhLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLENBQUMsT0FBTyxFQUFFLEdBQUcsSUFBSSxDQUFDLEVBQUUsU0FBUyxDQUFDLENBQUM7SUFDdkUsT0FBTyxFQUFFLENBQUMsRUFBRSxLQUFLLENBQUMsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDO0FBQzVCLENBQUM7QUFMRCwwQkFLQztBQUVELFNBQVMsZUFBZTtJQUN0QixNQUFNLE9BQU8sR0FBRyxJQUFJLHdDQUFxQixDQUFDLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxDQUFDLENBQUM7SUFDckUsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQzlCLENBQUM7QUFFRCxLQUFLLFVBQVUsYUFBYSxDQUFDLE9BQWUsRUFBRSxLQUFXO0lBQ3ZELE1BQU0sSUFBSSxHQUFHLGlCQUFpQixDQUFDLE9BQU8sRUFBRSxLQUFLLEVBQUUsWUFBWSxDQUFDLENBQUM7SUFDN0QsTUFBTSxPQUFPLEdBQUcsSUFBSSw2Q0FBMEIsQ0FBQyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekYsTUFBTSxRQUFRLEdBQUcsTUFBTSxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQzVDLE9BQU8sQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFDakQsQ0FBQztBQUVELFNBQVMsaUJBQWlCLENBQUMsT0FBZSxFQUFFLEtBQVcsRUFBRSxpQkFBeUI7SUFDaEYsT0FBTztRQUNMLGVBQWUsRUFBRTtZQUNmO2dCQUNFLFVBQVUsRUFBRSx3QkFBd0IsT0FBTyxFQUFFO2dCQUM3QyxzQkFBc0IsRUFBRTtvQkFDdEIsMEJBQTBCLEVBQUU7d0JBQzFCLGFBQWEsRUFBRSxPQUFPO3dCQUN0QixRQUFRLEVBQUUsaUJBQWlCLEdBQUcsS0FBTSxFQUFFLFFBQVE7cUJBQy9DO2lCQUNGO2dCQUNELDJCQUEyQixFQUFFO29CQUMzQixvQ0FBb0MsRUFBRTt3QkFDcEMsSUFBSSxFQUFFLEtBQUssQ0FBQyxXQUFXLEVBQUU7cUJBQzFCO2lCQUNGO2FBQ0Y7U0FDRjtLQUNGLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTWVkaWFMaXZlQ2xpZW50LFxuICBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCxcbiAgQmF0Y2hTY2hlZHVsZUFjdGlvbkNyZWF0ZVJlcXVlc3QsXG4gIERlbGV0ZVNjaGVkdWxlQ29tbWFuZCxcbn0gZnJvbSAnQGF3cy1zZGsvY2xpZW50LW1lZGlhbGl2ZSc7XG5cbmNvbnN0IGNsaWVudCA9IG5ldyBNZWRpYUxpdmVDbGllbnQoeyByZWdpb246IHByb2Nlc3MuZW52LlJFR0lPTiB9KTtcblxuY29uc3QgQ0hBTk5FTF9JRCA9IHByb2Nlc3MuZW52LkNIQU5ORUxfSUQgYXMgc3RyaW5nO1xuY29uc3QgT0ZGU0VUID0gMzA7XG5jb25zdCBBVkFJTF9MRU5HVEggPSBwcm9jZXNzLmVudi5BVkFJTF9MRU5HVEggYXMgdW5rbm93biBhcyBudW1iZXI7XG5cbi8vIExhbWJkYSBmdW5jdGlvbiB0byBpbnNlcnQgU0NURS0zNSBzcGxpY2VfaW5zZXJ0KCkgbWVzc2FnZSB1c2luZyB0aGUgTWVkaWFMaXZlIHNjaGVkdWxlIEFQSVxuZXhwb3J0IGFzeW5jIGZ1bmN0aW9uIGhhbmRsZXIoZXZlbnQ6IGFueSkge1xuICBhd2FpdCBkZWxldGVTY2hlZHVsZXMoKTtcbiAgY29uc3Qgc3RhcnRUaW1lID0gbmV3IERhdGUoRGF0ZS5ub3coKSArIChPRkZTRVQgKiAxMDAwKSk7XG4gIGF3YWl0IHNjaGVkdWxlRXZlbnQoTWF0aC5mbG9vcihzdGFydFRpbWUuZ2V0VGltZSgpIC8gMTAwMCksIHN0YXJ0VGltZSk7XG4gIHJldHVybiB7IGk6IGV2ZW50LmkgKyAxIH07XG59XG5cbmZ1bmN0aW9uIGRlbGV0ZVNjaGVkdWxlcygpIHtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBEZWxldGVTY2hlZHVsZUNvbW1hbmQoeyBDaGFubmVsSWQ6IENIQU5ORUxfSUQgfSk7XG4gIHJldHVybiBjbGllbnQuc2VuZChjb21tYW5kKTtcbn1cblxuYXN5bmMgZnVuY3Rpb24gc2NoZWR1bGVFdmVudChldmVudElkOiBudW1iZXIsIHN0YXJ0OiBEYXRlKSB7XG4gIGNvbnN0IHNjdGUgPSBjcmVhdGVTY3RlQ29tbWFuZChldmVudElkLCBzdGFydCwgQVZBSUxfTEVOR1RIKTtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCh7IENoYW5uZWxJZDogQ0hBTk5FTF9JRCwgQ3JlYXRlczogc2N0ZSB9KTtcbiAgY29uc3QgcmVzcG9uc2UgPSBhd2FpdCBjbGllbnQuc2VuZChjb21tYW5kKTtcbiAgY29uc29sZS5sb2coSlNPTi5zdHJpbmdpZnkocmVzcG9uc2UsIG51bGwsIDIpKTtcbn1cblxuZnVuY3Rpb24gY3JlYXRlU2N0ZUNvbW1hbmQoZXZlbnRJZDogbnVtYmVyLCBzdGFydDogRGF0ZSwgZHVyYXRpb25JblNlY29uZHM6IG51bWJlcik6IEJhdGNoU2NoZWR1bGVBY3Rpb25DcmVhdGVSZXF1ZXN0IHtcbiAgcmV0dXJuIHtcbiAgICBTY2hlZHVsZUFjdGlvbnM6IFtcbiAgICAgIHtcbiAgICAgICAgQWN0aW9uTmFtZTogYFNDVEUzNV9zcGxpY2UtaW5zZXJ0XyR7ZXZlbnRJZH1gLFxuICAgICAgICBTY2hlZHVsZUFjdGlvblNldHRpbmdzOiB7XG4gICAgICAgICAgU2N0ZTM1U3BsaWNlSW5zZXJ0U2V0dGluZ3M6IHtcbiAgICAgICAgICAgIFNwbGljZUV2ZW50SWQ6IGV2ZW50SWQsXG4gICAgICAgICAgICBEdXJhdGlvbjogZHVyYXRpb25JblNlY29uZHMgKiA5MF8wMDAsIC8vIDkwa0h6XG4gICAgICAgICAgfSxcbiAgICAgICAgfSxcbiAgICAgICAgU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgRml4ZWRNb2RlU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgICBUaW1lOiBzdGFydC50b0lTT1N0cmluZygpLFxuICAgICAgICAgIH0sXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gIH07XG59XG5cblxuIl19
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29kZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQWNBLDBCQUtDO0FBbkJELGdFQUttQztBQUVuQyxNQUFNLE1BQU0sR0FBRyxJQUFJLGtDQUFlLENBQUMsRUFBRSxNQUFNLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDO0FBRW5FLE1BQU0sVUFBVSxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUMsVUFBb0IsQ0FBQztBQUNwRCxNQUFNLE1BQU0sR0FBRyxFQUFFLENBQUM7QUFDbEIsTUFBTSxZQUFZLEdBQUcsT0FBTyxDQUFDLEdBQUcsQ0FBQyxZQUFpQyxDQUFDO0FBRW5FLDZGQUE2RjtBQUN0RixLQUFLLFVBQVUsT0FBTyxDQUFDLEtBQVU7SUFDdEMsTUFBTSxlQUFlLEVBQUUsQ0FBQztJQUN4QixNQUFNLFNBQVMsR0FBRyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQztJQUN6RCxNQUFNLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxPQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsRUFBRSxTQUFTLENBQUMsQ0FBQztJQUN2RSxPQUFPLEVBQUUsQ0FBQyxFQUFFLEtBQUssQ0FBQyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7QUFDNUIsQ0FBQztBQUVELFNBQVMsZUFBZTtJQUN0QixNQUFNLE9BQU8sR0FBRyxJQUFJLHdDQUFxQixDQUFDLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxDQUFDLENBQUM7SUFDckUsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQzlCLENBQUM7QUFFRCxLQUFLLFVBQVUsYUFBYSxDQUFDLE9BQWUsRUFBRSxLQUFXO0lBQ3ZELE1BQU0sSUFBSSxHQUFHLGlCQUFpQixDQUFDLE9BQU8sRUFBRSxLQUFLLEVBQUUsWUFBWSxDQUFDLENBQUM7SUFDN0QsTUFBTSxPQUFPLEdBQUcsSUFBSSw2Q0FBMEIsQ0FBQyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekYsTUFBTSxRQUFRLEdBQUcsTUFBTSxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQzVDLE9BQU8sQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFDakQsQ0FBQztBQUVELFNBQVMsaUJBQWlCLENBQUMsT0FBZSxFQUFFLEtBQVcsRUFBRSxpQkFBeUI7SUFDaEYsT0FBTztRQUNMLGVBQWUsRUFBRTtZQUNmO2dCQUNFLFVBQVUsRUFBRSx3QkFBd0IsT0FBTyxFQUFFO2dCQUM3QyxzQkFBc0IsRUFBRTtvQkFDdEIsMEJBQTBCLEVBQUU7d0JBQzFCLGFBQWEsRUFBRSxPQUFPO3dCQUN0QixRQUFRLEVBQUUsaUJBQWlCLEdBQUcsS0FBTSxFQUFFLFFBQVE7cUJBQy9DO2lCQUNGO2dCQUNELDJCQUEyQixFQUFFO29CQUMzQixvQ0FBb0MsRUFBRTt3QkFDcEMsSUFBSSxFQUFFLEtBQUssQ0FBQyxXQUFXLEVBQUU7cUJBQzFCO2lCQUNGO2FBQ0Y7U0FDRjtLQUNGLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTWVkaWFMaXZlQ2xpZW50LFxuICBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCxcbiAgQmF0Y2hTY2hlZHVsZUFjdGlvbkNyZWF0ZVJlcXVlc3QsXG4gIERlbGV0ZVNjaGVkdWxlQ29tbWFuZCxcbn0gZnJvbSAnQGF3cy1zZGsvY2xpZW50LW1lZGlhbGl2ZSc7XG5cbmNvbnN0IGNsaWVudCA9IG5ldyBNZWRpYUxpdmVDbGllbnQoeyByZWdpb246IHByb2Nlc3MuZW52LlJFR0lPTiB9KTtcblxuY29uc3QgQ0hBTk5FTF9JRCA9IHByb2Nlc3MuZW52LkNIQU5ORUxfSUQgYXMgc3RyaW5nO1xuY29uc3QgT0ZGU0VUID0gMzA7XG5jb25zdCBBVkFJTF9MRU5HVEggPSBwcm9jZXNzLmVudi5BVkFJTF9MRU5HVEggYXMgdW5rbm93biBhcyBudW1iZXI7XG5cbi8vIExhbWJkYSBmdW5jdGlvbiB0byBpbnNlcnQgU0NURS0zNSBzcGxpY2VfaW5zZXJ0KCkgbWVzc2FnZSB1c2luZyB0aGUgTWVkaWFMaXZlIHNjaGVkdWxlIEFQSVxuZXhwb3J0IGFzeW5jIGZ1bmN0aW9uIGhhbmRsZXIoZXZlbnQ6IGFueSkge1xuICBhd2FpdCBkZWxldGVTY2hlZHVsZXMoKTtcbiAgY29uc3Qgc3RhcnRUaW1lID0gbmV3IERhdGUoRGF0ZS5ub3coKSArIChPRkZTRVQgKiAxMDAwKSk7XG4gIGF3YWl0IHNjaGVkdWxlRXZlbnQoTWF0aC5mbG9vcihzdGFydFRpbWUuZ2V0VGltZSgpIC8gMTAwMCksIHN0YXJ0VGltZSk7XG4gIHJldHVybiB7IGk6IGV2ZW50LmkgKyAxIH07XG59XG5cbmZ1bmN0aW9uIGRlbGV0ZVNjaGVkdWxlcygpIHtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBEZWxldGVTY2hlZHVsZUNvbW1hbmQoeyBDaGFubmVsSWQ6IENIQU5ORUxfSUQgfSk7XG4gIHJldHVybiBjbGllbnQuc2VuZChjb21tYW5kKTtcbn1cblxuYXN5bmMgZnVuY3Rpb24gc2NoZWR1bGVFdmVudChldmVudElkOiBudW1iZXIsIHN0YXJ0OiBEYXRlKSB7XG4gIGNvbnN0IHNjdGUgPSBjcmVhdGVTY3RlQ29tbWFuZChldmVudElkLCBzdGFydCwgQVZBSUxfTEVOR1RIKTtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCh7IENoYW5uZWxJZDogQ0hBTk5FTF9JRCwgQ3JlYXRlczogc2N0ZSB9KTtcbiAgY29uc3QgcmVzcG9uc2UgPSBhd2FpdCBjbGllbnQuc2VuZChjb21tYW5kKTtcbiAgY29uc29sZS5sb2coSlNPTi5zdHJpbmdpZnkocmVzcG9uc2UsIG51bGwsIDIpKTtcbn1cblxuZnVuY3Rpb24gY3JlYXRlU2N0ZUNvbW1hbmQoZXZlbnRJZDogbnVtYmVyLCBzdGFydDogRGF0ZSwgZHVyYXRpb25JblNlY29uZHM6IG51bWJlcik6IEJhdGNoU2NoZWR1bGVBY3Rpb25DcmVhdGVSZXF1ZXN0IHtcbiAgcmV0dXJuIHtcbiAgICBTY2hlZHVsZUFjdGlvbnM6IFtcbiAgICAgIHtcbiAgICAgICAgQWN0aW9uTmFtZTogYFNDVEUzNV9zcGxpY2UtaW5zZXJ0XyR7ZXZlbnRJZH1gLFxuICAgICAgICBTY2hlZHVsZUFjdGlvblNldHRpbmdzOiB7XG4gICAgICAgICAgU2N0ZTM1U3BsaWNlSW5zZXJ0U2V0dGluZ3M6IHtcbiAgICAgICAgICAgIFNwbGljZUV2ZW50SWQ6IGV2ZW50SWQsXG4gICAgICAgICAgICBEdXJhdGlvbjogZHVyYXRpb25JblNlY29uZHMgKiA5MF8wMDAsIC8vIDkwa0h6XG4gICAgICAgICAgfSxcbiAgICAgICAgfSxcbiAgICAgICAgU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgRml4ZWRNb2RlU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgICBUaW1lOiBzdGFydC50b0lTT1N0cmluZygpLFxuICAgICAgICAgIH0sXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gIH07XG59XG5cblxuIl19