@aws-sdk/client-workmail 3.181.0 → 3.183.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 +8 -0
- package/dist-es/WorkMail.js +294 -301
- 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/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/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/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/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/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/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/endpoints.js +8 -8
- package/dist-es/models/WorkMailServiceException.js +5 -10
- package/dist-es/models/models_0.js +775 -433
- 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/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/protocols/Aws_json1_1.js +4888 -6308
- 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/package.json +33 -33
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
|
|
4
3
|
export var AccessControlRuleEffect;
|
|
@@ -6,273 +5,273 @@ export var AccessControlRuleEffect;
|
|
|
6
5
|
AccessControlRuleEffect["ALLOW"] = "ALLOW";
|
|
7
6
|
AccessControlRuleEffect["DENY"] = "DENY";
|
|
8
7
|
})(AccessControlRuleEffect || (AccessControlRuleEffect = {}));
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
export class EntityNotFoundException extends __BaseException {
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "EntityNotFoundException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
this.name = "EntityNotFoundException";
|
|
16
|
+
this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(this, EntityNotFoundException.prototype);
|
|
18
|
+
this.Message = opts.Message;
|
|
18
19
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
}
|
|
21
|
+
export class EntityStateException extends __BaseException {
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "EntityStateException",
|
|
25
|
+
$fault: "client",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
this.name = "EntityStateException";
|
|
29
|
+
this.$fault = "client";
|
|
30
|
+
Object.setPrototypeOf(this, EntityStateException.prototype);
|
|
31
|
+
this.Message = opts.Message;
|
|
31
32
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
}
|
|
34
|
+
export class InvalidParameterException extends __BaseException {
|
|
35
|
+
constructor(opts) {
|
|
36
|
+
super({
|
|
37
|
+
name: "InvalidParameterException",
|
|
38
|
+
$fault: "client",
|
|
39
|
+
...opts,
|
|
40
|
+
});
|
|
41
|
+
this.name = "InvalidParameterException";
|
|
42
|
+
this.$fault = "client";
|
|
43
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
44
|
+
this.Message = opts.Message;
|
|
44
45
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
46
|
+
}
|
|
47
|
+
export class OrganizationNotFoundException extends __BaseException {
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "OrganizationNotFoundException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
this.name = "OrganizationNotFoundException";
|
|
55
|
+
this.$fault = "client";
|
|
56
|
+
Object.setPrototypeOf(this, OrganizationNotFoundException.prototype);
|
|
57
|
+
this.Message = opts.Message;
|
|
57
58
|
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
59
|
+
}
|
|
60
|
+
export class OrganizationStateException extends __BaseException {
|
|
61
|
+
constructor(opts) {
|
|
62
|
+
super({
|
|
63
|
+
name: "OrganizationStateException",
|
|
64
|
+
$fault: "client",
|
|
65
|
+
...opts,
|
|
66
|
+
});
|
|
67
|
+
this.name = "OrganizationStateException";
|
|
68
|
+
this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(this, OrganizationStateException.prototype);
|
|
70
|
+
this.Message = opts.Message;
|
|
70
71
|
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
72
|
+
}
|
|
73
|
+
export class DirectoryServiceAuthenticationFailedException extends __BaseException {
|
|
74
|
+
constructor(opts) {
|
|
75
|
+
super({
|
|
76
|
+
name: "DirectoryServiceAuthenticationFailedException",
|
|
77
|
+
$fault: "client",
|
|
78
|
+
...opts,
|
|
79
|
+
});
|
|
80
|
+
this.name = "DirectoryServiceAuthenticationFailedException";
|
|
81
|
+
this.$fault = "client";
|
|
82
|
+
Object.setPrototypeOf(this, DirectoryServiceAuthenticationFailedException.prototype);
|
|
83
|
+
this.Message = opts.Message;
|
|
83
84
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
85
|
+
}
|
|
86
|
+
export class DirectoryUnavailableException extends __BaseException {
|
|
87
|
+
constructor(opts) {
|
|
88
|
+
super({
|
|
89
|
+
name: "DirectoryUnavailableException",
|
|
90
|
+
$fault: "client",
|
|
91
|
+
...opts,
|
|
92
|
+
});
|
|
93
|
+
this.name = "DirectoryUnavailableException";
|
|
94
|
+
this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
|
|
96
|
+
this.Message = opts.Message;
|
|
96
97
|
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
98
|
+
}
|
|
99
|
+
export class UnsupportedOperationException extends __BaseException {
|
|
100
|
+
constructor(opts) {
|
|
101
|
+
super({
|
|
102
|
+
name: "UnsupportedOperationException",
|
|
103
|
+
$fault: "client",
|
|
104
|
+
...opts,
|
|
105
|
+
});
|
|
106
|
+
this.name = "UnsupportedOperationException";
|
|
107
|
+
this.$fault = "client";
|
|
108
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
109
|
+
this.Message = opts.Message;
|
|
109
110
|
}
|
|
110
|
-
|
|
111
|
-
}(__BaseException));
|
|
112
|
-
export { UnsupportedOperationException };
|
|
111
|
+
}
|
|
113
112
|
export var AvailabilityProviderType;
|
|
114
113
|
(function (AvailabilityProviderType) {
|
|
115
114
|
AvailabilityProviderType["EWS"] = "EWS";
|
|
116
115
|
AvailabilityProviderType["LAMBDA"] = "LAMBDA";
|
|
117
116
|
})(AvailabilityProviderType || (AvailabilityProviderType = {}));
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
117
|
+
export class EmailAddressInUseException extends __BaseException {
|
|
118
|
+
constructor(opts) {
|
|
119
|
+
super({
|
|
120
|
+
name: "EmailAddressInUseException",
|
|
121
|
+
$fault: "client",
|
|
122
|
+
...opts,
|
|
123
|
+
});
|
|
124
|
+
this.name = "EmailAddressInUseException";
|
|
125
|
+
this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(this, EmailAddressInUseException.prototype);
|
|
127
|
+
this.Message = opts.Message;
|
|
127
128
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
129
|
+
}
|
|
130
|
+
export class LimitExceededException extends __BaseException {
|
|
131
|
+
constructor(opts) {
|
|
132
|
+
super({
|
|
133
|
+
name: "LimitExceededException",
|
|
134
|
+
$fault: "client",
|
|
135
|
+
...opts,
|
|
136
|
+
});
|
|
137
|
+
this.name = "LimitExceededException";
|
|
138
|
+
this.$fault = "client";
|
|
139
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
140
|
+
this.Message = opts.Message;
|
|
140
141
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
142
|
+
}
|
|
143
|
+
export class MailDomainNotFoundException extends __BaseException {
|
|
144
|
+
constructor(opts) {
|
|
145
|
+
super({
|
|
146
|
+
name: "MailDomainNotFoundException",
|
|
147
|
+
$fault: "client",
|
|
148
|
+
...opts,
|
|
149
|
+
});
|
|
150
|
+
this.name = "MailDomainNotFoundException";
|
|
151
|
+
this.$fault = "client";
|
|
152
|
+
Object.setPrototypeOf(this, MailDomainNotFoundException.prototype);
|
|
153
|
+
this.Message = opts.Message;
|
|
153
154
|
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
155
|
+
}
|
|
156
|
+
export class MailDomainStateException extends __BaseException {
|
|
157
|
+
constructor(opts) {
|
|
158
|
+
super({
|
|
159
|
+
name: "MailDomainStateException",
|
|
160
|
+
$fault: "client",
|
|
161
|
+
...opts,
|
|
162
|
+
});
|
|
163
|
+
this.name = "MailDomainStateException";
|
|
164
|
+
this.$fault = "client";
|
|
165
|
+
Object.setPrototypeOf(this, MailDomainStateException.prototype);
|
|
166
|
+
this.Message = opts.Message;
|
|
166
167
|
}
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
168
|
+
}
|
|
169
|
+
export class NameAvailabilityException extends __BaseException {
|
|
170
|
+
constructor(opts) {
|
|
171
|
+
super({
|
|
172
|
+
name: "NameAvailabilityException",
|
|
173
|
+
$fault: "client",
|
|
174
|
+
...opts,
|
|
175
|
+
});
|
|
176
|
+
this.name = "NameAvailabilityException";
|
|
177
|
+
this.$fault = "client";
|
|
178
|
+
Object.setPrototypeOf(this, NameAvailabilityException.prototype);
|
|
179
|
+
this.Message = opts.Message;
|
|
179
180
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
181
|
+
}
|
|
182
|
+
export class ReservedNameException extends __BaseException {
|
|
183
|
+
constructor(opts) {
|
|
184
|
+
super({
|
|
185
|
+
name: "ReservedNameException",
|
|
186
|
+
$fault: "client",
|
|
187
|
+
...opts,
|
|
188
|
+
});
|
|
189
|
+
this.name = "ReservedNameException";
|
|
190
|
+
this.$fault = "client";
|
|
191
|
+
Object.setPrototypeOf(this, ReservedNameException.prototype);
|
|
192
|
+
this.Message = opts.Message;
|
|
192
193
|
}
|
|
193
|
-
|
|
194
|
-
}(__BaseException));
|
|
195
|
-
export { ReservedNameException };
|
|
194
|
+
}
|
|
196
195
|
export var MobileDeviceAccessRuleEffect;
|
|
197
196
|
(function (MobileDeviceAccessRuleEffect) {
|
|
198
197
|
MobileDeviceAccessRuleEffect["ALLOW"] = "ALLOW";
|
|
199
198
|
MobileDeviceAccessRuleEffect["DENY"] = "DENY";
|
|
200
199
|
})(MobileDeviceAccessRuleEffect || (MobileDeviceAccessRuleEffect = {}));
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
200
|
+
export class DirectoryInUseException extends __BaseException {
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "DirectoryInUseException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
this.name = "DirectoryInUseException";
|
|
208
|
+
this.$fault = "client";
|
|
209
|
+
Object.setPrototypeOf(this, DirectoryInUseException.prototype);
|
|
210
|
+
this.Message = opts.Message;
|
|
210
211
|
}
|
|
211
|
-
|
|
212
|
-
}(__BaseException));
|
|
213
|
-
export { DirectoryInUseException };
|
|
212
|
+
}
|
|
214
213
|
export var ResourceType;
|
|
215
214
|
(function (ResourceType) {
|
|
216
215
|
ResourceType["EQUIPMENT"] = "EQUIPMENT";
|
|
217
216
|
ResourceType["ROOM"] = "ROOM";
|
|
218
217
|
})(ResourceType || (ResourceType = {}));
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
218
|
+
export class InvalidPasswordException extends __BaseException {
|
|
219
|
+
constructor(opts) {
|
|
220
|
+
super({
|
|
221
|
+
name: "InvalidPasswordException",
|
|
222
|
+
$fault: "client",
|
|
223
|
+
...opts,
|
|
224
|
+
});
|
|
225
|
+
this.name = "InvalidPasswordException";
|
|
226
|
+
this.$fault = "client";
|
|
227
|
+
Object.setPrototypeOf(this, InvalidPasswordException.prototype);
|
|
228
|
+
this.Message = opts.Message;
|
|
228
229
|
}
|
|
229
|
-
|
|
230
|
-
}(__BaseException));
|
|
231
|
-
export { InvalidPasswordException };
|
|
230
|
+
}
|
|
232
231
|
export var MemberType;
|
|
233
232
|
(function (MemberType) {
|
|
234
233
|
MemberType["GROUP"] = "GROUP";
|
|
235
234
|
MemberType["USER"] = "USER";
|
|
236
235
|
})(MemberType || (MemberType = {}));
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
236
|
+
export class InvalidCustomSesConfigurationException extends __BaseException {
|
|
237
|
+
constructor(opts) {
|
|
238
|
+
super({
|
|
239
|
+
name: "InvalidCustomSesConfigurationException",
|
|
240
|
+
$fault: "client",
|
|
241
|
+
...opts,
|
|
242
|
+
});
|
|
243
|
+
this.name = "InvalidCustomSesConfigurationException";
|
|
244
|
+
this.$fault = "client";
|
|
245
|
+
Object.setPrototypeOf(this, InvalidCustomSesConfigurationException.prototype);
|
|
246
|
+
this.Message = opts.Message;
|
|
246
247
|
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
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;
|
|
259
260
|
}
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
261
|
+
}
|
|
262
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
263
|
+
constructor(opts) {
|
|
264
|
+
super({
|
|
265
|
+
name: "ResourceNotFoundException",
|
|
266
|
+
$fault: "client",
|
|
267
|
+
...opts,
|
|
268
|
+
});
|
|
269
|
+
this.name = "ResourceNotFoundException";
|
|
270
|
+
this.$fault = "client";
|
|
271
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
272
|
+
this.Message = opts.Message;
|
|
272
273
|
}
|
|
273
|
-
|
|
274
|
-
}(__BaseException));
|
|
275
|
-
export { ResourceNotFoundException };
|
|
274
|
+
}
|
|
276
275
|
export var EntityState;
|
|
277
276
|
(function (EntityState) {
|
|
278
277
|
EntityState["DELETED"] = "DELETED";
|
|
@@ -298,19 +297,19 @@ export var DnsRecordVerificationStatus;
|
|
|
298
297
|
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
299
298
|
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
300
299
|
})(DnsRecordVerificationStatus || (DnsRecordVerificationStatus = {}));
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
300
|
+
export class EntityAlreadyRegisteredException extends __BaseException {
|
|
301
|
+
constructor(opts) {
|
|
302
|
+
super({
|
|
303
|
+
name: "EntityAlreadyRegisteredException",
|
|
304
|
+
$fault: "client",
|
|
305
|
+
...opts,
|
|
306
|
+
});
|
|
307
|
+
this.name = "EntityAlreadyRegisteredException";
|
|
308
|
+
this.$fault = "client";
|
|
309
|
+
Object.setPrototypeOf(this, EntityAlreadyRegisteredException.prototype);
|
|
310
|
+
this.Message = opts.Message;
|
|
310
311
|
}
|
|
311
|
-
|
|
312
|
-
}(__BaseException));
|
|
313
|
-
export { EntityAlreadyRegisteredException };
|
|
312
|
+
}
|
|
314
313
|
export var RetentionAction;
|
|
315
314
|
(function (RetentionAction) {
|
|
316
315
|
RetentionAction["DELETE"] = "DELETE";
|
|
@@ -325,203 +324,546 @@ export var FolderName;
|
|
|
325
324
|
FolderName["JUNK_EMAIL"] = "JUNK_EMAIL";
|
|
326
325
|
FolderName["SENT_ITEMS"] = "SENT_ITEMS";
|
|
327
326
|
})(FolderName || (FolderName = {}));
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
327
|
+
export class InvalidConfigurationException extends __BaseException {
|
|
328
|
+
constructor(opts) {
|
|
329
|
+
super({
|
|
330
|
+
name: "InvalidConfigurationException",
|
|
331
|
+
$fault: "client",
|
|
332
|
+
...opts,
|
|
333
|
+
});
|
|
334
|
+
this.name = "InvalidConfigurationException";
|
|
335
|
+
this.$fault = "client";
|
|
336
|
+
Object.setPrototypeOf(this, InvalidConfigurationException.prototype);
|
|
337
|
+
this.Message = opts.Message;
|
|
337
338
|
}
|
|
338
|
-
|
|
339
|
-
}(__BaseException));
|
|
340
|
-
export { InvalidConfigurationException };
|
|
339
|
+
}
|
|
341
340
|
export var PermissionType;
|
|
342
341
|
(function (PermissionType) {
|
|
343
342
|
PermissionType["FULL_ACCESS"] = "FULL_ACCESS";
|
|
344
343
|
PermissionType["SEND_AS"] = "SEND_AS";
|
|
345
344
|
PermissionType["SEND_ON_BEHALF"] = "SEND_ON_BEHALF";
|
|
346
345
|
})(PermissionType || (PermissionType = {}));
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
346
|
+
export class TooManyTagsException extends __BaseException {
|
|
347
|
+
constructor(opts) {
|
|
348
|
+
super({
|
|
349
|
+
name: "TooManyTagsException",
|
|
350
|
+
$fault: "client",
|
|
351
|
+
...opts,
|
|
352
|
+
});
|
|
353
|
+
this.name = "TooManyTagsException";
|
|
354
|
+
this.$fault = "client";
|
|
355
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
356
|
+
this.Message = opts.Message;
|
|
356
357
|
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
export
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
export
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
export
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
export
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
export
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
export
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
export
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
export
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
export
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
export
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
export
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
export
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
export
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
export
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
export
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
export
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
export
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
export
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
export
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
export
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
export
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
export
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
export
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
export
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
export
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
export
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
export
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
export
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
export
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
export
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
export
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
export
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
export
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
export
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
export
|
|
527
|
-
|
|
358
|
+
}
|
|
359
|
+
export const AccessControlRuleFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
export const AssociateDelegateToResourceRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
export const AssociateDelegateToResourceResponseFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
export const AssociateMemberToGroupRequestFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
export const AssociateMemberToGroupResponseFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const RedactedEwsAvailabilityProviderFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const LambdaAvailabilityProviderFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
});
|
|
380
|
+
export const AvailabilityConfigurationFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
export const BookingOptionsFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
export const CancelMailboxExportJobRequestFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
export const CancelMailboxExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
export const CreateAliasRequestFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
export const CreateAliasResponseFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
export const EwsAvailabilityProviderFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
...(obj.EwsPassword && { EwsPassword: SENSITIVE_STRING }),
|
|
401
|
+
});
|
|
402
|
+
export const CreateAvailabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
...(obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }),
|
|
405
|
+
});
|
|
406
|
+
export const CreateAvailabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
export const CreateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
export const CreateGroupResponseFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
export const CreateMobileDeviceAccessRuleRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
export const CreateMobileDeviceAccessRuleResponseFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
export const DomainFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
export const CreateOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
export const CreateOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
export const CreateResourceRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
export const CreateResourceResponseFilterSensitiveLog = (obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
});
|
|
436
|
+
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
439
|
+
});
|
|
440
|
+
export const CreateUserResponseFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
export const DelegateFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
});
|
|
446
|
+
export const DeleteAccessControlRuleRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
export const DeleteAccessControlRuleResponseFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
});
|
|
452
|
+
export const DeleteAliasRequestFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
export const DeleteAliasResponseFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
export const DeleteAvailabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
export const DeleteAvailabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
});
|
|
464
|
+
export const DeleteEmailMonitoringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
export const DeleteEmailMonitoringConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
export const DeleteGroupRequestFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
export const DeleteGroupResponseFilterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
export const DeleteMailboxPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
export const DeleteMailboxPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
export const DeleteMobileDeviceAccessOverrideRequestFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
export const DeleteMobileDeviceAccessOverrideResponseFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
export const DeleteMobileDeviceAccessRuleRequestFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
export const DeleteMobileDeviceAccessRuleResponseFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
export const DeleteOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
export const DeleteOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
});
|
|
500
|
+
export const DeleteResourceRequestFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
export const DeleteResourceResponseFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
export const DeleteRetentionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
export const DeleteRetentionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
export const DeleteUserRequestFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
export const DeleteUserResponseFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
export const DeregisterFromWorkMailRequestFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
export const DeregisterFromWorkMailResponseFilterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
export const DeregisterMailDomainRequestFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
export const DeregisterMailDomainResponseFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
export const DescribeEmailMonitoringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
export const DescribeEmailMonitoringConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
});
|
|
536
|
+
export const DescribeGroupRequestFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
export const DescribeGroupResponseFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
export const DescribeInboundDmarcSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
export const DescribeInboundDmarcSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
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
|
+
});
|