@aws-sdk/client-workmail 3.183.0 → 3.185.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/CHANGELOG.md +22 -0
- package/README.md +1 -1
- package/dist-cjs/WorkMail.js +105 -0
- package/dist-cjs/commands/AssumeImpersonationRoleCommand.js +36 -0
- package/dist-cjs/commands/CreateImpersonationRoleCommand.js +36 -0
- package/dist-cjs/commands/DeleteImpersonationRoleCommand.js +36 -0
- package/dist-cjs/commands/GetImpersonationRoleCommand.js +36 -0
- package/dist-cjs/commands/GetImpersonationRoleEffectCommand.js +36 -0
- package/dist-cjs/commands/ListImpersonationRolesCommand.js +36 -0
- package/dist-cjs/commands/UpdateImpersonationRoleCommand.js +36 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/models/models_0.js +97 -19
- package/dist-cjs/pagination/ListImpersonationRolesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +628 -5
- package/dist-es/WorkMail.js +406 -294
- package/dist-es/WorkMailClient.js +28 -22
- package/dist-es/commands/AssociateDelegateToResourceCommand.js +28 -21
- package/dist-es/commands/AssociateMemberToGroupCommand.js +28 -21
- package/dist-es/commands/AssumeImpersonationRoleCommand.js +39 -0
- package/dist-es/commands/CancelMailboxExportJobCommand.js +28 -21
- package/dist-es/commands/CreateAliasCommand.js +28 -21
- package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateGroupCommand.js +28 -21
- package/dist-es/commands/CreateImpersonationRoleCommand.js +39 -0
- package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +28 -21
- package/dist-es/commands/CreateOrganizationCommand.js +28 -21
- package/dist-es/commands/CreateResourceCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/DeleteAccessControlRuleCommand.js +28 -21
- package/dist-es/commands/DeleteAliasCommand.js +28 -21
- package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteGroupCommand.js +28 -21
- package/dist-es/commands/DeleteImpersonationRoleCommand.js +39 -0
- package/dist-es/commands/DeleteMailboxPermissionsCommand.js +28 -21
- package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +28 -21
- package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +28 -21
- package/dist-es/commands/DeleteOrganizationCommand.js +28 -21
- package/dist-es/commands/DeleteResourceCommand.js +28 -21
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteUserCommand.js +28 -21
- package/dist-es/commands/DeregisterFromWorkMailCommand.js +28 -21
- package/dist-es/commands/DeregisterMailDomainCommand.js +28 -21
- package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeGroupCommand.js +28 -21
- package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeMailboxExportJobCommand.js +28 -21
- package/dist-es/commands/DescribeOrganizationCommand.js +28 -21
- package/dist-es/commands/DescribeResourceCommand.js +28 -21
- package/dist-es/commands/DescribeUserCommand.js +28 -21
- package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +28 -21
- package/dist-es/commands/DisassociateMemberFromGroupCommand.js +28 -21
- package/dist-es/commands/GetAccessControlEffectCommand.js +28 -21
- package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +28 -21
- package/dist-es/commands/GetImpersonationRoleCommand.js +39 -0
- package/dist-es/commands/GetImpersonationRoleEffectCommand.js +39 -0
- package/dist-es/commands/GetMailDomainCommand.js +28 -21
- package/dist-es/commands/GetMailboxDetailsCommand.js +28 -21
- package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +28 -21
- package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +28 -21
- package/dist-es/commands/ListAccessControlRulesCommand.js +28 -21
- package/dist-es/commands/ListAliasesCommand.js +28 -21
- package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListGroupMembersCommand.js +28 -21
- package/dist-es/commands/ListGroupsCommand.js +28 -21
- package/dist-es/commands/ListImpersonationRolesCommand.js +39 -0
- package/dist-es/commands/ListMailDomainsCommand.js +28 -21
- package/dist-es/commands/ListMailboxExportJobsCommand.js +28 -21
- package/dist-es/commands/ListMailboxPermissionsCommand.js +28 -21
- package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +28 -21
- package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +28 -21
- package/dist-es/commands/ListOrganizationsCommand.js +28 -21
- package/dist-es/commands/ListResourceDelegatesCommand.js +28 -21
- package/dist-es/commands/ListResourcesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/PutAccessControlRuleCommand.js +28 -21
- package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +28 -21
- package/dist-es/commands/PutInboundDmarcSettingsCommand.js +28 -21
- package/dist-es/commands/PutMailboxPermissionsCommand.js +28 -21
- package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +28 -21
- package/dist-es/commands/PutRetentionPolicyCommand.js +28 -21
- package/dist-es/commands/RegisterMailDomainCommand.js +28 -21
- package/dist-es/commands/RegisterToWorkMailCommand.js +28 -21
- package/dist-es/commands/ResetPasswordCommand.js +28 -21
- package/dist-es/commands/StartMailboxExportJobCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/TestAvailabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateDefaultMailDomainCommand.js +28 -21
- package/dist-es/commands/UpdateImpersonationRoleCommand.js +39 -0
- package/dist-es/commands/UpdateMailboxQuotaCommand.js +28 -21
- package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +28 -21
- package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +28 -21
- package/dist-es/commands/UpdateResourceCommand.js +28 -21
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WorkMailServiceException.js +10 -5
- package/dist-es/models/models_0.js +461 -776
- package/dist-es/pagination/ListAliasesPaginator.js +68 -25
- package/dist-es/pagination/ListAvailabilityConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/ListGroupMembersPaginator.js +68 -25
- package/dist-es/pagination/ListGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListImpersonationRolesPaginator.js +75 -0
- package/dist-es/pagination/ListMailDomainsPaginator.js +68 -25
- package/dist-es/pagination/ListMailboxExportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListMailboxPermissionsPaginator.js +68 -25
- package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +68 -25
- package/dist-es/pagination/ListOrganizationsPaginator.js +68 -25
- package/dist-es/pagination/ListResourceDelegatesPaginator.js +68 -25
- package/dist-es/pagination/ListResourcesPaginator.js +68 -25
- package/dist-es/pagination/ListUsersPaginator.js +68 -25
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +7042 -4887
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-types/WorkMail.d.ts +91 -32
- package/dist-types/WorkMailClient.d.ts +10 -3
- package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +36 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +40 -0
- package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +9 -5
- package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessControlEffectCommand.d.ts +1 -1
- package/dist-types/commands/GetImpersonationRoleCommand.d.ts +35 -0
- package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +35 -0
- package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +1 -1
- package/dist-types/commands/ListImpersonationRolesCommand.d.ts +35 -0
- package/dist-types/commands/ListMailDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessControlRuleCommand.d.ts +1 -1
- package/dist-types/commands/RegisterMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/RegisterToWorkMailCommand.d.ts +2 -2
- package/dist-types/commands/StartMailboxExportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +442 -73
- package/dist-types/pagination/ListImpersonationRolesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +21 -0
- package/dist-types/ts3.4/WorkMail.d.ts +119 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssumeImpersonationRoleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateImpersonationRoleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteImpersonationRoleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetImpersonationRoleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetImpersonationRoleEffectCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListImpersonationRolesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateImpersonationRoleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +157 -9
- package/dist-types/ts3.4/pagination/ListImpersonationRolesPaginator.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 +84 -0
- package/package.json +5 -5
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput } from "../commands/ListImpersonationRolesCommand";
|
|
3
|
+
import { WorkMailPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListImpersonationRoles(config: WorkMailPaginationConfiguration, input: ListImpersonationRolesCommandInput, ...additionalArguments: any): Paginator<ListImpersonationRolesCommandOutput>;
|
|
@@ -3,6 +3,7 @@ export * from "./ListAliasesPaginator";
|
|
|
3
3
|
export * from "./ListAvailabilityConfigurationsPaginator";
|
|
4
4
|
export * from "./ListGroupMembersPaginator";
|
|
5
5
|
export * from "./ListGroupsPaginator";
|
|
6
|
+
export * from "./ListImpersonationRolesPaginator";
|
|
6
7
|
export * from "./ListMailDomainsPaginator";
|
|
7
8
|
export * from "./ListMailboxExportJobsPaginator";
|
|
8
9
|
export * from "./ListMailboxPermissionsPaginator";
|
|
@@ -2,10 +2,12 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
|
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput } from "../commands/AssociateDelegateToResourceCommand";
|
|
4
4
|
import { AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput } from "../commands/AssociateMemberToGroupCommand";
|
|
5
|
+
import { AssumeImpersonationRoleCommandInput, AssumeImpersonationRoleCommandOutput } from "../commands/AssumeImpersonationRoleCommand";
|
|
5
6
|
import { CancelMailboxExportJobCommandInput, CancelMailboxExportJobCommandOutput } from "../commands/CancelMailboxExportJobCommand";
|
|
6
7
|
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
|
|
7
8
|
import { CreateAvailabilityConfigurationCommandInput, CreateAvailabilityConfigurationCommandOutput } from "../commands/CreateAvailabilityConfigurationCommand";
|
|
8
9
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
10
|
+
import { CreateImpersonationRoleCommandInput, CreateImpersonationRoleCommandOutput } from "../commands/CreateImpersonationRoleCommand";
|
|
9
11
|
import { CreateMobileDeviceAccessRuleCommandInput, CreateMobileDeviceAccessRuleCommandOutput } from "../commands/CreateMobileDeviceAccessRuleCommand";
|
|
10
12
|
import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "../commands/CreateOrganizationCommand";
|
|
11
13
|
import { CreateResourceCommandInput, CreateResourceCommandOutput } from "../commands/CreateResourceCommand";
|
|
@@ -15,6 +17,7 @@ import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/D
|
|
|
15
17
|
import { DeleteAvailabilityConfigurationCommandInput, DeleteAvailabilityConfigurationCommandOutput } from "../commands/DeleteAvailabilityConfigurationCommand";
|
|
16
18
|
import { DeleteEmailMonitoringConfigurationCommandInput, DeleteEmailMonitoringConfigurationCommandOutput } from "../commands/DeleteEmailMonitoringConfigurationCommand";
|
|
17
19
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
20
|
+
import { DeleteImpersonationRoleCommandInput, DeleteImpersonationRoleCommandOutput } from "../commands/DeleteImpersonationRoleCommand";
|
|
18
21
|
import { DeleteMailboxPermissionsCommandInput, DeleteMailboxPermissionsCommandOutput } from "../commands/DeleteMailboxPermissionsCommand";
|
|
19
22
|
import { DeleteMobileDeviceAccessOverrideCommandInput, DeleteMobileDeviceAccessOverrideCommandOutput } from "../commands/DeleteMobileDeviceAccessOverrideCommand";
|
|
20
23
|
import { DeleteMobileDeviceAccessRuleCommandInput, DeleteMobileDeviceAccessRuleCommandOutput } from "../commands/DeleteMobileDeviceAccessRuleCommand";
|
|
@@ -35,6 +38,8 @@ import { DisassociateDelegateFromResourceCommandInput, DisassociateDelegateFromR
|
|
|
35
38
|
import { DisassociateMemberFromGroupCommandInput, DisassociateMemberFromGroupCommandOutput } from "../commands/DisassociateMemberFromGroupCommand";
|
|
36
39
|
import { GetAccessControlEffectCommandInput, GetAccessControlEffectCommandOutput } from "../commands/GetAccessControlEffectCommand";
|
|
37
40
|
import { GetDefaultRetentionPolicyCommandInput, GetDefaultRetentionPolicyCommandOutput } from "../commands/GetDefaultRetentionPolicyCommand";
|
|
41
|
+
import { GetImpersonationRoleCommandInput, GetImpersonationRoleCommandOutput } from "../commands/GetImpersonationRoleCommand";
|
|
42
|
+
import { GetImpersonationRoleEffectCommandInput, GetImpersonationRoleEffectCommandOutput } from "../commands/GetImpersonationRoleEffectCommand";
|
|
38
43
|
import { GetMailboxDetailsCommandInput, GetMailboxDetailsCommandOutput } from "../commands/GetMailboxDetailsCommand";
|
|
39
44
|
import { GetMailDomainCommandInput, GetMailDomainCommandOutput } from "../commands/GetMailDomainCommand";
|
|
40
45
|
import { GetMobileDeviceAccessEffectCommandInput, GetMobileDeviceAccessEffectCommandOutput } from "../commands/GetMobileDeviceAccessEffectCommand";
|
|
@@ -44,6 +49,7 @@ import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/L
|
|
|
44
49
|
import { ListAvailabilityConfigurationsCommandInput, ListAvailabilityConfigurationsCommandOutput } from "../commands/ListAvailabilityConfigurationsCommand";
|
|
45
50
|
import { ListGroupMembersCommandInput, ListGroupMembersCommandOutput } from "../commands/ListGroupMembersCommand";
|
|
46
51
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
52
|
+
import { ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput } from "../commands/ListImpersonationRolesCommand";
|
|
47
53
|
import { ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput } from "../commands/ListMailboxExportJobsCommand";
|
|
48
54
|
import { ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput } from "../commands/ListMailboxPermissionsCommand";
|
|
49
55
|
import { ListMailDomainsCommandInput, ListMailDomainsCommandOutput } from "../commands/ListMailDomainsCommand";
|
|
@@ -69,16 +75,19 @@ import { TestAvailabilityConfigurationCommandInput, TestAvailabilityConfiguratio
|
|
|
69
75
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
70
76
|
import { UpdateAvailabilityConfigurationCommandInput, UpdateAvailabilityConfigurationCommandOutput } from "../commands/UpdateAvailabilityConfigurationCommand";
|
|
71
77
|
import { UpdateDefaultMailDomainCommandInput, UpdateDefaultMailDomainCommandOutput } from "../commands/UpdateDefaultMailDomainCommand";
|
|
78
|
+
import { UpdateImpersonationRoleCommandInput, UpdateImpersonationRoleCommandOutput } from "../commands/UpdateImpersonationRoleCommand";
|
|
72
79
|
import { UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput } from "../commands/UpdateMailboxQuotaCommand";
|
|
73
80
|
import { UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput } from "../commands/UpdateMobileDeviceAccessRuleCommand";
|
|
74
81
|
import { UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput } from "../commands/UpdatePrimaryEmailAddressCommand";
|
|
75
82
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
|
|
76
83
|
export declare const serializeAws_json1_1AssociateDelegateToResourceCommand: (input: AssociateDelegateToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
84
|
export declare const serializeAws_json1_1AssociateMemberToGroupCommand: (input: AssociateMemberToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_json1_1AssumeImpersonationRoleCommand: (input: AssumeImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
86
|
export declare const serializeAws_json1_1CancelMailboxExportJobCommand: (input: CancelMailboxExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
87
|
export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
88
|
export declare const serializeAws_json1_1CreateAvailabilityConfigurationCommand: (input: CreateAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
89
|
export declare const serializeAws_json1_1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1CreateImpersonationRoleCommand: (input: CreateImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
91
|
export declare const serializeAws_json1_1CreateMobileDeviceAccessRuleCommand: (input: CreateMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
92
|
export declare const serializeAws_json1_1CreateOrganizationCommand: (input: CreateOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
93
|
export declare const serializeAws_json1_1CreateResourceCommand: (input: CreateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -88,6 +97,7 @@ export declare const serializeAws_json1_1DeleteAliasCommand: (input: DeleteAlias
|
|
|
88
97
|
export declare const serializeAws_json1_1DeleteAvailabilityConfigurationCommand: (input: DeleteAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
98
|
export declare const serializeAws_json1_1DeleteEmailMonitoringConfigurationCommand: (input: DeleteEmailMonitoringConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
99
|
export declare const serializeAws_json1_1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_json1_1DeleteImpersonationRoleCommand: (input: DeleteImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
101
|
export declare const serializeAws_json1_1DeleteMailboxPermissionsCommand: (input: DeleteMailboxPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
102
|
export declare const serializeAws_json1_1DeleteMobileDeviceAccessOverrideCommand: (input: DeleteMobileDeviceAccessOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
103
|
export declare const serializeAws_json1_1DeleteMobileDeviceAccessRuleCommand: (input: DeleteMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -108,6 +118,8 @@ export declare const serializeAws_json1_1DisassociateDelegateFromResourceCommand
|
|
|
108
118
|
export declare const serializeAws_json1_1DisassociateMemberFromGroupCommand: (input: DisassociateMemberFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
119
|
export declare const serializeAws_json1_1GetAccessControlEffectCommand: (input: GetAccessControlEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
120
|
export declare const serializeAws_json1_1GetDefaultRetentionPolicyCommand: (input: GetDefaultRetentionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_json1_1GetImpersonationRoleCommand: (input: GetImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1GetImpersonationRoleEffectCommand: (input: GetImpersonationRoleEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
123
|
export declare const serializeAws_json1_1GetMailboxDetailsCommand: (input: GetMailboxDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
124
|
export declare const serializeAws_json1_1GetMailDomainCommand: (input: GetMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
125
|
export declare const serializeAws_json1_1GetMobileDeviceAccessEffectCommand: (input: GetMobileDeviceAccessEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -117,6 +129,7 @@ export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliases
|
|
|
117
129
|
export declare const serializeAws_json1_1ListAvailabilityConfigurationsCommand: (input: ListAvailabilityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
130
|
export declare const serializeAws_json1_1ListGroupMembersCommand: (input: ListGroupMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
131
|
export declare const serializeAws_json1_1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_json1_1ListImpersonationRolesCommand: (input: ListImpersonationRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
133
|
export declare const serializeAws_json1_1ListMailboxExportJobsCommand: (input: ListMailboxExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
134
|
export declare const serializeAws_json1_1ListMailboxPermissionsCommand: (input: ListMailboxPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
135
|
export declare const serializeAws_json1_1ListMailDomainsCommand: (input: ListMailDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -142,16 +155,19 @@ export declare const serializeAws_json1_1TestAvailabilityConfigurationCommand: (
|
|
|
142
155
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
156
|
export declare const serializeAws_json1_1UpdateAvailabilityConfigurationCommand: (input: UpdateAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
157
|
export declare const serializeAws_json1_1UpdateDefaultMailDomainCommand: (input: UpdateDefaultMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1UpdateImpersonationRoleCommand: (input: UpdateImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
159
|
export declare const serializeAws_json1_1UpdateMailboxQuotaCommand: (input: UpdateMailboxQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
160
|
export declare const serializeAws_json1_1UpdateMobileDeviceAccessRuleCommand: (input: UpdateMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
161
|
export declare const serializeAws_json1_1UpdatePrimaryEmailAddressCommand: (input: UpdatePrimaryEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
162
|
export declare const serializeAws_json1_1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
163
|
export declare const deserializeAws_json1_1AssociateDelegateToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDelegateToResourceCommandOutput>;
|
|
150
164
|
export declare const deserializeAws_json1_1AssociateMemberToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToGroupCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1AssumeImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeImpersonationRoleCommandOutput>;
|
|
151
166
|
export declare const deserializeAws_json1_1CancelMailboxExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMailboxExportJobCommandOutput>;
|
|
152
167
|
export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
|
|
153
168
|
export declare const deserializeAws_json1_1CreateAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAvailabilityConfigurationCommandOutput>;
|
|
154
169
|
export declare const deserializeAws_json1_1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1CreateImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImpersonationRoleCommandOutput>;
|
|
155
171
|
export declare const deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMobileDeviceAccessRuleCommandOutput>;
|
|
156
172
|
export declare const deserializeAws_json1_1CreateOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationCommandOutput>;
|
|
157
173
|
export declare const deserializeAws_json1_1CreateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceCommandOutput>;
|
|
@@ -161,6 +177,7 @@ export declare const deserializeAws_json1_1DeleteAliasCommand: (output: __HttpRe
|
|
|
161
177
|
export declare const deserializeAws_json1_1DeleteAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAvailabilityConfigurationCommandOutput>;
|
|
162
178
|
export declare const deserializeAws_json1_1DeleteEmailMonitoringConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEmailMonitoringConfigurationCommandOutput>;
|
|
163
179
|
export declare const deserializeAws_json1_1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_json1_1DeleteImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImpersonationRoleCommandOutput>;
|
|
164
181
|
export declare const deserializeAws_json1_1DeleteMailboxPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMailboxPermissionsCommandOutput>;
|
|
165
182
|
export declare const deserializeAws_json1_1DeleteMobileDeviceAccessOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMobileDeviceAccessOverrideCommandOutput>;
|
|
166
183
|
export declare const deserializeAws_json1_1DeleteMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMobileDeviceAccessRuleCommandOutput>;
|
|
@@ -181,6 +198,8 @@ export declare const deserializeAws_json1_1DisassociateDelegateFromResourceComma
|
|
|
181
198
|
export declare const deserializeAws_json1_1DisassociateMemberFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromGroupCommandOutput>;
|
|
182
199
|
export declare const deserializeAws_json1_1GetAccessControlEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessControlEffectCommandOutput>;
|
|
183
200
|
export declare const deserializeAws_json1_1GetDefaultRetentionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultRetentionPolicyCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_json1_1GetImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImpersonationRoleCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_json1_1GetImpersonationRoleEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImpersonationRoleEffectCommandOutput>;
|
|
184
203
|
export declare const deserializeAws_json1_1GetMailboxDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMailboxDetailsCommandOutput>;
|
|
185
204
|
export declare const deserializeAws_json1_1GetMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMailDomainCommandOutput>;
|
|
186
205
|
export declare const deserializeAws_json1_1GetMobileDeviceAccessEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMobileDeviceAccessEffectCommandOutput>;
|
|
@@ -190,6 +209,7 @@ export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpRe
|
|
|
190
209
|
export declare const deserializeAws_json1_1ListAvailabilityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailabilityConfigurationsCommandOutput>;
|
|
191
210
|
export declare const deserializeAws_json1_1ListGroupMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembersCommandOutput>;
|
|
192
211
|
export declare const deserializeAws_json1_1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_json1_1ListImpersonationRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImpersonationRolesCommandOutput>;
|
|
193
213
|
export declare const deserializeAws_json1_1ListMailboxExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailboxExportJobsCommandOutput>;
|
|
194
214
|
export declare const deserializeAws_json1_1ListMailboxPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailboxPermissionsCommandOutput>;
|
|
195
215
|
export declare const deserializeAws_json1_1ListMailDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailDomainsCommandOutput>;
|
|
@@ -215,6 +235,7 @@ export declare const deserializeAws_json1_1TestAvailabilityConfigurationCommand:
|
|
|
215
235
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
216
236
|
export declare const deserializeAws_json1_1UpdateAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityConfigurationCommandOutput>;
|
|
217
237
|
export declare const deserializeAws_json1_1UpdateDefaultMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultMailDomainCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_json1_1UpdateImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImpersonationRoleCommandOutput>;
|
|
218
239
|
export declare const deserializeAws_json1_1UpdateMailboxQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMailboxQuotaCommandOutput>;
|
|
219
240
|
export declare const deserializeAws_json1_1UpdateMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMobileDeviceAccessRuleCommandOutput>;
|
|
220
241
|
export declare const deserializeAws_json1_1UpdatePrimaryEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryEmailAddressCommandOutput>;
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AssociateMemberToGroupCommandInput,
|
|
8
8
|
AssociateMemberToGroupCommandOutput,
|
|
9
9
|
} from "./commands/AssociateMemberToGroupCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssumeImpersonationRoleCommandInput,
|
|
12
|
+
AssumeImpersonationRoleCommandOutput,
|
|
13
|
+
} from "./commands/AssumeImpersonationRoleCommand";
|
|
10
14
|
import {
|
|
11
15
|
CancelMailboxExportJobCommandInput,
|
|
12
16
|
CancelMailboxExportJobCommandOutput,
|
|
@@ -23,6 +27,10 @@ import {
|
|
|
23
27
|
CreateGroupCommandInput,
|
|
24
28
|
CreateGroupCommandOutput,
|
|
25
29
|
} from "./commands/CreateGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateImpersonationRoleCommandInput,
|
|
32
|
+
CreateImpersonationRoleCommandOutput,
|
|
33
|
+
} from "./commands/CreateImpersonationRoleCommand";
|
|
26
34
|
import {
|
|
27
35
|
CreateMobileDeviceAccessRuleCommandInput,
|
|
28
36
|
CreateMobileDeviceAccessRuleCommandOutput,
|
|
@@ -59,6 +67,10 @@ import {
|
|
|
59
67
|
DeleteGroupCommandInput,
|
|
60
68
|
DeleteGroupCommandOutput,
|
|
61
69
|
} from "./commands/DeleteGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteImpersonationRoleCommandInput,
|
|
72
|
+
DeleteImpersonationRoleCommandOutput,
|
|
73
|
+
} from "./commands/DeleteImpersonationRoleCommand";
|
|
62
74
|
import {
|
|
63
75
|
DeleteMailboxPermissionsCommandInput,
|
|
64
76
|
DeleteMailboxPermissionsCommandOutput,
|
|
@@ -139,6 +151,14 @@ import {
|
|
|
139
151
|
GetDefaultRetentionPolicyCommandInput,
|
|
140
152
|
GetDefaultRetentionPolicyCommandOutput,
|
|
141
153
|
} from "./commands/GetDefaultRetentionPolicyCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetImpersonationRoleCommandInput,
|
|
156
|
+
GetImpersonationRoleCommandOutput,
|
|
157
|
+
} from "./commands/GetImpersonationRoleCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetImpersonationRoleEffectCommandInput,
|
|
160
|
+
GetImpersonationRoleEffectCommandOutput,
|
|
161
|
+
} from "./commands/GetImpersonationRoleEffectCommand";
|
|
142
162
|
import {
|
|
143
163
|
GetMailboxDetailsCommandInput,
|
|
144
164
|
GetMailboxDetailsCommandOutput,
|
|
@@ -175,6 +195,10 @@ import {
|
|
|
175
195
|
ListGroupsCommandInput,
|
|
176
196
|
ListGroupsCommandOutput,
|
|
177
197
|
} from "./commands/ListGroupsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListImpersonationRolesCommandInput,
|
|
200
|
+
ListImpersonationRolesCommandOutput,
|
|
201
|
+
} from "./commands/ListImpersonationRolesCommand";
|
|
178
202
|
import {
|
|
179
203
|
ListMailboxExportJobsCommandInput,
|
|
180
204
|
ListMailboxExportJobsCommandOutput,
|
|
@@ -275,6 +299,10 @@ import {
|
|
|
275
299
|
UpdateDefaultMailDomainCommandInput,
|
|
276
300
|
UpdateDefaultMailDomainCommandOutput,
|
|
277
301
|
} from "./commands/UpdateDefaultMailDomainCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateImpersonationRoleCommandInput,
|
|
304
|
+
UpdateImpersonationRoleCommandOutput,
|
|
305
|
+
} from "./commands/UpdateImpersonationRoleCommand";
|
|
278
306
|
import {
|
|
279
307
|
UpdateMailboxQuotaCommandInput,
|
|
280
308
|
UpdateMailboxQuotaCommandOutput,
|
|
@@ -319,6 +347,19 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
319
347
|
options: __HttpHandlerOptions,
|
|
320
348
|
cb: (err: any, data?: AssociateMemberToGroupCommandOutput) => void
|
|
321
349
|
): void;
|
|
350
|
+
assumeImpersonationRole(
|
|
351
|
+
args: AssumeImpersonationRoleCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<AssumeImpersonationRoleCommandOutput>;
|
|
354
|
+
assumeImpersonationRole(
|
|
355
|
+
args: AssumeImpersonationRoleCommandInput,
|
|
356
|
+
cb: (err: any, data?: AssumeImpersonationRoleCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
assumeImpersonationRole(
|
|
359
|
+
args: AssumeImpersonationRoleCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: AssumeImpersonationRoleCommandOutput) => void
|
|
362
|
+
): void;
|
|
322
363
|
cancelMailboxExportJob(
|
|
323
364
|
args: CancelMailboxExportJobCommandInput,
|
|
324
365
|
options?: __HttpHandlerOptions
|
|
@@ -371,6 +412,19 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
371
412
|
options: __HttpHandlerOptions,
|
|
372
413
|
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
373
414
|
): void;
|
|
415
|
+
createImpersonationRole(
|
|
416
|
+
args: CreateImpersonationRoleCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<CreateImpersonationRoleCommandOutput>;
|
|
419
|
+
createImpersonationRole(
|
|
420
|
+
args: CreateImpersonationRoleCommandInput,
|
|
421
|
+
cb: (err: any, data?: CreateImpersonationRoleCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
createImpersonationRole(
|
|
424
|
+
args: CreateImpersonationRoleCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: CreateImpersonationRoleCommandOutput) => void
|
|
427
|
+
): void;
|
|
374
428
|
createMobileDeviceAccessRule(
|
|
375
429
|
args: CreateMobileDeviceAccessRuleCommandInput,
|
|
376
430
|
options?: __HttpHandlerOptions
|
|
@@ -494,6 +548,19 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
494
548
|
options: __HttpHandlerOptions,
|
|
495
549
|
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
496
550
|
): void;
|
|
551
|
+
deleteImpersonationRole(
|
|
552
|
+
args: DeleteImpersonationRoleCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<DeleteImpersonationRoleCommandOutput>;
|
|
555
|
+
deleteImpersonationRole(
|
|
556
|
+
args: DeleteImpersonationRoleCommandInput,
|
|
557
|
+
cb: (err: any, data?: DeleteImpersonationRoleCommandOutput) => void
|
|
558
|
+
): void;
|
|
559
|
+
deleteImpersonationRole(
|
|
560
|
+
args: DeleteImpersonationRoleCommandInput,
|
|
561
|
+
options: __HttpHandlerOptions,
|
|
562
|
+
cb: (err: any, data?: DeleteImpersonationRoleCommandOutput) => void
|
|
563
|
+
): void;
|
|
497
564
|
deleteMailboxPermissions(
|
|
498
565
|
args: DeleteMailboxPermissionsCommandInput,
|
|
499
566
|
options?: __HttpHandlerOptions
|
|
@@ -760,6 +827,32 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
760
827
|
options: __HttpHandlerOptions,
|
|
761
828
|
cb: (err: any, data?: GetDefaultRetentionPolicyCommandOutput) => void
|
|
762
829
|
): void;
|
|
830
|
+
getImpersonationRole(
|
|
831
|
+
args: GetImpersonationRoleCommandInput,
|
|
832
|
+
options?: __HttpHandlerOptions
|
|
833
|
+
): Promise<GetImpersonationRoleCommandOutput>;
|
|
834
|
+
getImpersonationRole(
|
|
835
|
+
args: GetImpersonationRoleCommandInput,
|
|
836
|
+
cb: (err: any, data?: GetImpersonationRoleCommandOutput) => void
|
|
837
|
+
): void;
|
|
838
|
+
getImpersonationRole(
|
|
839
|
+
args: GetImpersonationRoleCommandInput,
|
|
840
|
+
options: __HttpHandlerOptions,
|
|
841
|
+
cb: (err: any, data?: GetImpersonationRoleCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
getImpersonationRoleEffect(
|
|
844
|
+
args: GetImpersonationRoleEffectCommandInput,
|
|
845
|
+
options?: __HttpHandlerOptions
|
|
846
|
+
): Promise<GetImpersonationRoleEffectCommandOutput>;
|
|
847
|
+
getImpersonationRoleEffect(
|
|
848
|
+
args: GetImpersonationRoleEffectCommandInput,
|
|
849
|
+
cb: (err: any, data?: GetImpersonationRoleEffectCommandOutput) => void
|
|
850
|
+
): void;
|
|
851
|
+
getImpersonationRoleEffect(
|
|
852
|
+
args: GetImpersonationRoleEffectCommandInput,
|
|
853
|
+
options: __HttpHandlerOptions,
|
|
854
|
+
cb: (err: any, data?: GetImpersonationRoleEffectCommandOutput) => void
|
|
855
|
+
): void;
|
|
763
856
|
getMailboxDetails(
|
|
764
857
|
args: GetMailboxDetailsCommandInput,
|
|
765
858
|
options?: __HttpHandlerOptions
|
|
@@ -877,6 +970,19 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
877
970
|
options: __HttpHandlerOptions,
|
|
878
971
|
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
879
972
|
): void;
|
|
973
|
+
listImpersonationRoles(
|
|
974
|
+
args: ListImpersonationRolesCommandInput,
|
|
975
|
+
options?: __HttpHandlerOptions
|
|
976
|
+
): Promise<ListImpersonationRolesCommandOutput>;
|
|
977
|
+
listImpersonationRoles(
|
|
978
|
+
args: ListImpersonationRolesCommandInput,
|
|
979
|
+
cb: (err: any, data?: ListImpersonationRolesCommandOutput) => void
|
|
980
|
+
): void;
|
|
981
|
+
listImpersonationRoles(
|
|
982
|
+
args: ListImpersonationRolesCommandInput,
|
|
983
|
+
options: __HttpHandlerOptions,
|
|
984
|
+
cb: (err: any, data?: ListImpersonationRolesCommandOutput) => void
|
|
985
|
+
): void;
|
|
880
986
|
listMailboxExportJobs(
|
|
881
987
|
args: ListMailboxExportJobsCommandInput,
|
|
882
988
|
options?: __HttpHandlerOptions
|
|
@@ -1202,6 +1308,19 @@ export declare class WorkMail extends WorkMailClient {
|
|
|
1202
1308
|
options: __HttpHandlerOptions,
|
|
1203
1309
|
cb: (err: any, data?: UpdateDefaultMailDomainCommandOutput) => void
|
|
1204
1310
|
): void;
|
|
1311
|
+
updateImpersonationRole(
|
|
1312
|
+
args: UpdateImpersonationRoleCommandInput,
|
|
1313
|
+
options?: __HttpHandlerOptions
|
|
1314
|
+
): Promise<UpdateImpersonationRoleCommandOutput>;
|
|
1315
|
+
updateImpersonationRole(
|
|
1316
|
+
args: UpdateImpersonationRoleCommandInput,
|
|
1317
|
+
cb: (err: any, data?: UpdateImpersonationRoleCommandOutput) => void
|
|
1318
|
+
): void;
|
|
1319
|
+
updateImpersonationRole(
|
|
1320
|
+
args: UpdateImpersonationRoleCommandInput,
|
|
1321
|
+
options: __HttpHandlerOptions,
|
|
1322
|
+
cb: (err: any, data?: UpdateImpersonationRoleCommandOutput) => void
|
|
1323
|
+
): void;
|
|
1205
1324
|
updateMailboxQuota(
|
|
1206
1325
|
args: UpdateMailboxQuotaCommandInput,
|
|
1207
1326
|
options?: __HttpHandlerOptions
|
|
@@ -50,6 +50,10 @@ import {
|
|
|
50
50
|
AssociateMemberToGroupCommandInput,
|
|
51
51
|
AssociateMemberToGroupCommandOutput,
|
|
52
52
|
} from "./commands/AssociateMemberToGroupCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssumeImpersonationRoleCommandInput,
|
|
55
|
+
AssumeImpersonationRoleCommandOutput,
|
|
56
|
+
} from "./commands/AssumeImpersonationRoleCommand";
|
|
53
57
|
import {
|
|
54
58
|
CancelMailboxExportJobCommandInput,
|
|
55
59
|
CancelMailboxExportJobCommandOutput,
|
|
@@ -66,6 +70,10 @@ import {
|
|
|
66
70
|
CreateGroupCommandInput,
|
|
67
71
|
CreateGroupCommandOutput,
|
|
68
72
|
} from "./commands/CreateGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateImpersonationRoleCommandInput,
|
|
75
|
+
CreateImpersonationRoleCommandOutput,
|
|
76
|
+
} from "./commands/CreateImpersonationRoleCommand";
|
|
69
77
|
import {
|
|
70
78
|
CreateMobileDeviceAccessRuleCommandInput,
|
|
71
79
|
CreateMobileDeviceAccessRuleCommandOutput,
|
|
@@ -102,6 +110,10 @@ import {
|
|
|
102
110
|
DeleteGroupCommandInput,
|
|
103
111
|
DeleteGroupCommandOutput,
|
|
104
112
|
} from "./commands/DeleteGroupCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteImpersonationRoleCommandInput,
|
|
115
|
+
DeleteImpersonationRoleCommandOutput,
|
|
116
|
+
} from "./commands/DeleteImpersonationRoleCommand";
|
|
105
117
|
import {
|
|
106
118
|
DeleteMailboxPermissionsCommandInput,
|
|
107
119
|
DeleteMailboxPermissionsCommandOutput,
|
|
@@ -182,6 +194,14 @@ import {
|
|
|
182
194
|
GetDefaultRetentionPolicyCommandInput,
|
|
183
195
|
GetDefaultRetentionPolicyCommandOutput,
|
|
184
196
|
} from "./commands/GetDefaultRetentionPolicyCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetImpersonationRoleCommandInput,
|
|
199
|
+
GetImpersonationRoleCommandOutput,
|
|
200
|
+
} from "./commands/GetImpersonationRoleCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetImpersonationRoleEffectCommandInput,
|
|
203
|
+
GetImpersonationRoleEffectCommandOutput,
|
|
204
|
+
} from "./commands/GetImpersonationRoleEffectCommand";
|
|
185
205
|
import {
|
|
186
206
|
GetMailboxDetailsCommandInput,
|
|
187
207
|
GetMailboxDetailsCommandOutput,
|
|
@@ -218,6 +238,10 @@ import {
|
|
|
218
238
|
ListGroupsCommandInput,
|
|
219
239
|
ListGroupsCommandOutput,
|
|
220
240
|
} from "./commands/ListGroupsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListImpersonationRolesCommandInput,
|
|
243
|
+
ListImpersonationRolesCommandOutput,
|
|
244
|
+
} from "./commands/ListImpersonationRolesCommand";
|
|
221
245
|
import {
|
|
222
246
|
ListMailboxExportJobsCommandInput,
|
|
223
247
|
ListMailboxExportJobsCommandOutput,
|
|
@@ -318,6 +342,10 @@ import {
|
|
|
318
342
|
UpdateDefaultMailDomainCommandInput,
|
|
319
343
|
UpdateDefaultMailDomainCommandOutput,
|
|
320
344
|
} from "./commands/UpdateDefaultMailDomainCommand";
|
|
345
|
+
import {
|
|
346
|
+
UpdateImpersonationRoleCommandInput,
|
|
347
|
+
UpdateImpersonationRoleCommandOutput,
|
|
348
|
+
} from "./commands/UpdateImpersonationRoleCommand";
|
|
321
349
|
import {
|
|
322
350
|
UpdateMailboxQuotaCommandInput,
|
|
323
351
|
UpdateMailboxQuotaCommandOutput,
|
|
@@ -337,10 +365,12 @@ import {
|
|
|
337
365
|
export declare type ServiceInputTypes =
|
|
338
366
|
| AssociateDelegateToResourceCommandInput
|
|
339
367
|
| AssociateMemberToGroupCommandInput
|
|
368
|
+
| AssumeImpersonationRoleCommandInput
|
|
340
369
|
| CancelMailboxExportJobCommandInput
|
|
341
370
|
| CreateAliasCommandInput
|
|
342
371
|
| CreateAvailabilityConfigurationCommandInput
|
|
343
372
|
| CreateGroupCommandInput
|
|
373
|
+
| CreateImpersonationRoleCommandInput
|
|
344
374
|
| CreateMobileDeviceAccessRuleCommandInput
|
|
345
375
|
| CreateOrganizationCommandInput
|
|
346
376
|
| CreateResourceCommandInput
|
|
@@ -350,6 +380,7 @@ export declare type ServiceInputTypes =
|
|
|
350
380
|
| DeleteAvailabilityConfigurationCommandInput
|
|
351
381
|
| DeleteEmailMonitoringConfigurationCommandInput
|
|
352
382
|
| DeleteGroupCommandInput
|
|
383
|
+
| DeleteImpersonationRoleCommandInput
|
|
353
384
|
| DeleteMailboxPermissionsCommandInput
|
|
354
385
|
| DeleteMobileDeviceAccessOverrideCommandInput
|
|
355
386
|
| DeleteMobileDeviceAccessRuleCommandInput
|
|
@@ -370,6 +401,8 @@ export declare type ServiceInputTypes =
|
|
|
370
401
|
| DisassociateMemberFromGroupCommandInput
|
|
371
402
|
| GetAccessControlEffectCommandInput
|
|
372
403
|
| GetDefaultRetentionPolicyCommandInput
|
|
404
|
+
| GetImpersonationRoleCommandInput
|
|
405
|
+
| GetImpersonationRoleEffectCommandInput
|
|
373
406
|
| GetMailDomainCommandInput
|
|
374
407
|
| GetMailboxDetailsCommandInput
|
|
375
408
|
| GetMobileDeviceAccessEffectCommandInput
|
|
@@ -379,6 +412,7 @@ export declare type ServiceInputTypes =
|
|
|
379
412
|
| ListAvailabilityConfigurationsCommandInput
|
|
380
413
|
| ListGroupMembersCommandInput
|
|
381
414
|
| ListGroupsCommandInput
|
|
415
|
+
| ListImpersonationRolesCommandInput
|
|
382
416
|
| ListMailDomainsCommandInput
|
|
383
417
|
| ListMailboxExportJobsCommandInput
|
|
384
418
|
| ListMailboxPermissionsCommandInput
|
|
@@ -404,6 +438,7 @@ export declare type ServiceInputTypes =
|
|
|
404
438
|
| UntagResourceCommandInput
|
|
405
439
|
| UpdateAvailabilityConfigurationCommandInput
|
|
406
440
|
| UpdateDefaultMailDomainCommandInput
|
|
441
|
+
| UpdateImpersonationRoleCommandInput
|
|
407
442
|
| UpdateMailboxQuotaCommandInput
|
|
408
443
|
| UpdateMobileDeviceAccessRuleCommandInput
|
|
409
444
|
| UpdatePrimaryEmailAddressCommandInput
|
|
@@ -411,10 +446,12 @@ export declare type ServiceInputTypes =
|
|
|
411
446
|
export declare type ServiceOutputTypes =
|
|
412
447
|
| AssociateDelegateToResourceCommandOutput
|
|
413
448
|
| AssociateMemberToGroupCommandOutput
|
|
449
|
+
| AssumeImpersonationRoleCommandOutput
|
|
414
450
|
| CancelMailboxExportJobCommandOutput
|
|
415
451
|
| CreateAliasCommandOutput
|
|
416
452
|
| CreateAvailabilityConfigurationCommandOutput
|
|
417
453
|
| CreateGroupCommandOutput
|
|
454
|
+
| CreateImpersonationRoleCommandOutput
|
|
418
455
|
| CreateMobileDeviceAccessRuleCommandOutput
|
|
419
456
|
| CreateOrganizationCommandOutput
|
|
420
457
|
| CreateResourceCommandOutput
|
|
@@ -424,6 +461,7 @@ export declare type ServiceOutputTypes =
|
|
|
424
461
|
| DeleteAvailabilityConfigurationCommandOutput
|
|
425
462
|
| DeleteEmailMonitoringConfigurationCommandOutput
|
|
426
463
|
| DeleteGroupCommandOutput
|
|
464
|
+
| DeleteImpersonationRoleCommandOutput
|
|
427
465
|
| DeleteMailboxPermissionsCommandOutput
|
|
428
466
|
| DeleteMobileDeviceAccessOverrideCommandOutput
|
|
429
467
|
| DeleteMobileDeviceAccessRuleCommandOutput
|
|
@@ -444,6 +482,8 @@ export declare type ServiceOutputTypes =
|
|
|
444
482
|
| DisassociateMemberFromGroupCommandOutput
|
|
445
483
|
| GetAccessControlEffectCommandOutput
|
|
446
484
|
| GetDefaultRetentionPolicyCommandOutput
|
|
485
|
+
| GetImpersonationRoleCommandOutput
|
|
486
|
+
| GetImpersonationRoleEffectCommandOutput
|
|
447
487
|
| GetMailDomainCommandOutput
|
|
448
488
|
| GetMailboxDetailsCommandOutput
|
|
449
489
|
| GetMobileDeviceAccessEffectCommandOutput
|
|
@@ -453,6 +493,7 @@ export declare type ServiceOutputTypes =
|
|
|
453
493
|
| ListAvailabilityConfigurationsCommandOutput
|
|
454
494
|
| ListGroupMembersCommandOutput
|
|
455
495
|
| ListGroupsCommandOutput
|
|
496
|
+
| ListImpersonationRolesCommandOutput
|
|
456
497
|
| ListMailDomainsCommandOutput
|
|
457
498
|
| ListMailboxExportJobsCommandOutput
|
|
458
499
|
| ListMailboxPermissionsCommandOutput
|
|
@@ -478,6 +519,7 @@ export declare type ServiceOutputTypes =
|
|
|
478
519
|
| UntagResourceCommandOutput
|
|
479
520
|
| UpdateAvailabilityConfigurationCommandOutput
|
|
480
521
|
| UpdateDefaultMailDomainCommandOutput
|
|
522
|
+
| UpdateImpersonationRoleCommandOutput
|
|
481
523
|
| UpdateMailboxQuotaCommandOutput
|
|
482
524
|
| UpdateMobileDeviceAccessRuleCommandOutput
|
|
483
525
|
| UpdatePrimaryEmailAddressCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssumeImpersonationRoleRequest,
|
|
10
|
+
AssumeImpersonationRoleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkMailClientResolvedConfig,
|
|
16
|
+
} from "../WorkMailClient";
|
|
17
|
+
export interface AssumeImpersonationRoleCommandInput
|
|
18
|
+
extends AssumeImpersonationRoleRequest {}
|
|
19
|
+
export interface AssumeImpersonationRoleCommandOutput
|
|
20
|
+
extends AssumeImpersonationRoleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssumeImpersonationRoleCommand extends $Command<
|
|
23
|
+
AssumeImpersonationRoleCommandInput,
|
|
24
|
+
AssumeImpersonationRoleCommandOutput,
|
|
25
|
+
WorkMailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssumeImpersonationRoleCommandInput;
|
|
28
|
+
constructor(input: AssumeImpersonationRoleCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkMailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssumeImpersonationRoleCommandInput,
|
|
35
|
+
AssumeImpersonationRoleCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateImpersonationRoleRequest,
|
|
10
|
+
CreateImpersonationRoleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkMailClientResolvedConfig,
|
|
16
|
+
} from "../WorkMailClient";
|
|
17
|
+
export interface CreateImpersonationRoleCommandInput
|
|
18
|
+
extends CreateImpersonationRoleRequest {}
|
|
19
|
+
export interface CreateImpersonationRoleCommandOutput
|
|
20
|
+
extends CreateImpersonationRoleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateImpersonationRoleCommand extends $Command<
|
|
23
|
+
CreateImpersonationRoleCommandInput,
|
|
24
|
+
CreateImpersonationRoleCommandOutput,
|
|
25
|
+
WorkMailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateImpersonationRoleCommandInput;
|
|
28
|
+
constructor(input: CreateImpersonationRoleCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkMailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateImpersonationRoleCommandInput,
|
|
35
|
+
CreateImpersonationRoleCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteImpersonationRoleRequest,
|
|
10
|
+
DeleteImpersonationRoleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkMailClientResolvedConfig,
|
|
16
|
+
} from "../WorkMailClient";
|
|
17
|
+
export interface DeleteImpersonationRoleCommandInput
|
|
18
|
+
extends DeleteImpersonationRoleRequest {}
|
|
19
|
+
export interface DeleteImpersonationRoleCommandOutput
|
|
20
|
+
extends DeleteImpersonationRoleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteImpersonationRoleCommand extends $Command<
|
|
23
|
+
DeleteImpersonationRoleCommandInput,
|
|
24
|
+
DeleteImpersonationRoleCommandOutput,
|
|
25
|
+
WorkMailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteImpersonationRoleCommandInput;
|
|
28
|
+
constructor(input: DeleteImpersonationRoleCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkMailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteImpersonationRoleCommandInput,
|
|
35
|
+
DeleteImpersonationRoleCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|