@aws-sdk/client-workmail 3.31.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 (1082) hide show
  1. package/CHANGELOG.md +39 -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/endpoints.js +57 -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/models/index.js +5 -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/runtimeConfig.native.js +20 -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/endpoints.js +53 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
  399. package/dist-types/runtimeConfig.d.ts +37 -0
  400. package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
  479. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  480. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  481. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  482. package/package.json +50 -50
  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 -3
  564. package/tsconfig.json +7 -7
  565. package/tsconfig.types.json +9 -0
  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 +0 -57
  735. package/dist/cjs/endpoints.js.map +0 -1
  736. package/dist/cjs/index.js +0 -71
  737. package/dist/cjs/index.js.map +0 -1
  738. package/dist/cjs/models/index.js +0 -5
  739. package/dist/cjs/models/index.js.map +0 -1
  740. package/dist/cjs/models/models_0.js +0 -1357
  741. package/dist/cjs/models/models_0.js.map +0 -1
  742. package/dist/cjs/package.json +0 -93
  743. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  744. package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
  745. package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
  746. package/dist/cjs/pagination/ListGroupMembersPaginator.js +0 -46
  747. package/dist/cjs/pagination/ListGroupMembersPaginator.js.map +0 -1
  748. package/dist/cjs/pagination/ListGroupsPaginator.js +0 -46
  749. package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
  750. package/dist/cjs/pagination/ListMailboxExportJobsPaginator.js +0 -46
  751. package/dist/cjs/pagination/ListMailboxExportJobsPaginator.js.map +0 -1
  752. package/dist/cjs/pagination/ListMailboxPermissionsPaginator.js +0 -46
  753. package/dist/cjs/pagination/ListMailboxPermissionsPaginator.js.map +0 -1
  754. package/dist/cjs/pagination/ListOrganizationsPaginator.js +0 -46
  755. package/dist/cjs/pagination/ListOrganizationsPaginator.js.map +0 -1
  756. package/dist/cjs/pagination/ListResourceDelegatesPaginator.js +0 -46
  757. package/dist/cjs/pagination/ListResourceDelegatesPaginator.js.map +0 -1
  758. package/dist/cjs/pagination/ListResourcesPaginator.js +0 -46
  759. package/dist/cjs/pagination/ListResourcesPaginator.js.map +0 -1
  760. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  761. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  762. package/dist/cjs/protocols/Aws_json1_1.js +0 -6542
  763. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  764. package/dist/cjs/runtimeConfig.browser.js +0 -41
  765. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  766. package/dist/cjs/runtimeConfig.js +0 -46
  767. package/dist/cjs/runtimeConfig.js.map +0 -1
  768. package/dist/cjs/runtimeConfig.native.js +0 -20
  769. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  770. package/dist/cjs/runtimeConfig.shared.js +0 -21
  771. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  772. package/dist/es/WorkMail.js +0 -859
  773. package/dist/es/WorkMail.js.map +0 -1
  774. package/dist/es/WorkMailClient.js +0 -81
  775. package/dist/es/WorkMailClient.js.map +0 -1
  776. package/dist/es/commands/AssociateDelegateToResourceCommand.js +0 -65
  777. package/dist/es/commands/AssociateDelegateToResourceCommand.js.map +0 -1
  778. package/dist/es/commands/AssociateMemberToGroupCommand.js +0 -65
  779. package/dist/es/commands/AssociateMemberToGroupCommand.js.map +0 -1
  780. package/dist/es/commands/CancelMailboxExportJobCommand.js +0 -69
  781. package/dist/es/commands/CancelMailboxExportJobCommand.js.map +0 -1
  782. package/dist/es/commands/CreateAliasCommand.js +0 -65
  783. package/dist/es/commands/CreateAliasCommand.js.map +0 -1
  784. package/dist/es/commands/CreateGroupCommand.js +0 -65
  785. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  786. package/dist/es/commands/CreateMobileDeviceAccessRuleCommand.js +0 -65
  787. package/dist/es/commands/CreateMobileDeviceAccessRuleCommand.js.map +0 -1
  788. package/dist/es/commands/CreateOrganizationCommand.js +0 -69
  789. package/dist/es/commands/CreateOrganizationCommand.js.map +0 -1
  790. package/dist/es/commands/CreateResourceCommand.js +0 -65
  791. package/dist/es/commands/CreateResourceCommand.js.map +0 -1
  792. package/dist/es/commands/CreateUserCommand.js +0 -65
  793. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  794. package/dist/es/commands/DeleteAccessControlRuleCommand.js +0 -65
  795. package/dist/es/commands/DeleteAccessControlRuleCommand.js.map +0 -1
  796. package/dist/es/commands/DeleteAliasCommand.js +0 -66
  797. package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
  798. package/dist/es/commands/DeleteGroupCommand.js +0 -65
  799. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  800. package/dist/es/commands/DeleteMailboxPermissionsCommand.js +0 -65
  801. package/dist/es/commands/DeleteMailboxPermissionsCommand.js.map +0 -1
  802. package/dist/es/commands/DeleteMobileDeviceAccessRuleCommand.js +0 -65
  803. package/dist/es/commands/DeleteMobileDeviceAccessRuleCommand.js.map +0 -1
  804. package/dist/es/commands/DeleteOrganizationCommand.js +0 -65
  805. package/dist/es/commands/DeleteOrganizationCommand.js.map +0 -1
  806. package/dist/es/commands/DeleteResourceCommand.js +0 -65
  807. package/dist/es/commands/DeleteResourceCommand.js.map +0 -1
  808. package/dist/es/commands/DeleteRetentionPolicyCommand.js +0 -65
  809. package/dist/es/commands/DeleteRetentionPolicyCommand.js.map +0 -1
  810. package/dist/es/commands/DeleteUserCommand.js +0 -69
  811. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  812. package/dist/es/commands/DeregisterFromWorkMailCommand.js +0 -68
  813. package/dist/es/commands/DeregisterFromWorkMailCommand.js.map +0 -1
  814. package/dist/es/commands/DescribeGroupCommand.js +0 -65
  815. package/dist/es/commands/DescribeGroupCommand.js.map +0 -1
  816. package/dist/es/commands/DescribeMailboxExportJobCommand.js +0 -65
  817. package/dist/es/commands/DescribeMailboxExportJobCommand.js.map +0 -1
  818. package/dist/es/commands/DescribeOrganizationCommand.js +0 -66
  819. package/dist/es/commands/DescribeOrganizationCommand.js.map +0 -1
  820. package/dist/es/commands/DescribeResourceCommand.js +0 -65
  821. package/dist/es/commands/DescribeResourceCommand.js.map +0 -1
  822. package/dist/es/commands/DescribeUserCommand.js +0 -65
  823. package/dist/es/commands/DescribeUserCommand.js.map +0 -1
  824. package/dist/es/commands/DisassociateDelegateFromResourceCommand.js +0 -65
  825. package/dist/es/commands/DisassociateDelegateFromResourceCommand.js.map +0 -1
  826. package/dist/es/commands/DisassociateMemberFromGroupCommand.js +0 -65
  827. package/dist/es/commands/DisassociateMemberFromGroupCommand.js.map +0 -1
  828. package/dist/es/commands/GetAccessControlEffectCommand.js +0 -66
  829. package/dist/es/commands/GetAccessControlEffectCommand.js.map +0 -1
  830. package/dist/es/commands/GetDefaultRetentionPolicyCommand.js +0 -65
  831. package/dist/es/commands/GetDefaultRetentionPolicyCommand.js.map +0 -1
  832. package/dist/es/commands/GetMailboxDetailsCommand.js +0 -65
  833. package/dist/es/commands/GetMailboxDetailsCommand.js.map +0 -1
  834. package/dist/es/commands/GetMobileDeviceAccessEffectCommand.js +0 -66
  835. package/dist/es/commands/GetMobileDeviceAccessEffectCommand.js.map +0 -1
  836. package/dist/es/commands/ListAccessControlRulesCommand.js +0 -65
  837. package/dist/es/commands/ListAccessControlRulesCommand.js.map +0 -1
  838. package/dist/es/commands/ListAliasesCommand.js +0 -66
  839. package/dist/es/commands/ListAliasesCommand.js.map +0 -1
  840. package/dist/es/commands/ListGroupMembersCommand.js +0 -66
  841. package/dist/es/commands/ListGroupMembersCommand.js.map +0 -1
  842. package/dist/es/commands/ListGroupsCommand.js +0 -65
  843. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  844. package/dist/es/commands/ListMailboxExportJobsCommand.js +0 -66
  845. package/dist/es/commands/ListMailboxExportJobsCommand.js.map +0 -1
  846. package/dist/es/commands/ListMailboxPermissionsCommand.js +0 -66
  847. package/dist/es/commands/ListMailboxPermissionsCommand.js.map +0 -1
  848. package/dist/es/commands/ListMobileDeviceAccessRulesCommand.js +0 -65
  849. package/dist/es/commands/ListMobileDeviceAccessRulesCommand.js.map +0 -1
  850. package/dist/es/commands/ListOrganizationsCommand.js +0 -65
  851. package/dist/es/commands/ListOrganizationsCommand.js.map +0 -1
  852. package/dist/es/commands/ListResourceDelegatesCommand.js +0 -66
  853. package/dist/es/commands/ListResourceDelegatesCommand.js.map +0 -1
  854. package/dist/es/commands/ListResourcesCommand.js +0 -65
  855. package/dist/es/commands/ListResourcesCommand.js.map +0 -1
  856. package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
  857. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  858. package/dist/es/commands/ListUsersCommand.js +0 -65
  859. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  860. package/dist/es/commands/PutAccessControlRuleCommand.js +0 -68
  861. package/dist/es/commands/PutAccessControlRuleCommand.js.map +0 -1
  862. package/dist/es/commands/PutMailboxPermissionsCommand.js +0 -66
  863. package/dist/es/commands/PutMailboxPermissionsCommand.js.map +0 -1
  864. package/dist/es/commands/PutRetentionPolicyCommand.js +0 -65
  865. package/dist/es/commands/PutRetentionPolicyCommand.js.map +0 -1
  866. package/dist/es/commands/RegisterToWorkMailCommand.js +0 -71
  867. package/dist/es/commands/RegisterToWorkMailCommand.js.map +0 -1
  868. package/dist/es/commands/ResetPasswordCommand.js +0 -65
  869. package/dist/es/commands/ResetPasswordCommand.js.map +0 -1
  870. package/dist/es/commands/StartMailboxExportJobCommand.js +0 -68
  871. package/dist/es/commands/StartMailboxExportJobCommand.js.map +0 -1
  872. package/dist/es/commands/TagResourceCommand.js +0 -66
  873. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  874. package/dist/es/commands/UntagResourceCommand.js +0 -66
  875. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  876. package/dist/es/commands/UpdateMailboxQuotaCommand.js +0 -66
  877. package/dist/es/commands/UpdateMailboxQuotaCommand.js.map +0 -1
  878. package/dist/es/commands/UpdateMobileDeviceAccessRuleCommand.js +0 -65
  879. package/dist/es/commands/UpdateMobileDeviceAccessRuleCommand.js.map +0 -1
  880. package/dist/es/commands/UpdatePrimaryEmailAddressCommand.js +0 -67
  881. package/dist/es/commands/UpdatePrimaryEmailAddressCommand.js.map +0 -1
  882. package/dist/es/commands/UpdateResourceCommand.js +0 -67
  883. package/dist/es/commands/UpdateResourceCommand.js.map +0 -1
  884. package/dist/es/endpoints.js +0 -53
  885. package/dist/es/endpoints.js.map +0 -1
  886. package/dist/es/index.js +0 -68
  887. package/dist/es/index.js.map +0 -1
  888. package/dist/es/models/index.js.map +0 -1
  889. package/dist/es/models/models_0.js +0 -1063
  890. package/dist/es/models/models_0.js.map +0 -1
  891. package/dist/es/package.json +0 -93
  892. package/dist/es/pagination/Interfaces.js.map +0 -1
  893. package/dist/es/pagination/ListAliasesPaginator.js +0 -87
  894. package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
  895. package/dist/es/pagination/ListGroupMembersPaginator.js +0 -87
  896. package/dist/es/pagination/ListGroupMembersPaginator.js.map +0 -1
  897. package/dist/es/pagination/ListGroupsPaginator.js +0 -87
  898. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  899. package/dist/es/pagination/ListMailboxExportJobsPaginator.js +0 -87
  900. package/dist/es/pagination/ListMailboxExportJobsPaginator.js.map +0 -1
  901. package/dist/es/pagination/ListMailboxPermissionsPaginator.js +0 -87
  902. package/dist/es/pagination/ListMailboxPermissionsPaginator.js.map +0 -1
  903. package/dist/es/pagination/ListOrganizationsPaginator.js +0 -87
  904. package/dist/es/pagination/ListOrganizationsPaginator.js.map +0 -1
  905. package/dist/es/pagination/ListResourceDelegatesPaginator.js +0 -87
  906. package/dist/es/pagination/ListResourceDelegatesPaginator.js.map +0 -1
  907. package/dist/es/pagination/ListResourcesPaginator.js +0 -87
  908. package/dist/es/pagination/ListResourcesPaginator.js.map +0 -1
  909. package/dist/es/pagination/ListUsersPaginator.js +0 -87
  910. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  911. package/dist/es/protocols/Aws_json1_1.js +0 -6799
  912. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  913. package/dist/es/runtimeConfig.browser.js +0 -20
  914. package/dist/es/runtimeConfig.browser.js.map +0 -1
  915. package/dist/es/runtimeConfig.js +0 -25
  916. package/dist/es/runtimeConfig.js.map +0 -1
  917. package/dist/es/runtimeConfig.native.js +0 -12
  918. package/dist/es/runtimeConfig.native.js.map +0 -1
  919. package/dist/es/runtimeConfig.shared.js +0 -17
  920. package/dist/es/runtimeConfig.shared.js.map +0 -1
  921. package/dist/types/WorkMail.d.ts +0 -464
  922. package/dist/types/WorkMailClient.d.ts +0 -221
  923. package/dist/types/commands/AssociateDelegateToResourceCommand.d.ts +0 -35
  924. package/dist/types/commands/AssociateMemberToGroupCommand.d.ts +0 -35
  925. package/dist/types/commands/CancelMailboxExportJobCommand.d.ts +0 -39
  926. package/dist/types/commands/CreateAliasCommand.d.ts +0 -35
  927. package/dist/types/commands/CreateGroupCommand.d.ts +0 -35
  928. package/dist/types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +0 -35
  929. package/dist/types/commands/CreateOrganizationCommand.d.ts +0 -39
  930. package/dist/types/commands/CreateResourceCommand.d.ts +0 -35
  931. package/dist/types/commands/CreateUserCommand.d.ts +0 -35
  932. package/dist/types/commands/DeleteAccessControlRuleCommand.d.ts +0 -35
  933. package/dist/types/commands/DeleteAliasCommand.d.ts +0 -36
  934. package/dist/types/commands/DeleteGroupCommand.d.ts +0 -35
  935. package/dist/types/commands/DeleteMailboxPermissionsCommand.d.ts +0 -35
  936. package/dist/types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +0 -35
  937. package/dist/types/commands/DeleteOrganizationCommand.d.ts +0 -35
  938. package/dist/types/commands/DeleteResourceCommand.d.ts +0 -35
  939. package/dist/types/commands/DeleteRetentionPolicyCommand.d.ts +0 -35
  940. package/dist/types/commands/DeleteUserCommand.d.ts +0 -39
  941. package/dist/types/commands/DeregisterFromWorkMailCommand.d.ts +0 -38
  942. package/dist/types/commands/DescribeGroupCommand.d.ts +0 -35
  943. package/dist/types/commands/DescribeMailboxExportJobCommand.d.ts +0 -35
  944. package/dist/types/commands/DescribeOrganizationCommand.d.ts +0 -36
  945. package/dist/types/commands/DescribeResourceCommand.d.ts +0 -35
  946. package/dist/types/commands/DescribeUserCommand.d.ts +0 -35
  947. package/dist/types/commands/DisassociateDelegateFromResourceCommand.d.ts +0 -35
  948. package/dist/types/commands/DisassociateMemberFromGroupCommand.d.ts +0 -35
  949. package/dist/types/commands/GetAccessControlEffectCommand.d.ts +0 -36
  950. package/dist/types/commands/GetDefaultRetentionPolicyCommand.d.ts +0 -35
  951. package/dist/types/commands/GetMailboxDetailsCommand.d.ts +0 -35
  952. package/dist/types/commands/GetMobileDeviceAccessEffectCommand.d.ts +0 -36
  953. package/dist/types/commands/ListAccessControlRulesCommand.d.ts +0 -35
  954. package/dist/types/commands/ListAliasesCommand.d.ts +0 -36
  955. package/dist/types/commands/ListGroupMembersCommand.d.ts +0 -36
  956. package/dist/types/commands/ListGroupsCommand.d.ts +0 -35
  957. package/dist/types/commands/ListMailboxExportJobsCommand.d.ts +0 -36
  958. package/dist/types/commands/ListMailboxPermissionsCommand.d.ts +0 -36
  959. package/dist/types/commands/ListMobileDeviceAccessRulesCommand.d.ts +0 -35
  960. package/dist/types/commands/ListOrganizationsCommand.d.ts +0 -35
  961. package/dist/types/commands/ListResourceDelegatesCommand.d.ts +0 -36
  962. package/dist/types/commands/ListResourcesCommand.d.ts +0 -35
  963. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  964. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  965. package/dist/types/commands/PutAccessControlRuleCommand.d.ts +0 -38
  966. package/dist/types/commands/PutMailboxPermissionsCommand.d.ts +0 -36
  967. package/dist/types/commands/PutRetentionPolicyCommand.d.ts +0 -35
  968. package/dist/types/commands/RegisterToWorkMailCommand.d.ts +0 -41
  969. package/dist/types/commands/ResetPasswordCommand.d.ts +0 -35
  970. package/dist/types/commands/StartMailboxExportJobCommand.d.ts +0 -38
  971. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  972. package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
  973. package/dist/types/commands/UpdateMailboxQuotaCommand.d.ts +0 -36
  974. package/dist/types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +0 -35
  975. package/dist/types/commands/UpdatePrimaryEmailAddressCommand.d.ts +0 -37
  976. package/dist/types/commands/UpdateResourceCommand.d.ts +0 -37
  977. package/dist/types/index.d.ts +0 -67
  978. package/dist/types/models/models_0.d.ts +0 -2856
  979. package/dist/types/pagination/Interfaces.d.ts +0 -6
  980. package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
  981. package/dist/types/pagination/ListGroupMembersPaginator.d.ts +0 -4
  982. package/dist/types/pagination/ListGroupsPaginator.d.ts +0 -4
  983. package/dist/types/pagination/ListMailboxExportJobsPaginator.d.ts +0 -4
  984. package/dist/types/pagination/ListMailboxPermissionsPaginator.d.ts +0 -4
  985. package/dist/types/pagination/ListOrganizationsPaginator.d.ts +0 -4
  986. package/dist/types/pagination/ListResourceDelegatesPaginator.d.ts +0 -4
  987. package/dist/types/pagination/ListResourcesPaginator.d.ts +0 -4
  988. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  989. package/dist/types/protocols/Aws_json1_1.d.ts +0 -164
  990. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  991. package/dist/types/runtimeConfig.d.ts +0 -36
  992. package/dist/types/runtimeConfig.native.d.ts +0 -35
  993. package/dist/types/ts3.4/WorkMail.d.ts +0 -464
  994. package/dist/types/ts3.4/WorkMailClient.d.ts +0 -221
  995. package/dist/types/ts3.4/commands/AssociateDelegateToResourceCommand.d.ts +0 -35
  996. package/dist/types/ts3.4/commands/AssociateMemberToGroupCommand.d.ts +0 -35
  997. package/dist/types/ts3.4/commands/CancelMailboxExportJobCommand.d.ts +0 -39
  998. package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -35
  999. package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -35
  1000. package/dist/types/ts3.4/commands/CreateMobileDeviceAccessRuleCommand.d.ts +0 -35
  1001. package/dist/types/ts3.4/commands/CreateOrganizationCommand.d.ts +0 -39
  1002. package/dist/types/ts3.4/commands/CreateResourceCommand.d.ts +0 -35
  1003. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
  1004. package/dist/types/ts3.4/commands/DeleteAccessControlRuleCommand.d.ts +0 -35
  1005. package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -36
  1006. package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -35
  1007. package/dist/types/ts3.4/commands/DeleteMailboxPermissionsCommand.d.ts +0 -35
  1008. package/dist/types/ts3.4/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +0 -35
  1009. package/dist/types/ts3.4/commands/DeleteOrganizationCommand.d.ts +0 -35
  1010. package/dist/types/ts3.4/commands/DeleteResourceCommand.d.ts +0 -35
  1011. package/dist/types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +0 -35
  1012. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -39
  1013. package/dist/types/ts3.4/commands/DeregisterFromWorkMailCommand.d.ts +0 -38
  1014. package/dist/types/ts3.4/commands/DescribeGroupCommand.d.ts +0 -35
  1015. package/dist/types/ts3.4/commands/DescribeMailboxExportJobCommand.d.ts +0 -35
  1016. package/dist/types/ts3.4/commands/DescribeOrganizationCommand.d.ts +0 -36
  1017. package/dist/types/ts3.4/commands/DescribeResourceCommand.d.ts +0 -35
  1018. package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -35
  1019. package/dist/types/ts3.4/commands/DisassociateDelegateFromResourceCommand.d.ts +0 -35
  1020. package/dist/types/ts3.4/commands/DisassociateMemberFromGroupCommand.d.ts +0 -35
  1021. package/dist/types/ts3.4/commands/GetAccessControlEffectCommand.d.ts +0 -36
  1022. package/dist/types/ts3.4/commands/GetDefaultRetentionPolicyCommand.d.ts +0 -35
  1023. package/dist/types/ts3.4/commands/GetMailboxDetailsCommand.d.ts +0 -35
  1024. package/dist/types/ts3.4/commands/GetMobileDeviceAccessEffectCommand.d.ts +0 -36
  1025. package/dist/types/ts3.4/commands/ListAccessControlRulesCommand.d.ts +0 -35
  1026. package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -36
  1027. package/dist/types/ts3.4/commands/ListGroupMembersCommand.d.ts +0 -36
  1028. package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -35
  1029. package/dist/types/ts3.4/commands/ListMailboxExportJobsCommand.d.ts +0 -36
  1030. package/dist/types/ts3.4/commands/ListMailboxPermissionsCommand.d.ts +0 -36
  1031. package/dist/types/ts3.4/commands/ListMobileDeviceAccessRulesCommand.d.ts +0 -35
  1032. package/dist/types/ts3.4/commands/ListOrganizationsCommand.d.ts +0 -35
  1033. package/dist/types/ts3.4/commands/ListResourceDelegatesCommand.d.ts +0 -36
  1034. package/dist/types/ts3.4/commands/ListResourcesCommand.d.ts +0 -35
  1035. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  1036. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1037. package/dist/types/ts3.4/commands/PutAccessControlRuleCommand.d.ts +0 -38
  1038. package/dist/types/ts3.4/commands/PutMailboxPermissionsCommand.d.ts +0 -36
  1039. package/dist/types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +0 -35
  1040. package/dist/types/ts3.4/commands/RegisterToWorkMailCommand.d.ts +0 -41
  1041. package/dist/types/ts3.4/commands/ResetPasswordCommand.d.ts +0 -35
  1042. package/dist/types/ts3.4/commands/StartMailboxExportJobCommand.d.ts +0 -38
  1043. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  1044. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  1045. package/dist/types/ts3.4/commands/UpdateMailboxQuotaCommand.d.ts +0 -36
  1046. package/dist/types/ts3.4/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +0 -35
  1047. package/dist/types/ts3.4/commands/UpdatePrimaryEmailAddressCommand.d.ts +0 -37
  1048. package/dist/types/ts3.4/commands/UpdateResourceCommand.d.ts +0 -37
  1049. package/dist/types/ts3.4/index.d.ts +0 -67
  1050. package/dist/types/ts3.4/models/models_0.d.ts +0 -2856
  1051. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1052. package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  1053. package/dist/types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +0 -4
  1054. package/dist/types/ts3.4/pagination/ListGroupsPaginator.d.ts +0 -4
  1055. package/dist/types/ts3.4/pagination/ListMailboxExportJobsPaginator.d.ts +0 -4
  1056. package/dist/types/ts3.4/pagination/ListMailboxPermissionsPaginator.d.ts +0 -4
  1057. package/dist/types/ts3.4/pagination/ListOrganizationsPaginator.d.ts +0 -4
  1058. package/dist/types/ts3.4/pagination/ListResourceDelegatesPaginator.d.ts +0 -4
  1059. package/dist/types/ts3.4/pagination/ListResourcesPaginator.d.ts +0 -4
  1060. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  1061. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -164
  1062. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1063. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1064. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1065. package/endpoints.ts +0 -57
  1066. package/index.ts +0 -67
  1067. package/models/models_0.ts +0 -3667
  1068. package/pagination/Interfaces.ts +0 -7
  1069. package/pagination/ListAliasesPaginator.ts +0 -54
  1070. package/pagination/ListGroupMembersPaginator.ts +0 -58
  1071. package/pagination/ListGroupsPaginator.ts +0 -54
  1072. package/pagination/ListMailboxExportJobsPaginator.ts +0 -58
  1073. package/pagination/ListMailboxPermissionsPaginator.ts +0 -58
  1074. package/pagination/ListOrganizationsPaginator.ts +0 -58
  1075. package/pagination/ListResourceDelegatesPaginator.ts +0 -58
  1076. package/pagination/ListResourcesPaginator.ts +0 -58
  1077. package/pagination/ListUsersPaginator.ts +0 -54
  1078. package/protocols/Aws_json1_1.ts +0 -7972
  1079. package/runtimeConfig.browser.ts +0 -40
  1080. package/runtimeConfig.native.ts +0 -16
  1081. package/runtimeConfig.shared.ts +0 -16
  1082. package/runtimeConfig.ts +0 -45
