@aws-sdk/client-workmail 3.40.0 → 3.45.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 (99) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/WorkMail.js +45 -0
  3. package/dist-cjs/commands/DeleteEmailMonitoringConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeEmailMonitoringConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/PutEmailMonitoringConfigurationCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoints.js +9 -0
  8. package/dist-cjs/models/models_0.js +46 -10
  9. package/dist-cjs/protocols/Aws_json1_1.js +270 -3
  10. package/dist-es/WorkMail.js +45 -0
  11. package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +39 -0
  12. package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +39 -0
  13. package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +39 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoints.js +9 -0
  16. package/dist-es/models/models_0.js +28 -4
  17. package/dist-es/protocols/Aws_json1_1.js +289 -0
  18. package/dist-types/WorkMail.d.ts +21 -0
  19. package/dist-types/WorkMailClient.d.ts +5 -2
  20. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateOrganizationCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +35 -0
  32. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  40. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +1 -1
  41. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +35 -0
  43. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  49. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +1 -1
  52. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/GetMailDomainCommand.d.ts +1 -1
  54. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +1 -1
  56. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +1 -1
  57. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListGroupMembersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListMailDomainsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +1 -1
  65. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +1 -1
  66. package/dist-types/commands/ListOrganizationsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +1 -1
  68. package/dist-types/commands/ListResourcesCommand.d.ts +1 -1
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  70. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  71. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +1 -1
  72. package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +35 -0
  73. package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +1 -1
  74. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +1 -1
  76. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +1 -1
  77. package/dist-types/commands/RegisterMailDomainCommand.d.ts +1 -1
  78. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +1 -1
  79. package/dist-types/commands/ResetPasswordCommand.d.ts +1 -1
  80. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +1 -1
  81. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/index.d.ts +3 -0
  89. package/dist-types/models/models_0.d.ts +90 -14
  90. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  91. package/dist-types/ts3.4/WorkMail.d.ts +15 -0
  92. package/dist-types/ts3.4/WorkMailClient.d.ts +5 -2
  93. package/dist-types/ts3.4/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/PutEmailMonitoringConfigurationCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  97. package/dist-types/ts3.4/models/models_0.d.ts +60 -10
  98. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  99. package/package.json +6 -6
@@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
20
20
  *
