@aws-sdk/client-macie2 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 (866) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Macie2.js +862 -0
  3. package/dist-cjs/Macie2Client.js +35 -0
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +36 -0
  5. package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +36 -0
  6. package/dist-cjs/commands/CreateClassificationJobCommand.js +36 -0
  7. package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +36 -0
  8. package/dist-cjs/commands/CreateFindingsFilterCommand.js +36 -0
  9. package/dist-cjs/commands/CreateInvitationsCommand.js +36 -0
  10. package/dist-cjs/commands/CreateMemberCommand.js +36 -0
  11. package/dist-cjs/commands/CreateSampleFindingsCommand.js +36 -0
  12. package/dist-cjs/commands/DeclineInvitationsCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteFindingsFilterCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteInvitationsCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteMemberCommand.js +36 -0
  17. package/dist-cjs/commands/DescribeBucketsCommand.js +36 -0
  18. package/dist-cjs/commands/DescribeClassificationJobCommand.js +36 -0
  19. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
  20. package/dist-cjs/commands/DisableMacieCommand.js +36 -0
  21. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +36 -0
  22. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +36 -0
  23. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +36 -0
  24. package/dist-cjs/commands/DisassociateMemberCommand.js +36 -0
  25. package/dist-cjs/commands/EnableMacieCommand.js +36 -0
  26. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +36 -0
  27. package/dist-cjs/commands/GetAdministratorAccountCommand.js +36 -0
  28. package/dist-cjs/commands/GetBucketStatisticsCommand.js +36 -0
  29. package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +36 -0
  30. package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +36 -0
  31. package/dist-cjs/commands/GetFindingStatisticsCommand.js +36 -0
  32. package/dist-cjs/commands/GetFindingsCommand.js +36 -0
  33. package/dist-cjs/commands/GetFindingsFilterCommand.js +36 -0
  34. package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +36 -0
  35. package/dist-cjs/commands/GetInvitationsCountCommand.js +36 -0
  36. package/dist-cjs/commands/GetMacieSessionCommand.js +36 -0
  37. package/dist-cjs/commands/GetMasterAccountCommand.js +36 -0
  38. package/dist-cjs/commands/GetMemberCommand.js +36 -0
  39. package/dist-cjs/commands/GetUsageStatisticsCommand.js +36 -0
  40. package/dist-cjs/commands/GetUsageTotalsCommand.js +36 -0
  41. package/dist-cjs/commands/ListClassificationJobsCommand.js +36 -0
  42. package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +36 -0
  43. package/dist-cjs/commands/ListFindingsCommand.js +36 -0
  44. package/dist-cjs/commands/ListFindingsFiltersCommand.js +36 -0
  45. package/dist-cjs/commands/ListInvitationsCommand.js +36 -0
  46. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +36 -0
  47. package/dist-cjs/commands/ListMembersCommand.js +36 -0
  48. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +36 -0
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  50. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +36 -0
  51. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +36 -0
  52. package/dist-cjs/commands/SearchResourcesCommand.js +36 -0
  53. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  54. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +36 -0
  55. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  56. package/dist-cjs/commands/UpdateClassificationJobCommand.js +36 -0
  57. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +36 -0
  58. package/dist-cjs/commands/UpdateMacieSessionCommand.js +36 -0
  59. package/dist-cjs/commands/UpdateMemberSessionCommand.js +36 -0
  60. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
  61. package/dist-cjs/endpoints.js +77 -0
  62. package/dist-cjs/index.js +74 -0
  63. package/dist-cjs/models/index.js +4 -0
  64. package/dist-cjs/models/models_0.js +1728 -0
  65. package/dist-cjs/pagination/DescribeBucketsPaginator.js +35 -0
  66. package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +35 -0
  67. package/dist-cjs/pagination/Interfaces.js +2 -0
  68. package/dist-cjs/pagination/ListClassificationJobsPaginator.js +35 -0
  69. package/dist-cjs/pagination/ListCustomDataIdentifiersPaginator.js +35 -0
  70. package/dist-cjs/pagination/ListFindingsFiltersPaginator.js +35 -0
  71. package/dist-cjs/pagination/ListFindingsPaginator.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/SearchResourcesPaginator.js +35 -0
  76. package/dist-cjs/protocols/Aws_restJson1.js +8854 -0
  77. package/dist-cjs/runtimeConfig.browser.js +37 -0
  78. package/dist-cjs/runtimeConfig.js +42 -0
  79. package/dist-cjs/runtimeConfig.native.js +16 -0
  80. package/dist-cjs/runtimeConfig.shared.js +17 -0
  81. package/dist-es/Macie2.js +865 -0
  82. package/dist-es/Macie2Client.js +37 -0
  83. package/dist-es/commands/AcceptInvitationCommand.js +39 -0
  84. package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +39 -0
  85. package/dist-es/commands/CreateClassificationJobCommand.js +39 -0
  86. package/dist-es/commands/CreateCustomDataIdentifierCommand.js +39 -0
  87. package/dist-es/commands/CreateFindingsFilterCommand.js +39 -0
  88. package/dist-es/commands/CreateInvitationsCommand.js +39 -0
  89. package/dist-es/commands/CreateMemberCommand.js +39 -0
  90. package/dist-es/commands/CreateSampleFindingsCommand.js +39 -0
  91. package/dist-es/commands/DeclineInvitationsCommand.js +39 -0
  92. package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +39 -0
  93. package/dist-es/commands/DeleteFindingsFilterCommand.js +39 -0
  94. package/dist-es/commands/DeleteInvitationsCommand.js +39 -0
  95. package/dist-es/commands/DeleteMemberCommand.js +39 -0
  96. package/dist-es/commands/DescribeBucketsCommand.js +39 -0
  97. package/dist-es/commands/DescribeClassificationJobCommand.js +39 -0
  98. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
  99. package/dist-es/commands/DisableMacieCommand.js +39 -0
  100. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +39 -0
  101. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +39 -0
  102. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +39 -0
  103. package/dist-es/commands/DisassociateMemberCommand.js +39 -0
  104. package/dist-es/commands/EnableMacieCommand.js +39 -0
  105. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +39 -0
  106. package/dist-es/commands/GetAdministratorAccountCommand.js +39 -0
  107. package/dist-es/commands/GetBucketStatisticsCommand.js +39 -0
  108. package/dist-es/commands/GetClassificationExportConfigurationCommand.js +39 -0
  109. package/dist-es/commands/GetCustomDataIdentifierCommand.js +39 -0
  110. package/dist-es/commands/GetFindingStatisticsCommand.js +39 -0
  111. package/dist-es/commands/GetFindingsCommand.js +39 -0
  112. package/dist-es/commands/GetFindingsFilterCommand.js +39 -0
  113. package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +39 -0
  114. package/dist-es/commands/GetInvitationsCountCommand.js +39 -0
  115. package/dist-es/commands/GetMacieSessionCommand.js +39 -0
  116. package/dist-es/commands/GetMasterAccountCommand.js +39 -0
  117. package/dist-es/commands/GetMemberCommand.js +39 -0
  118. package/dist-es/commands/GetUsageStatisticsCommand.js +39 -0
  119. package/dist-es/commands/GetUsageTotalsCommand.js +39 -0
  120. package/dist-es/commands/ListClassificationJobsCommand.js +39 -0
  121. package/dist-es/commands/ListCustomDataIdentifiersCommand.js +39 -0
  122. package/dist-es/commands/ListFindingsCommand.js +39 -0
  123. package/dist-es/commands/ListFindingsFiltersCommand.js +39 -0
  124. package/dist-es/commands/ListInvitationsCommand.js +39 -0
  125. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +39 -0
  126. package/dist-es/commands/ListMembersCommand.js +39 -0
  127. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +39 -0
  128. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  129. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +39 -0
  130. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +39 -0
  131. package/dist-es/commands/SearchResourcesCommand.js +39 -0
  132. package/dist-es/commands/TagResourceCommand.js +39 -0
  133. package/dist-es/commands/TestCustomDataIdentifierCommand.js +39 -0
  134. package/dist-es/commands/UntagResourceCommand.js +39 -0
  135. package/dist-es/commands/UpdateClassificationJobCommand.js +39 -0
  136. package/dist-es/commands/UpdateFindingsFilterCommand.js +39 -0
  137. package/dist-es/commands/UpdateMacieSessionCommand.js +39 -0
  138. package/dist-es/commands/UpdateMemberSessionCommand.js +39 -0
  139. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
  140. package/dist-es/endpoints.js +73 -0
  141. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  142. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  143. package/dist-es/models/models_0.js +1247 -0
  144. package/dist-es/pagination/DescribeBucketsPaginator.js +74 -0
  145. package/dist-es/pagination/GetUsageStatisticsPaginator.js +74 -0
  146. package/dist-es/pagination/Interfaces.js +1 -0
  147. package/dist-es/pagination/ListClassificationJobsPaginator.js +74 -0
  148. package/dist-es/pagination/ListCustomDataIdentifiersPaginator.js +74 -0
  149. package/dist-es/pagination/ListFindingsFiltersPaginator.js +74 -0
  150. package/dist-es/pagination/ListFindingsPaginator.js +74 -0
  151. package/dist-es/pagination/ListInvitationsPaginator.js +74 -0
  152. package/dist-es/pagination/ListMembersPaginator.js +74 -0
  153. package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +74 -0
  154. package/dist-es/pagination/SearchResourcesPaginator.js +74 -0
  155. package/dist-es/protocols/Aws_restJson1.js +9627 -0
  156. package/dist-es/runtimeConfig.browser.js +16 -0
  157. package/dist-es/runtimeConfig.js +21 -0
  158. package/dist-es/runtimeConfig.native.js +8 -0
  159. package/dist-es/runtimeConfig.shared.js +13 -0
  160. package/dist-types/Macie2.d.ts +406 -0
  161. package/dist-types/Macie2Client.d.ts +189 -0
  162. package/dist-types/commands/AcceptInvitationCommand.d.ts +35 -0
  163. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +35 -0
  164. package/dist-types/commands/CreateClassificationJobCommand.d.ts +35 -0
  165. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +35 -0
  166. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +35 -0
  167. package/dist-types/commands/CreateInvitationsCommand.d.ts +35 -0
  168. package/dist-types/commands/CreateMemberCommand.d.ts +35 -0
  169. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +35 -0
  170. package/dist-types/commands/DeclineInvitationsCommand.d.ts +35 -0
  171. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +35 -0
  172. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +35 -0
  173. package/dist-types/commands/DeleteInvitationsCommand.d.ts +35 -0
  174. package/dist-types/commands/DeleteMemberCommand.d.ts +35 -0
  175. package/dist-types/commands/DescribeBucketsCommand.d.ts +35 -0
  176. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +35 -0
  177. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +35 -0
  178. package/dist-types/commands/DisableMacieCommand.d.ts +35 -0
  179. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -0
  180. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +35 -0
  181. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +35 -0
  182. package/dist-types/commands/DisassociateMemberCommand.d.ts +35 -0
  183. package/dist-types/commands/EnableMacieCommand.d.ts +35 -0
  184. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +35 -0
  185. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +35 -0
  186. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +35 -0
  187. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +35 -0
  188. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +35 -0
  189. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +35 -0
  190. package/dist-types/commands/GetFindingsCommand.d.ts +35 -0
  191. package/dist-types/commands/GetFindingsFilterCommand.d.ts +35 -0
  192. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +35 -0
  193. package/dist-types/commands/GetInvitationsCountCommand.d.ts +35 -0
  194. package/dist-types/commands/GetMacieSessionCommand.d.ts +35 -0
  195. package/dist-types/commands/GetMasterAccountCommand.d.ts +35 -0
  196. package/dist-types/commands/GetMemberCommand.d.ts +35 -0
  197. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +35 -0
  198. package/dist-types/commands/GetUsageTotalsCommand.d.ts +35 -0
  199. package/dist-types/commands/ListClassificationJobsCommand.d.ts +35 -0
  200. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +35 -0
  201. package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
  202. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +35 -0
  203. package/dist-types/commands/ListInvitationsCommand.d.ts +35 -0
  204. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +35 -0
  205. package/dist-types/commands/ListMembersCommand.d.ts +35 -0
  206. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +35 -0
  207. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  208. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +35 -0
  209. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +35 -0
  210. package/dist-types/commands/SearchResourcesCommand.d.ts +35 -0
  211. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  212. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +35 -0
  213. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  214. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +35 -0
  215. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +35 -0
  216. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +35 -0
  217. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +35 -0
  218. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
  219. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  220. package/{index.ts → dist-types/index.d.ts} +0 -0
  221. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  222. package/dist-types/models/models_0.d.ts +5113 -0
  223. package/dist-types/pagination/DescribeBucketsPaginator.d.ts +4 -0
  224. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
  225. package/dist-types/pagination/Interfaces.d.ts +6 -0
  226. package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +4 -0
  227. package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
  228. package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
  229. package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
  230. package/dist-types/pagination/ListInvitationsPaginator.d.ts +4 -0
  231. package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
  232. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  233. package/dist-types/pagination/SearchResourcesPaginator.d.ts +4 -0
  234. package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
  235. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  236. package/dist-types/runtimeConfig.d.ts +37 -0
  237. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  238. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  239. package/dist-types/ts3.4/Macie2.d.ts +290 -0
  240. package/dist-types/ts3.4/Macie2Client.d.ts +124 -0
  241. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.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/ListTagsForResourceCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
  298. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  299. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  300. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  301. package/dist-types/ts3.4/models/models_0.d.ts +3117 -0
  302. package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +4 -0
  303. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  305. package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +4 -0
  306. package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
  307. package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
  308. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  309. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
  310. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
  311. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  312. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +4 -0
  313. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
  314. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  315. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  316. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  317. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  318. package/package.json +45 -42
  319. package/Macie2.ts +0 -2054
  320. package/Macie2Client.ts +0 -505
  321. package/commands/AcceptInvitationCommand.ts +0 -94
  322. package/commands/BatchGetCustomDataIdentifiersCommand.ts +0 -99
  323. package/commands/CreateClassificationJobCommand.ts +0 -94
  324. package/commands/CreateCustomDataIdentifierCommand.ts +0 -97
  325. package/commands/CreateFindingsFilterCommand.ts +0 -94
  326. package/commands/CreateInvitationsCommand.ts +0 -94
  327. package/commands/CreateMemberCommand.ts +0 -94
  328. package/commands/CreateSampleFindingsCommand.ts +0 -94
  329. package/commands/DeclineInvitationsCommand.ts +0 -94
  330. package/commands/DeleteCustomDataIdentifierCommand.ts +0 -97
  331. package/commands/DeleteFindingsFilterCommand.ts +0 -94
  332. package/commands/DeleteInvitationsCommand.ts +0 -94
  333. package/commands/DeleteMemberCommand.ts +0 -94
  334. package/commands/DescribeBucketsCommand.ts +0 -94
  335. package/commands/DescribeClassificationJobCommand.ts +0 -97
  336. package/commands/DescribeOrganizationConfigurationCommand.ts +0 -105
  337. package/commands/DisableMacieCommand.ts +0 -94
  338. package/commands/DisableOrganizationAdminAccountCommand.ts +0 -102
  339. package/commands/DisassociateFromAdministratorAccountCommand.ts +0 -105
  340. package/commands/DisassociateFromMasterAccountCommand.ts +0 -99
  341. package/commands/DisassociateMemberCommand.ts +0 -94
  342. package/commands/EnableMacieCommand.ts +0 -94
  343. package/commands/EnableOrganizationAdminAccountCommand.ts +0 -102
  344. package/commands/GetAdministratorAccountCommand.ts +0 -94
  345. package/commands/GetBucketStatisticsCommand.ts +0 -94
  346. package/commands/GetClassificationExportConfigurationCommand.ts +0 -105
  347. package/commands/GetCustomDataIdentifierCommand.ts +0 -94
  348. package/commands/GetFindingStatisticsCommand.ts +0 -94
  349. package/commands/GetFindingsCommand.ts +0 -94
  350. package/commands/GetFindingsFilterCommand.ts +0 -94
  351. package/commands/GetFindingsPublicationConfigurationCommand.ts +0 -105
  352. package/commands/GetInvitationsCountCommand.ts +0 -94
  353. package/commands/GetMacieSessionCommand.ts +0 -94
  354. package/commands/GetMasterAccountCommand.ts +0 -94
  355. package/commands/GetMemberCommand.ts +0 -94
  356. package/commands/GetUsageStatisticsCommand.ts +0 -94
  357. package/commands/GetUsageTotalsCommand.ts +0 -94
  358. package/commands/ListClassificationJobsCommand.ts +0 -94
  359. package/commands/ListCustomDataIdentifiersCommand.ts +0 -97
  360. package/commands/ListFindingsCommand.ts +0 -94
  361. package/commands/ListFindingsFiltersCommand.ts +0 -94
  362. package/commands/ListInvitationsCommand.ts +0 -94
  363. package/commands/ListManagedDataIdentifiersCommand.ts +0 -97
  364. package/commands/ListMembersCommand.ts +0 -94
  365. package/commands/ListOrganizationAdminAccountsCommand.ts +0 -99
  366. package/commands/ListTagsForResourceCommand.ts +0 -94
  367. package/commands/PutClassificationExportConfigurationCommand.ts +0 -105
  368. package/commands/PutFindingsPublicationConfigurationCommand.ts +0 -105
  369. package/commands/SearchResourcesCommand.ts +0 -94
  370. package/commands/TagResourceCommand.ts +0 -94
  371. package/commands/TestCustomDataIdentifierCommand.ts +0 -94
  372. package/commands/UntagResourceCommand.ts +0 -94
  373. package/commands/UpdateClassificationJobCommand.ts +0 -94
  374. package/commands/UpdateFindingsFilterCommand.ts +0 -94
  375. package/commands/UpdateMacieSessionCommand.ts +0 -94
  376. package/commands/UpdateMemberSessionCommand.ts +0 -94
  377. package/commands/UpdateOrganizationConfigurationCommand.ts +0 -102
  378. package/dist/cjs/Macie2.js +0 -866
  379. package/dist/cjs/Macie2.js.map +0 -1
  380. package/dist/cjs/Macie2Client.js +0 -44
  381. package/dist/cjs/Macie2Client.js.map +0 -1
  382. package/dist/cjs/commands/AcceptInvitationCommand.js +0 -61
  383. package/dist/cjs/commands/AcceptInvitationCommand.js.map +0 -1
  384. package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js +0 -61
  385. package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
  386. package/dist/cjs/commands/CreateClassificationJobCommand.js +0 -61
  387. package/dist/cjs/commands/CreateClassificationJobCommand.js.map +0 -1
  388. package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js +0 -61
  389. package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
  390. package/dist/cjs/commands/CreateFindingsFilterCommand.js +0 -61
  391. package/dist/cjs/commands/CreateFindingsFilterCommand.js.map +0 -1
  392. package/dist/cjs/commands/CreateInvitationsCommand.js +0 -61
  393. package/dist/cjs/commands/CreateInvitationsCommand.js.map +0 -1
  394. package/dist/cjs/commands/CreateMemberCommand.js +0 -61
  395. package/dist/cjs/commands/CreateMemberCommand.js.map +0 -1
  396. package/dist/cjs/commands/CreateSampleFindingsCommand.js +0 -61
  397. package/dist/cjs/commands/CreateSampleFindingsCommand.js.map +0 -1
  398. package/dist/cjs/commands/DeclineInvitationsCommand.js +0 -61
  399. package/dist/cjs/commands/DeclineInvitationsCommand.js.map +0 -1
  400. package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js +0 -61
  401. package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
  402. package/dist/cjs/commands/DeleteFindingsFilterCommand.js +0 -61
  403. package/dist/cjs/commands/DeleteFindingsFilterCommand.js.map +0 -1
  404. package/dist/cjs/commands/DeleteInvitationsCommand.js +0 -61
  405. package/dist/cjs/commands/DeleteInvitationsCommand.js.map +0 -1
  406. package/dist/cjs/commands/DeleteMemberCommand.js +0 -61
  407. package/dist/cjs/commands/DeleteMemberCommand.js.map +0 -1
  408. package/dist/cjs/commands/DescribeBucketsCommand.js +0 -61
  409. package/dist/cjs/commands/DescribeBucketsCommand.js.map +0 -1
  410. package/dist/cjs/commands/DescribeClassificationJobCommand.js +0 -61
  411. package/dist/cjs/commands/DescribeClassificationJobCommand.js.map +0 -1
  412. package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js +0 -61
  413. package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
  414. package/dist/cjs/commands/DisableMacieCommand.js +0 -61
  415. package/dist/cjs/commands/DisableMacieCommand.js.map +0 -1
  416. package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js +0 -61
  417. package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
  418. package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js +0 -61
  419. package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
  420. package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js +0 -61
  421. package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
  422. package/dist/cjs/commands/DisassociateMemberCommand.js +0 -61
  423. package/dist/cjs/commands/DisassociateMemberCommand.js.map +0 -1
  424. package/dist/cjs/commands/EnableMacieCommand.js +0 -61
  425. package/dist/cjs/commands/EnableMacieCommand.js.map +0 -1
  426. package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js +0 -61
  427. package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
  428. package/dist/cjs/commands/GetAdministratorAccountCommand.js +0 -61
  429. package/dist/cjs/commands/GetAdministratorAccountCommand.js.map +0 -1
  430. package/dist/cjs/commands/GetBucketStatisticsCommand.js +0 -61
  431. package/dist/cjs/commands/GetBucketStatisticsCommand.js.map +0 -1
  432. package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js +0 -61
  433. package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
  434. package/dist/cjs/commands/GetCustomDataIdentifierCommand.js +0 -61
  435. package/dist/cjs/commands/GetCustomDataIdentifierCommand.js.map +0 -1
  436. package/dist/cjs/commands/GetFindingStatisticsCommand.js +0 -61
  437. package/dist/cjs/commands/GetFindingStatisticsCommand.js.map +0 -1
  438. package/dist/cjs/commands/GetFindingsCommand.js +0 -61
  439. package/dist/cjs/commands/GetFindingsCommand.js.map +0 -1
  440. package/dist/cjs/commands/GetFindingsFilterCommand.js +0 -61
  441. package/dist/cjs/commands/GetFindingsFilterCommand.js.map +0 -1
  442. package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js +0 -61
  443. package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
  444. package/dist/cjs/commands/GetInvitationsCountCommand.js +0 -61
  445. package/dist/cjs/commands/GetInvitationsCountCommand.js.map +0 -1
  446. package/dist/cjs/commands/GetMacieSessionCommand.js +0 -61
  447. package/dist/cjs/commands/GetMacieSessionCommand.js.map +0 -1
  448. package/dist/cjs/commands/GetMasterAccountCommand.js +0 -61
  449. package/dist/cjs/commands/GetMasterAccountCommand.js.map +0 -1
  450. package/dist/cjs/commands/GetMemberCommand.js +0 -61
  451. package/dist/cjs/commands/GetMemberCommand.js.map +0 -1
  452. package/dist/cjs/commands/GetUsageStatisticsCommand.js +0 -61
  453. package/dist/cjs/commands/GetUsageStatisticsCommand.js.map +0 -1
  454. package/dist/cjs/commands/GetUsageTotalsCommand.js +0 -61
  455. package/dist/cjs/commands/GetUsageTotalsCommand.js.map +0 -1
  456. package/dist/cjs/commands/ListClassificationJobsCommand.js +0 -61
  457. package/dist/cjs/commands/ListClassificationJobsCommand.js.map +0 -1
  458. package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js +0 -61
  459. package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
  460. package/dist/cjs/commands/ListFindingsCommand.js +0 -61
  461. package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
  462. package/dist/cjs/commands/ListFindingsFiltersCommand.js +0 -61
  463. package/dist/cjs/commands/ListFindingsFiltersCommand.js.map +0 -1
  464. package/dist/cjs/commands/ListInvitationsCommand.js +0 -61
  465. package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
  466. package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js +0 -61
  467. package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
  468. package/dist/cjs/commands/ListMembersCommand.js +0 -61
  469. package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
  470. package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js +0 -61
  471. package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
  472. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  473. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  474. package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js +0 -61
  475. package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
  476. package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js +0 -61
  477. package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
  478. package/dist/cjs/commands/SearchResourcesCommand.js +0 -61
  479. package/dist/cjs/commands/SearchResourcesCommand.js.map +0 -1
  480. package/dist/cjs/commands/TagResourceCommand.js +0 -61
  481. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  482. package/dist/cjs/commands/TestCustomDataIdentifierCommand.js +0 -61
  483. package/dist/cjs/commands/TestCustomDataIdentifierCommand.js.map +0 -1
  484. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  485. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  486. package/dist/cjs/commands/UpdateClassificationJobCommand.js +0 -61
  487. package/dist/cjs/commands/UpdateClassificationJobCommand.js.map +0 -1
  488. package/dist/cjs/commands/UpdateFindingsFilterCommand.js +0 -61
  489. package/dist/cjs/commands/UpdateFindingsFilterCommand.js.map +0 -1
  490. package/dist/cjs/commands/UpdateMacieSessionCommand.js +0 -61
  491. package/dist/cjs/commands/UpdateMacieSessionCommand.js.map +0 -1
  492. package/dist/cjs/commands/UpdateMemberSessionCommand.js +0 -61
  493. package/dist/cjs/commands/UpdateMemberSessionCommand.js.map +0 -1
  494. package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js +0 -61
  495. package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
  496. package/dist/cjs/endpoints.js +0 -78
  497. package/dist/cjs/endpoints.js.map +0 -1
  498. package/dist/cjs/index.js +0 -75
  499. package/dist/cjs/index.js.map +0 -1
  500. package/dist/cjs/models/index.js +0 -5
  501. package/dist/cjs/models/index.js.map +0 -1
  502. package/dist/cjs/models/models_0.js +0 -2436
  503. package/dist/cjs/models/models_0.js.map +0 -1
  504. package/dist/cjs/package.json +0 -93
  505. package/dist/cjs/pagination/DescribeBucketsPaginator.js +0 -46
  506. package/dist/cjs/pagination/DescribeBucketsPaginator.js.map +0 -1
  507. package/dist/cjs/pagination/GetUsageStatisticsPaginator.js +0 -46
  508. package/dist/cjs/pagination/GetUsageStatisticsPaginator.js.map +0 -1
  509. package/dist/cjs/pagination/Interfaces.js +0 -3
  510. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  511. package/dist/cjs/pagination/ListClassificationJobsPaginator.js +0 -46
  512. package/dist/cjs/pagination/ListClassificationJobsPaginator.js.map +0 -1
  513. package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js +0 -46
  514. package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
  515. package/dist/cjs/pagination/ListFindingsFiltersPaginator.js +0 -46
  516. package/dist/cjs/pagination/ListFindingsFiltersPaginator.js.map +0 -1
  517. package/dist/cjs/pagination/ListFindingsPaginator.js +0 -46
  518. package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
  519. package/dist/cjs/pagination/ListInvitationsPaginator.js +0 -46
  520. package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
  521. package/dist/cjs/pagination/ListMembersPaginator.js +0 -46
  522. package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
  523. package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js +0 -46
  524. package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
  525. package/dist/cjs/pagination/SearchResourcesPaginator.js +0 -46
  526. package/dist/cjs/pagination/SearchResourcesPaginator.js.map +0 -1
  527. package/dist/cjs/protocols/Aws_restJson1.js +0 -8856
  528. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  529. package/dist/cjs/runtimeConfig.browser.js +0 -41
  530. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  531. package/dist/cjs/runtimeConfig.js +0 -46
  532. package/dist/cjs/runtimeConfig.js.map +0 -1
  533. package/dist/cjs/runtimeConfig.native.js +0 -20
  534. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  535. package/dist/cjs/runtimeConfig.shared.js +0 -21
  536. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  537. package/dist/es/Macie2.js +0 -866
  538. package/dist/es/Macie2.js.map +0 -1
  539. package/dist/es/Macie2Client.js +0 -38
  540. package/dist/es/Macie2Client.js.map +0 -1
  541. package/dist/es/commands/AcceptInvitationCommand.js +0 -40
  542. package/dist/es/commands/AcceptInvitationCommand.js.map +0 -1
  543. package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js +0 -40
  544. package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
  545. package/dist/es/commands/CreateClassificationJobCommand.js +0 -40
  546. package/dist/es/commands/CreateClassificationJobCommand.js.map +0 -1
  547. package/dist/es/commands/CreateCustomDataIdentifierCommand.js +0 -40
  548. package/dist/es/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
  549. package/dist/es/commands/CreateFindingsFilterCommand.js +0 -40
  550. package/dist/es/commands/CreateFindingsFilterCommand.js.map +0 -1
  551. package/dist/es/commands/CreateInvitationsCommand.js +0 -40
  552. package/dist/es/commands/CreateInvitationsCommand.js.map +0 -1
  553. package/dist/es/commands/CreateMemberCommand.js +0 -40
  554. package/dist/es/commands/CreateMemberCommand.js.map +0 -1
  555. package/dist/es/commands/CreateSampleFindingsCommand.js +0 -40
  556. package/dist/es/commands/CreateSampleFindingsCommand.js.map +0 -1
  557. package/dist/es/commands/DeclineInvitationsCommand.js +0 -40
  558. package/dist/es/commands/DeclineInvitationsCommand.js.map +0 -1
  559. package/dist/es/commands/DeleteCustomDataIdentifierCommand.js +0 -40
  560. package/dist/es/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
  561. package/dist/es/commands/DeleteFindingsFilterCommand.js +0 -40
  562. package/dist/es/commands/DeleteFindingsFilterCommand.js.map +0 -1
  563. package/dist/es/commands/DeleteInvitationsCommand.js +0 -40
  564. package/dist/es/commands/DeleteInvitationsCommand.js.map +0 -1
  565. package/dist/es/commands/DeleteMemberCommand.js +0 -40
  566. package/dist/es/commands/DeleteMemberCommand.js.map +0 -1
  567. package/dist/es/commands/DescribeBucketsCommand.js +0 -40
  568. package/dist/es/commands/DescribeBucketsCommand.js.map +0 -1
  569. package/dist/es/commands/DescribeClassificationJobCommand.js +0 -40
  570. package/dist/es/commands/DescribeClassificationJobCommand.js.map +0 -1
  571. package/dist/es/commands/DescribeOrganizationConfigurationCommand.js +0 -40
  572. package/dist/es/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
  573. package/dist/es/commands/DisableMacieCommand.js +0 -40
  574. package/dist/es/commands/DisableMacieCommand.js.map +0 -1
  575. package/dist/es/commands/DisableOrganizationAdminAccountCommand.js +0 -40
  576. package/dist/es/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
  577. package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js +0 -40
  578. package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
  579. package/dist/es/commands/DisassociateFromMasterAccountCommand.js +0 -40
  580. package/dist/es/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
  581. package/dist/es/commands/DisassociateMemberCommand.js +0 -40
  582. package/dist/es/commands/DisassociateMemberCommand.js.map +0 -1
  583. package/dist/es/commands/EnableMacieCommand.js +0 -40
  584. package/dist/es/commands/EnableMacieCommand.js.map +0 -1
  585. package/dist/es/commands/EnableOrganizationAdminAccountCommand.js +0 -40
  586. package/dist/es/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
  587. package/dist/es/commands/GetAdministratorAccountCommand.js +0 -40
  588. package/dist/es/commands/GetAdministratorAccountCommand.js.map +0 -1
  589. package/dist/es/commands/GetBucketStatisticsCommand.js +0 -40
  590. package/dist/es/commands/GetBucketStatisticsCommand.js.map +0 -1
  591. package/dist/es/commands/GetClassificationExportConfigurationCommand.js +0 -40
  592. package/dist/es/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
  593. package/dist/es/commands/GetCustomDataIdentifierCommand.js +0 -40
  594. package/dist/es/commands/GetCustomDataIdentifierCommand.js.map +0 -1
  595. package/dist/es/commands/GetFindingStatisticsCommand.js +0 -40
  596. package/dist/es/commands/GetFindingStatisticsCommand.js.map +0 -1
  597. package/dist/es/commands/GetFindingsCommand.js +0 -40
  598. package/dist/es/commands/GetFindingsCommand.js.map +0 -1
  599. package/dist/es/commands/GetFindingsFilterCommand.js +0 -40
  600. package/dist/es/commands/GetFindingsFilterCommand.js.map +0 -1
  601. package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js +0 -40
  602. package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
  603. package/dist/es/commands/GetInvitationsCountCommand.js +0 -40
  604. package/dist/es/commands/GetInvitationsCountCommand.js.map +0 -1
  605. package/dist/es/commands/GetMacieSessionCommand.js +0 -40
  606. package/dist/es/commands/GetMacieSessionCommand.js.map +0 -1
  607. package/dist/es/commands/GetMasterAccountCommand.js +0 -40
  608. package/dist/es/commands/GetMasterAccountCommand.js.map +0 -1
  609. package/dist/es/commands/GetMemberCommand.js +0 -40
  610. package/dist/es/commands/GetMemberCommand.js.map +0 -1
  611. package/dist/es/commands/GetUsageStatisticsCommand.js +0 -40
  612. package/dist/es/commands/GetUsageStatisticsCommand.js.map +0 -1
  613. package/dist/es/commands/GetUsageTotalsCommand.js +0 -40
  614. package/dist/es/commands/GetUsageTotalsCommand.js.map +0 -1
  615. package/dist/es/commands/ListClassificationJobsCommand.js +0 -40
  616. package/dist/es/commands/ListClassificationJobsCommand.js.map +0 -1
  617. package/dist/es/commands/ListCustomDataIdentifiersCommand.js +0 -40
  618. package/dist/es/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
  619. package/dist/es/commands/ListFindingsCommand.js +0 -40
  620. package/dist/es/commands/ListFindingsCommand.js.map +0 -1
  621. package/dist/es/commands/ListFindingsFiltersCommand.js +0 -40
  622. package/dist/es/commands/ListFindingsFiltersCommand.js.map +0 -1
  623. package/dist/es/commands/ListInvitationsCommand.js +0 -40
  624. package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
  625. package/dist/es/commands/ListManagedDataIdentifiersCommand.js +0 -40
  626. package/dist/es/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
  627. package/dist/es/commands/ListMembersCommand.js +0 -40
  628. package/dist/es/commands/ListMembersCommand.js.map +0 -1
  629. package/dist/es/commands/ListOrganizationAdminAccountsCommand.js +0 -40
  630. package/dist/es/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
  631. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  632. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  633. package/dist/es/commands/PutClassificationExportConfigurationCommand.js +0 -40
  634. package/dist/es/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
  635. package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js +0 -40
  636. package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
  637. package/dist/es/commands/SearchResourcesCommand.js +0 -40
  638. package/dist/es/commands/SearchResourcesCommand.js.map +0 -1
  639. package/dist/es/commands/TagResourceCommand.js +0 -40
  640. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  641. package/dist/es/commands/TestCustomDataIdentifierCommand.js +0 -40
  642. package/dist/es/commands/TestCustomDataIdentifierCommand.js.map +0 -1
  643. package/dist/es/commands/UntagResourceCommand.js +0 -40
  644. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  645. package/dist/es/commands/UpdateClassificationJobCommand.js +0 -40
  646. package/dist/es/commands/UpdateClassificationJobCommand.js.map +0 -1
  647. package/dist/es/commands/UpdateFindingsFilterCommand.js +0 -40
  648. package/dist/es/commands/UpdateFindingsFilterCommand.js.map +0 -1
  649. package/dist/es/commands/UpdateMacieSessionCommand.js +0 -40
  650. package/dist/es/commands/UpdateMacieSessionCommand.js.map +0 -1
  651. package/dist/es/commands/UpdateMemberSessionCommand.js +0 -40
  652. package/dist/es/commands/UpdateMemberSessionCommand.js.map +0 -1
  653. package/dist/es/commands/UpdateOrganizationConfigurationCommand.js +0 -40
  654. package/dist/es/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
  655. package/dist/es/endpoints.js +0 -74
  656. package/dist/es/endpoints.js.map +0 -1
  657. package/dist/es/index.js +0 -72
  658. package/dist/es/index.js.map +0 -1
  659. package/dist/es/models/index.js +0 -2
  660. package/dist/es/models/index.js.map +0 -1
  661. package/dist/es/models/models_0.js +0 -1244
  662. package/dist/es/models/models_0.js.map +0 -1
  663. package/dist/es/package.json +0 -93
  664. package/dist/es/pagination/DescribeBucketsPaginator.js +0 -75
  665. package/dist/es/pagination/DescribeBucketsPaginator.js.map +0 -1
  666. package/dist/es/pagination/GetUsageStatisticsPaginator.js +0 -75
  667. package/dist/es/pagination/GetUsageStatisticsPaginator.js.map +0 -1
  668. package/dist/es/pagination/Interfaces.js +0 -2
  669. package/dist/es/pagination/Interfaces.js.map +0 -1
  670. package/dist/es/pagination/ListClassificationJobsPaginator.js +0 -75
  671. package/dist/es/pagination/ListClassificationJobsPaginator.js.map +0 -1
  672. package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js +0 -75
  673. package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
  674. package/dist/es/pagination/ListFindingsFiltersPaginator.js +0 -75
  675. package/dist/es/pagination/ListFindingsFiltersPaginator.js.map +0 -1
  676. package/dist/es/pagination/ListFindingsPaginator.js +0 -75
  677. package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
  678. package/dist/es/pagination/ListInvitationsPaginator.js +0 -75
  679. package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
  680. package/dist/es/pagination/ListMembersPaginator.js +0 -75
  681. package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
  682. package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js +0 -75
  683. package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
  684. package/dist/es/pagination/SearchResourcesPaginator.js +0 -75
  685. package/dist/es/pagination/SearchResourcesPaginator.js.map +0 -1
  686. package/dist/es/protocols/Aws_restJson1.js +0 -9624
  687. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  688. package/dist/es/runtimeConfig.browser.js +0 -17
  689. package/dist/es/runtimeConfig.browser.js.map +0 -1
  690. package/dist/es/runtimeConfig.js +0 -22
  691. package/dist/es/runtimeConfig.js.map +0 -1
  692. package/dist/es/runtimeConfig.native.js +0 -9
  693. package/dist/es/runtimeConfig.native.js.map +0 -1
  694. package/dist/es/runtimeConfig.shared.js +0 -14
  695. package/dist/es/runtimeConfig.shared.js.map +0 -1
  696. package/dist/types/Macie2.d.ts +0 -406
  697. package/dist/types/Macie2Client.d.ts +0 -189
  698. package/dist/types/commands/AcceptInvitationCommand.d.ts +0 -35
  699. package/dist/types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
  700. package/dist/types/commands/CreateClassificationJobCommand.d.ts +0 -35
  701. package/dist/types/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
  702. package/dist/types/commands/CreateFindingsFilterCommand.d.ts +0 -35
  703. package/dist/types/commands/CreateInvitationsCommand.d.ts +0 -35
  704. package/dist/types/commands/CreateMemberCommand.d.ts +0 -35
  705. package/dist/types/commands/CreateSampleFindingsCommand.d.ts +0 -35
  706. package/dist/types/commands/DeclineInvitationsCommand.d.ts +0 -35
  707. package/dist/types/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
  708. package/dist/types/commands/DeleteFindingsFilterCommand.d.ts +0 -35
  709. package/dist/types/commands/DeleteInvitationsCommand.d.ts +0 -35
  710. package/dist/types/commands/DeleteMemberCommand.d.ts +0 -35
  711. package/dist/types/commands/DescribeBucketsCommand.d.ts +0 -35
  712. package/dist/types/commands/DescribeClassificationJobCommand.d.ts +0 -35
  713. package/dist/types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
  714. package/dist/types/commands/DisableMacieCommand.d.ts +0 -35
  715. package/dist/types/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
  716. package/dist/types/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
  717. package/dist/types/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
  718. package/dist/types/commands/DisassociateMemberCommand.d.ts +0 -35
  719. package/dist/types/commands/EnableMacieCommand.d.ts +0 -35
  720. package/dist/types/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
  721. package/dist/types/commands/GetAdministratorAccountCommand.d.ts +0 -35
  722. package/dist/types/commands/GetBucketStatisticsCommand.d.ts +0 -35
  723. package/dist/types/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
  724. package/dist/types/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
  725. package/dist/types/commands/GetFindingStatisticsCommand.d.ts +0 -35
  726. package/dist/types/commands/GetFindingsCommand.d.ts +0 -35
  727. package/dist/types/commands/GetFindingsFilterCommand.d.ts +0 -35
  728. package/dist/types/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
  729. package/dist/types/commands/GetInvitationsCountCommand.d.ts +0 -35
  730. package/dist/types/commands/GetMacieSessionCommand.d.ts +0 -35
  731. package/dist/types/commands/GetMasterAccountCommand.d.ts +0 -35
  732. package/dist/types/commands/GetMemberCommand.d.ts +0 -35
  733. package/dist/types/commands/GetUsageStatisticsCommand.d.ts +0 -35
  734. package/dist/types/commands/GetUsageTotalsCommand.d.ts +0 -35
  735. package/dist/types/commands/ListClassificationJobsCommand.d.ts +0 -35
  736. package/dist/types/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
  737. package/dist/types/commands/ListFindingsCommand.d.ts +0 -35
  738. package/dist/types/commands/ListFindingsFiltersCommand.d.ts +0 -35
  739. package/dist/types/commands/ListInvitationsCommand.d.ts +0 -35
  740. package/dist/types/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
  741. package/dist/types/commands/ListMembersCommand.d.ts +0 -35
  742. package/dist/types/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
  743. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  744. package/dist/types/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
  745. package/dist/types/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
  746. package/dist/types/commands/SearchResourcesCommand.d.ts +0 -35
  747. package/dist/types/commands/TagResourceCommand.d.ts +0 -35
  748. package/dist/types/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
  749. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  750. package/dist/types/commands/UpdateClassificationJobCommand.d.ts +0 -35
  751. package/dist/types/commands/UpdateFindingsFilterCommand.d.ts +0 -35
  752. package/dist/types/commands/UpdateMacieSessionCommand.d.ts +0 -35
  753. package/dist/types/commands/UpdateMemberSessionCommand.d.ts +0 -35
  754. package/dist/types/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
  755. package/dist/types/models/models_0.d.ts +0 -5094
  756. package/dist/types/pagination/DescribeBucketsPaginator.d.ts +0 -4
  757. package/dist/types/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
  758. package/dist/types/pagination/Interfaces.d.ts +0 -6
  759. package/dist/types/pagination/ListClassificationJobsPaginator.d.ts +0 -4
  760. package/dist/types/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
  761. package/dist/types/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
  762. package/dist/types/pagination/ListFindingsPaginator.d.ts +0 -4
  763. package/dist/types/pagination/ListInvitationsPaginator.d.ts +0 -4
  764. package/dist/types/pagination/ListMembersPaginator.d.ts +0 -4
  765. package/dist/types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
  766. package/dist/types/pagination/SearchResourcesPaginator.d.ts +0 -4
  767. package/dist/types/protocols/Aws_restJson1.d.ts +0 -173
  768. package/dist/types/runtimeConfig.d.ts +0 -37
  769. package/dist/types/ts3.4/Macie2.d.ts +0 -406
  770. package/dist/types/ts3.4/Macie2Client.d.ts +0 -189
  771. package/dist/types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -35
  772. package/dist/types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
  773. package/dist/types/ts3.4/commands/CreateClassificationJobCommand.d.ts +0 -35
  774. package/dist/types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
  775. package/dist/types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +0 -35
  776. package/dist/types/ts3.4/commands/CreateInvitationsCommand.d.ts +0 -35
  777. package/dist/types/ts3.4/commands/CreateMemberCommand.d.ts +0 -35
  778. package/dist/types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +0 -35
  779. package/dist/types/ts3.4/commands/DeclineInvitationsCommand.d.ts +0 -35
  780. package/dist/types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
  781. package/dist/types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +0 -35
  782. package/dist/types/ts3.4/commands/DeleteInvitationsCommand.d.ts +0 -35
  783. package/dist/types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -35
  784. package/dist/types/ts3.4/commands/DescribeBucketsCommand.d.ts +0 -35
  785. package/dist/types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +0 -35
  786. package/dist/types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
  787. package/dist/types/ts3.4/commands/DisableMacieCommand.d.ts +0 -35
  788. package/dist/types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
  789. package/dist/types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
  790. package/dist/types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
  791. package/dist/types/ts3.4/commands/DisassociateMemberCommand.d.ts +0 -35
  792. package/dist/types/ts3.4/commands/EnableMacieCommand.d.ts +0 -35
  793. package/dist/types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
  794. package/dist/types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +0 -35
  795. package/dist/types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +0 -35
  796. package/dist/types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
  797. package/dist/types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
  798. package/dist/types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +0 -35
  799. package/dist/types/ts3.4/commands/GetFindingsCommand.d.ts +0 -35
  800. package/dist/types/ts3.4/commands/GetFindingsFilterCommand.d.ts +0 -35
  801. package/dist/types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
  802. package/dist/types/ts3.4/commands/GetInvitationsCountCommand.d.ts +0 -35
  803. package/dist/types/ts3.4/commands/GetMacieSessionCommand.d.ts +0 -35
  804. package/dist/types/ts3.4/commands/GetMasterAccountCommand.d.ts +0 -35
  805. package/dist/types/ts3.4/commands/GetMemberCommand.d.ts +0 -35
  806. package/dist/types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +0 -35
  807. package/dist/types/ts3.4/commands/GetUsageTotalsCommand.d.ts +0 -35
  808. package/dist/types/ts3.4/commands/ListClassificationJobsCommand.d.ts +0 -35
  809. package/dist/types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
  810. package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -35
  811. package/dist/types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +0 -35
  812. package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -35
  813. package/dist/types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
  814. package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -35
  815. package/dist/types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
  816. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  817. package/dist/types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
  818. package/dist/types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
  819. package/dist/types/ts3.4/commands/SearchResourcesCommand.d.ts +0 -35
  820. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  821. package/dist/types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
  822. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  823. package/dist/types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +0 -35
  824. package/dist/types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +0 -35
  825. package/dist/types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +0 -35
  826. package/dist/types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +0 -35
  827. package/dist/types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
  828. package/dist/types/ts3.4/models/models_0.d.ts +0 -5094
  829. package/dist/types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +0 -4
  830. package/dist/types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
  831. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  832. package/dist/types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +0 -4
  833. package/dist/types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
  834. package/dist/types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
  835. package/dist/types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
  836. package/dist/types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
  837. package/dist/types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
  838. package/dist/types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
  839. package/dist/types/ts3.4/pagination/SearchResourcesPaginator.d.ts +0 -4
  840. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
  841. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  842. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  843. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  844. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  845. package/endpoints.ts +0 -78
  846. package/jest.config.js +0 -4
  847. package/models/models_0.ts +0 -6455
  848. package/pagination/DescribeBucketsPaginator.ts +0 -58
  849. package/pagination/GetUsageStatisticsPaginator.ts +0 -58
  850. package/pagination/Interfaces.ts +0 -7
  851. package/pagination/ListClassificationJobsPaginator.ts +0 -58
  852. package/pagination/ListCustomDataIdentifiersPaginator.ts +0 -58
  853. package/pagination/ListFindingsFiltersPaginator.ts +0 -58
  854. package/pagination/ListFindingsPaginator.ts +0 -58
  855. package/pagination/ListInvitationsPaginator.ts +0 -58
  856. package/pagination/ListMembersPaginator.ts +0 -54
  857. package/pagination/ListOrganizationAdminAccountsPaginator.ts +0 -58
  858. package/pagination/SearchResourcesPaginator.ts +0 -58
  859. package/protocols/Aws_restJson1.ts +0 -10255
  860. package/runtimeConfig.browser.ts +0 -40
  861. package/runtimeConfig.native.ts +0 -16
  862. package/runtimeConfig.shared.ts +0 -16
  863. package/runtimeConfig.ts +0 -45
  864. package/tsconfig.es.json +0 -10
  865. package/tsconfig.json +0 -31
  866. package/tsconfig.types.json +0 -8
