@aws-sdk/client-workmail 3.414.0 → 3.418.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/dist-cjs/WorkMail.js +8 -0
- package/dist-cjs/commands/AssociateDelegateToResourceCommand.js +5 -0
- package/dist-cjs/commands/AssociateMemberToGroupCommand.js +5 -0
- package/dist-cjs/commands/AssumeImpersonationRoleCommand.js +5 -0
- package/dist-cjs/commands/CancelMailboxExportJobCommand.js +5 -0
- package/dist-cjs/commands/CreateAliasCommand.js +5 -0
- package/dist-cjs/commands/CreateAvailabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateGroupCommand.js +5 -0
- package/dist-cjs/commands/CreateImpersonationRoleCommand.js +5 -0
- package/dist-cjs/commands/CreateMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-cjs/commands/CreateOrganizationCommand.js +5 -0
- package/dist-cjs/commands/CreateResourceCommand.js +5 -0
- package/dist-cjs/commands/CreateUserCommand.js +5 -0
- package/dist-cjs/commands/DeleteAccessControlRuleCommand.js +5 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +5 -0
- package/dist-cjs/commands/DeleteAvailabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
- package/dist-cjs/commands/DeleteImpersonationRoleCommand.js +5 -0
- package/dist-cjs/commands/DeleteMailboxPermissionsCommand.js +5 -0
- package/dist-cjs/commands/DeleteMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-cjs/commands/DeleteMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-cjs/commands/DeleteOrganizationCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourceCommand.js +5 -0
- package/dist-cjs/commands/DeleteRetentionPolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserCommand.js +5 -0
- package/dist-cjs/commands/DeregisterFromWorkMailCommand.js +5 -0
- package/dist-cjs/commands/DeregisterMailDomainCommand.js +5 -0
- package/dist-cjs/commands/DescribeEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DescribeEntityCommand.js +51 -0
- package/dist-cjs/commands/DescribeGroupCommand.js +5 -0
- package/dist-cjs/commands/DescribeInboundDmarcSettingsCommand.js +5 -0
- package/dist-cjs/commands/DescribeMailboxExportJobCommand.js +5 -0
- package/dist-cjs/commands/DescribeOrganizationCommand.js +5 -0
- package/dist-cjs/commands/DescribeResourceCommand.js +5 -0
- package/dist-cjs/commands/DescribeUserCommand.js +7 -1
- package/dist-cjs/commands/DisassociateDelegateFromResourceCommand.js +5 -0
- package/dist-cjs/commands/DisassociateMemberFromGroupCommand.js +5 -0
- package/dist-cjs/commands/GetAccessControlEffectCommand.js +5 -0
- package/dist-cjs/commands/GetDefaultRetentionPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetImpersonationRoleCommand.js +5 -0
- package/dist-cjs/commands/GetImpersonationRoleEffectCommand.js +5 -0
- package/dist-cjs/commands/GetMailDomainCommand.js +5 -0
- package/dist-cjs/commands/GetMailboxDetailsCommand.js +5 -0
- package/dist-cjs/commands/GetMobileDeviceAccessEffectCommand.js +5 -0
- package/dist-cjs/commands/GetMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-cjs/commands/ListAccessControlRulesCommand.js +5 -0
- package/dist-cjs/commands/ListAliasesCommand.js +5 -0
- package/dist-cjs/commands/ListAvailabilityConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/ListGroupMembersCommand.js +5 -0
- package/dist-cjs/commands/ListGroupsCommand.js +5 -0
- package/dist-cjs/commands/ListGroupsForEntityCommand.js +51 -0
- package/dist-cjs/commands/ListImpersonationRolesCommand.js +5 -0
- package/dist-cjs/commands/ListMailDomainsCommand.js +5 -0
- package/dist-cjs/commands/ListMailboxExportJobsCommand.js +5 -0
- package/dist-cjs/commands/ListMailboxPermissionsCommand.js +5 -0
- package/dist-cjs/commands/ListMobileDeviceAccessOverridesCommand.js +5 -0
- package/dist-cjs/commands/ListMobileDeviceAccessRulesCommand.js +5 -0
- package/dist-cjs/commands/ListOrganizationsCommand.js +5 -0
- package/dist-cjs/commands/ListResourceDelegatesCommand.js +5 -0
- package/dist-cjs/commands/ListResourcesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ListUsersCommand.js +7 -1
- package/dist-cjs/commands/PutAccessControlRuleCommand.js +5 -0
- package/dist-cjs/commands/PutEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-cjs/commands/PutInboundDmarcSettingsCommand.js +5 -0
- package/dist-cjs/commands/PutMailboxPermissionsCommand.js +5 -0
- package/dist-cjs/commands/PutMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-cjs/commands/PutRetentionPolicyCommand.js +5 -0
- package/dist-cjs/commands/RegisterMailDomainCommand.js +5 -0
- package/dist-cjs/commands/RegisterToWorkMailCommand.js +5 -0
- package/dist-cjs/commands/ResetPasswordCommand.js +5 -0
- package/dist-cjs/commands/StartMailboxExportJobCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/TestAvailabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateAvailabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateDefaultMailDomainCommand.js +5 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +51 -0
- package/dist-cjs/commands/UpdateImpersonationRoleCommand.js +5 -0
- package/dist-cjs/commands/UpdateMailboxQuotaCommand.js +5 -0
- package/dist-cjs/commands/UpdateMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-cjs/commands/UpdatePrimaryEmailAddressCommand.js +5 -0
- package/dist-cjs/commands/UpdateResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateUserCommand.js +52 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +73 -20
- package/dist-cjs/pagination/ListGroupsForEntityPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +276 -4
- package/dist-es/WorkMail.js +8 -0
- package/dist-es/commands/AssociateDelegateToResourceCommand.js +5 -0
- package/dist-es/commands/AssociateMemberToGroupCommand.js +5 -0
- package/dist-es/commands/AssumeImpersonationRoleCommand.js +5 -0
- package/dist-es/commands/CancelMailboxExportJobCommand.js +5 -0
- package/dist-es/commands/CreateAliasCommand.js +5 -0
- package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateGroupCommand.js +5 -0
- package/dist-es/commands/CreateImpersonationRoleCommand.js +5 -0
- package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-es/commands/CreateOrganizationCommand.js +5 -0
- package/dist-es/commands/CreateResourceCommand.js +5 -0
- package/dist-es/commands/CreateUserCommand.js +5 -0
- package/dist-es/commands/DeleteAccessControlRuleCommand.js +5 -0
- package/dist-es/commands/DeleteAliasCommand.js +5 -0
- package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteGroupCommand.js +5 -0
- package/dist-es/commands/DeleteImpersonationRoleCommand.js +5 -0
- package/dist-es/commands/DeleteMailboxPermissionsCommand.js +5 -0
- package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-es/commands/DeleteOrganizationCommand.js +5 -0
- package/dist-es/commands/DeleteResourceCommand.js +5 -0
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +5 -0
- package/dist-es/commands/DeleteUserCommand.js +5 -0
- package/dist-es/commands/DeregisterFromWorkMailCommand.js +5 -0
- package/dist-es/commands/DeregisterMailDomainCommand.js +5 -0
- package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-es/commands/DescribeEntityCommand.js +47 -0
- package/dist-es/commands/DescribeGroupCommand.js +5 -0
- package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +5 -0
- package/dist-es/commands/DescribeMailboxExportJobCommand.js +5 -0
- package/dist-es/commands/DescribeOrganizationCommand.js +5 -0
- package/dist-es/commands/DescribeResourceCommand.js +5 -0
- package/dist-es/commands/DescribeUserCommand.js +7 -1
- package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +5 -0
- package/dist-es/commands/DisassociateMemberFromGroupCommand.js +5 -0
- package/dist-es/commands/GetAccessControlEffectCommand.js +5 -0
- package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +5 -0
- package/dist-es/commands/GetImpersonationRoleCommand.js +5 -0
- package/dist-es/commands/GetImpersonationRoleEffectCommand.js +5 -0
- package/dist-es/commands/GetMailDomainCommand.js +5 -0
- package/dist-es/commands/GetMailboxDetailsCommand.js +5 -0
- package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +5 -0
- package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-es/commands/ListAccessControlRulesCommand.js +5 -0
- package/dist-es/commands/ListAliasesCommand.js +5 -0
- package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +5 -0
- package/dist-es/commands/ListGroupMembersCommand.js +5 -0
- package/dist-es/commands/ListGroupsCommand.js +5 -0
- package/dist-es/commands/ListGroupsForEntityCommand.js +47 -0
- package/dist-es/commands/ListImpersonationRolesCommand.js +5 -0
- package/dist-es/commands/ListMailDomainsCommand.js +5 -0
- package/dist-es/commands/ListMailboxExportJobsCommand.js +5 -0
- package/dist-es/commands/ListMailboxPermissionsCommand.js +5 -0
- package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +5 -0
- package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +5 -0
- package/dist-es/commands/ListOrganizationsCommand.js +5 -0
- package/dist-es/commands/ListResourceDelegatesCommand.js +5 -0
- package/dist-es/commands/ListResourcesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ListUsersCommand.js +7 -1
- package/dist-es/commands/PutAccessControlRuleCommand.js +5 -0
- package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +5 -0
- package/dist-es/commands/PutInboundDmarcSettingsCommand.js +5 -0
- package/dist-es/commands/PutMailboxPermissionsCommand.js +5 -0
- package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +5 -0
- package/dist-es/commands/PutRetentionPolicyCommand.js +5 -0
- package/dist-es/commands/RegisterMailDomainCommand.js +5 -0
- package/dist-es/commands/RegisterToWorkMailCommand.js +5 -0
- package/dist-es/commands/ResetPasswordCommand.js +5 -0
- package/dist-es/commands/StartMailboxExportJobCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/TestAvailabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateDefaultMailDomainCommand.js +5 -0
- package/dist-es/commands/UpdateGroupCommand.js +47 -0
- package/dist-es/commands/UpdateImpersonationRoleCommand.js +5 -0
- package/dist-es/commands/UpdateMailboxQuotaCommand.js +5 -0
- package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +5 -0
- package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +5 -0
- package/dist-es/commands/UpdateResourceCommand.js +5 -0
- package/dist-es/commands/UpdateUserCommand.js +48 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +66 -17
- package/dist-es/pagination/ListGroupsForEntityPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +265 -1
- package/dist-types/WorkMail.d.ts +28 -0
- package/dist-types/WorkMailClient.d.ts +6 -2
- package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceCommand.d.ts +5 -0
- package/dist-types/commands/CreateUserCommand.d.ts +5 -1
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEntityCommand.d.ts +91 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +16 -1
- package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +3 -0
- package/dist-types/commands/GetMailboxDetailsCommand.d.ts +3 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupsForEntityCommand.d.ts +104 -0
- package/dist-types/commands/ListResourceDelegatesCommand.d.ts +3 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +9 -0
- package/dist-types/commands/ListUsersCommand.d.ts +7 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +95 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +9 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +117 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +921 -58
- package/dist-types/pagination/ListGroupsForEntityPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/WorkMail.d.ts +68 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +26 -2
- package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListGroupsForEntityCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +139 -16
- package/dist-types/ts3.4/pagination/ListGroupsForEntityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +31 -31
package/README.md
CHANGED
|
@@ -461,6 +461,14 @@ DescribeEmailMonitoringConfiguration
|
|
|
461
461
|
|
|
462
462
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/describeemailmonitoringconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/describeemailmonitoringconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/describeemailmonitoringconfigurationcommandoutput.html)
|
|
463
463
|
|
|
464
|
+
</details>
|
|
465
|
+
<details>
|
|
466
|
+
<summary>
|
|
467
|
+
DescribeEntity
|
|
468
|
+
</summary>
|
|
469
|
+
|
|
470
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/describeentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/describeentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/describeentitycommandoutput.html)
|
|
471
|
+
|
|
464
472
|
</details>
|
|
465
473
|
<details>
|
|
466
474
|
<summary>
|
|
@@ -629,6 +637,14 @@ ListGroups
|
|
|
629
637
|
|
|
630
638
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/listgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/listgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/listgroupscommandoutput.html)
|
|
631
639
|
|
|
640
|
+
</details>
|
|
641
|
+
<details>
|
|
642
|
+
<summary>
|
|
643
|
+
ListGroupsForEntity
|
|
644
|
+
</summary>
|
|
645
|
+
|
|
646
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/listgroupsforentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/listgroupsforentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/listgroupsforentitycommandoutput.html)
|
|
647
|
+
|
|
632
648
|
</details>
|
|
633
649
|
<details>
|
|
634
650
|
<summary>
|
|
@@ -837,6 +853,14 @@ UpdateDefaultMailDomain
|
|
|
837
853
|
|
|
838
854
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/updatedefaultmaildomaincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updatedefaultmaildomaincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updatedefaultmaildomaincommandoutput.html)
|
|
839
855
|
|
|
856
|
+
</details>
|
|
857
|
+
<details>
|
|
858
|
+
<summary>
|
|
859
|
+
UpdateGroup
|
|
860
|
+
</summary>
|
|
861
|
+
|
|
862
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/updategroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updategroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updategroupcommandoutput.html)
|
|
863
|
+
|
|
840
864
|
</details>
|
|
841
865
|
<details>
|
|
842
866
|
<summary>
|
|
@@ -878,3 +902,11 @@ UpdateResource
|
|
|
878
902
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/updateresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updateresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updateresourcecommandoutput.html)
|
|
879
903
|
|
|
880
904
|
</details>
|
|
905
|
+
<details>
|
|
906
|
+
<summary>
|
|
907
|
+
UpdateUser
|
|
908
|
+
</summary>
|
|
909
|
+
|
|
910
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/classes/updateusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updateusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workmail/interfaces/updateusercommandoutput.html)
|
|
911
|
+
|
|
912
|
+
</details>
|
package/dist-cjs/WorkMail.js
CHANGED
|
@@ -30,6 +30,7 @@ const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
|
|
|
30
30
|
const DeregisterFromWorkMailCommand_1 = require("./commands/DeregisterFromWorkMailCommand");
|
|
31
31
|
const DeregisterMailDomainCommand_1 = require("./commands/DeregisterMailDomainCommand");
|
|
32
32
|
const DescribeEmailMonitoringConfigurationCommand_1 = require("./commands/DescribeEmailMonitoringConfigurationCommand");
|
|
33
|
+
const DescribeEntityCommand_1 = require("./commands/DescribeEntityCommand");
|
|
33
34
|
const DescribeGroupCommand_1 = require("./commands/DescribeGroupCommand");
|
|
34
35
|
const DescribeInboundDmarcSettingsCommand_1 = require("./commands/DescribeInboundDmarcSettingsCommand");
|
|
35
36
|
const DescribeMailboxExportJobCommand_1 = require("./commands/DescribeMailboxExportJobCommand");
|
|
@@ -51,6 +52,7 @@ const ListAliasesCommand_1 = require("./commands/ListAliasesCommand");
|
|
|
51
52
|
const ListAvailabilityConfigurationsCommand_1 = require("./commands/ListAvailabilityConfigurationsCommand");
|
|
52
53
|
const ListGroupMembersCommand_1 = require("./commands/ListGroupMembersCommand");
|
|
53
54
|
const ListGroupsCommand_1 = require("./commands/ListGroupsCommand");
|
|
55
|
+
const ListGroupsForEntityCommand_1 = require("./commands/ListGroupsForEntityCommand");
|
|
54
56
|
const ListImpersonationRolesCommand_1 = require("./commands/ListImpersonationRolesCommand");
|
|
55
57
|
const ListMailboxExportJobsCommand_1 = require("./commands/ListMailboxExportJobsCommand");
|
|
56
58
|
const ListMailboxPermissionsCommand_1 = require("./commands/ListMailboxPermissionsCommand");
|
|
@@ -77,11 +79,13 @@ const TestAvailabilityConfigurationCommand_1 = require("./commands/TestAvailabil
|
|
|
77
79
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
78
80
|
const UpdateAvailabilityConfigurationCommand_1 = require("./commands/UpdateAvailabilityConfigurationCommand");
|
|
79
81
|
const UpdateDefaultMailDomainCommand_1 = require("./commands/UpdateDefaultMailDomainCommand");
|
|
82
|
+
const UpdateGroupCommand_1 = require("./commands/UpdateGroupCommand");
|
|
80
83
|
const UpdateImpersonationRoleCommand_1 = require("./commands/UpdateImpersonationRoleCommand");
|
|
81
84
|
const UpdateMailboxQuotaCommand_1 = require("./commands/UpdateMailboxQuotaCommand");
|
|
82
85
|
const UpdateMobileDeviceAccessRuleCommand_1 = require("./commands/UpdateMobileDeviceAccessRuleCommand");
|
|
83
86
|
const UpdatePrimaryEmailAddressCommand_1 = require("./commands/UpdatePrimaryEmailAddressCommand");
|
|
84
87
|
const UpdateResourceCommand_1 = require("./commands/UpdateResourceCommand");
|
|
88
|
+
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
85
89
|
const WorkMailClient_1 = require("./WorkMailClient");
|
|
86
90
|
const commands = {
|
|
87
91
|
AssociateDelegateToResourceCommand: AssociateDelegateToResourceCommand_1.AssociateDelegateToResourceCommand,
|
|
@@ -112,6 +116,7 @@ const commands = {
|
|
|
112
116
|
DeregisterFromWorkMailCommand: DeregisterFromWorkMailCommand_1.DeregisterFromWorkMailCommand,
|
|
113
117
|
DeregisterMailDomainCommand: DeregisterMailDomainCommand_1.DeregisterMailDomainCommand,
|
|
114
118
|
DescribeEmailMonitoringConfigurationCommand: DescribeEmailMonitoringConfigurationCommand_1.DescribeEmailMonitoringConfigurationCommand,
|
|
119
|
+
DescribeEntityCommand: DescribeEntityCommand_1.DescribeEntityCommand,
|
|
115
120
|
DescribeGroupCommand: DescribeGroupCommand_1.DescribeGroupCommand,
|
|
116
121
|
DescribeInboundDmarcSettingsCommand: DescribeInboundDmarcSettingsCommand_1.DescribeInboundDmarcSettingsCommand,
|
|
117
122
|
DescribeMailboxExportJobCommand: DescribeMailboxExportJobCommand_1.DescribeMailboxExportJobCommand,
|
|
@@ -133,6 +138,7 @@ const commands = {
|
|
|
133
138
|
ListAvailabilityConfigurationsCommand: ListAvailabilityConfigurationsCommand_1.ListAvailabilityConfigurationsCommand,
|
|
134
139
|
ListGroupMembersCommand: ListGroupMembersCommand_1.ListGroupMembersCommand,
|
|
135
140
|
ListGroupsCommand: ListGroupsCommand_1.ListGroupsCommand,
|
|
141
|
+
ListGroupsForEntityCommand: ListGroupsForEntityCommand_1.ListGroupsForEntityCommand,
|
|
136
142
|
ListImpersonationRolesCommand: ListImpersonationRolesCommand_1.ListImpersonationRolesCommand,
|
|
137
143
|
ListMailboxExportJobsCommand: ListMailboxExportJobsCommand_1.ListMailboxExportJobsCommand,
|
|
138
144
|
ListMailboxPermissionsCommand: ListMailboxPermissionsCommand_1.ListMailboxPermissionsCommand,
|
|
@@ -159,11 +165,13 @@ const commands = {
|
|
|
159
165
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
160
166
|
UpdateAvailabilityConfigurationCommand: UpdateAvailabilityConfigurationCommand_1.UpdateAvailabilityConfigurationCommand,
|
|
161
167
|
UpdateDefaultMailDomainCommand: UpdateDefaultMailDomainCommand_1.UpdateDefaultMailDomainCommand,
|
|
168
|
+
UpdateGroupCommand: UpdateGroupCommand_1.UpdateGroupCommand,
|
|
162
169
|
UpdateImpersonationRoleCommand: UpdateImpersonationRoleCommand_1.UpdateImpersonationRoleCommand,
|
|
163
170
|
UpdateMailboxQuotaCommand: UpdateMailboxQuotaCommand_1.UpdateMailboxQuotaCommand,
|
|
164
171
|
UpdateMobileDeviceAccessRuleCommand: UpdateMobileDeviceAccessRuleCommand_1.UpdateMobileDeviceAccessRuleCommand,
|
|
165
172
|
UpdatePrimaryEmailAddressCommand: UpdatePrimaryEmailAddressCommand_1.UpdatePrimaryEmailAddressCommand,
|
|
166
173
|
UpdateResourceCommand: UpdateResourceCommand_1.UpdateResourceCommand,
|
|
174
|
+
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
167
175
|
};
|
|
168
176
|
class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
169
177
|
}
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class AssociateDelegateToResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class AssociateDelegateToResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "AssociateDelegateToResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class AssociateMemberToGroupCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class AssociateMemberToGroupCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "AssociateMemberToGroup",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class AssumeImpersonationRoleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class AssumeImpersonationRoleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "AssumeImpersonationRole",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CancelMailboxExportJobCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CancelMailboxExportJobCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CancelMailboxExportJob",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateAliasCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateAliasCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateAlias",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
11
|
class CreateAvailabilityConfigurationCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateAvailabilityConfigurationCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateAvailabilityConfigurationRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "WorkMailService",
|
|
39
|
+
operation: "CreateAvailabilityConfiguration",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateGroupCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateGroupCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateGroup",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateImpersonationRoleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateImpersonationRoleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateImpersonationRole",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateMobileDeviceAccessRuleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateMobileDeviceAccessRuleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateMobileDeviceAccessRule",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateOrganizationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateOrganizationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateOrganization",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "CreateResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
11
|
class CreateUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "WorkMailService",
|
|
39
|
+
operation: "CreateUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteAccessControlRuleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteAccessControlRuleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteAccessControlRule",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteAliasCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteAliasCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteAlias",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteAvailabilityConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteAvailabilityConfigurationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteAvailabilityConfiguration",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteEmailMonitoringConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteEmailMonitoringConfigurationCommand extends smithy_client_1.Command
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteEmailMonitoringConfiguration",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteGroupCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteGroupCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteGroup",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteImpersonationRoleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteImpersonationRoleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteImpersonationRole",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteMailboxPermissionsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMailboxPermissionsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteMailboxPermissions",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteMobileDeviceAccessOverrideCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMobileDeviceAccessOverrideCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteMobileDeviceAccessOverride",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteMobileDeviceAccessRuleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMobileDeviceAccessRuleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteMobileDeviceAccessRule",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteOrganizationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteOrganizationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteOrganization",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteRetentionPolicyCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteRetentionPolicyCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteRetentionPolicy",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteUserCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeleteUser",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeregisterFromWorkMailCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeregisterFromWorkMailCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkMailService",
|
|
38
|
+
operation: "DeregisterFromWorkMail",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|