@aws-sdk/client-cloudwatch-events 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (497) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CloudWatchEvents.js +0 -24
  3. package/dist-cjs/CloudWatchEventsClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/ActivateEventSourceCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CancelReplayCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateApiDestinationCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/CreateArchiveCommand.js +2 -31
  8. package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/CreateEventBusCommand.js +2 -29
  10. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +36 -0
  11. package/{dist/cjs → dist-cjs}/commands/DeactivateEventSourceCommand.js +2 -31
  12. package/{dist/cjs → dist-cjs}/commands/DeauthorizeConnectionCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/DeleteApiDestinationCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DeleteArchiveCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DeleteEventBusCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/DeletePartnerEventSourceCommand.js +2 -31
  18. package/dist-cjs/commands/DeleteRuleCommand.js +36 -0
  19. package/{dist/cjs → dist-cjs}/commands/DescribeApiDestinationCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeArchiveCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/DescribeConnectionCommand.js +2 -27
  22. package/dist-cjs/commands/DescribeEventBusCommand.js +36 -0
  23. package/{dist/cjs → dist-cjs}/commands/DescribeEventSourceCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/DescribePartnerEventSourceCommand.js +2 -30
  25. package/dist-cjs/commands/DescribeReplayCommand.js +36 -0
  26. package/{dist/cjs → dist-cjs}/commands/DescribeRuleCommand.js +2 -29
  27. package/{dist/cjs → dist-cjs}/commands/DisableRuleCommand.js +2 -31
  28. package/{dist/cjs → dist-cjs}/commands/EnableRuleCommand.js +2 -30
  29. package/{dist/cjs → dist-cjs}/commands/ListApiDestinationsCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/ListArchivesCommand.js +2 -28
  31. package/{dist/cjs → dist-cjs}/commands/ListConnectionsCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/ListEventBusesCommand.js +2 -28
  33. package/{dist/cjs → dist-cjs}/commands/ListEventSourcesCommand.js +2 -28
  34. package/{dist/cjs → dist-cjs}/commands/ListPartnerEventSourceAccountsCommand.js +2 -29
  35. package/{dist/cjs → dist-cjs}/commands/ListPartnerEventSourcesCommand.js +2 -28
  36. package/{dist/cjs → dist-cjs}/commands/ListReplaysCommand.js +2 -28
  37. package/{dist/cjs → dist-cjs}/commands/ListRuleNamesByTargetCommand.js +2 -28
  38. package/{dist/cjs → dist-cjs}/commands/ListRulesCommand.js +2 -31
  39. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  40. package/{dist/cjs → dist-cjs}/commands/ListTargetsByRuleCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/PutEventsCommand.js +2 -27
  42. package/{dist/cjs → dist-cjs}/commands/PutPartnerEventsCommand.js +2 -28
  43. package/dist-cjs/commands/PutPermissionCommand.js +36 -0
  44. package/dist-cjs/commands/PutRuleCommand.js +36 -0
  45. package/dist-cjs/commands/PutTargetsCommand.js +36 -0
  46. package/{dist/cjs → dist-cjs}/commands/RemovePermissionCommand.js +2 -30
  47. package/{dist/cjs → dist-cjs}/commands/RemoveTargetsCommand.js +2 -35
  48. package/dist-cjs/commands/StartReplayCommand.js +36 -0
  49. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  50. package/{dist/cjs → dist-cjs}/commands/TestEventPatternCommand.js +2 -31
  51. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -28
  52. package/{dist/cjs → dist-cjs}/commands/UpdateApiDestinationCommand.js +2 -27
  53. package/{dist/cjs → dist-cjs}/commands/UpdateArchiveCommand.js +2 -27
  54. package/{dist/cjs → dist-cjs}/commands/UpdateConnectionCommand.js +2 -27
  55. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  56. package/{dist/cjs → dist-cjs}/index.js +0 -1
  57. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  58. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -487
  59. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  61. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  64. package/{dist/es → dist-es}/CloudWatchEvents.js +0 -1
  65. package/{dist/es → dist-es}/CloudWatchEventsClient.js +1 -2
  66. package/{dist/es → dist-es}/commands/ActivateEventSourceCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/CancelReplayCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/CreateApiDestinationCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/CreateArchiveCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/CreateConnectionCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/CreateEventBusCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/CreatePartnerEventSourceCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/DeactivateEventSourceCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/DeauthorizeConnectionCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/DeleteApiDestinationCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/DeleteArchiveCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/DeleteEventBusCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/DeletePartnerEventSourceCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/DeleteRuleCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/DescribeApiDestinationCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/DescribeArchiveCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/DescribeConnectionCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/DescribeEventBusCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/DescribeEventSourceCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/DescribePartnerEventSourceCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/DescribeReplayCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/DescribeRuleCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/DisableRuleCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/EnableRuleCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/ListApiDestinationsCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/ListArchivesCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/ListConnectionsCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/ListEventBusesCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/ListEventSourcesCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/ListPartnerEventSourcesCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/ListReplaysCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/ListRuleNamesByTargetCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/ListRulesCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ListTargetsByRuleCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/PutEventsCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/PutPartnerEventsCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/PutPermissionCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/PutRuleCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/PutTargetsCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/RemovePermissionCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/RemoveTargetsCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/StartReplayCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/TestEventPatternCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/UpdateApiDestinationCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/UpdateArchiveCommand.js +2 -3
  116. package/{dist/es → dist-es}/commands/UpdateConnectionCommand.js +2 -3
  117. package/{dist/es → dist-es}/endpoints.js +1 -2
  118. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  119. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  120. package/{dist/es → dist-es}/models/models_0.js +0 -1
  121. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  122. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  123. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  124. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  125. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  126. package/{dist/types → dist-types}/CloudWatchEvents.d.ts +1 -1
  127. package/{dist/types → dist-types}/CloudWatchEventsClient.d.ts +8 -8
  128. package/{dist/types → dist-types}/commands/ActivateEventSourceCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/CancelReplayCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/CreateApiDestinationCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/CreateArchiveCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/CreateEventBusCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/CreatePartnerEventSourceCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/DeactivateEventSourceCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/DeauthorizeConnectionCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/DeleteApiDestinationCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/DeleteArchiveCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/DeleteEventBusCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/DeletePartnerEventSourceCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/DeleteRuleCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/DescribeApiDestinationCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/DescribeArchiveCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/DescribeConnectionCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/DescribeEventBusCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/DescribeEventSourceCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/DescribePartnerEventSourceCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/DescribeReplayCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/DescribeRuleCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/DisableRuleCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/EnableRuleCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/ListApiDestinationsCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/ListArchivesCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/ListConnectionsCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/ListEventBusesCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/ListEventSourcesCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/ListPartnerEventSourcesCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/ListReplaysCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/ListRuleNamesByTargetCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/ListRulesCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/ListTargetsByRuleCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/PutEventsCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/PutPartnerEventsCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/PutPermissionCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/PutRuleCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/PutTargetsCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/RemovePermissionCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/RemoveTargetsCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/StartReplayCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/TestEventPatternCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/UpdateApiDestinationCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/UpdateArchiveCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/UpdateConnectionCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  180. package/{index.ts → dist-types/index.d.ts} +0 -0
  181. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  182. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  183. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  184. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  185. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
  186. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  187. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  188. package/dist-types/ts3.4/CloudWatchEvents.d.ts +260 -0
  189. package/{dist/types → dist-types}/ts3.4/CloudWatchEventsClient.d.ts +32 -117
  190. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +17 -0
  199. package/{dist/types → dist-types}/ts3.4/commands/DeleteApiDestinationCommand.d.ts +4 -22
  200. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +17 -0
  201. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -22
  202. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
  205. package/{dist/types → dist-types}/ts3.4/commands/DescribeApiDestinationCommand.d.ts +4 -22
  206. package/{dist/types → dist-types}/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -22
  207. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionCommand.d.ts +4 -22
  208. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  226. package/{dist/types → dist-types}/ts3.4/commands/ListTargetsByRuleCommand.d.ts +4 -22
  227. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  238. package/{dist/types → dist-types}/ts3.4/commands/UpdateApiDestinationCommand.d.ts +4 -22
  239. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +17 -0
  240. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -22
  241. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  242. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  243. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  244. package/dist-types/ts3.4/models/models_0.d.ts +2143 -0
  245. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  246. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  247. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
  248. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  249. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  250. package/package.json +45 -42
  251. package/CloudWatchEvents.ts +0 -2165
  252. package/CloudWatchEventsClient.ts +0 -456
  253. package/commands/ActivateEventSourceCommand.ts +0 -95
  254. package/commands/CancelReplayCommand.ts +0 -94
  255. package/commands/CreateApiDestinationCommand.ts +0 -95
  256. package/commands/CreateArchiveCommand.ts +0 -98
  257. package/commands/CreateConnectionCommand.ts +0 -95
  258. package/commands/CreateEventBusCommand.ts +0 -96
  259. package/commands/CreatePartnerEventSourceCommand.ts +0 -117
  260. package/commands/DeactivateEventSourceCommand.ts +0 -98
  261. package/commands/DeauthorizeConnectionCommand.ts +0 -95
  262. package/commands/DeleteApiDestinationCommand.ts +0 -94
  263. package/commands/DeleteArchiveCommand.ts +0 -94
  264. package/commands/DeleteConnectionCommand.ts +0 -94
  265. package/commands/DeleteEventBusCommand.ts +0 -95
  266. package/commands/DeletePartnerEventSourceCommand.ts +0 -98
  267. package/commands/DeleteRuleCommand.ts +0 -107
  268. package/commands/DescribeApiDestinationCommand.ts +0 -94
  269. package/commands/DescribeArchiveCommand.ts +0 -94
  270. package/commands/DescribeConnectionCommand.ts +0 -94
  271. package/commands/DescribeEventBusCommand.ts +0 -100
  272. package/commands/DescribeEventSourceCommand.ts +0 -95
  273. package/commands/DescribePartnerEventSourceCommand.ts +0 -100
  274. package/commands/DescribeReplayCommand.ts +0 -102
  275. package/commands/DescribeRuleCommand.ts +0 -96
  276. package/commands/DisableRuleCommand.ts +0 -98
  277. package/commands/EnableRuleCommand.ts +0 -97
  278. package/commands/ListApiDestinationsCommand.ts +0 -94
  279. package/commands/ListArchivesCommand.ts +0 -95
  280. package/commands/ListConnectionsCommand.ts +0 -94
  281. package/commands/ListEventBusesCommand.ts +0 -95
  282. package/commands/ListEventSourcesCommand.ts +0 -95
  283. package/commands/ListPartnerEventSourceAccountsCommand.ts +0 -104
  284. package/commands/ListPartnerEventSourcesCommand.ts +0 -95
  285. package/commands/ListReplaysCommand.ts +0 -95
  286. package/commands/ListRuleNamesByTargetCommand.ts +0 -95
  287. package/commands/ListRulesCommand.ts +0 -95
  288. package/commands/ListTagsForResourceCommand.ts +0 -95
  289. package/commands/ListTargetsByRuleCommand.ts +0 -94
  290. package/commands/PutEventsCommand.ts +0 -91
  291. package/commands/PutPartnerEventsCommand.ts +0 -95
  292. package/commands/PutPermissionCommand.ts +0 -113
  293. package/commands/PutRuleCommand.ts +0 -137
  294. package/commands/PutTargetsCommand.ts +0 -259
  295. package/commands/RemovePermissionCommand.ts +0 -97
  296. package/commands/RemoveTargetsCommand.ts +0 -102
  297. package/commands/StartReplayCommand.ts +0 -102
  298. package/commands/TagResourceCommand.ts +0 -104
  299. package/commands/TestEventPatternCommand.ts +0 -98
  300. package/commands/UntagResourceCommand.ts +0 -95
  301. package/commands/UpdateApiDestinationCommand.ts +0 -94
  302. package/commands/UpdateArchiveCommand.ts +0 -94
  303. package/commands/UpdateConnectionCommand.ts +0 -94
  304. package/dist/cjs/CloudWatchEvents.js.map +0 -1
  305. package/dist/cjs/CloudWatchEventsClient.js +0 -64
  306. package/dist/cjs/CloudWatchEventsClient.js.map +0 -1
  307. package/dist/cjs/commands/ActivateEventSourceCommand.js.map +0 -1
  308. package/dist/cjs/commands/CancelReplayCommand.js.map +0 -1
  309. package/dist/cjs/commands/CreateApiDestinationCommand.js.map +0 -1
  310. package/dist/cjs/commands/CreateArchiveCommand.js.map +0 -1
  311. package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
  312. package/dist/cjs/commands/CreateEventBusCommand.js.map +0 -1
  313. package/dist/cjs/commands/CreatePartnerEventSourceCommand.js +0 -84
  314. package/dist/cjs/commands/CreatePartnerEventSourceCommand.js.map +0 -1
  315. package/dist/cjs/commands/DeactivateEventSourceCommand.js.map +0 -1
  316. package/dist/cjs/commands/DeauthorizeConnectionCommand.js.map +0 -1
  317. package/dist/cjs/commands/DeleteApiDestinationCommand.js.map +0 -1
  318. package/dist/cjs/commands/DeleteArchiveCommand.js.map +0 -1
  319. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  320. package/dist/cjs/commands/DeleteEventBusCommand.js.map +0 -1
  321. package/dist/cjs/commands/DeletePartnerEventSourceCommand.js.map +0 -1
  322. package/dist/cjs/commands/DeleteRuleCommand.js +0 -74
  323. package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
  324. package/dist/cjs/commands/DescribeApiDestinationCommand.js.map +0 -1
  325. package/dist/cjs/commands/DescribeArchiveCommand.js.map +0 -1
  326. package/dist/cjs/commands/DescribeConnectionCommand.js.map +0 -1
  327. package/dist/cjs/commands/DescribeEventBusCommand.js +0 -67
  328. package/dist/cjs/commands/DescribeEventBusCommand.js.map +0 -1
  329. package/dist/cjs/commands/DescribeEventSourceCommand.js.map +0 -1
  330. package/dist/cjs/commands/DescribePartnerEventSourceCommand.js.map +0 -1
  331. package/dist/cjs/commands/DescribeReplayCommand.js +0 -69
  332. package/dist/cjs/commands/DescribeReplayCommand.js.map +0 -1
  333. package/dist/cjs/commands/DescribeRuleCommand.js.map +0 -1
  334. package/dist/cjs/commands/DisableRuleCommand.js.map +0 -1
  335. package/dist/cjs/commands/EnableRuleCommand.js.map +0 -1
  336. package/dist/cjs/commands/ListApiDestinationsCommand.js.map +0 -1
  337. package/dist/cjs/commands/ListArchivesCommand.js.map +0 -1
  338. package/dist/cjs/commands/ListConnectionsCommand.js.map +0 -1
  339. package/dist/cjs/commands/ListEventBusesCommand.js.map +0 -1
  340. package/dist/cjs/commands/ListEventSourcesCommand.js.map +0 -1
  341. package/dist/cjs/commands/ListPartnerEventSourceAccountsCommand.js.map +0 -1
  342. package/dist/cjs/commands/ListPartnerEventSourcesCommand.js.map +0 -1
  343. package/dist/cjs/commands/ListReplaysCommand.js.map +0 -1
  344. package/dist/cjs/commands/ListRuleNamesByTargetCommand.js.map +0 -1
  345. package/dist/cjs/commands/ListRulesCommand.js.map +0 -1
  346. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  347. package/dist/cjs/commands/ListTargetsByRuleCommand.js.map +0 -1
  348. package/dist/cjs/commands/PutEventsCommand.js.map +0 -1
  349. package/dist/cjs/commands/PutPartnerEventsCommand.js.map +0 -1
  350. package/dist/cjs/commands/PutPermissionCommand.js +0 -80
  351. package/dist/cjs/commands/PutPermissionCommand.js.map +0 -1
  352. package/dist/cjs/commands/PutRuleCommand.js +0 -107
  353. package/dist/cjs/commands/PutRuleCommand.js.map +0 -1
  354. package/dist/cjs/commands/PutTargetsCommand.js +0 -226
  355. package/dist/cjs/commands/PutTargetsCommand.js.map +0 -1
  356. package/dist/cjs/commands/RemovePermissionCommand.js.map +0 -1
  357. package/dist/cjs/commands/RemoveTargetsCommand.js.map +0 -1
  358. package/dist/cjs/commands/StartReplayCommand.js +0 -69
  359. package/dist/cjs/commands/StartReplayCommand.js.map +0 -1
  360. package/dist/cjs/commands/TagResourceCommand.js +0 -71
  361. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  362. package/dist/cjs/commands/TestEventPatternCommand.js.map +0 -1
  363. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  364. package/dist/cjs/commands/UpdateApiDestinationCommand.js.map +0 -1
  365. package/dist/cjs/commands/UpdateArchiveCommand.js.map +0 -1
  366. package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
  367. package/dist/cjs/endpoints.js.map +0 -1
  368. package/dist/cjs/index.js.map +0 -1
  369. package/dist/cjs/models/index.js.map +0 -1
  370. package/dist/cjs/models/models_0.js.map +0 -1
  371. package/dist/cjs/package.json +0 -91
  372. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  373. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  374. package/dist/cjs/runtimeConfig.js.map +0 -1
  375. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  376. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  377. package/dist/es/CloudWatchEvents.js.map +0 -1
  378. package/dist/es/CloudWatchEventsClient.js.map +0 -1
  379. package/dist/es/commands/ActivateEventSourceCommand.js.map +0 -1
  380. package/dist/es/commands/CancelReplayCommand.js.map +0 -1
  381. package/dist/es/commands/CreateApiDestinationCommand.js.map +0 -1
  382. package/dist/es/commands/CreateArchiveCommand.js.map +0 -1
  383. package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
  384. package/dist/es/commands/CreateEventBusCommand.js.map +0 -1
  385. package/dist/es/commands/CreatePartnerEventSourceCommand.js.map +0 -1
  386. package/dist/es/commands/DeactivateEventSourceCommand.js.map +0 -1
  387. package/dist/es/commands/DeauthorizeConnectionCommand.js.map +0 -1
  388. package/dist/es/commands/DeleteApiDestinationCommand.js.map +0 -1
  389. package/dist/es/commands/DeleteArchiveCommand.js.map +0 -1
  390. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  391. package/dist/es/commands/DeleteEventBusCommand.js.map +0 -1
  392. package/dist/es/commands/DeletePartnerEventSourceCommand.js.map +0 -1
  393. package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
  394. package/dist/es/commands/DescribeApiDestinationCommand.js.map +0 -1
  395. package/dist/es/commands/DescribeArchiveCommand.js.map +0 -1
  396. package/dist/es/commands/DescribeConnectionCommand.js.map +0 -1
  397. package/dist/es/commands/DescribeEventBusCommand.js.map +0 -1
  398. package/dist/es/commands/DescribeEventSourceCommand.js.map +0 -1
  399. package/dist/es/commands/DescribePartnerEventSourceCommand.js.map +0 -1
  400. package/dist/es/commands/DescribeReplayCommand.js.map +0 -1
  401. package/dist/es/commands/DescribeRuleCommand.js.map +0 -1
  402. package/dist/es/commands/DisableRuleCommand.js.map +0 -1
  403. package/dist/es/commands/EnableRuleCommand.js.map +0 -1
  404. package/dist/es/commands/ListApiDestinationsCommand.js.map +0 -1
  405. package/dist/es/commands/ListArchivesCommand.js.map +0 -1
  406. package/dist/es/commands/ListConnectionsCommand.js.map +0 -1
  407. package/dist/es/commands/ListEventBusesCommand.js.map +0 -1
  408. package/dist/es/commands/ListEventSourcesCommand.js.map +0 -1
  409. package/dist/es/commands/ListPartnerEventSourceAccountsCommand.js.map +0 -1
  410. package/dist/es/commands/ListPartnerEventSourcesCommand.js.map +0 -1
  411. package/dist/es/commands/ListReplaysCommand.js.map +0 -1
  412. package/dist/es/commands/ListRuleNamesByTargetCommand.js.map +0 -1
  413. package/dist/es/commands/ListRulesCommand.js.map +0 -1
  414. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  415. package/dist/es/commands/ListTargetsByRuleCommand.js.map +0 -1
  416. package/dist/es/commands/PutEventsCommand.js.map +0 -1
  417. package/dist/es/commands/PutPartnerEventsCommand.js.map +0 -1
  418. package/dist/es/commands/PutPermissionCommand.js.map +0 -1
  419. package/dist/es/commands/PutRuleCommand.js.map +0 -1
  420. package/dist/es/commands/PutTargetsCommand.js.map +0 -1
  421. package/dist/es/commands/RemovePermissionCommand.js.map +0 -1
  422. package/dist/es/commands/RemoveTargetsCommand.js.map +0 -1
  423. package/dist/es/commands/StartReplayCommand.js.map +0 -1
  424. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  425. package/dist/es/commands/TestEventPatternCommand.js.map +0 -1
  426. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  427. package/dist/es/commands/UpdateApiDestinationCommand.js.map +0 -1
  428. package/dist/es/commands/UpdateArchiveCommand.js.map +0 -1
  429. package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
  430. package/dist/es/endpoints.js.map +0 -1
  431. package/dist/es/index.js +0 -55
  432. package/dist/es/index.js.map +0 -1
  433. package/dist/es/models/index.js +0 -2
  434. package/dist/es/models/index.js.map +0 -1
  435. package/dist/es/models/models_0.js.map +0 -1
  436. package/dist/es/package.json +0 -91
  437. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  438. package/dist/es/runtimeConfig.browser.js.map +0 -1
  439. package/dist/es/runtimeConfig.js.map +0 -1
  440. package/dist/es/runtimeConfig.native.js.map +0 -1
  441. package/dist/es/runtimeConfig.shared.js.map +0 -1
  442. package/dist/types/ts3.4/CloudWatchEvents.d.ts +0 -744
  443. package/dist/types/ts3.4/commands/ActivateEventSourceCommand.d.ts +0 -36
  444. package/dist/types/ts3.4/commands/CancelReplayCommand.d.ts +0 -35
  445. package/dist/types/ts3.4/commands/CreateApiDestinationCommand.d.ts +0 -36
  446. package/dist/types/ts3.4/commands/CreateArchiveCommand.d.ts +0 -39
  447. package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -36
  448. package/dist/types/ts3.4/commands/CreateEventBusCommand.d.ts +0 -37
  449. package/dist/types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +0 -58
  450. package/dist/types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +0 -39
  451. package/dist/types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +0 -36
  452. package/dist/types/ts3.4/commands/DeleteArchiveCommand.d.ts +0 -35
  453. package/dist/types/ts3.4/commands/DeleteEventBusCommand.d.ts +0 -36
  454. package/dist/types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +0 -39
  455. package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -48
  456. package/dist/types/ts3.4/commands/DescribeEventBusCommand.d.ts +0 -41
  457. package/dist/types/ts3.4/commands/DescribeEventSourceCommand.d.ts +0 -36
  458. package/dist/types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +0 -38
  459. package/dist/types/ts3.4/commands/DescribeReplayCommand.d.ts +0 -43
  460. package/dist/types/ts3.4/commands/DescribeRuleCommand.d.ts +0 -37
  461. package/dist/types/ts3.4/commands/DisableRuleCommand.d.ts +0 -39
  462. package/dist/types/ts3.4/commands/EnableRuleCommand.d.ts +0 -38
  463. package/dist/types/ts3.4/commands/ListApiDestinationsCommand.d.ts +0 -35
  464. package/dist/types/ts3.4/commands/ListArchivesCommand.d.ts +0 -36
  465. package/dist/types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -35
  466. package/dist/types/ts3.4/commands/ListEventBusesCommand.d.ts +0 -36
  467. package/dist/types/ts3.4/commands/ListEventSourcesCommand.d.ts +0 -36
  468. package/dist/types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +0 -37
  469. package/dist/types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +0 -36
  470. package/dist/types/ts3.4/commands/ListReplaysCommand.d.ts +0 -36
  471. package/dist/types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +0 -36
  472. package/dist/types/ts3.4/commands/ListRulesCommand.d.ts +0 -39
  473. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  474. package/dist/types/ts3.4/commands/PutEventsCommand.d.ts +0 -35
  475. package/dist/types/ts3.4/commands/PutPartnerEventsCommand.d.ts +0 -36
  476. package/dist/types/ts3.4/commands/PutPermissionCommand.d.ts +0 -54
  477. package/dist/types/ts3.4/commands/PutRuleCommand.d.ts +0 -81
  478. package/dist/types/ts3.4/commands/PutTargetsCommand.d.ts +0 -200
  479. package/dist/types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -38
  480. package/dist/types/ts3.4/commands/RemoveTargetsCommand.d.ts +0 -43
  481. package/dist/types/ts3.4/commands/StartReplayCommand.d.ts +0 -43
  482. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
  483. package/dist/types/ts3.4/commands/TestEventPatternCommand.d.ts +0 -39
  484. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  485. package/dist/types/ts3.4/commands/UpdateArchiveCommand.d.ts +0 -35
  486. package/dist/types/ts3.4/models/models_0.d.ts +0 -4039
  487. package/endpoints.ts +0 -86
  488. package/jest.config.js +0 -4
  489. package/models/models_0.ts +0 -5036
  490. package/protocols/Aws_json1_1.ts +0 -7735
  491. package/runtimeConfig.browser.ts +0 -40
  492. package/runtimeConfig.native.ts +0 -16
  493. package/runtimeConfig.shared.ts +0 -16
  494. package/runtimeConfig.ts +0 -45
  495. package/tsconfig.es.json +0 -10
  496. package/tsconfig.json +0 -31
  497. package/tsconfig.types.json +0 -8
