@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,492 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput } from "./commands/AssociateDelegateToResourceCommand";
|
|
3
|
+
import { AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput } from "./commands/AssociateMemberToGroupCommand";
|
|
4
|
+
import { CancelMailboxExportJobCommandInput, CancelMailboxExportJobCommandOutput } from "./commands/CancelMailboxExportJobCommand";
|
|
5
|
+
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
6
|
+
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
7
|
+
import { CreateMobileDeviceAccessRuleCommandInput, CreateMobileDeviceAccessRuleCommandOutput } from "./commands/CreateMobileDeviceAccessRuleCommand";
|
|
8
|
+
import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "./commands/CreateOrganizationCommand";
|
|
9
|
+
import { CreateResourceCommandInput, CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
|
|
10
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
11
|
+
import { DeleteAccessControlRuleCommandInput, DeleteAccessControlRuleCommandOutput } from "./commands/DeleteAccessControlRuleCommand";
|
|
12
|
+
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
13
|
+
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
14
|
+
import { DeleteMailboxPermissionsCommandInput, DeleteMailboxPermissionsCommandOutput } from "./commands/DeleteMailboxPermissionsCommand";
|
|
15
|
+
import { DeleteMobileDeviceAccessOverrideCommandInput, DeleteMobileDeviceAccessOverrideCommandOutput } from "./commands/DeleteMobileDeviceAccessOverrideCommand";
|
|
16
|
+
import { DeleteMobileDeviceAccessRuleCommandInput, DeleteMobileDeviceAccessRuleCommandOutput } from "./commands/DeleteMobileDeviceAccessRuleCommand";
|
|
17
|
+
import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "./commands/DeleteOrganizationCommand";
|
|
18
|
+
import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "./commands/DeleteResourceCommand";
|
|
19
|
+
import { DeleteRetentionPolicyCommandInput, DeleteRetentionPolicyCommandOutput } from "./commands/DeleteRetentionPolicyCommand";
|
|
20
|
+
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
21
|
+
import { DeregisterFromWorkMailCommandInput, DeregisterFromWorkMailCommandOutput } from "./commands/DeregisterFromWorkMailCommand";
|
|
22
|
+
import { DescribeGroupCommandInput, DescribeGroupCommandOutput } from "./commands/DescribeGroupCommand";
|
|
23
|
+
import { DescribeMailboxExportJobCommandInput, DescribeMailboxExportJobCommandOutput } from "./commands/DescribeMailboxExportJobCommand";
|
|
24
|
+
import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "./commands/DescribeOrganizationCommand";
|
|
25
|
+
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
|
|
26
|
+
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
|
|
27
|
+
import { DisassociateDelegateFromResourceCommandInput, DisassociateDelegateFromResourceCommandOutput } from "./commands/DisassociateDelegateFromResourceCommand";
|
|
28
|
+
import { DisassociateMemberFromGroupCommandInput, DisassociateMemberFromGroupCommandOutput } from "./commands/DisassociateMemberFromGroupCommand";
|
|
29
|
+
import { GetAccessControlEffectCommandInput, GetAccessControlEffectCommandOutput } from "./commands/GetAccessControlEffectCommand";
|
|
30
|
+
import { GetDefaultRetentionPolicyCommandInput, GetDefaultRetentionPolicyCommandOutput } from "./commands/GetDefaultRetentionPolicyCommand";
|
|
31
|
+
import { GetMailboxDetailsCommandInput, GetMailboxDetailsCommandOutput } from "./commands/GetMailboxDetailsCommand";
|
|
32
|
+
import { GetMobileDeviceAccessEffectCommandInput, GetMobileDeviceAccessEffectCommandOutput } from "./commands/GetMobileDeviceAccessEffectCommand";
|
|
33
|
+
import { GetMobileDeviceAccessOverrideCommandInput, GetMobileDeviceAccessOverrideCommandOutput } from "./commands/GetMobileDeviceAccessOverrideCommand";
|
|
34
|
+
import { ListAccessControlRulesCommandInput, ListAccessControlRulesCommandOutput } from "./commands/ListAccessControlRulesCommand";
|
|
35
|
+
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
36
|
+
import { ListGroupMembersCommandInput, ListGroupMembersCommandOutput } from "./commands/ListGroupMembersCommand";
|
|
37
|
+
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
38
|
+
import { ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput } from "./commands/ListMailboxExportJobsCommand";
|
|
39
|
+
import { ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput } from "./commands/ListMailboxPermissionsCommand";
|
|
40
|
+
import { ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput } from "./commands/ListMobileDeviceAccessOverridesCommand";
|
|
41
|
+
import { ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput } from "./commands/ListMobileDeviceAccessRulesCommand";
|
|
42
|
+
import { ListOrganizationsCommandInput, ListOrganizationsCommandOutput } from "./commands/ListOrganizationsCommand";
|
|
43
|
+
import { ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput } from "./commands/ListResourceDelegatesCommand";
|
|
44
|
+
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
|
|
45
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
47
|
+
import { PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput } from "./commands/PutAccessControlRuleCommand";
|
|
48
|
+
import { PutMailboxPermissionsCommandInput, PutMailboxPermissionsCommandOutput } from "./commands/PutMailboxPermissionsCommand";
|
|
49
|
+
import { PutMobileDeviceAccessOverrideCommandInput, PutMobileDeviceAccessOverrideCommandOutput } from "./commands/PutMobileDeviceAccessOverrideCommand";
|
|
50
|
+
import { PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput } from "./commands/PutRetentionPolicyCommand";
|
|
51
|
+
import { RegisterToWorkMailCommandInput, RegisterToWorkMailCommandOutput } from "./commands/RegisterToWorkMailCommand";
|
|
52
|
+
import { ResetPasswordCommandInput, ResetPasswordCommandOutput } from "./commands/ResetPasswordCommand";
|
|
53
|
+
import { StartMailboxExportJobCommandInput, StartMailboxExportJobCommandOutput } from "./commands/StartMailboxExportJobCommand";
|
|
54
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
+
import { UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput } from "./commands/UpdateMailboxQuotaCommand";
|
|
57
|
+
import { UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput } from "./commands/UpdateMobileDeviceAccessRuleCommand";
|
|
58
|
+
import { UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput } from "./commands/UpdatePrimaryEmailAddressCommand";
|
|
59
|
+
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
60
|
+
import { WorkMailClient } from "./WorkMailClient";
|
|
61
|
+
/**
|
|
62
|
+
* <p>Amazon WorkMail is a secure, managed business email and calendaring service with support for
|
|
63
|
+
* existing desktop and mobile email clients. You can access your email, contacts, and
|
|
64
|
+
* calendars using Microsoft Outlook, your browser, or other native iOS and Android email
|
|
65
|
+
* applications. You can integrate WorkMail with your existing corporate directory and control
|
|
66
|
+
* both the keys that encrypt your data and the location in which your data is
|
|
67
|
+
* stored.</p>
|
|
68
|
+
* <p>The WorkMail API is designed for the following scenarios:</p>
|
|
69
|
+
* <ul>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Listing and describing organizations</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
* <ul>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>Managing users</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* </ul>
|
|
79
|
+
* <ul>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>Managing groups</p>
|
|
82
|
+
* </li>
|
|
83
|
+
* </ul>
|
|
84
|
+
* <ul>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>Managing resources</p>
|
|
87
|
+
* </li>
|
|
88
|
+
* </ul>
|
|
89
|
+
* <p>All WorkMail API operations are Amazon-authenticated and certificate-signed. They not
|
|
90
|
+
* only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management
|
|
91
|
+
* users and roles to help facilitate access, trust, and permission policies. By creating a
|
|
92
|
+
* role and allowing an IAM user to access the WorkMail site, the IAM user gains full
|
|
93
|
+
* administrative visibility into the entire WorkMail organization (or as set in the IAM
|
|
94
|
+
* policy). This includes, but is not limited to, the ability to create, update, and delete
|
|
95
|
+
* users, groups, and resources. This allows developers to perform the scenarios listed above,
|
|
96
|
+
* as well as give users the ability to grant access on a selective basis using the IAM
|
|
97
|
+
* model.</p>
|
|
98
|
+
*/
|
|
99
|
+
export declare class WorkMail extends WorkMailClient {
|
|
100
|
+
/**
|
|
101
|
+
* <p>Adds a member (user or group) to the resource's set of delegates.</p>
|
|
102
|
+
*/
|
|
103
|
+
associateDelegateToResource(args: AssociateDelegateToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDelegateToResourceCommandOutput>;
|
|
104
|
+
associateDelegateToResource(args: AssociateDelegateToResourceCommandInput, cb: (err: any, data?: AssociateDelegateToResourceCommandOutput) => void): void;
|
|
105
|
+
associateDelegateToResource(args: AssociateDelegateToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDelegateToResourceCommandOutput) => void): void;
|
|
106
|
+
/**
|
|
107
|
+
* <p>Adds a member (user or group) to the group's set.</p>
|
|
108
|
+
*/
|
|
109
|
+
associateMemberToGroup(args: AssociateMemberToGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberToGroupCommandOutput>;
|
|
110
|
+
associateMemberToGroup(args: AssociateMemberToGroupCommandInput, cb: (err: any, data?: AssociateMemberToGroupCommandOutput) => void): void;
|
|
111
|
+
associateMemberToGroup(args: AssociateMemberToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberToGroupCommandOutput) => void): void;
|
|
112
|
+
/**
|
|
113
|
+
* <p>Cancels a mailbox export job.</p>
|
|
114
|
+
* <note>
|
|
115
|
+
* <p>If the mailbox export job is near completion, it might not be possible to cancel
|
|
116
|
+
* it.</p>
|
|
117
|
+
* </note>
|
|
118
|
+
*/
|
|
119
|
+
cancelMailboxExportJob(args: CancelMailboxExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelMailboxExportJobCommandOutput>;
|
|
120
|
+
cancelMailboxExportJob(args: CancelMailboxExportJobCommandInput, cb: (err: any, data?: CancelMailboxExportJobCommandOutput) => void): void;
|
|
121
|
+
cancelMailboxExportJob(args: CancelMailboxExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMailboxExportJobCommandOutput) => void): void;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Adds an alias to the set of a given member (user or group) of Amazon WorkMail.</p>
|
|
124
|
+
*/
|
|
125
|
+
createAlias(args: CreateAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateAliasCommandOutput>;
|
|
126
|
+
createAlias(args: CreateAliasCommandInput, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
127
|
+
createAlias(args: CreateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
128
|
+
/**
|
|
129
|
+
* <p>Creates a group that can be used in Amazon WorkMail by calling the <a>RegisterToWorkMail</a> operation.</p>
|
|
130
|
+
*/
|
|
131
|
+
createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
|
|
132
|
+
createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
|
|
133
|
+
createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
|
|
134
|
+
/**
|
|
135
|
+
* <p>Creates a new mobile device access rule for the specified Amazon WorkMail organization.</p>
|
|
136
|
+
*/
|
|
137
|
+
createMobileDeviceAccessRule(args: CreateMobileDeviceAccessRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateMobileDeviceAccessRuleCommandOutput>;
|
|
138
|
+
createMobileDeviceAccessRule(args: CreateMobileDeviceAccessRuleCommandInput, cb: (err: any, data?: CreateMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
139
|
+
createMobileDeviceAccessRule(args: CreateMobileDeviceAccessRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
140
|
+
/**
|
|
141
|
+
* <p>Creates a new Amazon WorkMail organization. Optionally, you can choose to associate an existing AWS Directory Service directory with your organization. If an AWS Directory Service directory ID is specified, the organization alias must match the directory alias. If you choose not to associate an existing directory with your organization, then we create a new Amazon WorkMail directory for you. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/add_new_organization.html">Adding an organization</a> in the <i>Amazon WorkMail Administrator Guide</i>.</p>
|
|
142
|
+
* <p>You can associate multiple email domains with an organization, then set your default email domain from the Amazon WorkMail console. You can also associate a domain that is managed in an Amazon Route 53 public hosted zone. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/add_domain.html">Adding a domain</a> and <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/default_domain.html">Choosing the default domain</a> in the <i>Amazon WorkMail Administrator Guide</i>.</p>
|
|
143
|
+
* <p>Optionally, you can use a customer managed master key from AWS Key Management Service
|
|
144
|
+
* (AWS KMS) to encrypt email for your organization. If you don't associate an AWS KMS key, Amazon WorkMail creates a
|
|
145
|
+
* default AWS managed master key for you.</p>
|
|
146
|
+
*/
|
|
147
|
+
createOrganization(args: CreateOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrganizationCommandOutput>;
|
|
148
|
+
createOrganization(args: CreateOrganizationCommandInput, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
|
|
149
|
+
createOrganization(args: CreateOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
|
|
150
|
+
/**
|
|
151
|
+
* <p>Creates a new Amazon WorkMail resource. </p>
|
|
152
|
+
*/
|
|
153
|
+
createResource(args: CreateResourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceCommandOutput>;
|
|
154
|
+
createResource(args: CreateResourceCommandInput, cb: (err: any, data?: CreateResourceCommandOutput) => void): void;
|
|
155
|
+
createResource(args: CreateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceCommandOutput) => void): void;
|
|
156
|
+
/**
|
|
157
|
+
* <p>Creates a user who can be used in Amazon WorkMail by calling the <a>RegisterToWorkMail</a> operation.</p>
|
|
158
|
+
*/
|
|
159
|
+
createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
160
|
+
createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
161
|
+
createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
162
|
+
/**
|
|
163
|
+
* <p>Deletes an access control rule for the specified WorkMail organization.</p>
|
|
164
|
+
*/
|
|
165
|
+
deleteAccessControlRule(args: DeleteAccessControlRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessControlRuleCommandOutput>;
|
|
166
|
+
deleteAccessControlRule(args: DeleteAccessControlRuleCommandInput, cb: (err: any, data?: DeleteAccessControlRuleCommandOutput) => void): void;
|
|
167
|
+
deleteAccessControlRule(args: DeleteAccessControlRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessControlRuleCommandOutput) => void): void;
|
|
168
|
+
/**
|
|
169
|
+
* <p>Remove one or more specified aliases from a set of aliases for a given
|
|
170
|
+
* user.</p>
|
|
171
|
+
*/
|
|
172
|
+
deleteAlias(args: DeleteAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAliasCommandOutput>;
|
|
173
|
+
deleteAlias(args: DeleteAliasCommandInput, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
|
|
174
|
+
deleteAlias(args: DeleteAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
|
|
175
|
+
/**
|
|
176
|
+
* <p>Deletes a group from Amazon WorkMail.</p>
|
|
177
|
+
*/
|
|
178
|
+
deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
|
|
179
|
+
deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
180
|
+
deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
181
|
+
/**
|
|
182
|
+
* <p>Deletes permissions granted to a member (user or group).</p>
|
|
183
|
+
*/
|
|
184
|
+
deleteMailboxPermissions(args: DeleteMailboxPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMailboxPermissionsCommandOutput>;
|
|
185
|
+
deleteMailboxPermissions(args: DeleteMailboxPermissionsCommandInput, cb: (err: any, data?: DeleteMailboxPermissionsCommandOutput) => void): void;
|
|
186
|
+
deleteMailboxPermissions(args: DeleteMailboxPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMailboxPermissionsCommandOutput) => void): void;
|
|
187
|
+
/**
|
|
188
|
+
* <p>Deletes the mobile device access override for the given WorkMail organization, user, and device.</p>
|
|
189
|
+
*/
|
|
190
|
+
deleteMobileDeviceAccessOverride(args: DeleteMobileDeviceAccessOverrideCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMobileDeviceAccessOverrideCommandOutput>;
|
|
191
|
+
deleteMobileDeviceAccessOverride(args: DeleteMobileDeviceAccessOverrideCommandInput, cb: (err: any, data?: DeleteMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
192
|
+
deleteMobileDeviceAccessOverride(args: DeleteMobileDeviceAccessOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
193
|
+
/**
|
|
194
|
+
* <p>Deletes a mobile device access rule for the specified Amazon WorkMail organization.</p>
|
|
195
|
+
*/
|
|
196
|
+
deleteMobileDeviceAccessRule(args: DeleteMobileDeviceAccessRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMobileDeviceAccessRuleCommandOutput>;
|
|
197
|
+
deleteMobileDeviceAccessRule(args: DeleteMobileDeviceAccessRuleCommandInput, cb: (err: any, data?: DeleteMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
198
|
+
deleteMobileDeviceAccessRule(args: DeleteMobileDeviceAccessRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
199
|
+
/**
|
|
200
|
+
* <p>Deletes an Amazon WorkMail organization and all underlying AWS resources managed by Amazon WorkMail as part of the organization. You can choose whether to delete the associated directory. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/remove_organization.html">Removing an organization</a> in the <i>Amazon WorkMail Administrator Guide</i>.</p>
|
|
201
|
+
*/
|
|
202
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOrganizationCommandOutput>;
|
|
203
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
|
|
204
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
|
|
205
|
+
/**
|
|
206
|
+
* <p>Deletes the specified resource. </p>
|
|
207
|
+
*/
|
|
208
|
+
deleteResource(args: DeleteResourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceCommandOutput>;
|
|
209
|
+
deleteResource(args: DeleteResourceCommandInput, cb: (err: any, data?: DeleteResourceCommandOutput) => void): void;
|
|
210
|
+
deleteResource(args: DeleteResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceCommandOutput) => void): void;
|
|
211
|
+
/**
|
|
212
|
+
* <p>Deletes the specified retention policy from the specified organization.</p>
|
|
213
|
+
*/
|
|
214
|
+
deleteRetentionPolicy(args: DeleteRetentionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRetentionPolicyCommandOutput>;
|
|
215
|
+
deleteRetentionPolicy(args: DeleteRetentionPolicyCommandInput, cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void): void;
|
|
216
|
+
deleteRetentionPolicy(args: DeleteRetentionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void): void;
|
|
217
|
+
/**
|
|
218
|
+
* <p>Deletes a user from Amazon WorkMail and all subsequent systems. Before you can delete a
|
|
219
|
+
* user, the user state must be <code>DISABLED</code>. Use the <a>DescribeUser</a>
|
|
220
|
+
* action to confirm the user state.</p>
|
|
221
|
+
* <p>Deleting a user is permanent and cannot be undone. WorkMail archives user mailboxes for
|
|
222
|
+
* 30 days before they are permanently removed.</p>
|
|
223
|
+
*/
|
|
224
|
+
deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
225
|
+
deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
226
|
+
deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
227
|
+
/**
|
|
228
|
+
* <p>Mark a user, group, or resource as no longer used in Amazon WorkMail. This action
|
|
229
|
+
* disassociates the mailbox and schedules it for clean-up. WorkMail keeps mailboxes for 30 days
|
|
230
|
+
* before they are permanently removed. The functionality in the console is
|
|
231
|
+
* <i>Disable</i>.</p>
|
|
232
|
+
*/
|
|
233
|
+
deregisterFromWorkMail(args: DeregisterFromWorkMailCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterFromWorkMailCommandOutput>;
|
|
234
|
+
deregisterFromWorkMail(args: DeregisterFromWorkMailCommandInput, cb: (err: any, data?: DeregisterFromWorkMailCommandOutput) => void): void;
|
|
235
|
+
deregisterFromWorkMail(args: DeregisterFromWorkMailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterFromWorkMailCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* <p>Returns the data available for the group.</p>
|
|
238
|
+
*/
|
|
239
|
+
describeGroup(args: DescribeGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGroupCommandOutput>;
|
|
240
|
+
describeGroup(args: DescribeGroupCommandInput, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
|
|
241
|
+
describeGroup(args: DescribeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
|
|
242
|
+
/**
|
|
243
|
+
* <p>Describes the current status of a mailbox export job.</p>
|
|
244
|
+
*/
|
|
245
|
+
describeMailboxExportJob(args: DescribeMailboxExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMailboxExportJobCommandOutput>;
|
|
246
|
+
describeMailboxExportJob(args: DescribeMailboxExportJobCommandInput, cb: (err: any, data?: DescribeMailboxExportJobCommandOutput) => void): void;
|
|
247
|
+
describeMailboxExportJob(args: DescribeMailboxExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMailboxExportJobCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Provides more information regarding a given organization based on its
|
|
250
|
+
* identifier.</p>
|
|
251
|
+
*/
|
|
252
|
+
describeOrganization(args: DescribeOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationCommandOutput>;
|
|
253
|
+
describeOrganization(args: DescribeOrganizationCommandInput, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
|
|
254
|
+
describeOrganization(args: DescribeOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
|
|
255
|
+
/**
|
|
256
|
+
* <p>Returns the data available for the resource.</p>
|
|
257
|
+
*/
|
|
258
|
+
describeResource(args: DescribeResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCommandOutput>;
|
|
259
|
+
describeResource(args: DescribeResourceCommandInput, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
260
|
+
describeResource(args: DescribeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
261
|
+
/**
|
|
262
|
+
* <p>Provides information regarding the user.</p>
|
|
263
|
+
*/
|
|
264
|
+
describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
|
|
265
|
+
describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
266
|
+
describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
267
|
+
/**
|
|
268
|
+
* <p>Removes a member from the resource's set of delegates.</p>
|
|
269
|
+
*/
|
|
270
|
+
disassociateDelegateFromResource(args: DisassociateDelegateFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDelegateFromResourceCommandOutput>;
|
|
271
|
+
disassociateDelegateFromResource(args: DisassociateDelegateFromResourceCommandInput, cb: (err: any, data?: DisassociateDelegateFromResourceCommandOutput) => void): void;
|
|
272
|
+
disassociateDelegateFromResource(args: DisassociateDelegateFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDelegateFromResourceCommandOutput) => void): void;
|
|
273
|
+
/**
|
|
274
|
+
* <p>Removes a member from a group.</p>
|
|
275
|
+
*/
|
|
276
|
+
disassociateMemberFromGroup(args: DisassociateMemberFromGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberFromGroupCommandOutput>;
|
|
277
|
+
disassociateMemberFromGroup(args: DisassociateMemberFromGroupCommandInput, cb: (err: any, data?: DisassociateMemberFromGroupCommandOutput) => void): void;
|
|
278
|
+
disassociateMemberFromGroup(args: DisassociateMemberFromGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberFromGroupCommandOutput) => void): void;
|
|
279
|
+
/**
|
|
280
|
+
* <p>Gets the effects of an organization's access control rules as they apply to a
|
|
281
|
+
* specified IPv4 address, access protocol action, or user ID. </p>
|
|
282
|
+
*/
|
|
283
|
+
getAccessControlEffect(args: GetAccessControlEffectCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessControlEffectCommandOutput>;
|
|
284
|
+
getAccessControlEffect(args: GetAccessControlEffectCommandInput, cb: (err: any, data?: GetAccessControlEffectCommandOutput) => void): void;
|
|
285
|
+
getAccessControlEffect(args: GetAccessControlEffectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessControlEffectCommandOutput) => void): void;
|
|
286
|
+
/**
|
|
287
|
+
* <p>Gets the default retention policy details for the specified organization.</p>
|
|
288
|
+
*/
|
|
289
|
+
getDefaultRetentionPolicy(args: GetDefaultRetentionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultRetentionPolicyCommandOutput>;
|
|
290
|
+
getDefaultRetentionPolicy(args: GetDefaultRetentionPolicyCommandInput, cb: (err: any, data?: GetDefaultRetentionPolicyCommandOutput) => void): void;
|
|
291
|
+
getDefaultRetentionPolicy(args: GetDefaultRetentionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultRetentionPolicyCommandOutput) => void): void;
|
|
292
|
+
/**
|
|
293
|
+
* <p>Requests a user's mailbox details for a specified organization and user.</p>
|
|
294
|
+
*/
|
|
295
|
+
getMailboxDetails(args: GetMailboxDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetMailboxDetailsCommandOutput>;
|
|
296
|
+
getMailboxDetails(args: GetMailboxDetailsCommandInput, cb: (err: any, data?: GetMailboxDetailsCommandOutput) => void): void;
|
|
297
|
+
getMailboxDetails(args: GetMailboxDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMailboxDetailsCommandOutput) => void): void;
|
|
298
|
+
/**
|
|
299
|
+
* <p>Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access
|
|
300
|
+
* rules for the Amazon WorkMail organization for a particular user's attributes.</p>
|
|
301
|
+
*/
|
|
302
|
+
getMobileDeviceAccessEffect(args: GetMobileDeviceAccessEffectCommandInput, options?: __HttpHandlerOptions): Promise<GetMobileDeviceAccessEffectCommandOutput>;
|
|
303
|
+
getMobileDeviceAccessEffect(args: GetMobileDeviceAccessEffectCommandInput, cb: (err: any, data?: GetMobileDeviceAccessEffectCommandOutput) => void): void;
|
|
304
|
+
getMobileDeviceAccessEffect(args: GetMobileDeviceAccessEffectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMobileDeviceAccessEffectCommandOutput) => void): void;
|
|
305
|
+
/**
|
|
306
|
+
* <p>Gets the mobile device access override for the given WorkMail organization, user, and device.</p>
|
|
307
|
+
*/
|
|
308
|
+
getMobileDeviceAccessOverride(args: GetMobileDeviceAccessOverrideCommandInput, options?: __HttpHandlerOptions): Promise<GetMobileDeviceAccessOverrideCommandOutput>;
|
|
309
|
+
getMobileDeviceAccessOverride(args: GetMobileDeviceAccessOverrideCommandInput, cb: (err: any, data?: GetMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
310
|
+
getMobileDeviceAccessOverride(args: GetMobileDeviceAccessOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
311
|
+
/**
|
|
312
|
+
* <p>Lists the access control rules for the specified organization.</p>
|
|
313
|
+
*/
|
|
314
|
+
listAccessControlRules(args: ListAccessControlRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessControlRulesCommandOutput>;
|
|
315
|
+
listAccessControlRules(args: ListAccessControlRulesCommandInput, cb: (err: any, data?: ListAccessControlRulesCommandOutput) => void): void;
|
|
316
|
+
listAccessControlRules(args: ListAccessControlRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessControlRulesCommandOutput) => void): void;
|
|
317
|
+
/**
|
|
318
|
+
* <p>Creates a paginated call to list the aliases associated with a given
|
|
319
|
+
* entity.</p>
|
|
320
|
+
*/
|
|
321
|
+
listAliases(args: ListAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAliasesCommandOutput>;
|
|
322
|
+
listAliases(args: ListAliasesCommandInput, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
|
|
323
|
+
listAliases(args: ListAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
|
|
324
|
+
/**
|
|
325
|
+
* <p>Returns an overview of the members of a group. Users and groups can be members of a
|
|
326
|
+
* group.</p>
|
|
327
|
+
*/
|
|
328
|
+
listGroupMembers(args: ListGroupMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupMembersCommandOutput>;
|
|
329
|
+
listGroupMembers(args: ListGroupMembersCommandInput, cb: (err: any, data?: ListGroupMembersCommandOutput) => void): void;
|
|
330
|
+
listGroupMembers(args: ListGroupMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupMembersCommandOutput) => void): void;
|
|
331
|
+
/**
|
|
332
|
+
* <p>Returns summaries of the organization's groups.</p>
|
|
333
|
+
*/
|
|
334
|
+
listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
|
|
335
|
+
listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
|
|
336
|
+
listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
|
|
337
|
+
/**
|
|
338
|
+
* <p>Lists the mailbox export jobs started for the specified organization within the last
|
|
339
|
+
* seven days.</p>
|
|
340
|
+
*/
|
|
341
|
+
listMailboxExportJobs(args: ListMailboxExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMailboxExportJobsCommandOutput>;
|
|
342
|
+
listMailboxExportJobs(args: ListMailboxExportJobsCommandInput, cb: (err: any, data?: ListMailboxExportJobsCommandOutput) => void): void;
|
|
343
|
+
listMailboxExportJobs(args: ListMailboxExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMailboxExportJobsCommandOutput) => void): void;
|
|
344
|
+
/**
|
|
345
|
+
* <p>Lists the mailbox permissions associated with a user, group, or resource
|
|
346
|
+
* mailbox.</p>
|
|
347
|
+
*/
|
|
348
|
+
listMailboxPermissions(args: ListMailboxPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListMailboxPermissionsCommandOutput>;
|
|
349
|
+
listMailboxPermissions(args: ListMailboxPermissionsCommandInput, cb: (err: any, data?: ListMailboxPermissionsCommandOutput) => void): void;
|
|
350
|
+
listMailboxPermissions(args: ListMailboxPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMailboxPermissionsCommandOutput) => void): void;
|
|
351
|
+
/**
|
|
352
|
+
* <p>Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.</p>
|
|
353
|
+
*/
|
|
354
|
+
listMobileDeviceAccessOverrides(args: ListMobileDeviceAccessOverridesCommandInput, options?: __HttpHandlerOptions): Promise<ListMobileDeviceAccessOverridesCommandOutput>;
|
|
355
|
+
listMobileDeviceAccessOverrides(args: ListMobileDeviceAccessOverridesCommandInput, cb: (err: any, data?: ListMobileDeviceAccessOverridesCommandOutput) => void): void;
|
|
356
|
+
listMobileDeviceAccessOverrides(args: ListMobileDeviceAccessOverridesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMobileDeviceAccessOverridesCommandOutput) => void): void;
|
|
357
|
+
/**
|
|
358
|
+
* <p>Lists the mobile device access rules for the specified Amazon WorkMail organization.</p>
|
|
359
|
+
*/
|
|
360
|
+
listMobileDeviceAccessRules(args: ListMobileDeviceAccessRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListMobileDeviceAccessRulesCommandOutput>;
|
|
361
|
+
listMobileDeviceAccessRules(args: ListMobileDeviceAccessRulesCommandInput, cb: (err: any, data?: ListMobileDeviceAccessRulesCommandOutput) => void): void;
|
|
362
|
+
listMobileDeviceAccessRules(args: ListMobileDeviceAccessRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMobileDeviceAccessRulesCommandOutput) => void): void;
|
|
363
|
+
/**
|
|
364
|
+
* <p>Returns summaries of the customer's organizations.</p>
|
|
365
|
+
*/
|
|
366
|
+
listOrganizations(args: ListOrganizationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationsCommandOutput>;
|
|
367
|
+
listOrganizations(args: ListOrganizationsCommandInput, cb: (err: any, data?: ListOrganizationsCommandOutput) => void): void;
|
|
368
|
+
listOrganizations(args: ListOrganizationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationsCommandOutput) => void): void;
|
|
369
|
+
/**
|
|
370
|
+
* <p>Lists the delegates associated with a resource. Users and groups can be resource
|
|
371
|
+
* delegates and answer requests on behalf of the resource.</p>
|
|
372
|
+
*/
|
|
373
|
+
listResourceDelegates(args: ListResourceDelegatesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceDelegatesCommandOutput>;
|
|
374
|
+
listResourceDelegates(args: ListResourceDelegatesCommandInput, cb: (err: any, data?: ListResourceDelegatesCommandOutput) => void): void;
|
|
375
|
+
listResourceDelegates(args: ListResourceDelegatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceDelegatesCommandOutput) => void): void;
|
|
376
|
+
/**
|
|
377
|
+
* <p>Returns summaries of the organization's resources.</p>
|
|
378
|
+
*/
|
|
379
|
+
listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
|
|
380
|
+
listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
381
|
+
listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
382
|
+
/**
|
|
383
|
+
* <p>Lists the tags applied to an Amazon WorkMail organization resource.</p>
|
|
384
|
+
*/
|
|
385
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
386
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
387
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
388
|
+
/**
|
|
389
|
+
* <p>Returns summaries of the organization's users.</p>
|
|
390
|
+
*/
|
|
391
|
+
listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
392
|
+
listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
393
|
+
listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
394
|
+
/**
|
|
395
|
+
* <p>Adds a new access control rule for the specified organization. The rule allows or
|
|
396
|
+
* denies access to the organization for the specified IPv4 addresses, access protocol
|
|
397
|
+
* actions, and user IDs. Adding a new rule with the same name as an existing rule replaces
|
|
398
|
+
* the older rule.</p>
|
|
399
|
+
*/
|
|
400
|
+
putAccessControlRule(args: PutAccessControlRuleCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessControlRuleCommandOutput>;
|
|
401
|
+
putAccessControlRule(args: PutAccessControlRuleCommandInput, cb: (err: any, data?: PutAccessControlRuleCommandOutput) => void): void;
|
|
402
|
+
putAccessControlRule(args: PutAccessControlRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessControlRuleCommandOutput) => void): void;
|
|
403
|
+
/**
|
|
404
|
+
* <p>Sets permissions for a user, group, or resource. This replaces any pre-existing
|
|
405
|
+
* permissions.</p>
|
|
406
|
+
*/
|
|
407
|
+
putMailboxPermissions(args: PutMailboxPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<PutMailboxPermissionsCommandOutput>;
|
|
408
|
+
putMailboxPermissions(args: PutMailboxPermissionsCommandInput, cb: (err: any, data?: PutMailboxPermissionsCommandOutput) => void): void;
|
|
409
|
+
putMailboxPermissions(args: PutMailboxPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMailboxPermissionsCommandOutput) => void): void;
|
|
410
|
+
/**
|
|
411
|
+
* <p>Creates or updates a mobile device access override for the given WorkMail organization, user, and device.</p>
|
|
412
|
+
*/
|
|
413
|
+
putMobileDeviceAccessOverride(args: PutMobileDeviceAccessOverrideCommandInput, options?: __HttpHandlerOptions): Promise<PutMobileDeviceAccessOverrideCommandOutput>;
|
|
414
|
+
putMobileDeviceAccessOverride(args: PutMobileDeviceAccessOverrideCommandInput, cb: (err: any, data?: PutMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
415
|
+
putMobileDeviceAccessOverride(args: PutMobileDeviceAccessOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMobileDeviceAccessOverrideCommandOutput) => void): void;
|
|
416
|
+
/**
|
|
417
|
+
* <p>Puts a retention policy to the specified organization.</p>
|
|
418
|
+
*/
|
|
419
|
+
putRetentionPolicy(args: PutRetentionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutRetentionPolicyCommandOutput>;
|
|
420
|
+
putRetentionPolicy(args: PutRetentionPolicyCommandInput, cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void): void;
|
|
421
|
+
putRetentionPolicy(args: PutRetentionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void): void;
|
|
422
|
+
/**
|
|
423
|
+
* <p>Registers an existing and disabled user, group, or resource for Amazon WorkMail use by
|
|
424
|
+
* associating a mailbox and calendaring capabilities. It performs no change if the user,
|
|
425
|
+
* group, or resource is enabled and fails if the user, group, or resource is deleted. This
|
|
426
|
+
* operation results in the accumulation of costs. For more information, see <a href="https://aws.amazon.com/workmail/pricing">Pricing</a>. The equivalent console
|
|
427
|
+
* functionality for this operation is <i>Enable</i>. </p>
|
|
428
|
+
* <p>Users can either be created by calling the <a>CreateUser</a> API operation
|
|
429
|
+
* or they can be synchronized from your directory. For more information, see <a>DeregisterFromWorkMail</a>.</p>
|
|
430
|
+
*/
|
|
431
|
+
registerToWorkMail(args: RegisterToWorkMailCommandInput, options?: __HttpHandlerOptions): Promise<RegisterToWorkMailCommandOutput>;
|
|
432
|
+
registerToWorkMail(args: RegisterToWorkMailCommandInput, cb: (err: any, data?: RegisterToWorkMailCommandOutput) => void): void;
|
|
433
|
+
registerToWorkMail(args: RegisterToWorkMailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterToWorkMailCommandOutput) => void): void;
|
|
434
|
+
/**
|
|
435
|
+
* <p>Allows the administrator to reset the password for a user.</p>
|
|
436
|
+
*/
|
|
437
|
+
resetPassword(args: ResetPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ResetPasswordCommandOutput>;
|
|
438
|
+
resetPassword(args: ResetPasswordCommandInput, cb: (err: any, data?: ResetPasswordCommandOutput) => void): void;
|
|
439
|
+
resetPassword(args: ResetPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetPasswordCommandOutput) => void): void;
|
|
440
|
+
/**
|
|
441
|
+
* <p>Starts a mailbox export job to export MIME-format email messages and calendar items
|
|
442
|
+
* from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3)
|
|
443
|
+
* bucket. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/mail-export.html">Exporting mailbox content</a> in
|
|
444
|
+
* the <i>Amazon WorkMail Administrator Guide</i>.</p>
|
|
445
|
+
*/
|
|
446
|
+
startMailboxExportJob(args: StartMailboxExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartMailboxExportJobCommandOutput>;
|
|
447
|
+
startMailboxExportJob(args: StartMailboxExportJobCommandInput, cb: (err: any, data?: StartMailboxExportJobCommandOutput) => void): void;
|
|
448
|
+
startMailboxExportJob(args: StartMailboxExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMailboxExportJobCommandOutput) => void): void;
|
|
449
|
+
/**
|
|
450
|
+
* <p>Applies the specified tags to the specified Amazon WorkMail organization
|
|
451
|
+
* resource.</p>
|
|
452
|
+
*/
|
|
453
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
454
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
455
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
456
|
+
/**
|
|
457
|
+
* <p>Untags the specified tags from the specified Amazon WorkMail organization
|
|
458
|
+
* resource.</p>
|
|
459
|
+
*/
|
|
460
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
461
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
462
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
463
|
+
/**
|
|
464
|
+
* <p>Updates a user's current mailbox quota for a specified organization and
|
|
465
|
+
* user.</p>
|
|
466
|
+
*/
|
|
467
|
+
updateMailboxQuota(args: UpdateMailboxQuotaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMailboxQuotaCommandOutput>;
|
|
468
|
+
updateMailboxQuota(args: UpdateMailboxQuotaCommandInput, cb: (err: any, data?: UpdateMailboxQuotaCommandOutput) => void): void;
|
|
469
|
+
updateMailboxQuota(args: UpdateMailboxQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMailboxQuotaCommandOutput) => void): void;
|
|
470
|
+
/**
|
|
471
|
+
* <p>Updates a mobile device access rule for the specified Amazon WorkMail organization.</p>
|
|
472
|
+
*/
|
|
473
|
+
updateMobileDeviceAccessRule(args: UpdateMobileDeviceAccessRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMobileDeviceAccessRuleCommandOutput>;
|
|
474
|
+
updateMobileDeviceAccessRule(args: UpdateMobileDeviceAccessRuleCommandInput, cb: (err: any, data?: UpdateMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
475
|
+
updateMobileDeviceAccessRule(args: UpdateMobileDeviceAccessRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMobileDeviceAccessRuleCommandOutput) => void): void;
|
|
476
|
+
/**
|
|
477
|
+
* <p>Updates the primary email for a user, group, or resource. The current email is moved
|
|
478
|
+
* into the list of aliases (or swapped between an existing alias and the current primary
|
|
479
|
+
* email), and the email provided in the input is promoted as the primary.</p>
|
|
480
|
+
*/
|
|
481
|
+
updatePrimaryEmailAddress(args: UpdatePrimaryEmailAddressCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePrimaryEmailAddressCommandOutput>;
|
|
482
|
+
updatePrimaryEmailAddress(args: UpdatePrimaryEmailAddressCommandInput, cb: (err: any, data?: UpdatePrimaryEmailAddressCommandOutput) => void): void;
|
|
483
|
+
updatePrimaryEmailAddress(args: UpdatePrimaryEmailAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePrimaryEmailAddressCommandOutput) => void): void;
|
|
484
|
+
/**
|
|
485
|
+
* <p>Updates data for the resource. To have the latest information, it must be preceded by
|
|
486
|
+
* a <a>DescribeResource</a> call. The dataset in the request should be the one
|
|
487
|
+
* expected when performing another <code>DescribeResource</code> call.</p>
|
|
488
|
+
*/
|
|
489
|
+
updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
|
|
490
|
+
updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
491
|
+
updateResource(args: UpdateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
492
|
+
}
|