@aws-sdk/client-guardduty 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 (876) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/GuardDuty.js +877 -0
  3. package/dist-cjs/GuardDutyClient.js +35 -0
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +36 -0
  5. package/dist-cjs/commands/ArchiveFindingsCommand.js +36 -0
  6. package/dist-cjs/commands/CreateDetectorCommand.js +36 -0
  7. package/dist-cjs/commands/CreateFilterCommand.js +36 -0
  8. package/dist-cjs/commands/CreateIPSetCommand.js +36 -0
  9. package/dist-cjs/commands/CreateMembersCommand.js +36 -0
  10. package/dist-cjs/commands/CreatePublishingDestinationCommand.js +36 -0
  11. package/dist-cjs/commands/CreateSampleFindingsCommand.js +36 -0
  12. package/dist-cjs/commands/CreateThreatIntelSetCommand.js +36 -0
  13. package/dist-cjs/commands/DeclineInvitationsCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteDetectorCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteFilterCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteIPSetCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteInvitationsCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteMembersCommand.js +36 -0
  19. package/dist-cjs/commands/DeletePublishingDestinationCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +36 -0
  21. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
  22. package/dist-cjs/commands/DescribePublishingDestinationCommand.js +36 -0
  23. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +36 -0
  24. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +36 -0
  25. package/dist-cjs/commands/DisassociateMembersCommand.js +36 -0
  26. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +36 -0
  27. package/dist-cjs/commands/GetDetectorCommand.js +36 -0
  28. package/dist-cjs/commands/GetFilterCommand.js +36 -0
  29. package/dist-cjs/commands/GetFindingsCommand.js +36 -0
  30. package/dist-cjs/commands/GetFindingsStatisticsCommand.js +36 -0
  31. package/dist-cjs/commands/GetIPSetCommand.js +36 -0
  32. package/dist-cjs/commands/GetInvitationsCountCommand.js +36 -0
  33. package/dist-cjs/commands/GetMasterAccountCommand.js +36 -0
  34. package/dist-cjs/commands/GetMemberDetectorsCommand.js +36 -0
  35. package/dist-cjs/commands/GetMembersCommand.js +36 -0
  36. package/dist-cjs/commands/GetThreatIntelSetCommand.js +36 -0
  37. package/dist-cjs/commands/GetUsageStatisticsCommand.js +36 -0
  38. package/dist-cjs/commands/InviteMembersCommand.js +36 -0
  39. package/dist-cjs/commands/ListDetectorsCommand.js +36 -0
  40. package/dist-cjs/commands/ListFiltersCommand.js +36 -0
  41. package/dist-cjs/commands/ListFindingsCommand.js +36 -0
  42. package/dist-cjs/commands/ListIPSetsCommand.js +36 -0
  43. package/dist-cjs/commands/ListInvitationsCommand.js +36 -0
  44. package/dist-cjs/commands/ListMembersCommand.js +36 -0
  45. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +36 -0
  46. package/dist-cjs/commands/ListPublishingDestinationsCommand.js +36 -0
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  48. package/dist-cjs/commands/ListThreatIntelSetsCommand.js +36 -0
  49. package/dist-cjs/commands/StartMonitoringMembersCommand.js +36 -0
  50. package/dist-cjs/commands/StopMonitoringMembersCommand.js +36 -0
  51. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  52. package/dist-cjs/commands/UnarchiveFindingsCommand.js +36 -0
  53. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateDetectorCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateFilterCommand.js +36 -0
  56. package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +36 -0
  57. package/dist-cjs/commands/UpdateIPSetCommand.js +36 -0
  58. package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +36 -0
  59. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
  60. package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +36 -0
  61. package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +36 -0
  62. package/dist-cjs/endpoints.js +85 -0
  63. package/dist-cjs/index.js +75 -0
  64. package/dist-cjs/models/index.js +4 -0
  65. package/dist-cjs/models/models_0.js +1226 -0
  66. package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +35 -0
  67. package/dist-cjs/pagination/Interfaces.js +2 -0
  68. package/dist-cjs/pagination/ListDetectorsPaginator.js +35 -0
  69. package/dist-cjs/pagination/ListFiltersPaginator.js +35 -0
  70. package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
  71. package/dist-cjs/pagination/ListIPSetsPaginator.js +35 -0
  72. package/dist-cjs/pagination/ListInvitationsPaginator.js +35 -0
  73. package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
  74. package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +35 -0
  75. package/dist-cjs/pagination/ListPublishingDestinationsPaginator.js +35 -0
  76. package/dist-cjs/pagination/ListThreatIntelSetsPaginator.js +35 -0
  77. package/dist-cjs/protocols/Aws_restJson1.js +6402 -0
  78. package/dist-cjs/runtimeConfig.browser.js +37 -0
  79. package/dist-cjs/runtimeConfig.js +42 -0
  80. package/dist-cjs/runtimeConfig.native.js +16 -0
  81. package/dist-cjs/runtimeConfig.shared.js +17 -0
  82. package/dist-es/GuardDuty.js +880 -0
  83. package/dist-es/GuardDutyClient.js +37 -0
  84. package/dist-es/commands/AcceptInvitationCommand.js +39 -0
  85. package/dist-es/commands/ArchiveFindingsCommand.js +39 -0
  86. package/dist-es/commands/CreateDetectorCommand.js +39 -0
  87. package/dist-es/commands/CreateFilterCommand.js +39 -0
  88. package/dist-es/commands/CreateIPSetCommand.js +39 -0
  89. package/dist-es/commands/CreateMembersCommand.js +39 -0
  90. package/dist-es/commands/CreatePublishingDestinationCommand.js +39 -0
  91. package/dist-es/commands/CreateSampleFindingsCommand.js +39 -0
  92. package/dist-es/commands/CreateThreatIntelSetCommand.js +39 -0
  93. package/dist-es/commands/DeclineInvitationsCommand.js +39 -0
  94. package/dist-es/commands/DeleteDetectorCommand.js +39 -0
  95. package/dist-es/commands/DeleteFilterCommand.js +39 -0
  96. package/dist-es/commands/DeleteIPSetCommand.js +39 -0
  97. package/dist-es/commands/DeleteInvitationsCommand.js +39 -0
  98. package/dist-es/commands/DeleteMembersCommand.js +39 -0
  99. package/dist-es/commands/DeletePublishingDestinationCommand.js +39 -0
  100. package/dist-es/commands/DeleteThreatIntelSetCommand.js +39 -0
  101. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
  102. package/dist-es/commands/DescribePublishingDestinationCommand.js +39 -0
  103. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +39 -0
  104. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +39 -0
  105. package/dist-es/commands/DisassociateMembersCommand.js +39 -0
  106. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +39 -0
  107. package/dist-es/commands/GetDetectorCommand.js +39 -0
  108. package/dist-es/commands/GetFilterCommand.js +39 -0
  109. package/dist-es/commands/GetFindingsCommand.js +39 -0
  110. package/dist-es/commands/GetFindingsStatisticsCommand.js +39 -0
  111. package/dist-es/commands/GetIPSetCommand.js +39 -0
  112. package/dist-es/commands/GetInvitationsCountCommand.js +39 -0
  113. package/dist-es/commands/GetMasterAccountCommand.js +39 -0
  114. package/dist-es/commands/GetMemberDetectorsCommand.js +39 -0
  115. package/dist-es/commands/GetMembersCommand.js +39 -0
  116. package/dist-es/commands/GetThreatIntelSetCommand.js +39 -0
  117. package/dist-es/commands/GetUsageStatisticsCommand.js +39 -0
  118. package/dist-es/commands/InviteMembersCommand.js +39 -0
  119. package/dist-es/commands/ListDetectorsCommand.js +39 -0
  120. package/dist-es/commands/ListFiltersCommand.js +39 -0
  121. package/dist-es/commands/ListFindingsCommand.js +39 -0
  122. package/dist-es/commands/ListIPSetsCommand.js +39 -0
  123. package/dist-es/commands/ListInvitationsCommand.js +39 -0
  124. package/dist-es/commands/ListMembersCommand.js +39 -0
  125. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +39 -0
  126. package/dist-es/commands/ListPublishingDestinationsCommand.js +39 -0
  127. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  128. package/dist-es/commands/ListThreatIntelSetsCommand.js +39 -0
  129. package/dist-es/commands/StartMonitoringMembersCommand.js +39 -0
  130. package/dist-es/commands/StopMonitoringMembersCommand.js +39 -0
  131. package/dist-es/commands/TagResourceCommand.js +39 -0
  132. package/dist-es/commands/UnarchiveFindingsCommand.js +39 -0
  133. package/dist-es/commands/UntagResourceCommand.js +39 -0
  134. package/dist-es/commands/UpdateDetectorCommand.js +39 -0
  135. package/dist-es/commands/UpdateFilterCommand.js +39 -0
  136. package/dist-es/commands/UpdateFindingsFeedbackCommand.js +39 -0
  137. package/dist-es/commands/UpdateIPSetCommand.js +39 -0
  138. package/dist-es/commands/UpdateMemberDetectorsCommand.js +39 -0
  139. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
  140. package/dist-es/commands/UpdatePublishingDestinationCommand.js +39 -0
  141. package/dist-es/commands/UpdateThreatIntelSetCommand.js +39 -0
  142. package/dist-es/endpoints.js +81 -0
  143. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  144. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  145. package/dist-es/models/models_0.js +848 -0
  146. package/dist-es/pagination/GetUsageStatisticsPaginator.js +74 -0
  147. package/dist-es/pagination/Interfaces.js +1 -0
  148. package/dist-es/pagination/ListDetectorsPaginator.js +74 -0
  149. package/dist-es/pagination/ListFiltersPaginator.js +74 -0
  150. package/dist-es/pagination/ListFindingsPaginator.js +74 -0
  151. package/dist-es/pagination/ListIPSetsPaginator.js +74 -0
  152. package/dist-es/pagination/ListInvitationsPaginator.js +74 -0
  153. package/dist-es/pagination/ListMembersPaginator.js +74 -0
  154. package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +74 -0
  155. package/dist-es/pagination/ListPublishingDestinationsPaginator.js +74 -0
  156. package/dist-es/pagination/ListThreatIntelSetsPaginator.js +74 -0
  157. package/dist-es/protocols/Aws_restJson1.js +7290 -0
  158. package/dist-es/runtimeConfig.browser.js +16 -0
  159. package/dist-es/runtimeConfig.js +21 -0
  160. package/dist-es/runtimeConfig.native.js +8 -0
  161. package/dist-es/runtimeConfig.shared.js +13 -0
  162. package/dist-types/GuardDuty.d.ts +485 -0
  163. package/dist-types/GuardDutyClient.d.ts +206 -0
  164. package/dist-types/commands/AcceptInvitationCommand.d.ts +35 -0
  165. package/dist-types/commands/ArchiveFindingsCommand.d.ts +39 -0
  166. package/dist-types/commands/CreateDetectorCommand.d.ts +38 -0
  167. package/dist-types/commands/CreateFilterCommand.d.ts +35 -0
  168. package/dist-types/commands/CreateIPSetCommand.d.ts +38 -0
  169. package/dist-types/commands/CreateMembersCommand.d.ts +46 -0
  170. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +36 -0
  171. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +37 -0
  172. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +37 -0
  173. package/dist-types/commands/DeclineInvitationsCommand.d.ts +36 -0
  174. package/dist-types/commands/DeleteDetectorCommand.d.ts +35 -0
  175. package/dist-types/commands/DeleteFilterCommand.d.ts +35 -0
  176. package/dist-types/commands/DeleteIPSetCommand.d.ts +36 -0
  177. package/dist-types/commands/DeleteInvitationsCommand.d.ts +36 -0
  178. package/dist-types/commands/DeleteMembersCommand.d.ts +36 -0
  179. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +35 -0
  180. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +35 -0
  181. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +36 -0
  182. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +36 -0
  183. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +36 -0
  184. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +35 -0
  185. package/dist-types/commands/DisassociateMembersCommand.d.ts +36 -0
  186. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +36 -0
  187. package/dist-types/commands/GetDetectorCommand.d.ts +35 -0
  188. package/dist-types/commands/GetFilterCommand.d.ts +35 -0
  189. package/dist-types/commands/GetFindingsCommand.d.ts +35 -0
  190. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +35 -0
  191. package/dist-types/commands/GetIPSetCommand.d.ts +35 -0
  192. package/dist-types/commands/GetInvitationsCountCommand.d.ts +36 -0
  193. package/dist-types/commands/GetMasterAccountCommand.d.ts +36 -0
  194. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +35 -0
  195. package/dist-types/commands/GetMembersCommand.d.ts +36 -0
  196. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +35 -0
  197. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +38 -0
  198. package/dist-types/commands/InviteMembersCommand.d.ts +37 -0
  199. package/dist-types/commands/ListDetectorsCommand.d.ts +35 -0
  200. package/dist-types/commands/ListFiltersCommand.d.ts +35 -0
  201. package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
  202. package/dist-types/commands/ListIPSetsCommand.d.ts +37 -0
  203. package/dist-types/commands/ListInvitationsCommand.d.ts +36 -0
  204. package/dist-types/commands/ListMembersCommand.d.ts +35 -0
  205. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +35 -0
  206. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +36 -0
  207. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  208. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +37 -0
  209. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +37 -0
  210. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +37 -0
  211. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  212. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +35 -0
  213. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  214. package/dist-types/commands/UpdateDetectorCommand.d.ts +35 -0
  215. package/dist-types/commands/UpdateFilterCommand.d.ts +35 -0
  216. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +35 -0
  217. package/dist-types/commands/UpdateIPSetCommand.d.ts +35 -0
  218. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +35 -0
  219. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
  220. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +36 -0
  221. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +35 -0
  222. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  223. package/{index.ts → dist-types/index.d.ts} +0 -0
  224. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  225. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  226. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
  227. package/dist-types/pagination/Interfaces.d.ts +6 -0
  228. package/dist-types/pagination/ListDetectorsPaginator.d.ts +4 -0
  229. package/dist-types/pagination/ListFiltersPaginator.d.ts +4 -0
  230. package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
  231. package/dist-types/pagination/ListIPSetsPaginator.d.ts +4 -0
  232. package/dist-types/pagination/ListInvitationsPaginator.d.ts +4 -0
  233. package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
  234. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  235. package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +4 -0
  236. package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +4 -0
  237. package/dist-types/protocols/Aws_restJson1.d.ts +176 -0
  238. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  239. package/dist-types/runtimeConfig.d.ts +37 -0
  240. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  241. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  242. package/dist-types/ts3.4/GuardDuty.d.ts +295 -0
  243. package/dist-types/ts3.4/GuardDutyClient.d.ts +125 -0
  244. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +17 -0
  302. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  303. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  304. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  305. package/dist-types/ts3.4/models/models_0.d.ts +2206 -0
  306. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
  307. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  308. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +4 -0
  309. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
  310. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  311. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +4 -0
  312. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
  313. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
  314. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  315. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +4 -0
  316. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +4 -0
  317. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
  318. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  319. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  320. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  321. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  322. package/package.json +45 -42
  323. package/GuardDuty.ts +0 -2093
  324. package/GuardDutyClient.ts +0 -497
  325. package/commands/AcceptInvitationCommand.ts +0 -94
  326. package/commands/ArchiveFindingsCommand.ts +0 -98
  327. package/commands/CreateDetectorCommand.ts +0 -97
  328. package/commands/CreateFilterCommand.ts +0 -94
  329. package/commands/CreateIPSetCommand.ts +0 -97
  330. package/commands/CreateMembersCommand.ts +0 -105
  331. package/commands/CreatePublishingDestinationCommand.ts +0 -100
  332. package/commands/CreateSampleFindingsCommand.ts +0 -96
  333. package/commands/CreateThreatIntelSetCommand.ts +0 -96
  334. package/commands/DeclineInvitationsCommand.ts +0 -95
  335. package/commands/DeleteDetectorCommand.ts +0 -94
  336. package/commands/DeleteFilterCommand.ts +0 -94
  337. package/commands/DeleteIPSetCommand.ts +0 -95
  338. package/commands/DeleteInvitationsCommand.ts +0 -95
  339. package/commands/DeleteMembersCommand.ts +0 -95
  340. package/commands/DeletePublishingDestinationCommand.ts +0 -99
  341. package/commands/DeleteThreatIntelSetCommand.ts +0 -94
  342. package/commands/DescribeOrganizationConfigurationCommand.ts +0 -106
  343. package/commands/DescribePublishingDestinationCommand.ts +0 -100
  344. package/commands/DisableOrganizationAdminAccountCommand.ts +0 -103
  345. package/commands/DisassociateFromMasterAccountCommand.ts +0 -99
  346. package/commands/DisassociateMembersCommand.ts +0 -95
  347. package/commands/EnableOrganizationAdminAccountCommand.ts +0 -103
  348. package/commands/GetDetectorCommand.ts +0 -94
  349. package/commands/GetFilterCommand.ts +0 -94
  350. package/commands/GetFindingsCommand.ts +0 -94
  351. package/commands/GetFindingsStatisticsCommand.ts +0 -94
  352. package/commands/GetIPSetCommand.ts +0 -94
  353. package/commands/GetInvitationsCountCommand.ts +0 -95
  354. package/commands/GetMasterAccountCommand.ts +0 -95
  355. package/commands/GetMemberDetectorsCommand.ts +0 -94
  356. package/commands/GetMembersCommand.ts +0 -95
  357. package/commands/GetThreatIntelSetCommand.ts +0 -94
  358. package/commands/GetUsageStatisticsCommand.ts +0 -97
  359. package/commands/InviteMembersCommand.ts +0 -96
  360. package/commands/ListDetectorsCommand.ts +0 -94
  361. package/commands/ListFiltersCommand.ts +0 -94
  362. package/commands/ListFindingsCommand.ts +0 -94
  363. package/commands/ListIPSetsCommand.ts +0 -96
  364. package/commands/ListInvitationsCommand.ts +0 -95
  365. package/commands/ListMembersCommand.ts +0 -94
  366. package/commands/ListOrganizationAdminAccountsCommand.ts +0 -99
  367. package/commands/ListPublishingDestinationsCommand.ts +0 -98
  368. package/commands/ListTagsForResourceCommand.ts +0 -96
  369. package/commands/ListThreatIntelSetsCommand.ts +0 -96
  370. package/commands/StartMonitoringMembersCommand.ts +0 -96
  371. package/commands/StopMonitoringMembersCommand.ts +0 -96
  372. package/commands/TagResourceCommand.ts +0 -94
  373. package/commands/UnarchiveFindingsCommand.ts +0 -94
  374. package/commands/UntagResourceCommand.ts +0 -94
  375. package/commands/UpdateDetectorCommand.ts +0 -94
  376. package/commands/UpdateFilterCommand.ts +0 -94
  377. package/commands/UpdateFindingsFeedbackCommand.ts +0 -94
  378. package/commands/UpdateIPSetCommand.ts +0 -94
  379. package/commands/UpdateMemberDetectorsCommand.ts +0 -94
  380. package/commands/UpdateOrganizationConfigurationCommand.ts +0 -102
  381. package/commands/UpdatePublishingDestinationCommand.ts +0 -100
  382. package/commands/UpdateThreatIntelSetCommand.ts +0 -94
  383. package/dist/cjs/GuardDuty.js +0 -897
  384. package/dist/cjs/GuardDuty.js.map +0 -1
  385. package/dist/cjs/GuardDutyClient.js +0 -60
  386. package/dist/cjs/GuardDutyClient.js.map +0 -1
  387. package/dist/cjs/commands/AcceptInvitationCommand.js +0 -61
  388. package/dist/cjs/commands/AcceptInvitationCommand.js.map +0 -1
  389. package/dist/cjs/commands/ArchiveFindingsCommand.js +0 -65
  390. package/dist/cjs/commands/ArchiveFindingsCommand.js.map +0 -1
  391. package/dist/cjs/commands/CreateDetectorCommand.js +0 -64
  392. package/dist/cjs/commands/CreateDetectorCommand.js.map +0 -1
  393. package/dist/cjs/commands/CreateFilterCommand.js +0 -61
  394. package/dist/cjs/commands/CreateFilterCommand.js.map +0 -1
  395. package/dist/cjs/commands/CreateIPSetCommand.js +0 -64
  396. package/dist/cjs/commands/CreateIPSetCommand.js.map +0 -1
  397. package/dist/cjs/commands/CreateMembersCommand.js +0 -72
  398. package/dist/cjs/commands/CreateMembersCommand.js.map +0 -1
  399. package/dist/cjs/commands/CreatePublishingDestinationCommand.js +0 -62
  400. package/dist/cjs/commands/CreatePublishingDestinationCommand.js.map +0 -1
  401. package/dist/cjs/commands/CreateSampleFindingsCommand.js +0 -63
  402. package/dist/cjs/commands/CreateSampleFindingsCommand.js.map +0 -1
  403. package/dist/cjs/commands/CreateThreatIntelSetCommand.js +0 -63
  404. package/dist/cjs/commands/CreateThreatIntelSetCommand.js.map +0 -1
  405. package/dist/cjs/commands/DeclineInvitationsCommand.js +0 -62
  406. package/dist/cjs/commands/DeclineInvitationsCommand.js.map +0 -1
  407. package/dist/cjs/commands/DeleteDetectorCommand.js +0 -61
  408. package/dist/cjs/commands/DeleteDetectorCommand.js.map +0 -1
  409. package/dist/cjs/commands/DeleteFilterCommand.js +0 -61
  410. package/dist/cjs/commands/DeleteFilterCommand.js.map +0 -1
  411. package/dist/cjs/commands/DeleteIPSetCommand.js +0 -62
  412. package/dist/cjs/commands/DeleteIPSetCommand.js.map +0 -1
  413. package/dist/cjs/commands/DeleteInvitationsCommand.js +0 -62
  414. package/dist/cjs/commands/DeleteInvitationsCommand.js.map +0 -1
  415. package/dist/cjs/commands/DeleteMembersCommand.js +0 -62
  416. package/dist/cjs/commands/DeleteMembersCommand.js.map +0 -1
  417. package/dist/cjs/commands/DeletePublishingDestinationCommand.js +0 -61
  418. package/dist/cjs/commands/DeletePublishingDestinationCommand.js.map +0 -1
  419. package/dist/cjs/commands/DeleteThreatIntelSetCommand.js +0 -61
  420. package/dist/cjs/commands/DeleteThreatIntelSetCommand.js.map +0 -1
  421. package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js +0 -62
  422. package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
  423. package/dist/cjs/commands/DescribePublishingDestinationCommand.js +0 -62
  424. package/dist/cjs/commands/DescribePublishingDestinationCommand.js.map +0 -1
  425. package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js +0 -62
  426. package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
  427. package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js +0 -61
  428. package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
  429. package/dist/cjs/commands/DisassociateMembersCommand.js +0 -62
  430. package/dist/cjs/commands/DisassociateMembersCommand.js.map +0 -1
  431. package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js +0 -62
  432. package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
  433. package/dist/cjs/commands/GetDetectorCommand.js +0 -61
  434. package/dist/cjs/commands/GetDetectorCommand.js.map +0 -1
  435. package/dist/cjs/commands/GetFilterCommand.js +0 -61
  436. package/dist/cjs/commands/GetFilterCommand.js.map +0 -1
  437. package/dist/cjs/commands/GetFindingsCommand.js +0 -61
  438. package/dist/cjs/commands/GetFindingsCommand.js.map +0 -1
  439. package/dist/cjs/commands/GetFindingsStatisticsCommand.js +0 -61
  440. package/dist/cjs/commands/GetFindingsStatisticsCommand.js.map +0 -1
  441. package/dist/cjs/commands/GetIPSetCommand.js +0 -61
  442. package/dist/cjs/commands/GetIPSetCommand.js.map +0 -1
  443. package/dist/cjs/commands/GetInvitationsCountCommand.js +0 -62
  444. package/dist/cjs/commands/GetInvitationsCountCommand.js.map +0 -1
  445. package/dist/cjs/commands/GetMasterAccountCommand.js +0 -62
  446. package/dist/cjs/commands/GetMasterAccountCommand.js.map +0 -1
  447. package/dist/cjs/commands/GetMemberDetectorsCommand.js +0 -61
  448. package/dist/cjs/commands/GetMemberDetectorsCommand.js.map +0 -1
  449. package/dist/cjs/commands/GetMembersCommand.js +0 -62
  450. package/dist/cjs/commands/GetMembersCommand.js.map +0 -1
  451. package/dist/cjs/commands/GetThreatIntelSetCommand.js +0 -61
  452. package/dist/cjs/commands/GetThreatIntelSetCommand.js.map +0 -1
  453. package/dist/cjs/commands/GetUsageStatisticsCommand.js +0 -64
  454. package/dist/cjs/commands/GetUsageStatisticsCommand.js.map +0 -1
  455. package/dist/cjs/commands/InviteMembersCommand.js +0 -63
  456. package/dist/cjs/commands/InviteMembersCommand.js.map +0 -1
  457. package/dist/cjs/commands/ListDetectorsCommand.js +0 -61
  458. package/dist/cjs/commands/ListDetectorsCommand.js.map +0 -1
  459. package/dist/cjs/commands/ListFiltersCommand.js +0 -61
  460. package/dist/cjs/commands/ListFiltersCommand.js.map +0 -1
  461. package/dist/cjs/commands/ListFindingsCommand.js +0 -61
  462. package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
  463. package/dist/cjs/commands/ListIPSetsCommand.js +0 -63
  464. package/dist/cjs/commands/ListIPSetsCommand.js.map +0 -1
  465. package/dist/cjs/commands/ListInvitationsCommand.js +0 -62
  466. package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
  467. package/dist/cjs/commands/ListMembersCommand.js +0 -61
  468. package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
  469. package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js +0 -61
  470. package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
  471. package/dist/cjs/commands/ListPublishingDestinationsCommand.js +0 -62
  472. package/dist/cjs/commands/ListPublishingDestinationsCommand.js.map +0 -1
  473. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  474. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  475. package/dist/cjs/commands/ListThreatIntelSetsCommand.js +0 -63
  476. package/dist/cjs/commands/ListThreatIntelSetsCommand.js.map +0 -1
  477. package/dist/cjs/commands/StartMonitoringMembersCommand.js +0 -63
  478. package/dist/cjs/commands/StartMonitoringMembersCommand.js.map +0 -1
  479. package/dist/cjs/commands/StopMonitoringMembersCommand.js +0 -63
  480. package/dist/cjs/commands/StopMonitoringMembersCommand.js.map +0 -1
  481. package/dist/cjs/commands/TagResourceCommand.js +0 -61
  482. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  483. package/dist/cjs/commands/UnarchiveFindingsCommand.js +0 -61
  484. package/dist/cjs/commands/UnarchiveFindingsCommand.js.map +0 -1
  485. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  486. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  487. package/dist/cjs/commands/UpdateDetectorCommand.js +0 -61
  488. package/dist/cjs/commands/UpdateDetectorCommand.js.map +0 -1
  489. package/dist/cjs/commands/UpdateFilterCommand.js +0 -61
  490. package/dist/cjs/commands/UpdateFilterCommand.js.map +0 -1
  491. package/dist/cjs/commands/UpdateFindingsFeedbackCommand.js +0 -61
  492. package/dist/cjs/commands/UpdateFindingsFeedbackCommand.js.map +0 -1
  493. package/dist/cjs/commands/UpdateIPSetCommand.js +0 -61
  494. package/dist/cjs/commands/UpdateIPSetCommand.js.map +0 -1
  495. package/dist/cjs/commands/UpdateMemberDetectorsCommand.js +0 -61
  496. package/dist/cjs/commands/UpdateMemberDetectorsCommand.js.map +0 -1
  497. package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js +0 -61
  498. package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
  499. package/dist/cjs/commands/UpdatePublishingDestinationCommand.js +0 -62
  500. package/dist/cjs/commands/UpdatePublishingDestinationCommand.js.map +0 -1
  501. package/dist/cjs/commands/UpdateThreatIntelSetCommand.js +0 -61
  502. package/dist/cjs/commands/UpdateThreatIntelSetCommand.js.map +0 -1
  503. package/dist/cjs/endpoints.js +0 -86
  504. package/dist/cjs/endpoints.js.map +0 -1
  505. package/dist/cjs/index.js +0 -76
  506. package/dist/cjs/index.js.map +0 -1
  507. package/dist/cjs/models/index.js +0 -5
  508. package/dist/cjs/models/index.js.map +0 -1
  509. package/dist/cjs/models/models_0.js +0 -1785
  510. package/dist/cjs/models/models_0.js.map +0 -1
  511. package/dist/cjs/package.json +0 -93
  512. package/dist/cjs/pagination/GetUsageStatisticsPaginator.js +0 -46
  513. package/dist/cjs/pagination/GetUsageStatisticsPaginator.js.map +0 -1
  514. package/dist/cjs/pagination/Interfaces.js +0 -3
  515. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  516. package/dist/cjs/pagination/ListDetectorsPaginator.js +0 -46
  517. package/dist/cjs/pagination/ListDetectorsPaginator.js.map +0 -1
  518. package/dist/cjs/pagination/ListFiltersPaginator.js +0 -46
  519. package/dist/cjs/pagination/ListFiltersPaginator.js.map +0 -1
  520. package/dist/cjs/pagination/ListFindingsPaginator.js +0 -46
  521. package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
  522. package/dist/cjs/pagination/ListIPSetsPaginator.js +0 -46
  523. package/dist/cjs/pagination/ListIPSetsPaginator.js.map +0 -1
  524. package/dist/cjs/pagination/ListInvitationsPaginator.js +0 -46
  525. package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
  526. package/dist/cjs/pagination/ListMembersPaginator.js +0 -46
  527. package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
  528. package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js +0 -46
  529. package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
  530. package/dist/cjs/pagination/ListPublishingDestinationsPaginator.js +0 -46
  531. package/dist/cjs/pagination/ListPublishingDestinationsPaginator.js.map +0 -1
  532. package/dist/cjs/pagination/ListThreatIntelSetsPaginator.js +0 -46
  533. package/dist/cjs/pagination/ListThreatIntelSetsPaginator.js.map +0 -1
  534. package/dist/cjs/protocols/Aws_restJson1.js +0 -6408
  535. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  536. package/dist/cjs/runtimeConfig.browser.js +0 -41
  537. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  538. package/dist/cjs/runtimeConfig.js +0 -46
  539. package/dist/cjs/runtimeConfig.js.map +0 -1
  540. package/dist/cjs/runtimeConfig.native.js +0 -20
  541. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  542. package/dist/cjs/runtimeConfig.shared.js +0 -21
  543. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  544. package/dist/es/GuardDuty.js +0 -881
  545. package/dist/es/GuardDuty.js.map +0 -1
  546. package/dist/es/GuardDutyClient.js +0 -38
  547. package/dist/es/GuardDutyClient.js.map +0 -1
  548. package/dist/es/commands/AcceptInvitationCommand.js +0 -40
  549. package/dist/es/commands/AcceptInvitationCommand.js.map +0 -1
  550. package/dist/es/commands/ArchiveFindingsCommand.js +0 -40
  551. package/dist/es/commands/ArchiveFindingsCommand.js.map +0 -1
  552. package/dist/es/commands/CreateDetectorCommand.js +0 -40
  553. package/dist/es/commands/CreateDetectorCommand.js.map +0 -1
  554. package/dist/es/commands/CreateFilterCommand.js +0 -40
  555. package/dist/es/commands/CreateFilterCommand.js.map +0 -1
  556. package/dist/es/commands/CreateIPSetCommand.js +0 -40
  557. package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
  558. package/dist/es/commands/CreateMembersCommand.js +0 -40
  559. package/dist/es/commands/CreateMembersCommand.js.map +0 -1
  560. package/dist/es/commands/CreatePublishingDestinationCommand.js +0 -40
  561. package/dist/es/commands/CreatePublishingDestinationCommand.js.map +0 -1
  562. package/dist/es/commands/CreateSampleFindingsCommand.js +0 -40
  563. package/dist/es/commands/CreateSampleFindingsCommand.js.map +0 -1
  564. package/dist/es/commands/CreateThreatIntelSetCommand.js +0 -40
  565. package/dist/es/commands/CreateThreatIntelSetCommand.js.map +0 -1
  566. package/dist/es/commands/DeclineInvitationsCommand.js +0 -40
  567. package/dist/es/commands/DeclineInvitationsCommand.js.map +0 -1
  568. package/dist/es/commands/DeleteDetectorCommand.js +0 -40
  569. package/dist/es/commands/DeleteDetectorCommand.js.map +0 -1
  570. package/dist/es/commands/DeleteFilterCommand.js +0 -40
  571. package/dist/es/commands/DeleteFilterCommand.js.map +0 -1
  572. package/dist/es/commands/DeleteIPSetCommand.js +0 -40
  573. package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
  574. package/dist/es/commands/DeleteInvitationsCommand.js +0 -40
  575. package/dist/es/commands/DeleteInvitationsCommand.js.map +0 -1
  576. package/dist/es/commands/DeleteMembersCommand.js +0 -40
  577. package/dist/es/commands/DeleteMembersCommand.js.map +0 -1
  578. package/dist/es/commands/DeletePublishingDestinationCommand.js +0 -40
  579. package/dist/es/commands/DeletePublishingDestinationCommand.js.map +0 -1
  580. package/dist/es/commands/DeleteThreatIntelSetCommand.js +0 -40
  581. package/dist/es/commands/DeleteThreatIntelSetCommand.js.map +0 -1
  582. package/dist/es/commands/DescribeOrganizationConfigurationCommand.js +0 -40
  583. package/dist/es/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
  584. package/dist/es/commands/DescribePublishingDestinationCommand.js +0 -40
  585. package/dist/es/commands/DescribePublishingDestinationCommand.js.map +0 -1
  586. package/dist/es/commands/DisableOrganizationAdminAccountCommand.js +0 -40
  587. package/dist/es/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
  588. package/dist/es/commands/DisassociateFromMasterAccountCommand.js +0 -40
  589. package/dist/es/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
  590. package/dist/es/commands/DisassociateMembersCommand.js +0 -40
  591. package/dist/es/commands/DisassociateMembersCommand.js.map +0 -1
  592. package/dist/es/commands/EnableOrganizationAdminAccountCommand.js +0 -40
  593. package/dist/es/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
  594. package/dist/es/commands/GetDetectorCommand.js +0 -40
  595. package/dist/es/commands/GetDetectorCommand.js.map +0 -1
  596. package/dist/es/commands/GetFilterCommand.js +0 -40
  597. package/dist/es/commands/GetFilterCommand.js.map +0 -1
  598. package/dist/es/commands/GetFindingsCommand.js +0 -40
  599. package/dist/es/commands/GetFindingsCommand.js.map +0 -1
  600. package/dist/es/commands/GetFindingsStatisticsCommand.js +0 -40
  601. package/dist/es/commands/GetFindingsStatisticsCommand.js.map +0 -1
  602. package/dist/es/commands/GetIPSetCommand.js +0 -40
  603. package/dist/es/commands/GetIPSetCommand.js.map +0 -1
  604. package/dist/es/commands/GetInvitationsCountCommand.js +0 -40
  605. package/dist/es/commands/GetInvitationsCountCommand.js.map +0 -1
  606. package/dist/es/commands/GetMasterAccountCommand.js +0 -40
  607. package/dist/es/commands/GetMasterAccountCommand.js.map +0 -1
  608. package/dist/es/commands/GetMemberDetectorsCommand.js +0 -40
  609. package/dist/es/commands/GetMemberDetectorsCommand.js.map +0 -1
  610. package/dist/es/commands/GetMembersCommand.js +0 -40
  611. package/dist/es/commands/GetMembersCommand.js.map +0 -1
  612. package/dist/es/commands/GetThreatIntelSetCommand.js +0 -40
  613. package/dist/es/commands/GetThreatIntelSetCommand.js.map +0 -1
  614. package/dist/es/commands/GetUsageStatisticsCommand.js +0 -40
  615. package/dist/es/commands/GetUsageStatisticsCommand.js.map +0 -1
  616. package/dist/es/commands/InviteMembersCommand.js +0 -40
  617. package/dist/es/commands/InviteMembersCommand.js.map +0 -1
  618. package/dist/es/commands/ListDetectorsCommand.js +0 -40
  619. package/dist/es/commands/ListDetectorsCommand.js.map +0 -1
  620. package/dist/es/commands/ListFiltersCommand.js +0 -40
  621. package/dist/es/commands/ListFiltersCommand.js.map +0 -1
  622. package/dist/es/commands/ListFindingsCommand.js +0 -40
  623. package/dist/es/commands/ListFindingsCommand.js.map +0 -1
  624. package/dist/es/commands/ListIPSetsCommand.js +0 -40
  625. package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
  626. package/dist/es/commands/ListInvitationsCommand.js +0 -40
  627. package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
  628. package/dist/es/commands/ListMembersCommand.js +0 -40
  629. package/dist/es/commands/ListMembersCommand.js.map +0 -1
  630. package/dist/es/commands/ListOrganizationAdminAccountsCommand.js +0 -40
  631. package/dist/es/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
  632. package/dist/es/commands/ListPublishingDestinationsCommand.js +0 -40
  633. package/dist/es/commands/ListPublishingDestinationsCommand.js.map +0 -1
  634. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  635. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  636. package/dist/es/commands/ListThreatIntelSetsCommand.js +0 -40
  637. package/dist/es/commands/ListThreatIntelSetsCommand.js.map +0 -1
  638. package/dist/es/commands/StartMonitoringMembersCommand.js +0 -40
  639. package/dist/es/commands/StartMonitoringMembersCommand.js.map +0 -1
  640. package/dist/es/commands/StopMonitoringMembersCommand.js +0 -40
  641. package/dist/es/commands/StopMonitoringMembersCommand.js.map +0 -1
  642. package/dist/es/commands/TagResourceCommand.js +0 -40
  643. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  644. package/dist/es/commands/UnarchiveFindingsCommand.js +0 -40
  645. package/dist/es/commands/UnarchiveFindingsCommand.js.map +0 -1
  646. package/dist/es/commands/UntagResourceCommand.js +0 -40
  647. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  648. package/dist/es/commands/UpdateDetectorCommand.js +0 -40
  649. package/dist/es/commands/UpdateDetectorCommand.js.map +0 -1
  650. package/dist/es/commands/UpdateFilterCommand.js +0 -40
  651. package/dist/es/commands/UpdateFilterCommand.js.map +0 -1
  652. package/dist/es/commands/UpdateFindingsFeedbackCommand.js +0 -40
  653. package/dist/es/commands/UpdateFindingsFeedbackCommand.js.map +0 -1
  654. package/dist/es/commands/UpdateIPSetCommand.js +0 -40
  655. package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
  656. package/dist/es/commands/UpdateMemberDetectorsCommand.js +0 -40
  657. package/dist/es/commands/UpdateMemberDetectorsCommand.js.map +0 -1
  658. package/dist/es/commands/UpdateOrganizationConfigurationCommand.js +0 -40
  659. package/dist/es/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
  660. package/dist/es/commands/UpdatePublishingDestinationCommand.js +0 -40
  661. package/dist/es/commands/UpdatePublishingDestinationCommand.js.map +0 -1
  662. package/dist/es/commands/UpdateThreatIntelSetCommand.js +0 -40
  663. package/dist/es/commands/UpdateThreatIntelSetCommand.js.map +0 -1
  664. package/dist/es/endpoints.js +0 -82
  665. package/dist/es/endpoints.js.map +0 -1
  666. package/dist/es/index.js +0 -73
  667. package/dist/es/index.js.map +0 -1
  668. package/dist/es/models/index.js +0 -2
  669. package/dist/es/models/index.js.map +0 -1
  670. package/dist/es/models/models_0.js +0 -849
  671. package/dist/es/models/models_0.js.map +0 -1
  672. package/dist/es/package.json +0 -93
  673. package/dist/es/pagination/GetUsageStatisticsPaginator.js +0 -75
  674. package/dist/es/pagination/GetUsageStatisticsPaginator.js.map +0 -1
  675. package/dist/es/pagination/Interfaces.js +0 -2
  676. package/dist/es/pagination/Interfaces.js.map +0 -1
  677. package/dist/es/pagination/ListDetectorsPaginator.js +0 -75
  678. package/dist/es/pagination/ListDetectorsPaginator.js.map +0 -1
  679. package/dist/es/pagination/ListFiltersPaginator.js +0 -75
  680. package/dist/es/pagination/ListFiltersPaginator.js.map +0 -1
  681. package/dist/es/pagination/ListFindingsPaginator.js +0 -75
  682. package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
  683. package/dist/es/pagination/ListIPSetsPaginator.js +0 -75
  684. package/dist/es/pagination/ListIPSetsPaginator.js.map +0 -1
  685. package/dist/es/pagination/ListInvitationsPaginator.js +0 -75
  686. package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
  687. package/dist/es/pagination/ListMembersPaginator.js +0 -75
  688. package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
  689. package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js +0 -75
  690. package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
  691. package/dist/es/pagination/ListPublishingDestinationsPaginator.js +0 -75
  692. package/dist/es/pagination/ListPublishingDestinationsPaginator.js.map +0 -1
  693. package/dist/es/pagination/ListThreatIntelSetsPaginator.js +0 -75
  694. package/dist/es/pagination/ListThreatIntelSetsPaginator.js.map +0 -1
  695. package/dist/es/protocols/Aws_restJson1.js +0 -7291
  696. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  697. package/dist/es/runtimeConfig.browser.js +0 -17
  698. package/dist/es/runtimeConfig.browser.js.map +0 -1
  699. package/dist/es/runtimeConfig.js +0 -22
  700. package/dist/es/runtimeConfig.js.map +0 -1
  701. package/dist/es/runtimeConfig.native.js +0 -9
  702. package/dist/es/runtimeConfig.native.js.map +0 -1
  703. package/dist/es/runtimeConfig.shared.js +0 -14
  704. package/dist/es/runtimeConfig.shared.js.map +0 -1
  705. package/dist/types/GuardDuty.d.ts +0 -485
  706. package/dist/types/GuardDutyClient.d.ts +0 -206
  707. package/dist/types/commands/AcceptInvitationCommand.d.ts +0 -35
  708. package/dist/types/commands/ArchiveFindingsCommand.d.ts +0 -39
  709. package/dist/types/commands/CreateDetectorCommand.d.ts +0 -38
  710. package/dist/types/commands/CreateFilterCommand.d.ts +0 -35
  711. package/dist/types/commands/CreateIPSetCommand.d.ts +0 -38
  712. package/dist/types/commands/CreateMembersCommand.d.ts +0 -46
  713. package/dist/types/commands/CreatePublishingDestinationCommand.d.ts +0 -36
  714. package/dist/types/commands/CreateSampleFindingsCommand.d.ts +0 -37
  715. package/dist/types/commands/CreateThreatIntelSetCommand.d.ts +0 -37
  716. package/dist/types/commands/DeclineInvitationsCommand.d.ts +0 -36
  717. package/dist/types/commands/DeleteDetectorCommand.d.ts +0 -35
  718. package/dist/types/commands/DeleteFilterCommand.d.ts +0 -35
  719. package/dist/types/commands/DeleteIPSetCommand.d.ts +0 -36
  720. package/dist/types/commands/DeleteInvitationsCommand.d.ts +0 -36
  721. package/dist/types/commands/DeleteMembersCommand.d.ts +0 -36
  722. package/dist/types/commands/DeletePublishingDestinationCommand.d.ts +0 -35
  723. package/dist/types/commands/DeleteThreatIntelSetCommand.d.ts +0 -35
  724. package/dist/types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -36
  725. package/dist/types/commands/DescribePublishingDestinationCommand.d.ts +0 -36
  726. package/dist/types/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -36
  727. package/dist/types/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
  728. package/dist/types/commands/DisassociateMembersCommand.d.ts +0 -36
  729. package/dist/types/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -36
  730. package/dist/types/commands/GetDetectorCommand.d.ts +0 -35
  731. package/dist/types/commands/GetFilterCommand.d.ts +0 -35
  732. package/dist/types/commands/GetFindingsCommand.d.ts +0 -35
  733. package/dist/types/commands/GetFindingsStatisticsCommand.d.ts +0 -35
  734. package/dist/types/commands/GetIPSetCommand.d.ts +0 -35
  735. package/dist/types/commands/GetInvitationsCountCommand.d.ts +0 -36
  736. package/dist/types/commands/GetMasterAccountCommand.d.ts +0 -36
  737. package/dist/types/commands/GetMemberDetectorsCommand.d.ts +0 -35
  738. package/dist/types/commands/GetMembersCommand.d.ts +0 -36
  739. package/dist/types/commands/GetThreatIntelSetCommand.d.ts +0 -35
  740. package/dist/types/commands/GetUsageStatisticsCommand.d.ts +0 -38
  741. package/dist/types/commands/InviteMembersCommand.d.ts +0 -37
  742. package/dist/types/commands/ListDetectorsCommand.d.ts +0 -35
  743. package/dist/types/commands/ListFiltersCommand.d.ts +0 -35
  744. package/dist/types/commands/ListFindingsCommand.d.ts +0 -35
  745. package/dist/types/commands/ListIPSetsCommand.d.ts +0 -37
  746. package/dist/types/commands/ListInvitationsCommand.d.ts +0 -36
  747. package/dist/types/commands/ListMembersCommand.d.ts +0 -35
  748. package/dist/types/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
  749. package/dist/types/commands/ListPublishingDestinationsCommand.d.ts +0 -36
  750. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  751. package/dist/types/commands/ListThreatIntelSetsCommand.d.ts +0 -37
  752. package/dist/types/commands/StartMonitoringMembersCommand.d.ts +0 -37
  753. package/dist/types/commands/StopMonitoringMembersCommand.d.ts +0 -37
  754. package/dist/types/commands/TagResourceCommand.d.ts +0 -35
  755. package/dist/types/commands/UnarchiveFindingsCommand.d.ts +0 -35
  756. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  757. package/dist/types/commands/UpdateDetectorCommand.d.ts +0 -35
  758. package/dist/types/commands/UpdateFilterCommand.d.ts +0 -35
  759. package/dist/types/commands/UpdateFindingsFeedbackCommand.d.ts +0 -35
  760. package/dist/types/commands/UpdateIPSetCommand.d.ts +0 -35
  761. package/dist/types/commands/UpdateMemberDetectorsCommand.d.ts +0 -35
  762. package/dist/types/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
  763. package/dist/types/commands/UpdatePublishingDestinationCommand.d.ts +0 -36
  764. package/dist/types/commands/UpdateThreatIntelSetCommand.d.ts +0 -35
  765. package/dist/types/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
  766. package/dist/types/pagination/Interfaces.d.ts +0 -6
  767. package/dist/types/pagination/ListDetectorsPaginator.d.ts +0 -4
  768. package/dist/types/pagination/ListFiltersPaginator.d.ts +0 -4
  769. package/dist/types/pagination/ListFindingsPaginator.d.ts +0 -4
  770. package/dist/types/pagination/ListIPSetsPaginator.d.ts +0 -4
  771. package/dist/types/pagination/ListInvitationsPaginator.d.ts +0 -4
  772. package/dist/types/pagination/ListMembersPaginator.d.ts +0 -4
  773. package/dist/types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
  774. package/dist/types/pagination/ListPublishingDestinationsPaginator.d.ts +0 -4
  775. package/dist/types/pagination/ListThreatIntelSetsPaginator.d.ts +0 -4
  776. package/dist/types/protocols/Aws_restJson1.d.ts +0 -176
  777. package/dist/types/runtimeConfig.d.ts +0 -37
  778. package/dist/types/ts3.4/GuardDuty.d.ts +0 -485
  779. package/dist/types/ts3.4/GuardDutyClient.d.ts +0 -206
  780. package/dist/types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -35
  781. package/dist/types/ts3.4/commands/ArchiveFindingsCommand.d.ts +0 -39
  782. package/dist/types/ts3.4/commands/CreateDetectorCommand.d.ts +0 -38
  783. package/dist/types/ts3.4/commands/CreateFilterCommand.d.ts +0 -35
  784. package/dist/types/ts3.4/commands/CreateIPSetCommand.d.ts +0 -38
  785. package/dist/types/ts3.4/commands/CreateMembersCommand.d.ts +0 -46
  786. package/dist/types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +0 -36
  787. package/dist/types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +0 -37
  788. package/dist/types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +0 -37
  789. package/dist/types/ts3.4/commands/DeclineInvitationsCommand.d.ts +0 -36
  790. package/dist/types/ts3.4/commands/DeleteDetectorCommand.d.ts +0 -35
  791. package/dist/types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -35
  792. package/dist/types/ts3.4/commands/DeleteIPSetCommand.d.ts +0 -36
  793. package/dist/types/ts3.4/commands/DeleteInvitationsCommand.d.ts +0 -36
  794. package/dist/types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -36
  795. package/dist/types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +0 -35
  796. package/dist/types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +0 -35
  797. package/dist/types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -36
  798. package/dist/types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +0 -36
  799. package/dist/types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -36
  800. package/dist/types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
  801. package/dist/types/ts3.4/commands/DisassociateMembersCommand.d.ts +0 -36
  802. package/dist/types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -36
  803. package/dist/types/ts3.4/commands/GetDetectorCommand.d.ts +0 -35
  804. package/dist/types/ts3.4/commands/GetFilterCommand.d.ts +0 -35
  805. package/dist/types/ts3.4/commands/GetFindingsCommand.d.ts +0 -35
  806. package/dist/types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +0 -35
  807. package/dist/types/ts3.4/commands/GetIPSetCommand.d.ts +0 -35
  808. package/dist/types/ts3.4/commands/GetInvitationsCountCommand.d.ts +0 -36
  809. package/dist/types/ts3.4/commands/GetMasterAccountCommand.d.ts +0 -36
  810. package/dist/types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +0 -35
  811. package/dist/types/ts3.4/commands/GetMembersCommand.d.ts +0 -36
  812. package/dist/types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +0 -35
  813. package/dist/types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +0 -38
  814. package/dist/types/ts3.4/commands/InviteMembersCommand.d.ts +0 -37
  815. package/dist/types/ts3.4/commands/ListDetectorsCommand.d.ts +0 -35
  816. package/dist/types/ts3.4/commands/ListFiltersCommand.d.ts +0 -35
  817. package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -35
  818. package/dist/types/ts3.4/commands/ListIPSetsCommand.d.ts +0 -37
  819. package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -36
  820. package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -35
  821. package/dist/types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
  822. package/dist/types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +0 -36
  823. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  824. package/dist/types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +0 -37
  825. package/dist/types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +0 -37
  826. package/dist/types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +0 -37
  827. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  828. package/dist/types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +0 -35
  829. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  830. package/dist/types/ts3.4/commands/UpdateDetectorCommand.d.ts +0 -35
  831. package/dist/types/ts3.4/commands/UpdateFilterCommand.d.ts +0 -35
  832. package/dist/types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +0 -35
  833. package/dist/types/ts3.4/commands/UpdateIPSetCommand.d.ts +0 -35
  834. package/dist/types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +0 -35
  835. package/dist/types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
  836. package/dist/types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +0 -36
  837. package/dist/types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +0 -35
  838. package/dist/types/ts3.4/models/models_0.d.ts +0 -4121
  839. package/dist/types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
  840. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  841. package/dist/types/ts3.4/pagination/ListDetectorsPaginator.d.ts +0 -4
  842. package/dist/types/ts3.4/pagination/ListFiltersPaginator.d.ts +0 -4
  843. package/dist/types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
  844. package/dist/types/ts3.4/pagination/ListIPSetsPaginator.d.ts +0 -4
  845. package/dist/types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
  846. package/dist/types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
  847. package/dist/types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
  848. package/dist/types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +0 -4
  849. package/dist/types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +0 -4
  850. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
  851. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  852. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  853. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  854. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  855. package/endpoints.ts +0 -86
  856. package/jest.config.js +0 -4
  857. package/models/models_0.ts +0 -5123
  858. package/pagination/GetUsageStatisticsPaginator.ts +0 -58
  859. package/pagination/Interfaces.ts +0 -7
  860. package/pagination/ListDetectorsPaginator.ts +0 -58
  861. package/pagination/ListFiltersPaginator.ts +0 -54
  862. package/pagination/ListFindingsPaginator.ts +0 -58
  863. package/pagination/ListIPSetsPaginator.ts +0 -54
  864. package/pagination/ListInvitationsPaginator.ts +0 -58
  865. package/pagination/ListMembersPaginator.ts +0 -54
  866. package/pagination/ListOrganizationAdminAccountsPaginator.ts +0 -58
  867. package/pagination/ListPublishingDestinationsPaginator.ts +0 -58
  868. package/pagination/ListThreatIntelSetsPaginator.ts +0 -58
  869. package/protocols/Aws_restJson1.ts +0 -7457
  870. package/runtimeConfig.browser.ts +0 -40
  871. package/runtimeConfig.native.ts +0 -16
  872. package/runtimeConfig.shared.ts +0 -16
  873. package/runtimeConfig.ts +0 -45
  874. package/tsconfig.es.json +0 -10
  875. package/tsconfig.json +0 -31
  876. package/tsconfig.types.json +0 -8
