@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGroupsForEntityCommandInput, ListGroupsForEntityCommandOutput } from "../commands/ListGroupsForEntityCommand";
|
|
3
|
+
import { WorkMailPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListGroupsForEntity(config: WorkMailPaginationConfiguration, input: ListGroupsForEntityCommandInput, ...additionalArguments: any): Paginator<ListGroupsForEntityCommandOutput>;
|
|
@@ -2,6 +2,7 @@ export * from "./Interfaces";
|
|
|
2
2
|
export * from "./ListAliasesPaginator";
|
|
3
3
|
export * from "./ListAvailabilityConfigurationsPaginator";
|
|
4
4
|
export * from "./ListGroupMembersPaginator";
|
|
5
|
+
export * from "./ListGroupsForEntityPaginator";
|
|
5
6
|
export * from "./ListGroupsPaginator";
|
|
6
7
|
export * from "./ListImpersonationRolesPaginator";
|
|
7
8
|
export * from "./ListMailDomainsPaginator";
|
|
@@ -28,6 +28,7 @@ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/Del
|
|
|
28
28
|
import { DeregisterFromWorkMailCommandInput, DeregisterFromWorkMailCommandOutput } from "../commands/DeregisterFromWorkMailCommand";
|
|
29
29
|
import { DeregisterMailDomainCommandInput, DeregisterMailDomainCommandOutput } from "../commands/DeregisterMailDomainCommand";
|
|
30
30
|
import { DescribeEmailMonitoringConfigurationCommandInput, DescribeEmailMonitoringConfigurationCommandOutput } from "../commands/DescribeEmailMonitoringConfigurationCommand";
|
|
31
|
+
import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
|
|
31
32
|
import { DescribeGroupCommandInput, DescribeGroupCommandOutput } from "../commands/DescribeGroupCommand";
|
|
32
33
|
import { DescribeInboundDmarcSettingsCommandInput, DescribeInboundDmarcSettingsCommandOutput } from "../commands/DescribeInboundDmarcSettingsCommand";
|
|
33
34
|
import { DescribeMailboxExportJobCommandInput, DescribeMailboxExportJobCommandOutput } from "../commands/DescribeMailboxExportJobCommand";
|
|
@@ -49,6 +50,7 @@ import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/L
|
|
|
49
50
|
import { ListAvailabilityConfigurationsCommandInput, ListAvailabilityConfigurationsCommandOutput } from "../commands/ListAvailabilityConfigurationsCommand";
|
|
50
51
|
import { ListGroupMembersCommandInput, ListGroupMembersCommandOutput } from "../commands/ListGroupMembersCommand";
|
|
51
52
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
53
|
+
import { ListGroupsForEntityCommandInput, ListGroupsForEntityCommandOutput } from "../commands/ListGroupsForEntityCommand";
|
|
52
54
|
import { ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput } from "../commands/ListImpersonationRolesCommand";
|
|
53
55
|
import { ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput } from "../commands/ListMailboxExportJobsCommand";
|
|
54
56
|
import { ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput } from "../commands/ListMailboxPermissionsCommand";
|
|
@@ -75,11 +77,13 @@ import { TestAvailabilityConfigurationCommandInput, TestAvailabilityConfiguratio
|
|
|
75
77
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
76
78
|
import { UpdateAvailabilityConfigurationCommandInput, UpdateAvailabilityConfigurationCommandOutput } from "../commands/UpdateAvailabilityConfigurationCommand";
|
|
77
79
|
import { UpdateDefaultMailDomainCommandInput, UpdateDefaultMailDomainCommandOutput } from "../commands/UpdateDefaultMailDomainCommand";
|
|
80
|
+
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
78
81
|
import { UpdateImpersonationRoleCommandInput, UpdateImpersonationRoleCommandOutput } from "../commands/UpdateImpersonationRoleCommand";
|
|
79
82
|
import { UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput } from "../commands/UpdateMailboxQuotaCommand";
|
|
80
83
|
import { UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput } from "../commands/UpdateMobileDeviceAccessRuleCommand";
|
|
81
84
|
import { UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput } from "../commands/UpdatePrimaryEmailAddressCommand";
|
|
82
85
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
|
|
86
|
+
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
83
87
|
/**
|
|
84
88
|
* serializeAws_json1_1AssociateDelegateToResourceCommand
|
|
85
89
|
*/
|
|
@@ -192,6 +196,10 @@ export declare const se_DeregisterMailDomainCommand: (input: DeregisterMailDomai
|
|
|
192
196
|
* serializeAws_json1_1DescribeEmailMonitoringConfigurationCommand
|
|
193
197
|
*/
|
|
194
198
|
export declare const se_DescribeEmailMonitoringConfigurationCommand: (input: DescribeEmailMonitoringConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
+
/**
|
|
200
|
+
* serializeAws_json1_1DescribeEntityCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const se_DescribeEntityCommand: (input: DescribeEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
203
|
/**
|
|
196
204
|
* serializeAws_json1_1DescribeGroupCommand
|
|
197
205
|
*/
|
|
@@ -276,6 +284,10 @@ export declare const se_ListGroupMembersCommand: (input: ListGroupMembersCommand
|
|
|
276
284
|
* serializeAws_json1_1ListGroupsCommand
|
|
277
285
|
*/
|
|
278
286
|
export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
287
|
+
/**
|
|
288
|
+
* serializeAws_json1_1ListGroupsForEntityCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const se_ListGroupsForEntityCommand: (input: ListGroupsForEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
291
|
/**
|
|
280
292
|
* serializeAws_json1_1ListImpersonationRolesCommand
|
|
281
293
|
*/
|
|
@@ -380,6 +392,10 @@ export declare const se_UpdateAvailabilityConfigurationCommand: (input: UpdateAv
|
|
|
380
392
|
* serializeAws_json1_1UpdateDefaultMailDomainCommand
|
|
381
393
|
*/
|
|
382
394
|
export declare const se_UpdateDefaultMailDomainCommand: (input: UpdateDefaultMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
395
|
+
/**
|
|
396
|
+
* serializeAws_json1_1UpdateGroupCommand
|
|
397
|
+
*/
|
|
398
|
+
export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
383
399
|
/**
|
|
384
400
|
* serializeAws_json1_1UpdateImpersonationRoleCommand
|
|
385
401
|
*/
|
|
@@ -400,6 +416,10 @@ export declare const se_UpdatePrimaryEmailAddressCommand: (input: UpdatePrimaryE
|
|
|
400
416
|
* serializeAws_json1_1UpdateResourceCommand
|
|
401
417
|
*/
|
|
402
418
|
export declare const se_UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
419
|
+
/**
|
|
420
|
+
* serializeAws_json1_1UpdateUserCommand
|
|
421
|
+
*/
|
|
422
|
+
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
403
423
|
/**
|
|
404
424
|
* deserializeAws_json1_1AssociateDelegateToResourceCommand
|
|
405
425
|
*/
|
|
@@ -512,6 +532,10 @@ export declare const de_DeregisterMailDomainCommand: (output: __HttpResponse, co
|
|
|
512
532
|
* deserializeAws_json1_1DescribeEmailMonitoringConfigurationCommand
|
|
513
533
|
*/
|
|
514
534
|
export declare const de_DescribeEmailMonitoringConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmailMonitoringConfigurationCommandOutput>;
|
|
535
|
+
/**
|
|
536
|
+
* deserializeAws_json1_1DescribeEntityCommand
|
|
537
|
+
*/
|
|
538
|
+
export declare const de_DescribeEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityCommandOutput>;
|
|
515
539
|
/**
|
|
516
540
|
* deserializeAws_json1_1DescribeGroupCommand
|
|
517
541
|
*/
|
|
@@ -596,6 +620,10 @@ export declare const de_ListGroupMembersCommand: (output: __HttpResponse, contex
|
|
|
596
620
|
* deserializeAws_json1_1ListGroupsCommand
|
|
597
621
|
*/
|
|
598
622
|
export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
623
|
+
/**
|
|
624
|
+
* deserializeAws_json1_1ListGroupsForEntityCommand
|
|
625
|
+
*/
|
|
626
|
+
export declare const de_ListGroupsForEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsForEntityCommandOutput>;
|
|
599
627
|
/**
|
|
600
628
|
* deserializeAws_json1_1ListImpersonationRolesCommand
|
|
601
629
|
*/
|
|
@@ -700,6 +728,10 @@ export declare const de_UpdateAvailabilityConfigurationCommand: (output: __HttpR
|
|
|
700
728
|
* deserializeAws_json1_1UpdateDefaultMailDomainCommand
|
|
701
729
|
*/
|
|
702
730
|
export declare const de_UpdateDefaultMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultMailDomainCommandOutput>;
|
|
731
|
+
/**
|
|
732
|
+
* deserializeAws_json1_1UpdateGroupCommand
|
|
733
|
+
*/
|
|
734
|
+
export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
703
735
|
/**
|
|
704
736
|
* deserializeAws_json1_1UpdateImpersonationRoleCommand
|
|
705
737
|
*/
|
|
@@ -720,3 +752,7 @@ export declare const de_UpdatePrimaryEmailAddressCommand: (output: __HttpRespons
|
|
|
720
752
|
* deserializeAws_json1_1UpdateResourceCommand
|
|
721
753
|
*/
|
|
722
754
|
export declare const de_UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
|
|
755
|
+
/**
|
|
756
|
+
* deserializeAws_json1_1UpdateUserCommand
|
|
757
|
+
*/
|
|
758
|
+
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
@@ -111,6 +111,10 @@ import {
|
|
|
111
111
|
DescribeEmailMonitoringConfigurationCommandInput,
|
|
112
112
|
DescribeEmailMonitoringConfigurationCommandOutput,
|
|
113
113
|
} from "./commands/DescribeEmailMonitoringConfigurationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeEntityCommandInput,
|
|
116
|
+
DescribeEntityCommandOutput,
|
|
117
|
+
} from "./commands/DescribeEntityCommand";
|
|
114
118
|
import {
|
|
115
119
|
DescribeGroupCommandInput,
|
|
116
120
|
DescribeGroupCommandOutput,
|
|
@@ -195,6 +199,10 @@ import {
|
|
|
195
199
|
ListGroupsCommandInput,
|
|
196
200
|
ListGroupsCommandOutput,
|
|
197
201
|
} from "./commands/ListGroupsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListGroupsForEntityCommandInput,
|
|
204
|
+
ListGroupsForEntityCommandOutput,
|
|
205
|
+
} from "./commands/ListGroupsForEntityCommand";
|
|
198
206
|
import {
|
|
199
207
|
ListImpersonationRolesCommandInput,
|
|
200
208
|
ListImpersonationRolesCommandOutput,
|
|
@@ -299,6 +307,10 @@ import {
|
|
|
299
307
|
UpdateDefaultMailDomainCommandInput,
|
|
300
308
|
UpdateDefaultMailDomainCommandOutput,
|
|
301
309
|
} from "./commands/UpdateDefaultMailDomainCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateGroupCommandInput,
|
|
312
|
+
UpdateGroupCommandOutput,
|
|
313
|
+
} from "./commands/UpdateGroupCommand";
|
|
302
314
|
import {
|
|
303
315
|
UpdateImpersonationRoleCommandInput,
|
|
304
316
|
UpdateImpersonationRoleCommandOutput,
|
|
@@ -319,6 +331,10 @@ import {
|
|
|
319
331
|
UpdateResourceCommandInput,
|
|
320
332
|
UpdateResourceCommandOutput,
|
|
321
333
|
} from "./commands/UpdateResourceCommand";
|
|
334
|
+
import {
|
|
335
|
+
UpdateUserCommandInput,
|
|
336
|
+
UpdateUserCommandOutput,
|
|
337
|
+
} from "./commands/UpdateUserCommand";
|
|
322
338
|
import { WorkMailClient } from "./WorkMailClient";
|
|
323
339
|
export interface WorkMail {
|
|
324
340
|
associateDelegateToResource(
|
|
@@ -697,6 +713,19 @@ export interface WorkMail {
|
|
|
697
713
|
data?: DescribeEmailMonitoringConfigurationCommandOutput
|
|
698
714
|
) => void
|
|
699
715
|
): void;
|
|
716
|
+
describeEntity(
|
|
717
|
+
args: DescribeEntityCommandInput,
|
|
718
|
+
options?: __HttpHandlerOptions
|
|
719
|
+
): Promise<DescribeEntityCommandOutput>;
|
|
720
|
+
describeEntity(
|
|
721
|
+
args: DescribeEntityCommandInput,
|
|
722
|
+
cb: (err: any, data?: DescribeEntityCommandOutput) => void
|
|
723
|
+
): void;
|
|
724
|
+
describeEntity(
|
|
725
|
+
args: DescribeEntityCommandInput,
|
|
726
|
+
options: __HttpHandlerOptions,
|
|
727
|
+
cb: (err: any, data?: DescribeEntityCommandOutput) => void
|
|
728
|
+
): void;
|
|
700
729
|
describeGroup(
|
|
701
730
|
args: DescribeGroupCommandInput,
|
|
702
731
|
options?: __HttpHandlerOptions
|
|
@@ -970,6 +999,19 @@ export interface WorkMail {
|
|
|
970
999
|
options: __HttpHandlerOptions,
|
|
971
1000
|
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
972
1001
|
): void;
|
|
1002
|
+
listGroupsForEntity(
|
|
1003
|
+
args: ListGroupsForEntityCommandInput,
|
|
1004
|
+
options?: __HttpHandlerOptions
|
|
1005
|
+
): Promise<ListGroupsForEntityCommandOutput>;
|
|
1006
|
+
listGroupsForEntity(
|
|
1007
|
+
args: ListGroupsForEntityCommandInput,
|
|
1008
|
+
cb: (err: any, data?: ListGroupsForEntityCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
listGroupsForEntity(
|
|
1011
|
+
args: ListGroupsForEntityCommandInput,
|
|
1012
|
+
options: __HttpHandlerOptions,
|
|
1013
|
+
cb: (err: any, data?: ListGroupsForEntityCommandOutput) => void
|
|
1014
|
+
): void;
|
|
973
1015
|
listImpersonationRoles(
|
|
974
1016
|
args: ListImpersonationRolesCommandInput,
|
|
975
1017
|
options?: __HttpHandlerOptions
|
|
@@ -1308,6 +1350,19 @@ export interface WorkMail {
|
|
|
1308
1350
|
options: __HttpHandlerOptions,
|
|
1309
1351
|
cb: (err: any, data?: UpdateDefaultMailDomainCommandOutput) => void
|
|
1310
1352
|
): void;
|
|
1353
|
+
updateGroup(
|
|
1354
|
+
args: UpdateGroupCommandInput,
|
|
1355
|
+
options?: __HttpHandlerOptions
|
|
1356
|
+
): Promise<UpdateGroupCommandOutput>;
|
|
1357
|
+
updateGroup(
|
|
1358
|
+
args: UpdateGroupCommandInput,
|
|
1359
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
1360
|
+
): void;
|
|
1361
|
+
updateGroup(
|
|
1362
|
+
args: UpdateGroupCommandInput,
|
|
1363
|
+
options: __HttpHandlerOptions,
|
|
1364
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
1365
|
+
): void;
|
|
1311
1366
|
updateImpersonationRole(
|
|
1312
1367
|
args: UpdateImpersonationRoleCommandInput,
|
|
1313
1368
|
options?: __HttpHandlerOptions
|
|
@@ -1373,5 +1428,18 @@ export interface WorkMail {
|
|
|
1373
1428
|
options: __HttpHandlerOptions,
|
|
1374
1429
|
cb: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
1375
1430
|
): void;
|
|
1431
|
+
updateUser(
|
|
1432
|
+
args: UpdateUserCommandInput,
|
|
1433
|
+
options?: __HttpHandlerOptions
|
|
1434
|
+
): Promise<UpdateUserCommandOutput>;
|
|
1435
|
+
updateUser(
|
|
1436
|
+
args: UpdateUserCommandInput,
|
|
1437
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
1438
|
+
): void;
|
|
1439
|
+
updateUser(
|
|
1440
|
+
args: UpdateUserCommandInput,
|
|
1441
|
+
options: __HttpHandlerOptions,
|
|
1442
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
1443
|
+
): void;
|
|
1376
1444
|
}
|
|
1377
1445
|
export declare class WorkMail extends WorkMailClient implements WorkMail {}
|
|
@@ -157,6 +157,10 @@ import {
|
|
|
157
157
|
DescribeEmailMonitoringConfigurationCommandInput,
|
|
158
158
|
DescribeEmailMonitoringConfigurationCommandOutput,
|
|
159
159
|
} from "./commands/DescribeEmailMonitoringConfigurationCommand";
|
|
160
|
+
import {
|
|
161
|
+
DescribeEntityCommandInput,
|
|
162
|
+
DescribeEntityCommandOutput,
|
|
163
|
+
} from "./commands/DescribeEntityCommand";
|
|
160
164
|
import {
|
|
161
165
|
DescribeGroupCommandInput,
|
|
162
166
|
DescribeGroupCommandOutput,
|
|
@@ -241,6 +245,10 @@ import {
|
|
|
241
245
|
ListGroupsCommandInput,
|
|
242
246
|
ListGroupsCommandOutput,
|
|
243
247
|
} from "./commands/ListGroupsCommand";
|
|
248
|
+
import {
|
|
249
|
+
ListGroupsForEntityCommandInput,
|
|
250
|
+
ListGroupsForEntityCommandOutput,
|
|
251
|
+
} from "./commands/ListGroupsForEntityCommand";
|
|
244
252
|
import {
|
|
245
253
|
ListImpersonationRolesCommandInput,
|
|
246
254
|
ListImpersonationRolesCommandOutput,
|
|
@@ -345,6 +353,10 @@ import {
|
|
|
345
353
|
UpdateDefaultMailDomainCommandInput,
|
|
346
354
|
UpdateDefaultMailDomainCommandOutput,
|
|
347
355
|
} from "./commands/UpdateDefaultMailDomainCommand";
|
|
356
|
+
import {
|
|
357
|
+
UpdateGroupCommandInput,
|
|
358
|
+
UpdateGroupCommandOutput,
|
|
359
|
+
} from "./commands/UpdateGroupCommand";
|
|
348
360
|
import {
|
|
349
361
|
UpdateImpersonationRoleCommandInput,
|
|
350
362
|
UpdateImpersonationRoleCommandOutput,
|
|
@@ -365,6 +377,10 @@ import {
|
|
|
365
377
|
UpdateResourceCommandInput,
|
|
366
378
|
UpdateResourceCommandOutput,
|
|
367
379
|
} from "./commands/UpdateResourceCommand";
|
|
380
|
+
import {
|
|
381
|
+
UpdateUserCommandInput,
|
|
382
|
+
UpdateUserCommandOutput,
|
|
383
|
+
} from "./commands/UpdateUserCommand";
|
|
368
384
|
import {
|
|
369
385
|
ClientInputEndpointParameters,
|
|
370
386
|
ClientResolvedEndpointParameters,
|
|
@@ -401,6 +417,7 @@ export type ServiceInputTypes =
|
|
|
401
417
|
| DeregisterFromWorkMailCommandInput
|
|
402
418
|
| DeregisterMailDomainCommandInput
|
|
403
419
|
| DescribeEmailMonitoringConfigurationCommandInput
|
|
420
|
+
| DescribeEntityCommandInput
|
|
404
421
|
| DescribeGroupCommandInput
|
|
405
422
|
| DescribeInboundDmarcSettingsCommandInput
|
|
406
423
|
| DescribeMailboxExportJobCommandInput
|
|
@@ -422,6 +439,7 @@ export type ServiceInputTypes =
|
|
|
422
439
|
| ListAvailabilityConfigurationsCommandInput
|
|
423
440
|
| ListGroupMembersCommandInput
|
|
424
441
|
| ListGroupsCommandInput
|
|
442
|
+
| ListGroupsForEntityCommandInput
|
|
425
443
|
| ListImpersonationRolesCommandInput
|
|
426
444
|
| ListMailDomainsCommandInput
|
|
427
445
|
| ListMailboxExportJobsCommandInput
|
|
@@ -448,11 +466,13 @@ export type ServiceInputTypes =
|
|
|
448
466
|
| UntagResourceCommandInput
|
|
449
467
|
| UpdateAvailabilityConfigurationCommandInput
|
|
450
468
|
| UpdateDefaultMailDomainCommandInput
|
|
469
|
+
| UpdateGroupCommandInput
|
|
451
470
|
| UpdateImpersonationRoleCommandInput
|
|
452
471
|
| UpdateMailboxQuotaCommandInput
|
|
453
472
|
| UpdateMobileDeviceAccessRuleCommandInput
|
|
454
473
|
| UpdatePrimaryEmailAddressCommandInput
|
|
455
|
-
| UpdateResourceCommandInput
|
|
474
|
+
| UpdateResourceCommandInput
|
|
475
|
+
| UpdateUserCommandInput;
|
|
456
476
|
export type ServiceOutputTypes =
|
|
457
477
|
| AssociateDelegateToResourceCommandOutput
|
|
458
478
|
| AssociateMemberToGroupCommandOutput
|
|
@@ -482,6 +502,7 @@ export type ServiceOutputTypes =
|
|
|
482
502
|
| DeregisterFromWorkMailCommandOutput
|
|
483
503
|
| DeregisterMailDomainCommandOutput
|
|
484
504
|
| DescribeEmailMonitoringConfigurationCommandOutput
|
|
505
|
+
| DescribeEntityCommandOutput
|
|
485
506
|
| DescribeGroupCommandOutput
|
|
486
507
|
| DescribeInboundDmarcSettingsCommandOutput
|
|
487
508
|
| DescribeMailboxExportJobCommandOutput
|
|
@@ -503,6 +524,7 @@ export type ServiceOutputTypes =
|
|
|
503
524
|
| ListAvailabilityConfigurationsCommandOutput
|
|
504
525
|
| ListGroupMembersCommandOutput
|
|
505
526
|
| ListGroupsCommandOutput
|
|
527
|
+
| ListGroupsForEntityCommandOutput
|
|
506
528
|
| ListImpersonationRolesCommandOutput
|
|
507
529
|
| ListMailDomainsCommandOutput
|
|
508
530
|
| ListMailboxExportJobsCommandOutput
|
|
@@ -529,11 +551,13 @@ export type ServiceOutputTypes =
|
|
|
529
551
|
| UntagResourceCommandOutput
|
|
530
552
|
| UpdateAvailabilityConfigurationCommandOutput
|
|
531
553
|
| UpdateDefaultMailDomainCommandOutput
|
|
554
|
+
| UpdateGroupCommandOutput
|
|
532
555
|
| UpdateImpersonationRoleCommandOutput
|
|
533
556
|
| UpdateMailboxQuotaCommandOutput
|
|
534
557
|
| UpdateMobileDeviceAccessRuleCommandOutput
|
|
535
558
|
| UpdatePrimaryEmailAddressCommandOutput
|
|
536
|
-
| UpdateResourceCommandOutput
|
|
559
|
+
| UpdateResourceCommandOutput
|
|
560
|
+
| UpdateUserCommandOutput;
|
|
537
561
|
export interface ClientDefaults
|
|
538
562
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
539
563
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeEntityRequest,
|
|
11
|
+
DescribeEntityResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WorkMailClientResolvedConfig,
|
|
17
|
+
} from "../WorkMailClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeEntityCommandInput extends DescribeEntityRequest {}
|
|
20
|
+
export interface DescribeEntityCommandOutput
|
|
21
|
+
extends DescribeEntityResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeEntityCommand extends $Command<
|
|
24
|
+
DescribeEntityCommandInput,
|
|
25
|
+
DescribeEntityCommandOutput,
|
|
26
|
+
WorkMailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEntityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeEntityCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkMailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeEntityCommandInput, DescribeEntityCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListGroupsForEntityRequest,
|
|
11
|
+
ListGroupsForEntityResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WorkMailClientResolvedConfig,
|
|
17
|
+
} from "../WorkMailClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListGroupsForEntityCommandInput
|
|
20
|
+
extends ListGroupsForEntityRequest {}
|
|
21
|
+
export interface ListGroupsForEntityCommandOutput
|
|
22
|
+
extends ListGroupsForEntityResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListGroupsForEntityCommand extends $Command<
|
|
25
|
+
ListGroupsForEntityCommandInput,
|
|
26
|
+
ListGroupsForEntityCommandOutput,
|
|
27
|
+
WorkMailClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListGroupsForEntityCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListGroupsForEntityCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WorkMailClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListGroupsForEntityCommandInput, ListGroupsForEntityCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WorkMailClientResolvedConfig,
|
|
14
|
+
} from "../WorkMailClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
|
|
17
|
+
export interface UpdateGroupCommandOutput
|
|
18
|
+
extends UpdateGroupResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class UpdateGroupCommand extends $Command<
|
|
21
|
+
UpdateGroupCommandInput,
|
|
22
|
+
UpdateGroupCommandOutput,
|
|
23
|
+
WorkMailClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: UpdateGroupCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: UpdateGroupCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WorkMailClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WorkMailClientResolvedConfig,
|
|
14
|
+
} from "../WorkMailClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
17
|
+
export interface UpdateUserCommandOutput
|
|
18
|
+
extends UpdateUserResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class UpdateUserCommand extends $Command<
|
|
21
|
+
UpdateUserCommandInput,
|
|
22
|
+
UpdateUserCommandOutput,
|
|
23
|
+
WorkMailClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: UpdateUserCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: UpdateUserCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WorkMailClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -26,6 +26,7 @@ export * from "./DeleteUserCommand";
|
|
|
26
26
|
export * from "./DeregisterFromWorkMailCommand";
|
|
27
27
|
export * from "./DeregisterMailDomainCommand";
|
|
28
28
|
export * from "./DescribeEmailMonitoringConfigurationCommand";
|
|
29
|
+
export * from "./DescribeEntityCommand";
|
|
29
30
|
export * from "./DescribeGroupCommand";
|
|
30
31
|
export * from "./DescribeInboundDmarcSettingsCommand";
|
|
31
32
|
export * from "./DescribeMailboxExportJobCommand";
|
|
@@ -47,6 +48,7 @@ export * from "./ListAliasesCommand";
|
|
|
47
48
|
export * from "./ListAvailabilityConfigurationsCommand";
|
|
48
49
|
export * from "./ListGroupMembersCommand";
|
|
49
50
|
export * from "./ListGroupsCommand";
|
|
51
|
+
export * from "./ListGroupsForEntityCommand";
|
|
50
52
|
export * from "./ListImpersonationRolesCommand";
|
|
51
53
|
export * from "./ListMailDomainsCommand";
|
|
52
54
|
export * from "./ListMailboxExportJobsCommand";
|
|
@@ -73,8 +75,10 @@ export * from "./TestAvailabilityConfigurationCommand";
|
|
|
73
75
|
export * from "./UntagResourceCommand";
|
|
74
76
|
export * from "./UpdateAvailabilityConfigurationCommand";
|
|
75
77
|
export * from "./UpdateDefaultMailDomainCommand";
|
|
78
|
+
export * from "./UpdateGroupCommand";
|
|
76
79
|
export * from "./UpdateImpersonationRoleCommand";
|
|
77
80
|
export * from "./UpdateMailboxQuotaCommand";
|
|
78
81
|
export * from "./UpdateMobileDeviceAccessRuleCommand";
|
|
79
82
|
export * from "./UpdatePrimaryEmailAddressCommand";
|
|
80
83
|
export * from "./UpdateResourceCommand";
|
|
84
|
+
export * from "./UpdateUserCommand";
|