@aws-sdk/client-workmail 3.301.0 → 3.303.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/dist-cjs/models/models_0.js +66 -80
- package/dist-es/models/models_0.js +66 -80
- package/dist-types/models/models_0.d.ts +136 -66
- package/dist-types/ts3.4/models/models_0.d.ts +88 -66
- package/package.json +34 -34
|
@@ -3,16 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateAvailabilityConfigurationRequestFilterSensitiveLog = exports.TestAvailabilityConfigurationRequestFilterSensitiveLog = exports.ResetPasswordRequestFilterSensitiveLog = exports.PutRetentionPolicyRequestFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.CreateAvailabilityConfigurationRequestFilterSensitiveLog = exports.EwsAvailabilityProviderFilterSensitiveLog = exports.TooManyTagsException = exports.PermissionType = exports.InvalidConfigurationException = exports.FolderName = exports.RetentionAction = exports.EntityAlreadyRegisteredException = exports.DnsRecordVerificationStatus = exports.UserRole = exports.MailboxExportJobState = exports.EntityState = exports.MailDomainInUseException = exports.InvalidCustomSesConfigurationException = exports.MemberType = exports.InvalidPasswordException = exports.ResourceType = exports.DirectoryInUseException = exports.MobileDeviceAccessRuleEffect = exports.ImpersonationRoleType = exports.ReservedNameException = exports.NameAvailabilityException = exports.MailDomainStateException = exports.MailDomainNotFoundException = exports.LimitExceededException = exports.EmailAddressInUseException = exports.AvailabilityProviderType = exports.ResourceNotFoundException = exports.UnsupportedOperationException = exports.DirectoryUnavailableException = exports.DirectoryServiceAuthenticationFailedException = exports.OrganizationStateException = exports.OrganizationNotFoundException = exports.InvalidParameterException = exports.EntityStateException = exports.EntityNotFoundException = exports.AccessEffect = exports.AccessControlRuleEffect = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const WorkMailServiceException_1 = require("./WorkMailServiceException");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
AccessEffect["DENY"] = "DENY";
|
|
15
|
-
})(AccessEffect = exports.AccessEffect || (exports.AccessEffect = {}));
|
|
6
|
+
exports.AccessControlRuleEffect = {
|
|
7
|
+
ALLOW: "ALLOW",
|
|
8
|
+
DENY: "DENY",
|
|
9
|
+
};
|
|
10
|
+
exports.AccessEffect = {
|
|
11
|
+
ALLOW: "ALLOW",
|
|
12
|
+
DENY: "DENY",
|
|
13
|
+
};
|
|
16
14
|
class EntityNotFoundException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
17
15
|
constructor(opts) {
|
|
18
16
|
super({
|
|
@@ -139,11 +137,10 @@ class ResourceNotFoundException extends WorkMailServiceException_1.WorkMailServi
|
|
|
139
137
|
}
|
|
140
138
|
}
|
|
141
139
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
})(AvailabilityProviderType = exports.AvailabilityProviderType || (exports.AvailabilityProviderType = {}));
|
|
140
|
+
exports.AvailabilityProviderType = {
|
|
141
|
+
EWS: "EWS",
|
|
142
|
+
LAMBDA: "LAMBDA",
|
|
143
|
+
};
|
|
147
144
|
class EmailAddressInUseException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
148
145
|
constructor(opts) {
|
|
149
146
|
super({
|
|
@@ -228,16 +225,14 @@ class ReservedNameException extends WorkMailServiceException_1.WorkMailServiceEx
|
|
|
228
225
|
}
|
|
229
226
|
}
|
|
230
227
|
exports.ReservedNameException = ReservedNameException;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
MobileDeviceAccessRuleEffect["DENY"] = "DENY";
|
|
240
|
-
})(MobileDeviceAccessRuleEffect = exports.MobileDeviceAccessRuleEffect || (exports.MobileDeviceAccessRuleEffect = {}));
|
|
228
|
+
exports.ImpersonationRoleType = {
|
|
229
|
+
FULL_ACCESS: "FULL_ACCESS",
|
|
230
|
+
READ_ONLY: "READ_ONLY",
|
|
231
|
+
};
|
|
232
|
+
exports.MobileDeviceAccessRuleEffect = {
|
|
233
|
+
ALLOW: "ALLOW",
|
|
234
|
+
DENY: "DENY",
|
|
235
|
+
};
|
|
241
236
|
class DirectoryInUseException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
242
237
|
constructor(opts) {
|
|
243
238
|
super({
|
|
@@ -252,11 +247,10 @@ class DirectoryInUseException extends WorkMailServiceException_1.WorkMailService
|
|
|
252
247
|
}
|
|
253
248
|
}
|
|
254
249
|
exports.DirectoryInUseException = DirectoryInUseException;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
250
|
+
exports.ResourceType = {
|
|
251
|
+
EQUIPMENT: "EQUIPMENT",
|
|
252
|
+
ROOM: "ROOM",
|
|
253
|
+
};
|
|
260
254
|
class InvalidPasswordException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
261
255
|
constructor(opts) {
|
|
262
256
|
super({
|
|
@@ -271,11 +265,10 @@ class InvalidPasswordException extends WorkMailServiceException_1.WorkMailServic
|
|
|
271
265
|
}
|
|
272
266
|
}
|
|
273
267
|
exports.InvalidPasswordException = InvalidPasswordException;
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
})(MemberType = exports.MemberType || (exports.MemberType = {}));
|
|
268
|
+
exports.MemberType = {
|
|
269
|
+
GROUP: "GROUP",
|
|
270
|
+
USER: "USER",
|
|
271
|
+
};
|
|
279
272
|
class InvalidCustomSesConfigurationException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
280
273
|
constructor(opts) {
|
|
281
274
|
super({
|
|
@@ -304,31 +297,27 @@ class MailDomainInUseException extends WorkMailServiceException_1.WorkMailServic
|
|
|
304
297
|
}
|
|
305
298
|
}
|
|
306
299
|
exports.MailDomainInUseException = MailDomainInUseException;
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
DnsRecordVerificationStatus["FAILED"] = "FAILED";
|
|
329
|
-
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
330
|
-
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
331
|
-
})(DnsRecordVerificationStatus = exports.DnsRecordVerificationStatus || (exports.DnsRecordVerificationStatus = {}));
|
|
300
|
+
exports.EntityState = {
|
|
301
|
+
DELETED: "DELETED",
|
|
302
|
+
DISABLED: "DISABLED",
|
|
303
|
+
ENABLED: "ENABLED",
|
|
304
|
+
};
|
|
305
|
+
exports.MailboxExportJobState = {
|
|
306
|
+
CANCELLED: "CANCELLED",
|
|
307
|
+
COMPLETED: "COMPLETED",
|
|
308
|
+
FAILED: "FAILED",
|
|
309
|
+
RUNNING: "RUNNING",
|
|
310
|
+
};
|
|
311
|
+
exports.UserRole = {
|
|
312
|
+
RESOURCE: "RESOURCE",
|
|
313
|
+
SYSTEM_USER: "SYSTEM_USER",
|
|
314
|
+
USER: "USER",
|
|
315
|
+
};
|
|
316
|
+
exports.DnsRecordVerificationStatus = {
|
|
317
|
+
FAILED: "FAILED",
|
|
318
|
+
PENDING: "PENDING",
|
|
319
|
+
VERIFIED: "VERIFIED",
|
|
320
|
+
};
|
|
332
321
|
class EntityAlreadyRegisteredException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
333
322
|
constructor(opts) {
|
|
334
323
|
super({
|
|
@@ -343,20 +332,18 @@ class EntityAlreadyRegisteredException extends WorkMailServiceException_1.WorkMa
|
|
|
343
332
|
}
|
|
344
333
|
}
|
|
345
334
|
exports.EntityAlreadyRegisteredException = EntityAlreadyRegisteredException;
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
FolderName["SENT_ITEMS"] = "SENT_ITEMS";
|
|
359
|
-
})(FolderName = exports.FolderName || (exports.FolderName = {}));
|
|
335
|
+
exports.RetentionAction = {
|
|
336
|
+
DELETE: "DELETE",
|
|
337
|
+
NONE: "NONE",
|
|
338
|
+
PERMANENTLY_DELETE: "PERMANENTLY_DELETE",
|
|
339
|
+
};
|
|
340
|
+
exports.FolderName = {
|
|
341
|
+
DELETED_ITEMS: "DELETED_ITEMS",
|
|
342
|
+
DRAFTS: "DRAFTS",
|
|
343
|
+
INBOX: "INBOX",
|
|
344
|
+
JUNK_EMAIL: "JUNK_EMAIL",
|
|
345
|
+
SENT_ITEMS: "SENT_ITEMS",
|
|
346
|
+
};
|
|
360
347
|
class InvalidConfigurationException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
361
348
|
constructor(opts) {
|
|
362
349
|
super({
|
|
@@ -371,12 +358,11 @@ class InvalidConfigurationException extends WorkMailServiceException_1.WorkMailS
|
|
|
371
358
|
}
|
|
372
359
|
}
|
|
373
360
|
exports.InvalidConfigurationException = InvalidConfigurationException;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
})(PermissionType = exports.PermissionType || (exports.PermissionType = {}));
|
|
361
|
+
exports.PermissionType = {
|
|
362
|
+
FULL_ACCESS: "FULL_ACCESS",
|
|
363
|
+
SEND_AS: "SEND_AS",
|
|
364
|
+
SEND_ON_BEHALF: "SEND_ON_BEHALF",
|
|
365
|
+
};
|
|
380
366
|
class TooManyTagsException extends WorkMailServiceException_1.WorkMailServiceException {
|
|
381
367
|
constructor(opts) {
|
|
382
368
|
super({
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
AccessEffect["DENY"] = "DENY";
|
|
12
|
-
})(AccessEffect || (AccessEffect = {}));
|
|
3
|
+
export const AccessControlRuleEffect = {
|
|
4
|
+
ALLOW: "ALLOW",
|
|
5
|
+
DENY: "DENY",
|
|
6
|
+
};
|
|
7
|
+
export const AccessEffect = {
|
|
8
|
+
ALLOW: "ALLOW",
|
|
9
|
+
DENY: "DENY",
|
|
10
|
+
};
|
|
13
11
|
export class EntityNotFoundException extends __BaseException {
|
|
14
12
|
constructor(opts) {
|
|
15
13
|
super({
|
|
@@ -127,11 +125,10 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
127
125
|
this.Message = opts.Message;
|
|
128
126
|
}
|
|
129
127
|
}
|
|
130
|
-
export
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
})(AvailabilityProviderType || (AvailabilityProviderType = {}));
|
|
128
|
+
export const AvailabilityProviderType = {
|
|
129
|
+
EWS: "EWS",
|
|
130
|
+
LAMBDA: "LAMBDA",
|
|
131
|
+
};
|
|
135
132
|
export class EmailAddressInUseException extends __BaseException {
|
|
136
133
|
constructor(opts) {
|
|
137
134
|
super({
|
|
@@ -210,16 +207,14 @@ export class ReservedNameException extends __BaseException {
|
|
|
210
207
|
this.Message = opts.Message;
|
|
211
208
|
}
|
|
212
209
|
}
|
|
213
|
-
export
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
MobileDeviceAccessRuleEffect["DENY"] = "DENY";
|
|
222
|
-
})(MobileDeviceAccessRuleEffect || (MobileDeviceAccessRuleEffect = {}));
|
|
210
|
+
export const ImpersonationRoleType = {
|
|
211
|
+
FULL_ACCESS: "FULL_ACCESS",
|
|
212
|
+
READ_ONLY: "READ_ONLY",
|
|
213
|
+
};
|
|
214
|
+
export const MobileDeviceAccessRuleEffect = {
|
|
215
|
+
ALLOW: "ALLOW",
|
|
216
|
+
DENY: "DENY",
|
|
217
|
+
};
|
|
223
218
|
export class DirectoryInUseException extends __BaseException {
|
|
224
219
|
constructor(opts) {
|
|
225
220
|
super({
|
|
@@ -233,11 +228,10 @@ export class DirectoryInUseException extends __BaseException {
|
|
|
233
228
|
this.Message = opts.Message;
|
|
234
229
|
}
|
|
235
230
|
}
|
|
236
|
-
export
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
})(ResourceType || (ResourceType = {}));
|
|
231
|
+
export const ResourceType = {
|
|
232
|
+
EQUIPMENT: "EQUIPMENT",
|
|
233
|
+
ROOM: "ROOM",
|
|
234
|
+
};
|
|
241
235
|
export class InvalidPasswordException extends __BaseException {
|
|
242
236
|
constructor(opts) {
|
|
243
237
|
super({
|
|
@@ -251,11 +245,10 @@ export class InvalidPasswordException extends __BaseException {
|
|
|
251
245
|
this.Message = opts.Message;
|
|
252
246
|
}
|
|
253
247
|
}
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
})(MemberType || (MemberType = {}));
|
|
248
|
+
export const MemberType = {
|
|
249
|
+
GROUP: "GROUP",
|
|
250
|
+
USER: "USER",
|
|
251
|
+
};
|
|
259
252
|
export class InvalidCustomSesConfigurationException extends __BaseException {
|
|
260
253
|
constructor(opts) {
|
|
261
254
|
super({
|
|
@@ -282,31 +275,27 @@ export class MailDomainInUseException extends __BaseException {
|
|
|
282
275
|
this.Message = opts.Message;
|
|
283
276
|
}
|
|
284
277
|
}
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
DnsRecordVerificationStatus["FAILED"] = "FAILED";
|
|
307
|
-
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
308
|
-
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
309
|
-
})(DnsRecordVerificationStatus || (DnsRecordVerificationStatus = {}));
|
|
278
|
+
export const EntityState = {
|
|
279
|
+
DELETED: "DELETED",
|
|
280
|
+
DISABLED: "DISABLED",
|
|
281
|
+
ENABLED: "ENABLED",
|
|
282
|
+
};
|
|
283
|
+
export const MailboxExportJobState = {
|
|
284
|
+
CANCELLED: "CANCELLED",
|
|
285
|
+
COMPLETED: "COMPLETED",
|
|
286
|
+
FAILED: "FAILED",
|
|
287
|
+
RUNNING: "RUNNING",
|
|
288
|
+
};
|
|
289
|
+
export const UserRole = {
|
|
290
|
+
RESOURCE: "RESOURCE",
|
|
291
|
+
SYSTEM_USER: "SYSTEM_USER",
|
|
292
|
+
USER: "USER",
|
|
293
|
+
};
|
|
294
|
+
export const DnsRecordVerificationStatus = {
|
|
295
|
+
FAILED: "FAILED",
|
|
296
|
+
PENDING: "PENDING",
|
|
297
|
+
VERIFIED: "VERIFIED",
|
|
298
|
+
};
|
|
310
299
|
export class EntityAlreadyRegisteredException extends __BaseException {
|
|
311
300
|
constructor(opts) {
|
|
312
301
|
super({
|
|
@@ -320,20 +309,18 @@ export class EntityAlreadyRegisteredException extends __BaseException {
|
|
|
320
309
|
this.Message = opts.Message;
|
|
321
310
|
}
|
|
322
311
|
}
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
FolderName["SENT_ITEMS"] = "SENT_ITEMS";
|
|
336
|
-
})(FolderName || (FolderName = {}));
|
|
312
|
+
export const RetentionAction = {
|
|
313
|
+
DELETE: "DELETE",
|
|
314
|
+
NONE: "NONE",
|
|
315
|
+
PERMANENTLY_DELETE: "PERMANENTLY_DELETE",
|
|
316
|
+
};
|
|
317
|
+
export const FolderName = {
|
|
318
|
+
DELETED_ITEMS: "DELETED_ITEMS",
|
|
319
|
+
DRAFTS: "DRAFTS",
|
|
320
|
+
INBOX: "INBOX",
|
|
321
|
+
JUNK_EMAIL: "JUNK_EMAIL",
|
|
322
|
+
SENT_ITEMS: "SENT_ITEMS",
|
|
323
|
+
};
|
|
337
324
|
export class InvalidConfigurationException extends __BaseException {
|
|
338
325
|
constructor(opts) {
|
|
339
326
|
super({
|
|
@@ -347,12 +334,11 @@ export class InvalidConfigurationException extends __BaseException {
|
|
|
347
334
|
this.Message = opts.Message;
|
|
348
335
|
}
|
|
349
336
|
}
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
})(PermissionType || (PermissionType = {}));
|
|
337
|
+
export const PermissionType = {
|
|
338
|
+
FULL_ACCESS: "FULL_ACCESS",
|
|
339
|
+
SEND_AS: "SEND_AS",
|
|
340
|
+
SEND_ON_BEHALF: "SEND_ON_BEHALF",
|
|
341
|
+
};
|
|
356
342
|
export class TooManyTagsException extends __BaseException {
|
|
357
343
|
constructor(opts) {
|
|
358
344
|
super({
|
|
@@ -2,11 +2,16 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ALLOW
|
|
8
|
-
DENY
|
|
9
|
-
}
|
|
7
|
+
export declare const AccessControlRuleEffect: {
|
|
8
|
+
readonly ALLOW: "ALLOW";
|
|
9
|
+
readonly DENY: "DENY";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type AccessControlRuleEffect = (typeof AccessControlRuleEffect)[keyof typeof AccessControlRuleEffect];
|
|
10
15
|
/**
|
|
11
16
|
* @public
|
|
12
17
|
* <p>A rule that controls access to an WorkMail organization.</p>
|
|
@@ -71,11 +76,16 @@ export interface AccessControlRule {
|
|
|
71
76
|
}
|
|
72
77
|
/**
|
|
73
78
|
* @public
|
|
79
|
+
* @enum
|
|
74
80
|
*/
|
|
75
|
-
export declare
|
|
76
|
-
ALLOW
|
|
77
|
-
DENY
|
|
78
|
-
}
|
|
81
|
+
export declare const AccessEffect: {
|
|
82
|
+
readonly ALLOW: "ALLOW";
|
|
83
|
+
readonly DENY: "DENY";
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export type AccessEffect = (typeof AccessEffect)[keyof typeof AccessEffect];
|
|
79
89
|
/**
|
|
80
90
|
* @public
|
|
81
91
|
*/
|
|
@@ -294,11 +304,16 @@ export interface LambdaAvailabilityProvider {
|
|
|
294
304
|
}
|
|
295
305
|
/**
|
|
296
306
|
* @public
|
|
307
|
+
* @enum
|
|
297
308
|
*/
|
|
298
|
-
export declare
|
|
299
|
-
EWS
|
|
300
|
-
LAMBDA
|
|
301
|
-
}
|
|
309
|
+
export declare const AvailabilityProviderType: {
|
|
310
|
+
readonly EWS: "EWS";
|
|
311
|
+
readonly LAMBDA: "LAMBDA";
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
export type AvailabilityProviderType = (typeof AvailabilityProviderType)[keyof typeof AvailabilityProviderType];
|
|
302
317
|
/**
|
|
303
318
|
* @public
|
|
304
319
|
* <p>List all the <code>AvailabilityConfiguration</code>'s for the given WorkMail
|
|
@@ -579,11 +594,16 @@ export interface ImpersonationRule {
|
|
|
579
594
|
}
|
|
580
595
|
/**
|
|
581
596
|
* @public
|
|
597
|
+
* @enum
|
|
582
598
|
*/
|
|
583
|
-
export declare
|
|
584
|
-
FULL_ACCESS
|
|
585
|
-
READ_ONLY
|
|
586
|
-
}
|
|
599
|
+
export declare const ImpersonationRoleType: {
|
|
600
|
+
readonly FULL_ACCESS: "FULL_ACCESS";
|
|
601
|
+
readonly READ_ONLY: "READ_ONLY";
|
|
602
|
+
};
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
export type ImpersonationRoleType = (typeof ImpersonationRoleType)[keyof typeof ImpersonationRoleType];
|
|
587
607
|
/**
|
|
588
608
|
* @public
|
|
589
609
|
*/
|
|
@@ -625,11 +645,16 @@ export interface CreateImpersonationRoleResponse {
|
|
|
625
645
|
}
|
|
626
646
|
/**
|
|
627
647
|
* @public
|
|
648
|
+
* @enum
|
|
628
649
|
*/
|
|
629
|
-
export declare
|
|
630
|
-
ALLOW
|
|
631
|
-
DENY
|
|
632
|
-
}
|
|
650
|
+
export declare const MobileDeviceAccessRuleEffect: {
|
|
651
|
+
readonly ALLOW: "ALLOW";
|
|
652
|
+
readonly DENY: "DENY";
|
|
653
|
+
};
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
export type MobileDeviceAccessRuleEffect = (typeof MobileDeviceAccessRuleEffect)[keyof typeof MobileDeviceAccessRuleEffect];
|
|
633
658
|
/**
|
|
634
659
|
* @public
|
|
635
660
|
*/
|
|
@@ -766,11 +791,16 @@ export declare class DirectoryInUseException extends __BaseException {
|
|
|
766
791
|
}
|
|
767
792
|
/**
|
|
768
793
|
* @public
|
|
794
|
+
* @enum
|
|
769
795
|
*/
|
|
770
|
-
export declare
|
|
771
|
-
EQUIPMENT
|
|
772
|
-
ROOM
|
|
773
|
-
}
|
|
796
|
+
export declare const ResourceType: {
|
|
797
|
+
readonly EQUIPMENT: "EQUIPMENT";
|
|
798
|
+
readonly ROOM: "ROOM";
|
|
799
|
+
};
|
|
800
|
+
/**
|
|
801
|
+
* @public
|
|
802
|
+
*/
|
|
803
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
774
804
|
/**
|
|
775
805
|
* @public
|
|
776
806
|
*/
|
|
@@ -845,11 +875,16 @@ export declare class InvalidPasswordException extends __BaseException {
|
|
|
845
875
|
}
|
|
846
876
|
/**
|
|
847
877
|
* @public
|
|
878
|
+
* @enum
|
|
848
879
|
*/
|
|
849
|
-
export declare
|
|
850
|
-
GROUP
|
|
851
|
-
USER
|
|
852
|
-
}
|
|
880
|
+
export declare const MemberType: {
|
|
881
|
+
readonly GROUP: "GROUP";
|
|
882
|
+
readonly USER: "USER";
|
|
883
|
+
};
|
|
884
|
+
/**
|
|
885
|
+
* @public
|
|
886
|
+
*/
|
|
887
|
+
export type MemberType = (typeof MemberType)[keyof typeof MemberType];
|
|
853
888
|
/**
|
|
854
889
|
* @public
|
|
855
890
|
* <p>The name of the attribute, which is one of the values defined in the UserAttribute
|
|
@@ -1238,12 +1273,17 @@ export interface DescribeGroupRequest {
|
|
|
1238
1273
|
}
|
|
1239
1274
|
/**
|
|
1240
1275
|
* @public
|
|
1276
|
+
* @enum
|
|
1241
1277
|
*/
|
|
1242
|
-
export declare
|
|
1243
|
-
DELETED
|
|
1244
|
-
DISABLED
|
|
1245
|
-
ENABLED
|
|
1246
|
-
}
|
|
1278
|
+
export declare const EntityState: {
|
|
1279
|
+
readonly DELETED: "DELETED";
|
|
1280
|
+
readonly DISABLED: "DISABLED";
|
|
1281
|
+
readonly ENABLED: "ENABLED";
|
|
1282
|
+
};
|
|
1283
|
+
/**
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
export type EntityState = (typeof EntityState)[keyof typeof EntityState];
|
|
1247
1287
|
/**
|
|
1248
1288
|
* @public
|
|
1249
1289
|
*/
|
|
@@ -1309,13 +1349,18 @@ export interface DescribeMailboxExportJobRequest {
|
|
|
1309
1349
|
}
|
|
1310
1350
|
/**
|
|
1311
1351
|
* @public
|
|
1352
|
+
* @enum
|
|
1312
1353
|
*/
|
|
1313
|
-
export declare
|
|
1314
|
-
CANCELLED
|
|
1315
|
-
COMPLETED
|
|
1316
|
-
FAILED
|
|
1317
|
-
RUNNING
|
|
1318
|
-
}
|
|
1354
|
+
export declare const MailboxExportJobState: {
|
|
1355
|
+
readonly CANCELLED: "CANCELLED";
|
|
1356
|
+
readonly COMPLETED: "COMPLETED";
|
|
1357
|
+
readonly FAILED: "FAILED";
|
|
1358
|
+
readonly RUNNING: "RUNNING";
|
|
1359
|
+
};
|
|
1360
|
+
/**
|
|
1361
|
+
* @public
|
|
1362
|
+
*/
|
|
1363
|
+
export type MailboxExportJobState = (typeof MailboxExportJobState)[keyof typeof MailboxExportJobState];
|
|
1319
1364
|
/**
|
|
1320
1365
|
* @public
|
|
1321
1366
|
*/
|
|
@@ -1493,12 +1538,17 @@ export interface DescribeUserRequest {
|
|
|
1493
1538
|
}
|
|
1494
1539
|
/**
|
|
1495
1540
|
* @public
|
|
1541
|
+
* @enum
|
|
1496
1542
|
*/
|
|
1497
|
-
export declare
|
|
1498
|
-
RESOURCE
|
|
1499
|
-
SYSTEM_USER
|
|
1500
|
-
USER
|
|
1501
|
-
}
|
|
1543
|
+
export declare const UserRole: {
|
|
1544
|
+
readonly RESOURCE: "RESOURCE";
|
|
1545
|
+
readonly SYSTEM_USER: "SYSTEM_USER";
|
|
1546
|
+
readonly USER: "USER";
|
|
1547
|
+
};
|
|
1548
|
+
/**
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1551
|
+
export type UserRole = (typeof UserRole)[keyof typeof UserRole];
|
|
1502
1552
|
/**
|
|
1503
1553
|
* @public
|
|
1504
1554
|
*/
|
|
@@ -1609,12 +1659,17 @@ export interface DnsRecord {
|
|
|
1609
1659
|
}
|
|
1610
1660
|
/**
|
|
1611
1661
|
* @public
|
|
1662
|
+
* @enum
|
|
1612
1663
|
*/
|
|
1613
|
-
export declare
|
|
1614
|
-
FAILED
|
|
1615
|
-
PENDING
|
|
1616
|
-
VERIFIED
|
|
1617
|
-
}
|
|
1664
|
+
export declare const DnsRecordVerificationStatus: {
|
|
1665
|
+
readonly FAILED: "FAILED";
|
|
1666
|
+
readonly PENDING: "PENDING";
|
|
1667
|
+
readonly VERIFIED: "VERIFIED";
|
|
1668
|
+
};
|
|
1669
|
+
/**
|
|
1670
|
+
* @public
|
|
1671
|
+
*/
|
|
1672
|
+
export type DnsRecordVerificationStatus = (typeof DnsRecordVerificationStatus)[keyof typeof DnsRecordVerificationStatus];
|
|
1618
1673
|
/**
|
|
1619
1674
|
* @public
|
|
1620
1675
|
* <p>The user, group, or resource that you're trying to register is already
|
|
@@ -1631,22 +1686,32 @@ export declare class EntityAlreadyRegisteredException extends __BaseException {
|
|
|
1631
1686
|
}
|
|
1632
1687
|
/**
|
|
1633
1688
|
* @public
|
|
1689
|
+
* @enum
|
|
1634
1690
|
*/
|
|
1635
|
-
export declare
|
|
1636
|
-
DELETE
|
|
1637
|
-
NONE
|
|
1638
|
-
PERMANENTLY_DELETE
|
|
1639
|
-
}
|
|
1691
|
+
export declare const RetentionAction: {
|
|
1692
|
+
readonly DELETE: "DELETE";
|
|
1693
|
+
readonly NONE: "NONE";
|
|
1694
|
+
readonly PERMANENTLY_DELETE: "PERMANENTLY_DELETE";
|
|
1695
|
+
};
|
|
1640
1696
|
/**
|
|
1641
1697
|
* @public
|
|
1642
1698
|
*/
|
|
1643
|
-
export
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1699
|
+
export type RetentionAction = (typeof RetentionAction)[keyof typeof RetentionAction];
|
|
1700
|
+
/**
|
|
1701
|
+
* @public
|
|
1702
|
+
* @enum
|
|
1703
|
+
*/
|
|
1704
|
+
export declare const FolderName: {
|
|
1705
|
+
readonly DELETED_ITEMS: "DELETED_ITEMS";
|
|
1706
|
+
readonly DRAFTS: "DRAFTS";
|
|
1707
|
+
readonly INBOX: "INBOX";
|
|
1708
|
+
readonly JUNK_EMAIL: "JUNK_EMAIL";
|
|
1709
|
+
readonly SENT_ITEMS: "SENT_ITEMS";
|
|
1710
|
+
};
|
|
1711
|
+
/**
|
|
1712
|
+
* @public
|
|
1713
|
+
*/
|
|
1714
|
+
export type FolderName = (typeof FolderName)[keyof typeof FolderName];
|
|
1650
1715
|
/**
|
|
1651
1716
|
* @public
|
|
1652
1717
|
* <p>The configuration applied to an organization's folders by its retention
|
|
@@ -2413,12 +2478,17 @@ export interface ListMailboxPermissionsRequest {
|
|
|
2413
2478
|
}
|
|
2414
2479
|
/**
|
|
2415
2480
|
* @public
|
|
2481
|
+
* @enum
|
|
2416
2482
|
*/
|
|
2417
|
-
export declare
|
|
2418
|
-
FULL_ACCESS
|
|
2419
|
-
SEND_AS
|
|
2420
|
-
SEND_ON_BEHALF
|
|
2421
|
-
}
|
|
2483
|
+
export declare const PermissionType: {
|
|
2484
|
+
readonly FULL_ACCESS: "FULL_ACCESS";
|
|
2485
|
+
readonly SEND_AS: "SEND_AS";
|
|
2486
|
+
readonly SEND_ON_BEHALF: "SEND_ON_BEHALF";
|
|
2487
|
+
};
|
|
2488
|
+
/**
|
|
2489
|
+
* @public
|
|
2490
|
+
*/
|
|
2491
|
+
export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType];
|
|
2422
2492
|
/**
|
|
2423
2493
|
* @public
|
|
2424
2494
|
* <p>Permission granted to a user, group, or resource to access a certain aspect of
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
ALLOW
|
|
5
|
-
DENY
|
|
6
|
-
}
|
|
3
|
+
export declare const AccessControlRuleEffect: {
|
|
4
|
+
readonly ALLOW: "ALLOW";
|
|
5
|
+
readonly DENY: "DENY";
|
|
6
|
+
};
|
|
7
|
+
export type AccessControlRuleEffect =
|
|
8
|
+
(typeof AccessControlRuleEffect)[keyof typeof AccessControlRuleEffect];
|
|
7
9
|
export interface AccessControlRule {
|
|
8
10
|
Name?: string;
|
|
9
11
|
Effect?: AccessControlRuleEffect | string;
|
|
@@ -19,10 +21,11 @@ export interface AccessControlRule {
|
|
|
19
21
|
ImpersonationRoleIds?: string[];
|
|
20
22
|
NotImpersonationRoleIds?: string[];
|
|
21
23
|
}
|
|
22
|
-
export declare
|
|
23
|
-
ALLOW
|
|
24
|
-
DENY
|
|
25
|
-
}
|
|
24
|
+
export declare const AccessEffect: {
|
|
25
|
+
readonly ALLOW: "ALLOW";
|
|
26
|
+
readonly DENY: "DENY";
|
|
27
|
+
};
|
|
28
|
+
export type AccessEffect = (typeof AccessEffect)[keyof typeof AccessEffect];
|
|
26
29
|
export interface AssociateDelegateToResourceRequest {
|
|
27
30
|
OrganizationId: string | undefined;
|
|
28
31
|
ResourceId: string | undefined;
|
|
@@ -125,10 +128,12 @@ export interface RedactedEwsAvailabilityProvider {
|
|
|
125
128
|
export interface LambdaAvailabilityProvider {
|
|
126
129
|
LambdaArn: string | undefined;
|
|
127
130
|
}
|
|
128
|
-
export declare
|
|
129
|
-
EWS
|
|
130
|
-
LAMBDA
|
|
131
|
-
}
|
|
131
|
+
export declare const AvailabilityProviderType: {
|
|
132
|
+
readonly EWS: "EWS";
|
|
133
|
+
readonly LAMBDA: "LAMBDA";
|
|
134
|
+
};
|
|
135
|
+
export type AvailabilityProviderType =
|
|
136
|
+
(typeof AvailabilityProviderType)[keyof typeof AvailabilityProviderType];
|
|
132
137
|
export interface AvailabilityConfiguration {
|
|
133
138
|
DomainName?: string;
|
|
134
139
|
ProviderType?: AvailabilityProviderType | string;
|
|
@@ -230,10 +235,12 @@ export interface ImpersonationRule {
|
|
|
230
235
|
TargetUsers?: string[];
|
|
231
236
|
NotTargetUsers?: string[];
|
|
232
237
|
}
|
|
233
|
-
export declare
|
|
234
|
-
FULL_ACCESS
|
|
235
|
-
READ_ONLY
|
|
236
|
-
}
|
|
238
|
+
export declare const ImpersonationRoleType: {
|
|
239
|
+
readonly FULL_ACCESS: "FULL_ACCESS";
|
|
240
|
+
readonly READ_ONLY: "READ_ONLY";
|
|
241
|
+
};
|
|
242
|
+
export type ImpersonationRoleType =
|
|
243
|
+
(typeof ImpersonationRoleType)[keyof typeof ImpersonationRoleType];
|
|
237
244
|
export interface CreateImpersonationRoleRequest {
|
|
238
245
|
ClientToken?: string;
|
|
239
246
|
OrganizationId: string | undefined;
|
|
@@ -245,10 +252,12 @@ export interface CreateImpersonationRoleRequest {
|
|
|
245
252
|
export interface CreateImpersonationRoleResponse {
|
|
246
253
|
ImpersonationRoleId?: string;
|
|
247
254
|
}
|
|
248
|
-
export declare
|
|
249
|
-
ALLOW
|
|
250
|
-
DENY
|
|
251
|
-
}
|
|
255
|
+
export declare const MobileDeviceAccessRuleEffect: {
|
|
256
|
+
readonly ALLOW: "ALLOW";
|
|
257
|
+
readonly DENY: "DENY";
|
|
258
|
+
};
|
|
259
|
+
export type MobileDeviceAccessRuleEffect =
|
|
260
|
+
(typeof MobileDeviceAccessRuleEffect)[keyof typeof MobileDeviceAccessRuleEffect];
|
|
252
261
|
export interface CreateMobileDeviceAccessRuleRequest {
|
|
253
262
|
OrganizationId: string | undefined;
|
|
254
263
|
ClientToken?: string;
|
|
@@ -290,10 +299,11 @@ export declare class DirectoryInUseException extends __BaseException {
|
|
|
290
299
|
opts: __ExceptionOptionType<DirectoryInUseException, __BaseException>
|
|
291
300
|
);
|
|
292
301
|
}
|
|
293
|
-
export declare
|
|
294
|
-
EQUIPMENT
|
|
295
|
-
ROOM
|
|
296
|
-
}
|
|
302
|
+
export declare const ResourceType: {
|
|
303
|
+
readonly EQUIPMENT: "EQUIPMENT";
|
|
304
|
+
readonly ROOM: "ROOM";
|
|
305
|
+
};
|
|
306
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
297
307
|
export interface CreateResourceRequest {
|
|
298
308
|
OrganizationId: string | undefined;
|
|
299
309
|
Name: string | undefined;
|
|
@@ -319,10 +329,11 @@ export declare class InvalidPasswordException extends __BaseException {
|
|
|
319
329
|
opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
|
|
320
330
|
);
|
|
321
331
|
}
|
|
322
|
-
export declare
|
|
323
|
-
GROUP
|
|
324
|
-
USER
|
|
325
|
-
}
|
|
332
|
+
export declare const MemberType: {
|
|
333
|
+
readonly GROUP: "GROUP";
|
|
334
|
+
readonly USER: "USER";
|
|
335
|
+
};
|
|
336
|
+
export type MemberType = (typeof MemberType)[keyof typeof MemberType];
|
|
326
337
|
export interface Delegate {
|
|
327
338
|
Id: string | undefined;
|
|
328
339
|
Type: MemberType | string | undefined;
|
|
@@ -438,11 +449,12 @@ export interface DescribeGroupRequest {
|
|
|
438
449
|
OrganizationId: string | undefined;
|
|
439
450
|
GroupId: string | undefined;
|
|
440
451
|
}
|
|
441
|
-
export declare
|
|
442
|
-
DELETED
|
|
443
|
-
DISABLED
|
|
444
|
-
ENABLED
|
|
445
|
-
}
|
|
452
|
+
export declare const EntityState: {
|
|
453
|
+
readonly DELETED: "DELETED";
|
|
454
|
+
readonly DISABLED: "DISABLED";
|
|
455
|
+
readonly ENABLED: "ENABLED";
|
|
456
|
+
};
|
|
457
|
+
export type EntityState = (typeof EntityState)[keyof typeof EntityState];
|
|
446
458
|
export interface DescribeGroupResponse {
|
|
447
459
|
GroupId?: string;
|
|
448
460
|
Name?: string;
|
|
@@ -461,12 +473,14 @@ export interface DescribeMailboxExportJobRequest {
|
|
|
461
473
|
JobId: string | undefined;
|
|
462
474
|
OrganizationId: string | undefined;
|
|
463
475
|
}
|
|
464
|
-
export declare
|
|
465
|
-
CANCELLED
|
|
466
|
-
COMPLETED
|
|
467
|
-
FAILED
|
|
468
|
-
RUNNING
|
|
469
|
-
}
|
|
476
|
+
export declare const MailboxExportJobState: {
|
|
477
|
+
readonly CANCELLED: "CANCELLED";
|
|
478
|
+
readonly COMPLETED: "COMPLETED";
|
|
479
|
+
readonly FAILED: "FAILED";
|
|
480
|
+
readonly RUNNING: "RUNNING";
|
|
481
|
+
};
|
|
482
|
+
export type MailboxExportJobState =
|
|
483
|
+
(typeof MailboxExportJobState)[keyof typeof MailboxExportJobState];
|
|
470
484
|
export interface DescribeMailboxExportJobResponse {
|
|
471
485
|
EntityId?: string;
|
|
472
486
|
Description?: string;
|
|
@@ -513,11 +527,12 @@ export interface DescribeUserRequest {
|
|
|
513
527
|
OrganizationId: string | undefined;
|
|
514
528
|
UserId: string | undefined;
|
|
515
529
|
}
|
|
516
|
-
export declare
|
|
517
|
-
RESOURCE
|
|
518
|
-
SYSTEM_USER
|
|
519
|
-
USER
|
|
520
|
-
}
|
|
530
|
+
export declare const UserRole: {
|
|
531
|
+
readonly RESOURCE: "RESOURCE";
|
|
532
|
+
readonly SYSTEM_USER: "SYSTEM_USER";
|
|
533
|
+
readonly USER: "USER";
|
|
534
|
+
};
|
|
535
|
+
export type UserRole = (typeof UserRole)[keyof typeof UserRole];
|
|
521
536
|
export interface DescribeUserResponse {
|
|
522
537
|
UserId?: string;
|
|
523
538
|
Name?: string;
|
|
@@ -545,11 +560,13 @@ export interface DnsRecord {
|
|
|
545
560
|
Hostname?: string;
|
|
546
561
|
Value?: string;
|
|
547
562
|
}
|
|
548
|
-
export declare
|
|
549
|
-
FAILED
|
|
550
|
-
PENDING
|
|
551
|
-
VERIFIED
|
|
552
|
-
}
|
|
563
|
+
export declare const DnsRecordVerificationStatus: {
|
|
564
|
+
readonly FAILED: "FAILED";
|
|
565
|
+
readonly PENDING: "PENDING";
|
|
566
|
+
readonly VERIFIED: "VERIFIED";
|
|
567
|
+
};
|
|
568
|
+
export type DnsRecordVerificationStatus =
|
|
569
|
+
(typeof DnsRecordVerificationStatus)[keyof typeof DnsRecordVerificationStatus];
|
|
553
570
|
export declare class EntityAlreadyRegisteredException extends __BaseException {
|
|
554
571
|
readonly name: "EntityAlreadyRegisteredException";
|
|
555
572
|
readonly $fault: "client";
|
|
@@ -561,18 +578,21 @@ export declare class EntityAlreadyRegisteredException extends __BaseException {
|
|
|
561
578
|
>
|
|
562
579
|
);
|
|
563
580
|
}
|
|
564
|
-
export declare
|
|
565
|
-
DELETE
|
|
566
|
-
NONE
|
|
567
|
-
PERMANENTLY_DELETE
|
|
568
|
-
}
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
581
|
+
export declare const RetentionAction: {
|
|
582
|
+
readonly DELETE: "DELETE";
|
|
583
|
+
readonly NONE: "NONE";
|
|
584
|
+
readonly PERMANENTLY_DELETE: "PERMANENTLY_DELETE";
|
|
585
|
+
};
|
|
586
|
+
export type RetentionAction =
|
|
587
|
+
(typeof RetentionAction)[keyof typeof RetentionAction];
|
|
588
|
+
export declare const FolderName: {
|
|
589
|
+
readonly DELETED_ITEMS: "DELETED_ITEMS";
|
|
590
|
+
readonly DRAFTS: "DRAFTS";
|
|
591
|
+
readonly INBOX: "INBOX";
|
|
592
|
+
readonly JUNK_EMAIL: "JUNK_EMAIL";
|
|
593
|
+
readonly SENT_ITEMS: "SENT_ITEMS";
|
|
594
|
+
};
|
|
595
|
+
export type FolderName = (typeof FolderName)[keyof typeof FolderName];
|
|
576
596
|
export interface FolderConfiguration {
|
|
577
597
|
Name: FolderName | string | undefined;
|
|
578
598
|
Action: RetentionAction | string | undefined;
|
|
@@ -782,11 +802,13 @@ export interface ListMailboxPermissionsRequest {
|
|
|
782
802
|
NextToken?: string;
|
|
783
803
|
MaxResults?: number;
|
|
784
804
|
}
|
|
785
|
-
export declare
|
|
786
|
-
FULL_ACCESS
|
|
787
|
-
SEND_AS
|
|
788
|
-
SEND_ON_BEHALF
|
|
789
|
-
}
|
|
805
|
+
export declare const PermissionType: {
|
|
806
|
+
readonly FULL_ACCESS: "FULL_ACCESS";
|
|
807
|
+
readonly SEND_AS: "SEND_AS";
|
|
808
|
+
readonly SEND_ON_BEHALF: "SEND_ON_BEHALF";
|
|
809
|
+
};
|
|
810
|
+
export type PermissionType =
|
|
811
|
+
(typeof PermissionType)[keyof typeof PermissionType];
|
|
790
812
|
export interface Permission {
|
|
791
813
|
GranteeId: string | undefined;
|
|
792
814
|
GranteeType: MemberType | string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workmail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|