@aws-sdk/client-workmail 3.181.0 → 3.184.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 +19 -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 +626 -3
- package/dist-es/WorkMail.js +398 -300
- package/dist-es/WorkMailClient.js +22 -28
- package/dist-es/commands/AssociateDelegateToResourceCommand.js +21 -28
- package/dist-es/commands/AssociateMemberToGroupCommand.js +21 -28
- package/dist-es/commands/AssumeImpersonationRoleCommand.js +32 -0
- package/dist-es/commands/CancelMailboxExportJobCommand.js +21 -28
- package/dist-es/commands/CreateAliasCommand.js +21 -28
- package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateGroupCommand.js +21 -28
- package/dist-es/commands/CreateImpersonationRoleCommand.js +32 -0
- package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +21 -28
- package/dist-es/commands/CreateOrganizationCommand.js +21 -28
- package/dist-es/commands/CreateResourceCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/DeleteAccessControlRuleCommand.js +21 -28
- package/dist-es/commands/DeleteAliasCommand.js +21 -28
- package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +21 -28
- package/dist-es/commands/DeleteGroupCommand.js +21 -28
- package/dist-es/commands/DeleteImpersonationRoleCommand.js +32 -0
- package/dist-es/commands/DeleteMailboxPermissionsCommand.js +21 -28
- package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +21 -28
- package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +21 -28
- package/dist-es/commands/DeleteOrganizationCommand.js +21 -28
- package/dist-es/commands/DeleteResourceCommand.js +21 -28
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +21 -28
- package/dist-es/commands/DeleteUserCommand.js +21 -28
- package/dist-es/commands/DeregisterFromWorkMailCommand.js +21 -28
- package/dist-es/commands/DeregisterMailDomainCommand.js +21 -28
- package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeGroupCommand.js +21 -28
- package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeMailboxExportJobCommand.js +21 -28
- package/dist-es/commands/DescribeOrganizationCommand.js +21 -28
- package/dist-es/commands/DescribeResourceCommand.js +21 -28
- package/dist-es/commands/DescribeUserCommand.js +21 -28
- package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +21 -28
- package/dist-es/commands/DisassociateMemberFromGroupCommand.js +21 -28
- package/dist-es/commands/GetAccessControlEffectCommand.js +21 -28
- package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +21 -28
- package/dist-es/commands/GetImpersonationRoleCommand.js +32 -0
- package/dist-es/commands/GetImpersonationRoleEffectCommand.js +32 -0
- package/dist-es/commands/GetMailDomainCommand.js +21 -28
- package/dist-es/commands/GetMailboxDetailsCommand.js +21 -28
- package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +21 -28
- package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +21 -28
- package/dist-es/commands/ListAccessControlRulesCommand.js +21 -28
- package/dist-es/commands/ListAliasesCommand.js +21 -28
- package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +21 -28
- package/dist-es/commands/ListGroupMembersCommand.js +21 -28
- package/dist-es/commands/ListGroupsCommand.js +21 -28
- package/dist-es/commands/ListImpersonationRolesCommand.js +32 -0
- package/dist-es/commands/ListMailDomainsCommand.js +21 -28
- package/dist-es/commands/ListMailboxExportJobsCommand.js +21 -28
- package/dist-es/commands/ListMailboxPermissionsCommand.js +21 -28
- package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +21 -28
- package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +21 -28
- package/dist-es/commands/ListOrganizationsCommand.js +21 -28
- package/dist-es/commands/ListResourceDelegatesCommand.js +21 -28
- package/dist-es/commands/ListResourcesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/PutAccessControlRuleCommand.js +21 -28
- package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +21 -28
- package/dist-es/commands/PutInboundDmarcSettingsCommand.js +21 -28
- package/dist-es/commands/PutMailboxPermissionsCommand.js +21 -28
- package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +21 -28
- package/dist-es/commands/PutRetentionPolicyCommand.js +21 -28
- package/dist-es/commands/RegisterMailDomainCommand.js +21 -28
- package/dist-es/commands/RegisterToWorkMailCommand.js +21 -28
- package/dist-es/commands/ResetPasswordCommand.js +21 -28
- package/dist-es/commands/StartMailboxExportJobCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/TestAvailabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateDefaultMailDomainCommand.js +21 -28
- package/dist-es/commands/UpdateImpersonationRoleCommand.js +32 -0
- package/dist-es/commands/UpdateMailboxQuotaCommand.js +21 -28
- package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +21 -28
- package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +21 -28
- package/dist-es/commands/UpdateResourceCommand.js +21 -28
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WorkMailServiceException.js +5 -10
- package/dist-es/models/models_0.js +837 -434
- package/dist-es/pagination/ListAliasesPaginator.js +25 -68
- package/dist-es/pagination/ListAvailabilityConfigurationsPaginator.js +25 -68
- package/dist-es/pagination/ListGroupMembersPaginator.js +25 -68
- package/dist-es/pagination/ListGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListImpersonationRolesPaginator.js +32 -0
- package/dist-es/pagination/ListMailDomainsPaginator.js +25 -68
- package/dist-es/pagination/ListMailboxExportJobsPaginator.js +25 -68
- package/dist-es/pagination/ListMailboxPermissionsPaginator.js +25 -68
- package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +25 -68
- package/dist-es/pagination/ListOrganizationsPaginator.js +25 -68
- package/dist-es/pagination/ListResourceDelegatesPaginator.js +25 -68
- package/dist-es/pagination/ListResourcesPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +5496 -6309
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- 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 +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-workmail:** This release adds support for impersonation roles in Amazon WorkMail. ([f919ccd](https://github.com/aws/aws-sdk-js-v3/commit/f919ccdd3fc6b6bd0cdcebb351fc6d71ee1ee50f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-workmail
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
7
26
|
|
|
8
27
|
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
AWS SDK for JavaScript WorkMail Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
|
-
<p>
|
|
12
|
+
<p>WorkMail is a secure, managed business email and calendaring service with support for
|
|
13
13
|
existing desktop and mobile email clients. You can access your email, contacts, and
|
|
14
14
|
calendars using Microsoft Outlook, your browser, or other native iOS and Android email
|
|
15
15
|
applications. You can integrate WorkMail with your existing corporate directory and control
|
package/dist-cjs/WorkMail.js
CHANGED
|
@@ -3,10 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WorkMail = void 0;
|
|
4
4
|
const AssociateDelegateToResourceCommand_1 = require("./commands/AssociateDelegateToResourceCommand");
|
|
5
5
|
const AssociateMemberToGroupCommand_1 = require("./commands/AssociateMemberToGroupCommand");
|
|
6
|
+
const AssumeImpersonationRoleCommand_1 = require("./commands/AssumeImpersonationRoleCommand");
|
|
6
7
|
const CancelMailboxExportJobCommand_1 = require("./commands/CancelMailboxExportJobCommand");
|
|
7
8
|
const CreateAliasCommand_1 = require("./commands/CreateAliasCommand");
|
|
8
9
|
const CreateAvailabilityConfigurationCommand_1 = require("./commands/CreateAvailabilityConfigurationCommand");
|
|
9
10
|
const CreateGroupCommand_1 = require("./commands/CreateGroupCommand");
|
|
11
|
+
const CreateImpersonationRoleCommand_1 = require("./commands/CreateImpersonationRoleCommand");
|
|
10
12
|
const CreateMobileDeviceAccessRuleCommand_1 = require("./commands/CreateMobileDeviceAccessRuleCommand");
|
|
11
13
|
const CreateOrganizationCommand_1 = require("./commands/CreateOrganizationCommand");
|
|
12
14
|
const CreateResourceCommand_1 = require("./commands/CreateResourceCommand");
|
|
@@ -16,6 +18,7 @@ const DeleteAliasCommand_1 = require("./commands/DeleteAliasCommand");
|
|
|
16
18
|
const DeleteAvailabilityConfigurationCommand_1 = require("./commands/DeleteAvailabilityConfigurationCommand");
|
|
17
19
|
const DeleteEmailMonitoringConfigurationCommand_1 = require("./commands/DeleteEmailMonitoringConfigurationCommand");
|
|
18
20
|
const DeleteGroupCommand_1 = require("./commands/DeleteGroupCommand");
|
|
21
|
+
const DeleteImpersonationRoleCommand_1 = require("./commands/DeleteImpersonationRoleCommand");
|
|
19
22
|
const DeleteMailboxPermissionsCommand_1 = require("./commands/DeleteMailboxPermissionsCommand");
|
|
20
23
|
const DeleteMobileDeviceAccessOverrideCommand_1 = require("./commands/DeleteMobileDeviceAccessOverrideCommand");
|
|
21
24
|
const DeleteMobileDeviceAccessRuleCommand_1 = require("./commands/DeleteMobileDeviceAccessRuleCommand");
|
|
@@ -36,6 +39,8 @@ const DisassociateDelegateFromResourceCommand_1 = require("./commands/Disassocia
|
|
|
36
39
|
const DisassociateMemberFromGroupCommand_1 = require("./commands/DisassociateMemberFromGroupCommand");
|
|
37
40
|
const GetAccessControlEffectCommand_1 = require("./commands/GetAccessControlEffectCommand");
|
|
38
41
|
const GetDefaultRetentionPolicyCommand_1 = require("./commands/GetDefaultRetentionPolicyCommand");
|
|
42
|
+
const GetImpersonationRoleCommand_1 = require("./commands/GetImpersonationRoleCommand");
|
|
43
|
+
const GetImpersonationRoleEffectCommand_1 = require("./commands/GetImpersonationRoleEffectCommand");
|
|
39
44
|
const GetMailboxDetailsCommand_1 = require("./commands/GetMailboxDetailsCommand");
|
|
40
45
|
const GetMailDomainCommand_1 = require("./commands/GetMailDomainCommand");
|
|
41
46
|
const GetMobileDeviceAccessEffectCommand_1 = require("./commands/GetMobileDeviceAccessEffectCommand");
|
|
@@ -45,6 +50,7 @@ const ListAliasesCommand_1 = require("./commands/ListAliasesCommand");
|
|
|
45
50
|
const ListAvailabilityConfigurationsCommand_1 = require("./commands/ListAvailabilityConfigurationsCommand");
|
|
46
51
|
const ListGroupMembersCommand_1 = require("./commands/ListGroupMembersCommand");
|
|
47
52
|
const ListGroupsCommand_1 = require("./commands/ListGroupsCommand");
|
|
53
|
+
const ListImpersonationRolesCommand_1 = require("./commands/ListImpersonationRolesCommand");
|
|
48
54
|
const ListMailboxExportJobsCommand_1 = require("./commands/ListMailboxExportJobsCommand");
|
|
49
55
|
const ListMailboxPermissionsCommand_1 = require("./commands/ListMailboxPermissionsCommand");
|
|
50
56
|
const ListMailDomainsCommand_1 = require("./commands/ListMailDomainsCommand");
|
|
@@ -70,6 +76,7 @@ const TestAvailabilityConfigurationCommand_1 = require("./commands/TestAvailabil
|
|
|
70
76
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
71
77
|
const UpdateAvailabilityConfigurationCommand_1 = require("./commands/UpdateAvailabilityConfigurationCommand");
|
|
72
78
|
const UpdateDefaultMailDomainCommand_1 = require("./commands/UpdateDefaultMailDomainCommand");
|
|
79
|
+
const UpdateImpersonationRoleCommand_1 = require("./commands/UpdateImpersonationRoleCommand");
|
|
73
80
|
const UpdateMailboxQuotaCommand_1 = require("./commands/UpdateMailboxQuotaCommand");
|
|
74
81
|
const UpdateMobileDeviceAccessRuleCommand_1 = require("./commands/UpdateMobileDeviceAccessRuleCommand");
|
|
75
82
|
const UpdatePrimaryEmailAddressCommand_1 = require("./commands/UpdatePrimaryEmailAddressCommand");
|
|
@@ -104,6 +111,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
104
111
|
return this.send(command, optionsOrCb);
|
|
105
112
|
}
|
|
106
113
|
}
|
|
114
|
+
assumeImpersonationRole(args, optionsOrCb, cb) {
|
|
115
|
+
const command = new AssumeImpersonationRoleCommand_1.AssumeImpersonationRoleCommand(args);
|
|
116
|
+
if (typeof optionsOrCb === "function") {
|
|
117
|
+
this.send(command, optionsOrCb);
|
|
118
|
+
}
|
|
119
|
+
else if (typeof cb === "function") {
|
|
120
|
+
if (typeof optionsOrCb !== "object")
|
|
121
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
122
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
123
|
+
}
|
|
124
|
+
else {
|
|
125
|
+
return this.send(command, optionsOrCb);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
107
128
|
cancelMailboxExportJob(args, optionsOrCb, cb) {
|
|
108
129
|
const command = new CancelMailboxExportJobCommand_1.CancelMailboxExportJobCommand(args);
|
|
109
130
|
if (typeof optionsOrCb === "function") {
|
|
@@ -160,6 +181,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
160
181
|
return this.send(command, optionsOrCb);
|
|
161
182
|
}
|
|
162
183
|
}
|
|
184
|
+
createImpersonationRole(args, optionsOrCb, cb) {
|
|
185
|
+
const command = new CreateImpersonationRoleCommand_1.CreateImpersonationRoleCommand(args);
|
|
186
|
+
if (typeof optionsOrCb === "function") {
|
|
187
|
+
this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
else if (typeof cb === "function") {
|
|
190
|
+
if (typeof optionsOrCb !== "object")
|
|
191
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
192
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
return this.send(command, optionsOrCb);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
163
198
|
createMobileDeviceAccessRule(args, optionsOrCb, cb) {
|
|
164
199
|
const command = new CreateMobileDeviceAccessRuleCommand_1.CreateMobileDeviceAccessRuleCommand(args);
|
|
165
200
|
if (typeof optionsOrCb === "function") {
|
|
@@ -286,6 +321,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
286
321
|
return this.send(command, optionsOrCb);
|
|
287
322
|
}
|
|
288
323
|
}
|
|
324
|
+
deleteImpersonationRole(args, optionsOrCb, cb) {
|
|
325
|
+
const command = new DeleteImpersonationRoleCommand_1.DeleteImpersonationRoleCommand(args);
|
|
326
|
+
if (typeof optionsOrCb === "function") {
|
|
327
|
+
this.send(command, optionsOrCb);
|
|
328
|
+
}
|
|
329
|
+
else if (typeof cb === "function") {
|
|
330
|
+
if (typeof optionsOrCb !== "object")
|
|
331
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
332
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
333
|
+
}
|
|
334
|
+
else {
|
|
335
|
+
return this.send(command, optionsOrCb);
|
|
336
|
+
}
|
|
337
|
+
}
|
|
289
338
|
deleteMailboxPermissions(args, optionsOrCb, cb) {
|
|
290
339
|
const command = new DeleteMailboxPermissionsCommand_1.DeleteMailboxPermissionsCommand(args);
|
|
291
340
|
if (typeof optionsOrCb === "function") {
|
|
@@ -566,6 +615,34 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
566
615
|
return this.send(command, optionsOrCb);
|
|
567
616
|
}
|
|
568
617
|
}
|
|
618
|
+
getImpersonationRole(args, optionsOrCb, cb) {
|
|
619
|
+
const command = new GetImpersonationRoleCommand_1.GetImpersonationRoleCommand(args);
|
|
620
|
+
if (typeof optionsOrCb === "function") {
|
|
621
|
+
this.send(command, optionsOrCb);
|
|
622
|
+
}
|
|
623
|
+
else if (typeof cb === "function") {
|
|
624
|
+
if (typeof optionsOrCb !== "object")
|
|
625
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
626
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
627
|
+
}
|
|
628
|
+
else {
|
|
629
|
+
return this.send(command, optionsOrCb);
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
getImpersonationRoleEffect(args, optionsOrCb, cb) {
|
|
633
|
+
const command = new GetImpersonationRoleEffectCommand_1.GetImpersonationRoleEffectCommand(args);
|
|
634
|
+
if (typeof optionsOrCb === "function") {
|
|
635
|
+
this.send(command, optionsOrCb);
|
|
636
|
+
}
|
|
637
|
+
else if (typeof cb === "function") {
|
|
638
|
+
if (typeof optionsOrCb !== "object")
|
|
639
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
640
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
641
|
+
}
|
|
642
|
+
else {
|
|
643
|
+
return this.send(command, optionsOrCb);
|
|
644
|
+
}
|
|
645
|
+
}
|
|
569
646
|
getMailboxDetails(args, optionsOrCb, cb) {
|
|
570
647
|
const command = new GetMailboxDetailsCommand_1.GetMailboxDetailsCommand(args);
|
|
571
648
|
if (typeof optionsOrCb === "function") {
|
|
@@ -692,6 +769,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
692
769
|
return this.send(command, optionsOrCb);
|
|
693
770
|
}
|
|
694
771
|
}
|
|
772
|
+
listImpersonationRoles(args, optionsOrCb, cb) {
|
|
773
|
+
const command = new ListImpersonationRolesCommand_1.ListImpersonationRolesCommand(args);
|
|
774
|
+
if (typeof optionsOrCb === "function") {
|
|
775
|
+
this.send(command, optionsOrCb);
|
|
776
|
+
}
|
|
777
|
+
else if (typeof cb === "function") {
|
|
778
|
+
if (typeof optionsOrCb !== "object")
|
|
779
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
780
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
781
|
+
}
|
|
782
|
+
else {
|
|
783
|
+
return this.send(command, optionsOrCb);
|
|
784
|
+
}
|
|
785
|
+
}
|
|
695
786
|
listMailboxExportJobs(args, optionsOrCb, cb) {
|
|
696
787
|
const command = new ListMailboxExportJobsCommand_1.ListMailboxExportJobsCommand(args);
|
|
697
788
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1042,6 +1133,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
1042
1133
|
return this.send(command, optionsOrCb);
|
|
1043
1134
|
}
|
|
1044
1135
|
}
|
|
1136
|
+
updateImpersonationRole(args, optionsOrCb, cb) {
|
|
1137
|
+
const command = new UpdateImpersonationRoleCommand_1.UpdateImpersonationRoleCommand(args);
|
|
1138
|
+
if (typeof optionsOrCb === "function") {
|
|
1139
|
+
this.send(command, optionsOrCb);
|
|
1140
|
+
}
|
|
1141
|
+
else if (typeof cb === "function") {
|
|
1142
|
+
if (typeof optionsOrCb !== "object")
|
|
1143
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1144
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1145
|
+
}
|
|
1146
|
+
else {
|
|
1147
|
+
return this.send(command, optionsOrCb);
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1045
1150
|
updateMailboxQuota(args, optionsOrCb, cb) {
|
|
1046
1151
|
const command = new UpdateMailboxQuotaCommand_1.UpdateMailboxQuotaCommand(args);
|
|
1047
1152
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssumeImpersonationRoleCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class AssumeImpersonationRoleCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "AssumeImpersonationRoleCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AssumeImpersonationRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AssumeImpersonationRoleResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1AssumeImpersonationRoleCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1AssumeImpersonationRoleCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AssumeImpersonationRoleCommand = AssumeImpersonationRoleCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateImpersonationRoleCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class CreateImpersonationRoleCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "CreateImpersonationRoleCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateImpersonationRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateImpersonationRoleResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1CreateImpersonationRoleCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateImpersonationRoleCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateImpersonationRoleCommand = CreateImpersonationRoleCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteImpersonationRoleCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DeleteImpersonationRoleCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "DeleteImpersonationRoleCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteImpersonationRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteImpersonationRoleResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteImpersonationRoleCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteImpersonationRoleCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteImpersonationRoleCommand = DeleteImpersonationRoleCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetImpersonationRoleCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GetImpersonationRoleCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "GetImpersonationRoleCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetImpersonationRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetImpersonationRoleResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1GetImpersonationRoleCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1GetImpersonationRoleCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetImpersonationRoleCommand = GetImpersonationRoleCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetImpersonationRoleEffectCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GetImpersonationRoleEffectCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "GetImpersonationRoleEffectCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetImpersonationRoleEffectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetImpersonationRoleEffectResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1GetImpersonationRoleEffectCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1GetImpersonationRoleEffectCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetImpersonationRoleEffectCommand = GetImpersonationRoleEffectCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListImpersonationRolesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ListImpersonationRolesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "ListImpersonationRolesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListImpersonationRolesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListImpersonationRolesResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ListImpersonationRolesCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ListImpersonationRolesCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListImpersonationRolesCommand = ListImpersonationRolesCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateImpersonationRoleCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class UpdateImpersonationRoleCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "UpdateImpersonationRoleCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateImpersonationRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateImpersonationRoleResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateImpersonationRoleCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateImpersonationRoleCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateImpersonationRoleCommand = UpdateImpersonationRoleCommand;
|
|
@@ -3,10 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AssociateDelegateToResourceCommand"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./AssociateMemberToGroupCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AssumeImpersonationRoleCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./CancelMailboxExportJobCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./CreateAliasCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./CreateAvailabilityConfigurationCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CreateGroupCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateImpersonationRoleCommand"), exports);
|
|
10
12
|
tslib_1.__exportStar(require("./CreateMobileDeviceAccessRuleCommand"), exports);
|
|
11
13
|
tslib_1.__exportStar(require("./CreateOrganizationCommand"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./CreateResourceCommand"), exports);
|
|
@@ -16,6 +18,7 @@ tslib_1.__exportStar(require("./DeleteAliasCommand"), exports);
|
|
|
16
18
|
tslib_1.__exportStar(require("./DeleteAvailabilityConfigurationCommand"), exports);
|
|
17
19
|
tslib_1.__exportStar(require("./DeleteEmailMonitoringConfigurationCommand"), exports);
|
|
18
20
|
tslib_1.__exportStar(require("./DeleteGroupCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteImpersonationRoleCommand"), exports);
|
|
19
22
|
tslib_1.__exportStar(require("./DeleteMailboxPermissionsCommand"), exports);
|
|
20
23
|
tslib_1.__exportStar(require("./DeleteMobileDeviceAccessOverrideCommand"), exports);
|
|
21
24
|
tslib_1.__exportStar(require("./DeleteMobileDeviceAccessRuleCommand"), exports);
|
|
@@ -36,6 +39,8 @@ tslib_1.__exportStar(require("./DisassociateDelegateFromResourceCommand"), expor
|
|
|
36
39
|
tslib_1.__exportStar(require("./DisassociateMemberFromGroupCommand"), exports);
|
|
37
40
|
tslib_1.__exportStar(require("./GetAccessControlEffectCommand"), exports);
|
|
38
41
|
tslib_1.__exportStar(require("./GetDefaultRetentionPolicyCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./GetImpersonationRoleCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./GetImpersonationRoleEffectCommand"), exports);
|
|
39
44
|
tslib_1.__exportStar(require("./GetMailDomainCommand"), exports);
|
|
40
45
|
tslib_1.__exportStar(require("./GetMailboxDetailsCommand"), exports);
|
|
41
46
|
tslib_1.__exportStar(require("./GetMobileDeviceAccessEffectCommand"), exports);
|
|
@@ -45,6 +50,7 @@ tslib_1.__exportStar(require("./ListAliasesCommand"), exports);
|
|
|
45
50
|
tslib_1.__exportStar(require("./ListAvailabilityConfigurationsCommand"), exports);
|
|
46
51
|
tslib_1.__exportStar(require("./ListGroupMembersCommand"), exports);
|
|
47
52
|
tslib_1.__exportStar(require("./ListGroupsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ListImpersonationRolesCommand"), exports);
|
|
48
54
|
tslib_1.__exportStar(require("./ListMailDomainsCommand"), exports);
|
|
49
55
|
tslib_1.__exportStar(require("./ListMailboxExportJobsCommand"), exports);
|
|
50
56
|
tslib_1.__exportStar(require("./ListMailboxPermissionsCommand"), exports);
|
|
@@ -70,6 +76,7 @@ tslib_1.__exportStar(require("./TestAvailabilityConfigurationCommand"), exports)
|
|
|
70
76
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
71
77
|
tslib_1.__exportStar(require("./UpdateAvailabilityConfigurationCommand"), exports);
|
|
72
78
|
tslib_1.__exportStar(require("./UpdateDefaultMailDomainCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./UpdateImpersonationRoleCommand"), exports);
|
|
73
80
|
tslib_1.__exportStar(require("./UpdateMailboxQuotaCommand"), exports);
|
|
74
81
|
tslib_1.__exportStar(require("./UpdateMobileDeviceAccessRuleCommand"), exports);
|
|
75
82
|
tslib_1.__exportStar(require("./UpdatePrimaryEmailAddressCommand"), exports);
|