@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
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetUsageStatistics(config: GuardDutyPaginationConfiguration, input: GetUsageStatisticsCommandInput, ...additionalArguments: any): Paginator<GetUsageStatisticsCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { GuardDuty } from "../GuardDuty";
3
+ import { GuardDutyClient } from "../GuardDutyClient";
4
+ export interface GuardDutyPaginationConfiguration extends PaginationConfiguration {
5
+ client: GuardDuty | GuardDutyClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "../commands/ListDetectorsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListDetectors(config: GuardDutyPaginationConfiguration, input: ListDetectorsCommandInput, ...additionalArguments: any): Paginator<ListDetectorsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFilters(config: GuardDutyPaginationConfiguration, input: ListFiltersCommandInput, ...additionalArguments: any): Paginator<ListFiltersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFindings(config: GuardDutyPaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListIPSets(config: GuardDutyPaginationConfiguration, input: ListIPSetsCommandInput, ...additionalArguments: any): Paginator<ListIPSetsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListInvitations(config: GuardDutyPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMembers(config: GuardDutyPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListOrganizationAdminAccounts(config: GuardDutyPaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "../commands/ListPublishingDestinationsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPublishingDestinations(config: GuardDutyPaginationConfiguration, input: ListPublishingDestinationsCommandInput, ...additionalArguments: any): Paginator<ListPublishingDestinationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "../commands/ListThreatIntelSetsCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListThreatIntelSets(config: GuardDutyPaginationConfiguration, input: ListThreatIntelSetsCommandInput, ...additionalArguments: any): Paginator<ListThreatIntelSetsCommandOutput>;
@@ -0,0 +1,176 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
4
+ import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "../commands/ArchiveFindingsCommand";
5
+ import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "../commands/CreateDetectorCommand";
6
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
7
+ import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "../commands/CreateIPSetCommand";
8
+ import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
9
+ import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "../commands/CreatePublishingDestinationCommand";
10
+ import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "../commands/CreateSampleFindingsCommand";
11
+ import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "../commands/CreateThreatIntelSetCommand";
12
+ import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
13
+ import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "../commands/DeleteDetectorCommand";
14
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
15
+ import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
16
+ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/DeleteIPSetCommand";
17
+ import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
18
+ import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "../commands/DeletePublishingDestinationCommand";
19
+ import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "../commands/DeleteThreatIntelSetCommand";
20
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
21
+ import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "../commands/DescribePublishingDestinationCommand";
22
+ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
23
+ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "../commands/DisassociateFromMasterAccountCommand";
24
+ import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "../commands/DisassociateMembersCommand";
25
+ import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
26
+ import { GetDetectorCommandInput, GetDetectorCommandOutput } from "../commands/GetDetectorCommand";
27
+ import { GetFilterCommandInput, GetFilterCommandOutput } from "../commands/GetFilterCommand";
28
+ import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
29
+ import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "../commands/GetFindingsStatisticsCommand";
30
+ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "../commands/GetInvitationsCountCommand";
31
+ import { GetIPSetCommandInput, GetIPSetCommandOutput } from "../commands/GetIPSetCommand";
32
+ import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
33
+ import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "../commands/GetMemberDetectorsCommand";
34
+ import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
35
+ import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "../commands/GetThreatIntelSetCommand";
36
+ import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
37
+ import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
38
+ import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "../commands/ListDetectorsCommand";
39
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
40
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
41
+ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
42
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
43
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
44
+ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
45
+ import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "../commands/ListPublishingDestinationsCommand";
46
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
47
+ import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "../commands/ListThreatIntelSetsCommand";
48
+ import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "../commands/StartMonitoringMembersCommand";
49
+ import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "../commands/StopMonitoringMembersCommand";
50
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
51
+ import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "../commands/UnarchiveFindingsCommand";
52
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
53
+ import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "../commands/UpdateDetectorCommand";
54
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
55
+ import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "../commands/UpdateFindingsFeedbackCommand";
56
+ import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "../commands/UpdateIPSetCommand";
57
+ import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "../commands/UpdateMemberDetectorsCommand";
58
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
59
+ import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "../commands/UpdatePublishingDestinationCommand";
60
+ import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "../commands/UpdateThreatIntelSetCommand";
61
+ export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_restJson1ArchiveFindingsCommand: (input: ArchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_restJson1CreateDetectorCommand: (input: CreateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_restJson1CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_restJson1CreatePublishingDestinationCommand: (input: CreatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_restJson1CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_restJson1CreateThreatIntelSetCommand: (input: CreateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_restJson1DeleteDetectorCommand: (input: DeleteDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_restJson1DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_restJson1DeletePublishingDestinationCommand: (input: DeletePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_restJson1DeleteThreatIntelSetCommand: (input: DeleteThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_restJson1DescribePublishingDestinationCommand: (input: DescribePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_restJson1DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_restJson1GetDetectorCommand: (input: GetDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_restJson1GetFilterCommand: (input: GetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_restJson1GetFindingsStatisticsCommand: (input: GetFindingsStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_restJson1GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_restJson1GetMemberDetectorsCommand: (input: GetMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_restJson1GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_restJson1InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_restJson1ListDetectorsCommand: (input: ListDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_restJson1ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_restJson1ListPublishingDestinationsCommand: (input: ListPublishingDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_restJson1ListThreatIntelSetsCommand: (input: ListThreatIntelSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1StartMonitoringMembersCommand: (input: StartMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ export declare const serializeAws_restJson1StopMonitoringMembersCommand: (input: StopMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ export declare const serializeAws_restJson1UnarchiveFindingsCommand: (input: UnarchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ export declare const serializeAws_restJson1UpdateDetectorCommand: (input: UpdateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ export declare const serializeAws_restJson1UpdateFindingsFeedbackCommand: (input: UpdateFindingsFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_restJson1UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ export declare const serializeAws_restJson1UpdateMemberDetectorsCommand: (input: UpdateMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ export declare const serializeAws_restJson1UpdatePublishingDestinationCommand: (input: UpdatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1UpdateThreatIntelSetCommand: (input: UpdateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
120
+ export declare const deserializeAws_restJson1ArchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ArchiveFindingsCommandOutput>;
121
+ export declare const deserializeAws_restJson1CreateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorCommandOutput>;
122
+ export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
123
+ export declare const deserializeAws_restJson1CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
124
+ export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
125
+ export declare const deserializeAws_restJson1CreatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublishingDestinationCommandOutput>;
126
+ export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
127
+ export declare const deserializeAws_restJson1CreateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatIntelSetCommandOutput>;
128
+ export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
129
+ export declare const deserializeAws_restJson1DeleteDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorCommandOutput>;
130
+ export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
131
+ export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
132
+ export declare const deserializeAws_restJson1DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
133
+ export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
134
+ export declare const deserializeAws_restJson1DeletePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublishingDestinationCommandOutput>;
135
+ export declare const deserializeAws_restJson1DeleteThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatIntelSetCommandOutput>;
136
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
137
+ export declare const deserializeAws_restJson1DescribePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublishingDestinationCommandOutput>;
138
+ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
139
+ export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
140
+ export declare const deserializeAws_restJson1DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
141
+ export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
142
+ export declare const deserializeAws_restJson1GetDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorCommandOutput>;
143
+ export declare const deserializeAws_restJson1GetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilterCommandOutput>;
144
+ export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
145
+ export declare const deserializeAws_restJson1GetFindingsStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsStatisticsCommandOutput>;
146
+ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
147
+ export declare const deserializeAws_restJson1GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
148
+ export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
149
+ export declare const deserializeAws_restJson1GetMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberDetectorsCommandOutput>;
150
+ export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
151
+ export declare const deserializeAws_restJson1GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
152
+ export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
153
+ export declare const deserializeAws_restJson1InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
154
+ export declare const deserializeAws_restJson1ListDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorsCommandOutput>;
155
+ export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
156
+ export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
157
+ export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
158
+ export declare const deserializeAws_restJson1ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
159
+ export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
160
+ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
161
+ export declare const deserializeAws_restJson1ListPublishingDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublishingDestinationsCommandOutput>;
162
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
163
+ export declare const deserializeAws_restJson1ListThreatIntelSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatIntelSetsCommandOutput>;
164
+ export declare const deserializeAws_restJson1StartMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMembersCommandOutput>;
165
+ export declare const deserializeAws_restJson1StopMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringMembersCommandOutput>;
166
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
167
+ export declare const deserializeAws_restJson1UnarchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnarchiveFindingsCommandOutput>;
168
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
169
+ export declare const deserializeAws_restJson1UpdateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorCommandOutput>;
170
+ export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
171
+ export declare const deserializeAws_restJson1UpdateFindingsFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFeedbackCommandOutput>;
172
+ export declare const deserializeAws_restJson1UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
173
+ export declare const deserializeAws_restJson1UpdateMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberDetectorsCommandOutput>;
174
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
175
+ export declare const deserializeAws_restJson1UpdatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublishingDestinationCommandOutput>;
176
+ export declare const deserializeAws_restJson1UpdateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatIntelSetCommandOutput>;
@@ -0,0 +1,35 @@
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { GuardDutyClientConfig } from "./GuardDutyClient";
3
+
4
+ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
5
+ runtime: string;
6
+ base64Decoder: import("@aws-sdk/types").Decoder;
7
+ base64Encoder: import("@aws-sdk/types").Encoder;
8
+ bodyLengthChecker: (body: any) => number | undefined;
9
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
+ region: string | import("@aws-sdk/types").Provider<any>;
13
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
15
+ sha256: import("@aws-sdk/types").HashConstructor;
16
+ streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ utf8Decoder: import("@aws-sdk/types").Decoder;
18
+ utf8Encoder: import("@aws-sdk/types").Encoder;
19
+ apiVersion: string;
20
+ urlParser: import("@aws-sdk/types").UrlParser;
21
+ disableHostPrefix: boolean;
22
+ logger: import("@aws-sdk/types").Logger;
23
+ serviceId: string;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
26
+ tls?: boolean | undefined;
27
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
28
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
29
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
30
+ signingEscapePath?: boolean | undefined;
31
+ systemClockOffset?: number | undefined;
32
+ signingRegion?: string | undefined;
33
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
+ };
@@ -0,0 +1,35 @@
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { GuardDutyClientConfig } from "./GuardDutyClient";
3
+
4
+ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
5
+ runtime: string;
6
+ base64Decoder: import("@aws-sdk/types").Decoder;
7
+ base64Encoder: import("@aws-sdk/types").Encoder;
8
+ bodyLengthChecker: (body: any) => number | undefined;
9
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
+ region: string | import("@aws-sdk/types").Provider<string>;
13
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
15
+ sha256: import("@aws-sdk/types").HashConstructor;
16
+ streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ utf8Decoder: import("@aws-sdk/types").Decoder;
18
+ utf8Encoder: import("@aws-sdk/types").Encoder;
19
+ apiVersion: string;
20
+ urlParser: import("@aws-sdk/types").UrlParser;
21
+ disableHostPrefix: boolean;
22
+ logger: import("@aws-sdk/types").Logger;
23
+ serviceId: string;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
26
+ tls?: boolean | undefined;
27
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
28
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
29
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
30
+ signingEscapePath?: boolean | undefined;
31
+ systemClockOffset?: number | undefined;
32
+ signingRegion?: string | undefined;
33
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
+ };
@@ -0,0 +1,34 @@
1
+ import { GuardDutyClientConfig } from "./GuardDutyClient";
2
+
3
+ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ serviceId: string;
20
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
22
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
23
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
24
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
25
+ tls?: boolean | undefined;
26
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
27
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
28
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
29
+ signingEscapePath?: boolean | undefined;
30
+ systemClockOffset?: number | undefined;
31
+ signingRegion?: string | undefined;
32
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
33
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
34
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { GuardDutyClientConfig } from "./GuardDutyClient";
3
+
4
+ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.34.0",
4
+ "version": "3.37.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -11,55 +11,49 @@
11
11
  "clean": "yarn clean:dist && yarn clean:docs",
12
12
  "clean:dist": "rimraf ./dist",
13
13
  "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "test": "exit 0"
16
16
  },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
25
- },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.34.0",
31
- "@aws-sdk/config-resolver": "3.34.0",
32
- "@aws-sdk/credential-provider-node": "3.34.0",
33
- "@aws-sdk/fetch-http-handler": "3.34.0",
34
- "@aws-sdk/hash-node": "3.34.0",
35
- "@aws-sdk/invalid-dependency": "3.34.0",
36
- "@aws-sdk/middleware-content-length": "3.34.0",
37
- "@aws-sdk/middleware-host-header": "3.34.0",
38
- "@aws-sdk/middleware-logger": "3.34.0",
39
- "@aws-sdk/middleware-retry": "3.34.0",
40
- "@aws-sdk/middleware-serde": "3.34.0",
41
- "@aws-sdk/middleware-signing": "3.34.0",
42
- "@aws-sdk/middleware-stack": "3.34.0",
43
- "@aws-sdk/middleware-user-agent": "3.34.0",
44
- "@aws-sdk/node-config-provider": "3.34.0",
45
- "@aws-sdk/node-http-handler": "3.34.0",
46
- "@aws-sdk/protocol-http": "3.34.0",
47
- "@aws-sdk/smithy-client": "3.34.0",
48
- "@aws-sdk/types": "3.34.0",
49
- "@aws-sdk/url-parser": "3.34.0",
50
- "@aws-sdk/util-base64-browser": "3.34.0",
51
- "@aws-sdk/util-base64-node": "3.34.0",
52
- "@aws-sdk/util-body-length-browser": "3.34.0",
53
- "@aws-sdk/util-body-length-node": "3.34.0",
54
- "@aws-sdk/util-user-agent-browser": "3.34.0",
55
- "@aws-sdk/util-user-agent-node": "3.34.0",
56
- "@aws-sdk/util-utf8-browser": "3.34.0",
57
- "@aws-sdk/util-utf8-node": "3.34.0",
24
+ "@aws-sdk/client-sts": "3.37.0",
25
+ "@aws-sdk/config-resolver": "3.37.0",
26
+ "@aws-sdk/credential-provider-node": "3.37.0",
27
+ "@aws-sdk/fetch-http-handler": "3.37.0",
28
+ "@aws-sdk/hash-node": "3.37.0",
29
+ "@aws-sdk/invalid-dependency": "3.37.0",
30
+ "@aws-sdk/middleware-content-length": "3.37.0",
31
+ "@aws-sdk/middleware-host-header": "3.37.0",
32
+ "@aws-sdk/middleware-logger": "3.37.0",
33
+ "@aws-sdk/middleware-retry": "3.37.0",
34
+ "@aws-sdk/middleware-serde": "3.37.0",
35
+ "@aws-sdk/middleware-signing": "3.37.0",
36
+ "@aws-sdk/middleware-stack": "3.37.0",
37
+ "@aws-sdk/middleware-user-agent": "3.37.0",
38
+ "@aws-sdk/node-config-provider": "3.37.0",
39
+ "@aws-sdk/node-http-handler": "3.37.0",
40
+ "@aws-sdk/protocol-http": "3.37.0",
41
+ "@aws-sdk/smithy-client": "3.37.0",
42
+ "@aws-sdk/types": "3.37.0",
43
+ "@aws-sdk/url-parser": "3.37.0",
44
+ "@aws-sdk/util-base64-browser": "3.37.0",
45
+ "@aws-sdk/util-base64-node": "3.37.0",
46
+ "@aws-sdk/util-body-length-browser": "3.37.0",
47
+ "@aws-sdk/util-body-length-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.37.0",
49
+ "@aws-sdk/util-user-agent-node": "3.37.0",
50
+ "@aws-sdk/util-utf8-browser": "3.37.0",
51
+ "@aws-sdk/util-utf8-node": "3.37.0",
58
52
  "tslib": "^2.3.0",
59
53
  "uuid": "^8.3.2"
60
54
  },
61
55
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.34.0",
56
+ "@aws-sdk/client-documentation-generator": "3.37.0",
63
57
  "@types/node": "^12.7.5",
64
58
  "@types/uuid": "^8.3.0",
65
59
  "downlevel-dts": "0.7.0",
@@ -74,16 +68,25 @@
74
68
  },
75
69
  "typesVersions": {
76
70
  "<4.0": {
77
- "dist/types/*": [
78
- "dist/types/ts3.4/*"
71
+ "dist-types/*": [
72
+ "dist-types/ts3.4/*"
79
73
  ]
80
74
  }
81
75
  },
76
+ "files": [
77
+ "dist-*"
78
+ ],
82
79
  "author": {
83
80
  "name": "AWS SDK for JavaScript Team",
84
81
  "url": "https://aws.amazon.com/javascript/"
85
82
  },
86
83
  "license": "Apache-2.0",
84
+ "browser": {
85
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
86
+ },
87
+ "react-native": {
88
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
89
+ },
87
90
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-guardduty",
88
91
  "repository": {
89
92
  "type": "git",