@aws-sdk/client-workmail 3.299.0 → 3.301.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 (81) hide show
  1. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +5 -0
  2. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +5 -0
  3. package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +4 -0
  4. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +5 -0
  5. package/dist-types/commands/CreateAliasCommand.d.ts +5 -0
  6. package/dist-types/commands/CreateAvailabilityConfigurationCommand.d.ts +13 -0
  7. package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +21 -0
  9. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +31 -0
  10. package/dist-types/commands/CreateOrganizationCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateResourceCommand.d.ts +5 -0
  12. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteAliasCommand.d.ts +5 -0
  15. package/dist-types/commands/DeleteAvailabilityConfigurationCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +5 -0
  20. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +5 -0
  21. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteOrganizationCommand.d.ts +5 -0
  23. package/dist-types/commands/DeleteResourceCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  26. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +4 -0
  27. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +3 -0
  29. package/dist-types/commands/DescribeGroupCommand.d.ts +4 -0
  30. package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeOrganizationCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeResourceCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeUserCommand.d.ts +4 -0
  35. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +5 -0
  36. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +5 -0
  37. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +7 -0
  38. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +3 -0
  39. package/dist-types/commands/GetImpersonationRoleCommand.d.ts +4 -0
  40. package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +5 -0
  41. package/dist-types/commands/GetMailDomainCommand.d.ts +4 -0
  42. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +4 -0
  43. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +7 -0
  44. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +5 -0
  45. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +3 -0
  46. package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +5 -0
  48. package/dist-types/commands/ListGroupMembersCommand.d.ts +6 -0
  49. package/dist-types/commands/ListGroupsCommand.d.ts +5 -0
  50. package/dist-types/commands/ListImpersonationRolesCommand.d.ts +5 -0
  51. package/dist-types/commands/ListMailDomainsCommand.d.ts +5 -0
  52. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +5 -0
  53. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +7 -0
  55. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +3 -0
  56. package/dist-types/commands/ListOrganizationsCommand.d.ts +4 -0
  57. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +6 -0
  58. package/dist-types/commands/ListResourcesCommand.d.ts +5 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  60. package/dist-types/commands/ListUsersCommand.d.ts +5 -0
  61. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +30 -0
  62. package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +5 -0
  63. package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +4 -0
  64. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +8 -0
  65. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +7 -0
  66. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +13 -0
  67. package/dist-types/commands/RegisterMailDomainCommand.d.ts +5 -0
  68. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +5 -0
  69. package/dist-types/commands/ResetPasswordCommand.d.ts +5 -0
  70. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +10 -0
  71. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  72. package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +12 -0
  73. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateAvailabilityConfigurationCommand.d.ts +12 -0
  75. package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +21 -0
  77. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +5 -0
  78. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +31 -0
  79. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +5 -0
  80. package/dist-types/commands/UpdateResourceCommand.d.ts +10 -0
  81. package/package.json +8 -8
