@aws-sdk/client-workmail 3.279.0 → 3.282.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 (82) hide show
  1. package/README.md +643 -0
  2. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +6 -0
  4. package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +6 -0
  5. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateAliasCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateAvailabilityConfigurationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateOrganizationCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateResourceCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteAvailabilityConfigurationCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
  27. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +6 -0
  28. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeGroupCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeOrganizationCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeResourceCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeUserCommand.d.ts +6 -0
  36. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +6 -0
  37. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +6 -0
  38. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +6 -0
  39. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +6 -0
  40. package/dist-types/commands/GetImpersonationRoleCommand.d.ts +6 -0
  41. package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +6 -0
  42. package/dist-types/commands/GetMailDomainCommand.d.ts +6 -0
  43. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +6 -0
  44. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +6 -0
  45. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +6 -0
  46. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
  48. package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListGroupMembersCommand.d.ts +6 -0
  50. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListImpersonationRolesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListMailDomainsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +6 -0
  56. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +6 -0
  57. package/dist-types/commands/ListOrganizationsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +6 -0
  59. package/dist-types/commands/ListResourcesCommand.d.ts +6 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  62. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +6 -0
  63. package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +6 -0
  64. package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +6 -0
  65. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +6 -0
  66. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +6 -0
  67. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +6 -0
  68. package/dist-types/commands/RegisterMailDomainCommand.d.ts +6 -0
  69. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +6 -0
  70. package/dist-types/commands/ResetPasswordCommand.d.ts +6 -0
  71. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +6 -0
  72. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  73. package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +6 -0
  74. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  75. package/dist-types/commands/UpdateAvailabilityConfigurationCommand.d.ts +6 -0
  76. package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +6 -0
  77. package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +6 -0
  78. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +6 -0
  79. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +6 -0
  80. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +6 -0
  81. package/dist-types/commands/UpdateResourceCommand.d.ts +6 -0
  82. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetImpersonationRoleEffectRequest, GetImpersonationRoleEffectResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link GetImpersonationRoleEffectCommand}.
8
+ */
6
9
  export interface GetImpersonationRoleEffectCommandInput extends GetImpersonationRoleEffectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetImpersonationRoleEffectCommand}.
13
+ */
8
14
  export interface GetImpersonationRoleEffectCommandOutput extends GetImpersonationRoleEffectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetMailDomainRequest, GetMailDomainResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link GetMailDomainCommand}.
8
+ */
6
9
  export interface GetMailDomainCommandInput extends GetMailDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMailDomainCommand}.
13
+ */
8
14
  export interface GetMailDomainCommandOutput extends GetMailDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetMailboxDetailsRequest, GetMailboxDetailsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link GetMailboxDetailsCommand}.
8
+ */
6
9
  export interface GetMailboxDetailsCommandInput extends GetMailboxDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMailboxDetailsCommand}.
13
+ */
8
14
  export interface GetMailboxDetailsCommandOutput extends GetMailboxDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetMobileDeviceAccessEffectRequest, GetMobileDeviceAccessEffectResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link GetMobileDeviceAccessEffectCommand}.
8
+ */
6
9
  export interface GetMobileDeviceAccessEffectCommandInput extends GetMobileDeviceAccessEffectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMobileDeviceAccessEffectCommand}.
13
+ */
8
14
  export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDeviceAccessEffectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetMobileDeviceAccessOverrideRequest, GetMobileDeviceAccessOverrideResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link GetMobileDeviceAccessOverrideCommand}.
8
+ */
6
9
  export interface GetMobileDeviceAccessOverrideCommandInput extends GetMobileDeviceAccessOverrideRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMobileDeviceAccessOverrideCommand}.
13
+ */
8
14
  export interface GetMobileDeviceAccessOverrideCommandOutput extends GetMobileDeviceAccessOverrideResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAccessControlRulesRequest, ListAccessControlRulesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListAccessControlRulesCommand}.
8
+ */
6
9
  export interface ListAccessControlRulesCommandInput extends ListAccessControlRulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessControlRulesCommand}.
13
+ */
8
14
  export interface ListAccessControlRulesCommandOutput extends ListAccessControlRulesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListAliasesCommand}.
8
+ */
6
9
  export interface ListAliasesCommandInput extends ListAliasesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAliasesCommand}.
13
+ */
8
14
  export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAvailabilityConfigurationsRequest, ListAvailabilityConfigurationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListAvailabilityConfigurationsCommand}.
8
+ */
6
9
  export interface ListAvailabilityConfigurationsCommandInput extends ListAvailabilityConfigurationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAvailabilityConfigurationsCommand}.
13
+ */
8
14
  export interface ListAvailabilityConfigurationsCommandOutput extends ListAvailabilityConfigurationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListGroupMembersRequest, ListGroupMembersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListGroupMembersCommand}.
8
+ */
6
9
  export interface ListGroupMembersCommandInput extends ListGroupMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupMembersCommand}.
13
+ */
8
14
  export interface ListGroupMembersCommandOutput extends ListGroupMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListGroupsCommand}.
8
+ */
6
9
  export interface ListGroupsCommandInput extends ListGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupsCommand}.
13
+ */
8
14
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListImpersonationRolesRequest, ListImpersonationRolesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListImpersonationRolesCommand}.
8
+ */
6
9
  export interface ListImpersonationRolesCommandInput extends ListImpersonationRolesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListImpersonationRolesCommand}.
13
+ */
8
14
  export interface ListImpersonationRolesCommandOutput extends ListImpersonationRolesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMailDomainsRequest, ListMailDomainsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListMailDomainsCommand}.
8
+ */
6
9
  export interface ListMailDomainsCommandInput extends ListMailDomainsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMailDomainsCommand}.
13
+ */
8
14
  export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMailboxExportJobsRequest, ListMailboxExportJobsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListMailboxExportJobsCommand}.
8
+ */
6
9
  export interface ListMailboxExportJobsCommandInput extends ListMailboxExportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMailboxExportJobsCommand}.
13
+ */
8
14
  export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMailboxPermissionsRequest, ListMailboxPermissionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListMailboxPermissionsCommand}.
8
+ */
6
9
  export interface ListMailboxPermissionsCommandInput extends ListMailboxPermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMailboxPermissionsCommand}.
13
+ */
8
14
  export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMobileDeviceAccessOverridesRequest, ListMobileDeviceAccessOverridesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListMobileDeviceAccessOverridesCommand}.
8
+ */
6
9
  export interface ListMobileDeviceAccessOverridesCommandInput extends ListMobileDeviceAccessOverridesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMobileDeviceAccessOverridesCommand}.
13
+ */
8
14
  export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobileDeviceAccessOverridesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMobileDeviceAccessRulesRequest, ListMobileDeviceAccessRulesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListMobileDeviceAccessRulesCommand}.
8
+ */
6
9
  export interface ListMobileDeviceAccessRulesCommandInput extends ListMobileDeviceAccessRulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMobileDeviceAccessRulesCommand}.
13
+ */
8
14
  export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDeviceAccessRulesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListOrganizationsRequest, ListOrganizationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListOrganizationsCommand}.
8
+ */
6
9
  export interface ListOrganizationsCommandInput extends ListOrganizationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListOrganizationsCommand}.
13
+ */
8
14
  export interface ListOrganizationsCommandOutput extends ListOrganizationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourceDelegatesRequest, ListResourceDelegatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListResourceDelegatesCommand}.
8
+ */
6
9
  export interface ListResourceDelegatesCommandInput extends ListResourceDelegatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourceDelegatesCommand}.
13
+ */
8
14
  export interface ListResourceDelegatesCommandOutput extends ListResourceDelegatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListResourcesCommand}.
8
+ */
6
9
  export interface ListResourcesCommandInput extends ListResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourcesCommand}.
13
+ */
8
14
  export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ListUsersCommand}.
8
+ */
6
9
  export interface ListUsersCommandInput extends ListUsersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsersCommand}.
13
+ */
8
14
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccessControlRuleRequest, PutAccessControlRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutAccessControlRuleCommand}.
8
+ */
6
9
  export interface PutAccessControlRuleCommandInput extends PutAccessControlRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccessControlRuleCommand}.
13
+ */
8
14
  export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailMonitoringConfigurationRequest, PutEmailMonitoringConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutEmailMonitoringConfigurationCommand}.
8
+ */
6
9
  export interface PutEmailMonitoringConfigurationCommandInput extends PutEmailMonitoringConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailMonitoringConfigurationCommand}.
13
+ */
8
14
  export interface PutEmailMonitoringConfigurationCommandOutput extends PutEmailMonitoringConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutInboundDmarcSettingsRequest, PutInboundDmarcSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutInboundDmarcSettingsCommand}.
8
+ */
6
9
  export interface PutInboundDmarcSettingsCommandInput extends PutInboundDmarcSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutInboundDmarcSettingsCommand}.
13
+ */
8
14
  export interface PutInboundDmarcSettingsCommandOutput extends PutInboundDmarcSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutMailboxPermissionsRequest, PutMailboxPermissionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutMailboxPermissionsCommand}.
8
+ */
6
9
  export interface PutMailboxPermissionsCommandInput extends PutMailboxPermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutMailboxPermissionsCommand}.
13
+ */
8
14
  export interface PutMailboxPermissionsCommandOutput extends PutMailboxPermissionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutMobileDeviceAccessOverrideRequest, PutMobileDeviceAccessOverrideResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutMobileDeviceAccessOverrideCommand}.
8
+ */
6
9
  export interface PutMobileDeviceAccessOverrideCommandInput extends PutMobileDeviceAccessOverrideRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutMobileDeviceAccessOverrideCommand}.
13
+ */
8
14
  export interface PutMobileDeviceAccessOverrideCommandOutput extends PutMobileDeviceAccessOverrideResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutRetentionPolicyRequest, PutRetentionPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link PutRetentionPolicyCommand}.
8
+ */
6
9
  export interface PutRetentionPolicyCommandInput extends PutRetentionPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRetentionPolicyCommand}.
13
+ */
8
14
  export interface PutRetentionPolicyCommandOutput extends PutRetentionPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RegisterMailDomainRequest, RegisterMailDomainResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link RegisterMailDomainCommand}.
8
+ */
6
9
  export interface RegisterMailDomainCommandInput extends RegisterMailDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterMailDomainCommand}.
13
+ */
8
14
  export interface RegisterMailDomainCommandOutput extends RegisterMailDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RegisterToWorkMailRequest, RegisterToWorkMailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link RegisterToWorkMailCommand}.
8
+ */
6
9
  export interface RegisterToWorkMailCommandInput extends RegisterToWorkMailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterToWorkMailCommand}.
13
+ */
8
14
  export interface RegisterToWorkMailCommandOutput extends RegisterToWorkMailResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ResetPasswordRequest, ResetPasswordResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link ResetPasswordCommand}.
8
+ */
6
9
  export interface ResetPasswordCommandInput extends ResetPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ResetPasswordCommand}.
13
+ */
8
14
  export interface ResetPasswordCommandOutput extends ResetPasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartMailboxExportJobRequest, StartMailboxExportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link StartMailboxExportJobCommand}.
8
+ */
6
9
  export interface StartMailboxExportJobCommandInput extends StartMailboxExportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartMailboxExportJobCommand}.
13
+ */
8
14
  export interface StartMailboxExportJobCommandOutput extends StartMailboxExportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TestAvailabilityConfigurationRequest, TestAvailabilityConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link TestAvailabilityConfigurationCommand}.
8
+ */
6
9
  export interface TestAvailabilityConfigurationCommandInput extends TestAvailabilityConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TestAvailabilityConfigurationCommand}.
13
+ */
8
14
  export interface TestAvailabilityConfigurationCommandOutput extends TestAvailabilityConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateAvailabilityConfigurationRequest, UpdateAvailabilityConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UpdateAvailabilityConfigurationCommand}.
8
+ */
6
9
  export interface UpdateAvailabilityConfigurationCommandInput extends UpdateAvailabilityConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAvailabilityConfigurationCommand}.
13
+ */
8
14
  export interface UpdateAvailabilityConfigurationCommandOutput extends UpdateAvailabilityConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateDefaultMailDomainRequest, UpdateDefaultMailDomainResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UpdateDefaultMailDomainCommand}.
8
+ */
6
9
  export interface UpdateDefaultMailDomainCommandInput extends UpdateDefaultMailDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDefaultMailDomainCommand}.
13
+ */
8
14
  export interface UpdateDefaultMailDomainCommandOutput extends UpdateDefaultMailDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateImpersonationRoleRequest, UpdateImpersonationRoleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UpdateImpersonationRoleCommand}.
8
+ */
6
9
  export interface UpdateImpersonationRoleCommandInput extends UpdateImpersonationRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateImpersonationRoleCommand}.
13
+ */
8
14
  export interface UpdateImpersonationRoleCommandOutput extends UpdateImpersonationRoleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateMailboxQuotaRequest, UpdateMailboxQuotaResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UpdateMailboxQuotaCommand}.
8
+ */
6
9
  export interface UpdateMailboxQuotaCommandInput extends UpdateMailboxQuotaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMailboxQuotaCommand}.
13
+ */
8
14
  export interface UpdateMailboxQuotaCommandOutput extends UpdateMailboxQuotaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateMobileDeviceAccessRuleRequest, UpdateMobileDeviceAccessRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
+ /**
7
+ * The input for {@link UpdateMobileDeviceAccessRuleCommand}.
8
+ */
6
9
  export interface UpdateMobileDeviceAccessRuleCommandInput extends UpdateMobileDeviceAccessRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMobileDeviceAccessRuleCommand}.
13
+ */
8
14
  export interface UpdateMobileDeviceAccessRuleCommandOutput extends UpdateMobileDeviceAccessRuleResponse, __MetadataBearer {
9
15
  }
10
16
  /**