@@ -1,2856 +0,0 @@
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 DeleteMobileDeviceAccessRuleRequest {
810
- /**
811
- * <p>The Amazon WorkMail organization under which the rule will be deleted.</p>
812
- */
813
- OrganizationId: string | undefined;
814
- /**
815
- * <p>The identifier of the rule to be deleted.</p>
816
- */
817
- MobileDeviceAccessRuleId: string | undefined;
818
- }
819
- export declare namespace DeleteMobileDeviceAccessRuleRequest {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: DeleteMobileDeviceAccessRuleRequest) => any;
824
- }
825
- export interface DeleteMobileDeviceAccessRuleResponse {
826
- }
827
- export declare namespace DeleteMobileDeviceAccessRuleResponse {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: DeleteMobileDeviceAccessRuleResponse) => any;
832
- }
833
- export interface DeleteOrganizationRequest {
834
- /**
835
- * <p>The idempotency token associated with the request.</p>
836
- */
837
- ClientToken?: string;
838
- /**
839
- * <p>The organization ID.</p>
840
- */
841
- OrganizationId: string | undefined;
842
- /**
843
- * <p>If true, deletes the AWS Directory Service directory associated with the organization.</p>
844
- */
845
- DeleteDirectory: boolean | undefined;
846
- }
847
- export declare namespace DeleteOrganizationRequest {
848
- /**
849
- * @internal
850
- */
851
- const filterSensitiveLog: (obj: DeleteOrganizationRequest) => any;
852
- }
853
- export interface DeleteOrganizationResponse {
854
- /**
855
- * <p>The organization ID.</p>
856
- */
857
- OrganizationId?: string;
858
- /**
859
- * <p>The state of the organization.</p>
860
- */
861
- State?: string;
862
- }
863
- export declare namespace DeleteOrganizationResponse {
864
- /**
865
- * @internal
866
- */
867
- const filterSensitiveLog: (obj: DeleteOrganizationResponse) => any;
868
- }
869
- export interface DeleteResourceRequest {
870
- /**
871
- * <p>The identifier associated with the organization from which the resource is
872
- * deleted.</p>
873
- */
874
- OrganizationId: string | undefined;
875
- /**
876
- * <p>The identifier of the resource to be deleted.</p>
877
- */
878
- ResourceId: string | undefined;
879
- }
880
- export declare namespace DeleteResourceRequest {
881
- /**
882
- * @internal
883
- */
884
- const filterSensitiveLog: (obj: DeleteResourceRequest) => any;
885
- }
886
- export interface DeleteResourceResponse {
887
- }
888
- export declare namespace DeleteResourceResponse {
889
- /**
890
- * @internal
891
- */
892
- const filterSensitiveLog: (obj: DeleteResourceResponse) => any;
893
- }
894
- export interface DeleteRetentionPolicyRequest {
895
- /**
896
- * <p>The organization ID.</p>
897
- */
898
- OrganizationId: string | undefined;
899
- /**
900
- * <p>The retention policy ID.</p>
901
- */
902
- Id: string | undefined;
903
- }
904
- export declare namespace DeleteRetentionPolicyRequest {
905
- /**
906
- * @internal
907
- */
908
- const filterSensitiveLog: (obj: DeleteRetentionPolicyRequest) => any;
909
- }
910
- export interface DeleteRetentionPolicyResponse {
911
- }
912
- export declare namespace DeleteRetentionPolicyResponse {
913
- /**
914
- * @internal
915
- */
916
- const filterSensitiveLog: (obj: DeleteRetentionPolicyResponse) => any;
917
- }
918
- export interface DeleteUserRequest {
919
- /**
920
- * <p>The organization that contains the user to be deleted.</p>
921
- */
922
- OrganizationId: string | undefined;
923
- /**
924
- * <p>The identifier of the user to be deleted.</p>
925
- */
926
- UserId: string | undefined;
927
- }
928
- export declare namespace DeleteUserRequest {
929
- /**
930
- * @internal
931
- */
932
- const filterSensitiveLog: (obj: DeleteUserRequest) => any;
933
- }
934
- export interface DeleteUserResponse {
935
- }
936
- export declare namespace DeleteUserResponse {
937
- /**
938
- * @internal
939
- */
940
- const filterSensitiveLog: (obj: DeleteUserResponse) => any;
941
- }
942
- export interface DeregisterFromWorkMailRequest {
943
- /**
944
- * <p>The identifier for the organization under which the Amazon WorkMail entity exists.</p>
945
- */
946
- OrganizationId: string | undefined;
947
- /**
948
- * <p>The identifier for the member (user or group) to be updated.</p>
949
- */
950
- EntityId: string | undefined;
951
- }
952
- export declare namespace DeregisterFromWorkMailRequest {
953
- /**
954
- * @internal
955
- */
956
- const filterSensitiveLog: (obj: DeregisterFromWorkMailRequest) => any;
957
- }
958
- export interface DeregisterFromWorkMailResponse {
959
- }
960
- export declare namespace DeregisterFromWorkMailResponse {
961
- /**
962
- * @internal
963
- */
964
- const filterSensitiveLog: (obj: DeregisterFromWorkMailResponse) => any;
965
- }
966
- export interface DescribeGroupRequest {
967
- /**
968
- * <p>The identifier for the organization under which the group exists.</p>
969
- */
970
- OrganizationId: string | undefined;
971
- /**
972
- * <p>The identifier for the group to be described.</p>
973
- */
974
- GroupId: string | undefined;
975
- }
976
- export declare namespace DescribeGroupRequest {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: DescribeGroupRequest) => any;
981
- }
982
- export declare enum EntityState {
983
- DELETED = "DELETED",
984
- DISABLED = "DISABLED",
985
- ENABLED = "ENABLED"
986
- }
987
- export interface DescribeGroupResponse {
988
- /**
989
- * <p>The identifier of the described group.</p>
990
- */
991
- GroupId?: string;
992
- /**
993
- * <p>The name of the described group.</p>
994
- */
995
- Name?: string;
996
- /**
997
- * <p>The email of the described group.</p>
998
- */
999
- Email?: string;
1000
- /**
1001
- * <p>The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or
1002
- * never registered to WorkMail).</p>
1003
- */
1004
- State?: EntityState | string;
1005
- /**
1006
- * <p>The date and time when a user was registered to WorkMail, in UNIX epoch time
1007
- * format.</p>
1008
- */
1009
- EnabledDate?: Date;
1010
- /**
1011
- * <p>The date and time when a user was deregistered from WorkMail, in UNIX epoch time
1012
- * format.</p>
1013
- */
1014
- DisabledDate?: Date;
1015
- }
1016
- export declare namespace DescribeGroupResponse {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: DescribeGroupResponse) => any;
1021
- }
1022
- export interface DescribeMailboxExportJobRequest {
1023
- /**
1024
- * <p>The mailbox export job ID.</p>
1025
- */
1026
- JobId: string | undefined;
1027
- /**
1028
- * <p>The organization ID.</p>
1029
- */
1030
- OrganizationId: string | undefined;
1031
- }
1032
- export declare namespace DescribeMailboxExportJobRequest {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: DescribeMailboxExportJobRequest) => any;
1037
- }
1038
- export declare enum MailboxExportJobState {
1039
- CANCELLED = "CANCELLED",
1040
- COMPLETED = "COMPLETED",
1041
- FAILED = "FAILED",
1042
- RUNNING = "RUNNING"
1043
- }
1044
- export interface DescribeMailboxExportJobResponse {
1045
- /**
1046
- * <p>The identifier of the user or resource associated with the mailbox.</p>
1047
- */
1048
- EntityId?: string;
1049
- /**
1050
- * <p>The mailbox export job description.</p>
1051
- */
1052
- Description?: string;
1053
- /**
1054
- * <p>The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple
1055
- * Storage Service (Amazon S3) bucket.</p>
1056
- */
1057
- RoleArn?: string;
1058
- /**
1059
- * <p>The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS)
1060
- * key that encrypts the exported mailbox content.</p>
1061
- */
1062
- KmsKeyArn?: string;
1063
- /**
1064
- * <p>The name of the S3 bucket.</p>
1065
- */
1066
- S3BucketName?: string;
1067
- /**
1068
- * <p>The S3 bucket prefix.</p>
1069
- */
1070
- S3Prefix?: string;
1071
- /**
1072
- * <p>The path to the S3 bucket and file that the mailbox export job is exporting
1073
- * to.</p>
1074
- */
1075
- S3Path?: string;
1076
- /**
1077
- * <p>The estimated progress of the mailbox export job, in percentage points.</p>
1078
- */
1079
- EstimatedProgress?: number;
1080
- /**
1081
- * <p>The state of the mailbox export job.</p>
1082
- */
1083
- State?: MailboxExportJobState | string;
1084
- /**
1085
- * <p>Error information for failed mailbox export jobs.</p>
1086
- */
1087
- ErrorInfo?: string;
1088
- /**
1089
- * <p>The mailbox export job start timestamp.</p>
1090
- */
1091
- StartTime?: Date;
1092
- /**
1093
- * <p>The mailbox export job end timestamp.</p>
1094
- */
1095
- EndTime?: Date;
1096
- }
1097
- export declare namespace DescribeMailboxExportJobResponse {
1098
- /**
1099
- * @internal
1100
- */
1101
- const filterSensitiveLog: (obj: DescribeMailboxExportJobResponse) => any;
1102
- }
1103
- export interface DescribeOrganizationRequest {
1104
- /**
1105
- * <p>The identifier for the organization to be described.</p>
1106
- */
1107
- OrganizationId: string | undefined;
1108
- }
1109
- export declare namespace DescribeOrganizationRequest {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: DescribeOrganizationRequest) => any;
1114
- }
1115
- export interface DescribeOrganizationResponse {
1116
- /**
1117
- * <p>The identifier of an organization.</p>
1118
- */
1119
- OrganizationId?: string;
1120
- /**
1121
- * <p>The alias for an organization.</p>
1122
- */
1123
- Alias?: string;
1124
- /**
1125
- * <p>The state of an organization.</p>
1126
- */
1127
- State?: string;
1128
- /**
1129
- * <p>The identifier for the directory associated with an Amazon WorkMail organization.</p>
1130
- */
1131
- DirectoryId?: string;
1132
- /**
1133
- * <p>The type of directory associated with the WorkMail organization.</p>
1134
- */
1135
- DirectoryType?: string;
1136
- /**
1137
- * <p>The default mail domain associated with the organization.</p>
1138
- */
1139
- DefaultMailDomain?: string;
1140
- /**
1141
- * <p>The date at which the organization became usable in the WorkMail context, in UNIX epoch
1142
- * time format.</p>
1143
- */
1144
- CompletedDate?: Date;
1145
- /**
1146
- * <p>(Optional) The error message indicating if unexpected behavior was encountered with
1147
- * regards to the organization.</p>
1148
- */
1149
- ErrorMessage?: string;
1150
- /**
1151
- * <p>The Amazon Resource Name (ARN) of the organization.</p>
1152
- */
1153
- ARN?: string;
1154
- }
1155
- export declare namespace DescribeOrganizationResponse {
1156
- /**
1157
- * @internal
1158
- */
1159
- const filterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
1160
- }
1161
- export interface DescribeResourceRequest {
1162
- /**
1163
- * <p>The identifier associated with the organization for which the resource is
1164
- * described.</p>
1165
- */
1166
- OrganizationId: string | undefined;
1167
- /**
1168
- * <p>The identifier of the resource to be described.</p>
1169
- */
1170
- ResourceId: string | undefined;
1171
- }
1172
- export declare namespace DescribeResourceRequest {
1173
- /**
1174
- * @internal
1175
- */
1176
- const filterSensitiveLog: (obj: DescribeResourceRequest) => any;
1177
- }
1178
- export interface DescribeResourceResponse {
1179
- /**
1180
- * <p>The identifier of the described resource.</p>
1181
- */
1182
- ResourceId?: string;
1183
- /**
1184
- * <p>The email of the described resource.</p>
1185
- */
1186
- Email?: string;
1187
- /**
1188
- * <p>The name of the described resource.</p>
1189
- */
1190
- Name?: string;
1191
- /**
1192
- * <p>The type of the described resource.</p>
1193
- */
1194
- Type?: ResourceType | string;
1195
- /**
1196
- * <p>The booking options for the described resource.</p>
1197
- */
1198
- BookingOptions?: BookingOptions;
1199
- /**
1200
- * <p>The state of the resource: enabled (registered to Amazon WorkMail), disabled (deregistered
1201
- * or never registered to WorkMail), or deleted.</p>
1202
- */
1203
- State?: EntityState | string;
1204
- /**
1205
- * <p>The date and time when a resource was enabled for WorkMail, in UNIX epoch time
1206
- * format.</p>
1207
- */
1208
- EnabledDate?: Date;
1209
- /**
1210
- * <p>The date and time when a resource was disabled from WorkMail, in UNIX epoch time
1211
- * format.</p>
1212
- */
1213
- DisabledDate?: Date;
1214
- }
1215
- export declare namespace DescribeResourceResponse {
1216
- /**
1217
- * @internal
1218
- */
1219
- const filterSensitiveLog: (obj: DescribeResourceResponse) => any;
1220
- }
1221
- export interface DescribeUserRequest {
1222
- /**
1223
- * <p>The identifier for the organization under which the user exists.</p>
1224
- */
1225
- OrganizationId: string | undefined;
1226
- /**
1227
- * <p>The identifier for the user to be described.</p>
1228
- */
1229
- UserId: string | undefined;
1230
- }
1231
- export declare namespace DescribeUserRequest {
1232
- /**
1233
- * @internal
1234
- */
1235
- const filterSensitiveLog: (obj: DescribeUserRequest) => any;
1236
- }
1237
- export declare enum UserRole {
1238
- RESOURCE = "RESOURCE",
1239
- SYSTEM_USER = "SYSTEM_USER",
1240
- USER = "USER"
1241
- }
1242
- export interface DescribeUserResponse {
1243
- /**
1244
- * <p>The identifier for the described user.</p>
1245
- */
1246
- UserId?: string;
1247
- /**
1248
- * <p>The name for the user.</p>
1249
- */
1250
- Name?: string;
1251
- /**
1252
- * <p>The email of the user.</p>
1253
- */
1254
- Email?: string;
1255
- /**
1256
- * <p>The display name of the user.</p>
1257
- */
1258
- DisplayName?: string;
1259
- /**
1260
- * <p>The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or
1261
- * never registered to WorkMail).</p>
1262
- */
1263
- State?: EntityState | string;
1264
- /**
1265
- * <p>In certain cases, other entities are modeled as users. If interoperability is
1266
- * enabled, resources are imported into Amazon WorkMail as users. Because different WorkMail
1267
- * organizations rely on different directory types, administrators can distinguish between an
1268
- * unregistered user (account is disabled and has a user role) and the directory
1269
- * administrators. The values are USER, RESOURCE, and SYSTEM_USER.</p>
1270
- */
1271
- UserRole?: UserRole | string;
1272
- /**
1273
- * <p>The date and time at which the user was enabled for Amazon WorkMail usage, in UNIX epoch
1274
- * time format.</p>
1275
- */
1276
- EnabledDate?: Date;
1277
- /**
1278
- * <p>The date and time at which the user was disabled for Amazon WorkMail usage, in UNIX epoch
1279
- * time format.</p>
1280
- */
1281
- DisabledDate?: Date;
1282
- }
1283
- export declare namespace DescribeUserResponse {
1284
- /**
1285
- * @internal
1286
- */
1287
- const filterSensitiveLog: (obj: DescribeUserResponse) => any;
1288
- }
1289
- export interface DisassociateDelegateFromResourceRequest {
1290
- /**
1291
- * <p>The identifier for the organization under which the resource exists.</p>
1292
- */
1293
- OrganizationId: string | undefined;
1294
- /**
1295
- * <p>The identifier of the resource from which delegates' set members are removed.
1296
- * </p>
1297
- */
1298
- ResourceId: string | undefined;
1299
- /**
1300
- * <p>The identifier for the member (user, group) to be removed from the resource's
1301
- * delegates.</p>
1302
- */
1303
- EntityId: string | undefined;
1304
- }
1305
- export declare namespace DisassociateDelegateFromResourceRequest {
1306
- /**
1307
- * @internal
1308
- */
1309
- const filterSensitiveLog: (obj: DisassociateDelegateFromResourceRequest) => any;
1310
- }
1311
- export interface DisassociateDelegateFromResourceResponse {
1312
- }
1313
- export declare namespace DisassociateDelegateFromResourceResponse {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: DisassociateDelegateFromResourceResponse) => any;
1318
- }
1319
- export interface DisassociateMemberFromGroupRequest {
1320
- /**
1321
- * <p>The identifier for the organization under which the group exists.</p>
1322
- */
1323
- OrganizationId: string | undefined;
1324
- /**
1325
- * <p>The identifier for the group from which members are removed.</p>
1326
- */
1327
- GroupId: string | undefined;
1328
- /**
1329
- * <p>The identifier for the member to be removed to the group.</p>
1330
- */
1331
- MemberId: string | undefined;
1332
- }
1333
- export declare namespace DisassociateMemberFromGroupRequest {
1334
- /**
1335
- * @internal
1336
- */
1337
- const filterSensitiveLog: (obj: DisassociateMemberFromGroupRequest) => any;
1338
- }
1339
- export interface DisassociateMemberFromGroupResponse {
1340
- }
1341
- export declare namespace DisassociateMemberFromGroupResponse {
1342
- /**
1343
- * @internal
1344
- */
1345
- const filterSensitiveLog: (obj: DisassociateMemberFromGroupResponse) => any;
1346
- }
1347
- /**
1348
- * <p>The user, group, or resource that you're trying to register is already
1349
- * registered.</p>
1350
- */
1351
- export interface EntityAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
1352
- name: "EntityAlreadyRegisteredException";
1353
- $fault: "client";
1354
- Message?: string;
1355
- }
1356
- export declare namespace EntityAlreadyRegisteredException {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: EntityAlreadyRegisteredException) => any;
1361
- }
1362
- export declare enum RetentionAction {
1363
- DELETE = "DELETE",
1364
- NONE = "NONE",
1365
- PERMANENTLY_DELETE = "PERMANENTLY_DELETE"
1366
- }
1367
- export declare enum FolderName {
1368
- DELETED_ITEMS = "DELETED_ITEMS",
1369
- DRAFTS = "DRAFTS",
1370
- INBOX = "INBOX",
1371
- JUNK_EMAIL = "JUNK_EMAIL",
1372
- SENT_ITEMS = "SENT_ITEMS"
1373
- }
1374
- /**
1375
- * <p>The configuration applied to an organization's folders by its retention
1376
- * policy.</p>
1377
- */
1378
- export interface FolderConfiguration {
1379
- /**
1380
- * <p>The folder name.</p>
1381
- */
1382
- Name: FolderName | string | undefined;
1383
- /**
1384
- * <p>The action to take on the folder contents at the end of the folder configuration
1385
- * period.</p>
1386
- */
1387
- Action: RetentionAction | string | undefined;
1388
- /**
1389
- * <p>The period of time at which the folder configuration action is applied.</p>
1390
- */
1391
- Period?: number;
1392
- }
1393
- export declare namespace FolderConfiguration {
1394
- /**
1395
- * @internal
1396
- */
1397
- const filterSensitiveLog: (obj: FolderConfiguration) => any;
1398
- }
1399
- export interface GetAccessControlEffectRequest {
1400
- /**
1401
- * <p>The identifier for the organization.</p>
1402
- */
1403
- OrganizationId: string | undefined;
1404
- /**
1405
- * <p>The IPv4 address.</p>
1406
- */
1407
- IpAddress: string | undefined;
1408
- /**
1409
- * <p>The access protocol action. Valid values include <code>ActiveSync</code>,
1410
- * <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>, <code>SMTP</code>,
1411
- * <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
1412
- */
1413
- Action: string | undefined;
1414
- /**
1415
- * <p>The user ID.</p>
1416
- */
1417
- UserId: string | undefined;
1418
- }
1419
- export declare namespace GetAccessControlEffectRequest {
1420
- /**
1421
- * @internal
1422
- */
1423
- const filterSensitiveLog: (obj: GetAccessControlEffectRequest) => any;
1424
- }
1425
- export interface GetAccessControlEffectResponse {
1426
- /**
1427
- * <p>The rule effect.</p>
1428
- */
1429
- Effect?: AccessControlRuleEffect | string;
1430
- /**
1431
- * <p>The rules that match the given parameters, resulting in an effect.</p>
1432
- */
1433
- MatchedRules?: string[];
1434
- }
1435
- export declare namespace GetAccessControlEffectResponse {
1436
- /**
1437
- * @internal
1438
- */
1439
- const filterSensitiveLog: (obj: GetAccessControlEffectResponse) => any;
1440
- }
1441
- export interface GetDefaultRetentionPolicyRequest {
1442
- /**
1443
- * <p>The organization ID.</p>
1444
- */
1445
- OrganizationId: string | undefined;
1446
- }
1447
- export declare namespace GetDefaultRetentionPolicyRequest {
1448
- /**
1449
- * @internal
1450
- */
1451
- const filterSensitiveLog: (obj: GetDefaultRetentionPolicyRequest) => any;
1452
- }
1453
- export interface GetDefaultRetentionPolicyResponse {
1454
- /**
1455
- * <p>The retention policy ID.</p>
1456
- */
1457
- Id?: string;
1458
- /**
1459
- * <p>The retention policy name.</p>
1460
- */
1461
- Name?: string;
1462
- /**
1463
- * <p>The retention policy description.</p>
1464
- */
1465
- Description?: string;
1466
- /**
1467
- * <p>The retention policy folder configurations.</p>
1468
- */
1469
- FolderConfigurations?: FolderConfiguration[];
1470
- }
1471
- export declare namespace GetDefaultRetentionPolicyResponse {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: GetDefaultRetentionPolicyResponse) => any;
1476
- }
1477
- export interface GetMailboxDetailsRequest {
1478
- /**
1479
- * <p>The identifier for the organization that contains the user whose mailbox details are
1480
- * being requested.</p>
1481
- */
1482
- OrganizationId: string | undefined;
1483
- /**
1484
- * <p>The identifier for the user whose mailbox details are being requested.</p>
1485
- */
1486
- UserId: string | undefined;
1487
- }
1488
- export declare namespace GetMailboxDetailsRequest {
1489
- /**
1490
- * @internal
1491
- */
1492
- const filterSensitiveLog: (obj: GetMailboxDetailsRequest) => any;
1493
- }
1494
- export interface GetMailboxDetailsResponse {
1495
- /**
1496
- * <p>The maximum allowed mailbox size, in MB, for the specified user.</p>
1497
- */
1498
- MailboxQuota?: number;
1499
- /**
1500
- * <p>The current mailbox size, in MB, for the specified user.</p>
1501
- */
1502
- MailboxSize?: number;
1503
- }
1504
- export declare namespace GetMailboxDetailsResponse {
1505
- /**
1506
- * @internal
1507
- */
1508
- const filterSensitiveLog: (obj: GetMailboxDetailsResponse) => any;
1509
- }
1510
- export interface GetMobileDeviceAccessEffectRequest {
1511
- /**
1512
- * <p>The Amazon WorkMail organization to simulate the access effect for.</p>
1513
- */
1514
- OrganizationId: string | undefined;
1515
- /**
1516
- * <p>Device type the simulated user will report.</p>
1517
- */
1518
- DeviceType?: string;
1519
- /**
1520
- * <p>Device model the simulated user will report.</p>
1521
- */
1522
- DeviceModel?: string;
1523
- /**
1524
- * <p>Device operating system the simulated user will report.</p>
1525
- */
1526
- DeviceOperatingSystem?: string;
1527
- /**
1528
- * <p>Device user agent the simulated user will report.</p>
1529
- */
1530
- DeviceUserAgent?: string;
1531
- }
1532
- export declare namespace GetMobileDeviceAccessEffectRequest {
1533
- /**
1534
- * @internal
1535
- */
1536
- const filterSensitiveLog: (obj: GetMobileDeviceAccessEffectRequest) => any;
1537
- }
1538
- /**
1539
- * <p>The rule that a simulated user matches.</p>
1540
- */
1541
- export interface MobileDeviceAccessMatchedRule {
1542
- /**
1543
- * <p>Identifier of the rule that a simulated user matches.</p>
1544
- */
1545
- MobileDeviceAccessRuleId?: string;
1546
- /**
1547
- * <p>Name of a rule that a simulated user matches.</p>
1548
- */
1549
- Name?: string;
1550
- }
1551
- export declare namespace MobileDeviceAccessMatchedRule {
1552
- /**
1553
- * @internal
1554
- */
1555
- const filterSensitiveLog: (obj: MobileDeviceAccessMatchedRule) => any;
1556
- }
1557
- export interface GetMobileDeviceAccessEffectResponse {
1558
- /**
1559
- * <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
1560
- * user parameters.</p>
1561
- */
1562
- Effect?: MobileDeviceAccessRuleEffect | string;
1563
- /**
1564
- * <p>A list of the rules which matched the simulated user input and produced the effect.</p>
1565
- */
1566
- MatchedRules?: MobileDeviceAccessMatchedRule[];
1567
- }
1568
- export declare namespace GetMobileDeviceAccessEffectResponse {
1569
- /**
1570
- * @internal
1571
- */
1572
- const filterSensitiveLog: (obj: GetMobileDeviceAccessEffectResponse) => any;
1573
- }
1574
- /**
1575
- * <p>The representation of an Amazon WorkMail group.</p>
1576
- */
1577
- export interface Group {
1578
- /**
1579
- * <p>The identifier of the group.</p>
1580
- */
1581
- Id?: string;
1582
- /**
1583
- * <p>The email of the group.</p>
1584
- */
1585
- Email?: string;
1586
- /**
1587
- * <p>The name of the group.</p>
1588
- */
1589
- Name?: string;
1590
- /**
1591
- * <p>The state of the group, which can be ENABLED, DISABLED, or DELETED.</p>
1592
- */
1593
- State?: EntityState | string;
1594
- /**
1595
- * <p>The date indicating when the group was enabled for Amazon WorkMail use.</p>
1596
- */
1597
- EnabledDate?: Date;
1598
- /**
1599
- * <p>The date indicating when the group was disabled from Amazon WorkMail use.</p>
1600
- */
1601
- DisabledDate?: Date;
1602
- }
1603
- export declare namespace Group {
1604
- /**
1605
- * @internal
1606
- */
1607
- const filterSensitiveLog: (obj: Group) => any;
1608
- }
1609
- /**
1610
- * <p>The configuration for a resource isn't valid. A resource must either be able to
1611
- * auto-respond to requests or have at least one delegate associated that can do so on its
1612
- * behalf.</p>
1613
- */
1614
- export interface InvalidConfigurationException extends __SmithyException, $MetadataBearer {
1615
- name: "InvalidConfigurationException";
1616
- $fault: "client";
1617
- Message?: string;
1618
- }
1619
- export declare namespace InvalidConfigurationException {
1620
- /**
1621
- * @internal
1622
- */
1623
- const filterSensitiveLog: (obj: InvalidConfigurationException) => any;
1624
- }
1625
- /**
1626
- * <p>The details of a mailbox export job, including the user or resource ID associated
1627
- * with the mailbox and the S3 bucket that the mailbox contents are exported to.</p>
1628
- */
1629
- export interface MailboxExportJob {
1630
- /**
1631
- * <p>The identifier of the mailbox export job.</p>
1632
- */
1633
- JobId?: string;
1634
- /**
1635
- * <p>The identifier of the user or resource associated with the mailbox.</p>
1636
- */
1637
- EntityId?: string;
1638
- /**
1639
- * <p>The mailbox export job description.</p>
1640
- */
1641
- Description?: string;
1642
- /**
1643
- * <p>The name of the S3 bucket.</p>
1644
- */
1645
- S3BucketName?: string;
1646
- /**
1647
- * <p>The path to the S3 bucket and file that the mailbox export job exports to.</p>
1648
- */
1649
- S3Path?: string;
1650
- /**
1651
- * <p>The estimated progress of the mailbox export job, in percentage points.</p>
1652
- */
1653
- EstimatedProgress?: number;
1654
- /**
1655
- * <p>The state of the mailbox export job.</p>
1656
- */
1657
- State?: MailboxExportJobState | string;
1658
- /**
1659
- * <p>The mailbox export job start timestamp.</p>
1660
- */
1661
- StartTime?: Date;
1662
- /**
1663
- * <p>The mailbox export job end timestamp.</p>
1664
- */
1665
- EndTime?: Date;
1666
- }
1667
- export declare namespace MailboxExportJob {
1668
- /**
1669
- * @internal
1670
- */
1671
- const filterSensitiveLog: (obj: MailboxExportJob) => any;
1672
- }
1673
- export interface ListAccessControlRulesRequest {
1674
- /**
1675
- * <p>The identifier for the organization.</p>
1676
- */
1677
- OrganizationId: string | undefined;
1678
- }
1679
- export declare namespace ListAccessControlRulesRequest {
1680
- /**
1681
- * @internal
1682
- */
1683
- const filterSensitiveLog: (obj: ListAccessControlRulesRequest) => any;
1684
- }
1685
- export interface ListAccessControlRulesResponse {
1686
- /**
1687
- * <p>The access control rules.</p>
1688
- */
1689
- Rules?: AccessControlRule[];
1690
- }
1691
- export declare namespace ListAccessControlRulesResponse {
1692
- /**
1693
- * @internal
1694
- */
1695
- const filterSensitiveLog: (obj: ListAccessControlRulesResponse) => any;
1696
- }
1697
- export interface ListAliasesRequest {
1698
- /**
1699
- * <p>The identifier for the organization under which the entity exists.</p>
1700
- */
1701
- OrganizationId: string | undefined;
1702
- /**
1703
- * <p>The identifier for the entity for which to list the aliases.</p>
1704
- */
1705
- EntityId: string | undefined;
1706
- /**
1707
- * <p>The token to use to retrieve the next page of results. The first call does not
1708
- * contain any tokens.</p>
1709
- */
1710
- NextToken?: string;
1711
- /**
1712
- * <p>The maximum number of results to return in a single call.</p>
1713
- */
1714
- MaxResults?: number;
1715
- }
1716
- export declare namespace ListAliasesRequest {
1717
- /**
1718
- * @internal
1719
- */
1720
- const filterSensitiveLog: (obj: ListAliasesRequest) => any;
1721
- }
1722
- export interface ListAliasesResponse {
1723
- /**
1724
- * <p>The entity's paginated aliases.</p>
1725
- */
1726
- Aliases?: string[];
1727
- /**
1728
- * <p>The token to use to retrieve the next page of results. The value is "null" when there
1729
- * are no more results to return.</p>
1730
- */
1731
- NextToken?: string;
1732
- }
1733
- export declare namespace ListAliasesResponse {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: ListAliasesResponse) => any;
1738
- }
1739
- export interface ListGroupMembersRequest {
1740
- /**
1741
- * <p>The identifier for the organization under which the group exists.</p>
1742
- */
1743
- OrganizationId: string | undefined;
1744
- /**
1745
- * <p>The identifier for the group to which the members (users or groups) are
1746
- * associated.</p>
1747
- */
1748
- GroupId: string | undefined;
1749
- /**
1750
- * <p> The token to use to retrieve the next page of results. The first call does not
1751
- * contain any tokens.</p>
1752
- */
1753
- NextToken?: string;
1754
- /**
1755
- * <p>The maximum number of results to return in a single call.</p>
1756
- */
1757
- MaxResults?: number;
1758
- }
1759
- export declare namespace ListGroupMembersRequest {
1760
- /**
1761
- * @internal
1762
- */
1763
- const filterSensitiveLog: (obj: ListGroupMembersRequest) => any;
1764
- }
1765
- /**
1766
- * <p>The representation of a user or group.</p>
1767
- */
1768
- export interface Member {
1769
- /**
1770
- * <p>The identifier of the member.</p>
1771
- */
1772
- Id?: string;
1773
- /**
1774
- * <p>The name of the member.</p>
1775
- */
1776
- Name?: string;
1777
- /**
1778
- * <p>A member can be a user or group.</p>
1779
- */
1780
- Type?: MemberType | string;
1781
- /**
1782
- * <p>The state of the member, which can be ENABLED, DISABLED, or DELETED.</p>
1783
- */
1784
- State?: EntityState | string;
1785
- /**
1786
- * <p>The date indicating when the member was enabled for Amazon WorkMail use.</p>
1787
- */
1788
- EnabledDate?: Date;
1789
- /**
1790
- * <p>The date indicating when the member was disabled from Amazon WorkMail use.</p>
1791
- */
1792
- DisabledDate?: Date;
1793
- }
1794
- export declare namespace Member {
1795
- /**
1796
- * @internal
1797
- */
1798
- const filterSensitiveLog: (obj: Member) => any;
1799
- }
1800
- export interface ListGroupMembersResponse {
1801
- /**
1802
- * <p>The members associated to the group.</p>
1803
- */
1804
- Members?: Member[];
1805
- /**
1806
- * <p>The token to use to retrieve the next page of results. The first call does not
1807
- * contain any tokens.</p>
1808
- */
1809
- NextToken?: string;
1810
- }
1811
- export declare namespace ListGroupMembersResponse {
1812
- /**
1813
- * @internal
1814
- */
1815
- const filterSensitiveLog: (obj: ListGroupMembersResponse) => any;
1816
- }
1817
- export interface ListGroupsRequest {
1818
- /**
1819
- * <p>The identifier for the organization under which the groups exist.</p>
1820
- */
1821
- OrganizationId: string | undefined;
1822
- /**
1823
- * <p>The token to use to retrieve the next page of results. The first call does not
1824
- * contain any tokens.</p>
1825
- */
1826
- NextToken?: string;
1827
- /**
1828
- * <p>The maximum number of results to return in a single call.</p>
1829
- */
1830
- MaxResults?: number;
1831
- }
1832
- export declare namespace ListGroupsRequest {
1833
- /**
1834
- * @internal
1835
- */
1836
- const filterSensitiveLog: (obj: ListGroupsRequest) => any;
1837
- }
1838
- export interface ListGroupsResponse {
1839
- /**
1840
- * <p>The overview of groups for an organization.</p>
1841
- */
1842
- Groups?: Group[];
1843
- /**
1844
- * <p>The token to use to retrieve the next page of results. The value is "null" when there
1845
- * are no more results to return.</p>
1846
- */
1847
- NextToken?: string;
1848
- }
1849
- export declare namespace ListGroupsResponse {
1850
- /**
1851
- * @internal
1852
- */
1853
- const filterSensitiveLog: (obj: ListGroupsResponse) => any;
1854
- }
1855
- export interface ListMailboxExportJobsRequest {
1856
- /**
1857
- * <p>The organization ID.</p>
1858
- */
1859
- OrganizationId: string | undefined;
1860
- /**
1861
- * <p>The token to use to retrieve the next page of results.</p>
1862
- */
1863
- NextToken?: string;
1864
- /**
1865
- * <p>The maximum number of results to return in a single call.</p>
1866
- */
1867
- MaxResults?: number;
1868
- }
1869
- export declare namespace ListMailboxExportJobsRequest {
1870
- /**
1871
- * @internal
1872
- */
1873
- const filterSensitiveLog: (obj: ListMailboxExportJobsRequest) => any;
1874
- }
1875
- export interface ListMailboxExportJobsResponse {
1876
- /**
1877
- * <p>The mailbox export job details.</p>
1878
- */
1879
- Jobs?: MailboxExportJob[];
1880
- /**
1881
- * <p>The token to use to retrieve the next page of results.</p>
1882
- */
1883
- NextToken?: string;
1884
- }
1885
- export declare namespace ListMailboxExportJobsResponse {
1886
- /**
1887
- * @internal
1888
- */
1889
- const filterSensitiveLog: (obj: ListMailboxExportJobsResponse) => any;
1890
- }
1891
- export interface ListMailboxPermissionsRequest {
1892
- /**
1893
- * <p>The identifier of the organization under which the user, group, or resource
1894
- * exists.</p>
1895
- */
1896
- OrganizationId: string | undefined;
1897
- /**
1898
- * <p>The identifier of the user, group, or resource for which to list mailbox
1899
- * permissions.</p>
1900
- */
1901
- EntityId: string | undefined;
1902
- /**
1903
- * <p>The token to use to retrieve the next page of results. The first call does not
1904
- * contain any tokens.</p>
1905
- */
1906
- NextToken?: string;
1907
- /**
1908
- * <p>The maximum number of results to return in a single call.</p>
1909
- */
1910
- MaxResults?: number;
1911
- }
1912
- export declare namespace ListMailboxPermissionsRequest {
1913
- /**
1914
- * @internal
1915
- */
1916
- const filterSensitiveLog: (obj: ListMailboxPermissionsRequest) => any;
1917
- }
1918
- export declare enum PermissionType {
1919
- FULL_ACCESS = "FULL_ACCESS",
1920
- SEND_AS = "SEND_AS",
1921
- SEND_ON_BEHALF = "SEND_ON_BEHALF"
1922
- }
1923
- /**
1924
- * <p>Permission granted to a user, group, or resource to access a certain aspect of
1925
- * another user, group, or resource mailbox.</p>
1926
- */
1927
- export interface Permission {
1928
- /**
1929
- * <p>The identifier of the user, group, or resource to which the permissions are
1930
- * granted.</p>
1931
- */
1932
- GranteeId: string | undefined;
1933
- /**
1934
- * <p>The type of user, group, or resource referred to in GranteeId.</p>
1935
- */
1936
- GranteeType: MemberType | string | undefined;
1937
- /**
1938
- * <p>The permissions granted to the grantee. SEND_AS allows the grantee to send email as
1939
- * the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF
1940
- * allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not
1941
- * mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full
1942
- * access to the mailbox, irrespective of other folder-level permissions set on the
1943
- * mailbox.</p>
1944
- */
1945
- PermissionValues: (PermissionType | string)[] | undefined;
1946
- }
1947
- export declare namespace Permission {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: Permission) => any;
1952
- }
1953
- export interface ListMailboxPermissionsResponse {
1954
- /**
1955
- * <p>One page of the user, group, or resource mailbox permissions.</p>
1956
- */
1957
- Permissions?: Permission[];
1958
- /**
1959
- * <p>The token to use to retrieve the next page of results. The value is "null" when there
1960
- * are no more results to return.</p>
1961
- */
1962
- NextToken?: string;
1963
- }
1964
- export declare namespace ListMailboxPermissionsResponse {
1965
- /**
1966
- * @internal
1967
- */
1968
- const filterSensitiveLog: (obj: ListMailboxPermissionsResponse) => any;
1969
- }
1970
- export interface ListMobileDeviceAccessRulesRequest {
1971
- /**
1972
- * <p>The Amazon WorkMail organization for which to list the rules.</p>
1973
- */
1974
- OrganizationId: string | undefined;
1975
- }
1976
- export declare namespace ListMobileDeviceAccessRulesRequest {
1977
- /**
1978
- * @internal
1979
- */
1980
- const filterSensitiveLog: (obj: ListMobileDeviceAccessRulesRequest) => any;
1981
- }
1982
- /**
1983
- * <p>A rule that controls access to mobile devices for an Amazon WorkMail group.</p>
1984
- */
1985
- export interface MobileDeviceAccessRule {
1986
- /**
1987
- * <p>The ID assigned to a mobile access rule. </p>
1988
- */
1989
- MobileDeviceAccessRuleId?: string;
1990
- /**
1991
- * <p>The name of a mobile access rule.</p>
1992
- */
1993
- Name?: string;
1994
- /**
1995
- * <p>The description of a mobile access rule.</p>
1996
- */
1997
- Description?: string;
1998
- /**
1999
- * <p>The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.</p>
2000
- */
2001
- Effect?: MobileDeviceAccessRuleEffect | string;
2002
- /**
2003
- * <p>Device types that a rule will match. </p>
2004
- */
2005
- DeviceTypes?: string[];
2006
- /**
2007
- * <p>Device types that a rule <b>will not</b> match. All other device types will match.</p>
2008
- */
2009
- NotDeviceTypes?: string[];
2010
- /**
2011
- * <p>Device models that a rule will match.</p>
2012
- */
2013
- DeviceModels?: string[];
2014
- /**
2015
- * <p>Device models that a rule <b>will not</b> match. All other device models will match.</p>
2016
- */
2017
- NotDeviceModels?: string[];
2018
- /**
2019
- * <p>Device operating systems that a rule will match.</p>
2020
- */
2021
- DeviceOperatingSystems?: string[];
2022
- /**
2023
- * <p>Device operating systems that a rule <b>will not</b> match. All other device types will match.</p>
2024
- */
2025
- NotDeviceOperatingSystems?: string[];
2026
- /**
2027
- * <p>Device user agents that a rule will match.</p>
2028
- */
2029
- DeviceUserAgents?: string[];
2030
- /**
2031
- * <p>Device user agents that a rule <b>will not</b> match. All other device user agents will match.</p>
2032
- */
2033
- NotDeviceUserAgents?: string[];
2034
- /**
2035
- * <p>The date and time at which an access rule was created.</p>
2036
- */
2037
- DateCreated?: Date;
2038
- /**
2039
- * <p>The date and time at which an access rule was modified.</p>
2040
- */
2041
- DateModified?: Date;
2042
- }
2043
- export declare namespace MobileDeviceAccessRule {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: MobileDeviceAccessRule) => any;
2048
- }
2049
- export interface ListMobileDeviceAccessRulesResponse {
2050
- /**
2051
- * <p>The list of mobile device access rules that exist under the specified Amazon WorkMail organization.</p>
2052
- */
2053
- Rules?: MobileDeviceAccessRule[];
2054
- }
2055
- export declare namespace ListMobileDeviceAccessRulesResponse {
2056
- /**
2057
- * @internal
2058
- */
2059
- const filterSensitiveLog: (obj: ListMobileDeviceAccessRulesResponse) => any;
2060
- }
2061
- export interface ListOrganizationsRequest {
2062
- /**
2063
- * <p>The token to use to retrieve the next page of results. The first call does not
2064
- * contain any tokens.</p>
2065
- */
2066
- NextToken?: string;
2067
- /**
2068
- * <p>The maximum number of results to return in a single call.</p>
2069
- */
2070
- MaxResults?: number;
2071
- }
2072
- export declare namespace ListOrganizationsRequest {
2073
- /**
2074
- * @internal
2075
- */
2076
- const filterSensitiveLog: (obj: ListOrganizationsRequest) => any;
2077
- }
2078
- /**
2079
- * <p>The representation of an organization.</p>
2080
- */
2081
- export interface OrganizationSummary {
2082
- /**
2083
- * <p>The identifier associated with the organization.</p>
2084
- */
2085
- OrganizationId?: string;
2086
- /**
2087
- * <p>The alias associated with the organization.</p>
2088
- */
2089
- Alias?: string;
2090
- /**
2091
- * <p>The default email domain associated with the organization.</p>
2092
- */
2093
- DefaultMailDomain?: string;
2094
- /**
2095
- * <p>The error message associated with the organization. It is only present if unexpected
2096
- * behavior has occurred with regards to the organization. It provides insight or solutions
2097
- * regarding unexpected behavior.</p>
2098
- */
2099
- ErrorMessage?: string;
2100
- /**
2101
- * <p>The state associated with the organization.</p>
2102
- */
2103
- State?: string;
2104
- }
2105
- export declare namespace OrganizationSummary {
2106
- /**
2107
- * @internal
2108
- */
2109
- const filterSensitiveLog: (obj: OrganizationSummary) => any;
2110
- }
2111
- export interface ListOrganizationsResponse {
2112
- /**
2113
- * <p>The overview of owned organizations presented as a list of organization
2114
- * summaries.</p>
2115
- */
2116
- OrganizationSummaries?: OrganizationSummary[];
2117
- /**
2118
- * <p>The token to use to retrieve the next page of results. The value is "null" when there
2119
- * are no more results to return.</p>
2120
- */
2121
- NextToken?: string;
2122
- }
2123
- export declare namespace ListOrganizationsResponse {
2124
- /**
2125
- * @internal
2126
- */
2127
- const filterSensitiveLog: (obj: ListOrganizationsResponse) => any;
2128
- }
2129
- export interface ListResourceDelegatesRequest {
2130
- /**
2131
- * <p>The identifier for the organization that contains the resource for which delegates
2132
- * are listed.</p>
2133
- */
2134
- OrganizationId: string | undefined;
2135
- /**
2136
- * <p>The identifier for the resource whose delegates are listed.</p>
2137
- */
2138
- ResourceId: string | undefined;
2139
- /**
2140
- * <p>The token used to paginate through the delegates associated with a
2141
- * resource.</p>
2142
- */
2143
- NextToken?: string;
2144
- /**
2145
- * <p>The number of maximum results in a page.</p>
2146
- */
2147
- MaxResults?: number;
2148
- }
2149
- export declare namespace ListResourceDelegatesRequest {
2150
- /**
2151
- * @internal
2152
- */
2153
- const filterSensitiveLog: (obj: ListResourceDelegatesRequest) => any;
2154
- }
2155
- export interface ListResourceDelegatesResponse {
2156
- /**
2157
- * <p>One page of the resource's delegates.</p>
2158
- */
2159
- Delegates?: Delegate[];
2160
- /**
2161
- * <p>The token used to paginate through the delegates associated with a resource. While
2162
- * results are still available, it has an associated value. When the last page is reached, the
2163
- * token is empty. </p>
2164
- */
2165
- NextToken?: string;
2166
- }
2167
- export declare namespace ListResourceDelegatesResponse {
2168
- /**
2169
- * @internal
2170
- */
2171
- const filterSensitiveLog: (obj: ListResourceDelegatesResponse) => any;
2172
- }
2173
- export interface ListResourcesRequest {
2174
- /**
2175
- * <p>The identifier for the organization under which the resources exist.</p>
2176
- */
2177
- OrganizationId: string | undefined;
2178
- /**
2179
- * <p>The token to use to retrieve the next page of results. The first call does not
2180
- * contain any tokens.</p>
2181
- */
2182
- NextToken?: string;
2183
- /**
2184
- * <p>The maximum number of results to return in a single call.</p>
2185
- */
2186
- MaxResults?: number;
2187
- }
2188
- export declare namespace ListResourcesRequest {
2189
- /**
2190
- * @internal
2191
- */
2192
- const filterSensitiveLog: (obj: ListResourcesRequest) => any;
2193
- }
2194
- /**
2195
- * <p>The representation of a resource.</p>
2196
- */
2197
- export interface Resource {
2198
- /**
2199
- * <p>The identifier of the resource.</p>
2200
- */
2201
- Id?: string;
2202
- /**
2203
- * <p>The email of the resource.</p>
2204
- */
2205
- Email?: string;
2206
- /**
2207
- * <p>The name of the resource.</p>
2208
- */
2209
- Name?: string;
2210
- /**
2211
- * <p>The type of the resource: equipment or room.</p>
2212
- */
2213
- Type?: ResourceType | string;
2214
- /**
2215
- * <p>The state of the resource, which can be ENABLED, DISABLED, or DELETED.</p>
2216
- */
2217
- State?: EntityState | string;
2218
- /**
2219
- * <p>The date indicating when the resource was enabled for Amazon WorkMail use.</p>
2220
- */
2221
- EnabledDate?: Date;
2222
- /**
2223
- * <p>The date indicating when the resource was disabled from Amazon WorkMail use.</p>
2224
- */
2225
- DisabledDate?: Date;
2226
- }
2227
- export declare namespace Resource {
2228
- /**
2229
- * @internal
2230
- */
2231
- const filterSensitiveLog: (obj: Resource) => any;
2232
- }
2233
- export interface ListResourcesResponse {
2234
- /**
2235
- * <p>One page of the organization's resource representation.</p>
2236
- */
2237
- Resources?: Resource[];
2238
- /**
2239
- * <p> The token used to paginate through all the organization's resources. While results
2240
- * are still available, it has an associated value. When the last page is reached, the token
2241
- * is empty.</p>
2242
- */
2243
- NextToken?: string;
2244
- }
2245
- export declare namespace ListResourcesResponse {
2246
- /**
2247
- * @internal
2248
- */
2249
- const filterSensitiveLog: (obj: ListResourcesResponse) => any;
2250
- }
2251
- export interface ListTagsForResourceRequest {
2252
- /**
2253
- * <p>The resource ARN.</p>
2254
- */
2255
- ResourceARN: string | undefined;
2256
- }
2257
- export declare namespace ListTagsForResourceRequest {
2258
- /**
2259
- * @internal
2260
- */
2261
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2262
- }
2263
- /**
2264
- * <p>Describes a tag applied to a resource.</p>
2265
- */
2266
- export interface Tag {
2267
- /**
2268
- * <p>The key of the tag.</p>
2269
- */
2270
- Key: string | undefined;
2271
- /**
2272
- * <p>The value of the tag.</p>
2273
- */
2274
- Value: string | undefined;
2275
- }
2276
- export declare namespace Tag {
2277
- /**
2278
- * @internal
2279
- */
2280
- const filterSensitiveLog: (obj: Tag) => any;
2281
- }
2282
- export interface ListTagsForResourceResponse {
2283
- /**
2284
- * <p>A list of tag key-value pairs.</p>
2285
- */
2286
- Tags?: Tag[];
2287
- }
2288
- export declare namespace ListTagsForResourceResponse {
2289
- /**
2290
- * @internal
2291
- */
2292
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2293
- }
2294
- /**
2295
- * <p>The resource cannot be found.</p>
2296
- */
2297
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
2298
- name: "ResourceNotFoundException";
2299
- $fault: "client";
2300
- Message?: string;
2301
- }
2302
- export declare namespace ResourceNotFoundException {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
2307
- }
2308
- export interface ListUsersRequest {
2309
- /**
2310
- * <p>The identifier for the organization under which the users exist.</p>
2311
- */
2312
- OrganizationId: string | undefined;
2313
- /**
2314
- * <p>The token to use to retrieve the next page of results. The first call does not
2315
- * contain any tokens.</p>
2316
- */
2317
- NextToken?: string;
2318
- /**
2319
- * <p>The maximum number of results to return in a single call.</p>
2320
- */
2321
- MaxResults?: number;
2322
- }
2323
- export declare namespace ListUsersRequest {
2324
- /**
2325
- * @internal
2326
- */
2327
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
2328
- }
2329
- /**
2330
- * <p>The representation of an Amazon WorkMail user.</p>
2331
- */
2332
- export interface User {
2333
- /**
2334
- * <p>The identifier of the user.</p>
2335
- */
2336
- Id?: string;
2337
- /**
2338
- * <p>The email of the user.</p>
2339
- */
2340
- Email?: string;
2341
- /**
2342
- * <p>The name of the user.</p>
2343
- */
2344
- Name?: string;
2345
- /**
2346
- * <p>The display name of the user.</p>
2347
- */
2348
- DisplayName?: string;
2349
- /**
2350
- * <p>The state of the user, which can be ENABLED, DISABLED, or DELETED.</p>
2351
- */
2352
- State?: EntityState | string;
2353
- /**
2354
- * <p>The role of the user.</p>
2355
- */
2356
- UserRole?: UserRole | string;
2357
- /**
2358
- * <p>The date indicating when the user was enabled for Amazon WorkMail use.</p>
2359
- */
2360
- EnabledDate?: Date;
2361
- /**
2362
- * <p>The date indicating when the user was disabled from Amazon WorkMail use.</p>
2363
- */
2364
- DisabledDate?: Date;
2365
- }
2366
- export declare namespace User {
2367
- /**
2368
- * @internal
2369
- */
2370
- const filterSensitiveLog: (obj: User) => any;
2371
- }
2372
- export interface ListUsersResponse {
2373
- /**
2374
- * <p>The overview of users for an organization.</p>
2375
- */
2376
- Users?: User[];
2377
- /**
2378
- * <p> The token to use to retrieve the next page of results. This value is `null` when
2379
- * there are no more results to return.</p>
2380
- */
2381
- NextToken?: string;
2382
- }
2383
- export declare namespace ListUsersResponse {
2384
- /**
2385
- * @internal
2386
- */
2387
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
2388
- }
2389
- export interface PutAccessControlRuleRequest {
2390
- /**
2391
- * <p>The rule name.</p>
2392
- */
2393
- Name: string | undefined;
2394
- /**
2395
- * <p>The rule effect.</p>
2396
- */
2397
- Effect: AccessControlRuleEffect | string | undefined;
2398
- /**
2399
- * <p>The rule description.</p>
2400
- */
2401
- Description: string | undefined;
2402
- /**
2403
- * <p>IPv4 CIDR ranges to include in the rule.</p>
2404
- */
2405
- IpRanges?: string[];
2406
- /**
2407
- * <p>IPv4 CIDR ranges to exclude from the rule.</p>
2408
- */
2409
- NotIpRanges?: string[];
2410
- /**
2411
- * <p>Access protocol actions to include in the rule. Valid values include
2412
- * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
2413
- * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
2414
- */
2415
- Actions?: string[];
2416
- /**
2417
- * <p>Access protocol actions to exclude from the rule. Valid values include
2418
- * <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>,
2419
- * <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.</p>
2420
- */
2421
- NotActions?: string[];
2422
- /**
2423
- * <p>User IDs to include in the rule.</p>
2424
- */
2425
- UserIds?: string[];
2426
- /**
2427
- * <p>User IDs to exclude from the rule.</p>
2428
- */
2429
- NotUserIds?: string[];
2430
- /**
2431
- * <p>The identifier of the organization.</p>
2432
- */
2433
- OrganizationId: string | undefined;
2434
- }
2435
- export declare namespace PutAccessControlRuleRequest {
2436
- /**
2437
- * @internal
2438
- */
2439
- const filterSensitiveLog: (obj: PutAccessControlRuleRequest) => any;
2440
- }
2441
- export interface PutAccessControlRuleResponse {
2442
- }
2443
- export declare namespace PutAccessControlRuleResponse {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: PutAccessControlRuleResponse) => any;
2448
- }
2449
- export interface PutMailboxPermissionsRequest {
2450
- /**
2451
- * <p>The identifier of the organization under which the user, group, or resource
2452
- * exists.</p>
2453
- */
2454
- OrganizationId: string | undefined;
2455
- /**
2456
- * <p>The identifier of the user, group, or resource for which to update mailbox
2457
- * permissions.</p>
2458
- */
2459
- EntityId: string | undefined;
2460
- /**
2461
- * <p>The identifier of the user, group, or resource to which to grant the
2462
- * permissions.</p>
2463
- */
2464
- GranteeId: string | undefined;
2465
- /**
2466
- * <p>The permissions granted to the grantee. SEND_AS allows the grantee to send email as
2467
- * the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF
2468
- * allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not
2469
- * mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full
2470
- * access to the mailbox, irrespective of other folder-level permissions set on the
2471
- * mailbox.</p>
2472
- */
2473
- PermissionValues: (PermissionType | string)[] | undefined;
2474
- }
2475
- export declare namespace PutMailboxPermissionsRequest {
2476
- /**
2477
- * @internal
2478
- */
2479
- const filterSensitiveLog: (obj: PutMailboxPermissionsRequest) => any;
2480
- }
2481
- export interface PutMailboxPermissionsResponse {
2482
- }
2483
- export declare namespace PutMailboxPermissionsResponse {
2484
- /**
2485
- * @internal
2486
- */
2487
- const filterSensitiveLog: (obj: PutMailboxPermissionsResponse) => any;
2488
- }
2489
- export interface PutRetentionPolicyRequest {
2490
- /**
2491
- * <p>The organization ID.</p>
2492
- */
2493
- OrganizationId: string | undefined;
2494
- /**
2495
- * <p>The retention policy ID.</p>
2496
- */
2497
- Id?: string;
2498
- /**
2499
- * <p>The retention policy name.</p>
2500
- */
2501
- Name: string | undefined;
2502
- /**
2503
- * <p>The retention policy description.</p>
2504
- */
2505
- Description?: string;
2506
- /**
2507
- * <p>The retention policy folder configurations.</p>
2508
- */
2509
- FolderConfigurations: FolderConfiguration[] | undefined;
2510
- }
2511
- export declare namespace PutRetentionPolicyRequest {
2512
- /**
2513
- * @internal
2514
- */
2515
- const filterSensitiveLog: (obj: PutRetentionPolicyRequest) => any;
2516
- }
2517
- export interface PutRetentionPolicyResponse {
2518
- }
2519
- export declare namespace PutRetentionPolicyResponse {
2520
- /**
2521
- * @internal
2522
- */
2523
- const filterSensitiveLog: (obj: PutRetentionPolicyResponse) => any;
2524
- }
2525
- export interface RegisterToWorkMailRequest {
2526
- /**
2527
- * <p>The identifier for the organization under which the user, group, or resource
2528
- * exists.</p>
2529
- */
2530
- OrganizationId: string | undefined;
2531
- /**
2532
- * <p>The identifier for the user, group, or resource to be updated.</p>
2533
- */
2534
- EntityId: string | undefined;
2535
- /**
2536
- * <p>The email for the user, group, or resource to be updated.</p>
2537
- */
2538
- Email: string | undefined;
2539
- }
2540
- export declare namespace RegisterToWorkMailRequest {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: RegisterToWorkMailRequest) => any;
2545
- }
2546
- export interface RegisterToWorkMailResponse {
2547
- }
2548
- export declare namespace RegisterToWorkMailResponse {
2549
- /**
2550
- * @internal
2551
- */
2552
- const filterSensitiveLog: (obj: RegisterToWorkMailResponse) => any;
2553
- }
2554
- export interface ResetPasswordRequest {
2555
- /**
2556
- * <p>The identifier of the organization that contains the user for which the password is
2557
- * reset.</p>
2558
- */
2559
- OrganizationId: string | undefined;
2560
- /**
2561
- * <p>The identifier of the user for whom the password is reset.</p>
2562
- */
2563
- UserId: string | undefined;
2564
- /**
2565
- * <p>The new password for the user.</p>
2566
- */
2567
- Password: string | undefined;
2568
- }
2569
- export declare namespace ResetPasswordRequest {
2570
- /**
2571
- * @internal
2572
- */
2573
- const filterSensitiveLog: (obj: ResetPasswordRequest) => any;
2574
- }
2575
- export interface ResetPasswordResponse {
2576
- }
2577
- export declare namespace ResetPasswordResponse {
2578
- /**
2579
- * @internal
2580
- */
2581
- const filterSensitiveLog: (obj: ResetPasswordResponse) => any;
2582
- }
2583
- export interface StartMailboxExportJobRequest {
2584
- /**
2585
- * <p>The idempotency token for the client request.</p>
2586
- */
2587
- ClientToken?: string;
2588
- /**
2589
- * <p>The identifier associated with the organization.</p>
2590
- */
2591
- OrganizationId: string | undefined;
2592
- /**
2593
- * <p>The identifier of the user or resource associated with the mailbox.</p>
2594
- */
2595
- EntityId: string | undefined;
2596
- /**
2597
- * <p>The mailbox export job description.</p>
2598
- */
2599
- Description?: string;
2600
- /**
2601
- * <p>The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3
2602
- * bucket.</p>
2603
- */
2604
- RoleArn: string | undefined;
2605
- /**
2606
- * <p>The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS)
2607
- * key that encrypts the exported mailbox content.</p>
2608
- */
2609
- KmsKeyArn: string | undefined;
2610
- /**
2611
- * <p>The name of the S3 bucket.</p>
2612
- */
2613
- S3BucketName: string | undefined;
2614
- /**
2615
- * <p>The S3 bucket prefix.</p>
2616
- */
2617
- S3Prefix: string | undefined;
2618
- }
2619
- export declare namespace StartMailboxExportJobRequest {
2620
- /**
2621
- * @internal
2622
- */
2623
- const filterSensitiveLog: (obj: StartMailboxExportJobRequest) => any;
2624
- }
2625
- export interface StartMailboxExportJobResponse {
2626
- /**
2627
- * <p>The job ID.</p>
2628
- */
2629
- JobId?: string;
2630
- }
2631
- export declare namespace StartMailboxExportJobResponse {
2632
- /**
2633
- * @internal
2634
- */
2635
- const filterSensitiveLog: (obj: StartMailboxExportJobResponse) => any;
2636
- }
2637
- export interface TagResourceRequest {
2638
- /**
2639
- * <p>The resource ARN.</p>
2640
- */
2641
- ResourceARN: string | undefined;
2642
- /**
2643
- * <p>The tag key-value pairs.</p>
2644
- */
2645
- Tags: Tag[] | undefined;
2646
- }
2647
- export declare namespace TagResourceRequest {
2648
- /**
2649
- * @internal
2650
- */
2651
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2652
- }
2653
- export interface TagResourceResponse {
2654
- }
2655
- export declare namespace TagResourceResponse {
2656
- /**
2657
- * @internal
2658
- */
2659
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2660
- }
2661
- /**
2662
- * <p>The resource can have up to 50 user-applied tags.</p>
2663
- */
2664
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
2665
- name: "TooManyTagsException";
2666
- $fault: "client";
2667
- Message?: string;
2668
- }
2669
- export declare namespace TooManyTagsException {
2670
- /**
2671
- * @internal
2672
- */
2673
- const filterSensitiveLog: (obj: TooManyTagsException) => any;
2674
- }
2675
- export interface UntagResourceRequest {
2676
- /**
2677
- * <p>The resource ARN.</p>
2678
- */
2679
- ResourceARN: string | undefined;
2680
- /**
2681
- * <p>The tag keys.</p>
2682
- */
2683
- TagKeys: string[] | undefined;
2684
- }
2685
- export declare namespace UntagResourceRequest {
2686
- /**
2687
- * @internal
2688
- */
2689
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2690
- }
2691
- export interface UntagResourceResponse {
2692
- }
2693
- export declare namespace UntagResourceResponse {
2694
- /**
2695
- * @internal
2696
- */
2697
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2698
- }
2699
- export interface UpdateMailboxQuotaRequest {
2700
- /**
2701
- * <p>The identifier for the organization that contains the user for whom to update the
2702
- * mailbox quota.</p>
2703
- */
2704
- OrganizationId: string | undefined;
2705
- /**
2706
- * <p>The identifer for the user for whom to update the mailbox quota.</p>
2707
- */
2708
- UserId: string | undefined;
2709
- /**
2710
- * <p>The updated mailbox quota, in MB, for the specified user.</p>
2711
- */
2712
- MailboxQuota: number | undefined;
2713
- }
2714
- export declare namespace UpdateMailboxQuotaRequest {
2715
- /**
2716
- * @internal
2717
- */
2718
- const filterSensitiveLog: (obj: UpdateMailboxQuotaRequest) => any;
2719
- }
2720
- export interface UpdateMailboxQuotaResponse {
2721
- }
2722
- export declare namespace UpdateMailboxQuotaResponse {
2723
- /**
2724
- * @internal
2725
- */
2726
- const filterSensitiveLog: (obj: UpdateMailboxQuotaResponse) => any;
2727
- }
2728
- export interface UpdateMobileDeviceAccessRuleRequest {
2729
- /**
2730
- * <p>The Amazon WorkMail organization under which the rule will be updated.</p>
2731
- */
2732
- OrganizationId: string | undefined;
2733
- /**
2734
- * <p>The identifier of the rule to be updated.</p>
2735
- */
2736
- MobileDeviceAccessRuleId: string | undefined;
2737
- /**
2738
- * <p>The updated rule name.</p>
2739
- */
2740
- Name: string | undefined;
2741
- /**
2742
- * <p>The updated rule description.</p>
2743
- */
2744
- Description?: string;
2745
- /**
2746
- * <p>The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.</p>
2747
- */
2748
- Effect: MobileDeviceAccessRuleEffect | string | undefined;
2749
- /**
2750
- * <p>Device types that the updated rule will match.</p>
2751
- */
2752
- DeviceTypes?: string[];
2753
- /**
2754
- * <p>Device types that the updated rule <b>will not</b> match. All other device types will match.</p>
2755
- */
2756
- NotDeviceTypes?: string[];
2757
- /**
2758
- * <p>Device models that the updated rule will match.</p>
2759
- */
2760
- DeviceModels?: string[];
2761
- /**
2762
- * <p>Device models that the updated rule <b>will not</b> match. All other device models will match.</p>
2763
- */
2764
- NotDeviceModels?: string[];
2765
- /**
2766
- * <p>Device operating systems that the updated rule will match.</p>
2767
- */
2768
- DeviceOperatingSystems?: string[];
2769
- /**
2770
- * <p>Device operating systems that the updated rule <b>will not</b> match. All other device operating systems will match.</p>
2771
- */
2772
- NotDeviceOperatingSystems?: string[];
2773
- /**
2774
- * <p>User agents that the updated rule will match.</p>
2775
- */
2776
- DeviceUserAgents?: string[];
2777
- /**
2778
- * <p>User agents that the updated rule <b>will not</b> match. All other user agents will match.</p>
2779
- */
2780
- NotDeviceUserAgents?: string[];
2781
- }
2782
- export declare namespace UpdateMobileDeviceAccessRuleRequest {
2783
- /**
2784
- * @internal
2785
- */
2786
- const filterSensitiveLog: (obj: UpdateMobileDeviceAccessRuleRequest) => any;
2787
- }
2788
- export interface UpdateMobileDeviceAccessRuleResponse {
2789
- }
2790
- export declare namespace UpdateMobileDeviceAccessRuleResponse {
2791
- /**
2792
- * @internal
2793
- */
2794
- const filterSensitiveLog: (obj: UpdateMobileDeviceAccessRuleResponse) => any;
2795
- }
2796
- export interface UpdatePrimaryEmailAddressRequest {
2797
- /**
2798
- * <p>The organization that contains the user, group, or resource to update.</p>
2799
- */
2800
- OrganizationId: string | undefined;
2801
- /**
2802
- * <p>The user, group, or resource to update.</p>
2803
- */
2804
- EntityId: string | undefined;
2805
- /**
2806
- * <p>The value of the email to be updated as primary.</p>
2807
- */
2808
- Email: string | undefined;
2809
- }
2810
- export declare namespace UpdatePrimaryEmailAddressRequest {
2811
- /**
2812
- * @internal
2813
- */
2814
- const filterSensitiveLog: (obj: UpdatePrimaryEmailAddressRequest) => any;
2815
- }
2816
- export interface UpdatePrimaryEmailAddressResponse {
2817
- }
2818
- export declare namespace UpdatePrimaryEmailAddressResponse {
2819
- /**
2820
- * @internal
2821
- */
2822
- const filterSensitiveLog: (obj: UpdatePrimaryEmailAddressResponse) => any;
2823
- }
2824
- export interface UpdateResourceRequest {
2825
- /**
2826
- * <p>The identifier associated with the organization for which the resource is
2827
- * updated.</p>
2828
- */
2829
- OrganizationId: string | undefined;
2830
- /**
2831
- * <p>The identifier of the resource to be updated.</p>
2832
- */
2833
- ResourceId: string | undefined;
2834
- /**
2835
- * <p>The name of the resource to be updated.</p>
2836
- */
2837
- Name?: string;
2838
- /**
2839
- * <p>The resource's booking options to be updated.</p>
2840
- */
2841
- BookingOptions?: BookingOptions;
2842
- }
2843
- export declare namespace UpdateResourceRequest {
2844
- /**
2845
- * @internal
2846
- */
2847
- const filterSensitiveLog: (obj: UpdateResourceRequest) => any;
2848
- }
2849
- export interface UpdateResourceResponse {
2850
- }
2851
- export declare namespace UpdateResourceResponse {
2852
- /**
2853
- * @internal
2854
- */
2855
- const filterSensitiveLog: (obj: UpdateResourceResponse) => any;
2856
- }