21
21
  * @see {@link CreateUserCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, WorkMailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteAccessControlRuleCommandOutput extends DeleteAccessContro
23
23
  *
24
24
  * @see {@link DeleteAccessControlRuleCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteAccessControlRuleCommandOutput} for command's `response` shape.
26
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteAccessControlRuleCommand extends $Command<DeleteAccessControlRuleCommandInput, DeleteAccessControlRuleCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteAliasCommandOutput extends DeleteAliasResponse, __Metadat
21
21
  *
22
22
  * @see {@link DeleteAliasCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteAliasCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, WorkMailClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteEmailMonitoringConfigurationRequest, DeleteEmailMonitoringConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
5
+ export interface DeleteEmailMonitoringConfigurationCommandInput extends DeleteEmailMonitoringConfigurationRequest {
6
+ }
7
+ export interface DeleteEmailMonitoringConfigurationCommandOutput extends DeleteEmailMonitoringConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the email monitoring configuration for a specified organization.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { WorkMailClient, DeleteEmailMonitoringConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
15
+ * // const { WorkMailClient, DeleteEmailMonitoringConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
16
+ * const client = new WorkMailClient(config);
17
+ * const command = new DeleteEmailMonitoringConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteEmailMonitoringConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteEmailMonitoringConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteEmailMonitoringConfigurationCommand extends $Command<DeleteEmailMonitoringConfigurationCommandInput, DeleteEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig> {
27
+ readonly input: DeleteEmailMonitoringConfigurationCommandInput;
28
+ constructor(input: DeleteEmailMonitoringConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailMonitoringConfigurationCommandInput, DeleteEmailMonitoringConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
20
20
  *
21
21
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMailboxPermissionsCommandOutput extends DeleteMailboxPerm
20
20
  *
21
21
  * @see {@link DeleteMailboxPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMailboxPermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMailboxPermissionsCommand extends $Command<DeleteMailboxPermissionsCommandInput, DeleteMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteMobileDeviceAccessOverrideCommandOutput extends DeleteMob
23
23
  *
24
24
  * @see {@link DeleteMobileDeviceAccessOverrideCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteMobileDeviceAccessOverrideCommandOutput} for command's `response` shape.
26
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteMobileDeviceAccessOverrideCommand extends $Command<DeleteMobileDeviceAccessOverrideCommandInput, DeleteMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteMobileDeviceAccessRuleCommandOutput extends DeleteMobileD
23
23
  *
24
24
  * @see {@link DeleteMobileDeviceAccessRuleCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteMobileDeviceAccessRuleCommandOutput} for command's `response` shape.
26
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteMobileDeviceAccessRuleCommand extends $Command<DeleteMobileDeviceAccessRuleCommandInput, DeleteMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteOrganizationCommandOutput extends DeleteOrganizationRespo
20
20
  *
21
21
  * @see {@link DeleteOrganizationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteOrganizationCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteOrganizationCommand extends $Command<DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteResourceCommandOutput extends DeleteResourceResponse, __M
20
20
  *
21
21
  * @see {@link DeleteResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteResourceCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteResourceCommand extends $Command<DeleteResourceCommandInput, DeleteResourceCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRetentionPolicyCommandOutput extends DeleteRetentionPolic
20
20
  *
21
21
  * @see {@link DeleteRetentionPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRetentionPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRetentionPolicyCommand extends $Command<DeleteRetentionPolicyCommandInput, DeleteRetentionPolicyCommandOutput, WorkMailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
24
24
  *
25
25
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
27
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, WorkMailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeregisterFromWorkMailCommandOutput extends DeregisterFromWorkM
23
23
  *
24
24
  * @see {@link DeregisterFromWorkMailCommandInput} for command's `input` shape.
25
25
  * @see {@link DeregisterFromWorkMailCommandOutput} for command's `response` shape.
26
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeregisterFromWorkMailCommand extends $Command<DeregisterFromWorkMailCommandInput, DeregisterFromWorkMailCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeregisterMailDomainCommandOutput extends DeregisterMailDomainR
21
21
  *
22
22
  * @see {@link DeregisterMailDomainCommandInput} for command's `input` shape.
23
23
  * @see {@link DeregisterMailDomainCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeregisterMailDomainCommand extends $Command<DeregisterMailDomainCommandInput, DeregisterMailDomainCommandOutput, WorkMailClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeEmailMonitoringConfigurationRequest, DescribeEmailMonitoringConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
5
+ export interface DescribeEmailMonitoringConfigurationCommandInput extends DescribeEmailMonitoringConfigurationRequest {
6
+ }
7
+ export interface DescribeEmailMonitoringConfigurationCommandOutput extends DescribeEmailMonitoringConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the current email monitoring configuration for a specified organization.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { WorkMailClient, DescribeEmailMonitoringConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
15
+ * // const { WorkMailClient, DescribeEmailMonitoringConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
16
+ * const client = new WorkMailClient(config);
17
+ * const command = new DescribeEmailMonitoringConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeEmailMonitoringConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeEmailMonitoringConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeEmailMonitoringConfigurationCommand extends $Command<DescribeEmailMonitoringConfigurationCommandInput, DescribeEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig> {
27
+ readonly input: DescribeEmailMonitoringConfigurationCommandInput;
28
+ constructor(input: DescribeEmailMonitoringConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEmailMonitoringConfigurationCommandInput, DescribeEmailMonitoringConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeGroupCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeInboundDmarcSettingsCommandOutput extends DescribeInbou
20
20
  *
21
21
  * @see {@link DescribeInboundDmarcSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeInboundDmarcSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeInboundDmarcSettingsCommand extends $Command<DescribeInboundDmarcSettingsCommandInput, DescribeInboundDmarcSettingsCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeMailboxExportJobCommandOutput extends DescribeMailboxEx
20
20
  *
21
21
  * @see {@link DescribeMailboxExportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeMailboxExportJobCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeMailboxExportJobCommand extends $Command<DescribeMailboxExportJobCommandInput, DescribeMailboxExportJobCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR
21
21
  *
22
22
  * @see {@link DescribeOrganizationCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeOrganizationCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeOrganizationCommand extends $Command<DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
20
20
  *
21
21
  * @see {@link DescribeResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeResourceCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeResourceCommand extends $Command<DescribeResourceCommandInput, DescribeResourceCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
20
20
  *
21
21
  * @see {@link DescribeUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUserCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateDelegateFromResourceCommandOutput extends Disassoci
20
20
  *
21
21
  * @see {@link DisassociateDelegateFromResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateDelegateFromResourceCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateDelegateFromResourceCommand extends $Command<DisassociateDelegateFromResourceCommandInput, DisassociateDelegateFromResourceCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateMemberFromGroupCommandOutput extends DisassociateMe
20
20
  *
21
21
  * @see {@link DisassociateMemberFromGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateMemberFromGroupCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateMemberFromGroupCommand extends $Command<DisassociateMemberFromGroupCommandInput, DisassociateMemberFromGroupCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAccessControlEffectCommandOutput extends GetAccessControlEff
21
21
  *
22
22
  * @see {@link GetAccessControlEffectCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAccessControlEffectCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAccessControlEffectCommand extends $Command<GetAccessControlEffectCommandInput, GetAccessControlEffectCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDefaultRetentionPolicyCommandOutput extends GetDefaultRetent
20
20
  *
21
21
  * @see {@link GetDefaultRetentionPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDefaultRetentionPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDefaultRetentionPolicyCommand extends $Command<GetDefaultRetentionPolicyCommandInput, GetDefaultRetentionPolicyCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMailDomainCommandOutput extends GetMailDomainResponse, __Met
20
20
  *
21
21
  * @see {@link GetMailDomainCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMailDomainCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMailDomainCommand extends $Command<GetMailDomainCommandInput, GetMailDomainCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMailboxDetailsCommandOutput extends GetMailboxDetailsRespons
20
20
  *
21
21
  * @see {@link GetMailboxDetailsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMailboxDetailsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMailboxDetailsCommand extends $Command<GetMailboxDetailsCommandInput, GetMailboxDetailsCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDevic
21
21
  *
22
22
  * @see {@link GetMobileDeviceAccessEffectCommandInput} for command's `input` shape.
23
23
  * @see {@link GetMobileDeviceAccessEffectCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetMobileDeviceAccessEffectCommand extends $Command<GetMobileDeviceAccessEffectCommandInput, GetMobileDeviceAccessEffectCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMobileDeviceAccessOverrideCommandOutput extends GetMobileDev
20
20
  *
21
21
  * @see {@link GetMobileDeviceAccessOverrideCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMobileDeviceAccessOverrideCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMobileDeviceAccessOverrideCommand extends $Command<GetMobileDeviceAccessOverrideCommandInput, GetMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAccessControlRulesCommandOutput extends ListAccessControlRu
20
20
  *
21
21
  * @see {@link ListAccessControlRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAccessControlRulesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAccessControlRulesCommand extends $Command<ListAccessControlRulesCommandInput, ListAccessControlRulesCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListAliasesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListAliasesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListGroupMembersCommandOutput extends ListGroupMembersResponse,
21
21
  *
22
22
  * @see {@link ListGroupMembersCommandInput} for command's `input` shape.
23
23
  * @see {@link ListGroupMembersCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListGroupMembersCommand extends $Command<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, _
20
20
  *
21
21
  * @see {@link ListMailDomainsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMailDomainsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMailDomainsCommand extends $Command<ListMailDomainsCommandInput, ListMailDomainsCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJob
21
21
  *
22
22
  * @see {@link ListMailboxExportJobsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListMailboxExportJobsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListMailboxExportJobsCommand extends $Command<ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissi
21
21
  *
22
22
  * @see {@link ListMailboxPermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListMailboxPermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListMailboxPermissionsCommand extends $Command<ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobile
20
20
  *
21
21
  * @see {@link ListMobileDeviceAccessOverridesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMobileDeviceAccessOverridesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMobileDeviceAccessOverridesCommand extends $Command<ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDevi
20
20
  *
21
21
  * @see {@link ListMobileDeviceAccessRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMobileDeviceAccessRulesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMobileDeviceAccessRulesCommand extends $Command<ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListOrganizationsCommandOutput extends ListOrganizationsRespons
20
20
  *
21
21
  * @see {@link ListOrganizationsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListOrganizationsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListOrganizationsCommand extends $Command<ListOrganizationsCommandInput, ListOrganizationsCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListResourceDelegatesCommandOutput extends ListResourceDelegate
21
21
  *
22
22
  * @see {@link ListResourceDelegatesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListResourceDelegatesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListResourceDelegatesCommand extends $Command<ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
20
20
  *
21
21
  * @see {@link ListResourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListResourcesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link ListUsersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, WorkMailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleR
23
23
  *
24
24
  * @see {@link PutAccessControlRuleCommandInput} for command's `input` shape.
25
25
  * @see {@link PutAccessControlRuleCommandOutput} for command's `response` shape.
26
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PutAccessControlRuleCommand extends $Command<PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput, WorkMailClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { PutEmailMonitoringConfigurationRequest, PutEmailMonitoringConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
5
+ export interface PutEmailMonitoringConfigurationCommandInput extends PutEmailMonitoringConfigurationRequest {
6
+ }
7
+ export interface PutEmailMonitoringConfigurationCommandOutput extends PutEmailMonitoringConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates or updates the email monitoring configuration for a specified organization.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { WorkMailClient, PutEmailMonitoringConfigurationCommand } from "@aws-sdk/client-workmail"; // ES Modules import
15
+ * // const { WorkMailClient, PutEmailMonitoringConfigurationCommand } = require("@aws-sdk/client-workmail"); // CommonJS import
16
+ * const client = new WorkMailClient(config);
17
+ * const command = new PutEmailMonitoringConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link PutEmailMonitoringConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link PutEmailMonitoringConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class PutEmailMonitoringConfigurationCommand extends $Command<PutEmailMonitoringConfigurationCommandInput, PutEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig> {
27
+ readonly input: PutEmailMonitoringConfigurationCommandInput;
28
+ constructor(input: PutEmailMonitoringConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailMonitoringConfigurationCommandInput, PutEmailMonitoringConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface PutInboundDmarcSettingsCommandOutput extends PutInboundDmarcSet
20
20
  *
21
21
  * @see {@link PutInboundDmarcSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link PutInboundDmarcSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutInboundDmarcSettingsCommand extends $Command<PutInboundDmarcSettingsCommandInput, PutInboundDmarcSettingsCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutMailboxPermissionsCommandOutput extends PutMailboxPermission
21
21
  *
22
22
  * @see {@link PutMailboxPermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutMailboxPermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutMailboxPermissionsCommand extends $Command<PutMailboxPermissionsCommandInput, PutMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutMobileDeviceAccessOverrideCommandOutput extends PutMobileDev
20
20
  *
21
21
  * @see {@link PutMobileDeviceAccessOverrideCommandInput} for command's `input` shape.
22
22
  * @see {@link PutMobileDeviceAccessOverrideCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutMobileDeviceAccessOverrideCommand extends $Command<PutMobileDeviceAccessOverrideCommandInput, PutMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutRetentionPolicyCommandOutput extends PutRetentionPolicyRespo
20
20
  *
21
21
  * @see {@link PutRetentionPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link PutRetentionPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutRetentionPolicyCommand extends $Command<PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput, WorkMailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RegisterMailDomainCommandOutput extends RegisterMailDomainRespo
21
21
  *
22
22
  * @see {@link RegisterMailDomainCommandInput} for command's `input` shape.
23
23
  * @see {@link RegisterMailDomainCommandOutput} for command's `response` shape.
24
- * @see {@link WorkMailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RegisterMailDomainCommand extends $Command<RegisterMailDomainCommandInput, RegisterMailDomainCommandOutput, WorkMailClientResolvedConfig> {