@aws-sdk/client-workmail 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/WorkMailServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +313 -4
- package/dist-cjs/protocols/Aws_json1_1.js +707 -2706
- package/dist-es/index.js +1 -0
- package/dist-es/models/WorkMailServiceException.js +12 -0
- package/dist-es/models/models_0.js +288 -1
- package/dist-es/protocols/Aws_json1_1.js +1567 -2935
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/WorkMailServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +156 -67
- package/dist-types/ts3.4/WorkMail.d.ts +345 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +141 -0
- package/dist-types/ts3.4/commands/AssociateDelegateToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateMemberToGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMailboxExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMobileDeviceAccessRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessControlRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMailboxPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterFromWorkMailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterMailDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInboundDmarcSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMailboxExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateDelegateFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessControlEffectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDefaultRetentionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMailDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMailboxDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMobileDeviceAccessEffectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMobileDeviceAccessOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessControlRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMailDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMailboxExportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMailboxPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMobileDeviceAccessOverridesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMobileDeviceAccessRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceDelegatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessControlRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutInboundDmarcSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMailboxPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMobileDeviceAccessOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterMailDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterToWorkMailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMailboxExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDefaultMailDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMailboxQuotaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePrimaryEmailAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +68 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/WorkMailServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2000 -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/ListMailDomainsPaginator.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/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +206 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export * from "./AssociateDelegateToResourceCommand";
|
|
2
|
+
export * from "./AssociateMemberToGroupCommand";
|
|
3
|
+
export * from "./CancelMailboxExportJobCommand";
|
|
4
|
+
export * from "./CreateAliasCommand";
|
|
5
|
+
export * from "./CreateGroupCommand";
|
|
6
|
+
export * from "./CreateMobileDeviceAccessRuleCommand";
|
|
7
|
+
export * from "./CreateOrganizationCommand";
|
|
8
|
+
export * from "./CreateResourceCommand";
|
|
9
|
+
export * from "./CreateUserCommand";
|
|
10
|
+
export * from "./DeleteAccessControlRuleCommand";
|
|
11
|
+
export * from "./DeleteAliasCommand";
|
|
12
|
+
export * from "./DeleteEmailMonitoringConfigurationCommand";
|
|
13
|
+
export * from "./DeleteGroupCommand";
|
|
14
|
+
export * from "./DeleteMailboxPermissionsCommand";
|
|
15
|
+
export * from "./DeleteMobileDeviceAccessOverrideCommand";
|
|
16
|
+
export * from "./DeleteMobileDeviceAccessRuleCommand";
|
|
17
|
+
export * from "./DeleteOrganizationCommand";
|
|
18
|
+
export * from "./DeleteResourceCommand";
|
|
19
|
+
export * from "./DeleteRetentionPolicyCommand";
|
|
20
|
+
export * from "./DeleteUserCommand";
|
|
21
|
+
export * from "./DeregisterFromWorkMailCommand";
|
|
22
|
+
export * from "./DeregisterMailDomainCommand";
|
|
23
|
+
export * from "./DescribeEmailMonitoringConfigurationCommand";
|
|
24
|
+
export * from "./DescribeGroupCommand";
|
|
25
|
+
export * from "./DescribeInboundDmarcSettingsCommand";
|
|
26
|
+
export * from "./DescribeMailboxExportJobCommand";
|
|
27
|
+
export * from "./DescribeOrganizationCommand";
|
|
28
|
+
export * from "./DescribeResourceCommand";
|
|
29
|
+
export * from "./DescribeUserCommand";
|
|
30
|
+
export * from "./DisassociateDelegateFromResourceCommand";
|
|
31
|
+
export * from "./DisassociateMemberFromGroupCommand";
|
|
32
|
+
export * from "./GetAccessControlEffectCommand";
|
|
33
|
+
export * from "./GetDefaultRetentionPolicyCommand";
|
|
34
|
+
export * from "./GetMailDomainCommand";
|
|
35
|
+
export * from "./GetMailboxDetailsCommand";
|
|
36
|
+
export * from "./GetMobileDeviceAccessEffectCommand";
|
|
37
|
+
export * from "./GetMobileDeviceAccessOverrideCommand";
|
|
38
|
+
export * from "./ListAccessControlRulesCommand";
|
|
39
|
+
export * from "./ListAliasesCommand";
|
|
40
|
+
export * from "./ListGroupMembersCommand";
|
|
41
|
+
export * from "./ListGroupsCommand";
|
|
42
|
+
export * from "./ListMailDomainsCommand";
|
|
43
|
+
export * from "./ListMailboxExportJobsCommand";
|
|
44
|
+
export * from "./ListMailboxPermissionsCommand";
|
|
45
|
+
export * from "./ListMobileDeviceAccessOverridesCommand";
|
|
46
|
+
export * from "./ListMobileDeviceAccessRulesCommand";
|
|
47
|
+
export * from "./ListOrganizationsCommand";
|
|
48
|
+
export * from "./ListResourceDelegatesCommand";
|
|
49
|
+
export * from "./ListResourcesCommand";
|
|
50
|
+
export * from "./ListTagsForResourceCommand";
|
|
51
|
+
export * from "./ListUsersCommand";
|
|
52
|
+
export * from "./PutAccessControlRuleCommand";
|
|
53
|
+
export * from "./PutEmailMonitoringConfigurationCommand";
|
|
54
|
+
export * from "./PutInboundDmarcSettingsCommand";
|
|
55
|
+
export * from "./PutMailboxPermissionsCommand";
|
|
56
|
+
export * from "./PutMobileDeviceAccessOverrideCommand";
|
|
57
|
+
export * from "./PutRetentionPolicyCommand";
|
|
58
|
+
export * from "./RegisterMailDomainCommand";
|
|
59
|
+
export * from "./RegisterToWorkMailCommand";
|
|
60
|
+
export * from "./ResetPasswordCommand";
|
|
61
|
+
export * from "./StartMailboxExportJobCommand";
|
|
62
|
+
export * from "./TagResourceCommand";
|
|
63
|
+
export * from "./UntagResourceCommand";
|
|
64
|
+
export * from "./UpdateDefaultMailDomainCommand";
|
|
65
|
+
export * from "./UpdateMailboxQuotaCommand";
|
|
66
|
+
export * from "./UpdateMobileDeviceAccessRuleCommand";
|
|
67
|
+
export * from "./UpdatePrimaryEmailAddressCommand";
|
|
68
|
+
export * from "./UpdateResourceCommand";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class WorkMailServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|