@aws-sdk/client-workmail 3.34.0 → 3.35.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 (1073) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/WorkMail.js +916 -0
  3. package/dist-cjs/WorkMail.js.map +1 -0
  4. package/dist-cjs/WorkMailClient.js +79 -0
  5. package/dist-cjs/WorkMailClient.js.map +1 -0
  6. package/dist-cjs/commands/AssociateDelegateToResourceCommand.js +61 -0
  7. package/dist-cjs/commands/AssociateDelegateToResourceCommand.js.map +1 -0
  8. package/dist-cjs/commands/AssociateMemberToGroupCommand.js +61 -0
  9. package/dist-cjs/commands/AssociateMemberToGroupCommand.js.map +1 -0
  10. package/dist-cjs/commands/CancelMailboxExportJobCommand.js +65 -0
  11. package/dist-cjs/commands/CancelMailboxExportJobCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateAliasCommand.js +61 -0
  13. package/dist-cjs/commands/CreateAliasCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateGroupCommand.js +61 -0
  15. package/dist-cjs/commands/CreateGroupCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateMobileDeviceAccessRuleCommand.js +61 -0
  17. package/dist-cjs/commands/CreateMobileDeviceAccessRuleCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateOrganizationCommand.js +65 -0
  19. package/dist-cjs/commands/CreateOrganizationCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateResourceCommand.js +61 -0
  21. package/dist-cjs/commands/CreateResourceCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateUserCommand.js +61 -0
  23. package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteAccessControlRuleCommand.js +61 -0
  25. package/dist-cjs/commands/DeleteAccessControlRuleCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteAliasCommand.js +62 -0
  27. package/dist-cjs/commands/DeleteAliasCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteGroupCommand.js +61 -0
  29. package/dist-cjs/commands/DeleteGroupCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteMailboxPermissionsCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteMailboxPermissionsCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteMobileDeviceAccessOverrideCommand.js +61 -0
  33. package/dist-cjs/commands/DeleteMobileDeviceAccessOverrideCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteMobileDeviceAccessRuleCommand.js +61 -0
  35. package/dist-cjs/commands/DeleteMobileDeviceAccessRuleCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeleteOrganizationCommand.js +61 -0
  37. package/dist-cjs/commands/DeleteOrganizationCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeleteResourceCommand.js +61 -0
  39. package/dist-cjs/commands/DeleteResourceCommand.js.map +1 -0
  40. package/dist-cjs/commands/DeleteRetentionPolicyCommand.js +61 -0
  41. package/dist-cjs/commands/DeleteRetentionPolicyCommand.js.map +1 -0
  42. package/dist-cjs/commands/DeleteUserCommand.js +65 -0
  43. package/dist-cjs/commands/DeleteUserCommand.js.map +1 -0
  44. package/dist-cjs/commands/DeregisterFromWorkMailCommand.js +64 -0
  45. package/dist-cjs/commands/DeregisterFromWorkMailCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeGroupCommand.js +61 -0
  47. package/dist-cjs/commands/DescribeGroupCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeMailboxExportJobCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeMailboxExportJobCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeOrganizationCommand.js +62 -0
  51. package/dist-cjs/commands/DescribeOrganizationCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeResourceCommand.js +61 -0
  53. package/dist-cjs/commands/DescribeResourceCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeUserCommand.js +61 -0
  55. package/dist-cjs/commands/DescribeUserCommand.js.map +1 -0
  56. package/dist-cjs/commands/DisassociateDelegateFromResourceCommand.js +61 -0
  57. package/dist-cjs/commands/DisassociateDelegateFromResourceCommand.js.map +1 -0
  58. package/dist-cjs/commands/DisassociateMemberFromGroupCommand.js +61 -0
  59. package/dist-cjs/commands/DisassociateMemberFromGroupCommand.js.map +1 -0
  60. package/dist-cjs/commands/GetAccessControlEffectCommand.js +62 -0
  61. package/dist-cjs/commands/GetAccessControlEffectCommand.js.map +1 -0
  62. package/dist-cjs/commands/GetDefaultRetentionPolicyCommand.js +61 -0
  63. package/dist-cjs/commands/GetDefaultRetentionPolicyCommand.js.map +1 -0
  64. package/dist-cjs/commands/GetMailboxDetailsCommand.js +61 -0
  65. package/dist-cjs/commands/GetMailboxDetailsCommand.js.map +1 -0
  66. package/dist-cjs/commands/GetMobileDeviceAccessEffectCommand.js +62 -0
  67. package/dist-cjs/commands/GetMobileDeviceAccessEffectCommand.js.map +1 -0
  68. package/dist-cjs/commands/GetMobileDeviceAccessOverrideCommand.js +61 -0
  69. package/dist-cjs/commands/GetMobileDeviceAccessOverrideCommand.js.map +1 -0
  70. package/dist-cjs/commands/ListAccessControlRulesCommand.js +61 -0
  71. package/dist-cjs/commands/ListAccessControlRulesCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListAliasesCommand.js +62 -0
  73. package/dist-cjs/commands/ListAliasesCommand.js.map +1 -0
  74. package/dist-cjs/commands/ListGroupMembersCommand.js +62 -0
  75. package/dist-cjs/commands/ListGroupMembersCommand.js.map +1 -0
  76. package/dist-cjs/commands/ListGroupsCommand.js +61 -0
  77. package/dist-cjs/commands/ListGroupsCommand.js.map +1 -0
  78. package/dist-cjs/commands/ListMailboxExportJobsCommand.js +62 -0
  79. package/dist-cjs/commands/ListMailboxExportJobsCommand.js.map +1 -0
  80. package/dist-cjs/commands/ListMailboxPermissionsCommand.js +62 -0
  81. package/dist-cjs/commands/ListMailboxPermissionsCommand.js.map +1 -0
  82. package/dist-cjs/commands/ListMobileDeviceAccessOverridesCommand.js +61 -0
  83. package/dist-cjs/commands/ListMobileDeviceAccessOverridesCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListMobileDeviceAccessRulesCommand.js +61 -0
  85. package/dist-cjs/commands/ListMobileDeviceAccessRulesCommand.js.map +1 -0
  86. package/dist-cjs/commands/ListOrganizationsCommand.js +61 -0
  87. package/dist-cjs/commands/ListOrganizationsCommand.js.map +1 -0
  88. package/dist-cjs/commands/ListResourceDelegatesCommand.js +62 -0
  89. package/dist-cjs/commands/ListResourceDelegatesCommand.js.map +1 -0
  90. package/dist-cjs/commands/ListResourcesCommand.js +61 -0
  91. package/dist-cjs/commands/ListResourcesCommand.js.map +1 -0
  92. package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
  93. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  94. package/dist-cjs/commands/ListUsersCommand.js +61 -0
  95. package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
  96. package/dist-cjs/commands/PutAccessControlRuleCommand.js +64 -0
  97. package/dist-cjs/commands/PutAccessControlRuleCommand.js.map +1 -0
  98. package/dist-cjs/commands/PutMailboxPermissionsCommand.js +62 -0
  99. package/dist-cjs/commands/PutMailboxPermissionsCommand.js.map +1 -0
  100. package/dist-cjs/commands/PutMobileDeviceAccessOverrideCommand.js +61 -0
  101. package/dist-cjs/commands/PutMobileDeviceAccessOverrideCommand.js.map +1 -0
  102. package/dist-cjs/commands/PutRetentionPolicyCommand.js +61 -0
  103. package/dist-cjs/commands/PutRetentionPolicyCommand.js.map +1 -0
  104. package/dist-cjs/commands/RegisterToWorkMailCommand.js +67 -0
  105. package/dist-cjs/commands/RegisterToWorkMailCommand.js.map +1 -0
  106. package/dist-cjs/commands/ResetPasswordCommand.js +61 -0
  107. package/dist-cjs/commands/ResetPasswordCommand.js.map +1 -0
  108. package/dist-cjs/commands/StartMailboxExportJobCommand.js +64 -0
  109. package/dist-cjs/commands/StartMailboxExportJobCommand.js.map +1 -0
  110. package/dist-cjs/commands/TagResourceCommand.js +62 -0
  111. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  112. package/dist-cjs/commands/UntagResourceCommand.js +62 -0
  113. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  114. package/dist-cjs/commands/UpdateMailboxQuotaCommand.js +62 -0
  115. package/dist-cjs/commands/UpdateMailboxQuotaCommand.js.map +1 -0
  116. package/dist-cjs/commands/UpdateMobileDeviceAccessRuleCommand.js +61 -0
  117. package/dist-cjs/commands/UpdateMobileDeviceAccessRuleCommand.js.map +1 -0
  118. package/dist-cjs/commands/UpdatePrimaryEmailAddressCommand.js +63 -0
  119. package/dist-cjs/commands/UpdatePrimaryEmailAddressCommand.js.map +1 -0
  120. package/dist-cjs/commands/UpdateResourceCommand.js +63 -0
  121. package/dist-cjs/commands/UpdateResourceCommand.js.map +1 -0
  122. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  123. package/dist-cjs/endpoints.js.map +1 -0
  124. package/dist-cjs/index.js +76 -0
  125. package/dist-cjs/index.js.map +1 -0
  126. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  127. package/dist-cjs/models/index.js.map +1 -0
  128. package/dist-cjs/models/models_0.js +1438 -0
  129. package/dist-cjs/models/models_0.js.map +1 -0
  130. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  131. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  132. package/dist-cjs/pagination/ListAliasesPaginator.js +46 -0
  133. package/dist-cjs/pagination/ListAliasesPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/ListGroupMembersPaginator.js +46 -0
  135. package/dist-cjs/pagination/ListGroupMembersPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/ListGroupsPaginator.js +46 -0
  137. package/dist-cjs/pagination/ListGroupsPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/ListMailboxExportJobsPaginator.js +46 -0
  139. package/dist-cjs/pagination/ListMailboxExportJobsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/ListMailboxPermissionsPaginator.js +46 -0
  141. package/dist-cjs/pagination/ListMailboxPermissionsPaginator.js.map +1 -0
  142. package/dist-cjs/pagination/ListMobileDeviceAccessOverridesPaginator.js +46 -0
  143. package/dist-cjs/pagination/ListMobileDeviceAccessOverridesPaginator.js.map +1 -0
  144. package/dist-cjs/pagination/ListOrganizationsPaginator.js +46 -0
  145. package/dist-cjs/pagination/ListOrganizationsPaginator.js.map +1 -0
  146. package/dist-cjs/pagination/ListResourceDelegatesPaginator.js +46 -0
  147. package/dist-cjs/pagination/ListResourceDelegatesPaginator.js.map +1 -0
  148. package/dist-cjs/pagination/ListResourcesPaginator.js +46 -0
  149. package/dist-cjs/pagination/ListResourcesPaginator.js.map +1 -0
  150. package/dist-cjs/pagination/ListUsersPaginator.js +46 -0
  151. package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
  152. package/dist-cjs/protocols/Aws_json1_1.js +6970 -0
  153. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  154. package/dist-cjs/runtimeConfig.browser.js +42 -0
  155. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  156. package/dist-cjs/runtimeConfig.js +47 -0
  157. package/dist-cjs/runtimeConfig.js.map +1 -0
  158. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  159. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  160. package/dist-cjs/runtimeConfig.shared.js +21 -0
  161. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  162. package/dist-es/WorkMail.js +881 -0
  163. package/dist-es/WorkMail.js.map +1 -0
  164. package/dist-es/WorkMailClient.js +38 -0
  165. package/dist-es/WorkMailClient.js.map +1 -0
  166. package/dist-es/commands/AssociateDelegateToResourceCommand.js +40 -0
  167. package/dist-es/commands/AssociateDelegateToResourceCommand.js.map +1 -0
  168. package/dist-es/commands/AssociateMemberToGroupCommand.js +40 -0
  169. package/dist-es/commands/AssociateMemberToGroupCommand.js.map +1 -0
  170. package/dist-es/commands/CancelMailboxExportJobCommand.js +40 -0
  171. package/dist-es/commands/CancelMailboxExportJobCommand.js.map +1 -0
  172. package/dist-es/commands/CreateAliasCommand.js +40 -0
  173. package/dist-es/commands/CreateAliasCommand.js.map +1 -0
  174. package/dist-es/commands/CreateGroupCommand.js +40 -0
  175. package/dist-es/commands/CreateGroupCommand.js.map +1 -0
  176. package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +40 -0
  177. package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js.map +1 -0
  178. package/dist-es/commands/CreateOrganizationCommand.js +40 -0
  179. package/dist-es/commands/CreateOrganizationCommand.js.map +1 -0
  180. package/dist-es/commands/CreateResourceCommand.js +40 -0
  181. package/dist-es/commands/CreateResourceCommand.js.map +1 -0
  182. package/dist-es/commands/CreateUserCommand.js +40 -0
  183. package/dist-es/commands/CreateUserCommand.js.map +1 -0
  184. package/dist-es/commands/DeleteAccessControlRuleCommand.js +40 -0
  185. package/dist-es/commands/DeleteAccessControlRuleCommand.js.map +1 -0
  186. package/dist-es/commands/DeleteAliasCommand.js +40 -0
  187. package/dist-es/commands/DeleteAliasCommand.js.map +1 -0
  188. package/dist-es/commands/DeleteGroupCommand.js +40 -0
  189. package/dist-es/commands/DeleteGroupCommand.js.map +1 -0
  190. package/dist-es/commands/DeleteMailboxPermissionsCommand.js +40 -0
  191. package/dist-es/commands/DeleteMailboxPermissionsCommand.js.map +1 -0
  192. package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +40 -0
  193. package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js.map +1 -0
  194. package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +40 -0
  195. package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js.map +1 -0
  196. package/dist-es/commands/DeleteOrganizationCommand.js +40 -0
  197. package/dist-es/commands/DeleteOrganizationCommand.js.map +1 -0
  198. package/dist-es/commands/DeleteResourceCommand.js +40 -0
  199. package/dist-es/commands/DeleteResourceCommand.js.map +1 -0
  200. package/dist-es/commands/DeleteRetentionPolicyCommand.js +40 -0
  201. package/dist-es/commands/DeleteRetentionPolicyCommand.js.map +1 -0
  202. package/dist-es/commands/DeleteUserCommand.js +40 -0
  203. package/dist-es/commands/DeleteUserCommand.js.map +1 -0
  204. package/dist-es/commands/DeregisterFromWorkMailCommand.js +40 -0
  205. package/dist-es/commands/DeregisterFromWorkMailCommand.js.map +1 -0
  206. package/dist-es/commands/DescribeGroupCommand.js +40 -0
  207. package/dist-es/commands/DescribeGroupCommand.js.map +1 -0
  208. package/dist-es/commands/DescribeMailboxExportJobCommand.js +40 -0
  209. package/dist-es/commands/DescribeMailboxExportJobCommand.js.map +1 -0
  210. package/dist-es/commands/DescribeOrganizationCommand.js +40 -0
  211. package/dist-es/commands/DescribeOrganizationCommand.js.map +1 -0
  212. package/dist-es/commands/DescribeResourceCommand.js +40 -0
  213. package/dist-es/commands/DescribeResourceCommand.js.map +1 -0
  214. package/dist-es/commands/DescribeUserCommand.js +40 -0
  215. package/dist-es/commands/DescribeUserCommand.js.map +1 -0
  216. package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +40 -0
  217. package/dist-es/commands/DisassociateDelegateFromResourceCommand.js.map +1 -0
  218. package/dist-es/commands/DisassociateMemberFromGroupCommand.js +40 -0
  219. package/dist-es/commands/DisassociateMemberFromGroupCommand.js.map +1 -0
  220. package/dist-es/commands/GetAccessControlEffectCommand.js +40 -0
  221. package/dist-es/commands/GetAccessControlEffectCommand.js.map +1 -0
  222. package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +40 -0
  223. package/dist-es/commands/GetDefaultRetentionPolicyCommand.js.map +1 -0
  224. package/dist-es/commands/GetMailboxDetailsCommand.js +40 -0
  225. package/dist-es/commands/GetMailboxDetailsCommand.js.map +1 -0
  226. package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +40 -0
  227. package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js.map +1 -0
  228. package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +40 -0
  229. package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js.map +1 -0
  230. package/dist-es/commands/ListAccessControlRulesCommand.js +40 -0
  231. package/dist-es/commands/ListAccessControlRulesCommand.js.map +1 -0
  232. package/dist-es/commands/ListAliasesCommand.js +40 -0
  233. package/dist-es/commands/ListAliasesCommand.js.map +1 -0
  234. package/dist-es/commands/ListGroupMembersCommand.js +40 -0
  235. package/dist-es/commands/ListGroupMembersCommand.js.map +1 -0
  236. package/dist-es/commands/ListGroupsCommand.js +40 -0
  237. package/dist-es/commands/ListGroupsCommand.js.map +1 -0
  238. package/dist-es/commands/ListMailboxExportJobsCommand.js +40 -0
  239. package/dist-es/commands/ListMailboxExportJobsCommand.js.map +1 -0
  240. package/dist-es/commands/ListMailboxPermissionsCommand.js +40 -0
  241. package/dist-es/commands/ListMailboxPermissionsCommand.js.map +1 -0
  242. package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +40 -0
  243. package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js.map +1 -0
  244. package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +40 -0
  245. package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js.map +1 -0
  246. package/dist-es/commands/ListOrganizationsCommand.js +40 -0
  247. package/dist-es/commands/ListOrganizationsCommand.js.map +1 -0
  248. package/dist-es/commands/ListResourceDelegatesCommand.js +40 -0
  249. package/dist-es/commands/ListResourceDelegatesCommand.js.map +1 -0
  250. package/dist-es/commands/ListResourcesCommand.js +40 -0
  251. package/dist-es/commands/ListResourcesCommand.js.map +1 -0
  252. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  253. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  254. package/dist-es/commands/ListUsersCommand.js +40 -0
  255. package/dist-es/commands/ListUsersCommand.js.map +1 -0
  256. package/dist-es/commands/PutAccessControlRuleCommand.js +40 -0
  257. package/dist-es/commands/PutAccessControlRuleCommand.js.map +1 -0
  258. package/dist-es/commands/PutMailboxPermissionsCommand.js +40 -0
  259. package/dist-es/commands/PutMailboxPermissionsCommand.js.map +1 -0
  260. package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +40 -0
  261. package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js.map +1 -0
  262. package/dist-es/commands/PutRetentionPolicyCommand.js +40 -0
  263. package/dist-es/commands/PutRetentionPolicyCommand.js.map +1 -0
  264. package/dist-es/commands/RegisterToWorkMailCommand.js +40 -0
  265. package/dist-es/commands/RegisterToWorkMailCommand.js.map +1 -0
  266. package/dist-es/commands/ResetPasswordCommand.js +40 -0
  267. package/dist-es/commands/ResetPasswordCommand.js.map +1 -0
  268. package/dist-es/commands/StartMailboxExportJobCommand.js +40 -0
  269. package/dist-es/commands/StartMailboxExportJobCommand.js.map +1 -0
  270. package/dist-es/commands/TagResourceCommand.js +40 -0
  271. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  272. package/dist-es/commands/UntagResourceCommand.js +40 -0
  273. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  274. package/dist-es/commands/UpdateMailboxQuotaCommand.js +40 -0
  275. package/dist-es/commands/UpdateMailboxQuotaCommand.js.map +1 -0
  276. package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +40 -0
  277. package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js.map +1 -0
  278. package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +40 -0
  279. package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js.map +1 -0
  280. package/dist-es/commands/UpdateResourceCommand.js +40 -0
  281. package/dist-es/commands/UpdateResourceCommand.js.map +1 -0
  282. package/{dist/es → dist-es}/endpoints.js +0 -0
  283. package/dist-es/endpoints.js.map +1 -0
  284. package/dist-es/index.js +73 -0
  285. package/dist-es/index.js.map +1 -0
  286. package/{dist/es → dist-es}/models/index.js +0 -0
  287. package/dist-es/models/index.js.map +1 -0
  288. package/dist-es/models/models_0.js +670 -0
  289. package/dist-es/models/models_0.js.map +1 -0
  290. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  291. package/dist-es/pagination/Interfaces.js.map +1 -0
  292. package/dist-es/pagination/ListAliasesPaginator.js +75 -0
  293. package/dist-es/pagination/ListAliasesPaginator.js.map +1 -0
  294. package/dist-es/pagination/ListGroupMembersPaginator.js +75 -0
  295. package/dist-es/pagination/ListGroupMembersPaginator.js.map +1 -0
  296. package/dist-es/pagination/ListGroupsPaginator.js +75 -0
  297. package/dist-es/pagination/ListGroupsPaginator.js.map +1 -0
  298. package/dist-es/pagination/ListMailboxExportJobsPaginator.js +75 -0
  299. package/dist-es/pagination/ListMailboxExportJobsPaginator.js.map +1 -0
  300. package/dist-es/pagination/ListMailboxPermissionsPaginator.js +75 -0
  301. package/dist-es/pagination/ListMailboxPermissionsPaginator.js.map +1 -0
  302. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +75 -0
  303. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js.map +1 -0
  304. package/dist-es/pagination/ListOrganizationsPaginator.js +75 -0
  305. package/dist-es/pagination/ListOrganizationsPaginator.js.map +1 -0
  306. package/dist-es/pagination/ListResourceDelegatesPaginator.js +75 -0
  307. package/dist-es/pagination/ListResourceDelegatesPaginator.js.map +1 -0
  308. package/dist-es/pagination/ListResourcesPaginator.js +75 -0
  309. package/dist-es/pagination/ListResourcesPaginator.js.map +1 -0
  310. package/dist-es/pagination/ListUsersPaginator.js +75 -0
  311. package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
  312. package/dist-es/protocols/Aws_json1_1.js +7242 -0
  313. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  314. package/dist-es/runtimeConfig.browser.js +17 -0
  315. package/dist-es/runtimeConfig.browser.js.map +1 -0
  316. package/dist-es/runtimeConfig.js +22 -0
  317. package/dist-es/runtimeConfig.js.map +1 -0
  318. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  319. package/dist-es/runtimeConfig.native.js.map +1 -0
  320. package/dist-es/runtimeConfig.shared.js +14 -0
  321. package/dist-es/runtimeConfig.shared.js.map +1 -0
  322. package/dist-types/WorkMail.d.ts +492 -0
  323. package/dist-types/WorkMailClient.d.ts +225 -0
  324. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +35 -0
  325. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +35 -0
  326. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +39 -0
  327. package/dist-types/commands/CreateAliasCommand.d.ts +35 -0
  328. package/dist-types/commands/CreateGroupCommand.d.ts +35 -0
  329. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +35 -0
  330. package/dist-types/commands/CreateOrganizationCommand.d.ts +39 -0
  331. package/dist-types/commands/CreateResourceCommand.d.ts +35 -0
  332. package/dist-types/commands/CreateUserCommand.d.ts +35 -0
  333. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +35 -0
  334. package/dist-types/commands/DeleteAliasCommand.d.ts +36 -0
  335. package/dist-types/commands/DeleteGroupCommand.d.ts +35 -0
  336. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +35 -0
  337. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +35 -0
  338. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +35 -0
  339. package/dist-types/commands/DeleteOrganizationCommand.d.ts +35 -0
  340. package/dist-types/commands/DeleteResourceCommand.d.ts +35 -0
  341. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +35 -0
  342. package/dist-types/commands/DeleteUserCommand.d.ts +39 -0
  343. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +38 -0
  344. package/dist-types/commands/DescribeGroupCommand.d.ts +35 -0
  345. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +35 -0
  346. package/dist-types/commands/DescribeOrganizationCommand.d.ts +36 -0
  347. package/dist-types/commands/DescribeResourceCommand.d.ts +35 -0
  348. package/dist-types/commands/DescribeUserCommand.d.ts +35 -0
  349. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +35 -0
  350. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +35 -0
  351. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +36 -0
  352. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +35 -0
  353. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +35 -0
  354. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +36 -0
  355. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +35 -0
  356. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +35 -0
  357. package/dist-types/commands/ListAliasesCommand.d.ts +36 -0
  358. package/dist-types/commands/ListGroupMembersCommand.d.ts +36 -0
  359. package/dist-types/commands/ListGroupsCommand.d.ts +35 -0
  360. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +36 -0
  361. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +36 -0
  362. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +35 -0
  363. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +35 -0
  364. package/dist-types/commands/ListOrganizationsCommand.d.ts +35 -0
  365. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +36 -0
  366. package/dist-types/commands/ListResourcesCommand.d.ts +35 -0
  367. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  368. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  369. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +38 -0
  370. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +36 -0
  371. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +35 -0
  372. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +35 -0
  373. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +41 -0
  374. package/dist-types/commands/ResetPasswordCommand.d.ts +35 -0
  375. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +38 -0
  376. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  377. package/dist-types/commands/UntagResourceCommand.d.ts +36 -0
  378. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +36 -0
  379. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +35 -0
  380. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +37 -0
  381. package/dist-types/commands/UpdateResourceCommand.d.ts +37 -0
  382. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  383. package/dist-types/index.d.ts +72 -0
  384. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  385. package/dist-types/models/models_0.d.ts +3107 -0
  386. package/dist-types/pagination/Interfaces.d.ts +6 -0
  387. package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
  388. package/dist-types/pagination/ListGroupMembersPaginator.d.ts +4 -0
  389. package/dist-types/pagination/ListGroupsPaginator.d.ts +4 -0
  390. package/dist-types/pagination/ListMailboxExportJobsPaginator.d.ts +4 -0
  391. package/dist-types/pagination/ListMailboxPermissionsPaginator.d.ts +4 -0
  392. package/dist-types/pagination/ListMobileDeviceAccessOverridesPaginator.d.ts +4 -0
  393. package/dist-types/pagination/ListOrganizationsPaginator.d.ts +4 -0
  394. package/dist-types/pagination/ListResourceDelegatesPaginator.d.ts +4 -0
  395. package/dist-types/pagination/ListResourcesPaginator.d.ts +4 -0
  396. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  397. package/dist-types/protocols/Aws_json1_1.d.ts +176 -0
  398. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  399. package/dist-types/runtimeConfig.d.ts +37 -0
  400. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  401. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  402. package/dist-types/ts3.4/WorkMail.d.ts +492 -0
  403. package/dist-types/ts3.4/WorkMailClient.d.ts +225 -0
  404. package/dist-types/ts3.4/commands/AssociateDelegateToResourceCommand.d.ts +35 -0
  405. package/dist-types/ts3.4/commands/AssociateMemberToGroupCommand.d.ts +35 -0
  406. package/dist-types/ts3.4/commands/CancelMailboxExportJobCommand.d.ts +39 -0
  407. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +35 -0
  408. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/CreateMobileDeviceAccessRuleCommand.d.ts +35 -0
  410. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +39 -0
  411. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +35 -0
  412. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +35 -0
  413. package/dist-types/ts3.4/commands/DeleteAccessControlRuleCommand.d.ts +35 -0
  414. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +36 -0
  415. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +35 -0
  416. package/dist-types/ts3.4/commands/DeleteMailboxPermissionsCommand.d.ts +35 -0
  417. package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +35 -0
  418. package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +35 -0
  419. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +35 -0
  420. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +35 -0
  421. package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +35 -0
  422. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +39 -0
  423. package/dist-types/ts3.4/commands/DeregisterFromWorkMailCommand.d.ts +38 -0
  424. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +35 -0
  425. package/dist-types/ts3.4/commands/DescribeMailboxExportJobCommand.d.ts +35 -0
  426. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +36 -0
  427. package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +35 -0
  428. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +35 -0
  429. package/dist-types/ts3.4/commands/DisassociateDelegateFromResourceCommand.d.ts +35 -0
  430. package/dist-types/ts3.4/commands/DisassociateMemberFromGroupCommand.d.ts +35 -0
  431. package/dist-types/ts3.4/commands/GetAccessControlEffectCommand.d.ts +36 -0
  432. package/dist-types/ts3.4/commands/GetDefaultRetentionPolicyCommand.d.ts +35 -0
  433. package/dist-types/ts3.4/commands/GetMailboxDetailsCommand.d.ts +35 -0
  434. package/dist-types/ts3.4/commands/GetMobileDeviceAccessEffectCommand.d.ts +36 -0
  435. package/dist-types/ts3.4/commands/GetMobileDeviceAccessOverrideCommand.d.ts +35 -0
  436. package/dist-types/ts3.4/commands/ListAccessControlRulesCommand.d.ts +35 -0
  437. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +36 -0
  438. package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +36 -0
  439. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +35 -0
  440. package/dist-types/ts3.4/commands/ListMailboxExportJobsCommand.d.ts +36 -0
  441. package/dist-types/ts3.4/commands/ListMailboxPermissionsCommand.d.ts +36 -0
  442. package/dist-types/ts3.4/commands/ListMobileDeviceAccessOverridesCommand.d.ts +35 -0
  443. package/dist-types/ts3.4/commands/ListMobileDeviceAccessRulesCommand.d.ts +35 -0
  444. package/dist-types/ts3.4/commands/ListOrganizationsCommand.d.ts +35 -0
  445. package/dist-types/ts3.4/commands/ListResourceDelegatesCommand.d.ts +36 -0
  446. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +35 -0
  447. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
  448. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
  449. package/dist-types/ts3.4/commands/PutAccessControlRuleCommand.d.ts +38 -0
  450. package/dist-types/ts3.4/commands/PutMailboxPermissionsCommand.d.ts +36 -0
  451. package/dist-types/ts3.4/commands/PutMobileDeviceAccessOverrideCommand.d.ts +35 -0
  452. package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +35 -0
  453. package/dist-types/ts3.4/commands/RegisterToWorkMailCommand.d.ts +41 -0
  454. package/dist-types/ts3.4/commands/ResetPasswordCommand.d.ts +35 -0
  455. package/dist-types/ts3.4/commands/StartMailboxExportJobCommand.d.ts +38 -0
  456. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  457. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +36 -0
  458. package/dist-types/ts3.4/commands/UpdateMailboxQuotaCommand.d.ts +36 -0
  459. package/dist-types/ts3.4/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +35 -0
  460. package/dist-types/ts3.4/commands/UpdatePrimaryEmailAddressCommand.d.ts +37 -0
  461. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -0
  462. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  463. package/dist-types/ts3.4/index.d.ts +72 -0
  464. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  465. package/dist-types/ts3.4/models/models_0.d.ts +3107 -0
  466. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  467. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
  468. package/dist-types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +4 -0
  469. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
  470. package/dist-types/ts3.4/pagination/ListMailboxExportJobsPaginator.d.ts +4 -0
  471. package/dist-types/ts3.4/pagination/ListMailboxPermissionsPaginator.d.ts +4 -0
  472. package/dist-types/ts3.4/pagination/ListMobileDeviceAccessOverridesPaginator.d.ts +4 -0
  473. package/dist-types/ts3.4/pagination/ListOrganizationsPaginator.d.ts +4 -0
  474. package/dist-types/ts3.4/pagination/ListResourceDelegatesPaginator.d.ts +4 -0
  475. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +4 -0
  476. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  477. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
  478. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  479. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  480. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  481. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  482. package/package.json +42 -42
  483. package/src/WorkMail.ts +2130 -0
  484. package/src/WorkMailClient.ts +538 -0
  485. package/src/commands/AssociateDelegateToResourceCommand.ts +100 -0
  486. package/src/commands/AssociateMemberToGroupCommand.ts +95 -0
  487. package/src/commands/CancelMailboxExportJobCommand.ts +99 -0
  488. package/src/commands/CreateAliasCommand.ts +95 -0
  489. package/src/commands/CreateGroupCommand.ts +95 -0
  490. package/src/commands/CreateMobileDeviceAccessRuleCommand.ts +100 -0
  491. package/src/commands/CreateOrganizationCommand.ts +99 -0
  492. package/src/commands/CreateResourceCommand.ts +95 -0
  493. package/src/commands/CreateUserCommand.ts +95 -0
  494. package/src/commands/DeleteAccessControlRuleCommand.ts +95 -0
  495. package/src/commands/DeleteAliasCommand.ts +96 -0
  496. package/src/commands/DeleteGroupCommand.ts +95 -0
  497. package/src/commands/DeleteMailboxPermissionsCommand.ts +95 -0
  498. package/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts +103 -0
  499. package/src/commands/DeleteMobileDeviceAccessRuleCommand.ts +100 -0
  500. package/src/commands/DeleteOrganizationCommand.ts +95 -0
  501. package/src/commands/DeleteResourceCommand.ts +95 -0
  502. package/src/commands/DeleteRetentionPolicyCommand.ts +95 -0
  503. package/src/commands/DeleteUserCommand.ts +99 -0
  504. package/src/commands/DeregisterFromWorkMailCommand.ts +98 -0
  505. package/src/commands/DescribeGroupCommand.ts +95 -0
  506. package/src/commands/DescribeMailboxExportJobCommand.ts +95 -0
  507. package/src/commands/DescribeOrganizationCommand.ts +96 -0
  508. package/src/commands/DescribeResourceCommand.ts +95 -0
  509. package/src/commands/DescribeUserCommand.ts +95 -0
  510. package/src/commands/DisassociateDelegateFromResourceCommand.ts +103 -0
  511. package/src/commands/DisassociateMemberFromGroupCommand.ts +100 -0
  512. package/src/commands/GetAccessControlEffectCommand.ts +96 -0
  513. package/src/commands/GetDefaultRetentionPolicyCommand.ts +98 -0
  514. package/src/commands/GetMailboxDetailsCommand.ts +95 -0
  515. package/src/commands/GetMobileDeviceAccessEffectCommand.ts +101 -0
  516. package/src/commands/GetMobileDeviceAccessOverrideCommand.ts +100 -0
  517. package/src/commands/ListAccessControlRulesCommand.ts +95 -0
  518. package/src/commands/ListAliasesCommand.ts +96 -0
  519. package/src/commands/ListGroupMembersCommand.ts +96 -0
  520. package/src/commands/ListGroupsCommand.ts +95 -0
  521. package/src/commands/ListMailboxExportJobsCommand.ts +96 -0
  522. package/src/commands/ListMailboxPermissionsCommand.ts +96 -0
  523. package/src/commands/ListMobileDeviceAccessOverridesCommand.ts +103 -0
  524. package/src/commands/ListMobileDeviceAccessRulesCommand.ts +100 -0
  525. package/src/commands/ListOrganizationsCommand.ts +95 -0
  526. package/src/commands/ListResourceDelegatesCommand.ts +96 -0
  527. package/src/commands/ListResourcesCommand.ts +95 -0
  528. package/src/commands/ListTagsForResourceCommand.ts +95 -0
  529. package/src/commands/ListUsersCommand.ts +92 -0
  530. package/src/commands/PutAccessControlRuleCommand.ts +98 -0
  531. package/src/commands/PutMailboxPermissionsCommand.ts +96 -0
  532. package/src/commands/PutMobileDeviceAccessOverrideCommand.ts +100 -0
  533. package/src/commands/PutRetentionPolicyCommand.ts +95 -0
  534. package/src/commands/RegisterToWorkMailCommand.ts +101 -0
  535. package/src/commands/ResetPasswordCommand.ts +95 -0
  536. package/src/commands/StartMailboxExportJobCommand.ts +98 -0
  537. package/src/commands/TagResourceCommand.ts +96 -0
  538. package/src/commands/UntagResourceCommand.ts +96 -0
  539. package/src/commands/UpdateMailboxQuotaCommand.ts +96 -0
  540. package/src/commands/UpdateMobileDeviceAccessRuleCommand.ts +100 -0
  541. package/src/commands/UpdatePrimaryEmailAddressCommand.ts +100 -0
  542. package/src/commands/UpdateResourceCommand.ts +97 -0
  543. package/src/endpoints.ts +57 -0
  544. package/src/index.ts +72 -0
  545. package/{models → src/models}/index.ts +0 -0
  546. package/src/models/models_0.ts +3975 -0
  547. package/src/pagination/Interfaces.ts +8 -0
  548. package/src/pagination/ListAliasesPaginator.ts +55 -0
  549. package/src/pagination/ListGroupMembersPaginator.ts +59 -0
  550. package/src/pagination/ListGroupsPaginator.ts +55 -0
  551. package/src/pagination/ListMailboxExportJobsPaginator.ts +59 -0
  552. package/src/pagination/ListMailboxPermissionsPaginator.ts +59 -0
  553. package/src/pagination/ListMobileDeviceAccessOverridesPaginator.ts +59 -0
  554. package/src/pagination/ListOrganizationsPaginator.ts +59 -0
  555. package/src/pagination/ListResourceDelegatesPaginator.ts +59 -0
  556. package/src/pagination/ListResourcesPaginator.ts +59 -0
  557. package/src/pagination/ListUsersPaginator.ts +55 -0
  558. package/src/protocols/Aws_json1_1.ts +8511 -0
  559. package/src/runtimeConfig.browser.ts +41 -0
  560. package/src/runtimeConfig.native.ts +17 -0
  561. package/src/runtimeConfig.shared.ts +17 -0
  562. package/src/runtimeConfig.ts +46 -0
  563. package/tsconfig.es.json +1 -1
  564. package/tsconfig.json +4 -2
  565. package/tsconfig.types.json +3 -2
  566. package/WorkMail.ts +0 -1981
  567. package/WorkMailClient.ts +0 -513
  568. package/commands/AssociateDelegateToResourceCommand.ts +0 -99
  569. package/commands/AssociateMemberToGroupCommand.ts +0 -94
  570. package/commands/CancelMailboxExportJobCommand.ts +0 -98
  571. package/commands/CreateAliasCommand.ts +0 -94
  572. package/commands/CreateGroupCommand.ts +0 -94
  573. package/commands/CreateMobileDeviceAccessRuleCommand.ts +0 -99
  574. package/commands/CreateOrganizationCommand.ts +0 -98
  575. package/commands/CreateResourceCommand.ts +0 -94
  576. package/commands/CreateUserCommand.ts +0 -94
  577. package/commands/DeleteAccessControlRuleCommand.ts +0 -94
  578. package/commands/DeleteAliasCommand.ts +0 -95
  579. package/commands/DeleteGroupCommand.ts +0 -94
  580. package/commands/DeleteMailboxPermissionsCommand.ts +0 -94
  581. package/commands/DeleteMobileDeviceAccessRuleCommand.ts +0 -99
  582. package/commands/DeleteOrganizationCommand.ts +0 -94
  583. package/commands/DeleteResourceCommand.ts +0 -94
  584. package/commands/DeleteRetentionPolicyCommand.ts +0 -94
  585. package/commands/DeleteUserCommand.ts +0 -98
  586. package/commands/DeregisterFromWorkMailCommand.ts +0 -97
  587. package/commands/DescribeGroupCommand.ts +0 -94
  588. package/commands/DescribeMailboxExportJobCommand.ts +0 -94
  589. package/commands/DescribeOrganizationCommand.ts +0 -95
  590. package/commands/DescribeResourceCommand.ts +0 -94
  591. package/commands/DescribeUserCommand.ts +0 -94
  592. package/commands/DisassociateDelegateFromResourceCommand.ts +0 -102
  593. package/commands/DisassociateMemberFromGroupCommand.ts +0 -99
  594. package/commands/GetAccessControlEffectCommand.ts +0 -95
  595. package/commands/GetDefaultRetentionPolicyCommand.ts +0 -97
  596. package/commands/GetMailboxDetailsCommand.ts +0 -94
  597. package/commands/GetMobileDeviceAccessEffectCommand.ts +0 -100
  598. package/commands/ListAccessControlRulesCommand.ts +0 -94
  599. package/commands/ListAliasesCommand.ts +0 -95
  600. package/commands/ListGroupMembersCommand.ts +0 -95
  601. package/commands/ListGroupsCommand.ts +0 -94
  602. package/commands/ListMailboxExportJobsCommand.ts +0 -95
  603. package/commands/ListMailboxPermissionsCommand.ts +0 -95
  604. package/commands/ListMobileDeviceAccessRulesCommand.ts +0 -99
  605. package/commands/ListOrganizationsCommand.ts +0 -94
  606. package/commands/ListResourceDelegatesCommand.ts +0 -95
  607. package/commands/ListResourcesCommand.ts +0 -94
  608. package/commands/ListTagsForResourceCommand.ts +0 -94
  609. package/commands/ListUsersCommand.ts +0 -91
  610. package/commands/PutAccessControlRuleCommand.ts +0 -97
  611. package/commands/PutMailboxPermissionsCommand.ts +0 -95
  612. package/commands/PutRetentionPolicyCommand.ts +0 -94
  613. package/commands/RegisterToWorkMailCommand.ts +0 -100
  614. package/commands/ResetPasswordCommand.ts +0 -94
  615. package/commands/StartMailboxExportJobCommand.ts +0 -97
  616. package/commands/TagResourceCommand.ts +0 -95
  617. package/commands/UntagResourceCommand.ts +0 -95
  618. package/commands/UpdateMailboxQuotaCommand.ts +0 -95
  619. package/commands/UpdateMobileDeviceAccessRuleCommand.ts +0 -99
  620. package/commands/UpdatePrimaryEmailAddressCommand.ts +0 -99
  621. package/commands/UpdateResourceCommand.ts +0 -96
  622. package/dist/cjs/WorkMail.js +0 -856
  623. package/dist/cjs/WorkMail.js.map +0 -1
  624. package/dist/cjs/WorkMailClient.js +0 -79
  625. package/dist/cjs/WorkMailClient.js.map +0 -1
  626. package/dist/cjs/commands/AssociateDelegateToResourceCommand.js +0 -61
  627. package/dist/cjs/commands/AssociateDelegateToResourceCommand.js.map +0 -1
  628. package/dist/cjs/commands/AssociateMemberToGroupCommand.js +0 -61
  629. package/dist/cjs/commands/AssociateMemberToGroupCommand.js.map +0 -1
  630. package/dist/cjs/commands/CancelMailboxExportJobCommand.js +0 -65
  631. package/dist/cjs/commands/CancelMailboxExportJobCommand.js.map +0 -1
  632. package/dist/cjs/commands/CreateAliasCommand.js +0 -61
  633. package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
  634. package/dist/cjs/commands/CreateGroupCommand.js +0 -61
  635. package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
  636. package/dist/cjs/commands/CreateMobileDeviceAccessRuleCommand.js +0 -61
  637. package/dist/cjs/commands/CreateMobileDeviceAccessRuleCommand.js.map +0 -1
  638. package/dist/cjs/commands/CreateOrganizationCommand.js +0 -65
  639. package/dist/cjs/commands/CreateOrganizationCommand.js.map +0 -1
  640. package/dist/cjs/commands/CreateResourceCommand.js +0 -61
  641. package/dist/cjs/commands/CreateResourceCommand.js.map +0 -1
  642. package/dist/cjs/commands/CreateUserCommand.js +0 -61
  643. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  644. package/dist/cjs/commands/DeleteAccessControlRuleCommand.js +0 -61
  645. package/dist/cjs/commands/DeleteAccessControlRuleCommand.js.map +0 -1
  646. package/dist/cjs/commands/DeleteAliasCommand.js +0 -62
  647. package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
  648. package/dist/cjs/commands/DeleteGroupCommand.js +0 -61
  649. package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
  650. package/dist/cjs/commands/DeleteMailboxPermissionsCommand.js +0 -61
  651. package/dist/cjs/commands/DeleteMailboxPermissionsCommand.js.map +0 -1
  652. package/dist/cjs/commands/DeleteMobileDeviceAccessRuleCommand.js +0 -61
  653. package/dist/cjs/commands/DeleteMobileDeviceAccessRuleCommand.js.map +0 -1
  654. package/dist/cjs/commands/DeleteOrganizationCommand.js +0 -61
  655. package/dist/cjs/commands/DeleteOrganizationCommand.js.map +0 -1
  656. package/dist/cjs/commands/DeleteResourceCommand.js +0 -61
  657. package/dist/cjs/commands/DeleteResourceCommand.js.map +0 -1
  658. package/dist/cjs/commands/DeleteRetentionPolicyCommand.js +0 -61
  659. package/dist/cjs/commands/DeleteRetentionPolicyCommand.js.map +0 -1
  660. package/dist/cjs/commands/DeleteUserCommand.js +0 -65
  661. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  662. package/dist/cjs/commands/DeregisterFromWorkMailCommand.js +0 -64
  663. package/dist/cjs/commands/DeregisterFromWorkMailCommand.js.map +0 -1
  664. package/dist/cjs/commands/DescribeGroupCommand.js +0 -61
  665. package/dist/cjs/commands/DescribeGroupCommand.js.map +0 -1
  666. package/dist/cjs/commands/DescribeMailboxExportJobCommand.js +0 -61
  667. package/dist/cjs/commands/DescribeMailboxExportJobCommand.js.map +0 -1
  668. package/dist/cjs/commands/DescribeOrganizationCommand.js +0 -62
  669. package/dist/cjs/commands/DescribeOrganizationCommand.js.map +0 -1
  670. package/dist/cjs/commands/DescribeResourceCommand.js +0 -61
  671. package/dist/cjs/commands/DescribeResourceCommand.js.map +0 -1
  672. package/dist/cjs/commands/DescribeUserCommand.js +0 -61
  673. package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
  674. package/dist/cjs/commands/DisassociateDelegateFromResourceCommand.js +0 -61
  675. package/dist/cjs/commands/DisassociateDelegateFromResourceCommand.js.map +0 -1
  676. package/dist/cjs/commands/DisassociateMemberFromGroupCommand.js +0 -61
  677. package/dist/cjs/commands/DisassociateMemberFromGroupCommand.js.map +0 -1
  678. package/dist/cjs/commands/GetAccessControlEffectCommand.js +0 -62
  679. package/dist/cjs/commands/GetAccessControlEffectCommand.js.map +0 -1
  680. package/dist/cjs/commands/GetDefaultRetentionPolicyCommand.js +0 -61
  681. package/dist/cjs/commands/GetDefaultRetentionPolicyCommand.js.map +0 -1
  682. package/dist/cjs/commands/GetMailboxDetailsCommand.js +0 -61
  683. package/dist/cjs/commands/GetMailboxDetailsCommand.js.map +0 -1
  684. package/dist/cjs/commands/GetMobileDeviceAccessEffectCommand.js +0 -62
  685. package/dist/cjs/commands/GetMobileDeviceAccessEffectCommand.js.map +0 -1
  686. package/dist/cjs/commands/ListAccessControlRulesCommand.js +0 -61
  687. package/dist/cjs/commands/ListAccessControlRulesCommand.js.map +0 -1
  688. package/dist/cjs/commands/ListAliasesCommand.js +0 -62
  689. package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
  690. package/dist/cjs/commands/ListGroupMembersCommand.js +0 -62
  691. package/dist/cjs/commands/ListGroupMembersCommand.js.map +0 -1
  692. package/dist/cjs/commands/ListGroupsCommand.js +0 -61
  693. package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
  694. package/dist/cjs/commands/ListMailboxExportJobsCommand.js +0 -62
  695. package/dist/cjs/commands/ListMailboxExportJobsCommand.js.map +0 -1
  696. package/dist/cjs/commands/ListMailboxPermissionsCommand.js +0 -62
  697. package/dist/cjs/commands/ListMailboxPermissionsCommand.js.map +0 -1
  698. package/dist/cjs/commands/ListMobileDeviceAccessRulesCommand.js +0 -61
  699. package/dist/cjs/commands/ListMobileDeviceAccessRulesCommand.js.map +0 -1
  700. package/dist/cjs/commands/ListOrganizationsCommand.js +0 -61
  701. package/dist/cjs/commands/ListOrganizationsCommand.js.map +0 -1
  702. package/dist/cjs/commands/ListResourceDelegatesCommand.js +0 -62
  703. package/dist/cjs/commands/ListResourceDelegatesCommand.js.map +0 -1
  704. package/dist/cjs/commands/ListResourcesCommand.js +0 -61
  705. package/dist/cjs/commands/ListResourcesCommand.js.map +0 -1
  706. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  707. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  708. package/dist/cjs/commands/ListUsersCommand.js +0 -61
  709. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  710. package/dist/cjs/commands/PutAccessControlRuleCommand.js +0 -64
  711. package/dist/cjs/commands/PutAccessControlRuleCommand.js.map +0 -1
  712. package/dist/cjs/commands/PutMailboxPermissionsCommand.js +0 -62
  713. package/dist/cjs/commands/PutMailboxPermissionsCommand.js.map +0 -1
  714. package/dist/cjs/commands/PutRetentionPolicyCommand.js +0 -61
  715. package/dist/cjs/commands/PutRetentionPolicyCommand.js.map +0 -1
  716. package/dist/cjs/commands/RegisterToWorkMailCommand.js +0 -67
  717. package/dist/cjs/commands/RegisterToWorkMailCommand.js.map +0 -1
  718. package/dist/cjs/commands/ResetPasswordCommand.js +0 -61
  719. package/dist/cjs/commands/ResetPasswordCommand.js.map +0 -1
  720. package/dist/cjs/commands/StartMailboxExportJobCommand.js +0 -64
  721. package/dist/cjs/commands/StartMailboxExportJobCommand.js.map +0 -1
  722. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  723. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  724. package/dist/cjs/commands/UntagResourceCommand.js +0 -62
  725. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  726. package/dist/cjs/commands/UpdateMailboxQuotaCommand.js +0 -62
  727. package/dist/cjs/commands/UpdateMailboxQuotaCommand.js.map +0 -1
  728. package/dist/cjs/commands/UpdateMobileDeviceAccessRuleCommand.js +0 -61
  729. package/dist/cjs/commands/UpdateMobileDeviceAccessRuleCommand.js.map +0 -1
  730. package/dist/cjs/commands/UpdatePrimaryEmailAddressCommand.js +0 -63
  731. package/dist/cjs/commands/UpdatePrimaryEmailAddressCommand.js.map +0 -1
  732. package/dist/cjs/commands/UpdateResourceCommand.js +0 -63
  733. package/dist/cjs/commands/UpdateResourceCommand.js.map +0 -1
  734. package/dist/cjs/endpoints.js.map +0 -1
  735. package/dist/cjs/index.js +0 -71
  736. package/dist/cjs/index.js.map +0 -1
  737. package/dist/cjs/models/index.js.map +0 -1
  738. package/dist/cjs/models/models_0.js +0 -1357
  739. package/dist/cjs/models/models_0.js.map +0 -1
  740. package/dist/cjs/package.json +0 -93
  741. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  742. package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
  743. package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
  744. package/dist/cjs/pagination/ListGroupMembersPaginator.js +0 -46
  745. package/dist/cjs/pagination/ListGroupMembersPaginator.js.map +0 -1
  746. package/dist/cjs/pagination/ListGroupsPaginator.js +0 -46
  747. package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
  748. package/dist/cjs/pagination/ListMailboxExportJobsPaginator.js +0 -46
  749. package/dist/cjs/pagination/ListMailboxExportJobsPaginator.js.map +0 -1
  750. package/dist/cjs/pagination/ListMailboxPermissionsPaginator.js +0 -46
  751. package/dist/cjs/pagination/ListMailboxPermissionsPaginator.js.map +0 -1
  752. package/dist/cjs/pagination/ListOrganizationsPaginator.js +0 -46
  753. package/dist/cjs/pagination/ListOrganizationsPaginator.js.map +0 -1
  754. package/dist/cjs/pagination/ListResourceDelegatesPaginator.js +0 -46
  755. package/dist/cjs/pagination/ListResourceDelegatesPaginator.js.map +0 -1
  756. package/dist/cjs/pagination/ListResourcesPaginator.js +0 -46
  757. package/dist/cjs/pagination/ListResourcesPaginator.js.map +0 -1
  758. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  759. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  760. package/dist/cjs/protocols/Aws_json1_1.js +0 -6542
  761. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  762. package/dist/cjs/runtimeConfig.browser.js +0 -41
  763. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  764. package/dist/cjs/runtimeConfig.js +0 -46
  765. package/dist/cjs/runtimeConfig.js.map +0 -1
  766. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  767. package/dist/cjs/runtimeConfig.shared.js +0 -21
  768. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  769. package/dist/es/WorkMail.js +0 -821
  770. package/dist/es/WorkMail.js.map +0 -1
  771. package/dist/es/WorkMailClient.js +0 -38
  772. package/dist/es/WorkMailClient.js.map +0 -1
  773. package/dist/es/commands/AssociateDelegateToResourceCommand.js +0 -40
  774. package/dist/es/commands/AssociateDelegateToResourceCommand.js.map +0 -1
  775. package/dist/es/commands/AssociateMemberToGroupCommand.js +0 -40
  776. package/dist/es/commands/AssociateMemberToGroupCommand.js.map +0 -1
  777. package/dist/es/commands/CancelMailboxExportJobCommand.js +0 -40
  778. package/dist/es/commands/CancelMailboxExportJobCommand.js.map +0 -1
  779. package/dist/es/commands/CreateAliasCommand.js +0 -40
  780. package/dist/es/commands/CreateAliasCommand.js.map +0 -1
  781. package/dist/es/commands/CreateGroupCommand.js +0 -40
  782. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  783. package/dist/es/commands/CreateMobileDeviceAccessRuleCommand.js +0 -40
  784. package/dist/es/commands/CreateMobileDeviceAccessRuleCommand.js.map +0 -1
  785. package/dist/es/commands/CreateOrganizationCommand.js +0 -40
  786. package/dist/es/commands/CreateOrganizationCommand.js.map +0 -1
  787. package/dist/es/commands/CreateResourceCommand.js +0 -40
  788. package/dist/es/commands/CreateResourceCommand.js.map +0 -1
  789. package/dist/es/commands/CreateUserCommand.js +0 -40
  790. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  791. package/dist/es/commands/DeleteAccessControlRuleCommand.js +0 -40
  792. package/dist/es/commands/DeleteAccessControlRuleCommand.js.map +0 -1
  793. package/dist/es/commands/DeleteAliasCommand.js +0 -40
  794. package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
  795. package/dist/es/commands/DeleteGroupCommand.js +0 -40
  796. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  797. package/dist/es/commands/DeleteMailboxPermissionsCommand.js +0 -40
  798. package/dist/es/commands/DeleteMailboxPermissionsCommand.js.map +0 -1
  799. package/dist/es/commands/DeleteMobileDeviceAccessRuleCommand.js +0 -40
  800. package/dist/es/commands/DeleteMobileDeviceAccessRuleCommand.js.map +0 -1
  801. package/dist/es/commands/DeleteOrganizationCommand.js +0 -40
  802. package/dist/es/commands/DeleteOrganizationCommand.js.map +0 -1
  803. package/dist/es/commands/DeleteResourceCommand.js +0 -40
  804. package/dist/es/commands/DeleteResourceCommand.js.map +0 -1
  805. package/dist/es/commands/DeleteRetentionPolicyCommand.js +0 -40
  806. package/dist/es/commands/DeleteRetentionPolicyCommand.js.map +0 -1
  807. package/dist/es/commands/DeleteUserCommand.js +0 -40
  808. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  809. package/dist/es/commands/DeregisterFromWorkMailCommand.js +0 -40
  810. package/dist/es/commands/DeregisterFromWorkMailCommand.js.map +0 -1
  811. package/dist/es/commands/DescribeGroupCommand.js +0 -40
  812. package/dist/es/commands/DescribeGroupCommand.js.map +0 -1
  813. package/dist/es/commands/DescribeMailboxExportJobCommand.js +0 -40
  814. package/dist/es/commands/DescribeMailboxExportJobCommand.js.map +0 -1
  815. package/dist/es/commands/DescribeOrganizationCommand.js +0 -40
  816. package/dist/es/commands/DescribeOrganizationCommand.js.map +0 -1
  817. package/dist/es/commands/DescribeResourceCommand.js +0 -40
  818. package/dist/es/commands/DescribeResourceCommand.js.map +0 -1
  819. package/dist/es/commands/DescribeUserCommand.js +0 -40
  820. package/dist/es/commands/DescribeUserCommand.js.map +0 -1
  821. package/dist/es/commands/DisassociateDelegateFromResourceCommand.js +0 -40
  822. package/dist/es/commands/DisassociateDelegateFromResourceCommand.js.map +0 -1
  823. package/dist/es/commands/DisassociateMemberFromGroupCommand.js +0 -40
  824. package/dist/es/commands/DisassociateMemberFromGroupCommand.js.map +0 -1
  825. package/dist/es/commands/GetAccessControlEffectCommand.js +0 -40
  826. package/dist/es/commands/GetAccessControlEffectCommand.js.map +0 -1
  827. package/dist/es/commands/GetDefaultRetentionPolicyCommand.js +0 -40
  828. package/dist/es/commands/GetDefaultRetentionPolicyCommand.js.map +0 -1
  829. package/dist/es/commands/GetMailboxDetailsCommand.js +0 -40
  830. package/dist/es/commands/GetMailboxDetailsCommand.js.map +0 -1
  831. package/dist/es/commands/GetMobileDeviceAccessEffectCommand.js +0 -40
  832. package/dist/es/commands/GetMobileDeviceAccessEffectCommand.js.map +0 -1
  833. package/dist/es/commands/ListAccessControlRulesCommand.js +0 -40
  834. package/dist/es/commands/ListAccessControlRulesCommand.js.map +0 -1
  835. package/dist/es/commands/ListAliasesCommand.js +0 -40
  836. package/dist/es/commands/ListAliasesCommand.js.map +0 -1
  837. package/dist/es/commands/ListGroupMembersCommand.js +0 -40
  838. package/dist/es/commands/ListGroupMembersCommand.js.map +0 -1
  839. package/dist/es/commands/ListGroupsCommand.js +0 -40
  840. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  841. package/dist/es/commands/ListMailboxExportJobsCommand.js +0 -40
  842. package/dist/es/commands/ListMailboxExportJobsCommand.js.map +0 -1
  843. package/dist/es/commands/ListMailboxPermissionsCommand.js +0 -40
  844. package/dist/es/commands/ListMailboxPermissionsCommand.js.map +0 -1
  845. package/dist/es/commands/ListMobileDeviceAccessRulesCommand.js +0 -40
  846. package/dist/es/commands/ListMobileDeviceAccessRulesCommand.js.map +0 -1
  847. package/dist/es/commands/ListOrganizationsCommand.js +0 -40
  848. package/dist/es/commands/ListOrganizationsCommand.js.map +0 -1
  849. package/dist/es/commands/ListResourceDelegatesCommand.js +0 -40
  850. package/dist/es/commands/ListResourceDelegatesCommand.js.map +0 -1
  851. package/dist/es/commands/ListResourcesCommand.js +0 -40
  852. package/dist/es/commands/ListResourcesCommand.js.map +0 -1
  853. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  854. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  855. package/dist/es/commands/ListUsersCommand.js +0 -40
  856. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  857. package/dist/es/commands/PutAccessControlRuleCommand.js +0 -40
  858. package/dist/es/commands/PutAccessControlRuleCommand.js.map +0 -1
  859. package/dist/es/commands/PutMailboxPermissionsCommand.js +0 -40
  860. package/dist/es/commands/PutMailboxPermissionsCommand.js.map +0 -1
  861. package/dist/es/commands/PutRetentionPolicyCommand.js +0 -40
  862. package/dist/es/commands/PutRetentionPolicyCommand.js.map +0 -1
  863. package/dist/es/commands/RegisterToWorkMailCommand.js +0 -40
  864. package/dist/es/commands/RegisterToWorkMailCommand.js.map +0 -1
  865. package/dist/es/commands/ResetPasswordCommand.js +0 -40
  866. package/dist/es/commands/ResetPasswordCommand.js.map +0 -1
  867. package/dist/es/commands/StartMailboxExportJobCommand.js +0 -40
  868. package/dist/es/commands/StartMailboxExportJobCommand.js.map +0 -1
  869. package/dist/es/commands/TagResourceCommand.js +0 -40
  870. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  871. package/dist/es/commands/UntagResourceCommand.js +0 -40
  872. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  873. package/dist/es/commands/UpdateMailboxQuotaCommand.js +0 -40
  874. package/dist/es/commands/UpdateMailboxQuotaCommand.js.map +0 -1
  875. package/dist/es/commands/UpdateMobileDeviceAccessRuleCommand.js +0 -40
  876. package/dist/es/commands/UpdateMobileDeviceAccessRuleCommand.js.map +0 -1
  877. package/dist/es/commands/UpdatePrimaryEmailAddressCommand.js +0 -40
  878. package/dist/es/commands/UpdatePrimaryEmailAddressCommand.js.map +0 -1
  879. package/dist/es/commands/UpdateResourceCommand.js +0 -40
  880. package/dist/es/commands/UpdateResourceCommand.js.map +0 -1
  881. package/dist/es/endpoints.js.map +0 -1
  882. package/dist/es/index.js +0 -68
  883. package/dist/es/index.js.map +0 -1
  884. package/dist/es/models/index.js.map +0 -1
  885. package/dist/es/models/models_0.js +0 -634
  886. package/dist/es/models/models_0.js.map +0 -1
  887. package/dist/es/package.json +0 -93
  888. package/dist/es/pagination/Interfaces.js.map +0 -1
  889. package/dist/es/pagination/ListAliasesPaginator.js +0 -75
  890. package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
  891. package/dist/es/pagination/ListGroupMembersPaginator.js +0 -75
  892. package/dist/es/pagination/ListGroupMembersPaginator.js.map +0 -1
  893. package/dist/es/pagination/ListGroupsPaginator.js +0 -75
  894. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  895. package/dist/es/pagination/ListMailboxExportJobsPaginator.js +0 -75
  896. package/dist/es/pagination/ListMailboxExportJobsPaginator.js.map +0 -1
  897. package/dist/es/pagination/ListMailboxPermissionsPaginator.js +0 -75
  898. package/dist/es/pagination/ListMailboxPermissionsPaginator.js.map +0 -1
  899. package/dist/es/pagination/ListOrganizationsPaginator.js +0 -75
  900. package/dist/es/pagination/ListOrganizationsPaginator.js.map +0 -1
  901. package/dist/es/pagination/ListResourceDelegatesPaginator.js +0 -75
  902. package/dist/es/pagination/ListResourceDelegatesPaginator.js.map +0 -1
  903. package/dist/es/pagination/ListResourcesPaginator.js +0 -75
  904. package/dist/es/pagination/ListResourcesPaginator.js.map +0 -1
  905. package/dist/es/pagination/ListUsersPaginator.js +0 -75
  906. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  907. package/dist/es/protocols/Aws_json1_1.js +0 -6794
  908. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  909. package/dist/es/runtimeConfig.browser.js +0 -17
  910. package/dist/es/runtimeConfig.browser.js.map +0 -1
  911. package/dist/es/runtimeConfig.js +0 -22
  912. package/dist/es/runtimeConfig.js.map +0 -1
  913. package/dist/es/runtimeConfig.native.js.map +0 -1
  914. package/dist/es/runtimeConfig.shared.js +0 -14
  915. package/dist/es/runtimeConfig.shared.js.map +0 -1
  916. package/dist/types/WorkMail.d.ts +0 -464
  917. package/dist/types/WorkMailClient.d.ts +0 -221
  918. package/dist/types/commands/AssociateDelegateToResourceCommand.d.ts +0 -35
  919. package/dist/types/commands/AssociateMemberToGroupCommand.d.ts +0 -35
  920. package/dist/types/commands/CancelMailboxExportJobCommand.d.ts +0 -39
  921. package/dist/types/commands/CreateAliasCommand.d.ts +0 -35
  922. package/dist/types/commands/CreateGroupCommand.d.ts +0 -35
  923. package/dist/types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +0 -35
  924. package/dist/types/commands/CreateOrganizationCommand.d.ts +0 -39
  925. package/dist/types/commands/CreateResourceCommand.d.ts +0 -35
  926. package/dist/types/commands/CreateUserCommand.d.ts +0 -35
  927. package/dist/types/commands/DeleteAccessControlRuleCommand.d.ts +0 -35
  928. package/dist/types/commands/DeleteAliasCommand.d.ts +0 -36
  929. package/dist/types/commands/DeleteGroupCommand.d.ts +0 -35
  930. package/dist/types/commands/DeleteMailboxPermissionsCommand.d.ts +0 -35
  931. package/dist/types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +0 -35
  932. package/dist/types/commands/DeleteOrganizationCommand.d.ts +0 -35
  933. package/dist/types/commands/DeleteResourceCommand.d.ts +0 -35
  934. package/dist/types/commands/DeleteRetentionPolicyCommand.d.ts +0 -35
  935. package/dist/types/commands/DeleteUserCommand.d.ts +0 -39
  936. package/dist/types/commands/DeregisterFromWorkMailCommand.d.ts +0 -38
  937. package/dist/types/commands/DescribeGroupCommand.d.ts +0 -35
  938. package/dist/types/commands/DescribeMailboxExportJobCommand.d.ts +0 -35
  939. package/dist/types/commands/DescribeOrganizationCommand.d.ts +0 -36
  940. package/dist/types/commands/DescribeResourceCommand.d.ts +0 -35
  941. package/dist/types/commands/DescribeUserCommand.d.ts +0 -35
  942. package/dist/types/commands/DisassociateDelegateFromResourceCommand.d.ts +0 -35
  943. package/dist/types/commands/DisassociateMemberFromGroupCommand.d.ts +0 -35
  944. package/dist/types/commands/GetAccessControlEffectCommand.d.ts +0 -36
  945. package/dist/types/commands/GetDefaultRetentionPolicyCommand.d.ts +0 -35
  946. package/dist/types/commands/GetMailboxDetailsCommand.d.ts +0 -35
  947. package/dist/types/commands/GetMobileDeviceAccessEffectCommand.d.ts +0 -36
  948. package/dist/types/commands/ListAccessControlRulesCommand.d.ts +0 -35
  949. package/dist/types/commands/ListAliasesCommand.d.ts +0 -36
  950. package/dist/types/commands/ListGroupMembersCommand.d.ts +0 -36
  951. package/dist/types/commands/ListGroupsCommand.d.ts +0 -35
  952. package/dist/types/commands/ListMailboxExportJobsCommand.d.ts +0 -36
  953. package/dist/types/commands/ListMailboxPermissionsCommand.d.ts +0 -36
  954. package/dist/types/commands/ListMobileDeviceAccessRulesCommand.d.ts +0 -35
  955. package/dist/types/commands/ListOrganizationsCommand.d.ts +0 -35
  956. package/dist/types/commands/ListResourceDelegatesCommand.d.ts +0 -36
  957. package/dist/types/commands/ListResourcesCommand.d.ts +0 -35
  958. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  959. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  960. package/dist/types/commands/PutAccessControlRuleCommand.d.ts +0 -38
  961. package/dist/types/commands/PutMailboxPermissionsCommand.d.ts +0 -36
  962. package/dist/types/commands/PutRetentionPolicyCommand.d.ts +0 -35
  963. package/dist/types/commands/RegisterToWorkMailCommand.d.ts +0 -41
  964. package/dist/types/commands/ResetPasswordCommand.d.ts +0 -35
  965. package/dist/types/commands/StartMailboxExportJobCommand.d.ts +0 -38
  966. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  967. package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
  968. package/dist/types/commands/UpdateMailboxQuotaCommand.d.ts +0 -36
  969. package/dist/types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +0 -35
  970. package/dist/types/commands/UpdatePrimaryEmailAddressCommand.d.ts +0 -37
  971. package/dist/types/commands/UpdateResourceCommand.d.ts +0 -37
  972. package/dist/types/index.d.ts +0 -67
  973. package/dist/types/models/models_0.d.ts +0 -2856
  974. package/dist/types/pagination/Interfaces.d.ts +0 -6
  975. package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
  976. package/dist/types/pagination/ListGroupMembersPaginator.d.ts +0 -4
  977. package/dist/types/pagination/ListGroupsPaginator.d.ts +0 -4
  978. package/dist/types/pagination/ListMailboxExportJobsPaginator.d.ts +0 -4
  979. package/dist/types/pagination/ListMailboxPermissionsPaginator.d.ts +0 -4
  980. package/dist/types/pagination/ListOrganizationsPaginator.d.ts +0 -4
  981. package/dist/types/pagination/ListResourceDelegatesPaginator.d.ts +0 -4
  982. package/dist/types/pagination/ListResourcesPaginator.d.ts +0 -4
  983. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  984. package/dist/types/protocols/Aws_json1_1.d.ts +0 -164
  985. package/dist/types/runtimeConfig.d.ts +0 -37
  986. package/dist/types/ts3.4/WorkMail.d.ts +0 -464
  987. package/dist/types/ts3.4/WorkMailClient.d.ts +0 -221
  988. package/dist/types/ts3.4/commands/AssociateDelegateToResourceCommand.d.ts +0 -35
  989. package/dist/types/ts3.4/commands/AssociateMemberToGroupCommand.d.ts +0 -35
  990. package/dist/types/ts3.4/commands/CancelMailboxExportJobCommand.d.ts +0 -39
  991. package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -35
  992. package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -35
  993. package/dist/types/ts3.4/commands/CreateMobileDeviceAccessRuleCommand.d.ts +0 -35
  994. package/dist/types/ts3.4/commands/CreateOrganizationCommand.d.ts +0 -39
  995. package/dist/types/ts3.4/commands/CreateResourceCommand.d.ts +0 -35
  996. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
  997. package/dist/types/ts3.4/commands/DeleteAccessControlRuleCommand.d.ts +0 -35
  998. package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -36
  999. package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -35
  1000. package/dist/types/ts3.4/commands/DeleteMailboxPermissionsCommand.d.ts +0 -35
  1001. package/dist/types/ts3.4/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +0 -35
  1002. package/dist/types/ts3.4/commands/DeleteOrganizationCommand.d.ts +0 -35
  1003. package/dist/types/ts3.4/commands/DeleteResourceCommand.d.ts +0 -35
  1004. package/dist/types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +0 -35
  1005. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -39
  1006. package/dist/types/ts3.4/commands/DeregisterFromWorkMailCommand.d.ts +0 -38
  1007. package/dist/types/ts3.4/commands/DescribeGroupCommand.d.ts +0 -35
  1008. package/dist/types/ts3.4/commands/DescribeMailboxExportJobCommand.d.ts +0 -35
  1009. package/dist/types/ts3.4/commands/DescribeOrganizationCommand.d.ts +0 -36
  1010. package/dist/types/ts3.4/commands/DescribeResourceCommand.d.ts +0 -35
  1011. package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -35
  1012. package/dist/types/ts3.4/commands/DisassociateDelegateFromResourceCommand.d.ts +0 -35
  1013. package/dist/types/ts3.4/commands/DisassociateMemberFromGroupCommand.d.ts +0 -35
  1014. package/dist/types/ts3.4/commands/GetAccessControlEffectCommand.d.ts +0 -36
  1015. package/dist/types/ts3.4/commands/GetDefaultRetentionPolicyCommand.d.ts +0 -35
  1016. package/dist/types/ts3.4/commands/GetMailboxDetailsCommand.d.ts +0 -35
  1017. package/dist/types/ts3.4/commands/GetMobileDeviceAccessEffectCommand.d.ts +0 -36
  1018. package/dist/types/ts3.4/commands/ListAccessControlRulesCommand.d.ts +0 -35
  1019. package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -36
  1020. package/dist/types/ts3.4/commands/ListGroupMembersCommand.d.ts +0 -36
  1021. package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -35
  1022. package/dist/types/ts3.4/commands/ListMailboxExportJobsCommand.d.ts +0 -36
  1023. package/dist/types/ts3.4/commands/ListMailboxPermissionsCommand.d.ts +0 -36
  1024. package/dist/types/ts3.4/commands/ListMobileDeviceAccessRulesCommand.d.ts +0 -35
  1025. package/dist/types/ts3.4/commands/ListOrganizationsCommand.d.ts +0 -35
  1026. package/dist/types/ts3.4/commands/ListResourceDelegatesCommand.d.ts +0 -36
  1027. package/dist/types/ts3.4/commands/ListResourcesCommand.d.ts +0 -35
  1028. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  1029. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1030. package/dist/types/ts3.4/commands/PutAccessControlRuleCommand.d.ts +0 -38
  1031. package/dist/types/ts3.4/commands/PutMailboxPermissionsCommand.d.ts +0 -36
  1032. package/dist/types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +0 -35
  1033. package/dist/types/ts3.4/commands/RegisterToWorkMailCommand.d.ts +0 -41
  1034. package/dist/types/ts3.4/commands/ResetPasswordCommand.d.ts +0 -35
  1035. package/dist/types/ts3.4/commands/StartMailboxExportJobCommand.d.ts +0 -38
  1036. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  1037. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  1038. package/dist/types/ts3.4/commands/UpdateMailboxQuotaCommand.d.ts +0 -36
  1039. package/dist/types/ts3.4/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +0 -35
  1040. package/dist/types/ts3.4/commands/UpdatePrimaryEmailAddressCommand.d.ts +0 -37
  1041. package/dist/types/ts3.4/commands/UpdateResourceCommand.d.ts +0 -37
  1042. package/dist/types/ts3.4/index.d.ts +0 -67
  1043. package/dist/types/ts3.4/models/models_0.d.ts +0 -2856
  1044. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1045. package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  1046. package/dist/types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +0 -4
  1047. package/dist/types/ts3.4/pagination/ListGroupsPaginator.d.ts +0 -4
  1048. package/dist/types/ts3.4/pagination/ListMailboxExportJobsPaginator.d.ts +0 -4
  1049. package/dist/types/ts3.4/pagination/ListMailboxPermissionsPaginator.d.ts +0 -4
  1050. package/dist/types/ts3.4/pagination/ListOrganizationsPaginator.d.ts +0 -4
  1051. package/dist/types/ts3.4/pagination/ListResourceDelegatesPaginator.d.ts +0 -4
  1052. package/dist/types/ts3.4/pagination/ListResourcesPaginator.d.ts +0 -4
  1053. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  1054. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -164
  1055. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1056. package/endpoints.ts +0 -57
  1057. package/index.ts +0 -67
  1058. package/models/models_0.ts +0 -3667
  1059. package/pagination/Interfaces.ts +0 -7
  1060. package/pagination/ListAliasesPaginator.ts +0 -54
  1061. package/pagination/ListGroupMembersPaginator.ts +0 -58
  1062. package/pagination/ListGroupsPaginator.ts +0 -54
  1063. package/pagination/ListMailboxExportJobsPaginator.ts +0 -58
  1064. package/pagination/ListMailboxPermissionsPaginator.ts +0 -58
  1065. package/pagination/ListOrganizationsPaginator.ts +0 -58
  1066. package/pagination/ListResourceDelegatesPaginator.ts +0 -58
  1067. package/pagination/ListResourcesPaginator.ts +0 -58
  1068. package/pagination/ListUsersPaginator.ts +0 -54
  1069. package/protocols/Aws_json1_1.ts +0 -7972
  1070. package/runtimeConfig.browser.ts +0 -40
  1071. package/runtimeConfig.native.ts +0 -16
  1072. package/runtimeConfig.shared.ts +0 -16
  1073. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,3107 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ export declare enum AccessControlRuleEffect {
3
+ ALLOW = "ALLOW",
4
+ DENY = "DENY"
5
+ }
6
+ /**
7
+ * <p>A rule that controls access to an Amazon WorkMail organization.</p>
8
+ */
9
+ export interface AccessControlRule {
10
+ /**
11
+ * <p>The rule name.</p>
12
+ */
13
+ Name?: string;
14
+ /**
15
+ * <p>The rule effect.</p>
16
+ */
17
+ Effect?: AccessControlRuleEffect | string;
18
+ /**
19
+ * <p>The rule description.</p>
20
+ */
21
+ Description?: string;
22
+ /**
23
+ * <p>IPv4 CIDR ranges to include in the rule.</p>
24
+ */
25
+ IpRanges?: string[];
26
+ /**
27
+ * <p>IPv4 CIDR ranges to exclude from the rule.</p>
28
+ */
29
+ NotIpRanges?: string[];
30
+ /**
31
+ * <p>Access protocol actions to include in the rule. Valid values include
32
+ * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
33
+ * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
34
+ */
35
+ Actions?: string[];
36
+ /**
37
+ * <p>Access protocol actions to exclude from the rule. Valid values include
38
+ * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
39
+ * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
40
+ */
41
+ NotActions?: string[];
42
+ /**
43
+ * <p>User IDs to include in the rule.</p>
44
+ */
45
+ UserIds?: string[];
46
+ /**
47
+ * <p>User IDs to exclude from the rule.</p>
48
+ */
49
+ NotUserIds?: string[];
50
+ /**
51
+ * <p>The date that the rule was created.</p>
52
+ */
53
+ DateCreated?: Date;
54
+ /**
55
+ * <p>The date that the rule was modified.</p>
56
+ */
57
+ DateModified?: Date;
58
+ }
59
+ export declare namespace AccessControlRule {
60
+ /**
61
+ * @internal
62
+ */
63
+ const filterSensitiveLog: (obj: AccessControlRule) => any;
64
+ }
65
+ export interface AssociateDelegateToResourceRequest {
66
+ /**
67
+ * <p>The organization under which the resource exists.</p>
68
+ */
69
+ OrganizationId: string | undefined;
70
+ /**
71
+ * <p>The resource for which members (users or groups) are associated.</p>
72
+ */
73
+ ResourceId: string | undefined;
74
+ /**
75
+ * <p>The member (user or group) to associate to the resource.</p>
76
+ */
77
+ EntityId: string | undefined;
78
+ }
79
+ export declare namespace AssociateDelegateToResourceRequest {
80
+ /**
81
+ * @internal
82
+ */
83
+ const filterSensitiveLog: (obj: AssociateDelegateToResourceRequest) => any;
84
+ }
85
+ export interface AssociateDelegateToResourceResponse {
86
+ }
87
+ export declare namespace AssociateDelegateToResourceResponse {
88
+ /**
89
+ * @internal
90
+ */
91
+ const filterSensitiveLog: (obj: AssociateDelegateToResourceResponse) => any;
92
+ }
93
+ /**
94
+ * <p>The identifier supplied for the user, group, or resource does not exist in your
95
+ * organization.</p>
96
+ */
97
+ export interface EntityNotFoundException extends __SmithyException, $MetadataBearer {
98
+ name: "EntityNotFoundException";
99
+ $fault: "client";
100
+ Message?: string;
101
+ }
102
+ export declare namespace EntityNotFoundException {
103
+ /**
104
+ * @internal
105
+ */
106
+ const filterSensitiveLog: (obj: EntityNotFoundException) => any;
107
+ }
108
+ /**
109
+ * <p>You are performing an operation on a user, group, or resource that isn't in the
110
+ * expected state, such as trying to delete an active user.</p>
111
+ */
112
+ export interface EntityStateException extends __SmithyException, $MetadataBearer {
113
+ name: "EntityStateException";
114
+ $fault: "client";
115
+ Message?: string;
116
+ }
117
+ export declare namespace EntityStateException {
118
+ /**
119
+ * @internal
120
+ */
121
+ const filterSensitiveLog: (obj: EntityStateException) => any;
122
+ }
123
+ /**
124
+ * <p>One or more of the input parameters don't match the service's restrictions.</p>
125
+ */
126
+ export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
127
+ name: "InvalidParameterException";
128
+ $fault: "client";
129
+ Message?: string;
130
+ }
131
+ export declare namespace InvalidParameterException {
132
+ /**
133
+ * @internal
134
+ */
135
+ const filterSensitiveLog: (obj: InvalidParameterException) => any;
136
+ }
137
+ /**
138
+ * <p>An operation received a valid organization identifier that either doesn't belong or
139
+ * exist in the system.</p>
140
+ */
141
+ export interface OrganizationNotFoundException extends __SmithyException, $MetadataBearer {
142
+ name: "OrganizationNotFoundException";
143
+ $fault: "client";
144
+ Message?: string;
145
+ }
146
+ export declare namespace OrganizationNotFoundException {
147
+ /**
148
+ * @internal
149
+ */
150
+ const filterSensitiveLog: (obj: OrganizationNotFoundException) => any;
151
+ }
152
+ /**
153
+ * <p>The organization must have a valid state to perform certain
154
+ * operations on the organization or its members.</p>
155
+ */
156
+ export interface OrganizationStateException extends __SmithyException, $MetadataBearer {
157
+ name: "OrganizationStateException";
158
+ $fault: "client";
159
+ Message?: string;
160
+ }
161
+ export declare namespace OrganizationStateException {
162
+ /**
163
+ * @internal
164
+ */
165
+ const filterSensitiveLog: (obj: OrganizationStateException) => any;
166
+ }
167
+ export interface AssociateMemberToGroupRequest {
168
+ /**
169
+ * <p>The organization under which the group exists.</p>
170
+ */
171
+ OrganizationId: string | undefined;
172
+ /**
173
+ * <p>The group to which the member (user or group) is associated.</p>
174
+ */
175
+ GroupId: string | undefined;
176
+ /**
177
+ * <p>The member (user or group) to associate to the group.</p>
178
+ */
179
+ MemberId: string | undefined;
180
+ }
181
+ export declare namespace AssociateMemberToGroupRequest {
182
+ /**
183
+ * @internal
184
+ */
185
+ const filterSensitiveLog: (obj: AssociateMemberToGroupRequest) => any;
186
+ }
187
+ export interface AssociateMemberToGroupResponse {
188
+ }
189
+ export declare namespace AssociateMemberToGroupResponse {
190
+ /**
191
+ * @internal
192
+ */
193
+ const filterSensitiveLog: (obj: AssociateMemberToGroupResponse) => any;
194
+ }
195
+ /**
196
+ * <p>The directory service doesn't recognize the credentials supplied by WorkMail.</p>
197
+ */
198
+ export interface DirectoryServiceAuthenticationFailedException extends __SmithyException, $MetadataBearer {
199
+ name: "DirectoryServiceAuthenticationFailedException";
200
+ $fault: "client";
201
+ Message?: string;
202
+ }
203
+ export declare namespace DirectoryServiceAuthenticationFailedException {
204
+ /**
205
+ * @internal
206
+ */
207
+ const filterSensitiveLog: (obj: DirectoryServiceAuthenticationFailedException) => any;
208
+ }
209
+ /**
210
+ * <p>The directory is unavailable. It might be located in another Region or deleted.</p>
211
+ */
212
+ export interface DirectoryUnavailableException extends __SmithyException, $MetadataBearer {
213
+ name: "DirectoryUnavailableException";
214
+ $fault: "client";
215
+ Message?: string;
216
+ }
217
+ export declare namespace DirectoryUnavailableException {
218
+ /**
219
+ * @internal
220
+ */
221
+ const filterSensitiveLog: (obj: DirectoryUnavailableException) => any;
222
+ }
223
+ /**
224
+ * <p>You can't perform a write operation against a read-only directory.</p>
225
+ */
226
+ export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
227
+ name: "UnsupportedOperationException";
228
+ $fault: "client";
229
+ Message?: string;
230
+ }
231
+ export declare namespace UnsupportedOperationException {
232
+ /**
233
+ * @internal
234
+ */
235
+ const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
236
+ }
237
+ /**
238
+ * <p>At least one delegate must be associated to the resource to disable automatic replies
239
+ * from the resource.</p>
240
+ */
241
+ export interface BookingOptions {
242
+ /**
243
+ * <p>The resource's ability to automatically reply to requests. If disabled, delegates
244
+ * must be associated to the resource.</p>
245
+ */
246
+ AutoAcceptRequests?: boolean;
247
+ /**
248
+ * <p>The resource's ability to automatically decline any recurring requests.</p>
249
+ */
250
+ AutoDeclineRecurringRequests?: boolean;
251
+ /**
252
+ * <p>The resource's ability to automatically decline any conflicting requests.</p>
253
+ */
254
+ AutoDeclineConflictingRequests?: boolean;
255
+ }
256
+ export declare namespace BookingOptions {
257
+ /**
258
+ * @internal
259
+ */
260
+ const filterSensitiveLog: (obj: BookingOptions) => any;
261
+ }
262
+ export interface CancelMailboxExportJobRequest {
263
+ /**
264
+ * <p>The idempotency token for the client request.</p>
265
+ */
266
+ ClientToken?: string;
267
+ /**
268
+ * <p>The job ID.</p>
269
+ */
270
+ JobId: string | undefined;
271
+ /**
272
+ * <p>The organization ID.</p>
273
+ */
274
+ OrganizationId: string | undefined;
275
+ }
276
+ export declare namespace CancelMailboxExportJobRequest {
277
+ /**
278
+ * @internal
279
+ */
280
+ const filterSensitiveLog: (obj: CancelMailboxExportJobRequest) => any;
281
+ }
282
+ export interface CancelMailboxExportJobResponse {
283
+ }
284
+ export declare namespace CancelMailboxExportJobResponse {
285
+ /**
286
+ * @internal
287
+ */
288
+ const filterSensitiveLog: (obj: CancelMailboxExportJobResponse) => any;
289
+ }
290
+ export interface CreateAliasRequest {
291
+ /**
292
+ * <p>The organization under which the member (user or group) exists.</p>
293
+ */
294
+ OrganizationId: string | undefined;
295
+ /**
296
+ * <p>The member (user or group) to which this alias is added.</p>
297
+ */
298
+ EntityId: string | undefined;
299
+ /**
300
+ * <p>The alias to add to the member set.</p>
301
+ */
302
+ Alias: string | undefined;
303
+ }
304
+ export declare namespace CreateAliasRequest {
305
+ /**
306
+ * @internal
307
+ */
308
+ const filterSensitiveLog: (obj: CreateAliasRequest) => any;
309
+ }
310
+ export interface CreateAliasResponse {
311
+ }
312
+ export declare namespace CreateAliasResponse {
313
+ /**
314
+ * @internal
315
+ */
316
+ const filterSensitiveLog: (obj: CreateAliasResponse) => any;
317
+ }
318
+ /**
319
+ * <p>The email address that you're trying to assign is already created for a different
320
+ * user, group, or resource.</p>
321
+ */
322
+ export interface EmailAddressInUseException extends __SmithyException, $MetadataBearer {
323
+ name: "EmailAddressInUseException";
324
+ $fault: "client";
325
+ Message?: string;
326
+ }
327
+ export declare namespace EmailAddressInUseException {
328
+ /**
329
+ * @internal
330
+ */
331
+ const filterSensitiveLog: (obj: EmailAddressInUseException) => any;
332
+ }
333
+ /**
334
+ * <p>The request exceeds the limit of the resource.</p>
335
+ */
336
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
337
+ name: "LimitExceededException";
338
+ $fault: "client";
339
+ Message?: string;
340
+ }
341
+ export declare namespace LimitExceededException {
342
+ /**
343
+ * @internal
344
+ */
345
+ const filterSensitiveLog: (obj: LimitExceededException) => any;
346
+ }
347
+ /**
348
+ * <p>For an email or alias to be created in Amazon WorkMail, the included domain must be defined
349
+ * in the organization.</p>
350
+ */
351
+ export interface MailDomainNotFoundException extends __SmithyException, $MetadataBearer {
352
+ name: "MailDomainNotFoundException";
353
+ $fault: "client";
354
+ Message?: string;
355
+ }
356
+ export declare namespace MailDomainNotFoundException {
357
+ /**
358
+ * @internal
359
+ */
360
+ const filterSensitiveLog: (obj: MailDomainNotFoundException) => any;
361
+ }
362
+ /**
363
+ * <p>After a domain has been added to the organization, it must be verified. The domain is
364
+ * not yet verified.</p>
365
+ */
366
+ export interface MailDomainStateException extends __SmithyException, $MetadataBearer {
367
+ name: "MailDomainStateException";
368
+ $fault: "client";
369
+ Message?: string;
370
+ }
371
+ export declare namespace MailDomainStateException {
372
+ /**
373
+ * @internal
374
+ */
375
+ const filterSensitiveLog: (obj: MailDomainStateException) => any;
376
+ }
377
+ export interface CreateGroupRequest {
378
+ /**
379
+ * <p>The organization under which the group is to be created.</p>
380
+ */
381
+ OrganizationId: string | undefined;
382
+ /**
383
+ * <p>The name of the group.</p>
384
+ */
385
+ Name: string | undefined;
386
+ }
387
+ export declare namespace CreateGroupRequest {
388
+ /**
389
+ * @internal
390
+ */
391
+ const filterSensitiveLog: (obj: CreateGroupRequest) => any;
392
+ }
393
+ export interface CreateGroupResponse {
394
+ /**
395
+ * <p>The identifier of the group.</p>
396
+ */
397
+ GroupId?: string;
398
+ }
399
+ export declare namespace CreateGroupResponse {
400
+ /**
401
+ * @internal
402
+ */
403
+ const filterSensitiveLog: (obj: CreateGroupResponse) => any;
404
+ }
405
+ /**
406
+ * <p>The user, group, or resource name isn't unique in Amazon WorkMail.</p>
407
+ */
408
+ export interface NameAvailabilityException extends __SmithyException, $MetadataBearer {
409
+ name: "NameAvailabilityException";
410
+ $fault: "client";
411
+ Message?: string;
412
+ }
413
+ export declare namespace NameAvailabilityException {
414
+ /**
415
+ * @internal
416
+ */
417
+ const filterSensitiveLog: (obj: NameAvailabilityException) => any;
418
+ }
419
+ /**
420
+ * <p>This user, group, or resource name is not allowed in Amazon WorkMail.</p>
421
+ */
422
+ export interface ReservedNameException extends __SmithyException, $MetadataBearer {
423
+ name: "ReservedNameException";
424
+ $fault: "client";
425
+ Message?: string;
426
+ }
427
+ export declare namespace ReservedNameException {
428
+ /**
429
+ * @internal
430
+ */
431
+ const filterSensitiveLog: (obj: ReservedNameException) => any;
432
+ }
433
+ export declare enum MobileDeviceAccessRuleEffect {
434
+ ALLOW = "ALLOW",
435
+ DENY = "DENY"
436
+ }
437
+ export interface CreateMobileDeviceAccessRuleRequest {
438
+ /**
439
+ * <p>The Amazon WorkMail organization under which the rule will be created.</p>
440
+ */
441
+ OrganizationId: string | undefined;
442
+ /**
443
+ * <p>The idempotency token for the client request.</p>
444
+ */
445
+ ClientToken?: string;
446
+ /**
447
+ * <p>The rule name.</p>
448
+ */
449
+ Name: string | undefined;
450
+ /**
451
+ * <p>The rule description.</p>
452
+ */
453
+ Description?: string;
454
+ /**
455
+ * <p>The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.</p>
456
+ */
457
+ Effect: MobileDeviceAccessRuleEffect | string | undefined;
458
+ /**
459
+ * <p>Device types that the rule will match.</p>
460
+ */
461
+ DeviceTypes?: string[];
462
+ /**
463
+ * <p>Device types that the rule <b>will not</b> match. All other device types will match.</p>
464
+ */
465
+ NotDeviceTypes?: string[];
466
+ /**
467
+ * <p>Device models that the rule will match.</p>
468
+ */
469
+ DeviceModels?: string[];
470
+ /**
471
+ * <p>Device models that the rule <b>will not</b> match. All other device models will match.</p>
472
+ */
473
+ NotDeviceModels?: string[];
474
+ /**
475
+ * <p>Device operating systems that the rule will match.</p>
476
+ */
477
+ DeviceOperatingSystems?: string[];
478
+ /**
479
+ * <p>Device operating systems that the rule <b>will not</b> match. All other device operating systems will match.</p>
480
+ */
481
+ NotDeviceOperatingSystems?: string[];
482
+ /**
483
+ * <p>Device user agents that the rule will match.</p>
484
+ */
485
+ DeviceUserAgents?: string[];
486
+ /**
487
+ * <p>Device user agents that the rule <b>will not</b> match. All other device user agents will match.</p>
488
+ */
489
+ NotDeviceUserAgents?: string[];
490
+ }
491
+ export declare namespace CreateMobileDeviceAccessRuleRequest {
492
+ /**
493
+ * @internal
494
+ */
495
+ const filterSensitiveLog: (obj: CreateMobileDeviceAccessRuleRequest) => any;
496
+ }
497
+ export interface CreateMobileDeviceAccessRuleResponse {
498
+ /**
499
+ * <p>The identifier for the newly created mobile device access rule.</p>
500
+ */
501
+ MobileDeviceAccessRuleId?: string;
502
+ }
503
+ export declare namespace CreateMobileDeviceAccessRuleResponse {
504
+ /**
505
+ * @internal
506
+ */
507
+ const filterSensitiveLog: (obj: CreateMobileDeviceAccessRuleResponse) => any;
508
+ }
509
+ /**
510
+ * <p>The domain to associate with an Amazon WorkMail organization.</p>
511
+ * <p>When you configure a domain hosted in Amazon Route 53 (Route 53), all recommended DNS records are added to the organization when you create it. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/add_domain.html">Adding a domain</a> in the <i>Amazon WorkMail Administrator Guide</i>.</p>
512
+ */
513
+ export interface Domain {
514
+ /**
515
+ * <p>The fully qualified domain name.</p>
516
+ */
517
+ DomainName?: string;
518
+ /**
519
+ * <p>The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.</p>
520
+ */
521
+ HostedZoneId?: string;
522
+ }
523
+ export declare namespace Domain {
524
+ /**
525
+ * @internal
526
+ */
527
+ const filterSensitiveLog: (obj: Domain) => any;
528
+ }
529
+ export interface CreateOrganizationRequest {
530
+ /**
531
+ * <p>The AWS Directory Service directory ID.</p>
532
+ */
533
+ DirectoryId?: string;
534
+ /**
535
+ * <p>The organization alias.</p>
536
+ */
537
+ Alias: string | undefined;
538
+ /**
539
+ * <p>The idempotency token associated with the request.</p>
540
+ */
541
+ ClientToken?: string;
542
+ /**
543
+ * <p>The email domains to associate with the organization.</p>
544
+ */
545
+ Domains?: Domain[];
546
+ /**
547
+ * <p>The Amazon Resource Name (ARN) of a customer managed master key from AWS
548
+ * KMS.</p>
549
+ */
550
+ KmsKeyArn?: string;
551
+ /**
552
+ * <p>When <code>true</code>, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to <code>true</code> if an AD Connector directory ID is included in the request.</p>
553
+ */
554
+ EnableInteroperability?: boolean;
555
+ }
556
+ export declare namespace CreateOrganizationRequest {
557
+ /**
558
+ * @internal
559
+ */
560
+ const filterSensitiveLog: (obj: CreateOrganizationRequest) => any;
561
+ }
562
+ export interface CreateOrganizationResponse {
563
+ /**
564
+ * <p>The organization ID.</p>
565
+ */
566
+ OrganizationId?: string;
567
+ }
568
+ export declare namespace CreateOrganizationResponse {
569
+ /**
570
+ * @internal
571
+ */
572
+ const filterSensitiveLog: (obj: CreateOrganizationResponse) => any;
573
+ }
574
+ /**
575
+ * <p>The directory is already in use by another WorkMail organization in the same account and Region.</p>
576
+ */
577
+ export interface DirectoryInUseException extends __SmithyException, $MetadataBearer {
578
+ name: "DirectoryInUseException";
579
+ $fault: "client";
580
+ Message?: string;
581
+ }
582
+ export declare namespace DirectoryInUseException {
583
+ /**
584
+ * @internal
585
+ */
586
+ const filterSensitiveLog: (obj: DirectoryInUseException) => any;
587
+ }
588
+ export declare enum ResourceType {
589
+ EQUIPMENT = "EQUIPMENT",
590
+ ROOM = "ROOM"
591
+ }
592
+ export interface CreateResourceRequest {
593
+ /**
594
+ * <p>The identifier associated with the organization for which the resource is
595
+ * created.</p>
596
+ */
597
+ OrganizationId: string | undefined;
598
+ /**
599
+ * <p>The name of the new resource.</p>
600
+ */
601
+ Name: string | undefined;
602
+ /**
603
+ * <p>The type of the new resource. The available types are <code>equipment</code> and
604
+ * <code>room</code>.</p>
605
+ */
606
+ Type: ResourceType | string | undefined;
607
+ }
608
+ export declare namespace CreateResourceRequest {
609
+ /**
610
+ * @internal
611
+ */
612
+ const filterSensitiveLog: (obj: CreateResourceRequest) => any;
613
+ }
614
+ export interface CreateResourceResponse {
615
+ /**
616
+ * <p>The identifier of the new resource.</p>
617
+ */
618
+ ResourceId?: string;
619
+ }
620
+ export declare namespace CreateResourceResponse {
621
+ /**
622
+ * @internal
623
+ */
624
+ const filterSensitiveLog: (obj: CreateResourceResponse) => any;
625
+ }
626
+ export interface CreateUserRequest {
627
+ /**
628
+ * <p>The identifier of the organization for which the user is created.</p>
629
+ */
630
+ OrganizationId: string | undefined;
631
+ /**
632
+ * <p>The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.</p>
633
+ */
634
+ Name: string | undefined;
635
+ /**
636
+ * <p>The display name for the new user.</p>
637
+ */
638
+ DisplayName: string | undefined;
639
+ /**
640
+ * <p>The password for the new user.</p>
641
+ */
642
+ Password: string | undefined;
643
+ }
644
+ export declare namespace CreateUserRequest {
645
+ /**
646
+ * @internal
647
+ */
648
+ const filterSensitiveLog: (obj: CreateUserRequest) => any;
649
+ }
650
+ export interface CreateUserResponse {
651
+ /**
652
+ * <p>The identifier for the new user.</p>
653
+ */
654
+ UserId?: string;
655
+ }
656
+ export declare namespace CreateUserResponse {
657
+ /**
658
+ * @internal
659
+ */
660
+ const filterSensitiveLog: (obj: CreateUserResponse) => any;
661
+ }
662
+ /**
663
+ * <p>The supplied password doesn't match the minimum security constraints, such as length
664
+ * or use of special characters.</p>
665
+ */
666
+ export interface InvalidPasswordException extends __SmithyException, $MetadataBearer {
667
+ name: "InvalidPasswordException";
668
+ $fault: "client";
669
+ Message?: string;
670
+ }
671
+ export declare namespace InvalidPasswordException {
672
+ /**
673
+ * @internal
674
+ */
675
+ const filterSensitiveLog: (obj: InvalidPasswordException) => any;
676
+ }
677
+ export declare enum MemberType {
678
+ GROUP = "GROUP",
679
+ USER = "USER"
680
+ }
681
+ /**
682
+ * <p>The name of the attribute, which is one of the values defined in the UserAttribute
683
+ * enumeration.</p>
684
+ */
685
+ export interface Delegate {
686
+ /**
687
+ * <p>The identifier for the user or group associated as the resource's delegate.</p>
688
+ */
689
+ Id: string | undefined;
690
+ /**
691
+ * <p>The type of the delegate: user or group.</p>
692
+ */
693
+ Type: MemberType | string | undefined;
694
+ }
695
+ export declare namespace Delegate {
696
+ /**
697
+ * @internal
698
+ */
699
+ const filterSensitiveLog: (obj: Delegate) => any;
700
+ }
701
+ export interface DeleteAccessControlRuleRequest {
702
+ /**
703
+ * <p>The identifier for the organization.</p>
704
+ */
705
+ OrganizationId: string | undefined;
706
+ /**
707
+ * <p>The name of the access control rule.</p>
708
+ */
709
+ Name: string | undefined;
710
+ }
711
+ export declare namespace DeleteAccessControlRuleRequest {
712
+ /**
713
+ * @internal
714
+ */
715
+ const filterSensitiveLog: (obj: DeleteAccessControlRuleRequest) => any;
716
+ }
717
+ export interface DeleteAccessControlRuleResponse {
718
+ }
719
+ export declare namespace DeleteAccessControlRuleResponse {
720
+ /**
721
+ * @internal
722
+ */
723
+ const filterSensitiveLog: (obj: DeleteAccessControlRuleResponse) => any;
724
+ }
725
+ export interface DeleteAliasRequest {
726
+ /**
727
+ * <p>The identifier for the organization under which the user exists.</p>
728
+ */
729
+ OrganizationId: string | undefined;
730
+ /**
731
+ * <p>The identifier for the member (user or group) from which to have the aliases
732
+ * removed.</p>
733
+ */
734
+ EntityId: string | undefined;
735
+ /**
736
+ * <p>The aliases to be removed from the user's set of aliases. Duplicate entries in the
737
+ * list are collapsed into single entries (the list is transformed into a set).</p>
738
+ */
739
+ Alias: string | undefined;
740
+ }
741
+ export declare namespace DeleteAliasRequest {
742
+ /**
743
+ * @internal
744
+ */
745
+ const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
746
+ }
747
+ export interface DeleteAliasResponse {
748
+ }
749
+ export declare namespace DeleteAliasResponse {
750
+ /**
751
+ * @internal
752
+ */
753
+ const filterSensitiveLog: (obj: DeleteAliasResponse) => any;
754
+ }
755
+ export interface DeleteGroupRequest {
756
+ /**
757
+ * <p>The organization that contains the group.</p>
758
+ */
759
+ OrganizationId: string | undefined;
760
+ /**
761
+ * <p>The identifier of the group to be deleted.</p>
762
+ */
763
+ GroupId: string | undefined;
764
+ }
765
+ export declare namespace DeleteGroupRequest {
766
+ /**
767
+ * @internal
768
+ */
769
+ const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
770
+ }
771
+ export interface DeleteGroupResponse {
772
+ }
773
+ export declare namespace DeleteGroupResponse {
774
+ /**
775
+ * @internal
776
+ */
777
+ const filterSensitiveLog: (obj: DeleteGroupResponse) => any;
778
+ }
779
+ export interface DeleteMailboxPermissionsRequest {
780
+ /**
781
+ * <p>The identifier of the organization under which the member (user or group)
782
+ * exists.</p>
783
+ */
784
+ OrganizationId: string | undefined;
785
+ /**
786
+ * <p>The identifier of the member (user or group) that owns the mailbox.</p>
787
+ */
788
+ EntityId: string | undefined;
789
+ /**
790
+ * <p>The identifier of the member (user or group) for which to delete granted
791
+ * permissions.</p>
792
+ */
793
+ GranteeId: string | undefined;
794
+ }
795
+ export declare namespace DeleteMailboxPermissionsRequest {
796
+ /**
797
+ * @internal
798
+ */
799
+ const filterSensitiveLog: (obj: DeleteMailboxPermissionsRequest) => any;
800
+ }
801
+ export interface DeleteMailboxPermissionsResponse {
802
+ }
803
+ export declare namespace DeleteMailboxPermissionsResponse {
804
+ /**
805
+ * @internal
806
+ */
807
+ const filterSensitiveLog: (obj: DeleteMailboxPermissionsResponse) => any;
808
+ }
809
+ export interface DeleteMobileDeviceAccessOverrideRequest {
810
+ /**
811
+ * <p>The Amazon WorkMail organization for which the access override will be deleted.</p>
812
+ */
813
+ OrganizationId: string | undefined;
814
+ /**
815
+ * <p>The WorkMail user for which you want to delete the override. Accepts the following types of user identities:</p>
816
+ * <ul>
817
+ * <li>
818
+ * <p>User ID: <code>12345678-1234-1234-1234-123456789012</code> or <code>S-1-1-12-1234567890-123456789-123456789-1234</code>
819
+ * </p>
820
+ * </li>
821
+ * <li>
822
+ * <p>Email address: <code>user@domain.tld</code>
823
+ * </p>
824
+ * </li>
825
+ * <li>
826
+ * <p>User name: <code>user</code>
827
+ * </p>
828
+ * </li>
829
+ * </ul>
830
+ */
831
+ UserId: string | undefined;
832
+ /**
833
+ * <p>The mobile device for which you delete the override. <code>DeviceId</code> is case insensitive.</p>
834
+ */
835
+ DeviceId: string | undefined;
836
+ }
837
+ export declare namespace DeleteMobileDeviceAccessOverrideRequest {
838
+ /**
839
+ * @internal
840
+ */
841
+ const filterSensitiveLog: (obj: DeleteMobileDeviceAccessOverrideRequest) => any;
842
+ }
843
+ export interface DeleteMobileDeviceAccessOverrideResponse {
844
+ }
845
+ export declare namespace DeleteMobileDeviceAccessOverrideResponse {
846
+ /**
847
+ * @internal
848
+ */
849
+ const filterSensitiveLog: (obj: DeleteMobileDeviceAccessOverrideResponse) => any;
850
+ }
851
+ export interface DeleteMobileDeviceAccessRuleRequest {
852
+ /**
853
+ * <p>The Amazon WorkMail organization under which the rule will be deleted.</p>
854
+ */
855
+ OrganizationId: string | undefined;
856
+ /**
857
+ * <p>The identifier of the rule to be deleted.</p>
858
+ */
859
+ MobileDeviceAccessRuleId: string | undefined;
860
+ }
861
+ export declare namespace DeleteMobileDeviceAccessRuleRequest {
862
+ /**
863
+ * @internal
864
+ */
865
+ const filterSensitiveLog: (obj: DeleteMobileDeviceAccessRuleRequest) => any;
866
+ }
867
+ export interface DeleteMobileDeviceAccessRuleResponse {
868
+ }
869
+ export declare namespace DeleteMobileDeviceAccessRuleResponse {
870
+ /**
871
+ * @internal
872
+ */
873
+ const filterSensitiveLog: (obj: DeleteMobileDeviceAccessRuleResponse) => any;
874
+ }
875
+ export interface DeleteOrganizationRequest {
876
+ /**
877
+ * <p>The idempotency token associated with the request.</p>
878
+ */
879
+ ClientToken?: string;
880
+ /**
881
+ * <p>The organization ID.</p>
882
+ */
883
+ OrganizationId: string | undefined;
884
+ /**
885
+ * <p>If true, deletes the AWS Directory Service directory associated with the organization.</p>
886
+ */
887
+ DeleteDirectory: boolean | undefined;
888
+ }
889
+ export declare namespace DeleteOrganizationRequest {
890
+ /**
891
+ * @internal
892
+ */
893
+ const filterSensitiveLog: (obj: DeleteOrganizationRequest) => any;
894
+ }
895
+ export interface DeleteOrganizationResponse {
896
+ /**
897
+ * <p>The organization ID.</p>
898
+ */
899
+ OrganizationId?: string;
900
+ /**
901
+ * <p>The state of the organization.</p>
902
+ */
903
+ State?: string;
904
+ }
905
+ export declare namespace DeleteOrganizationResponse {
906
+ /**
907
+ * @internal
908
+ */
909
+ const filterSensitiveLog: (obj: DeleteOrganizationResponse) => any;
910
+ }
911
+ export interface DeleteResourceRequest {
912
+ /**
913
+ * <p>The identifier associated with the organization from which the resource is
914
+ * deleted.</p>
915
+ */
916
+ OrganizationId: string | undefined;
917
+ /**
918
+ * <p>The identifier of the resource to be deleted.</p>
919
+ */
920
+ ResourceId: string | undefined;
921
+ }
922
+ export declare namespace DeleteResourceRequest {
923
+ /**
924
+ * @internal
925
+ */
926
+ const filterSensitiveLog: (obj: DeleteResourceRequest) => any;
927
+ }
928
+ export interface DeleteResourceResponse {
929
+ }
930
+ export declare namespace DeleteResourceResponse {
931
+ /**
932
+ * @internal
933
+ */
934
+ const filterSensitiveLog: (obj: DeleteResourceResponse) => any;
935
+ }
936
+ export interface DeleteRetentionPolicyRequest {
937
+ /**
938
+ * <p>The organization ID.</p>
939
+ */
940
+ OrganizationId: string | undefined;
941
+ /**
942
+ * <p>The retention policy ID.</p>
943
+ */
944
+ Id: string | undefined;
945
+ }
946
+ export declare namespace DeleteRetentionPolicyRequest {
947
+ /**
948
+ * @internal
949
+ */
950
+ const filterSensitiveLog: (obj: DeleteRetentionPolicyRequest) => any;
951
+ }
952
+ export interface DeleteRetentionPolicyResponse {
953
+ }
954
+ export declare namespace DeleteRetentionPolicyResponse {
955
+ /**
956
+ * @internal
957
+ */
958
+ const filterSensitiveLog: (obj: DeleteRetentionPolicyResponse) => any;
959
+ }
960
+ export interface DeleteUserRequest {
961
+ /**
962
+ * <p>The organization that contains the user to be deleted.</p>
963
+ */
964
+ OrganizationId: string | undefined;
965
+ /**
966
+ * <p>The identifier of the user to be deleted.</p>
967
+ */
968
+ UserId: string | undefined;
969
+ }
970
+ export declare namespace DeleteUserRequest {
971
+ /**
972
+ * @internal
973
+ */
974
+ const filterSensitiveLog: (obj: DeleteUserRequest) => any;
975
+ }
976
+ export interface DeleteUserResponse {
977
+ }
978
+ export declare namespace DeleteUserResponse {
979
+ /**
980
+ * @internal
981
+ */
982
+ const filterSensitiveLog: (obj: DeleteUserResponse) => any;
983
+ }
984
+ export interface DeregisterFromWorkMailRequest {
985
+ /**
986
+ * <p>The identifier for the organization under which the Amazon WorkMail entity exists.</p>
987
+ */
988
+ OrganizationId: string | undefined;
989
+ /**
990
+ * <p>The identifier for the member (user or group) to be updated.</p>
991
+ */
992
+ EntityId: string | undefined;
993
+ }
994
+ export declare namespace DeregisterFromWorkMailRequest {
995
+ /**
996
+ * @internal
997
+ */
998
+ const filterSensitiveLog: (obj: DeregisterFromWorkMailRequest) => any;
999
+ }
1000
+ export interface DeregisterFromWorkMailResponse {
1001
+ }
1002
+ export declare namespace DeregisterFromWorkMailResponse {
1003
+ /**
1004
+ * @internal
1005
+ */
1006
+ const filterSensitiveLog: (obj: DeregisterFromWorkMailResponse) => any;
1007
+ }
1008
+ export interface DescribeGroupRequest {
1009
+ /**
1010
+ * <p>The identifier for the organization under which the group exists.</p>
1011
+ */
1012
+ OrganizationId: string | undefined;
1013
+ /**
1014
+ * <p>The identifier for the group to be described.</p>
1015
+ */
1016
+ GroupId: string | undefined;
1017
+ }
1018
+ export declare namespace DescribeGroupRequest {
1019
+ /**
1020
+ * @internal
1021
+ */
1022
+ const filterSensitiveLog: (obj: DescribeGroupRequest) => any;
1023
+ }
1024
+ export declare enum EntityState {
1025
+ DELETED = "DELETED",
1026
+ DISABLED = "DISABLED",
1027
+ ENABLED = "ENABLED"
1028
+ }
1029
+ export interface DescribeGroupResponse {
1030
+ /**
1031
+ * <p>The identifier of the described group.</p>
1032
+ */
1033
+ GroupId?: string;
1034
+ /**
1035
+ * <p>The name of the described group.</p>
1036
+ */
1037
+ Name?: string;
1038
+ /**
1039
+ * <p>The email of the described group.</p>
1040
+ */
1041
+ Email?: string;
1042
+ /**
1043
+ * <p>The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or
1044
+ * never registered to WorkMail).</p>
1045
+ */
1046
+ State?: EntityState | string;
1047
+ /**
1048
+ * <p>The date and time when a user was registered to WorkMail, in UNIX epoch time
1049
+ * format.</p>
1050
+ */
1051
+ EnabledDate?: Date;
1052
+ /**
1053
+ * <p>The date and time when a user was deregistered from WorkMail, in UNIX epoch time
1054
+ * format.</p>
1055
+ */
1056
+ DisabledDate?: Date;
1057
+ }
1058
+ export declare namespace DescribeGroupResponse {
1059
+ /**
1060
+ * @internal
1061
+ */
1062
+ const filterSensitiveLog: (obj: DescribeGroupResponse) => any;
1063
+ }
1064
+ export interface DescribeMailboxExportJobRequest {
1065
+ /**
1066
+ * <p>The mailbox export job ID.</p>
1067
+ */
1068
+ JobId: string | undefined;
1069
+ /**
1070
+ * <p>The organization ID.</p>
1071
+ */
1072
+ OrganizationId: string | undefined;
1073
+ }
1074
+ export declare namespace DescribeMailboxExportJobRequest {
1075
+ /**
1076
+ * @internal
1077
+ */
1078
+ const filterSensitiveLog: (obj: DescribeMailboxExportJobRequest) => any;
1079
+ }
1080
+ export declare enum MailboxExportJobState {
1081
+ CANCELLED = "CANCELLED",
1082
+ COMPLETED = "COMPLETED",
1083
+ FAILED = "FAILED",
1084
+ RUNNING = "RUNNING"
1085
+ }
1086
+ export interface DescribeMailboxExportJobResponse {
1087
+ /**
1088
+ * <p>The identifier of the user or resource associated with the mailbox.</p>
1089
+ */
1090
+ EntityId?: string;
1091
+ /**
1092
+ * <p>The mailbox export job description.</p>
1093
+ */
1094
+ Description?: string;
1095
+ /**
1096
+ * <p>The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple
1097
+ * Storage Service (Amazon S3) bucket.</p>
1098
+ */
1099
+ RoleArn?: string;
1100
+ /**
1101
+ * <p>The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS)
1102
+ * key that encrypts the exported mailbox content.</p>
1103
+ */
1104
+ KmsKeyArn?: string;
1105
+ /**
1106
+ * <p>The name of the S3 bucket.</p>
1107
+ */
1108
+ S3BucketName?: string;
1109
+ /**
1110
+ * <p>The S3 bucket prefix.</p>
1111
+ */
1112
+ S3Prefix?: string;
1113
+ /**
1114
+ * <p>The path to the S3 bucket and file that the mailbox export job is exporting
1115
+ * to.</p>
1116
+ */
1117
+ S3Path?: string;
1118
+ /**
1119
+ * <p>The estimated progress of the mailbox export job, in percentage points.</p>
1120
+ */
1121
+ EstimatedProgress?: number;
1122
+ /**
1123
+ * <p>The state of the mailbox export job.</p>
1124
+ */
1125
+ State?: MailboxExportJobState | string;
1126
+ /**
1127
+ * <p>Error information for failed mailbox export jobs.</p>
1128
+ */
1129
+ ErrorInfo?: string;
1130
+ /**
1131
+ * <p>The mailbox export job start timestamp.</p>
1132
+ */
1133
+ StartTime?: Date;
1134
+ /**
1135
+ * <p>The mailbox export job end timestamp.</p>
1136
+ */
1137
+ EndTime?: Date;
1138
+ }
1139
+ export declare namespace DescribeMailboxExportJobResponse {
1140
+ /**
1141
+ * @internal
1142
+ */
1143
+ const filterSensitiveLog: (obj: DescribeMailboxExportJobResponse) => any;
1144
+ }
1145
+ export interface DescribeOrganizationRequest {
1146
+ /**
1147
+ * <p>The identifier for the organization to be described.</p>
1148
+ */
1149
+ OrganizationId: string | undefined;
1150
+ }
1151
+ export declare namespace DescribeOrganizationRequest {
1152
+ /**
1153
+ * @internal
1154
+ */
1155
+ const filterSensitiveLog: (obj: DescribeOrganizationRequest) => any;
1156
+ }
1157
+ export interface DescribeOrganizationResponse {
1158
+ /**
1159
+ * <p>The identifier of an organization.</p>
1160
+ */
1161
+ OrganizationId?: string;
1162
+ /**
1163
+ * <p>The alias for an organization.</p>
1164
+ */
1165
+ Alias?: string;
1166
+ /**
1167
+ * <p>The state of an organization.</p>
1168
+ */
1169
+ State?: string;
1170
+ /**
1171
+ * <p>The identifier for the directory associated with an Amazon WorkMail organization.</p>
1172
+ */
1173
+ DirectoryId?: string;
1174
+ /**
1175
+ * <p>The type of directory associated with the WorkMail organization.</p>
1176
+ */
1177
+ DirectoryType?: string;
1178
+ /**
1179
+ * <p>The default mail domain associated with the organization.</p>
1180
+ */
1181
+ DefaultMailDomain?: string;
1182
+ /**
1183
+ * <p>The date at which the organization became usable in the WorkMail context, in UNIX epoch
1184
+ * time format.</p>
1185
+ */
1186
+ CompletedDate?: Date;
1187
+ /**
1188
+ * <p>(Optional) The error message indicating if unexpected behavior was encountered with
1189
+ * regards to the organization.</p>
1190
+ */
1191
+ ErrorMessage?: string;
1192
+ /**
1193
+ * <p>The Amazon Resource Name (ARN) of the organization.</p>
1194
+ */
1195
+ ARN?: string;
1196
+ }
1197
+ export declare namespace DescribeOrganizationResponse {
1198
+ /**
1199
+ * @internal
1200
+ */
1201
+ const filterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
1202
+ }
1203
+ export interface DescribeResourceRequest {
1204
+ /**
1205
+ * <p>The identifier associated with the organization for which the resource is
1206
+ * described.</p>
1207
+ */
1208
+ OrganizationId: string | undefined;
1209
+ /**
1210
+ * <p>The identifier of the resource to be described.</p>
1211
+ */
1212
+ ResourceId: string | undefined;
1213
+ }
1214
+ export declare namespace DescribeResourceRequest {
1215
+ /**
1216
+ * @internal
1217
+ */
1218
+ const filterSensitiveLog: (obj: DescribeResourceRequest) => any;
1219
+ }
1220
+ export interface DescribeResourceResponse {
1221
+ /**
1222
+ * <p>The identifier of the described resource.</p>
1223
+ */
1224
+ ResourceId?: string;
1225
+ /**
1226
+ * <p>The email of the described resource.</p>
1227
+ */
1228
+ Email?: string;
1229
+ /**
1230
+ * <p>The name of the described resource.</p>
1231
+ */
1232
+ Name?: string;
1233
+ /**
1234
+ * <p>The type of the described resource.</p>
1235
+ */
1236
+ Type?: ResourceType | string;
1237
+ /**
1238
+ * <p>The booking options for the described resource.</p>
1239
+ */
1240
+ BookingOptions?: BookingOptions;
1241
+ /**
1242
+ * <p>The state of the resource: enabled (registered to Amazon WorkMail), disabled (deregistered
1243
+ * or never registered to WorkMail), or deleted.</p>
1244
+ */
1245
+ State?: EntityState | string;
1246
+ /**
1247
+ * <p>The date and time when a resource was enabled for WorkMail, in UNIX epoch time
1248
+ * format.</p>
1249
+ */
1250
+ EnabledDate?: Date;
1251
+ /**
1252
+ * <p>The date and time when a resource was disabled from WorkMail, in UNIX epoch time
1253
+ * format.</p>
1254
+ */
1255
+ DisabledDate?: Date;
1256
+ }
1257
+ export declare namespace DescribeResourceResponse {
1258
+ /**
1259
+ * @internal
1260
+ */
1261
+ const filterSensitiveLog: (obj: DescribeResourceResponse) => any;
1262
+ }
1263
+ export interface DescribeUserRequest {
1264
+ /**
1265
+ * <p>The identifier for the organization under which the user exists.</p>
1266
+ */
1267
+ OrganizationId: string | undefined;
1268
+ /**
1269
+ * <p>The identifier for the user to be described.</p>
1270
+ */
1271
+ UserId: string | undefined;
1272
+ }
1273
+ export declare namespace DescribeUserRequest {
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ const filterSensitiveLog: (obj: DescribeUserRequest) => any;
1278
+ }
1279
+ export declare enum UserRole {
1280
+ RESOURCE = "RESOURCE",
1281
+ SYSTEM_USER = "SYSTEM_USER",
1282
+ USER = "USER"
1283
+ }
1284
+ export interface DescribeUserResponse {
1285
+ /**
1286
+ * <p>The identifier for the described user.</p>
1287
+ */
1288
+ UserId?: string;
1289
+ /**
1290
+ * <p>The name for the user.</p>
1291
+ */
1292
+ Name?: string;
1293
+ /**
1294
+ * <p>The email of the user.</p>
1295
+ */
1296
+ Email?: string;
1297
+ /**
1298
+ * <p>The display name of the user.</p>
1299
+ */
1300
+ DisplayName?: string;
1301
+ /**
1302
+ * <p>The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or
1303
+ * never registered to WorkMail).</p>
1304
+ */
1305
+ State?: EntityState | string;
1306
+ /**
1307
+ * <p>In certain cases, other entities are modeled as users. If interoperability is
1308
+ * enabled, resources are imported into Amazon WorkMail as users. Because different WorkMail
1309
+ * organizations rely on different directory types, administrators can distinguish between an
1310
+ * unregistered user (account is disabled and has a user role) and the directory
1311
+ * administrators. The values are USER, RESOURCE, and SYSTEM_USER.</p>
1312
+ */
1313
+ UserRole?: UserRole | string;
1314
+ /**
1315
+ * <p>The date and time at which the user was enabled for Amazon WorkMail usage, in UNIX epoch
1316
+ * time format.</p>
1317
+ */
1318
+ EnabledDate?: Date;
1319
+ /**
1320
+ * <p>The date and time at which the user was disabled for Amazon WorkMail usage, in UNIX epoch
1321
+ * time format.</p>
1322
+ */
1323
+ DisabledDate?: Date;
1324
+ }
1325
+ export declare namespace DescribeUserResponse {
1326
+ /**
1327
+ * @internal
1328
+ */
1329
+ const filterSensitiveLog: (obj: DescribeUserResponse) => any;
1330
+ }
1331
+ export interface DisassociateDelegateFromResourceRequest {
1332
+ /**
1333
+ * <p>The identifier for the organization under which the resource exists.</p>
1334
+ */
1335
+ OrganizationId: string | undefined;
1336
+ /**
1337
+ * <p>The identifier of the resource from which delegates' set members are removed.
1338
+ * </p>
1339
+ */
1340
+ ResourceId: string | undefined;
1341
+ /**
1342
+ * <p>The identifier for the member (user, group) to be removed from the resource's
1343
+ * delegates.</p>
1344
+ */
1345
+ EntityId: string | undefined;
1346
+ }
1347
+ export declare namespace DisassociateDelegateFromResourceRequest {
1348
+ /**
1349
+ * @internal
1350
+ */
1351
+ const filterSensitiveLog: (obj: DisassociateDelegateFromResourceRequest) => any;
1352
+ }
1353
+ export interface DisassociateDelegateFromResourceResponse {
1354
+ }
1355
+ export declare namespace DisassociateDelegateFromResourceResponse {
1356
+ /**
1357
+ * @internal
1358
+ */
1359
+ const filterSensitiveLog: (obj: DisassociateDelegateFromResourceResponse) => any;
1360
+ }
1361
+ export interface DisassociateMemberFromGroupRequest {
1362
+ /**
1363
+ * <p>The identifier for the organization under which the group exists.</p>
1364
+ */
1365
+ OrganizationId: string | undefined;
1366
+ /**
1367
+ * <p>The identifier for the group from which members are removed.</p>
1368
+ */
1369
+ GroupId: string | undefined;
1370
+ /**
1371
+ * <p>The identifier for the member to be removed to the group.</p>
1372
+ */
1373
+ MemberId: string | undefined;
1374
+ }
1375
+ export declare namespace DisassociateMemberFromGroupRequest {
1376
+ /**
1377
+ * @internal
1378
+ */
1379
+ const filterSensitiveLog: (obj: DisassociateMemberFromGroupRequest) => any;
1380
+ }
1381
+ export interface DisassociateMemberFromGroupResponse {
1382
+ }
1383
+ export declare namespace DisassociateMemberFromGroupResponse {
1384
+ /**
1385
+ * @internal
1386
+ */
1387
+ const filterSensitiveLog: (obj: DisassociateMemberFromGroupResponse) => any;
1388
+ }
1389
+ /**
1390
+ * <p>The user, group, or resource that you're trying to register is already
1391
+ * registered.</p>
1392
+ */
1393
+ export interface EntityAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
1394
+ name: "EntityAlreadyRegisteredException";
1395
+ $fault: "client";
1396
+ Message?: string;
1397
+ }
1398
+ export declare namespace EntityAlreadyRegisteredException {
1399
+ /**
1400
+ * @internal
1401
+ */
1402
+ const filterSensitiveLog: (obj: EntityAlreadyRegisteredException) => any;
1403
+ }
1404
+ export declare enum RetentionAction {
1405
+ DELETE = "DELETE",
1406
+ NONE = "NONE",
1407
+ PERMANENTLY_DELETE = "PERMANENTLY_DELETE"
1408
+ }
1409
+ export declare enum FolderName {
1410
+ DELETED_ITEMS = "DELETED_ITEMS",
1411
+ DRAFTS = "DRAFTS",
1412
+ INBOX = "INBOX",
1413
+ JUNK_EMAIL = "JUNK_EMAIL",
1414
+ SENT_ITEMS = "SENT_ITEMS"
1415
+ }
1416
+ /**
1417
+ * <p>The configuration applied to an organization's folders by its retention
1418
+ * policy.</p>
1419
+ */
1420
+ export interface FolderConfiguration {
1421
+ /**
1422
+ * <p>The folder name.</p>
1423
+ */
1424
+ Name: FolderName | string | undefined;
1425
+ /**
1426
+ * <p>The action to take on the folder contents at the end of the folder configuration
1427
+ * period.</p>
1428
+ */
1429
+ Action: RetentionAction | string | undefined;
1430
+ /**
1431
+ * <p>The period of time at which the folder configuration action is applied.</p>
1432
+ */
1433
+ Period?: number;
1434
+ }
1435
+ export declare namespace FolderConfiguration {
1436
+ /**
1437
+ * @internal
1438
+ */
1439
+ const filterSensitiveLog: (obj: FolderConfiguration) => any;
1440
+ }
1441
+ export interface GetAccessControlEffectRequest {
1442
+ /**
1443
+ * <p>The identifier for the organization.</p>
1444
+ */
1445
+ OrganizationId: string | undefined;
1446
+ /**
1447
+ * <p>The IPv4 address.</p>
1448
+ */
1449
+ IpAddress: string | undefined;
1450
+ /**
1451
+ * <p>The access protocol action. Valid values include <code>ActiveSync</code>,
1452
+ * <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>, <code>SMTP</code>,
1453
+ * <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
1454
+ */
1455
+ Action: string | undefined;
1456
+ /**
1457
+ * <p>The user ID.</p>
1458
+ */
1459
+ UserId: string | undefined;
1460
+ }
1461
+ export declare namespace GetAccessControlEffectRequest {
1462
+ /**
1463
+ * @internal
1464
+ */
1465
+ const filterSensitiveLog: (obj: GetAccessControlEffectRequest) => any;
1466
+ }
1467
+ export interface GetAccessControlEffectResponse {
1468
+ /**
1469
+ * <p>The rule effect.</p>
1470
+ */
1471
+ Effect?: AccessControlRuleEffect | string;
1472
+ /**
1473
+ * <p>The rules that match the given parameters, resulting in an effect.</p>
1474
+ */
1475
+ MatchedRules?: string[];
1476
+ }
1477
+ export declare namespace GetAccessControlEffectResponse {
1478
+ /**
1479
+ * @internal
1480
+ */
1481
+ const filterSensitiveLog: (obj: GetAccessControlEffectResponse) => any;
1482
+ }
1483
+ export interface GetDefaultRetentionPolicyRequest {
1484
+ /**
1485
+ * <p>The organization ID.</p>
1486
+ */
1487
+ OrganizationId: string | undefined;
1488
+ }
1489
+ export declare namespace GetDefaultRetentionPolicyRequest {
1490
+ /**
1491
+ * @internal
1492
+ */
1493
+ const filterSensitiveLog: (obj: GetDefaultRetentionPolicyRequest) => any;
1494
+ }
1495
+ export interface GetDefaultRetentionPolicyResponse {
1496
+ /**
1497
+ * <p>The retention policy ID.</p>
1498
+ */
1499
+ Id?: string;
1500
+ /**
1501
+ * <p>The retention policy name.</p>
1502
+ */
1503
+ Name?: string;
1504
+ /**
1505
+ * <p>The retention policy description.</p>
1506
+ */
1507
+ Description?: string;
1508
+ /**
1509
+ * <p>The retention policy folder configurations.</p>
1510
+ */
1511
+ FolderConfigurations?: FolderConfiguration[];
1512
+ }
1513
+ export declare namespace GetDefaultRetentionPolicyResponse {
1514
+ /**
1515
+ * @internal
1516
+ */
1517
+ const filterSensitiveLog: (obj: GetDefaultRetentionPolicyResponse) => any;
1518
+ }
1519
+ export interface GetMailboxDetailsRequest {
1520
+ /**
1521
+ * <p>The identifier for the organization that contains the user whose mailbox details are
1522
+ * being requested.</p>
1523
+ */
1524
+ OrganizationId: string | undefined;
1525
+ /**
1526
+ * <p>The identifier for the user whose mailbox details are being requested.</p>
1527
+ */
1528
+ UserId: string | undefined;
1529
+ }
1530
+ export declare namespace GetMailboxDetailsRequest {
1531
+ /**
1532
+ * @internal
1533
+ */
1534
+ const filterSensitiveLog: (obj: GetMailboxDetailsRequest) => any;
1535
+ }
1536
+ export interface GetMailboxDetailsResponse {
1537
+ /**
1538
+ * <p>The maximum allowed mailbox size, in MB, for the specified user.</p>
1539
+ */
1540
+ MailboxQuota?: number;
1541
+ /**
1542
+ * <p>The current mailbox size, in MB, for the specified user.</p>
1543
+ */
1544
+ MailboxSize?: number;
1545
+ }
1546
+ export declare namespace GetMailboxDetailsResponse {
1547
+ /**
1548
+ * @internal
1549
+ */
1550
+ const filterSensitiveLog: (obj: GetMailboxDetailsResponse) => any;
1551
+ }
1552
+ export interface GetMobileDeviceAccessEffectRequest {
1553
+ /**
1554
+ * <p>The Amazon WorkMail organization to simulate the access effect for.</p>
1555
+ */
1556
+ OrganizationId: string | undefined;
1557
+ /**
1558
+ * <p>Device type the simulated user will report.</p>
1559
+ */
1560
+ DeviceType?: string;
1561
+ /**
1562
+ * <p>Device model the simulated user will report.</p>
1563
+ */
1564
+ DeviceModel?: string;
1565
+ /**
1566
+ * <p>Device operating system the simulated user will report.</p>
1567
+ */
1568
+ DeviceOperatingSystem?: string;
1569
+ /**
1570
+ * <p>Device user agent the simulated user will report.</p>
1571
+ */
1572
+ DeviceUserAgent?: string;
1573
+ }
1574
+ export declare namespace GetMobileDeviceAccessEffectRequest {
1575
+ /**
1576
+ * @internal
1577
+ */
1578
+ const filterSensitiveLog: (obj: GetMobileDeviceAccessEffectRequest) => any;
1579
+ }
1580
+ /**
1581
+ * <p>The rule that a simulated user matches.</p>
1582
+ */
1583
+ export interface MobileDeviceAccessMatchedRule {
1584
+ /**
1585
+ * <p>Identifier of the rule that a simulated user matches.</p>
1586
+ */
1587
+ MobileDeviceAccessRuleId?: string;
1588
+ /**
1589
+ * <p>Name of a rule that a simulated user matches.</p>
1590
+ */
1591
+ Name?: string;
1592
+ }
1593
+ export declare namespace MobileDeviceAccessMatchedRule {
1594
+ /**
1595
+ * @internal
1596
+ */
1597
+ const filterSensitiveLog: (obj: MobileDeviceAccessMatchedRule) => any;
1598
+ }
1599
+ export interface GetMobileDeviceAccessEffectResponse {
1600
+ /**
1601
+ * <p>The effect of the simulated access, <code>ALLOW</code> or <code>DENY</code>, after evaluating mobile device access rules in the Amazon WorkMail organization for the simulated
1602
+ * user parameters.</p>
1603
+ */
1604
+ Effect?: MobileDeviceAccessRuleEffect | string;
1605
+ /**
1606
+ * <p>A list of the rules which matched the simulated user input and produced the effect.</p>
1607
+ */
1608
+ MatchedRules?: MobileDeviceAccessMatchedRule[];
1609
+ }
1610
+ export declare namespace GetMobileDeviceAccessEffectResponse {
1611
+ /**
1612
+ * @internal
1613
+ */
1614
+ const filterSensitiveLog: (obj: GetMobileDeviceAccessEffectResponse) => any;
1615
+ }
1616
+ export interface GetMobileDeviceAccessOverrideRequest {
1617
+ /**
1618
+ * <p>The Amazon WorkMail organization to which you want to apply the override.</p>
1619
+ */
1620
+ OrganizationId: string | undefined;
1621
+ /**
1622
+ * <p>Identifies the WorkMail user for the override. Accepts the following types of user identities: </p>
1623
+ * <ul>
1624
+ * <li>
1625
+ * <p>User ID: <code>12345678-1234-1234-1234-123456789012</code> or <code>S-1-1-12-1234567890-123456789-123456789-1234</code>
1626
+ * </p>
1627
+ * </li>
1628
+ * <li>
1629
+ * <p>Email address: <code>user@domain.tld</code>
1630
+ * </p>
1631
+ * </li>
1632
+ * <li>
1633
+ * <p>User name: <code>user</code>
1634
+ * </p>
1635
+ * </li>
1636
+ * </ul>
1637
+ */
1638
+ UserId: string | undefined;
1639
+ /**
1640
+ * <p>The mobile device to which the override applies. <code>DeviceId</code> is case insensitive.</p>
1641
+ */
1642
+ DeviceId: string | undefined;
1643
+ }
1644
+ export declare namespace GetMobileDeviceAccessOverrideRequest {
1645
+ /**
1646
+ * @internal
1647
+ */
1648
+ const filterSensitiveLog: (obj: GetMobileDeviceAccessOverrideRequest) => any;
1649
+ }
1650
+ export interface GetMobileDeviceAccessOverrideResponse {
1651
+ /**
1652
+ * <p>The WorkMail user to which the access override applies.</p>
1653
+ */
1654
+ UserId?: string;
1655
+ /**
1656
+ * <p>The device to which the access override applies.</p>
1657
+ */
1658
+ DeviceId?: string;
1659
+ /**
1660
+ * <p>The effect of the override, <code>ALLOW</code> or <code>DENY</code>.</p>
1661
+ */
1662
+ Effect?: MobileDeviceAccessRuleEffect | string;
1663
+ /**
1664
+ * <p>A description of the override.</p>
1665
+ */
1666
+ Description?: string;
1667
+ /**
1668
+ * <p>The date the override was first created.</p>
1669
+ */
1670
+ DateCreated?: Date;
1671
+ /**
1672
+ * <p>The date the description was last modified.</p>
1673
+ */
1674
+ DateModified?: Date;
1675
+ }
1676
+ export declare namespace GetMobileDeviceAccessOverrideResponse {
1677
+ /**
1678
+ * @internal
1679
+ */
1680
+ const filterSensitiveLog: (obj: GetMobileDeviceAccessOverrideResponse) => any;
1681
+ }
1682
+ /**
1683
+ * <p>The resource cannot be found.</p>
1684
+ */
1685
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
1686
+ name: "ResourceNotFoundException";
1687
+ $fault: "client";
1688
+ Message?: string;
1689
+ }
1690
+ export declare namespace ResourceNotFoundException {
1691
+ /**
1692
+ * @internal
1693
+ */
1694
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
1695
+ }
1696
+ /**
1697
+ * <p>The representation of an Amazon WorkMail group.</p>
1698
+ */
1699
+ export interface Group {
1700
+ /**
1701
+ * <p>The identifier of the group.</p>
1702
+ */
1703
+ Id?: string;
1704
+ /**
1705
+ * <p>The email of the group.</p>
1706
+ */
1707
+ Email?: string;
1708
+ /**
1709
+ * <p>The name of the group.</p>
1710
+ */
1711
+ Name?: string;
1712
+ /**
1713
+ * <p>The state of the group, which can be ENABLED, DISABLED, or DELETED.</p>
1714
+ */
1715
+ State?: EntityState | string;
1716
+ /**
1717
+ * <p>The date indicating when the group was enabled for Amazon WorkMail use.</p>
1718
+ */
1719
+ EnabledDate?: Date;
1720
+ /**
1721
+ * <p>The date indicating when the group was disabled from Amazon WorkMail use.</p>
1722
+ */
1723
+ DisabledDate?: Date;
1724
+ }
1725
+ export declare namespace Group {
1726
+ /**
1727
+ * @internal
1728
+ */
1729
+ const filterSensitiveLog: (obj: Group) => any;
1730
+ }
1731
+ /**
1732
+ * <p>The configuration for a resource isn't valid. A resource must either be able to
1733
+ * auto-respond to requests or have at least one delegate associated that can do so on its
1734
+ * behalf.</p>
1735
+ */
1736
+ export interface InvalidConfigurationException extends __SmithyException, $MetadataBearer {
1737
+ name: "InvalidConfigurationException";
1738
+ $fault: "client";
1739
+ Message?: string;
1740
+ }
1741
+ export declare namespace InvalidConfigurationException {
1742
+ /**
1743
+ * @internal
1744
+ */
1745
+ const filterSensitiveLog: (obj: InvalidConfigurationException) => any;
1746
+ }
1747
+ /**
1748
+ * <p>The details of a mailbox export job, including the user or resource ID associated
1749
+ * with the mailbox and the S3 bucket that the mailbox contents are exported to.</p>
1750
+ */
1751
+ export interface MailboxExportJob {
1752
+ /**
1753
+ * <p>The identifier of the mailbox export job.</p>
1754
+ */
1755
+ JobId?: string;
1756
+ /**
1757
+ * <p>The identifier of the user or resource associated with the mailbox.</p>
1758
+ */
1759
+ EntityId?: string;
1760
+ /**
1761
+ * <p>The mailbox export job description.</p>
1762
+ */
1763
+ Description?: string;
1764
+ /**
1765
+ * <p>The name of the S3 bucket.</p>
1766
+ */
1767
+ S3BucketName?: string;
1768
+ /**
1769
+ * <p>The path to the S3 bucket and file that the mailbox export job exports to.</p>
1770
+ */
1771
+ S3Path?: string;
1772
+ /**
1773
+ * <p>The estimated progress of the mailbox export job, in percentage points.</p>
1774
+ */
1775
+ EstimatedProgress?: number;
1776
+ /**
1777
+ * <p>The state of the mailbox export job.</p>
1778
+ */
1779
+ State?: MailboxExportJobState | string;
1780
+ /**
1781
+ * <p>The mailbox export job start timestamp.</p>
1782
+ */
1783
+ StartTime?: Date;
1784
+ /**
1785
+ * <p>The mailbox export job end timestamp.</p>
1786
+ */
1787
+ EndTime?: Date;
1788
+ }
1789
+ export declare namespace MailboxExportJob {
1790
+ /**
1791
+ * @internal
1792
+ */
1793
+ const filterSensitiveLog: (obj: MailboxExportJob) => any;
1794
+ }
1795
+ export interface ListAccessControlRulesRequest {
1796
+ /**
1797
+ * <p>The identifier for the organization.</p>
1798
+ */
1799
+ OrganizationId: string | undefined;
1800
+ }
1801
+ export declare namespace ListAccessControlRulesRequest {
1802
+ /**
1803
+ * @internal
1804
+ */
1805
+ const filterSensitiveLog: (obj: ListAccessControlRulesRequest) => any;
1806
+ }
1807
+ export interface ListAccessControlRulesResponse {
1808
+ /**
1809
+ * <p>The access control rules.</p>
1810
+ */
1811
+ Rules?: AccessControlRule[];
1812
+ }
1813
+ export declare namespace ListAccessControlRulesResponse {
1814
+ /**
1815
+ * @internal
1816
+ */
1817
+ const filterSensitiveLog: (obj: ListAccessControlRulesResponse) => any;
1818
+ }
1819
+ export interface ListAliasesRequest {
1820
+ /**
1821
+ * <p>The identifier for the organization under which the entity exists.</p>
1822
+ */
1823
+ OrganizationId: string | undefined;
1824
+ /**
1825
+ * <p>The identifier for the entity for which to list the aliases.</p>
1826
+ */
1827
+ EntityId: string | undefined;
1828
+ /**
1829
+ * <p>The token to use to retrieve the next page of results. The first call does not
1830
+ * contain any tokens.</p>
1831
+ */
1832
+ NextToken?: string;
1833
+ /**
1834
+ * <p>The maximum number of results to return in a single call.</p>
1835
+ */
1836
+ MaxResults?: number;
1837
+ }
1838
+ export declare namespace ListAliasesRequest {
1839
+ /**
1840
+ * @internal
1841
+ */
1842
+ const filterSensitiveLog: (obj: ListAliasesRequest) => any;
1843
+ }
1844
+ export interface ListAliasesResponse {
1845
+ /**
1846
+ * <p>The entity's paginated aliases.</p>
1847
+ */
1848
+ Aliases?: string[];
1849
+ /**
1850
+ * <p>The token to use to retrieve the next page of results. The value is "null" when there
1851
+ * are no more results to return.</p>
1852
+ */
1853
+ NextToken?: string;
1854
+ }
1855
+ export declare namespace ListAliasesResponse {
1856
+ /**
1857
+ * @internal
1858
+ */
1859
+ const filterSensitiveLog: (obj: ListAliasesResponse) => any;
1860
+ }
1861
+ export interface ListGroupMembersRequest {
1862
+ /**
1863
+ * <p>The identifier for the organization under which the group exists.</p>
1864
+ */
1865
+ OrganizationId: string | undefined;
1866
+ /**
1867
+ * <p>The identifier for the group to which the members (users or groups) are
1868
+ * associated.</p>
1869
+ */
1870
+ GroupId: string | undefined;
1871
+ /**
1872
+ * <p> The token to use to retrieve the next page of results. The first call does not
1873
+ * contain any tokens.</p>
1874
+ */
1875
+ NextToken?: string;
1876
+ /**
1877
+ * <p>The maximum number of results to return in a single call.</p>
1878
+ */
1879
+ MaxResults?: number;
1880
+ }
1881
+ export declare namespace ListGroupMembersRequest {
1882
+ /**
1883
+ * @internal
1884
+ */
1885
+ const filterSensitiveLog: (obj: ListGroupMembersRequest) => any;
1886
+ }
1887
+ /**
1888
+ * <p>The representation of a user or group.</p>
1889
+ */
1890
+ export interface Member {
1891
+ /**
1892
+ * <p>The identifier of the member.</p>
1893
+ */
1894
+ Id?: string;
1895
+ /**
1896
+ * <p>The name of the member.</p>
1897
+ */
1898
+ Name?: string;
1899
+ /**
1900
+ * <p>A member can be a user or group.</p>
1901
+ */
1902
+ Type?: MemberType | string;
1903
+ /**
1904
+ * <p>The state of the member, which can be ENABLED, DISABLED, or DELETED.</p>
1905
+ */
1906
+ State?: EntityState | string;
1907
+ /**
1908
+ * <p>The date indicating when the member was enabled for Amazon WorkMail use.</p>
1909
+ */
1910
+ EnabledDate?: Date;
1911
+ /**
1912
+ * <p>The date indicating when the member was disabled from Amazon WorkMail use.</p>
1913
+ */
1914
+ DisabledDate?: Date;
1915
+ }
1916
+ export declare namespace Member {
1917
+ /**
1918
+ * @internal
1919
+ */
1920
+ const filterSensitiveLog: (obj: Member) => any;
1921
+ }
1922
+ export interface ListGroupMembersResponse {
1923
+ /**
1924
+ * <p>The members associated to the group.</p>
1925
+ */
1926
+ Members?: Member[];
1927
+ /**
1928
+ * <p>The token to use to retrieve the next page of results. The first call does not
1929
+ * contain any tokens.</p>
1930
+ */
1931
+ NextToken?: string;
1932
+ }
1933
+ export declare namespace ListGroupMembersResponse {
1934
+ /**
1935
+ * @internal
1936
+ */
1937
+ const filterSensitiveLog: (obj: ListGroupMembersResponse) => any;
1938
+ }
1939
+ export interface ListGroupsRequest {
1940
+ /**
1941
+ * <p>The identifier for the organization under which the groups exist.</p>
1942
+ */
1943
+ OrganizationId: string | undefined;
1944
+ /**
1945
+ * <p>The token to use to retrieve the next page of results. The first call does not
1946
+ * contain any tokens.</p>
1947
+ */
1948
+ NextToken?: string;
1949
+ /**
1950
+ * <p>The maximum number of results to return in a single call.</p>
1951
+ */
1952
+ MaxResults?: number;
1953
+ }
1954
+ export declare namespace ListGroupsRequest {
1955
+ /**
1956
+ * @internal
1957
+ */
1958
+ const filterSensitiveLog: (obj: ListGroupsRequest) => any;
1959
+ }
1960
+ export interface ListGroupsResponse {
1961
+ /**
1962
+ * <p>The overview of groups for an organization.</p>
1963
+ */
1964
+ Groups?: Group[];
1965
+ /**
1966
+ * <p>The token to use to retrieve the next page of results. The value is "null" when there
1967
+ * are no more results to return.</p>
1968
+ */
1969
+ NextToken?: string;
1970
+ }
1971
+ export declare namespace ListGroupsResponse {
1972
+ /**
1973
+ * @internal
1974
+ */
1975
+ const filterSensitiveLog: (obj: ListGroupsResponse) => any;
1976
+ }
1977
+ export interface ListMailboxExportJobsRequest {
1978
+ /**
1979
+ * <p>The organization ID.</p>
1980
+ */
1981
+ OrganizationId: string | undefined;
1982
+ /**
1983
+ * <p>The token to use to retrieve the next page of results.</p>
1984
+ */
1985
+ NextToken?: string;
1986
+ /**
1987
+ * <p>The maximum number of results to return in a single call.</p>
1988
+ */
1989
+ MaxResults?: number;
1990
+ }
1991
+ export declare namespace ListMailboxExportJobsRequest {
1992
+ /**
1993
+ * @internal
1994
+ */
1995
+ const filterSensitiveLog: (obj: ListMailboxExportJobsRequest) => any;
1996
+ }
1997
+ export interface ListMailboxExportJobsResponse {
1998
+ /**
1999
+ * <p>The mailbox export job details.</p>
2000
+ */
2001
+ Jobs?: MailboxExportJob[];
2002
+ /**
2003
+ * <p>The token to use to retrieve the next page of results.</p>
2004
+ */
2005
+ NextToken?: string;
2006
+ }
2007
+ export declare namespace ListMailboxExportJobsResponse {
2008
+ /**
2009
+ * @internal
2010
+ */
2011
+ const filterSensitiveLog: (obj: ListMailboxExportJobsResponse) => any;
2012
+ }
2013
+ export interface ListMailboxPermissionsRequest {
2014
+ /**
2015
+ * <p>The identifier of the organization under which the user, group, or resource
2016
+ * exists.</p>
2017
+ */
2018
+ OrganizationId: string | undefined;
2019
+ /**
2020
+ * <p>The identifier of the user, group, or resource for which to list mailbox
2021
+ * permissions.</p>
2022
+ */
2023
+ EntityId: string | undefined;
2024
+ /**
2025
+ * <p>The token to use to retrieve the next page of results. The first call does not
2026
+ * contain any tokens.</p>
2027
+ */
2028
+ NextToken?: string;
2029
+ /**
2030
+ * <p>The maximum number of results to return in a single call.</p>
2031
+ */
2032
+ MaxResults?: number;
2033
+ }
2034
+ export declare namespace ListMailboxPermissionsRequest {
2035
+ /**
2036
+ * @internal
2037
+ */
2038
+ const filterSensitiveLog: (obj: ListMailboxPermissionsRequest) => any;
2039
+ }
2040
+ export declare enum PermissionType {
2041
+ FULL_ACCESS = "FULL_ACCESS",
2042
+ SEND_AS = "SEND_AS",
2043
+ SEND_ON_BEHALF = "SEND_ON_BEHALF"
2044
+ }
2045
+ /**
2046
+ * <p>Permission granted to a user, group, or resource to access a certain aspect of
2047
+ * another user, group, or resource mailbox.</p>
2048
+ */
2049
+ export interface Permission {
2050
+ /**
2051
+ * <p>The identifier of the user, group, or resource to which the permissions are
2052
+ * granted.</p>
2053
+ */
2054
+ GranteeId: string | undefined;
2055
+ /**
2056
+ * <p>The type of user, group, or resource referred to in GranteeId.</p>
2057
+ */
2058
+ GranteeType: MemberType | string | undefined;
2059
+ /**
2060
+ * <p>The permissions granted to the grantee. SEND_AS allows the grantee to send email as
2061
+ * the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF
2062
+ * allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not
2063
+ * mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full
2064
+ * access to the mailbox, irrespective of other folder-level permissions set on the
2065
+ * mailbox.</p>
2066
+ */
2067
+ PermissionValues: (PermissionType | string)[] | undefined;
2068
+ }
2069
+ export declare namespace Permission {
2070
+ /**
2071
+ * @internal
2072
+ */
2073
+ const filterSensitiveLog: (obj: Permission) => any;
2074
+ }
2075
+ export interface ListMailboxPermissionsResponse {
2076
+ /**
2077
+ * <p>One page of the user, group, or resource mailbox permissions.</p>
2078
+ */
2079
+ Permissions?: Permission[];
2080
+ /**
2081
+ * <p>The token to use to retrieve the next page of results. The value is "null" when there
2082
+ * are no more results to return.</p>
2083
+ */
2084
+ NextToken?: string;
2085
+ }
2086
+ export declare namespace ListMailboxPermissionsResponse {
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ const filterSensitiveLog: (obj: ListMailboxPermissionsResponse) => any;
2091
+ }
2092
+ export interface ListMobileDeviceAccessOverridesRequest {
2093
+ /**
2094
+ * <p>The Amazon WorkMail organization under which to list mobile device access overrides.</p>
2095
+ */
2096
+ OrganizationId: string | undefined;
2097
+ /**
2098
+ * <p>The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:</p>
2099
+ * <ul>
2100
+ * <li>
2101
+ * <p>User ID: <code>12345678-1234-1234-1234-123456789012</code> or <code>S-1-1-12-1234567890-123456789-123456789-1234</code>
2102
+ * </p>
2103
+ * </li>
2104
+ * <li>
2105
+ * <p>Email address: <code>user@domain.tld</code>
2106
+ * </p>
2107
+ * </li>
2108
+ * <li>
2109
+ * <p>User name: <code>user</code>
2110
+ * </p>
2111
+ * </li>
2112
+ * </ul>
2113
+ */
2114
+ UserId?: string;
2115
+ /**
2116
+ * <p>The mobile device to which the access override applies.</p>
2117
+ */
2118
+ DeviceId?: string;
2119
+ /**
2120
+ * <p>The token to use to retrieve the next page of results. The first call does not require a token.</p>
2121
+ */
2122
+ NextToken?: string;
2123
+ /**
2124
+ * <p>The maximum number of results to return in a single call.</p>
2125
+ */
2126
+ MaxResults?: number;
2127
+ }
2128
+ export declare namespace ListMobileDeviceAccessOverridesRequest {
2129
+ /**
2130
+ * @internal
2131
+ */
2132
+ const filterSensitiveLog: (obj: ListMobileDeviceAccessOverridesRequest) => any;
2133
+ }
2134
+ /**
2135
+ * <p>The override object.</p>
2136
+ */
2137
+ export interface MobileDeviceAccessOverride {
2138
+ /**
2139
+ * <p>The WorkMail user to which the access override applies.</p>
2140
+ */
2141
+ UserId?: string;
2142
+ /**
2143
+ * <p>The device to which the override applies.</p>
2144
+ */
2145
+ DeviceId?: string;
2146
+ /**
2147
+ * <p>The effect of the override, <code>ALLOW</code> or <code>DENY</code>.</p>
2148
+ */
2149
+ Effect?: MobileDeviceAccessRuleEffect | string;
2150
+ /**
2151
+ * <p>A description of the override.</p>
2152
+ */
2153
+ Description?: string;
2154
+ /**
2155
+ * <p>The date the override was first created.</p>
2156
+ */
2157
+ DateCreated?: Date;
2158
+ /**
2159
+ * <p>The date the override was last modified.</p>
2160
+ */
2161
+ DateModified?: Date;
2162
+ }
2163
+ export declare namespace MobileDeviceAccessOverride {
2164
+ /**
2165
+ * @internal
2166
+ */
2167
+ const filterSensitiveLog: (obj: MobileDeviceAccessOverride) => any;
2168
+ }
2169
+ export interface ListMobileDeviceAccessOverridesResponse {
2170
+ /**
2171
+ * <p>The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.</p>
2172
+ */
2173
+ Overrides?: MobileDeviceAccessOverride[];
2174
+ /**
2175
+ * <p>The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.</p>
2176
+ */
2177
+ NextToken?: string;
2178
+ }
2179
+ export declare namespace ListMobileDeviceAccessOverridesResponse {
2180
+ /**
2181
+ * @internal
2182
+ */
2183
+ const filterSensitiveLog: (obj: ListMobileDeviceAccessOverridesResponse) => any;
2184
+ }
2185
+ export interface ListMobileDeviceAccessRulesRequest {
2186
+ /**
2187
+ * <p>The Amazon WorkMail organization for which to list the rules.</p>
2188
+ */
2189
+ OrganizationId: string | undefined;
2190
+ }
2191
+ export declare namespace ListMobileDeviceAccessRulesRequest {
2192
+ /**
2193
+ * @internal
2194
+ */
2195
+ const filterSensitiveLog: (obj: ListMobileDeviceAccessRulesRequest) => any;
2196
+ }
2197
+ /**
2198
+ * <p>A rule that controls access to mobile devices for an Amazon WorkMail group.</p>
2199
+ */
2200
+ export interface MobileDeviceAccessRule {
2201
+ /**
2202
+ * <p>The ID assigned to a mobile access rule. </p>
2203
+ */
2204
+ MobileDeviceAccessRuleId?: string;
2205
+ /**
2206
+ * <p>The name of a mobile access rule.</p>
2207
+ */
2208
+ Name?: string;
2209
+ /**
2210
+ * <p>The description of a mobile access rule.</p>
2211
+ */
2212
+ Description?: string;
2213
+ /**
2214
+ * <p>The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.</p>
2215
+ */
2216
+ Effect?: MobileDeviceAccessRuleEffect | string;
2217
+ /**
2218
+ * <p>Device types that a rule will match. </p>
2219
+ */
2220
+ DeviceTypes?: string[];
2221
+ /**
2222
+ * <p>Device types that a rule <b>will not</b> match. All other device types will match.</p>
2223
+ */
2224
+ NotDeviceTypes?: string[];
2225
+ /**
2226
+ * <p>Device models that a rule will match.</p>
2227
+ */
2228
+ DeviceModels?: string[];
2229
+ /**
2230
+ * <p>Device models that a rule <b>will not</b> match. All other device models will match.</p>
2231
+ */
2232
+ NotDeviceModels?: string[];
2233
+ /**
2234
+ * <p>Device operating systems that a rule will match.</p>
2235
+ */
2236
+ DeviceOperatingSystems?: string[];
2237
+ /**
2238
+ * <p>Device operating systems that a rule <b>will not</b> match. All other device types will match.</p>
2239
+ */
2240
+ NotDeviceOperatingSystems?: string[];
2241
+ /**
2242
+ * <p>Device user agents that a rule will match.</p>
2243
+ */
2244
+ DeviceUserAgents?: string[];
2245
+ /**
2246
+ * <p>Device user agents that a rule <b>will not</b> match. All other device user agents will match.</p>
2247
+ */
2248
+ NotDeviceUserAgents?: string[];
2249
+ /**
2250
+ * <p>The date and time at which an access rule was created.</p>
2251
+ */
2252
+ DateCreated?: Date;
2253
+ /**
2254
+ * <p>The date and time at which an access rule was modified.</p>
2255
+ */
2256
+ DateModified?: Date;
2257
+ }
2258
+ export declare namespace MobileDeviceAccessRule {
2259
+ /**
2260
+ * @internal
2261
+ */
2262
+ const filterSensitiveLog: (obj: MobileDeviceAccessRule) => any;
2263
+ }
2264
+ export interface ListMobileDeviceAccessRulesResponse {
2265
+ /**
2266
+ * <p>The list of mobile device access rules that exist under the specified Amazon WorkMail organization.</p>
2267
+ */
2268
+ Rules?: MobileDeviceAccessRule[];
2269
+ }
2270
+ export declare namespace ListMobileDeviceAccessRulesResponse {
2271
+ /**
2272
+ * @internal
2273
+ */
2274
+ const filterSensitiveLog: (obj: ListMobileDeviceAccessRulesResponse) => any;
2275
+ }
2276
+ export interface ListOrganizationsRequest {
2277
+ /**
2278
+ * <p>The token to use to retrieve the next page of results. The first call does not
2279
+ * contain any tokens.</p>
2280
+ */
2281
+ NextToken?: string;
2282
+ /**
2283
+ * <p>The maximum number of results to return in a single call.</p>
2284
+ */
2285
+ MaxResults?: number;
2286
+ }
2287
+ export declare namespace ListOrganizationsRequest {
2288
+ /**
2289
+ * @internal
2290
+ */
2291
+ const filterSensitiveLog: (obj: ListOrganizationsRequest) => any;
2292
+ }
2293
+ /**
2294
+ * <p>The representation of an organization.</p>
2295
+ */
2296
+ export interface OrganizationSummary {
2297
+ /**
2298
+ * <p>The identifier associated with the organization.</p>
2299
+ */
2300
+ OrganizationId?: string;
2301
+ /**
2302
+ * <p>The alias associated with the organization.</p>
2303
+ */
2304
+ Alias?: string;
2305
+ /**
2306
+ * <p>The default email domain associated with the organization.</p>
2307
+ */
2308
+ DefaultMailDomain?: string;
2309
+ /**
2310
+ * <p>The error message associated with the organization. It is only present if unexpected
2311
+ * behavior has occurred with regards to the organization. It provides insight or solutions
2312
+ * regarding unexpected behavior.</p>
2313
+ */
2314
+ ErrorMessage?: string;
2315
+ /**
2316
+ * <p>The state associated with the organization.</p>
2317
+ */
2318
+ State?: string;
2319
+ }
2320
+ export declare namespace OrganizationSummary {
2321
+ /**
2322
+ * @internal
2323
+ */
2324
+ const filterSensitiveLog: (obj: OrganizationSummary) => any;
2325
+ }
2326
+ export interface ListOrganizationsResponse {
2327
+ /**
2328
+ * <p>The overview of owned organizations presented as a list of organization
2329
+ * summaries.</p>
2330
+ */
2331
+ OrganizationSummaries?: OrganizationSummary[];
2332
+ /**
2333
+ * <p>The token to use to retrieve the next page of results. The value is "null" when there
2334
+ * are no more results to return.</p>
2335
+ */
2336
+ NextToken?: string;
2337
+ }
2338
+ export declare namespace ListOrganizationsResponse {
2339
+ /**
2340
+ * @internal
2341
+ */
2342
+ const filterSensitiveLog: (obj: ListOrganizationsResponse) => any;
2343
+ }
2344
+ export interface ListResourceDelegatesRequest {
2345
+ /**
2346
+ * <p>The identifier for the organization that contains the resource for which delegates
2347
+ * are listed.</p>
2348
+ */
2349
+ OrganizationId: string | undefined;
2350
+ /**
2351
+ * <p>The identifier for the resource whose delegates are listed.</p>
2352
+ */
2353
+ ResourceId: string | undefined;
2354
+ /**
2355
+ * <p>The token used to paginate through the delegates associated with a
2356
+ * resource.</p>
2357
+ */
2358
+ NextToken?: string;
2359
+ /**
2360
+ * <p>The number of maximum results in a page.</p>
2361
+ */
2362
+ MaxResults?: number;
2363
+ }
2364
+ export declare namespace ListResourceDelegatesRequest {
2365
+ /**
2366
+ * @internal
2367
+ */
2368
+ const filterSensitiveLog: (obj: ListResourceDelegatesRequest) => any;
2369
+ }
2370
+ export interface ListResourceDelegatesResponse {
2371
+ /**
2372
+ * <p>One page of the resource's delegates.</p>
2373
+ */
2374
+ Delegates?: Delegate[];
2375
+ /**
2376
+ * <p>The token used to paginate through the delegates associated with a resource. While
2377
+ * results are still available, it has an associated value. When the last page is reached, the
2378
+ * token is empty. </p>
2379
+ */
2380
+ NextToken?: string;
2381
+ }
2382
+ export declare namespace ListResourceDelegatesResponse {
2383
+ /**
2384
+ * @internal
2385
+ */
2386
+ const filterSensitiveLog: (obj: ListResourceDelegatesResponse) => any;
2387
+ }
2388
+ export interface ListResourcesRequest {
2389
+ /**
2390
+ * <p>The identifier for the organization under which the resources exist.</p>
2391
+ */
2392
+ OrganizationId: string | undefined;
2393
+ /**
2394
+ * <p>The token to use to retrieve the next page of results. The first call does not
2395
+ * contain any tokens.</p>
2396
+ */
2397
+ NextToken?: string;
2398
+ /**
2399
+ * <p>The maximum number of results to return in a single call.</p>
2400
+ */
2401
+ MaxResults?: number;
2402
+ }
2403
+ export declare namespace ListResourcesRequest {
2404
+ /**
2405
+ * @internal
2406
+ */
2407
+ const filterSensitiveLog: (obj: ListResourcesRequest) => any;
2408
+ }
2409
+ /**
2410
+ * <p>The representation of a resource.</p>
2411
+ */
2412
+ export interface Resource {
2413
+ /**
2414
+ * <p>The identifier of the resource.</p>
2415
+ */
2416
+ Id?: string;
2417
+ /**
2418
+ * <p>The email of the resource.</p>
2419
+ */
2420
+ Email?: string;
2421
+ /**
2422
+ * <p>The name of the resource.</p>
2423
+ */
2424
+ Name?: string;
2425
+ /**
2426
+ * <p>The type of the resource: equipment or room.</p>
2427
+ */
2428
+ Type?: ResourceType | string;
2429
+ /**
2430
+ * <p>The state of the resource, which can be ENABLED, DISABLED, or DELETED.</p>
2431
+ */
2432
+ State?: EntityState | string;
2433
+ /**
2434
+ * <p>The date indicating when the resource was enabled for Amazon WorkMail use.</p>
2435
+ */
2436
+ EnabledDate?: Date;
2437
+ /**
2438
+ * <p>The date indicating when the resource was disabled from Amazon WorkMail use.</p>
2439
+ */
2440
+ DisabledDate?: Date;
2441
+ }
2442
+ export declare namespace Resource {
2443
+ /**
2444
+ * @internal
2445
+ */
2446
+ const filterSensitiveLog: (obj: Resource) => any;
2447
+ }
2448
+ export interface ListResourcesResponse {
2449
+ /**
2450
+ * <p>One page of the organization's resource representation.</p>
2451
+ */
2452
+ Resources?: Resource[];
2453
+ /**
2454
+ * <p> The token used to paginate through all the organization's resources. While results
2455
+ * are still available, it has an associated value. When the last page is reached, the token
2456
+ * is empty.</p>
2457
+ */
2458
+ NextToken?: string;
2459
+ }
2460
+ export declare namespace ListResourcesResponse {
2461
+ /**
2462
+ * @internal
2463
+ */
2464
+ const filterSensitiveLog: (obj: ListResourcesResponse) => any;
2465
+ }
2466
+ export interface ListTagsForResourceRequest {
2467
+ /**
2468
+ * <p>The resource ARN.</p>
2469
+ */
2470
+ ResourceARN: string | undefined;
2471
+ }
2472
+ export declare namespace ListTagsForResourceRequest {
2473
+ /**
2474
+ * @internal
2475
+ */
2476
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2477
+ }
2478
+ /**
2479
+ * <p>Describes a tag applied to a resource.</p>
2480
+ */
2481
+ export interface Tag {
2482
+ /**
2483
+ * <p>The key of the tag.</p>
2484
+ */
2485
+ Key: string | undefined;
2486
+ /**
2487
+ * <p>The value of the tag.</p>
2488
+ */
2489
+ Value: string | undefined;
2490
+ }
2491
+ export declare namespace Tag {
2492
+ /**
2493
+ * @internal
2494
+ */
2495
+ const filterSensitiveLog: (obj: Tag) => any;
2496
+ }
2497
+ export interface ListTagsForResourceResponse {
2498
+ /**
2499
+ * <p>A list of tag key-value pairs.</p>
2500
+ */
2501
+ Tags?: Tag[];
2502
+ }
2503
+ export declare namespace ListTagsForResourceResponse {
2504
+ /**
2505
+ * @internal
2506
+ */
2507
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2508
+ }
2509
+ export interface ListUsersRequest {
2510
+ /**
2511
+ * <p>The identifier for the organization under which the users exist.</p>
2512
+ */
2513
+ OrganizationId: string | undefined;
2514
+ /**
2515
+ * <p>The token to use to retrieve the next page of results. The first call does not
2516
+ * contain any tokens.</p>
2517
+ */
2518
+ NextToken?: string;
2519
+ /**
2520
+ * <p>The maximum number of results to return in a single call.</p>
2521
+ */
2522
+ MaxResults?: number;
2523
+ }
2524
+ export declare namespace ListUsersRequest {
2525
+ /**
2526
+ * @internal
2527
+ */
2528
+ const filterSensitiveLog: (obj: ListUsersRequest) => any;
2529
+ }
2530
+ /**
2531
+ * <p>The representation of an Amazon WorkMail user.</p>
2532
+ */
2533
+ export interface User {
2534
+ /**
2535
+ * <p>The identifier of the user.</p>
2536
+ */
2537
+ Id?: string;
2538
+ /**
2539
+ * <p>The email of the user.</p>
2540
+ */
2541
+ Email?: string;
2542
+ /**
2543
+ * <p>The name of the user.</p>
2544
+ */
2545
+ Name?: string;
2546
+ /**
2547
+ * <p>The display name of the user.</p>
2548
+ */
2549
+ DisplayName?: string;
2550
+ /**
2551
+ * <p>The state of the user, which can be ENABLED, DISABLED, or DELETED.</p>
2552
+ */
2553
+ State?: EntityState | string;
2554
+ /**
2555
+ * <p>The role of the user.</p>
2556
+ */
2557
+ UserRole?: UserRole | string;
2558
+ /**
2559
+ * <p>The date indicating when the user was enabled for Amazon WorkMail use.</p>
2560
+ */
2561
+ EnabledDate?: Date;
2562
+ /**
2563
+ * <p>The date indicating when the user was disabled from Amazon WorkMail use.</p>
2564
+ */
2565
+ DisabledDate?: Date;
2566
+ }
2567
+ export declare namespace User {
2568
+ /**
2569
+ * @internal
2570
+ */
2571
+ const filterSensitiveLog: (obj: User) => any;
2572
+ }
2573
+ export interface ListUsersResponse {
2574
+ /**
2575
+ * <p>The overview of users for an organization.</p>
2576
+ */
2577
+ Users?: User[];
2578
+ /**
2579
+ * <p> The token to use to retrieve the next page of results. This value is `null` when
2580
+ * there are no more results to return.</p>
2581
+ */
2582
+ NextToken?: string;
2583
+ }
2584
+ export declare namespace ListUsersResponse {
2585
+ /**
2586
+ * @internal
2587
+ */
2588
+ const filterSensitiveLog: (obj: ListUsersResponse) => any;
2589
+ }
2590
+ export interface PutAccessControlRuleRequest {
2591
+ /**
2592
+ * <p>The rule name.</p>
2593
+ */
2594
+ Name: string | undefined;
2595
+ /**
2596
+ * <p>The rule effect.</p>
2597
+ */
2598
+ Effect: AccessControlRuleEffect | string | undefined;
2599
+ /**
2600
+ * <p>The rule description.</p>
2601
+ */
2602
+ Description: string | undefined;
2603
+ /**
2604
+ * <p>IPv4 CIDR ranges to include in the rule.</p>
2605
+ */
2606
+ IpRanges?: string[];
2607
+ /**
2608
+ * <p>IPv4 CIDR ranges to exclude from the rule.</p>
2609
+ */
2610
+ NotIpRanges?: string[];
2611
+ /**
2612
+ * <p>Access protocol actions to include in the rule. Valid values include
2613
+ * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
2614
+ * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
2615
+ */
2616
+ Actions?: string[];
2617
+ /**
2618
+ * <p>Access protocol actions to exclude from the rule. Valid values include
2619
+ * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
2620
+ * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
2621
+ */
2622
+ NotActions?: string[];
2623
+ /**
2624
+ * <p>User IDs to include in the rule.</p>
2625
+ */
2626
+ UserIds?: string[];
2627
+ /**
2628
+ * <p>User IDs to exclude from the rule.</p>
2629
+ */
2630
+ NotUserIds?: string[];
2631
+ /**
2632
+ * <p>The identifier of the organization.</p>
2633
+ */
2634
+ OrganizationId: string | undefined;
2635
+ }
2636
+ export declare namespace PutAccessControlRuleRequest {
2637
+ /**
2638
+ * @internal
2639
+ */
2640
+ const filterSensitiveLog: (obj: PutAccessControlRuleRequest) => any;
2641
+ }
2642
+ export interface PutAccessControlRuleResponse {
2643
+ }
2644
+ export declare namespace PutAccessControlRuleResponse {
2645
+ /**
2646
+ * @internal
2647
+ */
2648
+ const filterSensitiveLog: (obj: PutAccessControlRuleResponse) => any;
2649
+ }
2650
+ export interface PutMailboxPermissionsRequest {
2651
+ /**
2652
+ * <p>The identifier of the organization under which the user, group, or resource
2653
+ * exists.</p>
2654
+ */
2655
+ OrganizationId: string | undefined;
2656
+ /**
2657
+ * <p>The identifier of the user, group, or resource for which to update mailbox
2658
+ * permissions.</p>
2659
+ */
2660
+ EntityId: string | undefined;
2661
+ /**
2662
+ * <p>The identifier of the user, group, or resource to which to grant the
2663
+ * permissions.</p>
2664
+ */
2665
+ GranteeId: string | undefined;
2666
+ /**
2667
+ * <p>The permissions granted to the grantee. SEND_AS allows the grantee to send email as
2668
+ * the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF
2669
+ * allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not
2670
+ * mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full
2671
+ * access to the mailbox, irrespective of other folder-level permissions set on the
2672
+ * mailbox.</p>
2673
+ */
2674
+ PermissionValues: (PermissionType | string)[] | undefined;
2675
+ }
2676
+ export declare namespace PutMailboxPermissionsRequest {
2677
+ /**
2678
+ * @internal
2679
+ */
2680
+ const filterSensitiveLog: (obj: PutMailboxPermissionsRequest) => any;
2681
+ }
2682
+ export interface PutMailboxPermissionsResponse {
2683
+ }
2684
+ export declare namespace PutMailboxPermissionsResponse {
2685
+ /**
2686
+ * @internal
2687
+ */
2688
+ const filterSensitiveLog: (obj: PutMailboxPermissionsResponse) => any;
2689
+ }
2690
+ export interface PutMobileDeviceAccessOverrideRequest {
2691
+ /**
2692
+ * <p>Identifies the Amazon WorkMail organization for which you create the override.</p>
2693
+ */
2694
+ OrganizationId: string | undefined;
2695
+ /**
2696
+ * <p>The WorkMail user for which you create the override. Accepts the following types of user identities:</p>
2697
+ * <ul>
2698
+ * <li>
2699
+ * <p>User ID: <code>12345678-1234-1234-1234-123456789012</code> or <code>S-1-1-12-1234567890-123456789-123456789-1234</code>
2700
+ * </p>
2701
+ * </li>
2702
+ * <li>
2703
+ * <p>Email address: <code>user@domain.tld</code>
2704
+ * </p>
2705
+ * </li>
2706
+ * <li>
2707
+ * <p>User name: <code>user</code>
2708
+ * </p>
2709
+ * </li>
2710
+ * </ul>
2711
+ */
2712
+ UserId: string | undefined;
2713
+ /**
2714
+ * <p>The mobile device for which you create the override. <code>DeviceId</code> is case insensitive.</p>
2715
+ */
2716
+ DeviceId: string | undefined;
2717
+ /**
2718
+ * <p>The effect of the override, <code>ALLOW</code> or <code>DENY</code>.</p>
2719
+ */
2720
+ Effect: MobileDeviceAccessRuleEffect | string | undefined;
2721
+ /**
2722
+ * <p>A description of the override.</p>
2723
+ */
2724
+ Description?: string;
2725
+ }
2726
+ export declare namespace PutMobileDeviceAccessOverrideRequest {
2727
+ /**
2728
+ * @internal
2729
+ */
2730
+ const filterSensitiveLog: (obj: PutMobileDeviceAccessOverrideRequest) => any;
2731
+ }
2732
+ export interface PutMobileDeviceAccessOverrideResponse {
2733
+ }
2734
+ export declare namespace PutMobileDeviceAccessOverrideResponse {
2735
+ /**
2736
+ * @internal
2737
+ */
2738
+ const filterSensitiveLog: (obj: PutMobileDeviceAccessOverrideResponse) => any;
2739
+ }
2740
+ export interface PutRetentionPolicyRequest {
2741
+ /**
2742
+ * <p>The organization ID.</p>
2743
+ */
2744
+ OrganizationId: string | undefined;
2745
+ /**
2746
+ * <p>The retention policy ID.</p>
2747
+ */
2748
+ Id?: string;
2749
+ /**
2750
+ * <p>The retention policy name.</p>
2751
+ */
2752
+ Name: string | undefined;
2753
+ /**
2754
+ * <p>The retention policy description.</p>
2755
+ */
2756
+ Description?: string;
2757
+ /**
2758
+ * <p>The retention policy folder configurations.</p>
2759
+ */
2760
+ FolderConfigurations: FolderConfiguration[] | undefined;
2761
+ }
2762
+ export declare namespace PutRetentionPolicyRequest {
2763
+ /**
2764
+ * @internal
2765
+ */
2766
+ const filterSensitiveLog: (obj: PutRetentionPolicyRequest) => any;
2767
+ }
2768
+ export interface PutRetentionPolicyResponse {
2769
+ }
2770
+ export declare namespace PutRetentionPolicyResponse {
2771
+ /**
2772
+ * @internal
2773
+ */
2774
+ const filterSensitiveLog: (obj: PutRetentionPolicyResponse) => any;
2775
+ }
2776
+ export interface RegisterToWorkMailRequest {
2777
+ /**
2778
+ * <p>The identifier for the organization under which the user, group, or resource
2779
+ * exists.</p>
2780
+ */
2781
+ OrganizationId: string | undefined;
2782
+ /**
2783
+ * <p>The identifier for the user, group, or resource to be updated.</p>
2784
+ */
2785
+ EntityId: string | undefined;
2786
+ /**
2787
+ * <p>The email for the user, group, or resource to be updated.</p>
2788
+ */
2789
+ Email: string | undefined;
2790
+ }
2791
+ export declare namespace RegisterToWorkMailRequest {
2792
+ /**
2793
+ * @internal
2794
+ */
2795
+ const filterSensitiveLog: (obj: RegisterToWorkMailRequest) => any;
2796
+ }
2797
+ export interface RegisterToWorkMailResponse {
2798
+ }
2799
+ export declare namespace RegisterToWorkMailResponse {
2800
+ /**
2801
+ * @internal
2802
+ */
2803
+ const filterSensitiveLog: (obj: RegisterToWorkMailResponse) => any;
2804
+ }
2805
+ export interface ResetPasswordRequest {
2806
+ /**
2807
+ * <p>The identifier of the organization that contains the user for which the password is
2808
+ * reset.</p>
2809
+ */
2810
+ OrganizationId: string | undefined;
2811
+ /**
2812
+ * <p>The identifier of the user for whom the password is reset.</p>
2813
+ */
2814
+ UserId: string | undefined;
2815
+ /**
2816
+ * <p>The new password for the user.</p>
2817
+ */
2818
+ Password: string | undefined;
2819
+ }
2820
+ export declare namespace ResetPasswordRequest {
2821
+ /**
2822
+ * @internal
2823
+ */
2824
+ const filterSensitiveLog: (obj: ResetPasswordRequest) => any;
2825
+ }
2826
+ export interface ResetPasswordResponse {
2827
+ }
2828
+ export declare namespace ResetPasswordResponse {
2829
+ /**
2830
+ * @internal
2831
+ */
2832
+ const filterSensitiveLog: (obj: ResetPasswordResponse) => any;
2833
+ }
2834
+ export interface StartMailboxExportJobRequest {
2835
+ /**
2836
+ * <p>The idempotency token for the client request.</p>
2837
+ */
2838
+ ClientToken?: string;
2839
+ /**
2840
+ * <p>The identifier associated with the organization.</p>
2841
+ */
2842
+ OrganizationId: string | undefined;
2843
+ /**
2844
+ * <p>The identifier of the user or resource associated with the mailbox.</p>
2845
+ */
2846
+ EntityId: string | undefined;
2847
+ /**
2848
+ * <p>The mailbox export job description.</p>
2849
+ */
2850
+ Description?: string;
2851
+ /**
2852
+ * <p>The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3
2853
+ * bucket.</p>
2854
+ */
2855
+ RoleArn: string | undefined;
2856
+ /**
2857
+ * <p>The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS)
2858
+ * key that encrypts the exported mailbox content.</p>
2859
+ */
2860
+ KmsKeyArn: string | undefined;
2861
+ /**
2862
+ * <p>The name of the S3 bucket.</p>
2863
+ */
2864
+ S3BucketName: string | undefined;
2865
+ /**
2866
+ * <p>The S3 bucket prefix.</p>
2867
+ */
2868
+ S3Prefix: string | undefined;
2869
+ }
2870
+ export declare namespace StartMailboxExportJobRequest {
2871
+ /**
2872
+ * @internal
2873
+ */
2874
+ const filterSensitiveLog: (obj: StartMailboxExportJobRequest) => any;
2875
+ }
2876
+ export interface StartMailboxExportJobResponse {
2877
+ /**
2878
+ * <p>The job ID.</p>
2879
+ */
2880
+ JobId?: string;
2881
+ }
2882
+ export declare namespace StartMailboxExportJobResponse {
2883
+ /**
2884
+ * @internal
2885
+ */
2886
+ const filterSensitiveLog: (obj: StartMailboxExportJobResponse) => any;
2887
+ }
2888
+ export interface TagResourceRequest {
2889
+ /**
2890
+ * <p>The resource ARN.</p>
2891
+ */
2892
+ ResourceARN: string | undefined;
2893
+ /**
2894
+ * <p>The tag key-value pairs.</p>
2895
+ */
2896
+ Tags: Tag[] | undefined;
2897
+ }
2898
+ export declare namespace TagResourceRequest {
2899
+ /**
2900
+ * @internal
2901
+ */
2902
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2903
+ }
2904
+ export interface TagResourceResponse {
2905
+ }
2906
+ export declare namespace TagResourceResponse {
2907
+ /**
2908
+ * @internal
2909
+ */
2910
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2911
+ }
2912
+ /**
2913
+ * <p>The resource can have up to 50 user-applied tags.</p>
2914
+ */
2915
+ export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
2916
+ name: "TooManyTagsException";
2917
+ $fault: "client";
2918
+ Message?: string;
2919
+ }
2920
+ export declare namespace TooManyTagsException {
2921
+ /**
2922
+ * @internal
2923
+ */
2924
+ const filterSensitiveLog: (obj: TooManyTagsException) => any;
2925
+ }
2926
+ export interface UntagResourceRequest {
2927
+ /**
2928
+ * <p>The resource ARN.</p>
2929
+ */
2930
+ ResourceARN: string | undefined;
2931
+ /**
2932
+ * <p>The tag keys.</p>
2933
+ */
2934
+ TagKeys: string[] | undefined;
2935
+ }
2936
+ export declare namespace UntagResourceRequest {
2937
+ /**
2938
+ * @internal
2939
+ */
2940
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2941
+ }
2942
+ export interface UntagResourceResponse {
2943
+ }
2944
+ export declare namespace UntagResourceResponse {
2945
+ /**
2946
+ * @internal
2947
+ */
2948
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2949
+ }
2950
+ export interface UpdateMailboxQuotaRequest {
2951
+ /**
2952
+ * <p>The identifier for the organization that contains the user for whom to update the
2953
+ * mailbox quota.</p>
2954
+ */
2955
+ OrganizationId: string | undefined;
2956
+ /**
2957
+ * <p>The identifer for the user for whom to update the mailbox quota.</p>
2958
+ */
2959
+ UserId: string | undefined;
2960
+ /**
2961
+ * <p>The updated mailbox quota, in MB, for the specified user.</p>
2962
+ */
2963
+ MailboxQuota: number | undefined;
2964
+ }
2965
+ export declare namespace UpdateMailboxQuotaRequest {
2966
+ /**
2967
+ * @internal
2968
+ */
2969
+ const filterSensitiveLog: (obj: UpdateMailboxQuotaRequest) => any;
2970
+ }
2971
+ export interface UpdateMailboxQuotaResponse {
2972
+ }
2973
+ export declare namespace UpdateMailboxQuotaResponse {
2974
+ /**
2975
+ * @internal
2976
+ */
2977
+ const filterSensitiveLog: (obj: UpdateMailboxQuotaResponse) => any;
2978
+ }
2979
+ export interface UpdateMobileDeviceAccessRuleRequest {
2980
+ /**
2981
+ * <p>The Amazon WorkMail organization under which the rule will be updated.</p>
2982
+ */
2983
+ OrganizationId: string | undefined;
2984
+ /**
2985
+ * <p>The identifier of the rule to be updated.</p>
2986
+ */
2987
+ MobileDeviceAccessRuleId: string | undefined;
2988
+ /**
2989
+ * <p>The updated rule name.</p>
2990
+ */
2991
+ Name: string | undefined;
2992
+ /**
2993
+ * <p>The updated rule description.</p>
2994
+ */
2995
+ Description?: string;
2996
+ /**
2997
+ * <p>The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.</p>
2998
+ */
2999
+ Effect: MobileDeviceAccessRuleEffect | string | undefined;
3000
+ /**
3001
+ * <p>Device types that the updated rule will match.</p>
3002
+ */
3003
+ DeviceTypes?: string[];
3004
+ /**
3005
+ * <p>Device types that the updated rule <b>will not</b> match. All other device types will match.</p>
3006
+ */
3007
+ NotDeviceTypes?: string[];
3008
+ /**
3009
+ * <p>Device models that the updated rule will match.</p>
3010
+ */
3011
+ DeviceModels?: string[];
3012
+ /**
3013
+ * <p>Device models that the updated rule <b>will not</b> match. All other device models will match.</p>
3014
+ */
3015
+ NotDeviceModels?: string[];
3016
+ /**
3017
+ * <p>Device operating systems that the updated rule will match.</p>
3018
+ */
3019
+ DeviceOperatingSystems?: string[];
3020
+ /**
3021
+ * <p>Device operating systems that the updated rule <b>will not</b> match. All other device operating systems will match.</p>
3022
+ */
3023
+ NotDeviceOperatingSystems?: string[];
3024
+ /**
3025
+ * <p>User agents that the updated rule will match.</p>
3026
+ */
3027
+ DeviceUserAgents?: string[];
3028
+ /**
3029
+ * <p>User agents that the updated rule <b>will not</b> match. All other user agents will match.</p>
3030
+ */
3031
+ NotDeviceUserAgents?: string[];
3032
+ }
3033
+ export declare namespace UpdateMobileDeviceAccessRuleRequest {
3034
+ /**
3035
+ * @internal
3036
+ */
3037
+ const filterSensitiveLog: (obj: UpdateMobileDeviceAccessRuleRequest) => any;
3038
+ }
3039
+ export interface UpdateMobileDeviceAccessRuleResponse {
3040
+ }
3041
+ export declare namespace UpdateMobileDeviceAccessRuleResponse {
3042
+ /**
3043
+ * @internal
3044
+ */
3045
+ const filterSensitiveLog: (obj: UpdateMobileDeviceAccessRuleResponse) => any;
3046
+ }
3047
+ export interface UpdatePrimaryEmailAddressRequest {
3048
+ /**
3049
+ * <p>The organization that contains the user, group, or resource to update.</p>
3050
+ */
3051
+ OrganizationId: string | undefined;
3052
+ /**
3053
+ * <p>The user, group, or resource to update.</p>
3054
+ */
3055
+ EntityId: string | undefined;
3056
+ /**
3057
+ * <p>The value of the email to be updated as primary.</p>
3058
+ */
3059
+ Email: string | undefined;
3060
+ }
3061
+ export declare namespace UpdatePrimaryEmailAddressRequest {
3062
+ /**
3063
+ * @internal
3064
+ */
3065
+ const filterSensitiveLog: (obj: UpdatePrimaryEmailAddressRequest) => any;
3066
+ }
3067
+ export interface UpdatePrimaryEmailAddressResponse {
3068
+ }
3069
+ export declare namespace UpdatePrimaryEmailAddressResponse {
3070
+ /**
3071
+ * @internal
3072
+ */
3073
+ const filterSensitiveLog: (obj: UpdatePrimaryEmailAddressResponse) => any;
3074
+ }
3075
+ export interface UpdateResourceRequest {
3076
+ /**
3077
+ * <p>The identifier associated with the organization for which the resource is
3078
+ * updated.</p>
3079
+ */
3080
+ OrganizationId: string | undefined;
3081
+ /**
3082
+ * <p>The identifier of the resource to be updated.</p>
3083
+ */
3084
+ ResourceId: string | undefined;
3085
+ /**
3086
+ * <p>The name of the resource to be updated.</p>
3087
+ */
3088
+ Name?: string;
3089
+ /**
3090
+ * <p>The resource's booking options to be updated.</p>
3091
+ */
3092
+ BookingOptions?: BookingOptions;
3093
+ }
3094
+ export declare namespace UpdateResourceRequest {
3095
+ /**
3096
+ * @internal
3097
+ */
3098
+ const filterSensitiveLog: (obj: UpdateResourceRequest) => any;
3099
+ }
3100
+ export interface UpdateResourceResponse {
3101
+ }
3102
+ export declare namespace UpdateResourceResponse {
3103
+ /**
3104
+ * @internal
3105
+ */
3106
+ const filterSensitiveLog: (obj: UpdateResourceResponse) => any;
3107
+ }