@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.
Files changed (107) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkMailServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +313 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +707 -2706
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkMailServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +288 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1567 -2935
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkMailServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +156 -67
  13. package/dist-types/ts3.4/WorkMail.d.ts +345 -0
  14. package/dist-types/ts3.4/WorkMailClient.d.ts +141 -0
  15. package/dist-types/ts3.4/commands/AssociateDelegateToResourceCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateMemberToGroupCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CancelMailboxExportJobCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateMobileDeviceAccessRuleCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteAccessControlRuleCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteMailboxPermissionsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeregisterFromWorkMailCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeregisterMailDomainCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeInboundDmarcSettingsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeMailboxExportJobCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DisassociateDelegateFromResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DisassociateMemberFromGroupCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetAccessControlEffectCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetDefaultRetentionPolicyCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetMailDomainCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetMailboxDetailsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetMobileDeviceAccessEffectCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetMobileDeviceAccessOverrideCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListAccessControlRulesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListMailDomainsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListMailboxExportJobsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListMailboxPermissionsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListMobileDeviceAccessOverridesCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListMobileDeviceAccessRulesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListOrganizationsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListResourceDelegatesCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/PutAccessControlRuleCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/PutEmailMonitoringConfigurationCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/PutInboundDmarcSettingsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutMailboxPermissionsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutMobileDeviceAccessOverrideCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/RegisterMailDomainCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/RegisterToWorkMailCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ResetPasswordCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/StartMailboxExportJobCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateDefaultMailDomainCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateMailboxQuotaCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdatePrimaryEmailAddressCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +68 -0
  84. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  85. package/dist-types/ts3.4/index.d.ts +6 -0
  86. package/dist-types/ts3.4/models/WorkMailServiceException.d.ts +6 -0
  87. package/dist-types/ts3.4/models/index.d.ts +1 -0
  88. package/dist-types/ts3.4/models/models_0.d.ts +2000 -0
  89. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  90. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListMailDomainsPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListMailboxExportJobsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListMailboxPermissionsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListMobileDeviceAccessOverridesPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListOrganizationsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListResourceDelegatesPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  102. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +206 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  107. 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,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./WorkMail";
2
+ export * from "./WorkMailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { WorkMailServiceException } from "./models/WorkMailServiceException";
@@ -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";