@@ -1,189 +0,0 @@
1
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
2
- import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "./commands/BatchGetCustomDataIdentifiersCommand";
3
- import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "./commands/CreateClassificationJobCommand";
4
- import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "./commands/CreateCustomDataIdentifierCommand";
5
- import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "./commands/CreateFindingsFilterCommand";
6
- import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from "./commands/CreateInvitationsCommand";
7
- import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
8
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
9
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
10
- import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "./commands/DeleteCustomDataIdentifierCommand";
11
- import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "./commands/DeleteFindingsFilterCommand";
12
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
13
- import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
14
- import { DescribeBucketsCommandInput, DescribeBucketsCommandOutput } from "./commands/DescribeBucketsCommand";
15
- import { DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput } from "./commands/DescribeClassificationJobCommand";
16
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
17
- import { DisableMacieCommandInput, DisableMacieCommandOutput } from "./commands/DisableMacieCommand";
18
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
19
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
20
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
21
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
22
- import { EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
23
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
24
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
25
- import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "./commands/GetBucketStatisticsCommand";
26
- import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "./commands/GetClassificationExportConfigurationCommand";
27
- import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "./commands/GetCustomDataIdentifierCommand";
28
- import { GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput } from "./commands/GetFindingStatisticsCommand";
29
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
30
- import { GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput } from "./commands/GetFindingsFilterCommand";
31
- import { GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput } from "./commands/GetFindingsPublicationConfigurationCommand";
32
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
33
- import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
34
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
35
- import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
36
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
37
- import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
38
- import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
39
- import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "./commands/ListCustomDataIdentifiersCommand";
40
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
41
- import { ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput } from "./commands/ListFindingsFiltersCommand";
42
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
43
- import { ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput } from "./commands/ListManagedDataIdentifiersCommand";
44
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
45
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
46
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
- import { PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput } from "./commands/PutClassificationExportConfigurationCommand";
48
- import { PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput } from "./commands/PutFindingsPublicationConfigurationCommand";
49
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
50
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
- import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "./commands/TestCustomDataIdentifierCommand";
52
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
53
- import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "./commands/UpdateClassificationJobCommand";
54
- import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "./commands/UpdateFindingsFilterCommand";
55
- import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
56
- import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
57
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
58
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
59
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
60
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
61
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
62
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
63
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
64
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
65
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
66
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput;
67
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput;
68
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
69
- /**
70
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
71
- */
72
- requestHandler?: __HttpHandler;
73
- /**
74
- * A constructor for a class implementing the {@link __Hash} interface
75
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
76
- * @internal
77
- */
78
- sha256?: __HashConstructor;
79
- /**
80
- * The function that will be used to convert strings into HTTP endpoints.
81
- * @internal
82
- */
83
- urlParser?: __UrlParser;
84
- /**
85
- * A function that can calculate the length of a request body.
86
- * @internal
87
- */
88
- bodyLengthChecker?: (body: any) => number | undefined;
89
- /**
90
- * A function that converts a stream into an array of bytes.
91
- * @internal
92
- */
93
- streamCollector?: __StreamCollector;
94
- /**
95
- * The function that will be used to convert a base64-encoded string to a byte array.
96
- * @internal
97
- */
98
- base64Decoder?: __Decoder;
99
- /**
100
- * The function that will be used to convert binary data to a base64-encoded string.
101
- * @internal
102
- */
103
- base64Encoder?: __Encoder;
104
- /**
105
- * The function that will be used to convert a UTF8-encoded string to a byte array.
106
- * @internal
107
- */
108
- utf8Decoder?: __Decoder;
109
- /**
110
- * The function that will be used to convert binary data to a UTF-8 encoded string.
111
- * @internal
112
- */
113
- utf8Encoder?: __Encoder;
114
- /**
115
- * The runtime environment.
116
- * @internal
117
- */
118
- runtime?: string;
119
- /**
120
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
121
- * trait of an operation.
122
- */
123
- disableHostPrefix?: boolean;
124
- /**
125
- * Value for how many times a request will be made at most in case of retry.
126
- */
127
- maxAttempts?: number | __Provider<number>;
128
- /**
129
- * Specifies which retry algorithm to use.
130
- */
131
- retryMode?: string | __Provider<string>;
132
- /**
133
- * Optional logger for logging debug/info/warn/error.
134
- */
135
- logger?: __Logger;
136
- /**
137
- * Unique service identifier.
138
- * @internal
139
- */
140
- serviceId?: string;
141
- /**
142
- * The AWS region to which this client will send requests
143
- */
144
- region?: string | __Provider<string>;
145
- /**
146
- * Default credentials provider; Not available in browser runtime.
147
- * @internal
148
- */
149
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
150
- /**
151
- * Fetch related hostname, signing name or signing region with given region.
152
- * @internal
153
- */
154
- regionInfoProvider?: RegionInfoProvider;
155
- /**
156
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
157
- * @internal
158
- */
159
- defaultUserAgentProvider?: Provider<__UserAgent>;
160
- }
161
- declare type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
162
- /**
163
- * The configuration interface of Macie2Client class constructor that set the region, credentials and other options.
164
- */
165
- export interface Macie2ClientConfig extends Macie2ClientConfigType {
166
- }
167
- declare type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
168
- /**
169
- * The resolved configuration interface of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
170
- */
171
- export interface Macie2ClientResolvedConfig extends Macie2ClientResolvedConfigType {
172
- }
173
- /**
174
- * <p>Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS. Macie automates the discovery of sensitive data, such as PII and intellectual property, to provide you with insight into the data that your organization stores in AWS. Macie also provides an inventory of your Amazon S3 buckets, which it continually monitors for you. If Macie detects sensitive data or potential data access issues, it generates detailed findings for you to review and act upon as necessary.</p>
175
- */
176
- export declare class Macie2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Macie2ClientResolvedConfig> {
177
- /**
178
- * The resolved configuration of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
179
- */
180
- readonly config: Macie2ClientResolvedConfig;
181
- constructor(configuration: Macie2ClientConfig);
182
- /**
183
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
184
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
185
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
186
- */
187
- destroy(): void;
188
- }
189
- export {};
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
6
- }
7
- export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Accepts an Amazon Macie membership invitation that was received from a specific account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, AcceptInvitationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, AcceptInvitationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new AcceptInvitationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AcceptInvitationCommandInput} for command's `input` shape.
22
- * @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: AcceptInvitationCommandInput;
28
- constructor(input: AcceptInvitationCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface BatchGetCustomDataIdentifiersCommandInput extends BatchGetCustomDataIdentifiersRequest {
6
- }
7
- export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCustomDataIdentifiersResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Retrieves information about one or more custom data identifiers.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, BatchGetCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, BatchGetCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new BatchGetCustomDataIdentifiersCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link BatchGetCustomDataIdentifiersCommandInput} for command's `input` shape.
22
- * @see {@link BatchGetCustomDataIdentifiersCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: BatchGetCustomDataIdentifiersCommandInput;
28
- constructor(input: BatchGetCustomDataIdentifiersCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateClassificationJobCommandInput extends CreateClassificationJobRequest {
6
- }
7
- export interface CreateClassificationJobCommandOutput extends CreateClassificationJobResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates and defines the settings for a classification job.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateClassificationJobCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateClassificationJobCommandInput} for command's `input` shape.
22
- * @see {@link CreateClassificationJobCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateClassificationJobCommandInput;
28
- constructor(input: CreateClassificationJobCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateCustomDataIdentifierCommandInput extends CreateCustomDataIdentifierRequest {
6
- }
7
- export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDataIdentifierResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates and defines the criteria and other settings for a custom data identifier.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateCustomDataIdentifierCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateCustomDataIdentifierCommandInput} for command's `input` shape.
22
- * @see {@link CreateCustomDataIdentifierCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateCustomDataIdentifierCommandInput;
28
- constructor(input: CreateCustomDataIdentifierCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateFindingsFilterCommandInput extends CreateFindingsFilterRequest {
6
- }
7
- export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates and defines the criteria and other settings for a findings filter.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateFindingsFilterCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateFindingsFilterCommandInput} for command's `input` shape.
22
- * @see {@link CreateFindingsFilterCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateFindingsFilterCommandInput;
28
- constructor(input: CreateFindingsFilterCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateInvitationsCommandInput extends CreateInvitationsRequest {
6
- }
7
- export interface CreateInvitationsCommandOutput extends CreateInvitationsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Sends an Amazon Macie membership invitation to one or more accounts.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateInvitationsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateInvitationsCommandInput} for command's `input` shape.
22
- * @see {@link CreateInvitationsCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateInvitationsCommandInput;
28
- constructor(input: CreateInvitationsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInvitationsCommandInput, CreateInvitationsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateMemberRequest, CreateMemberResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateMemberCommandInput extends CreateMemberRequest {
6
- }
7
- export interface CreateMemberCommandOutput extends CreateMemberResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Associates an account with an Amazon Macie administrator account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateMemberCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateMemberCommandInput} for command's `input` shape.
22
- * @see {@link CreateMemberCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateMemberCommandInput;
28
- constructor(input: CreateMemberCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {
6
- }
7
- export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates sample findings.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, CreateSampleFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, CreateSampleFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new CreateSampleFindingsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateSampleFindingsCommandInput} for command's `input` shape.
22
- * @see {@link CreateSampleFindingsCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: CreateSampleFindingsCommandInput;
28
- constructor(input: CreateSampleFindingsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
6
- }
7
- export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Declines Amazon Macie membership invitations that were received from specific accounts.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, DeclineInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, DeclineInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new DeclineInvitationsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
22
- * @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: DeclineInvitationsCommandInput;
28
- constructor(input: DeclineInvitationsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { DeleteCustomDataIdentifierRequest, DeleteCustomDataIdentifierResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteCustomDataIdentifierCommandInput extends DeleteCustomDataIdentifierRequest {
6
- }
7
- export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDataIdentifierResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Soft deletes a custom data identifier.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, DeleteCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, DeleteCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new DeleteCustomDataIdentifierCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteCustomDataIdentifierCommandInput} for command's `input` shape.
22
- * @see {@link DeleteCustomDataIdentifierCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteCustomDataIdentifierCommand extends $Command<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: DeleteCustomDataIdentifierCommandInput;
28
- constructor(input: DeleteCustomDataIdentifierCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { DeleteFindingsFilterRequest, DeleteFindingsFilterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteFindingsFilterCommandInput extends DeleteFindingsFilterRequest {
6
- }
7
- export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a findings filter.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, DeleteFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, DeleteFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new DeleteFindingsFilterCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteFindingsFilterCommandInput} for command's `input` shape.
22
- * @see {@link DeleteFindingsFilterCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteFindingsFilterCommand extends $Command<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: DeleteFindingsFilterCommandInput;
28
- constructor(input: DeleteFindingsFilterCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
2
- import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
6
- }
7
- export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes Amazon Macie membership invitations that were received from specific accounts.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Macie2Client, DeleteInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
- * // const { Macie2Client, DeleteInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
- * const client = new Macie2Client(config);
17
- * const command = new DeleteInvitationsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
22
- * @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
23
- * @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig> {
27
- readonly input: DeleteInvitationsCommandInput;
28
- constructor(input: DeleteInvitationsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }