@aws-sdk/client-workmail 3.52.0 → 3.53.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/index.js +3 -0
- package/dist-cjs/models/WorkMailServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +313 -4
- package/dist-cjs/protocols/Aws_json1_1.js +707 -2706
- package/dist-es/index.js +1 -0
- package/dist-es/models/WorkMailServiceException.js +12 -0
- package/dist-es/models/models_0.js +288 -1
- package/dist-es/protocols/Aws_json1_1.js +1567 -2935
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/WorkMailServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +156 -67
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/WorkMailServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +112 -67
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-workmail
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkMailServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./WorkMail"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./WorkMailClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var WorkMailServiceException_1 = require("./models/WorkMailServiceException");
|
|
11
|
+
Object.defineProperty(exports, "WorkMailServiceException", { enumerable: true, get: function () { return WorkMailServiceException_1.WorkMailServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkMailServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class WorkMailServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, WorkMailServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.WorkMailServiceException = WorkMailServiceException;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdatePrimaryEmailAddressResponse = exports.UpdatePrimaryEmailAddressRequest = exports.UpdateMobileDeviceAccessRuleResponse = exports.UpdateMobileDeviceAccessRuleRequest = exports.UpdateMailboxQuotaResponse = exports.UpdateMailboxQuotaRequest = exports.UpdateDefaultMailDomainResponse = exports.UpdateDefaultMailDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartMailboxExportJobResponse = void 0;
|
|
3
|
+
exports.DeleteGroupResponse = exports.DeleteGroupRequest = exports.DeleteEmailMonitoringConfigurationResponse = exports.DeleteEmailMonitoringConfigurationRequest = exports.DeleteAliasResponse = exports.DeleteAliasRequest = exports.DeleteAccessControlRuleResponse = exports.DeleteAccessControlRuleRequest = exports.Delegate = exports.MemberType = exports.InvalidPasswordException = exports.CreateUserResponse = exports.CreateUserRequest = exports.CreateResourceResponse = exports.CreateResourceRequest = exports.ResourceType = exports.DirectoryInUseException = exports.CreateOrganizationResponse = exports.CreateOrganizationRequest = exports.Domain = exports.CreateMobileDeviceAccessRuleResponse = exports.CreateMobileDeviceAccessRuleRequest = exports.MobileDeviceAccessRuleEffect = exports.ReservedNameException = exports.NameAvailabilityException = exports.CreateGroupResponse = exports.CreateGroupRequest = exports.MailDomainStateException = exports.MailDomainNotFoundException = exports.LimitExceededException = exports.EmailAddressInUseException = exports.CreateAliasResponse = exports.CreateAliasRequest = exports.CancelMailboxExportJobResponse = exports.CancelMailboxExportJobRequest = exports.BookingOptions = exports.UnsupportedOperationException = exports.DirectoryUnavailableException = exports.DirectoryServiceAuthenticationFailedException = exports.AssociateMemberToGroupResponse = exports.AssociateMemberToGroupRequest = exports.OrganizationStateException = exports.OrganizationNotFoundException = exports.InvalidParameterException = exports.EntityStateException = exports.EntityNotFoundException = exports.AssociateDelegateToResourceResponse = exports.AssociateDelegateToResourceRequest = exports.AccessControlRule = exports.AccessControlRuleEffect = void 0;
|
|
4
|
+
exports.GetAccessControlEffectResponse = exports.GetAccessControlEffectRequest = exports.FolderConfiguration = exports.FolderName = exports.RetentionAction = exports.EntityAlreadyRegisteredException = exports.DnsRecordVerificationStatus = exports.DnsRecord = exports.DisassociateMemberFromGroupResponse = exports.DisassociateMemberFromGroupRequest = exports.DisassociateDelegateFromResourceResponse = exports.DisassociateDelegateFromResourceRequest = exports.DescribeUserResponse = exports.UserRole = exports.DescribeUserRequest = exports.DescribeResourceResponse = exports.DescribeResourceRequest = exports.DescribeOrganizationResponse = exports.DescribeOrganizationRequest = exports.DescribeMailboxExportJobResponse = exports.MailboxExportJobState = exports.DescribeMailboxExportJobRequest = exports.DescribeInboundDmarcSettingsResponse = exports.DescribeInboundDmarcSettingsRequest = exports.DescribeGroupResponse = exports.EntityState = exports.DescribeGroupRequest = exports.ResourceNotFoundException = exports.DescribeEmailMonitoringConfigurationResponse = exports.DescribeEmailMonitoringConfigurationRequest = exports.MailDomainInUseException = exports.InvalidCustomSesConfigurationException = exports.DeregisterMailDomainResponse = exports.DeregisterMailDomainRequest = exports.DeregisterFromWorkMailResponse = exports.DeregisterFromWorkMailRequest = exports.DeleteUserResponse = exports.DeleteUserRequest = exports.DeleteRetentionPolicyResponse = exports.DeleteRetentionPolicyRequest = exports.DeleteResourceResponse = exports.DeleteResourceRequest = exports.DeleteOrganizationResponse = exports.DeleteOrganizationRequest = exports.DeleteMobileDeviceAccessRuleResponse = exports.DeleteMobileDeviceAccessRuleRequest = exports.DeleteMobileDeviceAccessOverrideResponse = exports.DeleteMobileDeviceAccessOverrideRequest = exports.DeleteMailboxPermissionsResponse = exports.DeleteMailboxPermissionsRequest = void 0;
|
|
5
|
+
exports.ListUsersRequest = exports.ListTagsForResourceResponse = exports.Tag = exports.ListTagsForResourceRequest = exports.ListResourcesResponse = exports.Resource = exports.ListResourcesRequest = exports.ListResourceDelegatesResponse = exports.ListResourceDelegatesRequest = exports.ListOrganizationsResponse = exports.OrganizationSummary = exports.ListOrganizationsRequest = exports.ListMobileDeviceAccessRulesResponse = exports.MobileDeviceAccessRule = exports.ListMobileDeviceAccessRulesRequest = exports.ListMobileDeviceAccessOverridesResponse = exports.MobileDeviceAccessOverride = exports.ListMobileDeviceAccessOverridesRequest = exports.ListMailDomainsResponse = exports.MailDomainSummary = exports.ListMailDomainsRequest = exports.ListMailboxPermissionsResponse = exports.Permission = exports.PermissionType = exports.ListMailboxPermissionsRequest = exports.ListMailboxExportJobsResponse = exports.ListMailboxExportJobsRequest = exports.ListGroupsResponse = exports.ListGroupsRequest = exports.ListGroupMembersResponse = exports.Member = exports.ListGroupMembersRequest = exports.ListAliasesResponse = exports.ListAliasesRequest = exports.ListAccessControlRulesResponse = exports.ListAccessControlRulesRequest = exports.MailboxExportJob = exports.InvalidConfigurationException = exports.Group = exports.GetMobileDeviceAccessOverrideResponse = exports.GetMobileDeviceAccessOverrideRequest = exports.GetMobileDeviceAccessEffectResponse = exports.MobileDeviceAccessMatchedRule = exports.GetMobileDeviceAccessEffectRequest = exports.GetMailDomainResponse = exports.GetMailDomainRequest = exports.GetMailboxDetailsResponse = exports.GetMailboxDetailsRequest = exports.GetDefaultRetentionPolicyResponse = exports.GetDefaultRetentionPolicyRequest = void 0;
|
|
6
|
+
exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdatePrimaryEmailAddressResponse = exports.UpdatePrimaryEmailAddressRequest = exports.UpdateMobileDeviceAccessRuleResponse = exports.UpdateMobileDeviceAccessRuleRequest = exports.UpdateMailboxQuotaResponse = exports.UpdateMailboxQuotaRequest = exports.UpdateDefaultMailDomainResponse = exports.UpdateDefaultMailDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartMailboxExportJobResponse = exports.StartMailboxExportJobRequest = exports.ResetPasswordResponse = exports.ResetPasswordRequest = exports.RegisterToWorkMailResponse = exports.RegisterToWorkMailRequest = exports.RegisterMailDomainResponse = exports.RegisterMailDomainRequest = exports.PutRetentionPolicyResponse = exports.PutRetentionPolicyRequest = exports.PutMobileDeviceAccessOverrideResponse = exports.PutMobileDeviceAccessOverrideRequest = exports.PutMailboxPermissionsResponse = exports.PutMailboxPermissionsRequest = exports.PutInboundDmarcSettingsResponse = exports.PutInboundDmarcSettingsRequest = exports.PutEmailMonitoringConfigurationResponse = exports.PutEmailMonitoringConfigurationRequest = exports.PutAccessControlRuleResponse = exports.PutAccessControlRuleRequest = exports.ListUsersResponse = exports.User = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
+
const WorkMailServiceException_1 = require("./WorkMailServiceException");
|
|
8
9
|
var AccessControlRuleEffect;
|
|
9
10
|
(function (AccessControlRuleEffect) {
|
|
10
11
|
AccessControlRuleEffect["ALLOW"] = "ALLOW";
|
|
@@ -28,6 +29,76 @@ var AssociateDelegateToResourceResponse;
|
|
|
28
29
|
...obj,
|
|
29
30
|
});
|
|
30
31
|
})(AssociateDelegateToResourceResponse = exports.AssociateDelegateToResourceResponse || (exports.AssociateDelegateToResourceResponse = {}));
|
|
32
|
+
class EntityNotFoundException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
33
|
+
constructor(opts) {
|
|
34
|
+
super({
|
|
35
|
+
name: "EntityNotFoundException",
|
|
36
|
+
$fault: "client",
|
|
37
|
+
...opts,
|
|
38
|
+
});
|
|
39
|
+
this.name = "EntityNotFoundException";
|
|
40
|
+
this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(this, EntityNotFoundException.prototype);
|
|
42
|
+
this.Message = opts.Message;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.EntityNotFoundException = EntityNotFoundException;
|
|
46
|
+
class EntityStateException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
47
|
+
constructor(opts) {
|
|
48
|
+
super({
|
|
49
|
+
name: "EntityStateException",
|
|
50
|
+
$fault: "client",
|
|
51
|
+
...opts,
|
|
52
|
+
});
|
|
53
|
+
this.name = "EntityStateException";
|
|
54
|
+
this.$fault = "client";
|
|
55
|
+
Object.setPrototypeOf(this, EntityStateException.prototype);
|
|
56
|
+
this.Message = opts.Message;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.EntityStateException = EntityStateException;
|
|
60
|
+
class InvalidParameterException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
61
|
+
constructor(opts) {
|
|
62
|
+
super({
|
|
63
|
+
name: "InvalidParameterException",
|
|
64
|
+
$fault: "client",
|
|
65
|
+
...opts,
|
|
66
|
+
});
|
|
67
|
+
this.name = "InvalidParameterException";
|
|
68
|
+
this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
70
|
+
this.Message = opts.Message;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
74
|
+
class OrganizationNotFoundException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "OrganizationNotFoundException",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "OrganizationNotFoundException";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, OrganizationNotFoundException.prototype);
|
|
84
|
+
this.Message = opts.Message;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.OrganizationNotFoundException = OrganizationNotFoundException;
|
|
88
|
+
class OrganizationStateException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "OrganizationStateException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
this.name = "OrganizationStateException";
|
|
96
|
+
this.$fault = "client";
|
|
97
|
+
Object.setPrototypeOf(this, OrganizationStateException.prototype);
|
|
98
|
+
this.Message = opts.Message;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.OrganizationStateException = OrganizationStateException;
|
|
31
102
|
var AssociateMemberToGroupRequest;
|
|
32
103
|
(function (AssociateMemberToGroupRequest) {
|
|
33
104
|
AssociateMemberToGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -40,6 +111,48 @@ var AssociateMemberToGroupResponse;
|
|
|
40
111
|
...obj,
|
|
41
112
|
});
|
|
42
113
|
})(AssociateMemberToGroupResponse = exports.AssociateMemberToGroupResponse || (exports.AssociateMemberToGroupResponse = {}));
|
|
114
|
+
class DirectoryServiceAuthenticationFailedException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "DirectoryServiceAuthenticationFailedException",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
this.name = "DirectoryServiceAuthenticationFailedException";
|
|
122
|
+
this.$fault = "client";
|
|
123
|
+
Object.setPrototypeOf(this, DirectoryServiceAuthenticationFailedException.prototype);
|
|
124
|
+
this.Message = opts.Message;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.DirectoryServiceAuthenticationFailedException = DirectoryServiceAuthenticationFailedException;
|
|
128
|
+
class DirectoryUnavailableException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
129
|
+
constructor(opts) {
|
|
130
|
+
super({
|
|
131
|
+
name: "DirectoryUnavailableException",
|
|
132
|
+
$fault: "client",
|
|
133
|
+
...opts,
|
|
134
|
+
});
|
|
135
|
+
this.name = "DirectoryUnavailableException";
|
|
136
|
+
this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
|
|
138
|
+
this.Message = opts.Message;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
exports.DirectoryUnavailableException = DirectoryUnavailableException;
|
|
142
|
+
class UnsupportedOperationException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
143
|
+
constructor(opts) {
|
|
144
|
+
super({
|
|
145
|
+
name: "UnsupportedOperationException",
|
|
146
|
+
$fault: "client",
|
|
147
|
+
...opts,
|
|
148
|
+
});
|
|
149
|
+
this.name = "UnsupportedOperationException";
|
|
150
|
+
this.$fault = "client";
|
|
151
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
152
|
+
this.Message = opts.Message;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
43
156
|
var BookingOptions;
|
|
44
157
|
(function (BookingOptions) {
|
|
45
158
|
BookingOptions.filterSensitiveLog = (obj) => ({
|
|
@@ -70,6 +183,62 @@ var CreateAliasResponse;
|
|
|
70
183
|
...obj,
|
|
71
184
|
});
|
|
72
185
|
})(CreateAliasResponse = exports.CreateAliasResponse || (exports.CreateAliasResponse = {}));
|
|
186
|
+
class EmailAddressInUseException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "EmailAddressInUseException",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
this.name = "EmailAddressInUseException";
|
|
194
|
+
this.$fault = "client";
|
|
195
|
+
Object.setPrototypeOf(this, EmailAddressInUseException.prototype);
|
|
196
|
+
this.Message = opts.Message;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
exports.EmailAddressInUseException = EmailAddressInUseException;
|
|
200
|
+
class LimitExceededException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "LimitExceededException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
this.name = "LimitExceededException";
|
|
208
|
+
this.$fault = "client";
|
|
209
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
210
|
+
this.Message = opts.Message;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
exports.LimitExceededException = LimitExceededException;
|
|
214
|
+
class MailDomainNotFoundException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
215
|
+
constructor(opts) {
|
|
216
|
+
super({
|
|
217
|
+
name: "MailDomainNotFoundException",
|
|
218
|
+
$fault: "client",
|
|
219
|
+
...opts,
|
|
220
|
+
});
|
|
221
|
+
this.name = "MailDomainNotFoundException";
|
|
222
|
+
this.$fault = "client";
|
|
223
|
+
Object.setPrototypeOf(this, MailDomainNotFoundException.prototype);
|
|
224
|
+
this.Message = opts.Message;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
exports.MailDomainNotFoundException = MailDomainNotFoundException;
|
|
228
|
+
class MailDomainStateException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
229
|
+
constructor(opts) {
|
|
230
|
+
super({
|
|
231
|
+
name: "MailDomainStateException",
|
|
232
|
+
$fault: "client",
|
|
233
|
+
...opts,
|
|
234
|
+
});
|
|
235
|
+
this.name = "MailDomainStateException";
|
|
236
|
+
this.$fault = "client";
|
|
237
|
+
Object.setPrototypeOf(this, MailDomainStateException.prototype);
|
|
238
|
+
this.Message = opts.Message;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
exports.MailDomainStateException = MailDomainStateException;
|
|
73
242
|
var CreateGroupRequest;
|
|
74
243
|
(function (CreateGroupRequest) {
|
|
75
244
|
CreateGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -82,6 +251,34 @@ var CreateGroupResponse;
|
|
|
82
251
|
...obj,
|
|
83
252
|
});
|
|
84
253
|
})(CreateGroupResponse = exports.CreateGroupResponse || (exports.CreateGroupResponse = {}));
|
|
254
|
+
class NameAvailabilityException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
255
|
+
constructor(opts) {
|
|
256
|
+
super({
|
|
257
|
+
name: "NameAvailabilityException",
|
|
258
|
+
$fault: "client",
|
|
259
|
+
...opts,
|
|
260
|
+
});
|
|
261
|
+
this.name = "NameAvailabilityException";
|
|
262
|
+
this.$fault = "client";
|
|
263
|
+
Object.setPrototypeOf(this, NameAvailabilityException.prototype);
|
|
264
|
+
this.Message = opts.Message;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
exports.NameAvailabilityException = NameAvailabilityException;
|
|
268
|
+
class ReservedNameException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
269
|
+
constructor(opts) {
|
|
270
|
+
super({
|
|
271
|
+
name: "ReservedNameException",
|
|
272
|
+
$fault: "client",
|
|
273
|
+
...opts,
|
|
274
|
+
});
|
|
275
|
+
this.name = "ReservedNameException";
|
|
276
|
+
this.$fault = "client";
|
|
277
|
+
Object.setPrototypeOf(this, ReservedNameException.prototype);
|
|
278
|
+
this.Message = opts.Message;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
exports.ReservedNameException = ReservedNameException;
|
|
85
282
|
var MobileDeviceAccessRuleEffect;
|
|
86
283
|
(function (MobileDeviceAccessRuleEffect) {
|
|
87
284
|
MobileDeviceAccessRuleEffect["ALLOW"] = "ALLOW";
|
|
@@ -117,6 +314,20 @@ var CreateOrganizationResponse;
|
|
|
117
314
|
...obj,
|
|
118
315
|
});
|
|
119
316
|
})(CreateOrganizationResponse = exports.CreateOrganizationResponse || (exports.CreateOrganizationResponse = {}));
|
|
317
|
+
class DirectoryInUseException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
318
|
+
constructor(opts) {
|
|
319
|
+
super({
|
|
320
|
+
name: "DirectoryInUseException",
|
|
321
|
+
$fault: "client",
|
|
322
|
+
...opts,
|
|
323
|
+
});
|
|
324
|
+
this.name = "DirectoryInUseException";
|
|
325
|
+
this.$fault = "client";
|
|
326
|
+
Object.setPrototypeOf(this, DirectoryInUseException.prototype);
|
|
327
|
+
this.Message = opts.Message;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
exports.DirectoryInUseException = DirectoryInUseException;
|
|
120
331
|
var ResourceType;
|
|
121
332
|
(function (ResourceType) {
|
|
122
333
|
ResourceType["EQUIPMENT"] = "EQUIPMENT";
|
|
@@ -147,6 +358,20 @@ var CreateUserResponse;
|
|
|
147
358
|
...obj,
|
|
148
359
|
});
|
|
149
360
|
})(CreateUserResponse = exports.CreateUserResponse || (exports.CreateUserResponse = {}));
|
|
361
|
+
class InvalidPasswordException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
362
|
+
constructor(opts) {
|
|
363
|
+
super({
|
|
364
|
+
name: "InvalidPasswordException",
|
|
365
|
+
$fault: "client",
|
|
366
|
+
...opts,
|
|
367
|
+
});
|
|
368
|
+
this.name = "InvalidPasswordException";
|
|
369
|
+
this.$fault = "client";
|
|
370
|
+
Object.setPrototypeOf(this, InvalidPasswordException.prototype);
|
|
371
|
+
this.Message = opts.Message;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
exports.InvalidPasswordException = InvalidPasswordException;
|
|
150
375
|
var MemberType;
|
|
151
376
|
(function (MemberType) {
|
|
152
377
|
MemberType["GROUP"] = "GROUP";
|
|
@@ -314,6 +539,34 @@ var DeregisterMailDomainResponse;
|
|
|
314
539
|
...obj,
|
|
315
540
|
});
|
|
316
541
|
})(DeregisterMailDomainResponse = exports.DeregisterMailDomainResponse || (exports.DeregisterMailDomainResponse = {}));
|
|
542
|
+
class InvalidCustomSesConfigurationException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
543
|
+
constructor(opts) {
|
|
544
|
+
super({
|
|
545
|
+
name: "InvalidCustomSesConfigurationException",
|
|
546
|
+
$fault: "client",
|
|
547
|
+
...opts,
|
|
548
|
+
});
|
|
549
|
+
this.name = "InvalidCustomSesConfigurationException";
|
|
550
|
+
this.$fault = "client";
|
|
551
|
+
Object.setPrototypeOf(this, InvalidCustomSesConfigurationException.prototype);
|
|
552
|
+
this.Message = opts.Message;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
exports.InvalidCustomSesConfigurationException = InvalidCustomSesConfigurationException;
|
|
556
|
+
class MailDomainInUseException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
557
|
+
constructor(opts) {
|
|
558
|
+
super({
|
|
559
|
+
name: "MailDomainInUseException",
|
|
560
|
+
$fault: "client",
|
|
561
|
+
...opts,
|
|
562
|
+
});
|
|
563
|
+
this.name = "MailDomainInUseException";
|
|
564
|
+
this.$fault = "client";
|
|
565
|
+
Object.setPrototypeOf(this, MailDomainInUseException.prototype);
|
|
566
|
+
this.Message = opts.Message;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
exports.MailDomainInUseException = MailDomainInUseException;
|
|
317
570
|
var DescribeEmailMonitoringConfigurationRequest;
|
|
318
571
|
(function (DescribeEmailMonitoringConfigurationRequest) {
|
|
319
572
|
DescribeEmailMonitoringConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -326,6 +579,20 @@ var DescribeEmailMonitoringConfigurationResponse;
|
|
|
326
579
|
...obj,
|
|
327
580
|
});
|
|
328
581
|
})(DescribeEmailMonitoringConfigurationResponse = exports.DescribeEmailMonitoringConfigurationResponse || (exports.DescribeEmailMonitoringConfigurationResponse = {}));
|
|
582
|
+
class ResourceNotFoundException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
583
|
+
constructor(opts) {
|
|
584
|
+
super({
|
|
585
|
+
name: "ResourceNotFoundException",
|
|
586
|
+
$fault: "client",
|
|
587
|
+
...opts,
|
|
588
|
+
});
|
|
589
|
+
this.name = "ResourceNotFoundException";
|
|
590
|
+
this.$fault = "client";
|
|
591
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
592
|
+
this.Message = opts.Message;
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
329
596
|
var DescribeGroupRequest;
|
|
330
597
|
(function (DescribeGroupRequest) {
|
|
331
598
|
DescribeGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -453,6 +720,20 @@ var DnsRecordVerificationStatus;
|
|
|
453
720
|
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
454
721
|
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
455
722
|
})(DnsRecordVerificationStatus = exports.DnsRecordVerificationStatus || (exports.DnsRecordVerificationStatus = {}));
|
|
723
|
+
class EntityAlreadyRegisteredException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "EntityAlreadyRegisteredException",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
this.name = "EntityAlreadyRegisteredException";
|
|
731
|
+
this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(this, EntityAlreadyRegisteredException.prototype);
|
|
733
|
+
this.Message = opts.Message;
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
exports.EntityAlreadyRegisteredException = EntityAlreadyRegisteredException;
|
|
456
737
|
var RetentionAction;
|
|
457
738
|
(function (RetentionAction) {
|
|
458
739
|
RetentionAction["DELETE"] = "DELETE";
|
|
@@ -557,6 +838,20 @@ var Group;
|
|
|
557
838
|
...obj,
|
|
558
839
|
});
|
|
559
840
|
})(Group = exports.Group || (exports.Group = {}));
|
|
841
|
+
class InvalidConfigurationException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
842
|
+
constructor(opts) {
|
|
843
|
+
super({
|
|
844
|
+
name: "InvalidConfigurationException",
|
|
845
|
+
$fault: "client",
|
|
846
|
+
...opts,
|
|
847
|
+
});
|
|
848
|
+
this.name = "InvalidConfigurationException";
|
|
849
|
+
this.$fault = "client";
|
|
850
|
+
Object.setPrototypeOf(this, InvalidConfigurationException.prototype);
|
|
851
|
+
this.Message = opts.Message;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
exports.InvalidConfigurationException = InvalidConfigurationException;
|
|
560
855
|
var MailboxExportJob;
|
|
561
856
|
(function (MailboxExportJob) {
|
|
562
857
|
MailboxExportJob.filterSensitiveLog = (obj) => ({
|
|
@@ -925,6 +1220,20 @@ var TagResourceResponse;
|
|
|
925
1220
|
...obj,
|
|
926
1221
|
});
|
|
927
1222
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1223
|
+
class TooManyTagsException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
1224
|
+
constructor(opts) {
|
|
1225
|
+
super({
|
|
1226
|
+
name: "TooManyTagsException",
|
|
1227
|
+
$fault: "client",
|
|
1228
|
+
...opts,
|
|
1229
|
+
});
|
|
1230
|
+
this.name = "TooManyTagsException";
|
|
1231
|
+
this.$fault = "client";
|
|
1232
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
1233
|
+
this.Message = opts.Message;
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
928
1237
|
var UntagResourceRequest;
|
|
929
1238
|
(function (UntagResourceRequest) {
|
|
930
1239
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|