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