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