@@ -26,6 +26,11 @@ export interface AssociateDelegateToResourceCommandOutput extends AssociateDeleg
26
26
  * import { WorkMailClient, AssociateDelegateToResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, AssociateDelegateToResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // AssociateDelegateToResourceRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * EntityId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new AssociateDelegateToResourceCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface AssociateMemberToGroupCommandOutput extends AssociateMemberToGr
26
26
  * import { WorkMailClient, AssociateMemberToGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, AssociateMemberToGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // AssociateMemberToGroupRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * MemberId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new AssociateMemberToGroupCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,10 @@ export interface AssumeImpersonationRoleCommandOutput extends AssumeImpersonatio
27
27
  * import { WorkMailClient, AssumeImpersonationRoleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, AssumeImpersonationRoleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // AssumeImpersonationRoleRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * ImpersonationRoleId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new AssumeImpersonationRoleCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -30,6 +30,11 @@ export interface CancelMailboxExportJobCommandOutput extends CancelMailboxExport
30
30
  * import { WorkMailClient, CancelMailboxExportJobCommand } from "@aws-sdk/client-workmail"; // ES Modules import
31
31
  * // const { WorkMailClient, CancelMailboxExportJobCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
32
32
  * const client = new WorkMailClient(config);
33
+ * const input = { // CancelMailboxExportJobRequest
34
+ * ClientToken: "STRING_VALUE", // required
35
+ * JobId: "STRING_VALUE", // required
36
+ * OrganizationId: "STRING_VALUE", // required
37
+ * };
33
38
  * const command = new CancelMailboxExportJobCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -26,6 +26,11 @@ export interface CreateAliasCommandOutput extends CreateAliasResponse, __Metadat
26
26
  * import { WorkMailClient, CreateAliasCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateAliasCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateAliasRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * EntityId: "STRING_VALUE", // required
32
+ * Alias: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new CreateAliasCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,19 @@ export interface CreateAvailabilityConfigurationCommandOutput extends CreateAvai
26
26
  * import { WorkMailClient, CreateAvailabilityConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateAvailabilityConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateAvailabilityConfigurationRequest
30
+ * ClientToken: "STRING_VALUE",
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * DomainName: "STRING_VALUE", // required
33
+ * EwsProvider: { // EwsAvailabilityProvider
34
+ * EwsEndpoint: "STRING_VALUE", // required
35
+ * EwsUsername: "STRING_VALUE", // required
36
+ * EwsPassword: "STRING_VALUE", // required
37
+ * },
38
+ * LambdaProvider: { // LambdaAvailabilityProvider
39
+ * LambdaArn: "STRING_VALUE", // required
40
+ * },
41
+ * };
29
42
  * const command = new CreateAvailabilityConfigurationCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -26,6 +26,10 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
26
26
  * import { WorkMailClient, CreateGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateGroupRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new CreateGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -31,6 +31,27 @@ export interface CreateImpersonationRoleCommandOutput extends CreateImpersonatio
31
31
  * import { WorkMailClient, CreateImpersonationRoleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
32
32
  * // const { WorkMailClient, CreateImpersonationRoleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
33
33
  * const client = new WorkMailClient(config);
34
+ * const input = { // CreateImpersonationRoleRequest
35
+ * ClientToken: "STRING_VALUE",
36
+ * OrganizationId: "STRING_VALUE", // required
37
+ * Name: "STRING_VALUE", // required
38
+ * Type: "FULL_ACCESS" || "READ_ONLY", // required
39
+ * Description: "STRING_VALUE",
40
+ * Rules: [ // ImpersonationRuleList // required
41
+ * { // ImpersonationRule
42
+ * ImpersonationRuleId: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE",
44
+ * Description: "STRING_VALUE",
45
+ * Effect: "ALLOW" || "DENY", // required
46
+ * TargetUsers: [ // TargetUsers
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * NotTargetUsers: [
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * },
53
+ * ],
54
+ * };
34
55
  * const command = new CreateImpersonationRoleCommand(input);
35
56
  * const response = await client.send(command);
36
57
  * ```
@@ -26,6 +26,37 @@ export interface CreateMobileDeviceAccessRuleCommandOutput extends CreateMobileD
26
26
  * import { WorkMailClient, CreateMobileDeviceAccessRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateMobileDeviceAccessRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateMobileDeviceAccessRuleRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ClientToken: "STRING_VALUE",
32
+ * Name: "STRING_VALUE", // required
33
+ * Description: "STRING_VALUE",
34
+ * Effect: "ALLOW" || "DENY", // required
35
+ * DeviceTypes: [ // DeviceTypeList
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * NotDeviceTypes: [
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * DeviceModels: [ // DeviceModelList
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * NotDeviceModels: [
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * DeviceOperatingSystems: [ // DeviceOperatingSystemList
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * NotDeviceOperatingSystems: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * DeviceUserAgents: [ // DeviceUserAgentList
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * NotDeviceUserAgents: [
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * };
29
60
  * const command = new CreateMobileDeviceAccessRuleCommand(input);
30
61
  * const response = await client.send(command);
31
62
  * ```
@@ -34,6 +34,19 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
34
34
  * import { WorkMailClient, CreateOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
35
35
  * // const { WorkMailClient, CreateOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
36
36
  * const client = new WorkMailClient(config);
37
+ * const input = { // CreateOrganizationRequest
38
+ * DirectoryId: "STRING_VALUE",
39
+ * Alias: "STRING_VALUE", // required
40
+ * ClientToken: "STRING_VALUE",
41
+ * Domains: [ // Domains
42
+ * { // Domain
43
+ * DomainName: "STRING_VALUE",
44
+ * HostedZoneId: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * KmsKeyArn: "STRING_VALUE",
48
+ * EnableInteroperability: true || false,
49
+ * };
37
50
  * const command = new CreateOrganizationCommand(input);
38
51
  * const response = await client.send(command);
39
52
  * ```
@@ -26,6 +26,11 @@ export interface CreateResourceCommandOutput extends CreateResourceResponse, __M
26
26
  * import { WorkMailClient, CreateResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateResourceRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Type: "ROOM" || "EQUIPMENT", // required
33
+ * };
29
34
  * const command = new CreateResourceCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
26
26
  * import { WorkMailClient, CreateUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, CreateUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // CreateUserRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * DisplayName: "STRING_VALUE", // required
33
+ * Password: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new CreateUserCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -29,6 +29,10 @@ export interface DeleteAccessControlRuleCommandOutput extends DeleteAccessContro
29
29
  * import { WorkMailClient, DeleteAccessControlRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
30
30
  * // const { WorkMailClient, DeleteAccessControlRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
31
31
  * const client = new WorkMailClient(config);
32
+ * const input = { // DeleteAccessControlRuleRequest
33
+ * OrganizationId: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeleteAccessControlRuleCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -27,6 +27,11 @@ export interface DeleteAliasCommandOutput extends DeleteAliasResponse, __Metadat
27
27
  * import { WorkMailClient, DeleteAliasCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, DeleteAliasCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // DeleteAliasRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * EntityId: "STRING_VALUE", // required
33
+ * Alias: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new DeleteAliasCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,10 @@ export interface DeleteAvailabilityConfigurationCommandOutput extends DeleteAvai
26
26
  * import { WorkMailClient, DeleteAvailabilityConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteAvailabilityConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteAvailabilityConfigurationRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * DomainName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteAvailabilityConfigurationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEmailMonitoringConfigurationCommandOutput extends DeleteE
26
26
  * import { WorkMailClient, DeleteEmailMonitoringConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteEmailMonitoringConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteEmailMonitoringConfigurationRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEmailMonitoringConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
26
26
  * import { WorkMailClient, DeleteGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteGroupRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteImpersonationRoleCommandOutput extends DeleteImpersonatio
26
26
  * import { WorkMailClient, DeleteImpersonationRoleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteImpersonationRoleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteImpersonationRoleRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ImpersonationRoleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteImpersonationRoleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DeleteMailboxPermissionsCommandOutput extends DeleteMailboxPerm
26
26
  * import { WorkMailClient, DeleteMailboxPermissionsCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteMailboxPermissionsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteMailboxPermissionsRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * EntityId: "STRING_VALUE", // required
32
+ * GranteeId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DeleteMailboxPermissionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,11 @@ export interface DeleteMobileDeviceAccessOverrideCommandOutput extends DeleteMob
29
29
  * import { WorkMailClient, DeleteMobileDeviceAccessOverrideCommand } from "@aws-sdk/client-workmail"; // ES Modules import
30
30
  * // const { WorkMailClient, DeleteMobileDeviceAccessOverrideCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
31
31
  * const client = new WorkMailClient(config);
32
+ * const input = { // DeleteMobileDeviceAccessOverrideRequest
33
+ * OrganizationId: "STRING_VALUE", // required
34
+ * UserId: "STRING_VALUE", // required
35
+ * DeviceId: "STRING_VALUE", // required
36
+ * };
32
37
  * const command = new DeleteMobileDeviceAccessOverrideCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -29,6 +29,10 @@ export interface DeleteMobileDeviceAccessRuleCommandOutput extends DeleteMobileD
29
29
  * import { WorkMailClient, DeleteMobileDeviceAccessRuleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
30
30
  * // const { WorkMailClient, DeleteMobileDeviceAccessRuleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
31
31
  * const client = new WorkMailClient(config);
32
+ * const input = { // DeleteMobileDeviceAccessRuleRequest
33
+ * OrganizationId: "STRING_VALUE", // required
34
+ * MobileDeviceAccessRuleId: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeleteMobileDeviceAccessRuleCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -26,6 +26,11 @@ export interface DeleteOrganizationCommandOutput extends DeleteOrganizationRespo
26
26
  * import { WorkMailClient, DeleteOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteOrganizationRequest
30
+ * ClientToken: "STRING_VALUE",
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * DeleteDirectory: true || false, // required
33
+ * };
29
34
  * const command = new DeleteOrganizationCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface DeleteResourceCommandOutput extends DeleteResourceResponse, __M
26
26
  * import { WorkMailClient, DeleteResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteResourceRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteRetentionPolicyCommandOutput extends DeleteRetentionPolic
26
26
  * import { WorkMailClient, DeleteRetentionPolicyCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DeleteRetentionPolicyCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DeleteRetentionPolicyRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * Id: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteRetentionPolicyCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -30,6 +30,10 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
30
30
  * import { WorkMailClient, DeleteUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import
31
31
  * // const { WorkMailClient, DeleteUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
32
32
  * const client = new WorkMailClient(config);
33
+ * const input = { // DeleteUserRequest
34
+ * OrganizationId: "STRING_VALUE", // required
35
+ * UserId: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new DeleteUserCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -29,6 +29,10 @@ export interface DeregisterFromWorkMailCommandOutput extends DeregisterFromWorkM
29
29
  * import { WorkMailClient, DeregisterFromWorkMailCommand } from "@aws-sdk/client-workmail"; // ES Modules import
30
30
  * // const { WorkMailClient, DeregisterFromWorkMailCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
31
31
  * const client = new WorkMailClient(config);
32
+ * const input = { // DeregisterFromWorkMailRequest
33
+ * OrganizationId: "STRING_VALUE", // required
34
+ * EntityId: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeregisterFromWorkMailCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -27,6 +27,10 @@ export interface DeregisterMailDomainCommandOutput extends DeregisterMailDomainR
27
27
  * import { WorkMailClient, DeregisterMailDomainCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, DeregisterMailDomainCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // DeregisterMailDomainRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * DomainName: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeregisterMailDomainCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,9 @@ export interface DescribeEmailMonitoringConfigurationCommandOutput extends Descr
26
26
  * import { WorkMailClient, DescribeEmailMonitoringConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeEmailMonitoringConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeEmailMonitoringConfigurationRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeEmailMonitoringConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
26
26
  * import { WorkMailClient, DescribeGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeGroupRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DescribeInboundDmarcSettingsCommandOutput extends DescribeInbou
26
26
  * import { WorkMailClient, DescribeInboundDmarcSettingsCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeInboundDmarcSettingsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeInboundDmarcSettingsRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeInboundDmarcSettingsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DescribeMailboxExportJobCommandOutput extends DescribeMailboxEx
26
26
  * import { WorkMailClient, DescribeMailboxExportJobCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeMailboxExportJobCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeMailboxExportJobRequest
30
+ * JobId: "STRING_VALUE", // required
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeMailboxExportJobCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,9 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR
27
27
  * import { WorkMailClient, DescribeOrganizationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, DescribeOrganizationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // DescribeOrganizationRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DescribeOrganizationCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
26
26
  * import { WorkMailClient, DescribeResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeResourceRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
26
26
  * import { WorkMailClient, DescribeUserCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DescribeUserCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DescribeUserRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeUserCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DisassociateDelegateFromResourceCommandOutput extends Disassoci
26
26
  * import { WorkMailClient, DisassociateDelegateFromResourceCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DisassociateDelegateFromResourceCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DisassociateDelegateFromResourceRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * EntityId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DisassociateDelegateFromResourceCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface DisassociateMemberFromGroupCommandOutput extends DisassociateMe
26
26
  * import { WorkMailClient, DisassociateMemberFromGroupCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, DisassociateMemberFromGroupCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // DisassociateMemberFromGroupRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * MemberId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DisassociateMemberFromGroupCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,13 @@ export interface GetAccessControlEffectCommandOutput extends GetAccessControlEff
27
27
  * import { WorkMailClient, GetAccessControlEffectCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, GetAccessControlEffectCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // GetAccessControlEffectRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * IpAddress: "STRING_VALUE", // required
33
+ * Action: "STRING_VALUE", // required
34
+ * UserId: "STRING_VALUE",
35
+ * ImpersonationRoleId: "STRING_VALUE",
36
+ * };
30
37
  * const command = new GetAccessControlEffectCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,9 @@ export interface GetDefaultRetentionPolicyCommandOutput extends GetDefaultRetent
26
26
  * import { WorkMailClient, GetDefaultRetentionPolicyCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetDefaultRetentionPolicyCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetDefaultRetentionPolicyRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDefaultRetentionPolicyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface GetImpersonationRoleCommandOutput extends GetImpersonationRoleR
26
26
  * import { WorkMailClient, GetImpersonationRoleCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetImpersonationRoleCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetImpersonationRoleRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ImpersonationRoleId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetImpersonationRoleCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface GetImpersonationRoleEffectCommandOutput extends GetImpersonatio
26
26
  * import { WorkMailClient, GetImpersonationRoleEffectCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetImpersonationRoleEffectCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetImpersonationRoleEffectRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * ImpersonationRoleId: "STRING_VALUE", // required
32
+ * TargetUser: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetImpersonationRoleEffectCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface GetMailDomainCommandOutput extends GetMailDomainResponse, __Met
26
26
  * import { WorkMailClient, GetMailDomainCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetMailDomainCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetMailDomainRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * DomainName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetMailDomainCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface GetMailboxDetailsCommandOutput extends GetMailboxDetailsRespons
26
26
  * import { WorkMailClient, GetMailboxDetailsCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetMailboxDetailsCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetMailboxDetailsRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetMailboxDetailsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,13 @@ export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDevic
27
27
  * import { WorkMailClient, GetMobileDeviceAccessEffectCommand } from "@aws-sdk/client-workmail"; // ES Modules import
28
28
  * // const { WorkMailClient, GetMobileDeviceAccessEffectCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
29
29
  * const client = new WorkMailClient(config);
30
+ * const input = { // GetMobileDeviceAccessEffectRequest
31
+ * OrganizationId: "STRING_VALUE", // required
32
+ * DeviceType: "STRING_VALUE",
33
+ * DeviceModel: "STRING_VALUE",
34
+ * DeviceOperatingSystem: "STRING_VALUE",
35
+ * DeviceUserAgent: "STRING_VALUE",
36
+ * };
30
37
  * const command = new GetMobileDeviceAccessEffectCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,11 @@ export interface GetMobileDeviceAccessOverrideCommandOutput extends GetMobileDev
26
26
  * import { WorkMailClient, GetMobileDeviceAccessOverrideCommand } from "@aws-sdk/client-workmail"; // ES Modules import
27
27
  * // const { WorkMailClient, GetMobileDeviceAccessOverrideCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
28
28
  * const client = new WorkMailClient(config);
29
+ * const input = { // GetMobileDeviceAccessOverrideRequest
30
+ * OrganizationId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * DeviceId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetMobileDeviceAccessOverrideCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```