@@ -1,4121 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export interface AcceptInvitationRequest {
3
- /**
4
- * <p>The unique ID of the detector of the GuardDuty member account.</p>
5
- */
6
- DetectorId: string | undefined;
7
- /**
8
- * <p>The account ID of the GuardDuty administrator account whose invitation you're accepting.</p>
9
- */
10
- MasterId: string | undefined;
11
- /**
12
- * <p>The value that is used to validate the administrator account to the member account.</p>
13
- */
14
- InvitationId: string | undefined;
15
- }
16
- export declare namespace AcceptInvitationRequest {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
21
- }
22
- export interface AcceptInvitationResponse {
23
- }
24
- export declare namespace AcceptInvitationResponse {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
29
- }
30
- /**
31
- * <p>A bad request exception object.</p>
32
- */
33
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
34
- name: "BadRequestException";
35
- $fault: "client";
36
- /**
37
- * <p>The error message.</p>
38
- */
39
- Message?: string;
40
- /**
41
- * <p>The error type.</p>
42
- */
43
- Type?: string;
44
- }
45
- export declare namespace BadRequestException {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: BadRequestException) => any;
50
- }
51
- /**
52
- * <p>An internal server error exception object.</p>
53
- */
54
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
55
- name: "InternalServerErrorException";
56
- $fault: "server";
57
- /**
58
- * <p>The error message.</p>
59
- */
60
- Message?: string;
61
- /**
62
- * <p>The error type.</p>
63
- */
64
- Type?: string;
65
- }
66
- export declare namespace InternalServerErrorException {
67
- /**
68
- * @internal
69
- */
70
- const filterSensitiveLog: (obj: InternalServerErrorException) => any;
71
- }
72
- /**
73
- * <p>Contains information on the current access control policies for the bucket.</p>
74
- */
75
- export interface AccessControlList {
76
- /**
77
- * <p>A value that indicates whether public read access for the bucket is enabled through an
78
- * Access Control List (ACL).</p>
79
- */
80
- AllowsPublicReadAccess?: boolean;
81
- /**
82
- * <p>A value that indicates whether public write access for the bucket is enabled through an
83
- * Access Control List (ACL).</p>
84
- */
85
- AllowsPublicWriteAccess?: boolean;
86
- }
87
- export declare namespace AccessControlList {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: AccessControlList) => any;
92
- }
93
- /**
94
- * <p>Contains information about the access keys.</p>
95
- */
96
- export interface AccessKeyDetails {
97
- /**
98
- * <p>The access key ID of the user.</p>
99
- */
100
- AccessKeyId?: string;
101
- /**
102
- * <p>The principal ID of the user.</p>
103
- */
104
- PrincipalId?: string;
105
- /**
106
- * <p>The name of the user.</p>
107
- */
108
- UserName?: string;
109
- /**
110
- * <p>The type of the user.</p>
111
- */
112
- UserType?: string;
113
- }
114
- export declare namespace AccessKeyDetails {
115
- /**
116
- * @internal
117
- */
118
- const filterSensitiveLog: (obj: AccessKeyDetails) => any;
119
- }
120
- /**
121
- * <p>Contains information about the account.</p>
122
- */
123
- export interface AccountDetail {
124
- /**
125
- * <p>The member account ID.</p>
126
- */
127
- AccountId: string | undefined;
128
- /**
129
- * <p>The email address of the member account.</p>
130
- */
131
- Email: string | undefined;
132
- }
133
- export declare namespace AccountDetail {
134
- /**
135
- * @internal
136
- */
137
- const filterSensitiveLog: (obj: AccountDetail) => any;
138
- }
139
- /**
140
- * <p>Contains information on how the bucker owner's S3 Block Public Access settings are being
141
- * applied to the S3 bucket. See <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">S3 Block Public
142
- * Access</a> for more information. </p>
143
- */
144
- export interface BlockPublicAccess {
145
- /**
146
- * <p>Indicates if S3 Block Public Access is set to <code>IgnorePublicAcls</code>.</p>
147
- */
148
- IgnorePublicAcls?: boolean;
149
- /**
150
- * <p>Indicates if S3 Block Public Access is set to <code>RestrictPublicBuckets</code>.</p>
151
- */
152
- RestrictPublicBuckets?: boolean;
153
- /**
154
- * <p>Indicates if S3 Block Public Access is set to <code>BlockPublicAcls</code>.</p>
155
- */
156
- BlockPublicAcls?: boolean;
157
- /**
158
- * <p>Indicates if S3 Block Public Access is set to <code>BlockPublicPolicy</code>.</p>
159
- */
160
- BlockPublicPolicy?: boolean;
161
- }
162
- export declare namespace BlockPublicAccess {
163
- /**
164
- * @internal
165
- */
166
- const filterSensitiveLog: (obj: BlockPublicAccess) => any;
167
- }
168
- /**
169
- * <p>Contains information about the account level permissions on the S3 bucket.</p>
170
- */
171
- export interface AccountLevelPermissions {
172
- /**
173
- * <p>Describes the S3 Block Public Access settings of the bucket's parent account.</p>
174
- */
175
- BlockPublicAccess?: BlockPublicAccess;
176
- }
177
- export declare namespace AccountLevelPermissions {
178
- /**
179
- * @internal
180
- */
181
- const filterSensitiveLog: (obj: AccountLevelPermissions) => any;
182
- }
183
- /**
184
- * <p>Contains information about the domain.</p>
185
- */
186
- export interface DomainDetails {
187
- /**
188
- * <p>The domain information for the AWS API call.</p>
189
- */
190
- Domain?: string;
191
- }
192
- export declare namespace DomainDetails {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: DomainDetails) => any;
197
- }
198
- /**
199
- * <p>Contains information about the city associated with the IP address.</p>
200
- */
201
- export interface City {
202
- /**
203
- * <p>The city name of the remote IP address.</p>
204
- */
205
- CityName?: string;
206
- }
207
- export declare namespace City {
208
- /**
209
- * @internal
210
- */
211
- const filterSensitiveLog: (obj: City) => any;
212
- }
213
- /**
214
- * <p>Contains information about the country where the remote IP address is located.</p>
215
- */
216
- export interface Country {
217
- /**
218
- * <p>The country code of the remote IP address.</p>
219
- */
220
- CountryCode?: string;
221
- /**
222
- * <p>The country name of the remote IP address.</p>
223
- */
224
- CountryName?: string;
225
- }
226
- export declare namespace Country {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: Country) => any;
231
- }
232
- /**
233
- * <p>Contains information about the location of the remote IP address.</p>
234
- */
235
- export interface GeoLocation {
236
- /**
237
- * <p>The latitude information of the remote IP address.</p>
238
- */
239
- Lat?: number;
240
- /**
241
- * <p>The longitude information of the remote IP address.</p>
242
- */
243
- Lon?: number;
244
- }
245
- export declare namespace GeoLocation {
246
- /**
247
- * @internal
248
- */
249
- const filterSensitiveLog: (obj: GeoLocation) => any;
250
- }
251
- /**
252
- * <p>Contains information about the ISP organization of the remote IP address.</p>
253
- */
254
- export interface Organization {
255
- /**
256
- * <p>The Autonomous System Number (ASN) of the internet provider of the remote IP
257
- * address.</p>
258
- */
259
- Asn?: string;
260
- /**
261
- * <p>The organization that registered this ASN.</p>
262
- */
263
- AsnOrg?: string;
264
- /**
265
- * <p>The ISP information for the internet provider.</p>
266
- */
267
- Isp?: string;
268
- /**
269
- * <p>The name of the internet provider.</p>
270
- */
271
- Org?: string;
272
- }
273
- export declare namespace Organization {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: Organization) => any;
278
- }
279
- /**
280
- * <p>Contains information about the remote IP address of the connection.</p>
281
- */
282
- export interface RemoteIpDetails {
283
- /**
284
- * <p>The city information of the remote IP address.</p>
285
- */
286
- City?: City;
287
- /**
288
- * <p>The country code of the remote IP address.</p>
289
- */
290
- Country?: Country;
291
- /**
292
- * <p>The location information of the remote IP address.</p>
293
- */
294
- GeoLocation?: GeoLocation;
295
- /**
296
- * <p>The IPv4 remote address of the connection.</p>
297
- */
298
- IpAddressV4?: string;
299
- /**
300
- * <p>The ISP organization information of the remote IP address.</p>
301
- */
302
- Organization?: Organization;
303
- }
304
- export declare namespace RemoteIpDetails {
305
- /**
306
- * @internal
307
- */
308
- const filterSensitiveLog: (obj: RemoteIpDetails) => any;
309
- }
310
- /**
311
- * <p>Contains information about the API action.</p>
312
- */
313
- export interface AwsApiCallAction {
314
- /**
315
- * <p>The AWS API name.</p>
316
- */
317
- Api?: string;
318
- /**
319
- * <p>The AWS API caller type.</p>
320
- */
321
- CallerType?: string;
322
- /**
323
- * <p>The domain information for the AWS API call.</p>
324
- */
325
- DomainDetails?: DomainDetails;
326
- /**
327
- * <p>The error code of the failed AWS API action.</p>
328
- */
329
- ErrorCode?: string;
330
- /**
331
- * <p>The remote IP information of the connection that initiated the AWS API call.</p>
332
- */
333
- RemoteIpDetails?: RemoteIpDetails;
334
- /**
335
- * <p>The AWS service name whose API was invoked.</p>
336
- */
337
- ServiceName?: string;
338
- }
339
- export declare namespace AwsApiCallAction {
340
- /**
341
- * @internal
342
- */
343
- const filterSensitiveLog: (obj: AwsApiCallAction) => any;
344
- }
345
- /**
346
- * <p>Contains information about the DNS_REQUEST action described in this finding.</p>
347
- */
348
- export interface DnsRequestAction {
349
- /**
350
- * <p>The domain information for the API request.</p>
351
- */
352
- Domain?: string;
353
- }
354
- export declare namespace DnsRequestAction {
355
- /**
356
- * @internal
357
- */
358
- const filterSensitiveLog: (obj: DnsRequestAction) => any;
359
- }
360
- /**
361
- * <p>Contains information about the local IP address of the connection.</p>
362
- */
363
- export interface LocalIpDetails {
364
- /**
365
- * <p>The IPv4 local address of the connection.</p>
366
- */
367
- IpAddressV4?: string;
368
- }
369
- export declare namespace LocalIpDetails {
370
- /**
371
- * @internal
372
- */
373
- const filterSensitiveLog: (obj: LocalIpDetails) => any;
374
- }
375
- /**
376
- * <p>Contains information about the port for the local connection.</p>
377
- */
378
- export interface LocalPortDetails {
379
- /**
380
- * <p>The port number of the local connection.</p>
381
- */
382
- Port?: number;
383
- /**
384
- * <p>The port name of the local connection.</p>
385
- */
386
- PortName?: string;
387
- }
388
- export declare namespace LocalPortDetails {
389
- /**
390
- * @internal
391
- */
392
- const filterSensitiveLog: (obj: LocalPortDetails) => any;
393
- }
394
- /**
395
- * <p>Contains information about the remote port.</p>
396
- */
397
- export interface RemotePortDetails {
398
- /**
399
- * <p>The port number of the remote connection.</p>
400
- */
401
- Port?: number;
402
- /**
403
- * <p>The port name of the remote connection.</p>
404
- */
405
- PortName?: string;
406
- }
407
- export declare namespace RemotePortDetails {
408
- /**
409
- * @internal
410
- */
411
- const filterSensitiveLog: (obj: RemotePortDetails) => any;
412
- }
413
- /**
414
- * <p>Contains information about the NETWORK_CONNECTION action described in the finding.</p>
415
- */
416
- export interface NetworkConnectionAction {
417
- /**
418
- * <p>Indicates whether EC2 blocked the network connection to your instance.</p>
419
- */
420
- Blocked?: boolean;
421
- /**
422
- * <p>The network connection direction.</p>
423
- */
424
- ConnectionDirection?: string;
425
- /**
426
- * <p>The local port information of the connection.</p>
427
- */
428
- LocalPortDetails?: LocalPortDetails;
429
- /**
430
- * <p>The network connection protocol.</p>
431
- */
432
- Protocol?: string;
433
- /**
434
- * <p>The local IP information of the connection.</p>
435
- */
436
- LocalIpDetails?: LocalIpDetails;
437
- /**
438
- * <p>The remote IP information of the connection.</p>
439
- */
440
- RemoteIpDetails?: RemoteIpDetails;
441
- /**
442
- * <p>The remote port information of the connection.</p>
443
- */
444
- RemotePortDetails?: RemotePortDetails;
445
- }
446
- export declare namespace NetworkConnectionAction {
447
- /**
448
- * @internal
449
- */
450
- const filterSensitiveLog: (obj: NetworkConnectionAction) => any;
451
- }
452
- /**
453
- * <p>Contains information about the port probe details.</p>
454
- */
455
- export interface PortProbeDetail {
456
- /**
457
- * <p>The local port information of the connection.</p>
458
- */
459
- LocalPortDetails?: LocalPortDetails;
460
- /**
461
- * <p>The local IP information of the connection.</p>
462
- */
463
- LocalIpDetails?: LocalIpDetails;
464
- /**
465
- * <p>The remote IP information of the connection.</p>
466
- */
467
- RemoteIpDetails?: RemoteIpDetails;
468
- }
469
- export declare namespace PortProbeDetail {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: PortProbeDetail) => any;
474
- }
475
- /**
476
- * <p>Contains information about the PORT_PROBE action described in the finding.</p>
477
- */
478
- export interface PortProbeAction {
479
- /**
480
- * <p>Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.</p>
481
- */
482
- Blocked?: boolean;
483
- /**
484
- * <p>A list of objects related to port probe details.</p>
485
- */
486
- PortProbeDetails?: PortProbeDetail[];
487
- }
488
- export declare namespace PortProbeAction {
489
- /**
490
- * @internal
491
- */
492
- const filterSensitiveLog: (obj: PortProbeAction) => any;
493
- }
494
- /**
495
- * <p>Contains information about actions.</p>
496
- */
497
- export interface Action {
498
- /**
499
- * <p>The GuardDuty finding activity type.</p>
500
- */
501
- ActionType?: string;
502
- /**
503
- * <p>Information about the AWS_API_CALL action described in this finding.</p>
504
- */
505
- AwsApiCallAction?: AwsApiCallAction;
506
- /**
507
- * <p>Information about the DNS_REQUEST action described in this finding.</p>
508
- */
509
- DnsRequestAction?: DnsRequestAction;
510
- /**
511
- * <p>Information about the NETWORK_CONNECTION action described in this finding.</p>
512
- */
513
- NetworkConnectionAction?: NetworkConnectionAction;
514
- /**
515
- * <p>Information about the PORT_PROBE action described in this finding.</p>
516
- */
517
- PortProbeAction?: PortProbeAction;
518
- }
519
- export declare namespace Action {
520
- /**
521
- * @internal
522
- */
523
- const filterSensitiveLog: (obj: Action) => any;
524
- }
525
- export declare enum AdminStatus {
526
- DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
527
- ENABLED = "ENABLED"
528
- }
529
- /**
530
- * <p>The account within the organization specified as the GuardDuty delegated
531
- * administrator.</p>
532
- */
533
- export interface AdminAccount {
534
- /**
535
- * <p>The AWS account ID for the account.</p>
536
- */
537
- AdminAccountId?: string;
538
- /**
539
- * <p>Indicates whether the account is enabled as the delegated administrator.</p>
540
- */
541
- AdminStatus?: AdminStatus | string;
542
- }
543
- export declare namespace AdminAccount {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: AdminAccount) => any;
548
- }
549
- export interface ArchiveFindingsRequest {
550
- /**
551
- * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
552
- * archive.</p>
553
- */
554
- DetectorId: string | undefined;
555
- /**
556
- * <p>The IDs of the findings that you want to archive.</p>
557
- */
558
- FindingIds: string[] | undefined;
559
- }
560
- export declare namespace ArchiveFindingsRequest {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: ArchiveFindingsRequest) => any;
565
- }
566
- export interface ArchiveFindingsResponse {
567
- }
568
- export declare namespace ArchiveFindingsResponse {
569
- /**
570
- * @internal
571
- */
572
- const filterSensitiveLog: (obj: ArchiveFindingsResponse) => any;
573
- }
574
- /**
575
- * <p>Contains information on the current bucket policies for the S3 bucket.</p>
576
- */
577
- export interface BucketPolicy {
578
- /**
579
- * <p>A value that indicates whether public read access for the bucket is enabled through a
580
- * bucket policy.</p>
581
- */
582
- AllowsPublicReadAccess?: boolean;
583
- /**
584
- * <p>A value that indicates whether public write access for the bucket is enabled through a
585
- * bucket policy.</p>
586
- */
587
- AllowsPublicWriteAccess?: boolean;
588
- }
589
- export declare namespace BucketPolicy {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: BucketPolicy) => any;
594
- }
595
- /**
596
- * <p>Contains information about the bucket level permissions for the S3 bucket.</p>
597
- */
598
- export interface BucketLevelPermissions {
599
- /**
600
- * <p>Contains information on how Access Control Policies are applied to the bucket.</p>
601
- */
602
- AccessControlList?: AccessControlList;
603
- /**
604
- * <p>Contains information on the bucket policies for the S3 bucket.</p>
605
- */
606
- BucketPolicy?: BucketPolicy;
607
- /**
608
- * <p>Contains information on which account level S3 Block Public Access settings are applied to
609
- * the S3 bucket.</p>
610
- */
611
- BlockPublicAccess?: BlockPublicAccess;
612
- }
613
- export declare namespace BucketLevelPermissions {
614
- /**
615
- * @internal
616
- */
617
- const filterSensitiveLog: (obj: BucketLevelPermissions) => any;
618
- }
619
- export declare enum DataSourceStatus {
620
- DISABLED = "DISABLED",
621
- ENABLED = "ENABLED"
622
- }
623
- /**
624
- * <p>Contains information on the status of CloudTrail as a data source for the detector.</p>
625
- */
626
- export interface CloudTrailConfigurationResult {
627
- /**
628
- * <p>Describes whether CloudTrail is enabled as a data source for the detector.</p>
629
- */
630
- Status: DataSourceStatus | string | undefined;
631
- }
632
- export declare namespace CloudTrailConfigurationResult {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: CloudTrailConfigurationResult) => any;
637
- }
638
- /**
639
- * <p>Contains information about the condition.</p>
640
- */
641
- export interface Condition {
642
- /**
643
- * @deprecated
644
- *
645
- * <p>Represents the <i>equal</i> condition to be applied to a single field when
646
- * querying for findings.</p>
647
- */
648
- Eq?: string[];
649
- /**
650
- * @deprecated
651
- *
652
- * <p>Represents the <i>not equal</i> condition to be applied to a single field
653
- * when querying for findings.</p>
654
- */
655
- Neq?: string[];
656
- /**
657
- * @deprecated
658
- *
659
- * <p>Represents a <i>greater than</i> condition to be applied to a single field
660
- * when querying for findings.</p>
661
- */
662
- Gt?: number;
663
- /**
664
- * @deprecated
665
- *
666
- * <p>Represents a <i>greater than or equal</i> condition to be applied to a
667
- * single field when querying for findings.</p>
668
- */
669
- Gte?: number;
670
- /**
671
- * @deprecated
672
- *
673
- * <p>Represents a <i>less than</i> condition to be applied to a single field when
674
- * querying for findings.</p>
675
- */
676
- Lt?: number;
677
- /**
678
- * @deprecated
679
- *
680
- * <p>Represents a <i>less than or equal</i> condition to be applied to a single
681
- * field when querying for findings.</p>
682
- */
683
- Lte?: number;
684
- /**
685
- * <p>Represents an <i>equal</i>
686
- * <b></b> condition to be applied to
687
- * a single field when querying for findings.</p>
688
- */
689
- Equals?: string[];
690
- /**
691
- * <p>Represents a <i>not equal</i>
692
- * <b></b> condition to be applied
693
- * to a single field when querying for findings.</p>
694
- */
695
- NotEquals?: string[];
696
- /**
697
- * <p>Represents a <i>greater than</i> condition to be applied to a single field
698
- * when querying for findings.</p>
699
- */
700
- GreaterThan?: number;
701
- /**
702
- * <p>Represents a <i>greater than or equal</i> condition to be applied to a
703
- * single field when querying for findings.</p>
704
- */
705
- GreaterThanOrEqual?: number;
706
- /**
707
- * <p>Represents a <i>less than</i> condition to be applied to a single field when
708
- * querying for findings.</p>
709
- */
710
- LessThan?: number;
711
- /**
712
- * <p>Represents a <i>less than or equal</i> condition to be applied to a single
713
- * field when querying for findings.</p>
714
- */
715
- LessThanOrEqual?: number;
716
- }
717
- export declare namespace Condition {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: Condition) => any;
722
- }
723
- /**
724
- * <p>Describes whether S3 data event logs will be enabled as a data source.</p>
725
- */
726
- export interface S3LogsConfiguration {
727
- /**
728
- * <p> The status of S3 data event logs as a data source.</p>
729
- */
730
- Enable: boolean | undefined;
731
- }
732
- export declare namespace S3LogsConfiguration {
733
- /**
734
- * @internal
735
- */
736
- const filterSensitiveLog: (obj: S3LogsConfiguration) => any;
737
- }
738
- /**
739
- * <p>Contains information about which data sources are enabled.</p>
740
- */
741
- export interface DataSourceConfigurations {
742
- /**
743
- * <p>Describes whether S3 data event logs are enabled as a data source.</p>
744
- */
745
- S3Logs?: S3LogsConfiguration;
746
- }
747
- export declare namespace DataSourceConfigurations {
748
- /**
749
- * @internal
750
- */
751
- const filterSensitiveLog: (obj: DataSourceConfigurations) => any;
752
- }
753
- export declare enum FindingPublishingFrequency {
754
- FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
755
- ONE_HOUR = "ONE_HOUR",
756
- SIX_HOURS = "SIX_HOURS"
757
- }
758
- export interface CreateDetectorRequest {
759
- /**
760
- * <p>A Boolean value that specifies whether the detector is to be enabled.</p>
761
- */
762
- Enable: boolean | undefined;
763
- /**
764
- * <p>The idempotency token for the create request.</p>
765
- */
766
- ClientToken?: string;
767
- /**
768
- * <p>A value that specifies how frequently updated findings are exported.</p>
769
- */
770
- FindingPublishingFrequency?: FindingPublishingFrequency | string;
771
- /**
772
- * <p>Describes which data sources will be enabled for the detector.</p>
773
- */
774
- DataSources?: DataSourceConfigurations;
775
- /**
776
- * <p>The tags to be added to a new detector resource.</p>
777
- */
778
- Tags?: {
779
- [key: string]: string;
780
- };
781
- }
782
- export declare namespace CreateDetectorRequest {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: CreateDetectorRequest) => any;
787
- }
788
- export interface CreateDetectorResponse {
789
- /**
790
- * <p>The unique ID of the created detector.</p>
791
- */
792
- DetectorId?: string;
793
- }
794
- export declare namespace CreateDetectorResponse {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: CreateDetectorResponse) => any;
799
- }
800
- export declare enum FilterAction {
801
- ARCHIVE = "ARCHIVE",
802
- NOOP = "NOOP"
803
- }
804
- /**
805
- * <p>Contains information about the criteria used for querying findings.</p>
806
- */
807
- export interface FindingCriteria {
808
- /**
809
- * <p>Represents a map of finding properties that match specified conditions and values when
810
- * querying findings.</p>
811
- */
812
- Criterion?: {
813
- [key: string]: Condition;
814
- };
815
- }
816
- export declare namespace FindingCriteria {
817
- /**
818
- * @internal
819
- */
820
- const filterSensitiveLog: (obj: FindingCriteria) => any;
821
- }
822
- export interface CreateFilterRequest {
823
- /**
824
- * <p>The ID of the detector belonging to the GuardDuty account that you want to create a filter
825
- * for.</p>
826
- */
827
- DetectorId: string | undefined;
828
- /**
829
- * <p>The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.</p>
830
- */
831
- Name: string | undefined;
832
- /**
833
- * <p>The description of the filter.</p>
834
- */
835
- Description?: string;
836
- /**
837
- * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
838
- */
839
- Action?: FilterAction | string;
840
- /**
841
- * <p>Specifies the position of the filter in the list of current filters. Also specifies the
842
- * order in which this filter is applied to the findings.</p>
843
- */
844
- Rank?: number;
845
- /**
846
- * <p>Represents the criteria to be used in the filter for querying findings.</p>
847
- * <p>You can only use the following attributes to query findings:</p>
848
- * <ul>
849
- * <li>
850
- * <p>accountId</p>
851
- * </li>
852
- * <li>
853
- * <p>region</p>
854
- * </li>
855
- * <li>
856
- * <p>confidence</p>
857
- * </li>
858
- * <li>
859
- * <p>id</p>
860
- * </li>
861
- * <li>
862
- * <p>resource.accessKeyDetails.accessKeyId</p>
863
- * </li>
864
- * <li>
865
- * <p>resource.accessKeyDetails.principalId</p>
866
- * </li>
867
- * <li>
868
- * <p>resource.accessKeyDetails.userName</p>
869
- * </li>
870
- * <li>
871
- * <p>resource.accessKeyDetails.userType</p>
872
- * </li>
873
- * <li>
874
- * <p>resource.instanceDetails.iamInstanceProfile.id</p>
875
- * </li>
876
- * <li>
877
- * <p>resource.instanceDetails.imageId</p>
878
- * </li>
879
- * <li>
880
- * <p>resource.instanceDetails.instanceId</p>
881
- * </li>
882
- * <li>
883
- * <p>resource.instanceDetails.outpostArn</p>
884
- * </li>
885
- * <li>
886
- * <p>resource.instanceDetails.networkInterfaces.ipv6Addresses</p>
887
- * </li>
888
- * <li>
889
- * <p>resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress</p>
890
- * </li>
891
- * <li>
892
- * <p>resource.instanceDetails.networkInterfaces.publicDnsName</p>
893
- * </li>
894
- * <li>
895
- * <p>resource.instanceDetails.networkInterfaces.publicIp</p>
896
- * </li>
897
- * <li>
898
- * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupId</p>
899
- * </li>
900
- * <li>
901
- * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupName</p>
902
- * </li>
903
- * <li>
904
- * <p>resource.instanceDetails.networkInterfaces.subnetId</p>
905
- * </li>
906
- * <li>
907
- * <p>resource.instanceDetails.networkInterfaces.vpcId</p>
908
- * </li>
909
- * <li>
910
- * <p>resource.instanceDetails.tags.key</p>
911
- * </li>
912
- * <li>
913
- * <p>resource.instanceDetails.tags.value</p>
914
- * </li>
915
- * <li>
916
- * <p>resource.resourceType</p>
917
- * </li>
918
- * <li>
919
- * <p>service.action.actionType</p>
920
- * </li>
921
- * <li>
922
- * <p>service.action.awsApiCallAction.api</p>
923
- * </li>
924
- * <li>
925
- * <p>service.action.awsApiCallAction.callerType</p>
926
- * </li>
927
- * <li>
928
- * <p>service.action.awsApiCallAction.errorCode</p>
929
- * </li>
930
- * <li>
931
- * <p>service.action.awsApiCallAction.remoteIpDetails.city.cityName</p>
932
- * </li>
933
- * <li>
934
- * <p>service.action.awsApiCallAction.remoteIpDetails.country.countryName</p>
935
- * </li>
936
- * <li>
937
- * <p>service.action.awsApiCallAction.remoteIpDetails.ipAddressV4</p>
938
- * </li>
939
- * <li>
940
- * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asn</p>
941
- * </li>
942
- * <li>
943
- * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg</p>
944
- * </li>
945
- * <li>
946
- * <p>service.action.awsApiCallAction.serviceName</p>
947
- * </li>
948
- * <li>
949
- * <p>service.action.dnsRequestAction.domain</p>
950
- * </li>
951
- * <li>
952
- * <p>service.action.networkConnectionAction.blocked</p>
953
- * </li>
954
- * <li>
955
- * <p>service.action.networkConnectionAction.connectionDirection</p>
956
- * </li>
957
- * <li>
958
- * <p>service.action.networkConnectionAction.localPortDetails.port</p>
959
- * </li>
960
- * <li>
961
- * <p>service.action.networkConnectionAction.protocol</p>
962
- * </li>
963
- * <li>
964
- * <p>service.action.networkConnectionAction.localIpDetails.ipAddressV4</p>
965
- * </li>
966
- * <li>
967
- * <p>service.action.networkConnectionAction.remoteIpDetails.city.cityName</p>
968
- * </li>
969
- * <li>
970
- * <p>service.action.networkConnectionAction.remoteIpDetails.country.countryName</p>
971
- * </li>
972
- * <li>
973
- * <p>service.action.networkConnectionAction.remoteIpDetails.ipAddressV4</p>
974
- * </li>
975
- * <li>
976
- * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asn</p>
977
- * </li>
978
- * <li>
979
- * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg</p>
980
- * </li>
981
- * <li>
982
- * <p>service.action.networkConnectionAction.remotePortDetails.port</p>
983
- * </li>
984
- * <li>
985
- * <p>service.additionalInfo.threatListName</p>
986
- * </li>
987
- * <li>
988
- * <p>service.archived</p>
989
- * <p>When this attribute is set to TRUE, only archived findings are listed. When it's set
990
- * to FALSE, only unarchived findings are listed. When this attribute is not set, all
991
- * existing findings are listed.</p>
992
- * </li>
993
- * <li>
994
- * <p>service.resourceRole</p>
995
- * </li>
996
- * <li>
997
- * <p>severity</p>
998
- * </li>
999
- * <li>
1000
- * <p>type</p>
1001
- * </li>
1002
- * <li>
1003
- * <p>updatedAt</p>
1004
- * <p>Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ
1005
- * depending on whether the value contains milliseconds.</p>
1006
- * </li>
1007
- * </ul>
1008
- */
1009
- FindingCriteria: FindingCriteria | undefined;
1010
- /**
1011
- * <p>The idempotency token for the create request.</p>
1012
- */
1013
- ClientToken?: string;
1014
- /**
1015
- * <p>The tags to be added to a new filter resource.</p>
1016
- */
1017
- Tags?: {
1018
- [key: string]: string;
1019
- };
1020
- }
1021
- export declare namespace CreateFilterRequest {
1022
- /**
1023
- * @internal
1024
- */
1025
- const filterSensitiveLog: (obj: CreateFilterRequest) => any;
1026
- }
1027
- export interface CreateFilterResponse {
1028
- /**
1029
- * <p>The name of the successfully created filter.</p>
1030
- */
1031
- Name: string | undefined;
1032
- }
1033
- export declare namespace CreateFilterResponse {
1034
- /**
1035
- * @internal
1036
- */
1037
- const filterSensitiveLog: (obj: CreateFilterResponse) => any;
1038
- }
1039
- export declare enum IpSetFormat {
1040
- ALIEN_VAULT = "ALIEN_VAULT",
1041
- FIRE_EYE = "FIRE_EYE",
1042
- OTX_CSV = "OTX_CSV",
1043
- PROOF_POINT = "PROOF_POINT",
1044
- STIX = "STIX",
1045
- TXT = "TXT"
1046
- }
1047
- export interface CreateIPSetRequest {
1048
- /**
1049
- * <p>The unique ID of the detector of the GuardDuty account that you want to create an IPSet
1050
- * for.</p>
1051
- */
1052
- DetectorId: string | undefined;
1053
- /**
1054
- * <p>The user-friendly name to identify the IPSet.</p>
1055
- * <p> Allowed characters are alphanumerics, spaces, hyphens (-), and underscores (_).</p>
1056
- */
1057
- Name: string | undefined;
1058
- /**
1059
- * <p>The format of the file that contains the IPSet.</p>
1060
- */
1061
- Format: IpSetFormat | string | undefined;
1062
- /**
1063
- * <p>The URI of the file that contains the IPSet. For example:
1064
- * https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.</p>
1065
- */
1066
- Location: string | undefined;
1067
- /**
1068
- * <p>A Boolean value that indicates whether GuardDuty is to start using the uploaded
1069
- * IPSet.</p>
1070
- */
1071
- Activate: boolean | undefined;
1072
- /**
1073
- * <p>The idempotency token for the create request.</p>
1074
- */
1075
- ClientToken?: string;
1076
- /**
1077
- * <p>The tags to be added to a new IP set resource.</p>
1078
- */
1079
- Tags?: {
1080
- [key: string]: string;
1081
- };
1082
- }
1083
- export declare namespace CreateIPSetRequest {
1084
- /**
1085
- * @internal
1086
- */
1087
- const filterSensitiveLog: (obj: CreateIPSetRequest) => any;
1088
- }
1089
- export interface CreateIPSetResponse {
1090
- /**
1091
- * <p>The ID of the IPSet resource.</p>
1092
- */
1093
- IpSetId: string | undefined;
1094
- }
1095
- export declare namespace CreateIPSetResponse {
1096
- /**
1097
- * @internal
1098
- */
1099
- const filterSensitiveLog: (obj: CreateIPSetResponse) => any;
1100
- }
1101
- export interface CreateMembersRequest {
1102
- /**
1103
- * <p>The unique ID of the detector of the GuardDuty account that you want to associate member
1104
- * accounts with.</p>
1105
- */
1106
- DetectorId: string | undefined;
1107
- /**
1108
- * <p>A list of account ID and email address pairs of the accounts that you want to associate
1109
- * with the GuardDuty administrator account.</p>
1110
- */
1111
- AccountDetails: AccountDetail[] | undefined;
1112
- }
1113
- export declare namespace CreateMembersRequest {
1114
- /**
1115
- * @internal
1116
- */
1117
- const filterSensitiveLog: (obj: CreateMembersRequest) => any;
1118
- }
1119
- /**
1120
- * <p>Contains information about the accounts that weren't processed.</p>
1121
- */
1122
- export interface UnprocessedAccount {
1123
- /**
1124
- * <p>The AWS account ID.</p>
1125
- */
1126
- AccountId: string | undefined;
1127
- /**
1128
- * <p>A reason why the account hasn't been processed.</p>
1129
- */
1130
- Result: string | undefined;
1131
- }
1132
- export declare namespace UnprocessedAccount {
1133
- /**
1134
- * @internal
1135
- */
1136
- const filterSensitiveLog: (obj: UnprocessedAccount) => any;
1137
- }
1138
- export interface CreateMembersResponse {
1139
- /**
1140
- * <p>A list of objects that include the <code>accountIds</code> of the unprocessed accounts and
1141
- * a result string that explains why each was unprocessed.</p>
1142
- */
1143
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
1144
- }
1145
- export declare namespace CreateMembersResponse {
1146
- /**
1147
- * @internal
1148
- */
1149
- const filterSensitiveLog: (obj: CreateMembersResponse) => any;
1150
- }
1151
- /**
1152
- * <p>Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3
1153
- * bucket, and the ARN of the KMS key to use to encrypt published findings.</p>
1154
- */
1155
- export interface DestinationProperties {
1156
- /**
1157
- * <p>The ARN of the resource to publish to.</p>
1158
- */
1159
- DestinationArn?: string;
1160
- /**
1161
- * <p>The ARN of the KMS key to use for encryption.</p>
1162
- */
1163
- KmsKeyArn?: string;
1164
- }
1165
- export declare namespace DestinationProperties {
1166
- /**
1167
- * @internal
1168
- */
1169
- const filterSensitiveLog: (obj: DestinationProperties) => any;
1170
- }
1171
- export declare enum DestinationType {
1172
- S3 = "S3"
1173
- }
1174
- export interface CreatePublishingDestinationRequest {
1175
- /**
1176
- * <p>The ID of the GuardDuty detector associated with the publishing destination.</p>
1177
- */
1178
- DetectorId: string | undefined;
1179
- /**
1180
- * <p>The type of resource for the publishing destination. Currently only Amazon S3 buckets are
1181
- * supported.</p>
1182
- */
1183
- DestinationType: DestinationType | string | undefined;
1184
- /**
1185
- * <p>The properties of the publishing destination, including the ARNs for the destination and
1186
- * the KMS key used for encryption.</p>
1187
- */
1188
- DestinationProperties: DestinationProperties | undefined;
1189
- /**
1190
- * <p>The idempotency token for the request.</p>
1191
- */
1192
- ClientToken?: string;
1193
- }
1194
- export declare namespace CreatePublishingDestinationRequest {
1195
- /**
1196
- * @internal
1197
- */
1198
- const filterSensitiveLog: (obj: CreatePublishingDestinationRequest) => any;
1199
- }
1200
- export interface CreatePublishingDestinationResponse {
1201
- /**
1202
- * <p>The ID of the publishing destination that is created.</p>
1203
- */
1204
- DestinationId: string | undefined;
1205
- }
1206
- export declare namespace CreatePublishingDestinationResponse {
1207
- /**
1208
- * @internal
1209
- */
1210
- const filterSensitiveLog: (obj: CreatePublishingDestinationResponse) => any;
1211
- }
1212
- export interface CreateSampleFindingsRequest {
1213
- /**
1214
- * <p>The ID of the detector to create sample findings for.</p>
1215
- */
1216
- DetectorId: string | undefined;
1217
- /**
1218
- * <p>The types of sample findings to generate.</p>
1219
- */
1220
- FindingTypes?: string[];
1221
- }
1222
- export declare namespace CreateSampleFindingsRequest {
1223
- /**
1224
- * @internal
1225
- */
1226
- const filterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
1227
- }
1228
- export interface CreateSampleFindingsResponse {
1229
- }
1230
- export declare namespace CreateSampleFindingsResponse {
1231
- /**
1232
- * @internal
1233
- */
1234
- const filterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
1235
- }
1236
- export declare enum ThreatIntelSetFormat {
1237
- ALIEN_VAULT = "ALIEN_VAULT",
1238
- FIRE_EYE = "FIRE_EYE",
1239
- OTX_CSV = "OTX_CSV",
1240
- PROOF_POINT = "PROOF_POINT",
1241
- STIX = "STIX",
1242
- TXT = "TXT"
1243
- }
1244
- export interface CreateThreatIntelSetRequest {
1245
- /**
1246
- * <p>The unique ID of the detector of the GuardDuty account that you want to create a
1247
- * threatIntelSet for.</p>
1248
- */
1249
- DetectorId: string | undefined;
1250
- /**
1251
- * <p>A user-friendly ThreatIntelSet name displayed in all findings that are generated by
1252
- * activity that involves IP addresses included in this ThreatIntelSet.</p>
1253
- */
1254
- Name: string | undefined;
1255
- /**
1256
- * <p>The format of the file that contains the ThreatIntelSet.</p>
1257
- */
1258
- Format: ThreatIntelSetFormat | string | undefined;
1259
- /**
1260
- * <p>The URI of the file that contains the ThreatIntelSet. For example:
1261
- * https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.</p>
1262
- */
1263
- Location: string | undefined;
1264
- /**
1265
- * <p>A Boolean value that indicates whether GuardDuty is to start using the uploaded
1266
- * ThreatIntelSet.</p>
1267
- */
1268
- Activate: boolean | undefined;
1269
- /**
1270
- * <p>The idempotency token for the create request.</p>
1271
- */
1272
- ClientToken?: string;
1273
- /**
1274
- * <p>The tags to be added to a new threat list resource.</p>
1275
- */
1276
- Tags?: {
1277
- [key: string]: string;
1278
- };
1279
- }
1280
- export declare namespace CreateThreatIntelSetRequest {
1281
- /**
1282
- * @internal
1283
- */
1284
- const filterSensitiveLog: (obj: CreateThreatIntelSetRequest) => any;
1285
- }
1286
- export interface CreateThreatIntelSetResponse {
1287
- /**
1288
- * <p>The ID of the ThreatIntelSet resource.</p>
1289
- */
1290
- ThreatIntelSetId: string | undefined;
1291
- }
1292
- export declare namespace CreateThreatIntelSetResponse {
1293
- /**
1294
- * @internal
1295
- */
1296
- const filterSensitiveLog: (obj: CreateThreatIntelSetResponse) => any;
1297
- }
1298
- export declare enum DataSource {
1299
- CLOUD_TRAIL = "CLOUD_TRAIL",
1300
- DNS_LOGS = "DNS_LOGS",
1301
- FLOW_LOGS = "FLOW_LOGS",
1302
- S3_LOGS = "S3_LOGS"
1303
- }
1304
- /**
1305
- * <p>Contains information on the status of DNS logs as a data source.</p>
1306
- */
1307
- export interface DNSLogsConfigurationResult {
1308
- /**
1309
- * <p>Denotes whether DNS logs is enabled as a data source.</p>
1310
- */
1311
- Status: DataSourceStatus | string | undefined;
1312
- }
1313
- export declare namespace DNSLogsConfigurationResult {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: DNSLogsConfigurationResult) => any;
1318
- }
1319
- /**
1320
- * <p>Contains information on the status of VPC flow logs as a data source.</p>
1321
- */
1322
- export interface FlowLogsConfigurationResult {
1323
- /**
1324
- * <p>Denotes whether VPC flow logs is enabled as a data source.</p>
1325
- */
1326
- Status: DataSourceStatus | string | undefined;
1327
- }
1328
- export declare namespace FlowLogsConfigurationResult {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: FlowLogsConfigurationResult) => any;
1333
- }
1334
- /**
1335
- * <p>Describes whether S3 data event logs will be enabled as a data source.</p>
1336
- */
1337
- export interface S3LogsConfigurationResult {
1338
- /**
1339
- * <p>A value that describes whether S3 data event logs are automatically enabled for new
1340
- * members of the organization.</p>
1341
- */
1342
- Status: DataSourceStatus | string | undefined;
1343
- }
1344
- export declare namespace S3LogsConfigurationResult {
1345
- /**
1346
- * @internal
1347
- */
1348
- const filterSensitiveLog: (obj: S3LogsConfigurationResult) => any;
1349
- }
1350
- /**
1351
- * <p>Contains information on the status of data sources for the detector.</p>
1352
- */
1353
- export interface DataSourceConfigurationsResult {
1354
- /**
1355
- * <p>An object that contains information on the status of CloudTrail as a data source.</p>
1356
- */
1357
- CloudTrail: CloudTrailConfigurationResult | undefined;
1358
- /**
1359
- * <p>An object that contains information on the status of DNS logs as a data source.</p>
1360
- */
1361
- DNSLogs: DNSLogsConfigurationResult | undefined;
1362
- /**
1363
- * <p>An object that contains information on the status of VPC flow logs as a data
1364
- * source.</p>
1365
- */
1366
- FlowLogs: FlowLogsConfigurationResult | undefined;
1367
- /**
1368
- * <p>An object that contains information on the status of S3 Data event logs as a data
1369
- * source.</p>
1370
- */
1371
- S3Logs: S3LogsConfigurationResult | undefined;
1372
- }
1373
- export declare namespace DataSourceConfigurationsResult {
1374
- /**
1375
- * @internal
1376
- */
1377
- const filterSensitiveLog: (obj: DataSourceConfigurationsResult) => any;
1378
- }
1379
- export interface DeclineInvitationsRequest {
1380
- /**
1381
- * <p>A list of account IDs of the AWS accounts that sent invitations to the current member
1382
- * account that you want to decline invitations from.</p>
1383
- */
1384
- AccountIds: string[] | undefined;
1385
- }
1386
- export declare namespace DeclineInvitationsRequest {
1387
- /**
1388
- * @internal
1389
- */
1390
- const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
1391
- }
1392
- export interface DeclineInvitationsResponse {
1393
- /**
1394
- * <p>A list of objects that contain the unprocessed account and a result string that explains
1395
- * why it was unprocessed.</p>
1396
- */
1397
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
1398
- }
1399
- export declare namespace DeclineInvitationsResponse {
1400
- /**
1401
- * @internal
1402
- */
1403
- const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
1404
- }
1405
- /**
1406
- * <p>Contains information on the server side encryption method used in the S3 bucket. See
1407
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">S3
1408
- * Server-Side Encryption</a> for more information.</p>
1409
- */
1410
- export interface DefaultServerSideEncryption {
1411
- /**
1412
- * <p>The type of encryption used for objects within the S3 bucket.</p>
1413
- */
1414
- EncryptionType?: string;
1415
- /**
1416
- * <p>The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket
1417
- * <code>EncryptionType</code> is <code>aws:kms</code>.</p>
1418
- */
1419
- KmsMasterKeyArn?: string;
1420
- }
1421
- export declare namespace DefaultServerSideEncryption {
1422
- /**
1423
- * @internal
1424
- */
1425
- const filterSensitiveLog: (obj: DefaultServerSideEncryption) => any;
1426
- }
1427
- export interface DeleteDetectorRequest {
1428
- /**
1429
- * <p>The unique ID of the detector that you want to delete.</p>
1430
- */
1431
- DetectorId: string | undefined;
1432
- }
1433
- export declare namespace DeleteDetectorRequest {
1434
- /**
1435
- * @internal
1436
- */
1437
- const filterSensitiveLog: (obj: DeleteDetectorRequest) => any;
1438
- }
1439
- export interface DeleteDetectorResponse {
1440
- }
1441
- export declare namespace DeleteDetectorResponse {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: DeleteDetectorResponse) => any;
1446
- }
1447
- export interface DeleteFilterRequest {
1448
- /**
1449
- * <p>The unique ID of the detector that the filter is associated with.</p>
1450
- */
1451
- DetectorId: string | undefined;
1452
- /**
1453
- * <p>The name of the filter that you want to delete.</p>
1454
- */
1455
- FilterName: string | undefined;
1456
- }
1457
- export declare namespace DeleteFilterRequest {
1458
- /**
1459
- * @internal
1460
- */
1461
- const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
1462
- }
1463
- export interface DeleteFilterResponse {
1464
- }
1465
- export declare namespace DeleteFilterResponse {
1466
- /**
1467
- * @internal
1468
- */
1469
- const filterSensitiveLog: (obj: DeleteFilterResponse) => any;
1470
- }
1471
- export interface DeleteInvitationsRequest {
1472
- /**
1473
- * <p>A list of account IDs of the AWS accounts that sent invitations to the current member
1474
- * account that you want to delete invitations from.</p>
1475
- */
1476
- AccountIds: string[] | undefined;
1477
- }
1478
- export declare namespace DeleteInvitationsRequest {
1479
- /**
1480
- * @internal
1481
- */
1482
- const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
1483
- }
1484
- export interface DeleteInvitationsResponse {
1485
- /**
1486
- * <p>A list of objects that contain the unprocessed account and a result string that explains
1487
- * why it was unprocessed.</p>
1488
- */
1489
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
1490
- }
1491
- export declare namespace DeleteInvitationsResponse {
1492
- /**
1493
- * @internal
1494
- */
1495
- const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
1496
- }
1497
- export interface DeleteIPSetRequest {
1498
- /**
1499
- * <p>The unique ID of the detector associated with the IPSet.</p>
1500
- */
1501
- DetectorId: string | undefined;
1502
- /**
1503
- * <p>The unique ID of the IPSet to delete.</p>
1504
- */
1505
- IpSetId: string | undefined;
1506
- }
1507
- export declare namespace DeleteIPSetRequest {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: DeleteIPSetRequest) => any;
1512
- }
1513
- export interface DeleteIPSetResponse {
1514
- }
1515
- export declare namespace DeleteIPSetResponse {
1516
- /**
1517
- * @internal
1518
- */
1519
- const filterSensitiveLog: (obj: DeleteIPSetResponse) => any;
1520
- }
1521
- export interface DeleteMembersRequest {
1522
- /**
1523
- * <p>The unique ID of the detector of the GuardDuty account whose members you want to
1524
- * delete.</p>
1525
- */
1526
- DetectorId: string | undefined;
1527
- /**
1528
- * <p>A list of account IDs of the GuardDuty member accounts that you want to delete.</p>
1529
- */
1530
- AccountIds: string[] | undefined;
1531
- }
1532
- export declare namespace DeleteMembersRequest {
1533
- /**
1534
- * @internal
1535
- */
1536
- const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
1537
- }
1538
- export interface DeleteMembersResponse {
1539
- /**
1540
- * <p>The accounts that could not be processed.</p>
1541
- */
1542
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
1543
- }
1544
- export declare namespace DeleteMembersResponse {
1545
- /**
1546
- * @internal
1547
- */
1548
- const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
1549
- }
1550
- export interface DeletePublishingDestinationRequest {
1551
- /**
1552
- * <p>The unique ID of the detector associated with the publishing destination to delete.</p>
1553
- */
1554
- DetectorId: string | undefined;
1555
- /**
1556
- * <p>The ID of the publishing destination to delete.</p>
1557
- */
1558
- DestinationId: string | undefined;
1559
- }
1560
- export declare namespace DeletePublishingDestinationRequest {
1561
- /**
1562
- * @internal
1563
- */
1564
- const filterSensitiveLog: (obj: DeletePublishingDestinationRequest) => any;
1565
- }
1566
- export interface DeletePublishingDestinationResponse {
1567
- }
1568
- export declare namespace DeletePublishingDestinationResponse {
1569
- /**
1570
- * @internal
1571
- */
1572
- const filterSensitiveLog: (obj: DeletePublishingDestinationResponse) => any;
1573
- }
1574
- export interface DeleteThreatIntelSetRequest {
1575
- /**
1576
- * <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
1577
- */
1578
- DetectorId: string | undefined;
1579
- /**
1580
- * <p>The unique ID of the threatIntelSet that you want to delete.</p>
1581
- */
1582
- ThreatIntelSetId: string | undefined;
1583
- }
1584
- export declare namespace DeleteThreatIntelSetRequest {
1585
- /**
1586
- * @internal
1587
- */
1588
- const filterSensitiveLog: (obj: DeleteThreatIntelSetRequest) => any;
1589
- }
1590
- export interface DeleteThreatIntelSetResponse {
1591
- }
1592
- export declare namespace DeleteThreatIntelSetResponse {
1593
- /**
1594
- * @internal
1595
- */
1596
- const filterSensitiveLog: (obj: DeleteThreatIntelSetResponse) => any;
1597
- }
1598
- export interface DescribeOrganizationConfigurationRequest {
1599
- /**
1600
- * <p>The ID of the detector to retrieve information about the delegated administrator
1601
- * from.</p>
1602
- */
1603
- DetectorId: string | undefined;
1604
- }
1605
- export declare namespace DescribeOrganizationConfigurationRequest {
1606
- /**
1607
- * @internal
1608
- */
1609
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
1610
- }
1611
- /**
1612
- * <p>The current configuration of S3 data event logs as a data source for the
1613
- * organization.</p>
1614
- */
1615
- export interface OrganizationS3LogsConfigurationResult {
1616
- /**
1617
- * <p>A value that describes whether S3 data event logs are automatically enabled for new
1618
- * members of the organization.</p>
1619
- */
1620
- AutoEnable: boolean | undefined;
1621
- }
1622
- export declare namespace OrganizationS3LogsConfigurationResult {
1623
- /**
1624
- * @internal
1625
- */
1626
- const filterSensitiveLog: (obj: OrganizationS3LogsConfigurationResult) => any;
1627
- }
1628
- /**
1629
- * <p>An object that contains information on which data sources are automatically enabled for
1630
- * new members within the organization.</p>
1631
- */
1632
- export interface OrganizationDataSourceConfigurationsResult {
1633
- /**
1634
- * <p>Describes whether S3 data event logs are enabled as a data source.</p>
1635
- */
1636
- S3Logs: OrganizationS3LogsConfigurationResult | undefined;
1637
- }
1638
- export declare namespace OrganizationDataSourceConfigurationsResult {
1639
- /**
1640
- * @internal
1641
- */
1642
- const filterSensitiveLog: (obj: OrganizationDataSourceConfigurationsResult) => any;
1643
- }
1644
- export interface DescribeOrganizationConfigurationResponse {
1645
- /**
1646
- * <p>Indicates whether GuardDuty is automatically enabled for accounts added to the
1647
- * organization.</p>
1648
- */
1649
- AutoEnable: boolean | undefined;
1650
- /**
1651
- * <p>Indicates whether the maximum number of allowed member accounts are already associated
1652
- * with the delegated administrator account for your organization.</p>
1653
- */
1654
- MemberAccountLimitReached: boolean | undefined;
1655
- /**
1656
- * <p>Describes which data sources are enabled automatically for member
1657
- * accounts.</p>
1658
- */
1659
- DataSources?: OrganizationDataSourceConfigurationsResult;
1660
- }
1661
- export declare namespace DescribeOrganizationConfigurationResponse {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
1666
- }
1667
- export interface DescribePublishingDestinationRequest {
1668
- /**
1669
- * <p>The unique ID of the detector associated with the publishing destination to
1670
- * retrieve.</p>
1671
- */
1672
- DetectorId: string | undefined;
1673
- /**
1674
- * <p>The ID of the publishing destination to retrieve.</p>
1675
- */
1676
- DestinationId: string | undefined;
1677
- }
1678
- export declare namespace DescribePublishingDestinationRequest {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: DescribePublishingDestinationRequest) => any;
1683
- }
1684
- export declare enum PublishingStatus {
1685
- PENDING_VERIFICATION = "PENDING_VERIFICATION",
1686
- PUBLISHING = "PUBLISHING",
1687
- STOPPED = "STOPPED",
1688
- UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY = "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"
1689
- }
1690
- export interface DescribePublishingDestinationResponse {
1691
- /**
1692
- * <p>The ID of the publishing destination.</p>
1693
- */
1694
- DestinationId: string | undefined;
1695
- /**
1696
- * <p>The type of publishing destination. Currently, only Amazon S3 buckets are
1697
- * supported.</p>
1698
- */
1699
- DestinationType: DestinationType | string | undefined;
1700
- /**
1701
- * <p>The status of the publishing destination.</p>
1702
- */
1703
- Status: PublishingStatus | string | undefined;
1704
- /**
1705
- * <p>The time, in epoch millisecond format, at which GuardDuty was first unable to publish
1706
- * findings to the destination.</p>
1707
- */
1708
- PublishingFailureStartTimestamp: number | undefined;
1709
- /**
1710
- * <p>A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code>
1711
- * and <code>KmsKeyArn</code> of the publishing destination.</p>
1712
- */
1713
- DestinationProperties: DestinationProperties | undefined;
1714
- }
1715
- export declare namespace DescribePublishingDestinationResponse {
1716
- /**
1717
- * @internal
1718
- */
1719
- const filterSensitiveLog: (obj: DescribePublishingDestinationResponse) => any;
1720
- }
1721
- /**
1722
- * <p>Contains information about the publishing destination, including the ID, type, and
1723
- * status.</p>
1724
- */
1725
- export interface Destination {
1726
- /**
1727
- * <p>The unique ID of the publishing destination.</p>
1728
- */
1729
- DestinationId: string | undefined;
1730
- /**
1731
- * <p>The type of resource used for the publishing destination. Currently, only Amazon S3
1732
- * buckets are supported.</p>
1733
- */
1734
- DestinationType: DestinationType | string | undefined;
1735
- /**
1736
- * <p>The status of the publishing destination.</p>
1737
- */
1738
- Status: PublishingStatus | string | undefined;
1739
- }
1740
- export declare namespace Destination {
1741
- /**
1742
- * @internal
1743
- */
1744
- const filterSensitiveLog: (obj: Destination) => any;
1745
- }
1746
- export declare enum DetectorStatus {
1747
- DISABLED = "DISABLED",
1748
- ENABLED = "ENABLED"
1749
- }
1750
- export interface DisableOrganizationAdminAccountRequest {
1751
- /**
1752
- * <p>The AWS Account ID for the organizations account to be disabled as a GuardDuty delegated
1753
- * administrator.</p>
1754
- */
1755
- AdminAccountId: string | undefined;
1756
- }
1757
- export declare namespace DisableOrganizationAdminAccountRequest {
1758
- /**
1759
- * @internal
1760
- */
1761
- const filterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
1762
- }
1763
- export interface DisableOrganizationAdminAccountResponse {
1764
- }
1765
- export declare namespace DisableOrganizationAdminAccountResponse {
1766
- /**
1767
- * @internal
1768
- */
1769
- const filterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
1770
- }
1771
- export interface DisassociateFromMasterAccountRequest {
1772
- /**
1773
- * <p>The unique ID of the detector of the GuardDuty member account.</p>
1774
- */
1775
- DetectorId: string | undefined;
1776
- }
1777
- export declare namespace DisassociateFromMasterAccountRequest {
1778
- /**
1779
- * @internal
1780
- */
1781
- const filterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
1782
- }
1783
- export interface DisassociateFromMasterAccountResponse {
1784
- }
1785
- export declare namespace DisassociateFromMasterAccountResponse {
1786
- /**
1787
- * @internal
1788
- */
1789
- const filterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
1790
- }
1791
- export interface DisassociateMembersRequest {
1792
- /**
1793
- * <p>The unique ID of the detector of the GuardDuty account whose members you want to
1794
- * disassociate from the administrator account.</p>
1795
- */
1796
- DetectorId: string | undefined;
1797
- /**
1798
- * <p>A list of account IDs of the GuardDuty member accounts that you want to disassociate from
1799
- * the administrator account.</p>
1800
- */
1801
- AccountIds: string[] | undefined;
1802
- }
1803
- export declare namespace DisassociateMembersRequest {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: DisassociateMembersRequest) => any;
1808
- }
1809
- export interface DisassociateMembersResponse {
1810
- /**
1811
- * <p>A list of objects that contain the unprocessed account and a result string that explains
1812
- * why it was unprocessed.</p>
1813
- */
1814
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
1815
- }
1816
- export declare namespace DisassociateMembersResponse {
1817
- /**
1818
- * @internal
1819
- */
1820
- const filterSensitiveLog: (obj: DisassociateMembersResponse) => any;
1821
- }
1822
- export interface EnableOrganizationAdminAccountRequest {
1823
- /**
1824
- * <p>The AWS Account ID for the organization account to be enabled as a GuardDuty delegated
1825
- * administrator.</p>
1826
- */
1827
- AdminAccountId: string | undefined;
1828
- }
1829
- export declare namespace EnableOrganizationAdminAccountRequest {
1830
- /**
1831
- * @internal
1832
- */
1833
- const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
1834
- }
1835
- export interface EnableOrganizationAdminAccountResponse {
1836
- }
1837
- export declare namespace EnableOrganizationAdminAccountResponse {
1838
- /**
1839
- * @internal
1840
- */
1841
- const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
1842
- }
1843
- /**
1844
- * <p>An instance of a threat intelligence detail that constitutes evidence for the
1845
- * finding.</p>
1846
- */
1847
- export interface ThreatIntelligenceDetail {
1848
- /**
1849
- * <p>The name of the threat intelligence list that triggered the finding.</p>
1850
- */
1851
- ThreatListName?: string;
1852
- /**
1853
- * <p>A list of names of the threats in the threat intelligence list that triggered the
1854
- * finding.</p>
1855
- */
1856
- ThreatNames?: string[];
1857
- }
1858
- export declare namespace ThreatIntelligenceDetail {
1859
- /**
1860
- * @internal
1861
- */
1862
- const filterSensitiveLog: (obj: ThreatIntelligenceDetail) => any;
1863
- }
1864
- /**
1865
- * <p>Contains information about the reason that the finding was generated.</p>
1866
- */
1867
- export interface Evidence {
1868
- /**
1869
- * <p>A list of threat intelligence details related to the evidence.</p>
1870
- */
1871
- ThreatIntelligenceDetails?: ThreatIntelligenceDetail[];
1872
- }
1873
- export declare namespace Evidence {
1874
- /**
1875
- * @internal
1876
- */
1877
- const filterSensitiveLog: (obj: Evidence) => any;
1878
- }
1879
- export declare enum Feedback {
1880
- NOT_USEFUL = "NOT_USEFUL",
1881
- USEFUL = "USEFUL"
1882
- }
1883
- /**
1884
- * <p>Contains information about the EC2 instance profile.</p>
1885
- */
1886
- export interface IamInstanceProfile {
1887
- /**
1888
- * <p>The profile ARN of the EC2 instance.</p>
1889
- */
1890
- Arn?: string;
1891
- /**
1892
- * <p>The profile ID of the EC2 instance.</p>
1893
- */
1894
- Id?: string;
1895
- }
1896
- export declare namespace IamInstanceProfile {
1897
- /**
1898
- * @internal
1899
- */
1900
- const filterSensitiveLog: (obj: IamInstanceProfile) => any;
1901
- }
1902
- /**
1903
- * <p>Contains other private IP address information of the EC2 instance.</p>
1904
- */
1905
- export interface PrivateIpAddressDetails {
1906
- /**
1907
- * <p>The private DNS name of the EC2 instance.</p>
1908
- */
1909
- PrivateDnsName?: string;
1910
- /**
1911
- * <p>The private IP address of the EC2 instance.</p>
1912
- */
1913
- PrivateIpAddress?: string;
1914
- }
1915
- export declare namespace PrivateIpAddressDetails {
1916
- /**
1917
- * @internal
1918
- */
1919
- const filterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
1920
- }
1921
- /**
1922
- * <p>Contains information about the security groups associated with the EC2 instance.</p>
1923
- */
1924
- export interface SecurityGroup {
1925
- /**
1926
- * <p>The security group ID of the EC2 instance.</p>
1927
- */
1928
- GroupId?: string;
1929
- /**
1930
- * <p>The security group name of the EC2 instance.</p>
1931
- */
1932
- GroupName?: string;
1933
- }
1934
- export declare namespace SecurityGroup {
1935
- /**
1936
- * @internal
1937
- */
1938
- const filterSensitiveLog: (obj: SecurityGroup) => any;
1939
- }
1940
- /**
1941
- * <p>Contains information about the elastic network interface of the EC2 instance.</p>
1942
- */
1943
- export interface NetworkInterface {
1944
- /**
1945
- * <p>A list of IPv6 addresses for the EC2 instance.</p>
1946
- */
1947
- Ipv6Addresses?: string[];
1948
- /**
1949
- * <p>The ID of the network interface.</p>
1950
- */
1951
- NetworkInterfaceId?: string;
1952
- /**
1953
- * <p>The private DNS name of the EC2 instance.</p>
1954
- */
1955
- PrivateDnsName?: string;
1956
- /**
1957
- * <p>The private IP address of the EC2 instance.</p>
1958
- */
1959
- PrivateIpAddress?: string;
1960
- /**
1961
- * <p>Other private IP address information of the EC2 instance.</p>
1962
- */
1963
- PrivateIpAddresses?: PrivateIpAddressDetails[];
1964
- /**
1965
- * <p>The public DNS name of the EC2 instance.</p>
1966
- */
1967
- PublicDnsName?: string;
1968
- /**
1969
- * <p>The public IP address of the EC2 instance.</p>
1970
- */
1971
- PublicIp?: string;
1972
- /**
1973
- * <p>The security groups associated with the EC2 instance.</p>
1974
- */
1975
- SecurityGroups?: SecurityGroup[];
1976
- /**
1977
- * <p>The subnet ID of the EC2 instance.</p>
1978
- */
1979
- SubnetId?: string;
1980
- /**
1981
- * <p>The VPC ID of the EC2 instance.</p>
1982
- */
1983
- VpcId?: string;
1984
- }
1985
- export declare namespace NetworkInterface {
1986
- /**
1987
- * @internal
1988
- */
1989
- const filterSensitiveLog: (obj: NetworkInterface) => any;
1990
- }
1991
- /**
1992
- * <p>Contains information about the product code for the EC2 instance.</p>
1993
- */
1994
- export interface ProductCode {
1995
- /**
1996
- * <p>The product code information.</p>
1997
- */
1998
- Code?: string;
1999
- /**
2000
- * <p>The product code type.</p>
2001
- */
2002
- ProductType?: string;
2003
- }
2004
- export declare namespace ProductCode {
2005
- /**
2006
- * @internal
2007
- */
2008
- const filterSensitiveLog: (obj: ProductCode) => any;
2009
- }
2010
- /**
2011
- * <p>Contains information about a tag associated with the EC2 instance.</p>
2012
- */
2013
- export interface Tag {
2014
- /**
2015
- * <p>The EC2 instance tag key.</p>
2016
- */
2017
- Key?: string;
2018
- /**
2019
- * <p>The EC2 instance tag value.</p>
2020
- */
2021
- Value?: string;
2022
- }
2023
- export declare namespace Tag {
2024
- /**
2025
- * @internal
2026
- */
2027
- const filterSensitiveLog: (obj: Tag) => any;
2028
- }
2029
- /**
2030
- * <p>Contains information about the details of an instance.</p>
2031
- */
2032
- export interface InstanceDetails {
2033
- /**
2034
- * <p>The Availability Zone of the EC2 instance.</p>
2035
- */
2036
- AvailabilityZone?: string;
2037
- /**
2038
- * <p>The profile information of the EC2 instance.</p>
2039
- */
2040
- IamInstanceProfile?: IamInstanceProfile;
2041
- /**
2042
- * <p>The image description of the EC2 instance.</p>
2043
- */
2044
- ImageDescription?: string;
2045
- /**
2046
- * <p>The image ID of the EC2 instance.</p>
2047
- */
2048
- ImageId?: string;
2049
- /**
2050
- * <p>The ID of the EC2 instance.</p>
2051
- */
2052
- InstanceId?: string;
2053
- /**
2054
- * <p>The state of the EC2 instance.</p>
2055
- */
2056
- InstanceState?: string;
2057
- /**
2058
- * <p>The type of the EC2 instance.</p>
2059
- */
2060
- InstanceType?: string;
2061
- /**
2062
- * <p>The Amazon Resource Name (ARN) of the AWS Outpost. Only applicable to AWS Outposts
2063
- * instances.</p>
2064
- */
2065
- OutpostArn?: string;
2066
- /**
2067
- * <p>The launch time of the EC2 instance.</p>
2068
- */
2069
- LaunchTime?: string;
2070
- /**
2071
- * <p>The elastic network interface information of the EC2 instance.</p>
2072
- */
2073
- NetworkInterfaces?: NetworkInterface[];
2074
- /**
2075
- * <p>The platform of the EC2 instance.</p>
2076
- */
2077
- Platform?: string;
2078
- /**
2079
- * <p>The product code of the EC2 instance.</p>
2080
- */
2081
- ProductCodes?: ProductCode[];
2082
- /**
2083
- * <p>The tags of the EC2 instance.</p>
2084
- */
2085
- Tags?: Tag[];
2086
- }
2087
- export declare namespace InstanceDetails {
2088
- /**
2089
- * @internal
2090
- */
2091
- const filterSensitiveLog: (obj: InstanceDetails) => any;
2092
- }
2093
- /**
2094
- * <p>Contains information on the owner of the bucket.</p>
2095
- */
2096
- export interface Owner {
2097
- /**
2098
- * <p>The canonical user ID of the bucket owner. For information about locating your canonical
2099
- * user ID see <a href="https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId">Finding Your Account
2100
- * Canonical User ID.</a>
2101
- * </p>
2102
- */
2103
- Id?: string;
2104
- }
2105
- export declare namespace Owner {
2106
- /**
2107
- * @internal
2108
- */
2109
- const filterSensitiveLog: (obj: Owner) => any;
2110
- }
2111
- /**
2112
- * <p>Contains information about how permissions are configured for the S3 bucket.</p>
2113
- */
2114
- export interface PermissionConfiguration {
2115
- /**
2116
- * <p>Contains information about the bucket level permissions for the S3 bucket.</p>
2117
- */
2118
- BucketLevelPermissions?: BucketLevelPermissions;
2119
- /**
2120
- * <p>Contains information about the account level permissions on the S3 bucket.</p>
2121
- */
2122
- AccountLevelPermissions?: AccountLevelPermissions;
2123
- }
2124
- export declare namespace PermissionConfiguration {
2125
- /**
2126
- * @internal
2127
- */
2128
- const filterSensitiveLog: (obj: PermissionConfiguration) => any;
2129
- }
2130
- /**
2131
- * <p>Describes the public access policies that apply to the S3 bucket.</p>
2132
- */
2133
- export interface PublicAccess {
2134
- /**
2135
- * <p>Contains information about how permissions are configured for the S3 bucket.</p>
2136
- */
2137
- PermissionConfiguration?: PermissionConfiguration;
2138
- /**
2139
- * <p>Describes the effective permission on this bucket after factoring all attached
2140
- * policies.</p>
2141
- */
2142
- EffectivePermission?: string;
2143
- }
2144
- export declare namespace PublicAccess {
2145
- /**
2146
- * @internal
2147
- */
2148
- const filterSensitiveLog: (obj: PublicAccess) => any;
2149
- }
2150
- /**
2151
- * <p>Contains information on the S3 bucket.</p>
2152
- */
2153
- export interface S3BucketDetail {
2154
- /**
2155
- * <p>The Amazon Resource Name (ARN) of the S3 bucket.</p>
2156
- */
2157
- Arn?: string;
2158
- /**
2159
- * <p>The name of the S3 bucket.</p>
2160
- */
2161
- Name?: string;
2162
- /**
2163
- * <p>Describes whether the bucket is a source or destination bucket.</p>
2164
- */
2165
- Type?: string;
2166
- /**
2167
- * <p>The date and time the bucket was created at.</p>
2168
- */
2169
- CreatedAt?: Date;
2170
- /**
2171
- * <p>The owner of the S3 bucket.</p>
2172
- */
2173
- Owner?: Owner;
2174
- /**
2175
- * <p>All tags attached to the S3 bucket</p>
2176
- */
2177
- Tags?: Tag[];
2178
- /**
2179
- * <p>Describes the server side encryption method used in the S3 bucket.</p>
2180
- */
2181
- DefaultServerSideEncryption?: DefaultServerSideEncryption;
2182
- /**
2183
- * <p>Describes the public access policies that apply to the S3 bucket.</p>
2184
- */
2185
- PublicAccess?: PublicAccess;
2186
- }
2187
- export declare namespace S3BucketDetail {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: S3BucketDetail) => any;
2192
- }
2193
- /**
2194
- * <p>Contains information about the AWS resource associated with the activity that prompted
2195
- * GuardDuty to generate a finding.</p>
2196
- */
2197
- export interface Resource {
2198
- /**
2199
- * <p>The IAM access key details (IAM user information) of a user that engaged in the activity
2200
- * that prompted GuardDuty to generate a finding.</p>
2201
- */
2202
- AccessKeyDetails?: AccessKeyDetails;
2203
- /**
2204
- * <p>Contains information on the S3 bucket.</p>
2205
- */
2206
- S3BucketDetails?: S3BucketDetail[];
2207
- /**
2208
- * <p>The information about the EC2 instance associated with the activity that prompted
2209
- * GuardDuty to generate a finding.</p>
2210
- */
2211
- InstanceDetails?: InstanceDetails;
2212
- /**
2213
- * <p>The type of AWS resource.</p>
2214
- */
2215
- ResourceType?: string;
2216
- }
2217
- export declare namespace Resource {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: Resource) => any;
2222
- }
2223
- /**
2224
- * <p>Contains additional information about the generated finding.</p>
2225
- */
2226
- export interface Service {
2227
- /**
2228
- * <p>Information about the activity that is described in a finding.</p>
2229
- */
2230
- Action?: Action;
2231
- /**
2232
- * <p>An evidence object associated with the service.</p>
2233
- */
2234
- Evidence?: Evidence;
2235
- /**
2236
- * <p>Indicates whether this finding is archived.</p>
2237
- */
2238
- Archived?: boolean;
2239
- /**
2240
- * <p>The total count of the occurrences of this finding type.</p>
2241
- */
2242
- Count?: number;
2243
- /**
2244
- * <p>The detector ID for the GuardDuty service.</p>
2245
- */
2246
- DetectorId?: string;
2247
- /**
2248
- * <p>The first-seen timestamp of the activity that prompted GuardDuty to generate this
2249
- * finding.</p>
2250
- */
2251
- EventFirstSeen?: string;
2252
- /**
2253
- * <p>The last-seen timestamp of the activity that prompted GuardDuty to generate this
2254
- * finding.</p>
2255
- */
2256
- EventLastSeen?: string;
2257
- /**
2258
- * <p>The resource role information for this finding.</p>
2259
- */
2260
- ResourceRole?: string;
2261
- /**
2262
- * <p>The name of the AWS service (GuardDuty) that generated a finding.</p>
2263
- */
2264
- ServiceName?: string;
2265
- /**
2266
- * <p>Feedback that was submitted about the finding.</p>
2267
- */
2268
- UserFeedback?: string;
2269
- }
2270
- export declare namespace Service {
2271
- /**
2272
- * @internal
2273
- */
2274
- const filterSensitiveLog: (obj: Service) => any;
2275
- }
2276
- /**
2277
- * <p>Contains information about the finding, which is generated when abnormal or suspicious
2278
- * activity is detected.</p>
2279
- */
2280
- export interface Finding {
2281
- /**
2282
- * <p>The ID of the account in which the finding was generated.</p>
2283
- */
2284
- AccountId: string | undefined;
2285
- /**
2286
- * <p>The ARN of the finding.</p>
2287
- */
2288
- Arn: string | undefined;
2289
- /**
2290
- * <p>The confidence score for the finding.</p>
2291
- */
2292
- Confidence?: number;
2293
- /**
2294
- * <p>The time and date when the finding was created.</p>
2295
- */
2296
- CreatedAt: string | undefined;
2297
- /**
2298
- * <p>The description of the finding.</p>
2299
- */
2300
- Description?: string;
2301
- /**
2302
- * <p>The ID of the finding.</p>
2303
- */
2304
- Id: string | undefined;
2305
- /**
2306
- * <p>The partition associated with the finding.</p>
2307
- */
2308
- Partition?: string;
2309
- /**
2310
- * <p>The Region where the finding was generated.</p>
2311
- */
2312
- Region: string | undefined;
2313
- /**
2314
- * <p>Contains information about the AWS resource associated with the activity that prompted
2315
- * GuardDuty to generate a finding.</p>
2316
- */
2317
- Resource: Resource | undefined;
2318
- /**
2319
- * <p>The version of the schema used for the finding.</p>
2320
- */
2321
- SchemaVersion: string | undefined;
2322
- /**
2323
- * <p>Contains additional information about the generated finding.</p>
2324
- */
2325
- Service?: Service;
2326
- /**
2327
- * <p>The severity of the finding.</p>
2328
- */
2329
- Severity: number | undefined;
2330
- /**
2331
- * <p>The title of the finding.</p>
2332
- */
2333
- Title?: string;
2334
- /**
2335
- * <p>The type of finding.</p>
2336
- */
2337
- Type: string | undefined;
2338
- /**
2339
- * <p>The time and date when the finding was last updated.</p>
2340
- */
2341
- UpdatedAt: string | undefined;
2342
- }
2343
- export declare namespace Finding {
2344
- /**
2345
- * @internal
2346
- */
2347
- const filterSensitiveLog: (obj: Finding) => any;
2348
- }
2349
- /**
2350
- * <p>Contains information about finding statistics.</p>
2351
- */
2352
- export interface FindingStatistics {
2353
- /**
2354
- * <p>Represents a map of severity to count statistics for a set of findings.</p>
2355
- */
2356
- CountBySeverity?: {
2357
- [key: string]: number;
2358
- };
2359
- }
2360
- export declare namespace FindingStatistics {
2361
- /**
2362
- * @internal
2363
- */
2364
- const filterSensitiveLog: (obj: FindingStatistics) => any;
2365
- }
2366
- export declare enum FindingStatisticType {
2367
- COUNT_BY_SEVERITY = "COUNT_BY_SEVERITY"
2368
- }
2369
- export interface GetDetectorRequest {
2370
- /**
2371
- * <p>The unique ID of the detector that you want to get.</p>
2372
- */
2373
- DetectorId: string | undefined;
2374
- }
2375
- export declare namespace GetDetectorRequest {
2376
- /**
2377
- * @internal
2378
- */
2379
- const filterSensitiveLog: (obj: GetDetectorRequest) => any;
2380
- }
2381
- export interface GetDetectorResponse {
2382
- /**
2383
- * <p>The timestamp of when the detector was created.</p>
2384
- */
2385
- CreatedAt?: string;
2386
- /**
2387
- * <p>The publishing frequency of the finding.</p>
2388
- */
2389
- FindingPublishingFrequency?: FindingPublishingFrequency | string;
2390
- /**
2391
- * <p>The GuardDuty service role.</p>
2392
- */
2393
- ServiceRole: string | undefined;
2394
- /**
2395
- * <p>The detector status.</p>
2396
- */
2397
- Status: DetectorStatus | string | undefined;
2398
- /**
2399
- * <p>The last-updated timestamp for the detector.</p>
2400
- */
2401
- UpdatedAt?: string;
2402
- /**
2403
- * <p>Describes which data sources are enabled for the detector.</p>
2404
- */
2405
- DataSources?: DataSourceConfigurationsResult;
2406
- /**
2407
- * <p>The tags of the detector resource.</p>
2408
- */
2409
- Tags?: {
2410
- [key: string]: string;
2411
- };
2412
- }
2413
- export declare namespace GetDetectorResponse {
2414
- /**
2415
- * @internal
2416
- */
2417
- const filterSensitiveLog: (obj: GetDetectorResponse) => any;
2418
- }
2419
- export interface GetFilterRequest {
2420
- /**
2421
- * <p>The unique ID of the detector that the filter is associated with.</p>
2422
- */
2423
- DetectorId: string | undefined;
2424
- /**
2425
- * <p>The name of the filter you want to get.</p>
2426
- */
2427
- FilterName: string | undefined;
2428
- }
2429
- export declare namespace GetFilterRequest {
2430
- /**
2431
- * @internal
2432
- */
2433
- const filterSensitiveLog: (obj: GetFilterRequest) => any;
2434
- }
2435
- export interface GetFilterResponse {
2436
- /**
2437
- * <p>The name of the filter.</p>
2438
- */
2439
- Name: string | undefined;
2440
- /**
2441
- * <p>The description of the filter.</p>
2442
- */
2443
- Description?: string;
2444
- /**
2445
- * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
2446
- */
2447
- Action: FilterAction | string | undefined;
2448
- /**
2449
- * <p>Specifies the position of the filter in the list of current filters. Also specifies the
2450
- * order in which this filter is applied to the findings.</p>
2451
- */
2452
- Rank?: number;
2453
- /**
2454
- * <p>Represents the criteria to be used in the filter for querying findings.</p>
2455
- */
2456
- FindingCriteria: FindingCriteria | undefined;
2457
- /**
2458
- * <p>The tags of the filter resource.</p>
2459
- */
2460
- Tags?: {
2461
- [key: string]: string;
2462
- };
2463
- }
2464
- export declare namespace GetFilterResponse {
2465
- /**
2466
- * @internal
2467
- */
2468
- const filterSensitiveLog: (obj: GetFilterResponse) => any;
2469
- }
2470
- export declare enum OrderBy {
2471
- ASC = "ASC",
2472
- DESC = "DESC"
2473
- }
2474
- /**
2475
- * <p>Contains information about the criteria used for sorting findings.</p>
2476
- */
2477
- export interface SortCriteria {
2478
- /**
2479
- * <p>Represents the finding attribute (for example, accountId) to sort findings by.</p>
2480
- */
2481
- AttributeName?: string;
2482
- /**
2483
- * <p>The order by which the sorted findings are to be displayed.</p>
2484
- */
2485
- OrderBy?: OrderBy | string;
2486
- }
2487
- export declare namespace SortCriteria {
2488
- /**
2489
- * @internal
2490
- */
2491
- const filterSensitiveLog: (obj: SortCriteria) => any;
2492
- }
2493
- export interface GetFindingsRequest {
2494
- /**
2495
- * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
2496
- * retrieve.</p>
2497
- */
2498
- DetectorId: string | undefined;
2499
- /**
2500
- * <p>The IDs of the findings that you want to retrieve.</p>
2501
- */
2502
- FindingIds: string[] | undefined;
2503
- /**
2504
- * <p>Represents the criteria used for sorting findings.</p>
2505
- */
2506
- SortCriteria?: SortCriteria;
2507
- }
2508
- export declare namespace GetFindingsRequest {
2509
- /**
2510
- * @internal
2511
- */
2512
- const filterSensitiveLog: (obj: GetFindingsRequest) => any;
2513
- }
2514
- export interface GetFindingsResponse {
2515
- /**
2516
- * <p>A list of findings.</p>
2517
- */
2518
- Findings: Finding[] | undefined;
2519
- }
2520
- export declare namespace GetFindingsResponse {
2521
- /**
2522
- * @internal
2523
- */
2524
- const filterSensitiveLog: (obj: GetFindingsResponse) => any;
2525
- }
2526
- export interface GetFindingsStatisticsRequest {
2527
- /**
2528
- * <p>The ID of the detector that specifies the GuardDuty service whose findings' statistics you
2529
- * want to retrieve.</p>
2530
- */
2531
- DetectorId: string | undefined;
2532
- /**
2533
- * <p>The types of finding statistics to retrieve.</p>
2534
- */
2535
- FindingStatisticTypes: (FindingStatisticType | string)[] | undefined;
2536
- /**
2537
- * <p>Represents the criteria that is used for querying findings.</p>
2538
- */
2539
- FindingCriteria?: FindingCriteria;
2540
- }
2541
- export declare namespace GetFindingsStatisticsRequest {
2542
- /**
2543
- * @internal
2544
- */
2545
- const filterSensitiveLog: (obj: GetFindingsStatisticsRequest) => any;
2546
- }
2547
- export interface GetFindingsStatisticsResponse {
2548
- /**
2549
- * <p>The finding statistics object.</p>
2550
- */
2551
- FindingStatistics: FindingStatistics | undefined;
2552
- }
2553
- export declare namespace GetFindingsStatisticsResponse {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: GetFindingsStatisticsResponse) => any;
2558
- }
2559
- export interface GetInvitationsCountRequest {
2560
- }
2561
- export declare namespace GetInvitationsCountRequest {
2562
- /**
2563
- * @internal
2564
- */
2565
- const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
2566
- }
2567
- export interface GetInvitationsCountResponse {
2568
- /**
2569
- * <p>The number of received invitations.</p>
2570
- */
2571
- InvitationsCount?: number;
2572
- }
2573
- export declare namespace GetInvitationsCountResponse {
2574
- /**
2575
- * @internal
2576
- */
2577
- const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
2578
- }
2579
- export interface GetIPSetRequest {
2580
- /**
2581
- * <p>The unique ID of the detector that the IPSet is associated with.</p>
2582
- */
2583
- DetectorId: string | undefined;
2584
- /**
2585
- * <p>The unique ID of the IPSet to retrieve.</p>
2586
- */
2587
- IpSetId: string | undefined;
2588
- }
2589
- export declare namespace GetIPSetRequest {
2590
- /**
2591
- * @internal
2592
- */
2593
- const filterSensitiveLog: (obj: GetIPSetRequest) => any;
2594
- }
2595
- export declare enum IpSetStatus {
2596
- ACTIVATING = "ACTIVATING",
2597
- ACTIVE = "ACTIVE",
2598
- DEACTIVATING = "DEACTIVATING",
2599
- DELETED = "DELETED",
2600
- DELETE_PENDING = "DELETE_PENDING",
2601
- ERROR = "ERROR",
2602
- INACTIVE = "INACTIVE"
2603
- }
2604
- export interface GetIPSetResponse {
2605
- /**
2606
- * <p>The user-friendly name for the IPSet.</p>
2607
- */
2608
- Name: string | undefined;
2609
- /**
2610
- * <p>The format of the file that contains the IPSet.</p>
2611
- */
2612
- Format: IpSetFormat | string | undefined;
2613
- /**
2614
- * <p>The URI of the file that contains the IPSet. For example:
2615
- * https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.</p>
2616
- */
2617
- Location: string | undefined;
2618
- /**
2619
- * <p>The status of IPSet file that was uploaded.</p>
2620
- */
2621
- Status: IpSetStatus | string | undefined;
2622
- /**
2623
- * <p>The tags of the IPSet resource.</p>
2624
- */
2625
- Tags?: {
2626
- [key: string]: string;
2627
- };
2628
- }
2629
- export declare namespace GetIPSetResponse {
2630
- /**
2631
- * @internal
2632
- */
2633
- const filterSensitiveLog: (obj: GetIPSetResponse) => any;
2634
- }
2635
- export interface GetMasterAccountRequest {
2636
- /**
2637
- * <p>The unique ID of the detector of the GuardDuty member account.</p>
2638
- */
2639
- DetectorId: string | undefined;
2640
- }
2641
- export declare namespace GetMasterAccountRequest {
2642
- /**
2643
- * @internal
2644
- */
2645
- const filterSensitiveLog: (obj: GetMasterAccountRequest) => any;
2646
- }
2647
- /**
2648
- * <p>Contains information about the administrator account and invitation.</p>
2649
- */
2650
- export interface Master {
2651
- /**
2652
- * <p>The ID of the account used as the administrator account.</p>
2653
- */
2654
- AccountId?: string;
2655
- /**
2656
- * <p>The value used to validate the administrator account to the member account.</p>
2657
- */
2658
- InvitationId?: string;
2659
- /**
2660
- * <p>The status of the relationship between the administrator and member accounts.</p>
2661
- */
2662
- RelationshipStatus?: string;
2663
- /**
2664
- * <p>The timestamp when the invitation was sent.</p>
2665
- */
2666
- InvitedAt?: string;
2667
- }
2668
- export declare namespace Master {
2669
- /**
2670
- * @internal
2671
- */
2672
- const filterSensitiveLog: (obj: Master) => any;
2673
- }
2674
- export interface GetMasterAccountResponse {
2675
- /**
2676
- * <p>The administrator account details.</p>
2677
- */
2678
- Master: Master | undefined;
2679
- }
2680
- export declare namespace GetMasterAccountResponse {
2681
- /**
2682
- * @internal
2683
- */
2684
- const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
2685
- }
2686
- export interface GetMemberDetectorsRequest {
2687
- /**
2688
- * <p>The detector ID for the administrator account.</p>
2689
- */
2690
- DetectorId: string | undefined;
2691
- /**
2692
- * <p>The account ID of the member account.</p>
2693
- */
2694
- AccountIds: string[] | undefined;
2695
- }
2696
- export declare namespace GetMemberDetectorsRequest {
2697
- /**
2698
- * @internal
2699
- */
2700
- const filterSensitiveLog: (obj: GetMemberDetectorsRequest) => any;
2701
- }
2702
- /**
2703
- * <p>Contains information on which data sources are enabled for a member account.</p>
2704
- */
2705
- export interface MemberDataSourceConfiguration {
2706
- /**
2707
- * <p>The account ID for the member account.</p>
2708
- */
2709
- AccountId: string | undefined;
2710
- /**
2711
- * <p>Contains information on the status of data sources for the account.</p>
2712
- */
2713
- DataSources: DataSourceConfigurationsResult | undefined;
2714
- }
2715
- export declare namespace MemberDataSourceConfiguration {
2716
- /**
2717
- * @internal
2718
- */
2719
- const filterSensitiveLog: (obj: MemberDataSourceConfiguration) => any;
2720
- }
2721
- export interface GetMemberDetectorsResponse {
2722
- /**
2723
- * <p>An object that describes which data sources are enabled for a member account.</p>
2724
- */
2725
- MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
2726
- /**
2727
- * <p>A list of member account IDs that were unable to be processed along with an explanation
2728
- * for why they were not processed.</p>
2729
- */
2730
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
2731
- }
2732
- export declare namespace GetMemberDetectorsResponse {
2733
- /**
2734
- * @internal
2735
- */
2736
- const filterSensitiveLog: (obj: GetMemberDetectorsResponse) => any;
2737
- }
2738
- export interface GetMembersRequest {
2739
- /**
2740
- * <p>The unique ID of the detector of the GuardDuty account whose members you want to
2741
- * retrieve.</p>
2742
- */
2743
- DetectorId: string | undefined;
2744
- /**
2745
- * <p>A list of account IDs of the GuardDuty member accounts that you want to describe.</p>
2746
- */
2747
- AccountIds: string[] | undefined;
2748
- }
2749
- export declare namespace GetMembersRequest {
2750
- /**
2751
- * @internal
2752
- */
2753
- const filterSensitiveLog: (obj: GetMembersRequest) => any;
2754
- }
2755
- /**
2756
- * <p>Contains information about the member account. </p>
2757
- */
2758
- export interface Member {
2759
- /**
2760
- * <p>The ID of the member account.</p>
2761
- */
2762
- AccountId: string | undefined;
2763
- /**
2764
- * <p>The detector ID of the member account.</p>
2765
- */
2766
- DetectorId?: string;
2767
- /**
2768
- * <p>The administrator account ID.</p>
2769
- */
2770
- MasterId: string | undefined;
2771
- /**
2772
- * <p>The email address of the member account.</p>
2773
- */
2774
- Email: string | undefined;
2775
- /**
2776
- * <p>The status of the relationship between the member and the administrator.</p>
2777
- */
2778
- RelationshipStatus: string | undefined;
2779
- /**
2780
- * <p>The timestamp when the invitation was sent.</p>
2781
- */
2782
- InvitedAt?: string;
2783
- /**
2784
- * <p>The last-updated timestamp of the member.</p>
2785
- */
2786
- UpdatedAt: string | undefined;
2787
- }
2788
- export declare namespace Member {
2789
- /**
2790
- * @internal
2791
- */
2792
- const filterSensitiveLog: (obj: Member) => any;
2793
- }
2794
- export interface GetMembersResponse {
2795
- /**
2796
- * <p>A list of members.</p>
2797
- */
2798
- Members: Member[] | undefined;
2799
- /**
2800
- * <p>A list of objects that contain the unprocessed account and a result string that explains
2801
- * why it was unprocessed.</p>
2802
- */
2803
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
2804
- }
2805
- export declare namespace GetMembersResponse {
2806
- /**
2807
- * @internal
2808
- */
2809
- const filterSensitiveLog: (obj: GetMembersResponse) => any;
2810
- }
2811
- export interface GetThreatIntelSetRequest {
2812
- /**
2813
- * <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
2814
- */
2815
- DetectorId: string | undefined;
2816
- /**
2817
- * <p>The unique ID of the threatIntelSet that you want to get.</p>
2818
- */
2819
- ThreatIntelSetId: string | undefined;
2820
- }
2821
- export declare namespace GetThreatIntelSetRequest {
2822
- /**
2823
- * @internal
2824
- */
2825
- const filterSensitiveLog: (obj: GetThreatIntelSetRequest) => any;
2826
- }
2827
- export declare enum ThreatIntelSetStatus {
2828
- ACTIVATING = "ACTIVATING",
2829
- ACTIVE = "ACTIVE",
2830
- DEACTIVATING = "DEACTIVATING",
2831
- DELETED = "DELETED",
2832
- DELETE_PENDING = "DELETE_PENDING",
2833
- ERROR = "ERROR",
2834
- INACTIVE = "INACTIVE"
2835
- }
2836
- export interface GetThreatIntelSetResponse {
2837
- /**
2838
- * <p>A user-friendly ThreatIntelSet name displayed in all findings that are generated by
2839
- * activity that involves IP addresses included in this ThreatIntelSet.</p>
2840
- */
2841
- Name: string | undefined;
2842
- /**
2843
- * <p>The format of the threatIntelSet.</p>
2844
- */
2845
- Format: ThreatIntelSetFormat | string | undefined;
2846
- /**
2847
- * <p>The URI of the file that contains the ThreatIntelSet. For example:
2848
- * https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.</p>
2849
- */
2850
- Location: string | undefined;
2851
- /**
2852
- * <p>The status of threatIntelSet file uploaded.</p>
2853
- */
2854
- Status: ThreatIntelSetStatus | string | undefined;
2855
- /**
2856
- * <p>The tags of the threat list resource.</p>
2857
- */
2858
- Tags?: {
2859
- [key: string]: string;
2860
- };
2861
- }
2862
- export declare namespace GetThreatIntelSetResponse {
2863
- /**
2864
- * @internal
2865
- */
2866
- const filterSensitiveLog: (obj: GetThreatIntelSetResponse) => any;
2867
- }
2868
- /**
2869
- * <p>Contains information about the criteria used to query usage statistics.</p>
2870
- */
2871
- export interface UsageCriteria {
2872
- /**
2873
- * <p>The account IDs to aggregate usage statistics from.</p>
2874
- */
2875
- AccountIds?: string[];
2876
- /**
2877
- * <p>The data sources to aggregate usage statistics from.</p>
2878
- */
2879
- DataSources: (DataSource | string)[] | undefined;
2880
- /**
2881
- * <p>The resources to aggregate usage statistics from. Only accepts exact resource
2882
- * names.</p>
2883
- */
2884
- Resources?: string[];
2885
- }
2886
- export declare namespace UsageCriteria {
2887
- /**
2888
- * @internal
2889
- */
2890
- const filterSensitiveLog: (obj: UsageCriteria) => any;
2891
- }
2892
- export declare enum UsageStatisticType {
2893
- SUM_BY_ACCOUNT = "SUM_BY_ACCOUNT",
2894
- SUM_BY_DATA_SOURCE = "SUM_BY_DATA_SOURCE",
2895
- SUM_BY_RESOURCE = "SUM_BY_RESOURCE",
2896
- TOP_RESOURCES = "TOP_RESOURCES"
2897
- }
2898
- export interface GetUsageStatisticsRequest {
2899
- /**
2900
- * <p>The ID of the detector that specifies the GuardDuty service whose usage statistics you
2901
- * want to retrieve.</p>
2902
- */
2903
- DetectorId: string | undefined;
2904
- /**
2905
- * <p>The type of usage statistics to retrieve.</p>
2906
- */
2907
- UsageStatisticType: UsageStatisticType | string | undefined;
2908
- /**
2909
- * <p>Represents the criteria used for querying usage.</p>
2910
- */
2911
- UsageCriteria: UsageCriteria | undefined;
2912
- /**
2913
- * <p>The currency unit you would like to view your usage statistics in. Current valid values
2914
- * are USD.</p>
2915
- */
2916
- Unit?: string;
2917
- /**
2918
- * <p>The maximum number of results to return in the response.</p>
2919
- */
2920
- MaxResults?: number;
2921
- /**
2922
- * <p>A token to use for paginating results that are returned in the response. Set the value of
2923
- * this parameter to null for the first request to a list action. For subsequent calls, use the
2924
- * NextToken value returned from the previous request to continue listing results after the first
2925
- * page.</p>
2926
- */
2927
- NextToken?: string;
2928
- }
2929
- export declare namespace GetUsageStatisticsRequest {
2930
- /**
2931
- * @internal
2932
- */
2933
- const filterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
2934
- }
2935
- /**
2936
- * <p>Contains the total usage with the corresponding currency unit for that value.</p>
2937
- */
2938
- export interface Total {
2939
- /**
2940
- * <p>The total usage.</p>
2941
- */
2942
- Amount?: string;
2943
- /**
2944
- * <p>The currency unit that the amount is given in.</p>
2945
- */
2946
- Unit?: string;
2947
- }
2948
- export declare namespace Total {
2949
- /**
2950
- * @internal
2951
- */
2952
- const filterSensitiveLog: (obj: Total) => any;
2953
- }
2954
- /**
2955
- * <p>Contains information on the total of usage based on account IDs.</p>
2956
- */
2957
- export interface UsageAccountResult {
2958
- /**
2959
- * <p>The Account ID that generated usage.</p>
2960
- */
2961
- AccountId?: string;
2962
- /**
2963
- * <p>Represents the total of usage for the Account ID.</p>
2964
- */
2965
- Total?: Total;
2966
- }
2967
- export declare namespace UsageAccountResult {
2968
- /**
2969
- * @internal
2970
- */
2971
- const filterSensitiveLog: (obj: UsageAccountResult) => any;
2972
- }
2973
- /**
2974
- * <p>Contains information on the result of usage based on data source type.</p>
2975
- */
2976
- export interface UsageDataSourceResult {
2977
- /**
2978
- * <p>The data source type that generated usage.</p>
2979
- */
2980
- DataSource?: DataSource | string;
2981
- /**
2982
- * <p>Represents the total of usage for the specified data source.</p>
2983
- */
2984
- Total?: Total;
2985
- }
2986
- export declare namespace UsageDataSourceResult {
2987
- /**
2988
- * @internal
2989
- */
2990
- const filterSensitiveLog: (obj: UsageDataSourceResult) => any;
2991
- }
2992
- /**
2993
- * <p>Contains information on the sum of usage based on an AWS resource.</p>
2994
- */
2995
- export interface UsageResourceResult {
2996
- /**
2997
- * <p>The AWS resource that generated usage.</p>
2998
- */
2999
- Resource?: string;
3000
- /**
3001
- * <p>Represents the sum total of usage for the specified resource type.</p>
3002
- */
3003
- Total?: Total;
3004
- }
3005
- export declare namespace UsageResourceResult {
3006
- /**
3007
- * @internal
3008
- */
3009
- const filterSensitiveLog: (obj: UsageResourceResult) => any;
3010
- }
3011
- /**
3012
- * <p>Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for
3013
- * other types will be null. </p>
3014
- */
3015
- export interface UsageStatistics {
3016
- /**
3017
- * <p>The usage statistic sum organized by account ID.</p>
3018
- */
3019
- SumByAccount?: UsageAccountResult[];
3020
- /**
3021
- * <p>The usage statistic sum organized by on data source.</p>
3022
- */
3023
- SumByDataSource?: UsageDataSourceResult[];
3024
- /**
3025
- * <p>The usage statistic sum organized by resource.</p>
3026
- */
3027
- SumByResource?: UsageResourceResult[];
3028
- /**
3029
- * <p>Lists the top 50 resources that have generated the most GuardDuty usage, in order from
3030
- * most to least expensive.</p>
3031
- */
3032
- TopResources?: UsageResourceResult[];
3033
- }
3034
- export declare namespace UsageStatistics {
3035
- /**
3036
- * @internal
3037
- */
3038
- const filterSensitiveLog: (obj: UsageStatistics) => any;
3039
- }
3040
- export interface GetUsageStatisticsResponse {
3041
- /**
3042
- * <p>The usage statistics object. If a UsageStatisticType was provided, the objects
3043
- * representing other types will be null.</p>
3044
- */
3045
- UsageStatistics?: UsageStatistics;
3046
- /**
3047
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3048
- * items.</p>
3049
- */
3050
- NextToken?: string;
3051
- }
3052
- export declare namespace GetUsageStatisticsResponse {
3053
- /**
3054
- * @internal
3055
- */
3056
- const filterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
3057
- }
3058
- export interface InviteMembersRequest {
3059
- /**
3060
- * <p>The unique ID of the detector of the GuardDuty account that you want to invite members
3061
- * with.</p>
3062
- */
3063
- DetectorId: string | undefined;
3064
- /**
3065
- * <p>A list of account IDs of the accounts that you want to invite to GuardDuty as
3066
- * members.</p>
3067
- */
3068
- AccountIds: string[] | undefined;
3069
- /**
3070
- * <p>A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.</p>
3071
- */
3072
- DisableEmailNotification?: boolean;
3073
- /**
3074
- * <p>The invitation message that you want to send to the accounts that you're inviting to
3075
- * GuardDuty as members.</p>
3076
- */
3077
- Message?: string;
3078
- }
3079
- export declare namespace InviteMembersRequest {
3080
- /**
3081
- * @internal
3082
- */
3083
- const filterSensitiveLog: (obj: InviteMembersRequest) => any;
3084
- }
3085
- export interface InviteMembersResponse {
3086
- /**
3087
- * <p>A list of objects that contain the unprocessed account and a result string that explains
3088
- * why it was unprocessed.</p>
3089
- */
3090
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
3091
- }
3092
- export declare namespace InviteMembersResponse {
3093
- /**
3094
- * @internal
3095
- */
3096
- const filterSensitiveLog: (obj: InviteMembersResponse) => any;
3097
- }
3098
- export interface ListDetectorsRequest {
3099
- /**
3100
- * <p>You can use this parameter to indicate the maximum number of items that you want in the
3101
- * response. The default value is 50. The maximum value is 50.</p>
3102
- */
3103
- MaxResults?: number;
3104
- /**
3105
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3106
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3107
- * in the request with the value of NextToken from the previous response to continue listing
3108
- * data.</p>
3109
- */
3110
- NextToken?: string;
3111
- }
3112
- export declare namespace ListDetectorsRequest {
3113
- /**
3114
- * @internal
3115
- */
3116
- const filterSensitiveLog: (obj: ListDetectorsRequest) => any;
3117
- }
3118
- export interface ListDetectorsResponse {
3119
- /**
3120
- * <p>A list of detector IDs.</p>
3121
- */
3122
- DetectorIds: string[] | undefined;
3123
- /**
3124
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3125
- * items.</p>
3126
- */
3127
- NextToken?: string;
3128
- }
3129
- export declare namespace ListDetectorsResponse {
3130
- /**
3131
- * @internal
3132
- */
3133
- const filterSensitiveLog: (obj: ListDetectorsResponse) => any;
3134
- }
3135
- export interface ListFiltersRequest {
3136
- /**
3137
- * <p>The unique ID of the detector that the filter is associated with.</p>
3138
- */
3139
- DetectorId: string | undefined;
3140
- /**
3141
- * <p>You can use this parameter to indicate the maximum number of items that you want in the
3142
- * response. The default value is 50. The maximum value is 50.</p>
3143
- */
3144
- MaxResults?: number;
3145
- /**
3146
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3147
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3148
- * in the request with the value of NextToken from the previous response to continue listing
3149
- * data.</p>
3150
- */
3151
- NextToken?: string;
3152
- }
3153
- export declare namespace ListFiltersRequest {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: ListFiltersRequest) => any;
3158
- }
3159
- export interface ListFiltersResponse {
3160
- /**
3161
- * <p>A list of filter names.</p>
3162
- */
3163
- FilterNames: string[] | undefined;
3164
- /**
3165
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3166
- * items.</p>
3167
- */
3168
- NextToken?: string;
3169
- }
3170
- export declare namespace ListFiltersResponse {
3171
- /**
3172
- * @internal
3173
- */
3174
- const filterSensitiveLog: (obj: ListFiltersResponse) => any;
3175
- }
3176
- export interface ListFindingsRequest {
3177
- /**
3178
- * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
3179
- * list.</p>
3180
- */
3181
- DetectorId: string | undefined;
3182
- /**
3183
- * <p>Represents the criteria used for querying findings. Valid values include:</p>
3184
- * <ul>
3185
- * <li>
3186
- * <p>JSON field name</p>
3187
- * </li>
3188
- * <li>
3189
- * <p>accountId</p>
3190
- * </li>
3191
- * <li>
3192
- * <p>region</p>
3193
- * </li>
3194
- * <li>
3195
- * <p>confidence</p>
3196
- * </li>
3197
- * <li>
3198
- * <p>id</p>
3199
- * </li>
3200
- * <li>
3201
- * <p>resource.accessKeyDetails.accessKeyId</p>
3202
- * </li>
3203
- * <li>
3204
- * <p>resource.accessKeyDetails.principalId</p>
3205
- * </li>
3206
- * <li>
3207
- * <p>resource.accessKeyDetails.userName</p>
3208
- * </li>
3209
- * <li>
3210
- * <p>resource.accessKeyDetails.userType</p>
3211
- * </li>
3212
- * <li>
3213
- * <p>resource.instanceDetails.iamInstanceProfile.id</p>
3214
- * </li>
3215
- * <li>
3216
- * <p>resource.instanceDetails.imageId</p>
3217
- * </li>
3218
- * <li>
3219
- * <p>resource.instanceDetails.instanceId</p>
3220
- * </li>
3221
- * <li>
3222
- * <p>resource.instanceDetails.networkInterfaces.ipv6Addresses</p>
3223
- * </li>
3224
- * <li>
3225
- * <p>resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress</p>
3226
- * </li>
3227
- * <li>
3228
- * <p>resource.instanceDetails.networkInterfaces.publicDnsName</p>
3229
- * </li>
3230
- * <li>
3231
- * <p>resource.instanceDetails.networkInterfaces.publicIp</p>
3232
- * </li>
3233
- * <li>
3234
- * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupId</p>
3235
- * </li>
3236
- * <li>
3237
- * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupName</p>
3238
- * </li>
3239
- * <li>
3240
- * <p>resource.instanceDetails.networkInterfaces.subnetId</p>
3241
- * </li>
3242
- * <li>
3243
- * <p>resource.instanceDetails.networkInterfaces.vpcId</p>
3244
- * </li>
3245
- * <li>
3246
- * <p>resource.instanceDetails.tags.key</p>
3247
- * </li>
3248
- * <li>
3249
- * <p>resource.instanceDetails.tags.value</p>
3250
- * </li>
3251
- * <li>
3252
- * <p>resource.resourceType</p>
3253
- * </li>
3254
- * <li>
3255
- * <p>service.action.actionType</p>
3256
- * </li>
3257
- * <li>
3258
- * <p>service.action.awsApiCallAction.api</p>
3259
- * </li>
3260
- * <li>
3261
- * <p>service.action.awsApiCallAction.callerType</p>
3262
- * </li>
3263
- * <li>
3264
- * <p>service.action.awsApiCallAction.remoteIpDetails.city.cityName</p>
3265
- * </li>
3266
- * <li>
3267
- * <p>service.action.awsApiCallAction.remoteIpDetails.country.countryName</p>
3268
- * </li>
3269
- * <li>
3270
- * <p>service.action.awsApiCallAction.remoteIpDetails.ipAddressV4</p>
3271
- * </li>
3272
- * <li>
3273
- * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asn</p>
3274
- * </li>
3275
- * <li>
3276
- * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg</p>
3277
- * </li>
3278
- * <li>
3279
- * <p>service.action.awsApiCallAction.serviceName</p>
3280
- * </li>
3281
- * <li>
3282
- * <p>service.action.dnsRequestAction.domain</p>
3283
- * </li>
3284
- * <li>
3285
- * <p>service.action.networkConnectionAction.blocked</p>
3286
- * </li>
3287
- * <li>
3288
- * <p>service.action.networkConnectionAction.connectionDirection</p>
3289
- * </li>
3290
- * <li>
3291
- * <p>service.action.networkConnectionAction.localPortDetails.port</p>
3292
- * </li>
3293
- * <li>
3294
- * <p>service.action.networkConnectionAction.protocol</p>
3295
- * </li>
3296
- * <li>
3297
- * <p>service.action.networkConnectionAction.remoteIpDetails.city.cityName</p>
3298
- * </li>
3299
- * <li>
3300
- * <p>service.action.networkConnectionAction.remoteIpDetails.country.countryName</p>
3301
- * </li>
3302
- * <li>
3303
- * <p>service.action.networkConnectionAction.remoteIpDetails.ipAddressV4</p>
3304
- * </li>
3305
- * <li>
3306
- * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asn</p>
3307
- * </li>
3308
- * <li>
3309
- * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg</p>
3310
- * </li>
3311
- * <li>
3312
- * <p>service.action.networkConnectionAction.remotePortDetails.port</p>
3313
- * </li>
3314
- * <li>
3315
- * <p>service.additionalInfo.threatListName</p>
3316
- * </li>
3317
- * <li>
3318
- * <p>service.archived</p>
3319
- * <p>When this attribute is set to 'true', only archived findings are listed. When it's set
3320
- * to 'false', only unarchived findings are listed. When this attribute is not set, all
3321
- * existing findings are listed.</p>
3322
- * </li>
3323
- * <li>
3324
- * <p>service.resourceRole</p>
3325
- * </li>
3326
- * <li>
3327
- * <p>severity</p>
3328
- * </li>
3329
- * <li>
3330
- * <p>type</p>
3331
- * </li>
3332
- * <li>
3333
- * <p>updatedAt</p>
3334
- * <p>Type: Timestamp in Unix Epoch millisecond format: 1486685375000</p>
3335
- * </li>
3336
- * </ul>
3337
- */
3338
- FindingCriteria?: FindingCriteria;
3339
- /**
3340
- * <p>Represents the criteria used for sorting findings.</p>
3341
- */
3342
- SortCriteria?: SortCriteria;
3343
- /**
3344
- * <p>You can use this parameter to indicate the maximum number of items you want in the
3345
- * response. The default value is 50. The maximum value is 50.</p>
3346
- */
3347
- MaxResults?: number;
3348
- /**
3349
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3350
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3351
- * in the request with the value of NextToken from the previous response to continue listing
3352
- * data.</p>
3353
- */
3354
- NextToken?: string;
3355
- }
3356
- export declare namespace ListFindingsRequest {
3357
- /**
3358
- * @internal
3359
- */
3360
- const filterSensitiveLog: (obj: ListFindingsRequest) => any;
3361
- }
3362
- export interface ListFindingsResponse {
3363
- /**
3364
- * <p>The IDs of the findings that you're listing.</p>
3365
- */
3366
- FindingIds: string[] | undefined;
3367
- /**
3368
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3369
- * items.</p>
3370
- */
3371
- NextToken?: string;
3372
- }
3373
- export declare namespace ListFindingsResponse {
3374
- /**
3375
- * @internal
3376
- */
3377
- const filterSensitiveLog: (obj: ListFindingsResponse) => any;
3378
- }
3379
- export interface ListInvitationsRequest {
3380
- /**
3381
- * <p>You can use this parameter to indicate the maximum number of items that you want in the
3382
- * response. The default value is 50. The maximum value is 50.</p>
3383
- */
3384
- MaxResults?: number;
3385
- /**
3386
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3387
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3388
- * in the request with the value of NextToken from the previous response to continue listing
3389
- * data.</p>
3390
- */
3391
- NextToken?: string;
3392
- }
3393
- export declare namespace ListInvitationsRequest {
3394
- /**
3395
- * @internal
3396
- */
3397
- const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
3398
- }
3399
- /**
3400
- * <p>Contains information about the invitation to become a member account.</p>
3401
- */
3402
- export interface Invitation {
3403
- /**
3404
- * <p>The ID of the account that the invitation was sent from.</p>
3405
- */
3406
- AccountId?: string;
3407
- /**
3408
- * <p>The ID of the invitation. This value is used to validate the inviter account to the member
3409
- * account.</p>
3410
- */
3411
- InvitationId?: string;
3412
- /**
3413
- * <p>The status of the relationship between the inviter and invitee accounts.</p>
3414
- */
3415
- RelationshipStatus?: string;
3416
- /**
3417
- * <p>The timestamp when the invitation was sent.</p>
3418
- */
3419
- InvitedAt?: string;
3420
- }
3421
- export declare namespace Invitation {
3422
- /**
3423
- * @internal
3424
- */
3425
- const filterSensitiveLog: (obj: Invitation) => any;
3426
- }
3427
- export interface ListInvitationsResponse {
3428
- /**
3429
- * <p>A list of invitation descriptions.</p>
3430
- */
3431
- Invitations?: Invitation[];
3432
- /**
3433
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3434
- * items.</p>
3435
- */
3436
- NextToken?: string;
3437
- }
3438
- export declare namespace ListInvitationsResponse {
3439
- /**
3440
- * @internal
3441
- */
3442
- const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
3443
- }
3444
- export interface ListIPSetsRequest {
3445
- /**
3446
- * <p>The unique ID of the detector that the IPSet is associated with.</p>
3447
- */
3448
- DetectorId: string | undefined;
3449
- /**
3450
- * <p>You can use this parameter to indicate the maximum number of items you want in the
3451
- * response. The default value is 50. The maximum value is 50.</p>
3452
- */
3453
- MaxResults?: number;
3454
- /**
3455
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3456
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3457
- * in the request with the value of NextToken from the previous response to continue listing
3458
- * data.</p>
3459
- */
3460
- NextToken?: string;
3461
- }
3462
- export declare namespace ListIPSetsRequest {
3463
- /**
3464
- * @internal
3465
- */
3466
- const filterSensitiveLog: (obj: ListIPSetsRequest) => any;
3467
- }
3468
- export interface ListIPSetsResponse {
3469
- /**
3470
- * <p>The IDs of the IPSet resources.</p>
3471
- */
3472
- IpSetIds: string[] | undefined;
3473
- /**
3474
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3475
- * items.</p>
3476
- */
3477
- NextToken?: string;
3478
- }
3479
- export declare namespace ListIPSetsResponse {
3480
- /**
3481
- * @internal
3482
- */
3483
- const filterSensitiveLog: (obj: ListIPSetsResponse) => any;
3484
- }
3485
- export interface ListMembersRequest {
3486
- /**
3487
- * <p>The unique ID of the detector the member is associated with.</p>
3488
- */
3489
- DetectorId: string | undefined;
3490
- /**
3491
- * <p>You can use this parameter to indicate the maximum number of items you want in the
3492
- * response. The default value is 50. The maximum value is 50.</p>
3493
- */
3494
- MaxResults?: number;
3495
- /**
3496
- * <p>You can use this parameter when paginating results. Set the value of this parameter to
3497
- * null on your first call to the list action. For subsequent calls to the action, fill nextToken
3498
- * in the request with the value of NextToken from the previous response to continue listing
3499
- * data.</p>
3500
- */
3501
- NextToken?: string;
3502
- /**
3503
- * <p>Specifies whether to only return associated members or to return all members (including
3504
- * members who haven't been invited yet or have been disassociated).</p>
3505
- */
3506
- OnlyAssociated?: string;
3507
- }
3508
- export declare namespace ListMembersRequest {
3509
- /**
3510
- * @internal
3511
- */
3512
- const filterSensitiveLog: (obj: ListMembersRequest) => any;
3513
- }
3514
- export interface ListMembersResponse {
3515
- /**
3516
- * <p>A list of members.</p>
3517
- */
3518
- Members?: Member[];
3519
- /**
3520
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3521
- * items.</p>
3522
- */
3523
- NextToken?: string;
3524
- }
3525
- export declare namespace ListMembersResponse {
3526
- /**
3527
- * @internal
3528
- */
3529
- const filterSensitiveLog: (obj: ListMembersResponse) => any;
3530
- }
3531
- export interface ListOrganizationAdminAccountsRequest {
3532
- /**
3533
- * <p>The maximum number of results to return in the response.</p>
3534
- */
3535
- MaxResults?: number;
3536
- /**
3537
- * <p>A token to use for paginating results that are returned in the response. Set the value of
3538
- * this parameter to null for the first request to a list action. For subsequent calls, use the
3539
- * <code>NextToken</code> value returned from the previous request to continue listing results
3540
- * after the first page.</p>
3541
- */
3542
- NextToken?: string;
3543
- }
3544
- export declare namespace ListOrganizationAdminAccountsRequest {
3545
- /**
3546
- * @internal
3547
- */
3548
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
3549
- }
3550
- export interface ListOrganizationAdminAccountsResponse {
3551
- /**
3552
- * <p>A list of accounts configured as GuardDuty delegated
3553
- * administrators.</p>
3554
- */
3555
- AdminAccounts?: AdminAccount[];
3556
- /**
3557
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3558
- * items.</p>
3559
- */
3560
- NextToken?: string;
3561
- }
3562
- export declare namespace ListOrganizationAdminAccountsResponse {
3563
- /**
3564
- * @internal
3565
- */
3566
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
3567
- }
3568
- export interface ListPublishingDestinationsRequest {
3569
- /**
3570
- * <p>The ID of the detector to retrieve publishing destinations for.</p>
3571
- */
3572
- DetectorId: string | undefined;
3573
- /**
3574
- * <p>The maximum number of results to return in the response.</p>
3575
- */
3576
- MaxResults?: number;
3577
- /**
3578
- * <p>A token to use for paginating results that are returned in the response. Set the value of
3579
- * this parameter to null for the first request to a list action. For subsequent calls, use the
3580
- * <code>NextToken</code> value returned from the previous request to continue listing results
3581
- * after the first page.</p>
3582
- */
3583
- NextToken?: string;
3584
- }
3585
- export declare namespace ListPublishingDestinationsRequest {
3586
- /**
3587
- * @internal
3588
- */
3589
- const filterSensitiveLog: (obj: ListPublishingDestinationsRequest) => any;
3590
- }
3591
- export interface ListPublishingDestinationsResponse {
3592
- /**
3593
- * <p>A <code>Destinations</code> object that includes information about each publishing
3594
- * destination returned.</p>
3595
- */
3596
- Destinations: Destination[] | undefined;
3597
- /**
3598
- * <p>A token to use for paginating results that are returned in the response. Set the value of
3599
- * this parameter to null for the first request to a list action. For subsequent calls, use the
3600
- * <code>NextToken</code> value returned from the previous request to continue listing results
3601
- * after the first page.</p>
3602
- */
3603
- NextToken?: string;
3604
- }
3605
- export declare namespace ListPublishingDestinationsResponse {
3606
- /**
3607
- * @internal
3608
- */
3609
- const filterSensitiveLog: (obj: ListPublishingDestinationsResponse) => any;
3610
- }
3611
- export interface ListTagsForResourceRequest {
3612
- /**
3613
- * <p>The Amazon Resource Name (ARN) for the given GuardDuty resource. </p>
3614
- */
3615
- ResourceArn: string | undefined;
3616
- }
3617
- export declare namespace ListTagsForResourceRequest {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3622
- }
3623
- export interface ListTagsForResourceResponse {
3624
- /**
3625
- * <p>The tags associated with the resource.</p>
3626
- */
3627
- Tags?: {
3628
- [key: string]: string;
3629
- };
3630
- }
3631
- export declare namespace ListTagsForResourceResponse {
3632
- /**
3633
- * @internal
3634
- */
3635
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3636
- }
3637
- export interface ListThreatIntelSetsRequest {
3638
- /**
3639
- * <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
3640
- */
3641
- DetectorId: string | undefined;
3642
- /**
3643
- * <p>You can use this parameter to indicate the maximum number of items that you want in the
3644
- * response. The default value is 50. The maximum value is 50.</p>
3645
- */
3646
- MaxResults?: number;
3647
- /**
3648
- * <p>You can use this parameter to paginate results in the response. Set the value of this
3649
- * parameter to null on your first call to the list action. For subsequent calls to the action,
3650
- * fill nextToken in the request with the value of NextToken from the previous response to
3651
- * continue listing data.</p>
3652
- */
3653
- NextToken?: string;
3654
- }
3655
- export declare namespace ListThreatIntelSetsRequest {
3656
- /**
3657
- * @internal
3658
- */
3659
- const filterSensitiveLog: (obj: ListThreatIntelSetsRequest) => any;
3660
- }
3661
- export interface ListThreatIntelSetsResponse {
3662
- /**
3663
- * <p>The IDs of the ThreatIntelSet resources.</p>
3664
- */
3665
- ThreatIntelSetIds: string[] | undefined;
3666
- /**
3667
- * <p>The pagination parameter to be used on the next list operation to retrieve more
3668
- * items.</p>
3669
- */
3670
- NextToken?: string;
3671
- }
3672
- export declare namespace ListThreatIntelSetsResponse {
3673
- /**
3674
- * @internal
3675
- */
3676
- const filterSensitiveLog: (obj: ListThreatIntelSetsResponse) => any;
3677
- }
3678
- export interface StartMonitoringMembersRequest {
3679
- /**
3680
- * <p>The unique ID of the detector of the GuardDuty administrator account associated with the member
3681
- * accounts to monitor.</p>
3682
- */
3683
- DetectorId: string | undefined;
3684
- /**
3685
- * <p>A list of account IDs of the GuardDuty member accounts to start monitoring.</p>
3686
- */
3687
- AccountIds: string[] | undefined;
3688
- }
3689
- export declare namespace StartMonitoringMembersRequest {
3690
- /**
3691
- * @internal
3692
- */
3693
- const filterSensitiveLog: (obj: StartMonitoringMembersRequest) => any;
3694
- }
3695
- export interface StartMonitoringMembersResponse {
3696
- /**
3697
- * <p>A list of objects that contain the unprocessed account and a result string that explains
3698
- * why it was unprocessed.</p>
3699
- */
3700
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
3701
- }
3702
- export declare namespace StartMonitoringMembersResponse {
3703
- /**
3704
- * @internal
3705
- */
3706
- const filterSensitiveLog: (obj: StartMonitoringMembersResponse) => any;
3707
- }
3708
- export interface StopMonitoringMembersRequest {
3709
- /**
3710
- * <p>The unique ID of the detector associated with the GuardDuty administrator account that is
3711
- * monitoring member accounts.</p>
3712
- */
3713
- DetectorId: string | undefined;
3714
- /**
3715
- * <p>A list of account IDs for the member accounts to stop monitoring.</p>
3716
- */
3717
- AccountIds: string[] | undefined;
3718
- }
3719
- export declare namespace StopMonitoringMembersRequest {
3720
- /**
3721
- * @internal
3722
- */
3723
- const filterSensitiveLog: (obj: StopMonitoringMembersRequest) => any;
3724
- }
3725
- export interface StopMonitoringMembersResponse {
3726
- /**
3727
- * <p>A list of objects that contain an accountId for each account that could not be processed,
3728
- * and a result string that indicates why the account was not processed. </p>
3729
- */
3730
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
3731
- }
3732
- export declare namespace StopMonitoringMembersResponse {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: StopMonitoringMembersResponse) => any;
3737
- }
3738
- export interface TagResourceRequest {
3739
- /**
3740
- * <p>The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.</p>
3741
- */
3742
- ResourceArn: string | undefined;
3743
- /**
3744
- * <p>The tags to be added to a resource.</p>
3745
- */
3746
- Tags: {
3747
- [key: string]: string;
3748
- } | undefined;
3749
- }
3750
- export declare namespace TagResourceRequest {
3751
- /**
3752
- * @internal
3753
- */
3754
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3755
- }
3756
- export interface TagResourceResponse {
3757
- }
3758
- export declare namespace TagResourceResponse {
3759
- /**
3760
- * @internal
3761
- */
3762
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3763
- }
3764
- export interface UnarchiveFindingsRequest {
3765
- /**
3766
- * <p>The ID of the detector associated with the findings to unarchive.</p>
3767
- */
3768
- DetectorId: string | undefined;
3769
- /**
3770
- * <p>The IDs of the findings to unarchive.</p>
3771
- */
3772
- FindingIds: string[] | undefined;
3773
- }
3774
- export declare namespace UnarchiveFindingsRequest {
3775
- /**
3776
- * @internal
3777
- */
3778
- const filterSensitiveLog: (obj: UnarchiveFindingsRequest) => any;
3779
- }
3780
- export interface UnarchiveFindingsResponse {
3781
- }
3782
- export declare namespace UnarchiveFindingsResponse {
3783
- /**
3784
- * @internal
3785
- */
3786
- const filterSensitiveLog: (obj: UnarchiveFindingsResponse) => any;
3787
- }
3788
- export interface UntagResourceRequest {
3789
- /**
3790
- * <p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>
3791
- */
3792
- ResourceArn: string | undefined;
3793
- /**
3794
- * <p>The tag keys to remove from the resource.</p>
3795
- */
3796
- TagKeys: string[] | undefined;
3797
- }
3798
- export declare namespace UntagResourceRequest {
3799
- /**
3800
- * @internal
3801
- */
3802
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3803
- }
3804
- export interface UntagResourceResponse {
3805
- }
3806
- export declare namespace UntagResourceResponse {
3807
- /**
3808
- * @internal
3809
- */
3810
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3811
- }
3812
- export interface UpdateDetectorRequest {
3813
- /**
3814
- * <p>The unique ID of the detector to update.</p>
3815
- */
3816
- DetectorId: string | undefined;
3817
- /**
3818
- * <p>Specifies whether the detector is enabled or not enabled.</p>
3819
- */
3820
- Enable?: boolean;
3821
- /**
3822
- * <p>An enum value that specifies how frequently findings are exported, such as to CloudWatch
3823
- * Events.</p>
3824
- */
3825
- FindingPublishingFrequency?: FindingPublishingFrequency | string;
3826
- /**
3827
- * <p>Describes which data sources will be updated.</p>
3828
- */
3829
- DataSources?: DataSourceConfigurations;
3830
- }
3831
- export declare namespace UpdateDetectorRequest {
3832
- /**
3833
- * @internal
3834
- */
3835
- const filterSensitiveLog: (obj: UpdateDetectorRequest) => any;
3836
- }
3837
- export interface UpdateDetectorResponse {
3838
- }
3839
- export declare namespace UpdateDetectorResponse {
3840
- /**
3841
- * @internal
3842
- */
3843
- const filterSensitiveLog: (obj: UpdateDetectorResponse) => any;
3844
- }
3845
- export interface UpdateFilterRequest {
3846
- /**
3847
- * <p>The unique ID of the detector that specifies the GuardDuty service where you want to
3848
- * update a filter.</p>
3849
- */
3850
- DetectorId: string | undefined;
3851
- /**
3852
- * <p>The name of the filter.</p>
3853
- */
3854
- FilterName: string | undefined;
3855
- /**
3856
- * <p>The description of the filter.</p>
3857
- */
3858
- Description?: string;
3859
- /**
3860
- * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
3861
- */
3862
- Action?: FilterAction | string;
3863
- /**
3864
- * <p>Specifies the position of the filter in the list of current filters. Also specifies the
3865
- * order in which this filter is applied to the findings.</p>
3866
- */
3867
- Rank?: number;
3868
- /**
3869
- * <p>Represents the criteria to be used in the filter for querying findings.</p>
3870
- */
3871
- FindingCriteria?: FindingCriteria;
3872
- }
3873
- export declare namespace UpdateFilterRequest {
3874
- /**
3875
- * @internal
3876
- */
3877
- const filterSensitiveLog: (obj: UpdateFilterRequest) => any;
3878
- }
3879
- export interface UpdateFilterResponse {
3880
- /**
3881
- * <p>The name of the filter.</p>
3882
- */
3883
- Name: string | undefined;
3884
- }
3885
- export declare namespace UpdateFilterResponse {
3886
- /**
3887
- * @internal
3888
- */
3889
- const filterSensitiveLog: (obj: UpdateFilterResponse) => any;
3890
- }
3891
- export interface UpdateFindingsFeedbackRequest {
3892
- /**
3893
- * <p>The ID of the detector associated with the findings to update feedback for.</p>
3894
- */
3895
- DetectorId: string | undefined;
3896
- /**
3897
- * <p>The IDs of the findings that you want to mark as useful or not useful.</p>
3898
- */
3899
- FindingIds: string[] | undefined;
3900
- /**
3901
- * <p>The feedback for the finding.</p>
3902
- */
3903
- Feedback: Feedback | string | undefined;
3904
- /**
3905
- * <p>Additional feedback about the GuardDuty findings.</p>
3906
- */
3907
- Comments?: string;
3908
- }
3909
- export declare namespace UpdateFindingsFeedbackRequest {
3910
- /**
3911
- * @internal
3912
- */
3913
- const filterSensitiveLog: (obj: UpdateFindingsFeedbackRequest) => any;
3914
- }
3915
- export interface UpdateFindingsFeedbackResponse {
3916
- }
3917
- export declare namespace UpdateFindingsFeedbackResponse {
3918
- /**
3919
- * @internal
3920
- */
3921
- const filterSensitiveLog: (obj: UpdateFindingsFeedbackResponse) => any;
3922
- }
3923
- export interface UpdateIPSetRequest {
3924
- /**
3925
- * <p>The detectorID that specifies the GuardDuty service whose IPSet you want to update.</p>
3926
- */
3927
- DetectorId: string | undefined;
3928
- /**
3929
- * <p>The unique ID that specifies the IPSet that you want to update.</p>
3930
- */
3931
- IpSetId: string | undefined;
3932
- /**
3933
- * <p>The unique ID that specifies the IPSet that you want to update.</p>
3934
- */
3935
- Name?: string;
3936
- /**
3937
- * <p>The updated URI of the file that contains the IPSet. For example:
3938
- * https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.</p>
3939
- */
3940
- Location?: string;
3941
- /**
3942
- * <p>The updated Boolean value that specifies whether the IPSet is active or not.</p>
3943
- */
3944
- Activate?: boolean;
3945
- }
3946
- export declare namespace UpdateIPSetRequest {
3947
- /**
3948
- * @internal
3949
- */
3950
- const filterSensitiveLog: (obj: UpdateIPSetRequest) => any;
3951
- }
3952
- export interface UpdateIPSetResponse {
3953
- }
3954
- export declare namespace UpdateIPSetResponse {
3955
- /**
3956
- * @internal
3957
- */
3958
- const filterSensitiveLog: (obj: UpdateIPSetResponse) => any;
3959
- }
3960
- export interface UpdateMemberDetectorsRequest {
3961
- /**
3962
- * <p>The detector ID of the administrator account.</p>
3963
- */
3964
- DetectorId: string | undefined;
3965
- /**
3966
- * <p>A list of member account IDs to be updated.</p>
3967
- */
3968
- AccountIds: string[] | undefined;
3969
- /**
3970
- * <p>Describes which data sources will be updated.</p>
3971
- */
3972
- DataSources?: DataSourceConfigurations;
3973
- }
3974
- export declare namespace UpdateMemberDetectorsRequest {
3975
- /**
3976
- * @internal
3977
- */
3978
- const filterSensitiveLog: (obj: UpdateMemberDetectorsRequest) => any;
3979
- }
3980
- export interface UpdateMemberDetectorsResponse {
3981
- /**
3982
- * <p>A list of member account IDs that were unable to be processed along with an explanation
3983
- * for why they were not processed.</p>
3984
- */
3985
- UnprocessedAccounts: UnprocessedAccount[] | undefined;
3986
- }
3987
- export declare namespace UpdateMemberDetectorsResponse {
3988
- /**
3989
- * @internal
3990
- */
3991
- const filterSensitiveLog: (obj: UpdateMemberDetectorsResponse) => any;
3992
- }
3993
- /**
3994
- * <p>Describes whether S3 data event logs will be automatically enabled for new members of the
3995
- * organization.</p>
3996
- */
3997
- export interface OrganizationS3LogsConfiguration {
3998
- /**
3999
- * <p>A value that contains information on whether S3 data event logs will be enabled
4000
- * automatically as a data source for the organization.</p>
4001
- */
4002
- AutoEnable: boolean | undefined;
4003
- }
4004
- export declare namespace OrganizationS3LogsConfiguration {
4005
- /**
4006
- * @internal
4007
- */
4008
- const filterSensitiveLog: (obj: OrganizationS3LogsConfiguration) => any;
4009
- }
4010
- /**
4011
- * <p>An object that contains information on which data sources will be configured to be
4012
- * automatically enabled for new members within the organization.</p>
4013
- */
4014
- export interface OrganizationDataSourceConfigurations {
4015
- /**
4016
- * <p>Describes whether S3 data event logs are enabled for new members of the
4017
- * organization.</p>
4018
- */
4019
- S3Logs?: OrganizationS3LogsConfiguration;
4020
- }
4021
- export declare namespace OrganizationDataSourceConfigurations {
4022
- /**
4023
- * @internal
4024
- */
4025
- const filterSensitiveLog: (obj: OrganizationDataSourceConfigurations) => any;
4026
- }
4027
- export interface UpdateOrganizationConfigurationRequest {
4028
- /**
4029
- * <p>The ID of the detector to update the delegated administrator for.</p>
4030
- */
4031
- DetectorId: string | undefined;
4032
- /**
4033
- * <p>Indicates whether to automatically enable member accounts in the organization.</p>
4034
- */
4035
- AutoEnable: boolean | undefined;
4036
- /**
4037
- * <p>Describes which data sources will be updated.</p>
4038
- */
4039
- DataSources?: OrganizationDataSourceConfigurations;
4040
- }
4041
- export declare namespace UpdateOrganizationConfigurationRequest {
4042
- /**
4043
- * @internal
4044
- */
4045
- const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
4046
- }
4047
- export interface UpdateOrganizationConfigurationResponse {
4048
- }
4049
- export declare namespace UpdateOrganizationConfigurationResponse {
4050
- /**
4051
- * @internal
4052
- */
4053
- const filterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
4054
- }
4055
- export interface UpdatePublishingDestinationRequest {
4056
- /**
4057
- * <p>The ID of the detector associated with the publishing destinations to update.</p>
4058
- */
4059
- DetectorId: string | undefined;
4060
- /**
4061
- * <p>The ID of the publishing destination to update.</p>
4062
- */
4063
- DestinationId: string | undefined;
4064
- /**
4065
- * <p>A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code>
4066
- * and <code>KmsKeyArn</code> of the publishing destination.</p>
4067
- */
4068
- DestinationProperties?: DestinationProperties;
4069
- }
4070
- export declare namespace UpdatePublishingDestinationRequest {
4071
- /**
4072
- * @internal
4073
- */
4074
- const filterSensitiveLog: (obj: UpdatePublishingDestinationRequest) => any;
4075
- }
4076
- export interface UpdatePublishingDestinationResponse {
4077
- }
4078
- export declare namespace UpdatePublishingDestinationResponse {
4079
- /**
4080
- * @internal
4081
- */
4082
- const filterSensitiveLog: (obj: UpdatePublishingDestinationResponse) => any;
4083
- }
4084
- export interface UpdateThreatIntelSetRequest {
4085
- /**
4086
- * <p>The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to
4087
- * update.</p>
4088
- */
4089
- DetectorId: string | undefined;
4090
- /**
4091
- * <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
4092
- */
4093
- ThreatIntelSetId: string | undefined;
4094
- /**
4095
- * <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
4096
- */
4097
- Name?: string;
4098
- /**
4099
- * <p>The updated URI of the file that contains the ThreateIntelSet.</p>
4100
- */
4101
- Location?: string;
4102
- /**
4103
- * <p>The updated Boolean value that specifies whether the ThreateIntelSet is active or
4104
- * not.</p>
4105
- */
4106
- Activate?: boolean;
4107
- }
4108
- export declare namespace UpdateThreatIntelSetRequest {
4109
- /**
4110
- * @internal
4111
- */
4112
- const filterSensitiveLog: (obj: UpdateThreatIntelSetRequest) => any;
4113
- }
4114
- export interface UpdateThreatIntelSetResponse {
4115
- }
4116
- export declare namespace UpdateThreatIntelSetResponse {
4117
- /**
4118
- * @internal
4119
- */
4120
- const filterSensitiveLog: (obj: UpdateThreatIntelSetResponse) => any;
4121
- }