@@ -0,0 +1,2143 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ export interface ActivateEventSourceRequest {
3
+
4
+ Name: string | undefined;
5
+ }
6
+ export declare namespace ActivateEventSourceRequest {
7
+
8
+ const filterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
9
+ }
10
+
11
+ export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
12
+ name: "ConcurrentModificationException";
13
+ $fault: "client";
14
+ message?: string;
15
+ }
16
+ export declare namespace ConcurrentModificationException {
17
+
18
+ const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
19
+ }
20
+
21
+ export interface InternalException extends __SmithyException, $MetadataBearer {
22
+ name: "InternalException";
23
+ $fault: "server";
24
+ message?: string;
25
+ }
26
+ export declare namespace InternalException {
27
+
28
+ const filterSensitiveLog: (obj: InternalException) => any;
29
+ }
30
+
31
+ export interface InvalidStateException extends __SmithyException, $MetadataBearer {
32
+ name: "InvalidStateException";
33
+ $fault: "client";
34
+ message?: string;
35
+ }
36
+ export declare namespace InvalidStateException {
37
+
38
+ const filterSensitiveLog: (obj: InvalidStateException) => any;
39
+ }
40
+
41
+ export interface OperationDisabledException extends __SmithyException, $MetadataBearer {
42
+ name: "OperationDisabledException";
43
+ $fault: "client";
44
+ message?: string;
45
+ }
46
+ export declare namespace OperationDisabledException {
47
+
48
+ const filterSensitiveLog: (obj: OperationDisabledException) => any;
49
+ }
50
+
51
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
52
+ name: "ResourceNotFoundException";
53
+ $fault: "client";
54
+ message?: string;
55
+ }
56
+ export declare namespace ResourceNotFoundException {
57
+
58
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
59
+ }
60
+ export declare enum ApiDestinationState {
61
+ ACTIVE = "ACTIVE",
62
+ INACTIVE = "INACTIVE"
63
+ }
64
+ export declare enum ApiDestinationHttpMethod {
65
+ DELETE = "DELETE",
66
+ GET = "GET",
67
+ HEAD = "HEAD",
68
+ OPTIONS = "OPTIONS",
69
+ PATCH = "PATCH",
70
+ POST = "POST",
71
+ PUT = "PUT"
72
+ }
73
+
74
+ export interface ApiDestination {
75
+
76
+ ApiDestinationArn?: string;
77
+
78
+ Name?: string;
79
+
80
+ ApiDestinationState?: ApiDestinationState | string;
81
+
82
+ ConnectionArn?: string;
83
+
84
+ InvocationEndpoint?: string;
85
+
86
+ HttpMethod?: ApiDestinationHttpMethod | string;
87
+
88
+ InvocationRateLimitPerSecond?: number;
89
+
90
+ CreationTime?: Date;
91
+
92
+ LastModifiedTime?: Date;
93
+ }
94
+ export declare namespace ApiDestination {
95
+
96
+ const filterSensitiveLog: (obj: ApiDestination) => any;
97
+ }
98
+ export declare enum ArchiveState {
99
+ CREATE_FAILED = "CREATE_FAILED",
100
+ CREATING = "CREATING",
101
+ DISABLED = "DISABLED",
102
+ ENABLED = "ENABLED",
103
+ UPDATE_FAILED = "UPDATE_FAILED",
104
+ UPDATING = "UPDATING"
105
+ }
106
+
107
+ export interface Archive {
108
+
109
+ ArchiveName?: string;
110
+
111
+ EventSourceArn?: string;
112
+
113
+ State?: ArchiveState | string;
114
+
115
+ StateReason?: string;
116
+
117
+ RetentionDays?: number;
118
+
119
+ SizeBytes?: number;
120
+
121
+ EventCount?: number;
122
+
123
+ CreationTime?: Date;
124
+ }
125
+ export declare namespace Archive {
126
+
127
+ const filterSensitiveLog: (obj: Archive) => any;
128
+ }
129
+ export declare enum AssignPublicIp {
130
+ DISABLED = "DISABLED",
131
+ ENABLED = "ENABLED"
132
+ }
133
+ export interface CancelReplayRequest {
134
+
135
+ ReplayName: string | undefined;
136
+ }
137
+ export declare namespace CancelReplayRequest {
138
+
139
+ const filterSensitiveLog: (obj: CancelReplayRequest) => any;
140
+ }
141
+ export declare enum ReplayState {
142
+ CANCELLED = "CANCELLED",
143
+ CANCELLING = "CANCELLING",
144
+ COMPLETED = "COMPLETED",
145
+ FAILED = "FAILED",
146
+ RUNNING = "RUNNING",
147
+ STARTING = "STARTING"
148
+ }
149
+ export interface CancelReplayResponse {
150
+
151
+ ReplayArn?: string;
152
+
153
+ State?: ReplayState | string;
154
+
155
+ StateReason?: string;
156
+ }
157
+ export declare namespace CancelReplayResponse {
158
+
159
+ const filterSensitiveLog: (obj: CancelReplayResponse) => any;
160
+ }
161
+
162
+ export interface IllegalStatusException extends __SmithyException, $MetadataBearer {
163
+ name: "IllegalStatusException";
164
+ $fault: "client";
165
+ message?: string;
166
+ }
167
+ export declare namespace IllegalStatusException {
168
+
169
+ const filterSensitiveLog: (obj: IllegalStatusException) => any;
170
+ }
171
+ export interface CreateApiDestinationRequest {
172
+
173
+ Name: string | undefined;
174
+
175
+ Description?: string;
176
+
177
+ ConnectionArn: string | undefined;
178
+
179
+ InvocationEndpoint: string | undefined;
180
+
181
+ HttpMethod: ApiDestinationHttpMethod | string | undefined;
182
+
183
+ InvocationRateLimitPerSecond?: number;
184
+ }
185
+ export declare namespace CreateApiDestinationRequest {
186
+
187
+ const filterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
188
+ }
189
+ export interface CreateApiDestinationResponse {
190
+
191
+ ApiDestinationArn?: string;
192
+
193
+ ApiDestinationState?: ApiDestinationState | string;
194
+
195
+ CreationTime?: Date;
196
+
197
+ LastModifiedTime?: Date;
198
+ }
199
+ export declare namespace CreateApiDestinationResponse {
200
+
201
+ const filterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
202
+ }
203
+
204
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
205
+ name: "LimitExceededException";
206
+ $fault: "client";
207
+ message?: string;
208
+ }
209
+ export declare namespace LimitExceededException {
210
+
211
+ const filterSensitiveLog: (obj: LimitExceededException) => any;
212
+ }
213
+
214
+ export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
215
+ name: "ResourceAlreadyExistsException";
216
+ $fault: "client";
217
+ message?: string;
218
+ }
219
+ export declare namespace ResourceAlreadyExistsException {
220
+
221
+ const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
222
+ }
223
+ export interface CreateArchiveRequest {
224
+
225
+ ArchiveName: string | undefined;
226
+
227
+ EventSourceArn: string | undefined;
228
+
229
+ Description?: string;
230
+
231
+ EventPattern?: string;
232
+
233
+ RetentionDays?: number;
234
+ }
235
+ export declare namespace CreateArchiveRequest {
236
+
237
+ const filterSensitiveLog: (obj: CreateArchiveRequest) => any;
238
+ }
239
+ export interface CreateArchiveResponse {
240
+
241
+ ArchiveArn?: string;
242
+
243
+ State?: ArchiveState | string;
244
+
245
+ StateReason?: string;
246
+
247
+ CreationTime?: Date;
248
+ }
249
+ export declare namespace CreateArchiveResponse {
250
+
251
+ const filterSensitiveLog: (obj: CreateArchiveResponse) => any;
252
+ }
253
+
254
+ export interface InvalidEventPatternException extends __SmithyException, $MetadataBearer {
255
+ name: "InvalidEventPatternException";
256
+ $fault: "client";
257
+ message?: string;
258
+ }
259
+ export declare namespace InvalidEventPatternException {
260
+
261
+ const filterSensitiveLog: (obj: InvalidEventPatternException) => any;
262
+ }
263
+ export declare enum ConnectionAuthorizationType {
264
+ API_KEY = "API_KEY",
265
+ BASIC = "BASIC",
266
+ OAUTH_CLIENT_CREDENTIALS = "OAUTH_CLIENT_CREDENTIALS"
267
+ }
268
+
269
+ export interface CreateConnectionApiKeyAuthRequestParameters {
270
+
271
+ ApiKeyName: string | undefined;
272
+
273
+ ApiKeyValue: string | undefined;
274
+ }
275
+ export declare namespace CreateConnectionApiKeyAuthRequestParameters {
276
+
277
+ const filterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
278
+ }
279
+
280
+ export interface CreateConnectionBasicAuthRequestParameters {
281
+
282
+ Username: string | undefined;
283
+
284
+ Password: string | undefined;
285
+ }
286
+ export declare namespace CreateConnectionBasicAuthRequestParameters {
287
+
288
+ const filterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
289
+ }
290
+
291
+ export interface ConnectionBodyParameter {
292
+
293
+ Key?: string;
294
+
295
+ Value?: string;
296
+
297
+ IsValueSecret?: boolean;
298
+ }
299
+ export declare namespace ConnectionBodyParameter {
300
+
301
+ const filterSensitiveLog: (obj: ConnectionBodyParameter) => any;
302
+ }
303
+
304
+ export interface ConnectionHeaderParameter {
305
+
306
+ Key?: string;
307
+
308
+ Value?: string;
309
+
310
+ IsValueSecret?: boolean;
311
+ }
312
+ export declare namespace ConnectionHeaderParameter {
313
+
314
+ const filterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
315
+ }
316
+
317
+ export interface ConnectionQueryStringParameter {
318
+
319
+ Key?: string;
320
+
321
+ Value?: string;
322
+
323
+ IsValueSecret?: boolean;
324
+ }
325
+ export declare namespace ConnectionQueryStringParameter {
326
+
327
+ const filterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
328
+ }
329
+
330
+ export interface ConnectionHttpParameters {
331
+
332
+ HeaderParameters?: ConnectionHeaderParameter[];
333
+
334
+ QueryStringParameters?: ConnectionQueryStringParameter[];
335
+
336
+ BodyParameters?: ConnectionBodyParameter[];
337
+ }
338
+ export declare namespace ConnectionHttpParameters {
339
+
340
+ const filterSensitiveLog: (obj: ConnectionHttpParameters) => any;
341
+ }
342
+
343
+ export interface CreateConnectionOAuthClientRequestParameters {
344
+
345
+ ClientID: string | undefined;
346
+
347
+ ClientSecret: string | undefined;
348
+ }
349
+ export declare namespace CreateConnectionOAuthClientRequestParameters {
350
+
351
+ const filterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
352
+ }
353
+ export declare enum ConnectionOAuthHttpMethod {
354
+ GET = "GET",
355
+ POST = "POST",
356
+ PUT = "PUT"
357
+ }
358
+
359
+ export interface CreateConnectionOAuthRequestParameters {
360
+
361
+ ClientParameters: CreateConnectionOAuthClientRequestParameters | undefined;
362
+
363
+ AuthorizationEndpoint: string | undefined;
364
+
365
+ HttpMethod: ConnectionOAuthHttpMethod | string | undefined;
366
+
367
+ OAuthHttpParameters?: ConnectionHttpParameters;
368
+ }
369
+ export declare namespace CreateConnectionOAuthRequestParameters {
370
+
371
+ const filterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
372
+ }
373
+
374
+ export interface CreateConnectionAuthRequestParameters {
375
+
376
+ BasicAuthParameters?: CreateConnectionBasicAuthRequestParameters;
377
+
378
+ OAuthParameters?: CreateConnectionOAuthRequestParameters;
379
+
380
+ ApiKeyAuthParameters?: CreateConnectionApiKeyAuthRequestParameters;
381
+
382
+ InvocationHttpParameters?: ConnectionHttpParameters;
383
+ }
384
+ export declare namespace CreateConnectionAuthRequestParameters {
385
+
386
+ const filterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
387
+ }
388
+ export interface CreateConnectionRequest {
389
+
390
+ Name: string | undefined;
391
+
392
+ Description?: string;
393
+
394
+ AuthorizationType: ConnectionAuthorizationType | string | undefined;
395
+
396
+ AuthParameters: CreateConnectionAuthRequestParameters | undefined;
397
+ }
398
+ export declare namespace CreateConnectionRequest {
399
+
400
+ const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
401
+ }
402
+ export declare enum ConnectionState {
403
+ AUTHORIZED = "AUTHORIZED",
404
+ AUTHORIZING = "AUTHORIZING",
405
+ CREATING = "CREATING",
406
+ DEAUTHORIZED = "DEAUTHORIZED",
407
+ DEAUTHORIZING = "DEAUTHORIZING",
408
+ DELETING = "DELETING",
409
+ UPDATING = "UPDATING"
410
+ }
411
+ export interface CreateConnectionResponse {
412
+
413
+ ConnectionArn?: string;
414
+
415
+ ConnectionState?: ConnectionState | string;
416
+
417
+ CreationTime?: Date;
418
+
419
+ LastModifiedTime?: Date;
420
+ }
421
+ export declare namespace CreateConnectionResponse {
422
+
423
+ const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
424
+ }
425
+
426
+ export interface Tag {
427
+
428
+ Key: string | undefined;
429
+
430
+ Value: string | undefined;
431
+ }
432
+ export declare namespace Tag {
433
+
434
+ const filterSensitiveLog: (obj: Tag) => any;
435
+ }
436
+ export interface CreateEventBusRequest {
437
+
438
+ Name: string | undefined;
439
+
440
+ EventSourceName?: string;
441
+
442
+ Tags?: Tag[];
443
+ }
444
+ export declare namespace CreateEventBusRequest {
445
+
446
+ const filterSensitiveLog: (obj: CreateEventBusRequest) => any;
447
+ }
448
+ export interface CreateEventBusResponse {
449
+
450
+ EventBusArn?: string;
451
+ }
452
+ export declare namespace CreateEventBusResponse {
453
+
454
+ const filterSensitiveLog: (obj: CreateEventBusResponse) => any;
455
+ }
456
+ export interface CreatePartnerEventSourceRequest {
457
+
458
+ Name: string | undefined;
459
+
460
+ Account: string | undefined;
461
+ }
462
+ export declare namespace CreatePartnerEventSourceRequest {
463
+
464
+ const filterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
465
+ }
466
+ export interface CreatePartnerEventSourceResponse {
467
+
468
+ EventSourceArn?: string;
469
+ }
470
+ export declare namespace CreatePartnerEventSourceResponse {
471
+
472
+ const filterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
473
+ }
474
+ export interface DeactivateEventSourceRequest {
475
+
476
+ Name: string | undefined;
477
+ }
478
+ export declare namespace DeactivateEventSourceRequest {
479
+
480
+ const filterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
481
+ }
482
+ export interface DeauthorizeConnectionRequest {
483
+
484
+ Name: string | undefined;
485
+ }
486
+ export declare namespace DeauthorizeConnectionRequest {
487
+
488
+ const filterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
489
+ }
490
+ export interface DeauthorizeConnectionResponse {
491
+
492
+ ConnectionArn?: string;
493
+
494
+ ConnectionState?: ConnectionState | string;
495
+
496
+ CreationTime?: Date;
497
+
498
+ LastModifiedTime?: Date;
499
+
500
+ LastAuthorizedTime?: Date;
501
+ }
502
+ export declare namespace DeauthorizeConnectionResponse {
503
+
504
+ const filterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
505
+ }
506
+ export interface DeleteApiDestinationRequest {
507
+
508
+ Name: string | undefined;
509
+ }
510
+ export declare namespace DeleteApiDestinationRequest {
511
+
512
+ const filterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
513
+ }
514
+ export interface DeleteApiDestinationResponse {
515
+ }
516
+ export declare namespace DeleteApiDestinationResponse {
517
+
518
+ const filterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
519
+ }
520
+ export interface DeleteArchiveRequest {
521
+
522
+ ArchiveName: string | undefined;
523
+ }
524
+ export declare namespace DeleteArchiveRequest {
525
+
526
+ const filterSensitiveLog: (obj: DeleteArchiveRequest) => any;
527
+ }
528
+ export interface DeleteArchiveResponse {
529
+ }
530
+ export declare namespace DeleteArchiveResponse {
531
+
532
+ const filterSensitiveLog: (obj: DeleteArchiveResponse) => any;
533
+ }
534
+ export interface DeleteConnectionRequest {
535
+
536
+ Name: string | undefined;
537
+ }
538
+ export declare namespace DeleteConnectionRequest {
539
+
540
+ const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
541
+ }
542
+ export interface DeleteConnectionResponse {
543
+
544
+ ConnectionArn?: string;
545
+
546
+ ConnectionState?: ConnectionState | string;
547
+
548
+ CreationTime?: Date;
549
+
550
+ LastModifiedTime?: Date;
551
+
552
+ LastAuthorizedTime?: Date;
553
+ }
554
+ export declare namespace DeleteConnectionResponse {
555
+
556
+ const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
557
+ }
558
+ export interface DeleteEventBusRequest {
559
+
560
+ Name: string | undefined;
561
+ }
562
+ export declare namespace DeleteEventBusRequest {
563
+
564
+ const filterSensitiveLog: (obj: DeleteEventBusRequest) => any;
565
+ }
566
+ export interface DeletePartnerEventSourceRequest {
567
+
568
+ Name: string | undefined;
569
+
570
+ Account: string | undefined;
571
+ }
572
+ export declare namespace DeletePartnerEventSourceRequest {
573
+
574
+ const filterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
575
+ }
576
+ export interface DeleteRuleRequest {
577
+
578
+ Name: string | undefined;
579
+
580
+ EventBusName?: string;
581
+
582
+ Force?: boolean;
583
+ }
584
+ export declare namespace DeleteRuleRequest {
585
+
586
+ const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
587
+ }
588
+
589
+ export interface ManagedRuleException extends __SmithyException, $MetadataBearer {
590
+ name: "ManagedRuleException";
591
+ $fault: "client";
592
+ message?: string;
593
+ }
594
+ export declare namespace ManagedRuleException {
595
+
596
+ const filterSensitiveLog: (obj: ManagedRuleException) => any;
597
+ }
598
+ export interface DescribeApiDestinationRequest {
599
+
600
+ Name: string | undefined;
601
+ }
602
+ export declare namespace DescribeApiDestinationRequest {
603
+
604
+ const filterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
605
+ }
606
+ export interface DescribeApiDestinationResponse {
607
+
608
+ ApiDestinationArn?: string;
609
+
610
+ Name?: string;
611
+
612
+ Description?: string;
613
+
614
+ ApiDestinationState?: ApiDestinationState | string;
615
+
616
+ ConnectionArn?: string;
617
+
618
+ InvocationEndpoint?: string;
619
+
620
+ HttpMethod?: ApiDestinationHttpMethod | string;
621
+
622
+ InvocationRateLimitPerSecond?: number;
623
+
624
+ CreationTime?: Date;
625
+
626
+ LastModifiedTime?: Date;
627
+ }
628
+ export declare namespace DescribeApiDestinationResponse {
629
+
630
+ const filterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
631
+ }
632
+ export interface DescribeArchiveRequest {
633
+
634
+ ArchiveName: string | undefined;
635
+ }
636
+ export declare namespace DescribeArchiveRequest {
637
+
638
+ const filterSensitiveLog: (obj: DescribeArchiveRequest) => any;
639
+ }
640
+ export interface DescribeArchiveResponse {
641
+
642
+ ArchiveArn?: string;
643
+
644
+ ArchiveName?: string;
645
+
646
+ EventSourceArn?: string;
647
+
648
+ Description?: string;
649
+
650
+ EventPattern?: string;
651
+
652
+ State?: ArchiveState | string;
653
+
654
+ StateReason?: string;
655
+
656
+ RetentionDays?: number;
657
+
658
+ SizeBytes?: number;
659
+
660
+ EventCount?: number;
661
+
662
+ CreationTime?: Date;
663
+ }
664
+ export declare namespace DescribeArchiveResponse {
665
+
666
+ const filterSensitiveLog: (obj: DescribeArchiveResponse) => any;
667
+ }
668
+ export interface DescribeConnectionRequest {
669
+
670
+ Name: string | undefined;
671
+ }
672
+ export declare namespace DescribeConnectionRequest {
673
+
674
+ const filterSensitiveLog: (obj: DescribeConnectionRequest) => any;
675
+ }
676
+
677
+ export interface ConnectionApiKeyAuthResponseParameters {
678
+
679
+ ApiKeyName?: string;
680
+ }
681
+ export declare namespace ConnectionApiKeyAuthResponseParameters {
682
+
683
+ const filterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
684
+ }
685
+
686
+ export interface ConnectionBasicAuthResponseParameters {
687
+
688
+ Username?: string;
689
+ }
690
+ export declare namespace ConnectionBasicAuthResponseParameters {
691
+
692
+ const filterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
693
+ }
694
+
695
+ export interface ConnectionOAuthClientResponseParameters {
696
+
697
+ ClientID?: string;
698
+ }
699
+ export declare namespace ConnectionOAuthClientResponseParameters {
700
+
701
+ const filterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
702
+ }
703
+
704
+ export interface ConnectionOAuthResponseParameters {
705
+
706
+ ClientParameters?: ConnectionOAuthClientResponseParameters;
707
+
708
+ AuthorizationEndpoint?: string;
709
+
710
+ HttpMethod?: ConnectionOAuthHttpMethod | string;
711
+
712
+ OAuthHttpParameters?: ConnectionHttpParameters;
713
+ }
714
+ export declare namespace ConnectionOAuthResponseParameters {
715
+
716
+ const filterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
717
+ }
718
+
719
+ export interface ConnectionAuthResponseParameters {
720
+
721
+ BasicAuthParameters?: ConnectionBasicAuthResponseParameters;
722
+
723
+ OAuthParameters?: ConnectionOAuthResponseParameters;
724
+
725
+ ApiKeyAuthParameters?: ConnectionApiKeyAuthResponseParameters;
726
+
727
+ InvocationHttpParameters?: ConnectionHttpParameters;
728
+ }
729
+ export declare namespace ConnectionAuthResponseParameters {
730
+
731
+ const filterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
732
+ }
733
+ export interface DescribeConnectionResponse {
734
+
735
+ ConnectionArn?: string;
736
+
737
+ Name?: string;
738
+
739
+ Description?: string;
740
+
741
+ ConnectionState?: ConnectionState | string;
742
+
743
+ StateReason?: string;
744
+
745
+ AuthorizationType?: ConnectionAuthorizationType | string;
746
+
747
+ SecretArn?: string;
748
+
749
+ AuthParameters?: ConnectionAuthResponseParameters;
750
+
751
+ CreationTime?: Date;
752
+
753
+ LastModifiedTime?: Date;
754
+
755
+ LastAuthorizedTime?: Date;
756
+ }
757
+ export declare namespace DescribeConnectionResponse {
758
+
759
+ const filterSensitiveLog: (obj: DescribeConnectionResponse) => any;
760
+ }
761
+ export interface DescribeEventBusRequest {
762
+
763
+ Name?: string;
764
+ }
765
+ export declare namespace DescribeEventBusRequest {
766
+
767
+ const filterSensitiveLog: (obj: DescribeEventBusRequest) => any;
768
+ }
769
+ export interface DescribeEventBusResponse {
770
+
771
+ Name?: string;
772
+
773
+ Arn?: string;
774
+
775
+ Policy?: string;
776
+ }
777
+ export declare namespace DescribeEventBusResponse {
778
+
779
+ const filterSensitiveLog: (obj: DescribeEventBusResponse) => any;
780
+ }
781
+ export interface DescribeEventSourceRequest {
782
+
783
+ Name: string | undefined;
784
+ }
785
+ export declare namespace DescribeEventSourceRequest {
786
+
787
+ const filterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
788
+ }
789
+ export declare enum EventSourceState {
790
+ ACTIVE = "ACTIVE",
791
+ DELETED = "DELETED",
792
+ PENDING = "PENDING"
793
+ }
794
+ export interface DescribeEventSourceResponse {
795
+
796
+ Arn?: string;
797
+
798
+ CreatedBy?: string;
799
+
800
+ CreationTime?: Date;
801
+
802
+ ExpirationTime?: Date;
803
+
804
+ Name?: string;
805
+
806
+ State?: EventSourceState | string;
807
+ }
808
+ export declare namespace DescribeEventSourceResponse {
809
+
810
+ const filterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
811
+ }
812
+ export interface DescribePartnerEventSourceRequest {
813
+
814
+ Name: string | undefined;
815
+ }
816
+ export declare namespace DescribePartnerEventSourceRequest {
817
+
818
+ const filterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
819
+ }
820
+ export interface DescribePartnerEventSourceResponse {
821
+
822
+ Arn?: string;
823
+
824
+ Name?: string;
825
+ }
826
+ export declare namespace DescribePartnerEventSourceResponse {
827
+
828
+ const filterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
829
+ }
830
+ export interface DescribeReplayRequest {
831
+
832
+ ReplayName: string | undefined;
833
+ }
834
+ export declare namespace DescribeReplayRequest {
835
+
836
+ const filterSensitiveLog: (obj: DescribeReplayRequest) => any;
837
+ }
838
+
839
+ export interface ReplayDestination {
840
+
841
+ Arn: string | undefined;
842
+
843
+ FilterArns?: string[];
844
+ }
845
+ export declare namespace ReplayDestination {
846
+
847
+ const filterSensitiveLog: (obj: ReplayDestination) => any;
848
+ }
849
+ export interface DescribeReplayResponse {
850
+
851
+ ReplayName?: string;
852
+
853
+ ReplayArn?: string;
854
+
855
+ Description?: string;
856
+
857
+ State?: ReplayState | string;
858
+
859
+ StateReason?: string;
860
+
861
+ EventSourceArn?: string;
862
+
863
+ Destination?: ReplayDestination;
864
+
865
+ EventStartTime?: Date;
866
+
867
+ EventEndTime?: Date;
868
+
869
+ EventLastReplayedTime?: Date;
870
+
871
+ ReplayStartTime?: Date;
872
+
873
+ ReplayEndTime?: Date;
874
+ }
875
+ export declare namespace DescribeReplayResponse {
876
+
877
+ const filterSensitiveLog: (obj: DescribeReplayResponse) => any;
878
+ }
879
+ export interface DescribeRuleRequest {
880
+
881
+ Name: string | undefined;
882
+
883
+ EventBusName?: string;
884
+ }
885
+ export declare namespace DescribeRuleRequest {
886
+
887
+ const filterSensitiveLog: (obj: DescribeRuleRequest) => any;
888
+ }
889
+ export declare enum RuleState {
890
+ DISABLED = "DISABLED",
891
+ ENABLED = "ENABLED"
892
+ }
893
+ export interface DescribeRuleResponse {
894
+
895
+ Name?: string;
896
+
897
+ Arn?: string;
898
+
899
+ EventPattern?: string;
900
+
901
+ ScheduleExpression?: string;
902
+
903
+ State?: RuleState | string;
904
+
905
+ Description?: string;
906
+
907
+ RoleArn?: string;
908
+
909
+ ManagedBy?: string;
910
+
911
+ EventBusName?: string;
912
+
913
+ CreatedBy?: string;
914
+ }
915
+ export declare namespace DescribeRuleResponse {
916
+
917
+ const filterSensitiveLog: (obj: DescribeRuleResponse) => any;
918
+ }
919
+ export interface DisableRuleRequest {
920
+
921
+ Name: string | undefined;
922
+
923
+ EventBusName?: string;
924
+ }
925
+ export declare namespace DisableRuleRequest {
926
+
927
+ const filterSensitiveLog: (obj: DisableRuleRequest) => any;
928
+ }
929
+ export interface EnableRuleRequest {
930
+
931
+ Name: string | undefined;
932
+
933
+ EventBusName?: string;
934
+ }
935
+ export declare namespace EnableRuleRequest {
936
+
937
+ const filterSensitiveLog: (obj: EnableRuleRequest) => any;
938
+ }
939
+ export interface ListApiDestinationsRequest {
940
+
941
+ NamePrefix?: string;
942
+
943
+ ConnectionArn?: string;
944
+
945
+ NextToken?: string;
946
+
947
+ Limit?: number;
948
+ }
949
+ export declare namespace ListApiDestinationsRequest {
950
+
951
+ const filterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
952
+ }
953
+ export interface ListApiDestinationsResponse {
954
+
955
+ ApiDestinations?: ApiDestination[];
956
+
957
+ NextToken?: string;
958
+ }
959
+ export declare namespace ListApiDestinationsResponse {
960
+
961
+ const filterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
962
+ }
963
+ export interface ListArchivesRequest {
964
+
965
+ NamePrefix?: string;
966
+
967
+ EventSourceArn?: string;
968
+
969
+ State?: ArchiveState | string;
970
+
971
+ NextToken?: string;
972
+
973
+ Limit?: number;
974
+ }
975
+ export declare namespace ListArchivesRequest {
976
+
977
+ const filterSensitiveLog: (obj: ListArchivesRequest) => any;
978
+ }
979
+ export interface ListArchivesResponse {
980
+
981
+ Archives?: Archive[];
982
+
983
+ NextToken?: string;
984
+ }
985
+ export declare namespace ListArchivesResponse {
986
+
987
+ const filterSensitiveLog: (obj: ListArchivesResponse) => any;
988
+ }
989
+ export interface ListConnectionsRequest {
990
+
991
+ NamePrefix?: string;
992
+
993
+ ConnectionState?: ConnectionState | string;
994
+
995
+ NextToken?: string;
996
+
997
+ Limit?: number;
998
+ }
999
+ export declare namespace ListConnectionsRequest {
1000
+
1001
+ const filterSensitiveLog: (obj: ListConnectionsRequest) => any;
1002
+ }
1003
+
1004
+ export interface Connection {
1005
+
1006
+ ConnectionArn?: string;
1007
+
1008
+ Name?: string;
1009
+
1010
+ ConnectionState?: ConnectionState | string;
1011
+
1012
+ StateReason?: string;
1013
+
1014
+ AuthorizationType?: ConnectionAuthorizationType | string;
1015
+
1016
+ CreationTime?: Date;
1017
+
1018
+ LastModifiedTime?: Date;
1019
+
1020
+ LastAuthorizedTime?: Date;
1021
+ }
1022
+ export declare namespace Connection {
1023
+
1024
+ const filterSensitiveLog: (obj: Connection) => any;
1025
+ }
1026
+ export interface ListConnectionsResponse {
1027
+
1028
+ Connections?: Connection[];
1029
+
1030
+ NextToken?: string;
1031
+ }
1032
+ export declare namespace ListConnectionsResponse {
1033
+
1034
+ const filterSensitiveLog: (obj: ListConnectionsResponse) => any;
1035
+ }
1036
+ export interface ListEventBusesRequest {
1037
+
1038
+ NamePrefix?: string;
1039
+
1040
+ NextToken?: string;
1041
+
1042
+ Limit?: number;
1043
+ }
1044
+ export declare namespace ListEventBusesRequest {
1045
+
1046
+ const filterSensitiveLog: (obj: ListEventBusesRequest) => any;
1047
+ }
1048
+
1049
+ export interface EventBus {
1050
+
1051
+ Name?: string;
1052
+
1053
+ Arn?: string;
1054
+
1055
+ Policy?: string;
1056
+ }
1057
+ export declare namespace EventBus {
1058
+
1059
+ const filterSensitiveLog: (obj: EventBus) => any;
1060
+ }
1061
+ export interface ListEventBusesResponse {
1062
+
1063
+ EventBuses?: EventBus[];
1064
+
1065
+ NextToken?: string;
1066
+ }
1067
+ export declare namespace ListEventBusesResponse {
1068
+
1069
+ const filterSensitiveLog: (obj: ListEventBusesResponse) => any;
1070
+ }
1071
+ export interface ListEventSourcesRequest {
1072
+
1073
+ NamePrefix?: string;
1074
+
1075
+ NextToken?: string;
1076
+
1077
+ Limit?: number;
1078
+ }
1079
+ export declare namespace ListEventSourcesRequest {
1080
+
1081
+ const filterSensitiveLog: (obj: ListEventSourcesRequest) => any;
1082
+ }
1083
+
1084
+ export interface EventSource {
1085
+
1086
+ Arn?: string;
1087
+
1088
+ CreatedBy?: string;
1089
+
1090
+ CreationTime?: Date;
1091
+
1092
+ ExpirationTime?: Date;
1093
+
1094
+ Name?: string;
1095
+
1096
+ State?: EventSourceState | string;
1097
+ }
1098
+ export declare namespace EventSource {
1099
+
1100
+ const filterSensitiveLog: (obj: EventSource) => any;
1101
+ }
1102
+ export interface ListEventSourcesResponse {
1103
+
1104
+ EventSources?: EventSource[];
1105
+
1106
+ NextToken?: string;
1107
+ }
1108
+ export declare namespace ListEventSourcesResponse {
1109
+
1110
+ const filterSensitiveLog: (obj: ListEventSourcesResponse) => any;
1111
+ }
1112
+ export interface ListPartnerEventSourceAccountsRequest {
1113
+
1114
+ EventSourceName: string | undefined;
1115
+
1116
+ NextToken?: string;
1117
+
1118
+ Limit?: number;
1119
+ }
1120
+ export declare namespace ListPartnerEventSourceAccountsRequest {
1121
+
1122
+ const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
1123
+ }
1124
+
1125
+ export interface PartnerEventSourceAccount {
1126
+
1127
+ Account?: string;
1128
+
1129
+ CreationTime?: Date;
1130
+
1131
+ ExpirationTime?: Date;
1132
+
1133
+ State?: EventSourceState | string;
1134
+ }
1135
+ export declare namespace PartnerEventSourceAccount {
1136
+
1137
+ const filterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
1138
+ }
1139
+ export interface ListPartnerEventSourceAccountsResponse {
1140
+
1141
+ PartnerEventSourceAccounts?: PartnerEventSourceAccount[];
1142
+
1143
+ NextToken?: string;
1144
+ }
1145
+ export declare namespace ListPartnerEventSourceAccountsResponse {
1146
+
1147
+ const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
1148
+ }
1149
+ export interface ListPartnerEventSourcesRequest {
1150
+
1151
+ NamePrefix: string | undefined;
1152
+
1153
+ NextToken?: string;
1154
+
1155
+ Limit?: number;
1156
+ }
1157
+ export declare namespace ListPartnerEventSourcesRequest {
1158
+
1159
+ const filterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
1160
+ }
1161
+
1162
+ export interface PartnerEventSource {
1163
+
1164
+ Arn?: string;
1165
+
1166
+ Name?: string;
1167
+ }
1168
+ export declare namespace PartnerEventSource {
1169
+
1170
+ const filterSensitiveLog: (obj: PartnerEventSource) => any;
1171
+ }
1172
+ export interface ListPartnerEventSourcesResponse {
1173
+
1174
+ PartnerEventSources?: PartnerEventSource[];
1175
+
1176
+ NextToken?: string;
1177
+ }
1178
+ export declare namespace ListPartnerEventSourcesResponse {
1179
+
1180
+ const filterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
1181
+ }
1182
+ export interface ListReplaysRequest {
1183
+
1184
+ NamePrefix?: string;
1185
+
1186
+ State?: ReplayState | string;
1187
+
1188
+ EventSourceArn?: string;
1189
+
1190
+ NextToken?: string;
1191
+
1192
+ Limit?: number;
1193
+ }
1194
+ export declare namespace ListReplaysRequest {
1195
+
1196
+ const filterSensitiveLog: (obj: ListReplaysRequest) => any;
1197
+ }
1198
+
1199
+ export interface Replay {
1200
+
1201
+ ReplayName?: string;
1202
+
1203
+ EventSourceArn?: string;
1204
+
1205
+ State?: ReplayState | string;
1206
+
1207
+ StateReason?: string;
1208
+
1209
+ EventStartTime?: Date;
1210
+
1211
+ EventEndTime?: Date;
1212
+
1213
+ EventLastReplayedTime?: Date;
1214
+
1215
+ ReplayStartTime?: Date;
1216
+
1217
+ ReplayEndTime?: Date;
1218
+ }
1219
+ export declare namespace Replay {
1220
+
1221
+ const filterSensitiveLog: (obj: Replay) => any;
1222
+ }
1223
+ export interface ListReplaysResponse {
1224
+
1225
+ Replays?: Replay[];
1226
+
1227
+ NextToken?: string;
1228
+ }
1229
+ export declare namespace ListReplaysResponse {
1230
+
1231
+ const filterSensitiveLog: (obj: ListReplaysResponse) => any;
1232
+ }
1233
+ export interface ListRuleNamesByTargetRequest {
1234
+
1235
+ TargetArn: string | undefined;
1236
+
1237
+ EventBusName?: string;
1238
+
1239
+ NextToken?: string;
1240
+
1241
+ Limit?: number;
1242
+ }
1243
+ export declare namespace ListRuleNamesByTargetRequest {
1244
+
1245
+ const filterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
1246
+ }
1247
+ export interface ListRuleNamesByTargetResponse {
1248
+
1249
+ RuleNames?: string[];
1250
+
1251
+ NextToken?: string;
1252
+ }
1253
+ export declare namespace ListRuleNamesByTargetResponse {
1254
+
1255
+ const filterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
1256
+ }
1257
+ export interface ListRulesRequest {
1258
+
1259
+ NamePrefix?: string;
1260
+
1261
+ EventBusName?: string;
1262
+
1263
+ NextToken?: string;
1264
+
1265
+ Limit?: number;
1266
+ }
1267
+ export declare namespace ListRulesRequest {
1268
+
1269
+ const filterSensitiveLog: (obj: ListRulesRequest) => any;
1270
+ }
1271
+
1272
+ export interface Rule {
1273
+
1274
+ Name?: string;
1275
+
1276
+ Arn?: string;
1277
+
1278
+ EventPattern?: string;
1279
+
1280
+ State?: RuleState | string;
1281
+
1282
+ Description?: string;
1283
+
1284
+ ScheduleExpression?: string;
1285
+
1286
+ RoleArn?: string;
1287
+
1288
+ ManagedBy?: string;
1289
+
1290
+ EventBusName?: string;
1291
+ }
1292
+ export declare namespace Rule {
1293
+
1294
+ const filterSensitiveLog: (obj: Rule) => any;
1295
+ }
1296
+ export interface ListRulesResponse {
1297
+
1298
+ Rules?: Rule[];
1299
+
1300
+ NextToken?: string;
1301
+ }
1302
+ export declare namespace ListRulesResponse {
1303
+
1304
+ const filterSensitiveLog: (obj: ListRulesResponse) => any;
1305
+ }
1306
+ export interface ListTagsForResourceRequest {
1307
+
1308
+ ResourceARN: string | undefined;
1309
+ }
1310
+ export declare namespace ListTagsForResourceRequest {
1311
+
1312
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1313
+ }
1314
+ export interface ListTagsForResourceResponse {
1315
+
1316
+ Tags?: Tag[];
1317
+ }
1318
+ export declare namespace ListTagsForResourceResponse {
1319
+
1320
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1321
+ }
1322
+ export interface ListTargetsByRuleRequest {
1323
+
1324
+ Rule: string | undefined;
1325
+
1326
+ EventBusName?: string;
1327
+
1328
+ NextToken?: string;
1329
+
1330
+ Limit?: number;
1331
+ }
1332
+ export declare namespace ListTargetsByRuleRequest {
1333
+
1334
+ const filterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
1335
+ }
1336
+
1337
+ export interface BatchArrayProperties {
1338
+
1339
+ Size?: number;
1340
+ }
1341
+ export declare namespace BatchArrayProperties {
1342
+
1343
+ const filterSensitiveLog: (obj: BatchArrayProperties) => any;
1344
+ }
1345
+
1346
+ export interface BatchRetryStrategy {
1347
+
1348
+ Attempts?: number;
1349
+ }
1350
+ export declare namespace BatchRetryStrategy {
1351
+
1352
+ const filterSensitiveLog: (obj: BatchRetryStrategy) => any;
1353
+ }
1354
+
1355
+ export interface BatchParameters {
1356
+
1357
+ JobDefinition: string | undefined;
1358
+
1359
+ JobName: string | undefined;
1360
+
1361
+ ArrayProperties?: BatchArrayProperties;
1362
+
1363
+ RetryStrategy?: BatchRetryStrategy;
1364
+ }
1365
+ export declare namespace BatchParameters {
1366
+
1367
+ const filterSensitiveLog: (obj: BatchParameters) => any;
1368
+ }
1369
+
1370
+ export interface DeadLetterConfig {
1371
+
1372
+ Arn?: string;
1373
+ }
1374
+ export declare namespace DeadLetterConfig {
1375
+
1376
+ const filterSensitiveLog: (obj: DeadLetterConfig) => any;
1377
+ }
1378
+
1379
+ export interface CapacityProviderStrategyItem {
1380
+
1381
+ capacityProvider: string | undefined;
1382
+
1383
+ weight?: number;
1384
+
1385
+ base?: number;
1386
+ }
1387
+ export declare namespace CapacityProviderStrategyItem {
1388
+
1389
+ const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
1390
+ }
1391
+ export declare enum LaunchType {
1392
+ EC2 = "EC2",
1393
+ EXTERNAL = "EXTERNAL",
1394
+ FARGATE = "FARGATE"
1395
+ }
1396
+
1397
+ export interface AwsVpcConfiguration {
1398
+
1399
+ Subnets: string[] | undefined;
1400
+
1401
+ SecurityGroups?: string[];
1402
+
1403
+ AssignPublicIp?: AssignPublicIp | string;
1404
+ }
1405
+ export declare namespace AwsVpcConfiguration {
1406
+
1407
+ const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
1408
+ }
1409
+
1410
+ export interface NetworkConfiguration {
1411
+
1412
+ awsvpcConfiguration?: AwsVpcConfiguration;
1413
+ }
1414
+ export declare namespace NetworkConfiguration {
1415
+
1416
+ const filterSensitiveLog: (obj: NetworkConfiguration) => any;
1417
+ }
1418
+ export declare enum PlacementConstraintType {
1419
+ DISTINCT_INSTANCE = "distinctInstance",
1420
+ MEMBER_OF = "memberOf"
1421
+ }
1422
+
1423
+ export interface PlacementConstraint {
1424
+
1425
+ type?: PlacementConstraintType | string;
1426
+
1427
+ expression?: string;
1428
+ }
1429
+ export declare namespace PlacementConstraint {
1430
+
1431
+ const filterSensitiveLog: (obj: PlacementConstraint) => any;
1432
+ }
1433
+ export declare enum PlacementStrategyType {
1434
+ BINPACK = "binpack",
1435
+ RANDOM = "random",
1436
+ SPREAD = "spread"
1437
+ }
1438
+
1439
+ export interface PlacementStrategy {
1440
+
1441
+ type?: PlacementStrategyType | string;
1442
+
1443
+ field?: string;
1444
+ }
1445
+ export declare namespace PlacementStrategy {
1446
+
1447
+ const filterSensitiveLog: (obj: PlacementStrategy) => any;
1448
+ }
1449
+ export declare enum PropagateTags {
1450
+ TASK_DEFINITION = "TASK_DEFINITION"
1451
+ }
1452
+
1453
+ export interface EcsParameters {
1454
+
1455
+ TaskDefinitionArn: string | undefined;
1456
+
1457
+ TaskCount?: number;
1458
+
1459
+ LaunchType?: LaunchType | string;
1460
+
1461
+ NetworkConfiguration?: NetworkConfiguration;
1462
+
1463
+ PlatformVersion?: string;
1464
+
1465
+ Group?: string;
1466
+
1467
+ CapacityProviderStrategy?: CapacityProviderStrategyItem[];
1468
+
1469
+ EnableECSManagedTags?: boolean;
1470
+
1471
+ EnableExecuteCommand?: boolean;
1472
+
1473
+ PlacementConstraints?: PlacementConstraint[];
1474
+
1475
+ PlacementStrategy?: PlacementStrategy[];
1476
+
1477
+ PropagateTags?: PropagateTags | string;
1478
+
1479
+ ReferenceId?: string;
1480
+
1481
+ Tags?: Tag[];
1482
+ }
1483
+ export declare namespace EcsParameters {
1484
+
1485
+ const filterSensitiveLog: (obj: EcsParameters) => any;
1486
+ }
1487
+
1488
+ export interface HttpParameters {
1489
+
1490
+ PathParameterValues?: string[];
1491
+
1492
+ HeaderParameters?: {
1493
+ [key: string]: string;
1494
+ };
1495
+
1496
+ QueryStringParameters?: {
1497
+ [key: string]: string;
1498
+ };
1499
+ }
1500
+ export declare namespace HttpParameters {
1501
+
1502
+ const filterSensitiveLog: (obj: HttpParameters) => any;
1503
+ }
1504
+
1505
+ export interface InputTransformer {
1506
+
1507
+ InputPathsMap?: {
1508
+ [key: string]: string;
1509
+ };
1510
+
1511
+ InputTemplate: string | undefined;
1512
+ }
1513
+ export declare namespace InputTransformer {
1514
+
1515
+ const filterSensitiveLog: (obj: InputTransformer) => any;
1516
+ }
1517
+
1518
+ export interface KinesisParameters {
1519
+
1520
+ PartitionKeyPath: string | undefined;
1521
+ }
1522
+ export declare namespace KinesisParameters {
1523
+
1524
+ const filterSensitiveLog: (obj: KinesisParameters) => any;
1525
+ }
1526
+
1527
+ export interface RedshiftDataParameters {
1528
+
1529
+ SecretManagerArn?: string;
1530
+
1531
+ Database: string | undefined;
1532
+
1533
+ DbUser?: string;
1534
+
1535
+ Sql: string | undefined;
1536
+
1537
+ StatementName?: string;
1538
+
1539
+ WithEvent?: boolean;
1540
+ }
1541
+ export declare namespace RedshiftDataParameters {
1542
+
1543
+ const filterSensitiveLog: (obj: RedshiftDataParameters) => any;
1544
+ }
1545
+
1546
+ export interface RetryPolicy {
1547
+
1548
+ MaximumRetryAttempts?: number;
1549
+
1550
+ MaximumEventAgeInSeconds?: number;
1551
+ }
1552
+ export declare namespace RetryPolicy {
1553
+
1554
+ const filterSensitiveLog: (obj: RetryPolicy) => any;
1555
+ }
1556
+
1557
+ export interface RunCommandTarget {
1558
+
1559
+ Key: string | undefined;
1560
+
1561
+ Values: string[] | undefined;
1562
+ }
1563
+ export declare namespace RunCommandTarget {
1564
+
1565
+ const filterSensitiveLog: (obj: RunCommandTarget) => any;
1566
+ }
1567
+
1568
+ export interface RunCommandParameters {
1569
+
1570
+ RunCommandTargets: RunCommandTarget[] | undefined;
1571
+ }
1572
+ export declare namespace RunCommandParameters {
1573
+
1574
+ const filterSensitiveLog: (obj: RunCommandParameters) => any;
1575
+ }
1576
+
1577
+ export interface SageMakerPipelineParameter {
1578
+
1579
+ Name: string | undefined;
1580
+
1581
+ Value: string | undefined;
1582
+ }
1583
+ export declare namespace SageMakerPipelineParameter {
1584
+
1585
+ const filterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
1586
+ }
1587
+
1588
+ export interface SageMakerPipelineParameters {
1589
+
1590
+ PipelineParameterList?: SageMakerPipelineParameter[];
1591
+ }
1592
+ export declare namespace SageMakerPipelineParameters {
1593
+
1594
+ const filterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
1595
+ }
1596
+
1597
+ export interface SqsParameters {
1598
+
1599
+ MessageGroupId?: string;
1600
+ }
1601
+ export declare namespace SqsParameters {
1602
+
1603
+ const filterSensitiveLog: (obj: SqsParameters) => any;
1604
+ }
1605
+
1606
+ export interface Target {
1607
+
1608
+ Id: string | undefined;
1609
+
1610
+ Arn: string | undefined;
1611
+
1612
+ RoleArn?: string;
1613
+
1614
+ Input?: string;
1615
+
1616
+ InputPath?: string;
1617
+
1618
+ InputTransformer?: InputTransformer;
1619
+
1620
+ KinesisParameters?: KinesisParameters;
1621
+
1622
+ RunCommandParameters?: RunCommandParameters;
1623
+
1624
+ EcsParameters?: EcsParameters;
1625
+
1626
+ BatchParameters?: BatchParameters;
1627
+
1628
+ SqsParameters?: SqsParameters;
1629
+
1630
+ HttpParameters?: HttpParameters;
1631
+
1632
+ RedshiftDataParameters?: RedshiftDataParameters;
1633
+
1634
+ SageMakerPipelineParameters?: SageMakerPipelineParameters;
1635
+
1636
+ DeadLetterConfig?: DeadLetterConfig;
1637
+
1638
+ RetryPolicy?: RetryPolicy;
1639
+ }
1640
+ export declare namespace Target {
1641
+
1642
+ const filterSensitiveLog: (obj: Target) => any;
1643
+ }
1644
+ export interface ListTargetsByRuleResponse {
1645
+
1646
+ Targets?: Target[];
1647
+
1648
+ NextToken?: string;
1649
+ }
1650
+ export declare namespace ListTargetsByRuleResponse {
1651
+
1652
+ const filterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
1653
+ }
1654
+
1655
+ export interface PutEventsRequestEntry {
1656
+
1657
+ Time?: Date;
1658
+
1659
+ Source?: string;
1660
+
1661
+ Resources?: string[];
1662
+
1663
+ DetailType?: string;
1664
+
1665
+ Detail?: string;
1666
+
1667
+ EventBusName?: string;
1668
+
1669
+ TraceHeader?: string;
1670
+ }
1671
+ export declare namespace PutEventsRequestEntry {
1672
+
1673
+ const filterSensitiveLog: (obj: PutEventsRequestEntry) => any;
1674
+ }
1675
+ export interface PutEventsRequest {
1676
+
1677
+ Entries: PutEventsRequestEntry[] | undefined;
1678
+ }
1679
+ export declare namespace PutEventsRequest {
1680
+
1681
+ const filterSensitiveLog: (obj: PutEventsRequest) => any;
1682
+ }
1683
+
1684
+ export interface PutEventsResultEntry {
1685
+
1686
+ EventId?: string;
1687
+
1688
+ ErrorCode?: string;
1689
+
1690
+ ErrorMessage?: string;
1691
+ }
1692
+ export declare namespace PutEventsResultEntry {
1693
+
1694
+ const filterSensitiveLog: (obj: PutEventsResultEntry) => any;
1695
+ }
1696
+ export interface PutEventsResponse {
1697
+
1698
+ FailedEntryCount?: number;
1699
+
1700
+ Entries?: PutEventsResultEntry[];
1701
+ }
1702
+ export declare namespace PutEventsResponse {
1703
+
1704
+ const filterSensitiveLog: (obj: PutEventsResponse) => any;
1705
+ }
1706
+
1707
+ export interface PutPartnerEventsRequestEntry {
1708
+
1709
+ Time?: Date;
1710
+
1711
+ Source?: string;
1712
+
1713
+ Resources?: string[];
1714
+
1715
+ DetailType?: string;
1716
+
1717
+ Detail?: string;
1718
+ }
1719
+ export declare namespace PutPartnerEventsRequestEntry {
1720
+
1721
+ const filterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
1722
+ }
1723
+ export interface PutPartnerEventsRequest {
1724
+
1725
+ Entries: PutPartnerEventsRequestEntry[] | undefined;
1726
+ }
1727
+ export declare namespace PutPartnerEventsRequest {
1728
+
1729
+ const filterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
1730
+ }
1731
+
1732
+ export interface PutPartnerEventsResultEntry {
1733
+
1734
+ EventId?: string;
1735
+
1736
+ ErrorCode?: string;
1737
+
1738
+ ErrorMessage?: string;
1739
+ }
1740
+ export declare namespace PutPartnerEventsResultEntry {
1741
+
1742
+ const filterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
1743
+ }
1744
+ export interface PutPartnerEventsResponse {
1745
+
1746
+ FailedEntryCount?: number;
1747
+
1748
+ Entries?: PutPartnerEventsResultEntry[];
1749
+ }
1750
+ export declare namespace PutPartnerEventsResponse {
1751
+
1752
+ const filterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
1753
+ }
1754
+
1755
+ export interface PolicyLengthExceededException extends __SmithyException, $MetadataBearer {
1756
+ name: "PolicyLengthExceededException";
1757
+ $fault: "client";
1758
+ message?: string;
1759
+ }
1760
+ export declare namespace PolicyLengthExceededException {
1761
+
1762
+ const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
1763
+ }
1764
+
1765
+ export interface Condition {
1766
+
1767
+ Type: string | undefined;
1768
+
1769
+ Key: string | undefined;
1770
+
1771
+ Value: string | undefined;
1772
+ }
1773
+ export declare namespace Condition {
1774
+
1775
+ const filterSensitiveLog: (obj: Condition) => any;
1776
+ }
1777
+ export interface PutPermissionRequest {
1778
+
1779
+ EventBusName?: string;
1780
+
1781
+ Action?: string;
1782
+
1783
+ Principal?: string;
1784
+
1785
+ StatementId?: string;
1786
+
1787
+ Condition?: Condition;
1788
+
1789
+ Policy?: string;
1790
+ }
1791
+ export declare namespace PutPermissionRequest {
1792
+
1793
+ const filterSensitiveLog: (obj: PutPermissionRequest) => any;
1794
+ }
1795
+ export interface PutRuleRequest {
1796
+
1797
+ Name: string | undefined;
1798
+
1799
+ ScheduleExpression?: string;
1800
+
1801
+ EventPattern?: string;
1802
+
1803
+ State?: RuleState | string;
1804
+
1805
+ Description?: string;
1806
+
1807
+ RoleArn?: string;
1808
+
1809
+ Tags?: Tag[];
1810
+
1811
+ EventBusName?: string;
1812
+ }
1813
+ export declare namespace PutRuleRequest {
1814
+
1815
+ const filterSensitiveLog: (obj: PutRuleRequest) => any;
1816
+ }
1817
+ export interface PutRuleResponse {
1818
+
1819
+ RuleArn?: string;
1820
+ }
1821
+ export declare namespace PutRuleResponse {
1822
+
1823
+ const filterSensitiveLog: (obj: PutRuleResponse) => any;
1824
+ }
1825
+ export interface PutTargetsRequest {
1826
+
1827
+ Rule: string | undefined;
1828
+
1829
+ EventBusName?: string;
1830
+
1831
+ Targets: Target[] | undefined;
1832
+ }
1833
+ export declare namespace PutTargetsRequest {
1834
+
1835
+ const filterSensitiveLog: (obj: PutTargetsRequest) => any;
1836
+ }
1837
+
1838
+ export interface PutTargetsResultEntry {
1839
+
1840
+ TargetId?: string;
1841
+
1842
+ ErrorCode?: string;
1843
+
1844
+ ErrorMessage?: string;
1845
+ }
1846
+ export declare namespace PutTargetsResultEntry {
1847
+
1848
+ const filterSensitiveLog: (obj: PutTargetsResultEntry) => any;
1849
+ }
1850
+ export interface PutTargetsResponse {
1851
+
1852
+ FailedEntryCount?: number;
1853
+
1854
+ FailedEntries?: PutTargetsResultEntry[];
1855
+ }
1856
+ export declare namespace PutTargetsResponse {
1857
+
1858
+ const filterSensitiveLog: (obj: PutTargetsResponse) => any;
1859
+ }
1860
+ export interface RemovePermissionRequest {
1861
+
1862
+ StatementId?: string;
1863
+
1864
+ RemoveAllPermissions?: boolean;
1865
+
1866
+ EventBusName?: string;
1867
+ }
1868
+ export declare namespace RemovePermissionRequest {
1869
+
1870
+ const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
1871
+ }
1872
+ export interface RemoveTargetsRequest {
1873
+
1874
+ Rule: string | undefined;
1875
+
1876
+ EventBusName?: string;
1877
+
1878
+ Ids: string[] | undefined;
1879
+
1880
+ Force?: boolean;
1881
+ }
1882
+ export declare namespace RemoveTargetsRequest {
1883
+
1884
+ const filterSensitiveLog: (obj: RemoveTargetsRequest) => any;
1885
+ }
1886
+
1887
+ export interface RemoveTargetsResultEntry {
1888
+
1889
+ TargetId?: string;
1890
+
1891
+ ErrorCode?: string;
1892
+
1893
+ ErrorMessage?: string;
1894
+ }
1895
+ export declare namespace RemoveTargetsResultEntry {
1896
+
1897
+ const filterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
1898
+ }
1899
+ export interface RemoveTargetsResponse {
1900
+
1901
+ FailedEntryCount?: number;
1902
+
1903
+ FailedEntries?: RemoveTargetsResultEntry[];
1904
+ }
1905
+ export declare namespace RemoveTargetsResponse {
1906
+
1907
+ const filterSensitiveLog: (obj: RemoveTargetsResponse) => any;
1908
+ }
1909
+ export interface StartReplayRequest {
1910
+
1911
+ ReplayName: string | undefined;
1912
+
1913
+ Description?: string;
1914
+
1915
+ EventSourceArn: string | undefined;
1916
+
1917
+ EventStartTime: Date | undefined;
1918
+
1919
+ EventEndTime: Date | undefined;
1920
+
1921
+ Destination: ReplayDestination | undefined;
1922
+ }
1923
+ export declare namespace StartReplayRequest {
1924
+
1925
+ const filterSensitiveLog: (obj: StartReplayRequest) => any;
1926
+ }
1927
+ export interface StartReplayResponse {
1928
+
1929
+ ReplayArn?: string;
1930
+
1931
+ State?: ReplayState | string;
1932
+
1933
+ StateReason?: string;
1934
+
1935
+ ReplayStartTime?: Date;
1936
+ }
1937
+ export declare namespace StartReplayResponse {
1938
+
1939
+ const filterSensitiveLog: (obj: StartReplayResponse) => any;
1940
+ }
1941
+ export interface TagResourceRequest {
1942
+
1943
+ ResourceARN: string | undefined;
1944
+
1945
+ Tags: Tag[] | undefined;
1946
+ }
1947
+ export declare namespace TagResourceRequest {
1948
+
1949
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1950
+ }
1951
+ export interface TagResourceResponse {
1952
+ }
1953
+ export declare namespace TagResourceResponse {
1954
+
1955
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
1956
+ }
1957
+ export interface TestEventPatternRequest {
1958
+
1959
+ EventPattern: string | undefined;
1960
+
1961
+ Event: string | undefined;
1962
+ }
1963
+ export declare namespace TestEventPatternRequest {
1964
+
1965
+ const filterSensitiveLog: (obj: TestEventPatternRequest) => any;
1966
+ }
1967
+ export interface TestEventPatternResponse {
1968
+
1969
+ Result?: boolean;
1970
+ }
1971
+ export declare namespace TestEventPatternResponse {
1972
+
1973
+ const filterSensitiveLog: (obj: TestEventPatternResponse) => any;
1974
+ }
1975
+ export interface UntagResourceRequest {
1976
+
1977
+ ResourceARN: string | undefined;
1978
+
1979
+ TagKeys: string[] | undefined;
1980
+ }
1981
+ export declare namespace UntagResourceRequest {
1982
+
1983
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1984
+ }
1985
+ export interface UntagResourceResponse {
1986
+ }
1987
+ export declare namespace UntagResourceResponse {
1988
+
1989
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1990
+ }
1991
+ export interface UpdateApiDestinationRequest {
1992
+
1993
+ Name: string | undefined;
1994
+
1995
+ Description?: string;
1996
+
1997
+ ConnectionArn?: string;
1998
+
1999
+ InvocationEndpoint?: string;
2000
+
2001
+ HttpMethod?: ApiDestinationHttpMethod | string;
2002
+
2003
+ InvocationRateLimitPerSecond?: number;
2004
+ }
2005
+ export declare namespace UpdateApiDestinationRequest {
2006
+
2007
+ const filterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
2008
+ }
2009
+ export interface UpdateApiDestinationResponse {
2010
+
2011
+ ApiDestinationArn?: string;
2012
+
2013
+ ApiDestinationState?: ApiDestinationState | string;
2014
+
2015
+ CreationTime?: Date;
2016
+
2017
+ LastModifiedTime?: Date;
2018
+ }
2019
+ export declare namespace UpdateApiDestinationResponse {
2020
+
2021
+ const filterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
2022
+ }
2023
+ export interface UpdateArchiveRequest {
2024
+
2025
+ ArchiveName: string | undefined;
2026
+
2027
+ Description?: string;
2028
+
2029
+ EventPattern?: string;
2030
+
2031
+ RetentionDays?: number;
2032
+ }
2033
+ export declare namespace UpdateArchiveRequest {
2034
+
2035
+ const filterSensitiveLog: (obj: UpdateArchiveRequest) => any;
2036
+ }
2037
+ export interface UpdateArchiveResponse {
2038
+
2039
+ ArchiveArn?: string;
2040
+
2041
+ State?: ArchiveState | string;
2042
+
2043
+ StateReason?: string;
2044
+
2045
+ CreationTime?: Date;
2046
+ }
2047
+ export declare namespace UpdateArchiveResponse {
2048
+
2049
+ const filterSensitiveLog: (obj: UpdateArchiveResponse) => any;
2050
+ }
2051
+
2052
+ export interface UpdateConnectionApiKeyAuthRequestParameters {
2053
+
2054
+ ApiKeyName?: string;
2055
+
2056
+ ApiKeyValue?: string;
2057
+ }
2058
+ export declare namespace UpdateConnectionApiKeyAuthRequestParameters {
2059
+
2060
+ const filterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
2061
+ }
2062
+
2063
+ export interface UpdateConnectionBasicAuthRequestParameters {
2064
+
2065
+ Username?: string;
2066
+
2067
+ Password?: string;
2068
+ }
2069
+ export declare namespace UpdateConnectionBasicAuthRequestParameters {
2070
+
2071
+ const filterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
2072
+ }
2073
+
2074
+ export interface UpdateConnectionOAuthClientRequestParameters {
2075
+
2076
+ ClientID?: string;
2077
+
2078
+ ClientSecret?: string;
2079
+ }
2080
+ export declare namespace UpdateConnectionOAuthClientRequestParameters {
2081
+
2082
+ const filterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
2083
+ }
2084
+
2085
+ export interface UpdateConnectionOAuthRequestParameters {
2086
+
2087
+ ClientParameters?: UpdateConnectionOAuthClientRequestParameters;
2088
+
2089
+ AuthorizationEndpoint?: string;
2090
+
2091
+ HttpMethod?: ConnectionOAuthHttpMethod | string;
2092
+
2093
+ OAuthHttpParameters?: ConnectionHttpParameters;
2094
+ }
2095
+ export declare namespace UpdateConnectionOAuthRequestParameters {
2096
+
2097
+ const filterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
2098
+ }
2099
+
2100
+ export interface UpdateConnectionAuthRequestParameters {
2101
+
2102
+ BasicAuthParameters?: UpdateConnectionBasicAuthRequestParameters;
2103
+
2104
+ OAuthParameters?: UpdateConnectionOAuthRequestParameters;
2105
+
2106
+ ApiKeyAuthParameters?: UpdateConnectionApiKeyAuthRequestParameters;
2107
+
2108
+ InvocationHttpParameters?: ConnectionHttpParameters;
2109
+ }
2110
+ export declare namespace UpdateConnectionAuthRequestParameters {
2111
+
2112
+ const filterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
2113
+ }
2114
+ export interface UpdateConnectionRequest {
2115
+
2116
+ Name: string | undefined;
2117
+
2118
+ Description?: string;
2119
+
2120
+ AuthorizationType?: ConnectionAuthorizationType | string;
2121
+
2122
+ AuthParameters?: UpdateConnectionAuthRequestParameters;
2123
+ }
2124
+ export declare namespace UpdateConnectionRequest {
2125
+
2126
+ const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
2127
+ }
2128
+ export interface UpdateConnectionResponse {
2129
+
2130
+ ConnectionArn?: string;
2131
+
2132
+ ConnectionState?: ConnectionState | string;
2133
+
2134
+ CreationTime?: Date;
2135
+
2136
+ LastModifiedTime?: Date;
2137
+
2138
+ LastAuthorizedTime?: Date;
2139
+ }
2140
+ export declare namespace UpdateConnectionResponse {
2141
+
2142
+ const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
2143
+ }