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