@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
|
|
3
4
|
export var AccessControlRuleEffect;
|
|
@@ -5,273 +6,283 @@ export var AccessControlRuleEffect;
|
|
|
5
6
|
AccessControlRuleEffect["ALLOW"] = "ALLOW";
|
|
6
7
|
AccessControlRuleEffect["DENY"] = "DENY";
|
|
7
8
|
})(AccessControlRuleEffect || (AccessControlRuleEffect = {}));
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
export var AccessEffect;
|
|
10
|
+
(function (AccessEffect) {
|
|
11
|
+
AccessEffect["ALLOW"] = "ALLOW";
|
|
12
|
+
AccessEffect["DENY"] = "DENY";
|
|
13
|
+
})(AccessEffect || (AccessEffect = {}));
|
|
14
|
+
var EntityNotFoundException = (function (_super) {
|
|
15
|
+
__extends(EntityNotFoundException, _super);
|
|
16
|
+
function EntityNotFoundException(opts) {
|
|
17
|
+
var _this = _super.call(this, __assign({ name: "EntityNotFoundException", $fault: "client" }, opts)) || this;
|
|
18
|
+
_this.name = "EntityNotFoundException";
|
|
19
|
+
_this.$fault = "client";
|
|
20
|
+
Object.setPrototypeOf(_this, EntityNotFoundException.prototype);
|
|
21
|
+
_this.Message = opts.Message;
|
|
22
|
+
return _this;
|
|
19
23
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
return EntityNotFoundException;
|
|
25
|
+
}(__BaseException));
|
|
26
|
+
export { EntityNotFoundException };
|
|
27
|
+
var EntityStateException = (function (_super) {
|
|
28
|
+
__extends(EntityStateException, _super);
|
|
29
|
+
function EntityStateException(opts) {
|
|
30
|
+
var _this = _super.call(this, __assign({ name: "EntityStateException", $fault: "client" }, opts)) || this;
|
|
31
|
+
_this.name = "EntityStateException";
|
|
32
|
+
_this.$fault = "client";
|
|
33
|
+
Object.setPrototypeOf(_this, EntityStateException.prototype);
|
|
34
|
+
_this.Message = opts.Message;
|
|
35
|
+
return _this;
|
|
32
36
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
return EntityStateException;
|
|
38
|
+
}(__BaseException));
|
|
39
|
+
export { EntityStateException };
|
|
40
|
+
var InvalidParameterException = (function (_super) {
|
|
41
|
+
__extends(InvalidParameterException, _super);
|
|
42
|
+
function InvalidParameterException(opts) {
|
|
43
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
44
|
+
_this.name = "InvalidParameterException";
|
|
45
|
+
_this.$fault = "client";
|
|
46
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
47
|
+
_this.Message = opts.Message;
|
|
48
|
+
return _this;
|
|
45
49
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
50
|
+
return InvalidParameterException;
|
|
51
|
+
}(__BaseException));
|
|
52
|
+
export { InvalidParameterException };
|
|
53
|
+
var OrganizationNotFoundException = (function (_super) {
|
|
54
|
+
__extends(OrganizationNotFoundException, _super);
|
|
55
|
+
function OrganizationNotFoundException(opts) {
|
|
56
|
+
var _this = _super.call(this, __assign({ name: "OrganizationNotFoundException", $fault: "client" }, opts)) || this;
|
|
57
|
+
_this.name = "OrganizationNotFoundException";
|
|
58
|
+
_this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(_this, OrganizationNotFoundException.prototype);
|
|
60
|
+
_this.Message = opts.Message;
|
|
61
|
+
return _this;
|
|
58
62
|
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
63
|
+
return OrganizationNotFoundException;
|
|
64
|
+
}(__BaseException));
|
|
65
|
+
export { OrganizationNotFoundException };
|
|
66
|
+
var OrganizationStateException = (function (_super) {
|
|
67
|
+
__extends(OrganizationStateException, _super);
|
|
68
|
+
function OrganizationStateException(opts) {
|
|
69
|
+
var _this = _super.call(this, __assign({ name: "OrganizationStateException", $fault: "client" }, opts)) || this;
|
|
70
|
+
_this.name = "OrganizationStateException";
|
|
71
|
+
_this.$fault = "client";
|
|
72
|
+
Object.setPrototypeOf(_this, OrganizationStateException.prototype);
|
|
73
|
+
_this.Message = opts.Message;
|
|
74
|
+
return _this;
|
|
71
75
|
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
76
|
+
return OrganizationStateException;
|
|
77
|
+
}(__BaseException));
|
|
78
|
+
export { OrganizationStateException };
|
|
79
|
+
var DirectoryServiceAuthenticationFailedException = (function (_super) {
|
|
80
|
+
__extends(DirectoryServiceAuthenticationFailedException, _super);
|
|
81
|
+
function DirectoryServiceAuthenticationFailedException(opts) {
|
|
82
|
+
var _this = _super.call(this, __assign({ name: "DirectoryServiceAuthenticationFailedException", $fault: "client" }, opts)) || this;
|
|
83
|
+
_this.name = "DirectoryServiceAuthenticationFailedException";
|
|
84
|
+
_this.$fault = "client";
|
|
85
|
+
Object.setPrototypeOf(_this, DirectoryServiceAuthenticationFailedException.prototype);
|
|
86
|
+
_this.Message = opts.Message;
|
|
87
|
+
return _this;
|
|
84
88
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
89
|
+
return DirectoryServiceAuthenticationFailedException;
|
|
90
|
+
}(__BaseException));
|
|
91
|
+
export { DirectoryServiceAuthenticationFailedException };
|
|
92
|
+
var DirectoryUnavailableException = (function (_super) {
|
|
93
|
+
__extends(DirectoryUnavailableException, _super);
|
|
94
|
+
function DirectoryUnavailableException(opts) {
|
|
95
|
+
var _this = _super.call(this, __assign({ name: "DirectoryUnavailableException", $fault: "client" }, opts)) || this;
|
|
96
|
+
_this.name = "DirectoryUnavailableException";
|
|
97
|
+
_this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(_this, DirectoryUnavailableException.prototype);
|
|
99
|
+
_this.Message = opts.Message;
|
|
100
|
+
return _this;
|
|
97
101
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
102
|
+
return DirectoryUnavailableException;
|
|
103
|
+
}(__BaseException));
|
|
104
|
+
export { DirectoryUnavailableException };
|
|
105
|
+
var UnsupportedOperationException = (function (_super) {
|
|
106
|
+
__extends(UnsupportedOperationException, _super);
|
|
107
|
+
function UnsupportedOperationException(opts) {
|
|
108
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
|
|
109
|
+
_this.name = "UnsupportedOperationException";
|
|
110
|
+
_this.$fault = "client";
|
|
111
|
+
Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
|
|
112
|
+
_this.Message = opts.Message;
|
|
113
|
+
return _this;
|
|
110
114
|
}
|
|
111
|
-
|
|
115
|
+
return UnsupportedOperationException;
|
|
116
|
+
}(__BaseException));
|
|
117
|
+
export { UnsupportedOperationException };
|
|
118
|
+
var ResourceNotFoundException = (function (_super) {
|
|
119
|
+
__extends(ResourceNotFoundException, _super);
|
|
120
|
+
function ResourceNotFoundException(opts) {
|
|
121
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
122
|
+
_this.name = "ResourceNotFoundException";
|
|
123
|
+
_this.$fault = "client";
|
|
124
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
125
|
+
_this.Message = opts.Message;
|
|
126
|
+
return _this;
|
|
127
|
+
}
|
|
128
|
+
return ResourceNotFoundException;
|
|
129
|
+
}(__BaseException));
|
|
130
|
+
export { ResourceNotFoundException };
|
|
112
131
|
export var AvailabilityProviderType;
|
|
113
132
|
(function (AvailabilityProviderType) {
|
|
114
133
|
AvailabilityProviderType["EWS"] = "EWS";
|
|
115
134
|
AvailabilityProviderType["LAMBDA"] = "LAMBDA";
|
|
116
135
|
})(AvailabilityProviderType || (AvailabilityProviderType = {}));
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Object.setPrototypeOf(this, EmailAddressInUseException.prototype);
|
|
127
|
-
this.Message = opts.Message;
|
|
136
|
+
var EmailAddressInUseException = (function (_super) {
|
|
137
|
+
__extends(EmailAddressInUseException, _super);
|
|
138
|
+
function EmailAddressInUseException(opts) {
|
|
139
|
+
var _this = _super.call(this, __assign({ name: "EmailAddressInUseException", $fault: "client" }, opts)) || this;
|
|
140
|
+
_this.name = "EmailAddressInUseException";
|
|
141
|
+
_this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(_this, EmailAddressInUseException.prototype);
|
|
143
|
+
_this.Message = opts.Message;
|
|
144
|
+
return _this;
|
|
128
145
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
146
|
+
return EmailAddressInUseException;
|
|
147
|
+
}(__BaseException));
|
|
148
|
+
export { EmailAddressInUseException };
|
|
149
|
+
var LimitExceededException = (function (_super) {
|
|
150
|
+
__extends(LimitExceededException, _super);
|
|
151
|
+
function LimitExceededException(opts) {
|
|
152
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
153
|
+
_this.name = "LimitExceededException";
|
|
154
|
+
_this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
156
|
+
_this.Message = opts.Message;
|
|
157
|
+
return _this;
|
|
141
158
|
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
159
|
+
return LimitExceededException;
|
|
160
|
+
}(__BaseException));
|
|
161
|
+
export { LimitExceededException };
|
|
162
|
+
var MailDomainNotFoundException = (function (_super) {
|
|
163
|
+
__extends(MailDomainNotFoundException, _super);
|
|
164
|
+
function MailDomainNotFoundException(opts) {
|
|
165
|
+
var _this = _super.call(this, __assign({ name: "MailDomainNotFoundException", $fault: "client" }, opts)) || this;
|
|
166
|
+
_this.name = "MailDomainNotFoundException";
|
|
167
|
+
_this.$fault = "client";
|
|
168
|
+
Object.setPrototypeOf(_this, MailDomainNotFoundException.prototype);
|
|
169
|
+
_this.Message = opts.Message;
|
|
170
|
+
return _this;
|
|
154
171
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
172
|
+
return MailDomainNotFoundException;
|
|
173
|
+
}(__BaseException));
|
|
174
|
+
export { MailDomainNotFoundException };
|
|
175
|
+
var MailDomainStateException = (function (_super) {
|
|
176
|
+
__extends(MailDomainStateException, _super);
|
|
177
|
+
function MailDomainStateException(opts) {
|
|
178
|
+
var _this = _super.call(this, __assign({ name: "MailDomainStateException", $fault: "client" }, opts)) || this;
|
|
179
|
+
_this.name = "MailDomainStateException";
|
|
180
|
+
_this.$fault = "client";
|
|
181
|
+
Object.setPrototypeOf(_this, MailDomainStateException.prototype);
|
|
182
|
+
_this.Message = opts.Message;
|
|
183
|
+
return _this;
|
|
167
184
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
185
|
+
return MailDomainStateException;
|
|
186
|
+
}(__BaseException));
|
|
187
|
+
export { MailDomainStateException };
|
|
188
|
+
var NameAvailabilityException = (function (_super) {
|
|
189
|
+
__extends(NameAvailabilityException, _super);
|
|
190
|
+
function NameAvailabilityException(opts) {
|
|
191
|
+
var _this = _super.call(this, __assign({ name: "NameAvailabilityException", $fault: "client" }, opts)) || this;
|
|
192
|
+
_this.name = "NameAvailabilityException";
|
|
193
|
+
_this.$fault = "client";
|
|
194
|
+
Object.setPrototypeOf(_this, NameAvailabilityException.prototype);
|
|
195
|
+
_this.Message = opts.Message;
|
|
196
|
+
return _this;
|
|
180
197
|
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
198
|
+
return NameAvailabilityException;
|
|
199
|
+
}(__BaseException));
|
|
200
|
+
export { NameAvailabilityException };
|
|
201
|
+
var ReservedNameException = (function (_super) {
|
|
202
|
+
__extends(ReservedNameException, _super);
|
|
203
|
+
function ReservedNameException(opts) {
|
|
204
|
+
var _this = _super.call(this, __assign({ name: "ReservedNameException", $fault: "client" }, opts)) || this;
|
|
205
|
+
_this.name = "ReservedNameException";
|
|
206
|
+
_this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(_this, ReservedNameException.prototype);
|
|
208
|
+
_this.Message = opts.Message;
|
|
209
|
+
return _this;
|
|
193
210
|
}
|
|
194
|
-
|
|
211
|
+
return ReservedNameException;
|
|
212
|
+
}(__BaseException));
|
|
213
|
+
export { ReservedNameException };
|
|
214
|
+
export var ImpersonationRoleType;
|
|
215
|
+
(function (ImpersonationRoleType) {
|
|
216
|
+
ImpersonationRoleType["FULL_ACCESS"] = "FULL_ACCESS";
|
|
217
|
+
ImpersonationRoleType["READ_ONLY"] = "READ_ONLY";
|
|
218
|
+
})(ImpersonationRoleType || (ImpersonationRoleType = {}));
|
|
195
219
|
export var MobileDeviceAccessRuleEffect;
|
|
196
220
|
(function (MobileDeviceAccessRuleEffect) {
|
|
197
221
|
MobileDeviceAccessRuleEffect["ALLOW"] = "ALLOW";
|
|
198
222
|
MobileDeviceAccessRuleEffect["DENY"] = "DENY";
|
|
199
223
|
})(MobileDeviceAccessRuleEffect || (MobileDeviceAccessRuleEffect = {}));
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
Object.setPrototypeOf(this, DirectoryInUseException.prototype);
|
|
210
|
-
this.Message = opts.Message;
|
|
224
|
+
var DirectoryInUseException = (function (_super) {
|
|
225
|
+
__extends(DirectoryInUseException, _super);
|
|
226
|
+
function DirectoryInUseException(opts) {
|
|
227
|
+
var _this = _super.call(this, __assign({ name: "DirectoryInUseException", $fault: "client" }, opts)) || this;
|
|
228
|
+
_this.name = "DirectoryInUseException";
|
|
229
|
+
_this.$fault = "client";
|
|
230
|
+
Object.setPrototypeOf(_this, DirectoryInUseException.prototype);
|
|
231
|
+
_this.Message = opts.Message;
|
|
232
|
+
return _this;
|
|
211
233
|
}
|
|
212
|
-
|
|
234
|
+
return DirectoryInUseException;
|
|
235
|
+
}(__BaseException));
|
|
236
|
+
export { DirectoryInUseException };
|
|
213
237
|
export var ResourceType;
|
|
214
238
|
(function (ResourceType) {
|
|
215
239
|
ResourceType["EQUIPMENT"] = "EQUIPMENT";
|
|
216
240
|
ResourceType["ROOM"] = "ROOM";
|
|
217
241
|
})(ResourceType || (ResourceType = {}));
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
Object.setPrototypeOf(this, InvalidPasswordException.prototype);
|
|
228
|
-
this.Message = opts.Message;
|
|
242
|
+
var InvalidPasswordException = (function (_super) {
|
|
243
|
+
__extends(InvalidPasswordException, _super);
|
|
244
|
+
function InvalidPasswordException(opts) {
|
|
245
|
+
var _this = _super.call(this, __assign({ name: "InvalidPasswordException", $fault: "client" }, opts)) || this;
|
|
246
|
+
_this.name = "InvalidPasswordException";
|
|
247
|
+
_this.$fault = "client";
|
|
248
|
+
Object.setPrototypeOf(_this, InvalidPasswordException.prototype);
|
|
249
|
+
_this.Message = opts.Message;
|
|
250
|
+
return _this;
|
|
229
251
|
}
|
|
230
|
-
|
|
252
|
+
return InvalidPasswordException;
|
|
253
|
+
}(__BaseException));
|
|
254
|
+
export { InvalidPasswordException };
|
|
231
255
|
export var MemberType;
|
|
232
256
|
(function (MemberType) {
|
|
233
257
|
MemberType["GROUP"] = "GROUP";
|
|
234
258
|
MemberType["USER"] = "USER";
|
|
235
259
|
})(MemberType || (MemberType = {}));
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
Object.setPrototypeOf(this, InvalidCustomSesConfigurationException.prototype);
|
|
246
|
-
this.Message = opts.Message;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
export class MailDomainInUseException extends __BaseException {
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "MailDomainInUseException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
this.name = "MailDomainInUseException";
|
|
257
|
-
this.$fault = "client";
|
|
258
|
-
Object.setPrototypeOf(this, MailDomainInUseException.prototype);
|
|
259
|
-
this.Message = opts.Message;
|
|
260
|
+
var InvalidCustomSesConfigurationException = (function (_super) {
|
|
261
|
+
__extends(InvalidCustomSesConfigurationException, _super);
|
|
262
|
+
function InvalidCustomSesConfigurationException(opts) {
|
|
263
|
+
var _this = _super.call(this, __assign({ name: "InvalidCustomSesConfigurationException", $fault: "client" }, opts)) || this;
|
|
264
|
+
_this.name = "InvalidCustomSesConfigurationException";
|
|
265
|
+
_this.$fault = "client";
|
|
266
|
+
Object.setPrototypeOf(_this, InvalidCustomSesConfigurationException.prototype);
|
|
267
|
+
_this.Message = opts.Message;
|
|
268
|
+
return _this;
|
|
260
269
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
270
|
+
return InvalidCustomSesConfigurationException;
|
|
271
|
+
}(__BaseException));
|
|
272
|
+
export { InvalidCustomSesConfigurationException };
|
|
273
|
+
var MailDomainInUseException = (function (_super) {
|
|
274
|
+
__extends(MailDomainInUseException, _super);
|
|
275
|
+
function MailDomainInUseException(opts) {
|
|
276
|
+
var _this = _super.call(this, __assign({ name: "MailDomainInUseException", $fault: "client" }, opts)) || this;
|
|
277
|
+
_this.name = "MailDomainInUseException";
|
|
278
|
+
_this.$fault = "client";
|
|
279
|
+
Object.setPrototypeOf(_this, MailDomainInUseException.prototype);
|
|
280
|
+
_this.Message = opts.Message;
|
|
281
|
+
return _this;
|
|
273
282
|
}
|
|
274
|
-
|
|
283
|
+
return MailDomainInUseException;
|
|
284
|
+
}(__BaseException));
|
|
285
|
+
export { MailDomainInUseException };
|
|
275
286
|
export var EntityState;
|
|
276
287
|
(function (EntityState) {
|
|
277
288
|
EntityState["DELETED"] = "DELETED";
|
|
@@ -297,19 +308,19 @@ export var DnsRecordVerificationStatus;
|
|
|
297
308
|
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
298
309
|
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
299
310
|
})(DnsRecordVerificationStatus || (DnsRecordVerificationStatus = {}));
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
Object.setPrototypeOf(this, EntityAlreadyRegisteredException.prototype);
|
|
310
|
-
this.Message = opts.Message;
|
|
311
|
+
var EntityAlreadyRegisteredException = (function (_super) {
|
|
312
|
+
__extends(EntityAlreadyRegisteredException, _super);
|
|
313
|
+
function EntityAlreadyRegisteredException(opts) {
|
|
314
|
+
var _this = _super.call(this, __assign({ name: "EntityAlreadyRegisteredException", $fault: "client" }, opts)) || this;
|
|
315
|
+
_this.name = "EntityAlreadyRegisteredException";
|
|
316
|
+
_this.$fault = "client";
|
|
317
|
+
Object.setPrototypeOf(_this, EntityAlreadyRegisteredException.prototype);
|
|
318
|
+
_this.Message = opts.Message;
|
|
319
|
+
return _this;
|
|
311
320
|
}
|
|
312
|
-
|
|
321
|
+
return EntityAlreadyRegisteredException;
|
|
322
|
+
}(__BaseException));
|
|
323
|
+
export { EntityAlreadyRegisteredException };
|
|
313
324
|
export var RetentionAction;
|
|
314
325
|
(function (RetentionAction) {
|
|
315
326
|
RetentionAction["DELETE"] = "DELETE";
|
|
@@ -324,546 +335,220 @@ export var FolderName;
|
|
|
324
335
|
FolderName["JUNK_EMAIL"] = "JUNK_EMAIL";
|
|
325
336
|
FolderName["SENT_ITEMS"] = "SENT_ITEMS";
|
|
326
337
|
})(FolderName || (FolderName = {}));
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
Object.setPrototypeOf(this, InvalidConfigurationException.prototype);
|
|
337
|
-
this.Message = opts.Message;
|
|
338
|
+
var InvalidConfigurationException = (function (_super) {
|
|
339
|
+
__extends(InvalidConfigurationException, _super);
|
|
340
|
+
function InvalidConfigurationException(opts) {
|
|
341
|
+
var _this = _super.call(this, __assign({ name: "InvalidConfigurationException", $fault: "client" }, opts)) || this;
|
|
342
|
+
_this.name = "InvalidConfigurationException";
|
|
343
|
+
_this.$fault = "client";
|
|
344
|
+
Object.setPrototypeOf(_this, InvalidConfigurationException.prototype);
|
|
345
|
+
_this.Message = opts.Message;
|
|
346
|
+
return _this;
|
|
338
347
|
}
|
|
339
|
-
|
|
348
|
+
return InvalidConfigurationException;
|
|
349
|
+
}(__BaseException));
|
|
350
|
+
export { InvalidConfigurationException };
|
|
340
351
|
export var PermissionType;
|
|
341
352
|
(function (PermissionType) {
|
|
342
353
|
PermissionType["FULL_ACCESS"] = "FULL_ACCESS";
|
|
343
354
|
PermissionType["SEND_AS"] = "SEND_AS";
|
|
344
355
|
PermissionType["SEND_ON_BEHALF"] = "SEND_ON_BEHALF";
|
|
345
356
|
})(PermissionType || (PermissionType = {}));
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
356
|
-
this.Message = opts.Message;
|
|
357
|
+
var TooManyTagsException = (function (_super) {
|
|
358
|
+
__extends(TooManyTagsException, _super);
|
|
359
|
+
function TooManyTagsException(opts) {
|
|
360
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
361
|
+
_this.name = "TooManyTagsException";
|
|
362
|
+
_this.$fault = "client";
|
|
363
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
364
|
+
_this.Message = opts.Message;
|
|
365
|
+
return _this;
|
|
357
366
|
}
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
});
|
|
362
|
-
export
|
|
363
|
-
|
|
364
|
-
});
|
|
365
|
-
export
|
|
366
|
-
|
|
367
|
-
});
|
|
368
|
-
export
|
|
369
|
-
|
|
370
|
-
});
|
|
371
|
-
export
|
|
372
|
-
|
|
373
|
-
});
|
|
374
|
-
export
|
|
375
|
-
|
|
376
|
-
});
|
|
377
|
-
export
|
|
378
|
-
|
|
379
|
-
});
|
|
380
|
-
export
|
|
381
|
-
|
|
382
|
-
});
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
-
});
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
});
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
});
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
});
|
|
395
|
-
export
|
|
396
|
-
|
|
397
|
-
});
|
|
398
|
-
export
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
});
|
|
402
|
-
export
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
});
|
|
406
|
-
export
|
|
407
|
-
|
|
408
|
-
});
|
|
409
|
-
export
|
|
410
|
-
|
|
411
|
-
});
|
|
412
|
-
export
|
|
413
|
-
|
|
414
|
-
});
|
|
415
|
-
export
|
|
416
|
-
|
|
417
|
-
});
|
|
418
|
-
export
|
|
419
|
-
|
|
420
|
-
});
|
|
421
|
-
export
|
|
422
|
-
|
|
423
|
-
});
|
|
424
|
-
export
|
|
425
|
-
|
|
426
|
-
});
|
|
427
|
-
export
|
|
428
|
-
|
|
429
|
-
});
|
|
430
|
-
export
|
|
431
|
-
|
|
432
|
-
});
|
|
433
|
-
export
|
|
434
|
-
|
|
435
|
-
});
|
|
436
|
-
export
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
});
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
});
|
|
446
|
-
export
|
|
447
|
-
|
|
448
|
-
});
|
|
449
|
-
export
|
|
450
|
-
|
|
451
|
-
});
|
|
452
|
-
export
|
|
453
|
-
|
|
454
|
-
});
|
|
455
|
-
export
|
|
456
|
-
|
|
457
|
-
});
|
|
458
|
-
export
|
|
459
|
-
|
|
460
|
-
});
|
|
461
|
-
export
|
|
462
|
-
|
|
463
|
-
});
|
|
464
|
-
export
|
|
465
|
-
|
|
466
|
-
});
|
|
467
|
-
export
|
|
468
|
-
|
|
469
|
-
});
|
|
470
|
-
export
|
|
471
|
-
|
|
472
|
-
});
|
|
473
|
-
export
|
|
474
|
-
|
|
475
|
-
});
|
|
476
|
-
export
|
|
477
|
-
|
|
478
|
-
});
|
|
479
|
-
export
|
|
480
|
-
|
|
481
|
-
});
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
});
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
});
|
|
488
|
-
export
|
|
489
|
-
|
|
490
|
-
});
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
});
|
|
494
|
-
export
|
|
495
|
-
|
|
496
|
-
});
|
|
497
|
-
export
|
|
498
|
-
|
|
499
|
-
});
|
|
500
|
-
export
|
|
501
|
-
|
|
502
|
-
});
|
|
503
|
-
export
|
|
504
|
-
|
|
505
|
-
});
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
});
|
|
509
|
-
export
|
|
510
|
-
|
|
511
|
-
});
|
|
512
|
-
export
|
|
513
|
-
|
|
514
|
-
});
|
|
515
|
-
export
|
|
516
|
-
|
|
517
|
-
});
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
});
|
|
521
|
-
export
|
|
522
|
-
|
|
523
|
-
});
|
|
524
|
-
export
|
|
525
|
-
|
|
526
|
-
});
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
});
|
|
530
|
-
export
|
|
531
|
-
|
|
532
|
-
});
|
|
533
|
-
export
|
|
534
|
-
|
|
535
|
-
});
|
|
536
|
-
export
|
|
537
|
-
|
|
538
|
-
});
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
});
|
|
542
|
-
export
|
|
543
|
-
|
|
544
|
-
});
|
|
545
|
-
export
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const DescribeMailboxExportJobRequestFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const DescribeMailboxExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const DescribeOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const DescribeOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const DescribeResourceRequestFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const DescribeResourceResponseFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const DescribeUserRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const DescribeUserResponseFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const DisassociateDelegateFromResourceRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const DisassociateDelegateFromResourceResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const DisassociateMemberFromGroupRequestFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
export const DisassociateMemberFromGroupResponseFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const DnsRecordFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const FolderConfigurationFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const GetAccessControlEffectRequestFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const GetAccessControlEffectResponseFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const GetDefaultRetentionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const GetDefaultRetentionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const GetMailboxDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const GetMailboxDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const GetMailDomainRequestFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const GetMailDomainResponseFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const GetMobileDeviceAccessEffectRequestFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const MobileDeviceAccessMatchedRuleFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const GetMobileDeviceAccessEffectResponseFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
export const GetMobileDeviceAccessOverrideRequestFilterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
export const GetMobileDeviceAccessOverrideResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
export const GroupFilterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
export const MailboxExportJobFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
});
|
|
635
|
-
export const ListAccessControlRulesRequestFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
export const ListAccessControlRulesResponseFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
export const ListAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
export const ListAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
export const ListAvailabilityConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
export const ListAvailabilityConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
651
|
-
...obj,
|
|
652
|
-
});
|
|
653
|
-
export const ListGroupMembersRequestFilterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
export const MemberFilterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
export const ListGroupMembersResponseFilterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
export const ListGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
export const ListGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
export const ListMailboxExportJobsRequestFilterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
});
|
|
671
|
-
export const ListMailboxExportJobsResponseFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
export const ListMailboxPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
export const PermissionFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
export const ListMailboxPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
});
|
|
683
|
-
export const ListMailDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
});
|
|
686
|
-
export const MailDomainSummaryFilterSensitiveLog = (obj) => ({
|
|
687
|
-
...obj,
|
|
688
|
-
});
|
|
689
|
-
export const ListMailDomainsResponseFilterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
|
-
export const ListMobileDeviceAccessOverridesRequestFilterSensitiveLog = (obj) => ({
|
|
693
|
-
...obj,
|
|
694
|
-
});
|
|
695
|
-
export const MobileDeviceAccessOverrideFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
});
|
|
698
|
-
export const ListMobileDeviceAccessOverridesResponseFilterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
});
|
|
701
|
-
export const ListMobileDeviceAccessRulesRequestFilterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
export const MobileDeviceAccessRuleFilterSensitiveLog = (obj) => ({
|
|
705
|
-
...obj,
|
|
706
|
-
});
|
|
707
|
-
export const ListMobileDeviceAccessRulesResponseFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
});
|
|
710
|
-
export const ListOrganizationsRequestFilterSensitiveLog = (obj) => ({
|
|
711
|
-
...obj,
|
|
712
|
-
});
|
|
713
|
-
export const OrganizationSummaryFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
});
|
|
716
|
-
export const ListOrganizationsResponseFilterSensitiveLog = (obj) => ({
|
|
717
|
-
...obj,
|
|
718
|
-
});
|
|
719
|
-
export const ListResourceDelegatesRequestFilterSensitiveLog = (obj) => ({
|
|
720
|
-
...obj,
|
|
721
|
-
});
|
|
722
|
-
export const ListResourceDelegatesResponseFilterSensitiveLog = (obj) => ({
|
|
723
|
-
...obj,
|
|
724
|
-
});
|
|
725
|
-
export const ListResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
export const ResourceFilterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
});
|
|
731
|
-
export const ListResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
});
|
|
734
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
});
|
|
737
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
});
|
|
743
|
-
export const ListUsersRequestFilterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
export const UserFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
export const ListUsersResponseFilterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
export const PutAccessControlRuleRequestFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
export const PutAccessControlRuleResponseFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
export const PutEmailMonitoringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const PutEmailMonitoringConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const PutInboundDmarcSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const PutInboundDmarcSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const PutMailboxPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
export const PutMailboxPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
export const PutMobileDeviceAccessOverrideRequestFilterSensitiveLog = (obj) => ({
|
|
777
|
-
...obj,
|
|
778
|
-
});
|
|
779
|
-
export const PutMobileDeviceAccessOverrideResponseFilterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
export const PutRetentionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
785
|
-
});
|
|
786
|
-
export const PutRetentionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
});
|
|
789
|
-
export const RegisterMailDomainRequestFilterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
|
-
export const RegisterMailDomainResponseFilterSensitiveLog = (obj) => ({
|
|
793
|
-
...obj,
|
|
794
|
-
});
|
|
795
|
-
export const RegisterToWorkMailRequestFilterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
export const RegisterToWorkMailResponseFilterSensitiveLog = (obj) => ({
|
|
799
|
-
...obj,
|
|
800
|
-
});
|
|
801
|
-
export const ResetPasswordRequestFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
804
|
-
});
|
|
805
|
-
export const ResetPasswordResponseFilterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
export const StartMailboxExportJobRequestFilterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
export const StartMailboxExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
export const TestAvailabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
821
|
-
...obj,
|
|
822
|
-
...(obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }),
|
|
823
|
-
});
|
|
824
|
-
export const TestAvailabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
});
|
|
833
|
-
export const UpdateAvailabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
...(obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }),
|
|
836
|
-
});
|
|
837
|
-
export const UpdateAvailabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
838
|
-
...obj,
|
|
839
|
-
});
|
|
840
|
-
export const UpdateDefaultMailDomainRequestFilterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
export const UpdateDefaultMailDomainResponseFilterSensitiveLog = (obj) => ({
|
|
844
|
-
...obj,
|
|
845
|
-
});
|
|
846
|
-
export const UpdateMailboxQuotaRequestFilterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
export const UpdateMailboxQuotaResponseFilterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
});
|
|
852
|
-
export const UpdateMobileDeviceAccessRuleRequestFilterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
});
|
|
855
|
-
export const UpdateMobileDeviceAccessRuleResponseFilterSensitiveLog = (obj) => ({
|
|
856
|
-
...obj,
|
|
857
|
-
});
|
|
858
|
-
export const UpdatePrimaryEmailAddressRequestFilterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
export const UpdatePrimaryEmailAddressResponseFilterSensitiveLog = (obj) => ({
|
|
862
|
-
...obj,
|
|
863
|
-
});
|
|
864
|
-
export const UpdateResourceRequestFilterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
export const UpdateResourceResponseFilterSensitiveLog = (obj) => ({
|
|
868
|
-
...obj,
|
|
869
|
-
});
|
|
367
|
+
return TooManyTagsException;
|
|
368
|
+
}(__BaseException));
|
|
369
|
+
export { TooManyTagsException };
|
|
370
|
+
export var AccessControlRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var AssociateDelegateToResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var AssociateDelegateToResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var AssociateMemberToGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var AssociateMemberToGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var AssumeImpersonationRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var AssumeImpersonationRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var RedactedEwsAvailabilityProviderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var LambdaAvailabilityProviderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var AvailabilityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var BookingOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var CancelMailboxExportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var CancelMailboxExportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var CreateAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var EwsAvailabilityProviderFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EwsPassword && { EwsPassword: SENSITIVE_STRING }))); };
|
|
386
|
+
export var CreateAvailabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }))); };
|
|
387
|
+
export var CreateAvailabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var CreateGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var CreateGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ImpersonationRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var CreateImpersonationRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var CreateImpersonationRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var CreateMobileDeviceAccessRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var CreateMobileDeviceAccessRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var DomainFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var CreateOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var CreateOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var CreateResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var CreateResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
401
|
+
export var CreateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var DelegateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var DeleteAccessControlRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var DeleteAccessControlRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var DeleteAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var DeleteAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var DeleteAvailabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var DeleteAvailabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var DeleteEmailMonitoringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var DeleteEmailMonitoringConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var DeleteGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var DeleteGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var DeleteImpersonationRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var DeleteImpersonationRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var DeleteMailboxPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var DeleteMailboxPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var DeleteMobileDeviceAccessOverrideRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var DeleteMobileDeviceAccessOverrideResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var DeleteMobileDeviceAccessRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var DeleteMobileDeviceAccessRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var DeleteOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var DeleteOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var DeleteResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var DeleteResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var DeleteRetentionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var DeleteRetentionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var DeleteUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var DeregisterFromWorkMailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var DeregisterFromWorkMailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var DeregisterMailDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var DeregisterMailDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var DescribeEmailMonitoringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var DescribeEmailMonitoringConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var DescribeGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var DescribeGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var DescribeInboundDmarcSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var DescribeInboundDmarcSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var DescribeMailboxExportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var DescribeMailboxExportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var DescribeOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var DescribeOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var DescribeResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var DescribeResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var DescribeUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var DescribeUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var DisassociateDelegateFromResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var DisassociateDelegateFromResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DisassociateMemberFromGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var DisassociateMemberFromGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DnsRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var FolderConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var GetAccessControlEffectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var GetAccessControlEffectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var GetDefaultRetentionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var GetDefaultRetentionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var GetImpersonationRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var GetImpersonationRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var GetImpersonationRoleEffectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var ImpersonationMatchedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var GetImpersonationRoleEffectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var GetMailboxDetailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var GetMailboxDetailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var GetMailDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var GetMailDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var GetMobileDeviceAccessEffectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var MobileDeviceAccessMatchedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var GetMobileDeviceAccessEffectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var GetMobileDeviceAccessOverrideRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var GetMobileDeviceAccessOverrideResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var GroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var ImpersonationRoleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var MailboxExportJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var ListAccessControlRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var ListAccessControlRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var ListAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var ListAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var ListAvailabilityConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var ListAvailabilityConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var ListGroupMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var ListGroupMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var ListGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var ListGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var ListImpersonationRolesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var ListImpersonationRolesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var ListMailboxExportJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var ListMailboxExportJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var ListMailboxPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var PermissionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var ListMailboxPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var ListMailDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var MailDomainSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var ListMailDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var ListMobileDeviceAccessOverridesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var MobileDeviceAccessOverrideFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var ListMobileDeviceAccessOverridesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var ListMobileDeviceAccessRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var MobileDeviceAccessRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var ListMobileDeviceAccessRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var ListOrganizationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var OrganizationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var ListOrganizationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var ListResourceDelegatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var ListResourceDelegatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var ListResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var ListResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var ListUsersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var ListUsersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var PutAccessControlRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var PutAccessControlRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var PutEmailMonitoringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var PutEmailMonitoringConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var PutInboundDmarcSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var PutInboundDmarcSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var PutMailboxPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var PutMailboxPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var PutMobileDeviceAccessOverrideRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var PutMobileDeviceAccessOverrideResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var PutRetentionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
526
|
+
export var PutRetentionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var RegisterMailDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var RegisterMailDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var RegisterToWorkMailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var RegisterToWorkMailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var ResetPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
532
|
+
export var ResetPasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var StartMailboxExportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var StartMailboxExportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var TestAvailabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }))); };
|
|
538
|
+
export var TestAvailabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var UpdateAvailabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }))); };
|
|
542
|
+
export var UpdateAvailabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var UpdateDefaultMailDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var UpdateDefaultMailDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var UpdateImpersonationRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var UpdateImpersonationRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var UpdateMailboxQuotaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var UpdateMailboxQuotaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var UpdateMobileDeviceAccessRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var UpdateMobileDeviceAccessRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var UpdatePrimaryEmailAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var UpdatePrimaryEmailAddressResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var UpdateResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var UpdateResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|