@aws-sdk/client-workmail 3.296.0 → 3.297.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.
Files changed (99) hide show
  1. package/dist-types/WorkMail.d.ts +81 -0
  2. package/dist-types/WorkMailClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +16 -0
  5. package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateAvailabilityConfigurationCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateOrganizationCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateResourceCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteAvailabilityConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteOrganizationCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  28. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +16 -0
  29. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeOrganizationCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeResourceCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  37. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +16 -0
  39. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +16 -0
  40. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/GetImpersonationRoleCommand.d.ts +16 -0
  42. package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +16 -0
  43. package/dist-types/commands/GetMailDomainCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +16 -0
  46. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +16 -0
  47. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListGroupMembersCommand.d.ts +16 -0
  51. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListImpersonationRolesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListMailDomainsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListOrganizationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourcesCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  63. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +16 -0
  64. package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +16 -0
  66. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +16 -0
  67. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +16 -0
  68. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +16 -0
  69. package/dist-types/commands/RegisterMailDomainCommand.d.ts +16 -0
  70. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +16 -0
  71. package/dist-types/commands/ResetPasswordCommand.d.ts +16 -0
  72. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +16 -0
  73. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  74. package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +16 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateAvailabilityConfigurationCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
  83. package/dist-types/models/WorkMailServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +569 -0
  85. package/dist-types/pagination/Interfaces.d.ts +3 -0
  86. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListAvailabilityConfigurationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListGroupMembersPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListImpersonationRolesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListMailDomainsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListMailboxExportJobsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListMailboxPermissionsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListMobileDeviceAccessOverridesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListOrganizationsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListResourceDelegatesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListResourcesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  99. package/package.json +3 -3
@@ -1,10 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AccessControlRuleEffect {
4
7
  ALLOW = "ALLOW",
5
8
  DENY = "DENY"
6
9
  }
7
10
  /**
11
+ * @public
8
12
  * <p>A rule that controls access to an WorkMail organization.</p>
9
13
  */
10
14
  export interface AccessControlRule {
@@ -65,10 +69,16 @@ export interface AccessControlRule {
65
69
  */
66
70
  NotImpersonationRoleIds?: string[];
67
71
  }
72
+ /**
73
+ * @public
74
+ */
68
75
  export declare enum AccessEffect {
69
76
  ALLOW = "ALLOW",
70
77
  DENY = "DENY"
71
78
  }
79
+ /**
80
+ * @public
81
+ */
72
82
  export interface AssociateDelegateToResourceRequest {
73
83
  /**
74
84
  * <p>The organization under which the resource exists.</p>
@@ -83,9 +93,13 @@ export interface AssociateDelegateToResourceRequest {
83
93
  */
84
94
  EntityId: string | undefined;
85
95
  }
96
+ /**
97
+ * @public
98
+ */
86
99
  export interface AssociateDelegateToResourceResponse {
87
100
  }
88
101
  /**
102
+ * @public
89
103
  * <p>The identifier supplied for the user, group, or resource does not exist in your
90
104
  * organization.</p>
91
105
  */
@@ -99,6 +113,7 @@ export declare class EntityNotFoundException extends __BaseException {
99
113
  constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
100
114
  }
101
115
  /**
116
+ * @public
102
117
  * <p>You are performing an operation on a user, group, or resource that isn't in the
103
118
  * expected state, such as trying to delete an active user.</p>
104
119
  */
@@ -112,6 +127,7 @@ export declare class EntityStateException extends __BaseException {
112
127
  constructor(opts: __ExceptionOptionType<EntityStateException, __BaseException>);
113
128
  }
114
129
  /**
130
+ * @public
115
131
  * <p>One or more of the input parameters don't match the service's restrictions.</p>
116
132
  */
117
133
  export declare class InvalidParameterException extends __BaseException {
@@ -124,6 +140,7 @@ export declare class InvalidParameterException extends __BaseException {
124
140
  constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
125
141
  }
126
142
  /**
143
+ * @public
127
144
  * <p>An operation received a valid organization identifier that either doesn't belong or
128
145
  * exist in the system.</p>
129
146
  */
@@ -137,6 +154,7 @@ export declare class OrganizationNotFoundException extends __BaseException {
137
154
  constructor(opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>);
138
155
  }
139
156
  /**
157
+ * @public
140
158
  * <p>The organization must have a valid state to perform certain
141
159
  * operations on the organization or its members.</p>
142
160
  */
@@ -149,6 +167,9 @@ export declare class OrganizationStateException extends __BaseException {
149
167
  */
150
168
  constructor(opts: __ExceptionOptionType<OrganizationStateException, __BaseException>);
151
169
  }
170
+ /**
171
+ * @public
172
+ */
152
173
  export interface AssociateMemberToGroupRequest {
153
174
  /**
154
175
  * <p>The organization under which the group exists.</p>
@@ -163,9 +184,13 @@ export interface AssociateMemberToGroupRequest {
163
184
  */
164
185
  MemberId: string | undefined;
165
186
  }
187
+ /**
188
+ * @public
189
+ */
166
190
  export interface AssociateMemberToGroupResponse {
167
191
  }
168
192
  /**
193
+ * @public
169
194
  * <p>The directory service doesn't recognize the credentials supplied by WorkMail.</p>
170
195
  */
171
196
  export declare class DirectoryServiceAuthenticationFailedException extends __BaseException {
@@ -178,6 +203,7 @@ export declare class DirectoryServiceAuthenticationFailedException extends __Bas
178
203
  constructor(opts: __ExceptionOptionType<DirectoryServiceAuthenticationFailedException, __BaseException>);
179
204
  }
180
205
  /**
206
+ * @public
181
207
  * <p>The directory is unavailable. It might be located in another Region or deleted.</p>
182
208
  */
183
209
  export declare class DirectoryUnavailableException extends __BaseException {
@@ -190,6 +216,7 @@ export declare class DirectoryUnavailableException extends __BaseException {
190
216
  constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
191
217
  }
192
218
  /**
219
+ * @public
193
220
  * <p>You can't perform a write operation against a read-only directory.</p>
194
221
  */
195
222
  export declare class UnsupportedOperationException extends __BaseException {
@@ -201,6 +228,9 @@ export declare class UnsupportedOperationException extends __BaseException {
201
228
  */
202
229
  constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
203
230
  }
231
+ /**
232
+ * @public
233
+ */
204
234
  export interface AssumeImpersonationRoleRequest {
205
235
  /**
206
236
  * <p>The WorkMail organization under which the impersonation role will be assumed.</p>
@@ -211,6 +241,9 @@ export interface AssumeImpersonationRoleRequest {
211
241
  */
212
242
  ImpersonationRoleId: string | undefined;
213
243
  }
244
+ /**
245
+ * @public
246
+ */
214
247
  export interface AssumeImpersonationRoleResponse {
215
248
  /**
216
249
  * <p>The authentication token for the impersonation role.</p>
@@ -222,6 +255,7 @@ export interface AssumeImpersonationRoleResponse {
222
255
  ExpiresIn?: number;
223
256
  }
224
257
  /**
258
+ * @public
225
259
  * <p>The resource cannot be found.</p>
226
260
  */
227
261
  export declare class ResourceNotFoundException extends __BaseException {
@@ -234,6 +268,7 @@ export declare class ResourceNotFoundException extends __BaseException {
234
268
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
235
269
  }
236
270
  /**
271
+ * @public
237
272
  * <p>Describes an EWS based availability provider when returned from the service. It does not
238
273
  * contain the password of the endpoint.</p>
239
274
  */
@@ -248,6 +283,7 @@ export interface RedactedEwsAvailabilityProvider {
248
283
  EwsUsername?: string;
249
284
  }
250
285
  /**
286
+ * @public
251
287
  * <p>Describes a Lambda based availability provider.</p>
252
288
  */
253
289
  export interface LambdaAvailabilityProvider {
@@ -256,11 +292,15 @@ export interface LambdaAvailabilityProvider {
256
292
  */
257
293
  LambdaArn: string | undefined;
258
294
  }
295
+ /**
296
+ * @public
297
+ */
259
298
  export declare enum AvailabilityProviderType {
260
299
  EWS = "EWS",
261
300
  LAMBDA = "LAMBDA"
262
301
  }
263
302
  /**
303
+ * @public
264
304
  * <p>List all the <code>AvailabilityConfiguration</code>'s for the given WorkMail
265
305
  * organization.</p>
266
306
  */
@@ -293,6 +333,7 @@ export interface AvailabilityConfiguration {
293
333
  DateModified?: Date;
294
334
  }
295
335
  /**
336
+ * @public
296
337
  * <p>At least one delegate must be associated to the resource to disable automatic replies
297
338
  * from the resource.</p>
298
339
  */
@@ -311,6 +352,9 @@ export interface BookingOptions {
311
352
  */
312
353
  AutoDeclineConflictingRequests?: boolean;
313
354
  }
355
+ /**
356
+ * @public
357
+ */
314
358
  export interface CancelMailboxExportJobRequest {
315
359
  /**
316
360
  * <p>The idempotency token for the client request.</p>
@@ -325,8 +369,14 @@ export interface CancelMailboxExportJobRequest {
325
369
  */
326
370
  OrganizationId: string | undefined;
327
371
  }
372
+ /**
373
+ * @public
374
+ */
328
375
  export interface CancelMailboxExportJobResponse {
329
376
  }
377
+ /**
378
+ * @public
379
+ */
330
380
  export interface CreateAliasRequest {
331
381
  /**
332
382
  * <p>The organization under which the member (user or group) exists.</p>
@@ -341,9 +391,13 @@ export interface CreateAliasRequest {
341
391
  */
342
392
  Alias: string | undefined;
343
393
  }
394
+ /**
395
+ * @public
396
+ */
344
397
  export interface CreateAliasResponse {
345
398
  }
346
399
  /**
400
+ * @public
347
401
  * <p>The email address that you're trying to assign is already created for a different
348
402
  * user, group, or resource.</p>
349
403
  */
@@ -357,6 +411,7 @@ export declare class EmailAddressInUseException extends __BaseException {
357
411
  constructor(opts: __ExceptionOptionType<EmailAddressInUseException, __BaseException>);
358
412
  }
359
413
  /**
414
+ * @public
360
415
  * <p>The request exceeds the limit of the resource.</p>
361
416
  */
362
417
  export declare class LimitExceededException extends __BaseException {
@@ -369,6 +424,7 @@ export declare class LimitExceededException extends __BaseException {
369
424
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
370
425
  }
371
426
  /**
427
+ * @public
372
428
  * <p>The domain specified is not found in your organization.</p>
373
429
  */
374
430
  export declare class MailDomainNotFoundException extends __BaseException {
@@ -381,6 +437,7 @@ export declare class MailDomainNotFoundException extends __BaseException {
381
437
  constructor(opts: __ExceptionOptionType<MailDomainNotFoundException, __BaseException>);
382
438
  }
383
439
  /**
440
+ * @public
384
441
  * <p>After a domain has been added to the organization, it must be verified. The domain is
385
442
  * not yet verified.</p>
386
443
  */
@@ -394,6 +451,7 @@ export declare class MailDomainStateException extends __BaseException {
394
451
  constructor(opts: __ExceptionOptionType<MailDomainStateException, __BaseException>);
395
452
  }
396
453
  /**
454
+ * @public
397
455
  * <p>Describes an EWS based availability provider. This is only used as input to the service.</p>
398
456
  */
399
457
  export interface EwsAvailabilityProvider {
@@ -410,6 +468,9 @@ export interface EwsAvailabilityProvider {
410
468
  */
411
469
  EwsPassword: string | undefined;
412
470
  }
471
+ /**
472
+ * @public
473
+ */
413
474
  export interface CreateAvailabilityConfigurationRequest {
414
475
  /**
415
476
  * <p>An idempotent token that ensures that an API request is executed only once.</p>
@@ -432,9 +493,13 @@ export interface CreateAvailabilityConfigurationRequest {
432
493
  */
433
494
  LambdaProvider?: LambdaAvailabilityProvider;
434
495
  }
496
+ /**
497
+ * @public
498
+ */
435
499
  export interface CreateAvailabilityConfigurationResponse {
436
500
  }
437
501
  /**
502
+ * @public
438
503
  * <p>The user, group, or resource name isn't unique in WorkMail.</p>
439
504
  */
440
505
  export declare class NameAvailabilityException extends __BaseException {
@@ -446,6 +511,9 @@ export declare class NameAvailabilityException extends __BaseException {
446
511
  */
447
512
  constructor(opts: __ExceptionOptionType<NameAvailabilityException, __BaseException>);
448
513
  }
514
+ /**
515
+ * @public
516
+ */
449
517
  export interface CreateGroupRequest {
450
518
  /**
451
519
  * <p>The organization under which the group is to be created.</p>
@@ -456,6 +524,9 @@ export interface CreateGroupRequest {
456
524
  */
457
525
  Name: string | undefined;
458
526
  }
527
+ /**
528
+ * @public
529
+ */
459
530
  export interface CreateGroupResponse {
460
531
  /**
461
532
  * <p>The identifier of the group.</p>
@@ -463,6 +534,7 @@ export interface CreateGroupResponse {
463
534
  GroupId?: string;
464
535
  }
465
536
  /**
537
+ * @public
466
538
  * <p>This user, group, or resource name is not allowed in WorkMail.</p>
467
539
  */
468
540
  export declare class ReservedNameException extends __BaseException {
@@ -475,6 +547,7 @@ export declare class ReservedNameException extends __BaseException {
475
547
  constructor(opts: __ExceptionOptionType<ReservedNameException, __BaseException>);
476
548
  }
477
549
  /**
550
+ * @public
478
551
  * <p>The rules for the given impersonation role.</p>
479
552
  */
480
553
  export interface ImpersonationRule {
@@ -504,10 +577,16 @@ export interface ImpersonationRule {
504
577
  */
505
578
  NotTargetUsers?: string[];
506
579
  }
580
+ /**
581
+ * @public
582
+ */
507
583
  export declare enum ImpersonationRoleType {
508
584
  FULL_ACCESS = "FULL_ACCESS",
509
585
  READ_ONLY = "READ_ONLY"
510
586
  }
587
+ /**
588
+ * @public
589
+ */
511
590
  export interface CreateImpersonationRoleRequest {
512
591
  /**
513
592
  * <p>The idempotency token for the client request.</p>
@@ -535,16 +614,25 @@ export interface CreateImpersonationRoleRequest {
535
614
  */
536
615
  Rules: ImpersonationRule[] | undefined;
537
616
  }
617
+ /**
618
+ * @public
619
+ */
538
620
  export interface CreateImpersonationRoleResponse {
539
621
  /**
540
622
  * <p>The new impersonation role ID.</p>
541
623
  */
542
624
  ImpersonationRoleId?: string;
543
625
  }
626
+ /**
627
+ * @public
628
+ */
544
629
  export declare enum MobileDeviceAccessRuleEffect {
545
630
  ALLOW = "ALLOW",
546
631
  DENY = "DENY"
547
632
  }
633
+ /**
634
+ * @public
635
+ */
548
636
  export interface CreateMobileDeviceAccessRuleRequest {
549
637
  /**
550
638
  * <p>The WorkMail organization under which the rule will be created.</p>
@@ -599,6 +687,9 @@ export interface CreateMobileDeviceAccessRuleRequest {
599
687
  */
600
688
  NotDeviceUserAgents?: string[];
601
689
  }
690
+ /**
691
+ * @public
692
+ */
602
693
  export interface CreateMobileDeviceAccessRuleResponse {
603
694
  /**
604
695
  * <p>The identifier for the newly created mobile device access rule.</p>
@@ -606,6 +697,7 @@ export interface CreateMobileDeviceAccessRuleResponse {
606
697
  MobileDeviceAccessRuleId?: string;
607
698
  }
608
699
  /**
700
+ * @public
609
701
  * <p>The domain to associate with an WorkMail organization.</p>
610
702
  * <p>When you configure a domain hosted in Amazon Route 53 (Route 53), all recommended DNS records are added to the organization when you create it. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/add_domain.html">Adding a domain</a> in the <i>WorkMail Administrator Guide</i>.</p>
611
703
  */
@@ -619,6 +711,9 @@ export interface Domain {
619
711
  */
620
712
  HostedZoneId?: string;
621
713
  }
714
+ /**
715
+ * @public
716
+ */
622
717
  export interface CreateOrganizationRequest {
623
718
  /**
624
719
  * <p>The AWS Directory Service directory ID.</p>
@@ -647,6 +742,9 @@ export interface CreateOrganizationRequest {
647
742
  */
648
743
  EnableInteroperability?: boolean;
649
744
  }
745
+ /**
746
+ * @public
747
+ */
650
748
  export interface CreateOrganizationResponse {
651
749
  /**
652
750
  * <p>The organization ID.</p>
@@ -654,6 +752,7 @@ export interface CreateOrganizationResponse {
654
752
  OrganizationId?: string;
655
753
  }
656
754
  /**
755
+ * @public
657
756
  * <p>The directory is already in use by another WorkMail organization in the same account and Region.</p>
658
757
  */
659
758
  export declare class DirectoryInUseException extends __BaseException {
@@ -665,10 +764,16 @@ export declare class DirectoryInUseException extends __BaseException {
665
764
  */
666
765
  constructor(opts: __ExceptionOptionType<DirectoryInUseException, __BaseException>);
667
766
  }
767
+ /**
768
+ * @public
769
+ */
668
770
  export declare enum ResourceType {
669
771
  EQUIPMENT = "EQUIPMENT",
670
772
  ROOM = "ROOM"
671
773
  }
774
+ /**
775
+ * @public
776
+ */
672
777
  export interface CreateResourceRequest {
673
778
  /**
674
779
  * <p>The identifier associated with the organization for which the resource is
@@ -685,12 +790,18 @@ export interface CreateResourceRequest {
685
790
  */
686
791
  Type: ResourceType | string | undefined;
687
792
  }
793
+ /**
794
+ * @public
795
+ */
688
796
  export interface CreateResourceResponse {
689
797
  /**
690
798
  * <p>The identifier of the new resource.</p>
691
799
  */
692
800
  ResourceId?: string;
693
801
  }
802
+ /**
803
+ * @public
804
+ */
694
805
  export interface CreateUserRequest {
695
806
  /**
696
807
  * <p>The identifier of the organization for which the user is created.</p>
@@ -709,6 +820,9 @@ export interface CreateUserRequest {
709
820
  */
710
821
  Password: string | undefined;
711
822
  }
823
+ /**
824
+ * @public
825
+ */
712
826
  export interface CreateUserResponse {
713
827
  /**
714
828
  * <p>The identifier for the new user.</p>
@@ -716,6 +830,7 @@ export interface CreateUserResponse {
716
830
  UserId?: string;
717
831
  }
718
832
  /**
833
+ * @public
719
834
  * <p>The supplied password doesn't match the minimum security constraints, such as length
720
835
  * or use of special characters.</p>
721
836
  */
@@ -728,11 +843,15 @@ export declare class InvalidPasswordException extends __BaseException {
728
843
  */
729
844
  constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
730
845
  }
846
+ /**
847
+ * @public
848
+ */
731
849
  export declare enum MemberType {
732
850
  GROUP = "GROUP",
733
851
  USER = "USER"
734
852
  }
735
853
  /**
854
+ * @public
736
855
  * <p>The name of the attribute, which is one of the values defined in the UserAttribute
737
856
  * enumeration.</p>
738
857
  */
@@ -746,6 +865,9 @@ export interface Delegate {
746
865
  */
747
866
  Type: MemberType | string | undefined;
748
867
  }
868
+ /**
869
+ * @public
870
+ */
749
871
  export interface DeleteAccessControlRuleRequest {
750
872
  /**
751
873
  * <p>The identifier for the organization.</p>
@@ -756,8 +878,14 @@ export interface DeleteAccessControlRuleRequest {
756
878
  */
757
879
  Name: string | undefined;
758
880
  }
881
+ /**
882
+ * @public
883
+ */
759
884
  export interface DeleteAccessControlRuleResponse {
760
885
  }
886
+ /**
887
+ * @public
888
+ */
761
889
  export interface DeleteAliasRequest {
762
890
  /**
763
891
  * <p>The identifier for the organization under which the user exists.</p>
@@ -774,8 +902,14 @@ export interface DeleteAliasRequest {
774
902
  */
775
903
  Alias: string | undefined;
776
904
  }
905
+ /**
906
+ * @public
907
+ */
777
908
  export interface DeleteAliasResponse {
778
909
  }
910
+ /**
911
+ * @public
912
+ */
779
913
  export interface DeleteAvailabilityConfigurationRequest {
780
914
  /**
781
915
  * <p>The WorkMail organization for which the <code>AvailabilityConfiguration</code> will be deleted.</p>
@@ -786,16 +920,28 @@ export interface DeleteAvailabilityConfigurationRequest {
786
920
  */
787
921
  DomainName: string | undefined;
788
922
  }
923
+ /**
924
+ * @public
925
+ */
789
926
  export interface DeleteAvailabilityConfigurationResponse {
790
927
  }
928
+ /**
929
+ * @public
930
+ */
791
931
  export interface DeleteEmailMonitoringConfigurationRequest {
792
932
  /**
793
933
  * <p>The ID of the organization from which the email monitoring configuration is deleted.</p>
794
934
  */
795
935
  OrganizationId: string | undefined;
796
936
  }
937
+ /**
938
+ * @public
939
+ */
797
940
  export interface DeleteEmailMonitoringConfigurationResponse {
798
941
  }
942
+ /**
943
+ * @public
944
+ */
799
945
  export interface DeleteGroupRequest {
800
946
  /**
801
947
  * <p>The organization that contains the group.</p>
@@ -806,8 +952,14 @@ export interface DeleteGroupRequest {
806
952
  */
807
953
  GroupId: string | undefined;
808
954
  }
955
+ /**
956
+ * @public
957
+ */
809
958
  export interface DeleteGroupResponse {
810
959
  }
960
+ /**
961
+ * @public
962
+ */
811
963
  export interface DeleteImpersonationRoleRequest {
812
964
  /**
813
965
  * <p>The WorkMail organization from which to delete the impersonation role.</p>
@@ -818,8 +970,14 @@ export interface DeleteImpersonationRoleRequest {
818
970
  */
819
971
  ImpersonationRoleId: string | undefined;
820
972
  }
973
+ /**
974
+ * @public
975
+ */
821
976
  export interface DeleteImpersonationRoleResponse {
822
977
  }
978
+ /**
979
+ * @public
980
+ */
823
981
  export interface DeleteMailboxPermissionsRequest {
824
982
  /**
825
983
  * <p>The identifier of the organization under which the member (user or group)
@@ -836,8 +994,14 @@ export interface DeleteMailboxPermissionsRequest {
836
994
  */
837
995
  GranteeId: string | undefined;
838
996
  }
997
+ /**
998
+ * @public
999
+ */
839
1000
  export interface DeleteMailboxPermissionsResponse {
840
1001
  }
1002
+ /**
1003
+ * @public
1004
+ */
841
1005
  export interface DeleteMobileDeviceAccessOverrideRequest {
842
1006
  /**
843
1007
  * <p>The WorkMail organization for which the access override will be deleted.</p>
@@ -866,8 +1030,14 @@ export interface DeleteMobileDeviceAccessOverrideRequest {
866
1030
  */
867
1031
  DeviceId: string | undefined;
868
1032
  }
1033
+ /**
1034
+ * @public
1035
+ */
869
1036
  export interface DeleteMobileDeviceAccessOverrideResponse {
870
1037
  }
1038
+ /**
1039
+ * @public
1040
+ */
871
1041
  export interface DeleteMobileDeviceAccessRuleRequest {
872
1042
  /**
873
1043
  * <p>The WorkMail organization under which the rule will be deleted.</p>
@@ -878,8 +1048,14 @@ export interface DeleteMobileDeviceAccessRuleRequest {
878
1048
  */
879
1049
  MobileDeviceAccessRuleId: string | undefined;
880
1050
  }
1051
+ /**
1052
+ * @public
1053
+ */
881
1054
  export interface DeleteMobileDeviceAccessRuleResponse {
882
1055
  }
1056
+ /**
1057
+ * @public
1058
+ */
883
1059
  export interface DeleteOrganizationRequest {
884
1060
  /**
885
1061
  * <p>The idempotency token associated with the request.</p>
@@ -894,6 +1070,9 @@ export interface DeleteOrganizationRequest {
894
1070
  */
895
1071
  DeleteDirectory: boolean | undefined;
896
1072
  }
1073
+ /**
1074
+ * @public
1075
+ */
897
1076
  export interface DeleteOrganizationResponse {
898
1077
  /**
899
1078
  * <p>The organization ID.</p>
@@ -904,6 +1083,9 @@ export interface DeleteOrganizationResponse {
904
1083
  */
905
1084
  State?: string;
906
1085
  }
1086
+ /**
1087
+ * @public
1088
+ */
907
1089
  export interface DeleteResourceRequest {
908
1090
  /**
909
1091
  * <p>The identifier associated with the organization from which the resource is
@@ -915,8 +1097,14 @@ export interface DeleteResourceRequest {
915
1097
  */
916
1098
  ResourceId: string | undefined;
917
1099
  }
1100
+ /**
1101
+ * @public
1102
+ */
918
1103
  export interface DeleteResourceResponse {
919
1104
  }
1105
+ /**
1106
+ * @public
1107
+ */
920
1108
  export interface DeleteRetentionPolicyRequest {
921
1109
  /**
922
1110
  * <p>The organization ID.</p>
@@ -927,8 +1115,14 @@ export interface DeleteRetentionPolicyRequest {
927
1115
  */
928
1116
  Id: string | undefined;
929
1117
  }
1118
+ /**
1119
+ * @public
1120
+ */
930
1121
  export interface DeleteRetentionPolicyResponse {
931
1122
  }
1123
+ /**
1124
+ * @public
1125
+ */
932
1126
  export interface DeleteUserRequest {
933
1127
  /**
934
1128
  * <p>The organization that contains the user to be deleted.</p>
@@ -939,8 +1133,14 @@ export interface DeleteUserRequest {
939
1133
  */
940
1134
  UserId: string | undefined;
941
1135
  }
1136
+ /**
1137
+ * @public
1138
+ */
942
1139
  export interface DeleteUserResponse {
943
1140
  }
1141
+ /**
1142
+ * @public
1143
+ */
944
1144
  export interface DeregisterFromWorkMailRequest {
945
1145
  /**
946
1146
  * <p>The identifier for the organization under which the WorkMail entity exists.</p>
@@ -951,8 +1151,14 @@ export interface DeregisterFromWorkMailRequest {
951
1151
  */
952
1152
  EntityId: string | undefined;
953
1153
  }
1154
+ /**
1155
+ * @public
1156
+ */
954
1157
  export interface DeregisterFromWorkMailResponse {
955
1158
  }
1159
+ /**
1160
+ * @public
1161
+ */
956
1162
  export interface DeregisterMailDomainRequest {
957
1163
  /**
958
1164
  * <p>The WorkMail organization for which the domain will be deregistered.</p>
@@ -963,9 +1169,13 @@ export interface DeregisterMailDomainRequest {
963
1169
  */
964
1170
  DomainName: string | undefined;
965
1171
  }
1172
+ /**
1173
+ * @public
1174
+ */
966
1175
  export interface DeregisterMailDomainResponse {
967
1176
  }
968
1177
  /**
1178
+ * @public
969
1179
  * <p>You SES configuration has customizations that WorkMail cannot save. The error message lists the invalid setting. For examples of invalid settings, refer to
970
1180
  * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_CreateReceiptRule.html">CreateReceiptRule</a>.</p>
971
1181
  */
@@ -979,6 +1189,7 @@ export declare class InvalidCustomSesConfigurationException extends __BaseExcept
979
1189
  constructor(opts: __ExceptionOptionType<InvalidCustomSesConfigurationException, __BaseException>);
980
1190
  }
981
1191
  /**
1192
+ * @public
982
1193
  * <p>The domain you're trying to change is in use by another user or organization in your account. See the error message for details.</p>
983
1194
  */
984
1195
  export declare class MailDomainInUseException extends __BaseException {
@@ -990,12 +1201,18 @@ export declare class MailDomainInUseException extends __BaseException {
990
1201
  */
991
1202
  constructor(opts: __ExceptionOptionType<MailDomainInUseException, __BaseException>);
992
1203
  }
1204
+ /**
1205
+ * @public
1206
+ */
993
1207
  export interface DescribeEmailMonitoringConfigurationRequest {
994
1208
  /**
995
1209
  * <p>The ID of the organization for which the email monitoring configuration is described.</p>
996
1210
  */
997
1211
  OrganizationId: string | undefined;
998
1212
  }
1213
+ /**
1214
+ * @public
1215
+ */
999
1216
  export interface DescribeEmailMonitoringConfigurationResponse {
1000
1217
  /**
1001
1218
  * <p>The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.</p>
@@ -1006,6 +1223,9 @@ export interface DescribeEmailMonitoringConfigurationResponse {
1006
1223
  */
1007
1224
  LogGroupArn?: string;
1008
1225
  }
1226
+ /**
1227
+ * @public
1228
+ */
1009
1229
  export interface DescribeGroupRequest {
1010
1230
  /**
1011
1231
  * <p>The identifier for the organization under which the group exists.</p>
@@ -1016,11 +1236,17 @@ export interface DescribeGroupRequest {
1016
1236
  */
1017
1237
  GroupId: string | undefined;
1018
1238
  }
1239
+ /**
1240
+ * @public
1241
+ */
1019
1242
  export declare enum EntityState {
1020
1243
  DELETED = "DELETED",
1021
1244
  DISABLED = "DISABLED",
1022
1245
  ENABLED = "ENABLED"
1023
1246
  }
1247
+ /**
1248
+ * @public
1249
+ */
1024
1250
  export interface DescribeGroupResponse {
1025
1251
  /**
1026
1252
  * <p>The identifier of the described group.</p>
@@ -1050,18 +1276,27 @@ export interface DescribeGroupResponse {
1050
1276
  */
1051
1277
  DisabledDate?: Date;
1052
1278
  }
1279
+ /**
1280
+ * @public
1281
+ */
1053
1282
  export interface DescribeInboundDmarcSettingsRequest {
1054
1283
  /**
1055
1284
  * <p>Lists the ID of the given organization.</p>
1056
1285
  */
1057
1286
  OrganizationId: string | undefined;
1058
1287
  }
1288
+ /**
1289
+ * @public
1290
+ */
1059
1291
  export interface DescribeInboundDmarcSettingsResponse {
1060
1292
  /**
1061
1293
  * <p>Lists the enforcement setting of the applied policy.</p>
1062
1294
  */
1063
1295
  Enforced?: boolean;
1064
1296
  }
1297
+ /**
1298
+ * @public
1299
+ */
1065
1300
  export interface DescribeMailboxExportJobRequest {
1066
1301
  /**
1067
1302
  * <p>The mailbox export job ID.</p>
@@ -1072,12 +1307,18 @@ export interface DescribeMailboxExportJobRequest {
1072
1307
  */
1073
1308
  OrganizationId: string | undefined;
1074
1309
  }
1310
+ /**
1311
+ * @public
1312
+ */
1075
1313
  export declare enum MailboxExportJobState {
1076
1314
  CANCELLED = "CANCELLED",
1077
1315
  COMPLETED = "COMPLETED",
1078
1316
  FAILED = "FAILED",
1079
1317
  RUNNING = "RUNNING"
1080
1318
  }
1319
+ /**
1320
+ * @public
1321
+ */
1081
1322
  export interface DescribeMailboxExportJobResponse {
1082
1323
  /**
1083
1324
  * <p>The identifier of the user or resource associated with the mailbox.</p>
@@ -1131,12 +1372,18 @@ export interface DescribeMailboxExportJobResponse {
1131
1372
  */
1132
1373
  EndTime?: Date;
1133
1374
  }
1375
+ /**
1376
+ * @public
1377
+ */
1134
1378
  export interface DescribeOrganizationRequest {
1135
1379
  /**
1136
1380
  * <p>The identifier for the organization to be described.</p>
1137
1381
  */
1138
1382
  OrganizationId: string | undefined;
1139
1383
  }
1384
+ /**
1385
+ * @public
1386
+ */
1140
1387
  export interface DescribeOrganizationResponse {
1141
1388
  /**
1142
1389
  * <p>The identifier of an organization.</p>
@@ -1177,6 +1424,9 @@ export interface DescribeOrganizationResponse {
1177
1424
  */
1178
1425
  ARN?: string;
1179
1426
  }
1427
+ /**
1428
+ * @public
1429
+ */
1180
1430
  export interface DescribeResourceRequest {
1181
1431
  /**
1182
1432
  * <p>The identifier associated with the organization for which the resource is
@@ -1188,6 +1438,9 @@ export interface DescribeResourceRequest {
1188
1438
  */
1189
1439
  ResourceId: string | undefined;
1190
1440
  }
1441
+ /**
1442
+ * @public
1443
+ */
1191
1444
  export interface DescribeResourceResponse {
1192
1445
  /**
1193
1446
  * <p>The identifier of the described resource.</p>
@@ -1225,6 +1478,9 @@ export interface DescribeResourceResponse {
1225
1478
  */
1226
1479
  DisabledDate?: Date;
1227
1480
  }
1481
+ /**
1482
+ * @public
1483
+ */
1228
1484
  export interface DescribeUserRequest {
1229
1485
  /**
1230
1486
  * <p>The identifier for the organization under which the user exists.</p>
@@ -1235,11 +1491,17 @@ export interface DescribeUserRequest {
1235
1491
  */
1236
1492
  UserId: string | undefined;
1237
1493
  }
1494
+ /**
1495
+ * @public
1496
+ */
1238
1497
  export declare enum UserRole {
1239
1498
  RESOURCE = "RESOURCE",
1240
1499
  SYSTEM_USER = "SYSTEM_USER",
1241
1500
  USER = "USER"
1242
1501
  }
1502
+ /**
1503
+ * @public
1504
+ */
1243
1505
  export interface DescribeUserResponse {
1244
1506
  /**
1245
1507
  * <p>The identifier for the described user.</p>
@@ -1281,6 +1543,9 @@ export interface DescribeUserResponse {
1281
1543
  */
1282
1544
  DisabledDate?: Date;
1283
1545
  }
1546
+ /**
1547
+ * @public
1548
+ */
1284
1549
  export interface DisassociateDelegateFromResourceRequest {
1285
1550
  /**
1286
1551
  * <p>The identifier for the organization under which the resource exists.</p>
@@ -1297,8 +1562,14 @@ export interface DisassociateDelegateFromResourceRequest {
1297
1562
  */
1298
1563
  EntityId: string | undefined;
1299
1564
  }
1565
+ /**
1566
+ * @public
1567
+ */
1300
1568
  export interface DisassociateDelegateFromResourceResponse {
1301
1569
  }
1570
+ /**
1571
+ * @public
1572
+ */
1302
1573
  export interface DisassociateMemberFromGroupRequest {
1303
1574
  /**
1304
1575
  * <p>The identifier for the organization under which the group exists.</p>
@@ -1313,9 +1584,13 @@ export interface DisassociateMemberFromGroupRequest {
1313
1584
  */
1314
1585
  MemberId: string | undefined;
1315
1586
  }
1587
+ /**
1588
+ * @public
1589
+ */
1316
1590
  export interface DisassociateMemberFromGroupResponse {
1317
1591
  }
1318
1592
  /**
1593
+ * @public
1319
1594
  * <p>A DNS record uploaded to your DNS provider.</p>
1320
1595
  */
1321
1596
  export interface DnsRecord {
@@ -1332,12 +1607,16 @@ export interface DnsRecord {
1332
1607
  */
1333
1608
  Value?: string;
1334
1609
  }
1610
+ /**
1611
+ * @public
1612
+ */
1335
1613
  export declare enum DnsRecordVerificationStatus {
1336
1614
  FAILED = "FAILED",
1337
1615
  PENDING = "PENDING",
1338
1616
  VERIFIED = "VERIFIED"
1339
1617
  }
1340
1618
  /**
1619
+ * @public
1341
1620
  * <p>The user, group, or resource that you're trying to register is already
1342
1621
  * registered.</p>
1343
1622
  */
@@ -1350,11 +1629,17 @@ export declare class EntityAlreadyRegisteredException extends __BaseException {
1350
1629
  */
1351
1630
  constructor(opts: __ExceptionOptionType<EntityAlreadyRegisteredException, __BaseException>);
1352
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1353
1635
  export declare enum RetentionAction {
1354
1636
  DELETE = "DELETE",
1355
1637
  NONE = "NONE",
1356
1638
  PERMANENTLY_DELETE = "PERMANENTLY_DELETE"
1357
1639
  }
1640
+ /**
1641
+ * @public
1642
+ */
1358
1643
  export declare enum FolderName {
1359
1644
  DELETED_ITEMS = "DELETED_ITEMS",
1360
1645
  DRAFTS = "DRAFTS",
@@ -1363,6 +1648,7 @@ export declare enum FolderName {
1363
1648
  SENT_ITEMS = "SENT_ITEMS"
1364
1649
  }
1365
1650
  /**
1651
+ * @public
1366
1652
  * <p>The configuration applied to an organization's folders by its retention
1367
1653
  * policy.</p>
1368
1654
  */
@@ -1381,6 +1667,9 @@ export interface FolderConfiguration {
1381
1667
  */
1382
1668
  Period?: number;
1383
1669
  }
1670
+ /**
1671
+ * @public
1672
+ */
1384
1673
  export interface GetAccessControlEffectRequest {
1385
1674
  /**
1386
1675
  * <p>The identifier for the organization.</p>
@@ -1405,6 +1694,9 @@ export interface GetAccessControlEffectRequest {
1405
1694
  */
1406
1695
  ImpersonationRoleId?: string;
1407
1696
  }
1697
+ /**
1698
+ * @public
1699
+ */
1408
1700
  export interface GetAccessControlEffectResponse {
1409
1701
  /**
1410
1702
  * <p>The rule effect.</p>
@@ -1415,12 +1707,18 @@ export interface GetAccessControlEffectResponse {
1415
1707
  */
1416
1708
  MatchedRules?: string[];
1417
1709
  }
1710
+ /**
1711
+ * @public
1712
+ */
1418
1713
  export interface GetDefaultRetentionPolicyRequest {
1419
1714
  /**
1420
1715
  * <p>The organization ID.</p>
1421
1716
  */
1422
1717
  OrganizationId: string | undefined;
1423
1718
  }
1719
+ /**
1720
+ * @public
1721
+ */
1424
1722
  export interface GetDefaultRetentionPolicyResponse {
1425
1723
  /**
1426
1724
  * <p>The retention policy ID.</p>
@@ -1439,6 +1737,9 @@ export interface GetDefaultRetentionPolicyResponse {
1439
1737
  */
1440
1738
  FolderConfigurations?: FolderConfiguration[];
1441
1739
  }
1740
+ /**
1741
+ * @public
1742
+ */
1442
1743
  export interface GetImpersonationRoleRequest {
1443
1744
  /**
1444
1745
  * <p>The WorkMail organization from which to retrieve the impersonation role.</p>
@@ -1449,6 +1750,9 @@ export interface GetImpersonationRoleRequest {
1449
1750
  */
1450
1751
  ImpersonationRoleId: string | undefined;
1451
1752
  }
1753
+ /**
1754
+ * @public
1755
+ */
1452
1756
  export interface GetImpersonationRoleResponse {
1453
1757
  /**
1454
1758
  * <p>The impersonation role ID.</p>
@@ -1479,6 +1783,9 @@ export interface GetImpersonationRoleResponse {
1479
1783
  */
1480
1784
  DateModified?: Date;
1481
1785
  }
1786
+ /**
1787
+ * @public
1788
+ */
1482
1789
  export interface GetImpersonationRoleEffectRequest {
1483
1790
  /**
1484
1791
  * <p>The WorkMail organization where the impersonation role is defined.</p>
@@ -1509,6 +1816,7 @@ export interface GetImpersonationRoleEffectRequest {
1509
1816
  TargetUser: string | undefined;
1510
1817
  }
1511
1818
  /**
1819
+ * @public
1512
1820
  * <p>The impersonation rule that matched the input.</p>
1513
1821
  */
1514
1822
  export interface ImpersonationMatchedRule {
@@ -1521,6 +1829,9 @@ export interface ImpersonationMatchedRule {
1521
1829
  */
1522
1830
  Name?: string;
1523
1831
  }
1832
+ /**
1833
+ * @public
1834
+ */
1524
1835
  export interface GetImpersonationRoleEffectResponse {
1525
1836
  /**
1526
1837
  * <p>The impersonation role type.</p>
@@ -1537,6 +1848,9 @@ export interface GetImpersonationRoleEffectResponse {
1537
1848
  */
1538
1849
  MatchedRules?: ImpersonationMatchedRule[];
1539
1850
  }
1851
+ /**
1852
+ * @public
1853
+ */
1540
1854
  export interface GetMailboxDetailsRequest {
1541
1855
  /**
1542
1856
  * <p>The identifier for the organization that contains the user whose mailbox details are
@@ -1548,6 +1862,9 @@ export interface GetMailboxDetailsRequest {
1548
1862
  */
1549
1863
  UserId: string | undefined;
1550
1864
  }
1865
+ /**
1866
+ * @public
1867
+ */
1551
1868
  export interface GetMailboxDetailsResponse {
1552
1869
  /**
1553
1870
  * <p>The maximum allowed mailbox size, in MB, for the specified user.</p>
@@ -1558,6 +1875,9 @@ export interface GetMailboxDetailsResponse {
1558
1875
  */
1559
1876
  MailboxSize?: number;
1560
1877
  }
1878
+ /**
1879
+ * @public
1880
+ */
1561
1881
  export interface GetMailDomainRequest {
1562
1882
  /**
1563
1883
  * <p>The WorkMail organization for which the domain is retrieved.</p>
@@ -1568,6 +1888,9 @@ export interface GetMailDomainRequest {
1568
1888
  */
1569
1889
  DomainName: string | undefined;
1570
1890
  }
1891
+ /**
1892
+ * @public
1893
+ */
1571
1894
  export interface GetMailDomainResponse {
1572
1895
  /**
1573
1896
  * <p>A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming
@@ -1591,6 +1914,9 @@ export interface GetMailDomainResponse {
1591
1914
  */
1592
1915
  DkimVerificationStatus?: DnsRecordVerificationStatus | string;
1593
1916
  }
1917
+ /**
1918
+ * @public
1919
+ */
1594
1920
  export interface GetMobileDeviceAccessEffectRequest {
1595
1921
  /**
1596
1922
  * <p>The WorkMail organization to simulate the access effect for.</p>
@@ -1614,6 +1940,7 @@ export interface GetMobileDeviceAccessEffectRequest {
1614
1940
  DeviceUserAgent?: string;
1615
1941
  }
1616
1942
  /**
1943
+ * @public
1617
1944
  * <p>The rule that a simulated user matches.</p>
1618
1945
  */
1619
1946
  export interface MobileDeviceAccessMatchedRule {
@@ -1626,6 +1953,9 @@ export interface MobileDeviceAccessMatchedRule {
1626
1953
  */
1627
1954
  Name?: string;
1628
1955
  }
1956
+ /**
1957
+ * @public
1958
+ */
1629
1959
  export interface GetMobileDeviceAccessEffectResponse {
1630
1960
  /**
1631
1961
  * <p>The effect of the simulated access, <code>ALLOW</code> or <code>DENY</code>, after evaluating mobile device access rules in the WorkMail organization for the simulated
@@ -1637,6 +1967,9 @@ export interface GetMobileDeviceAccessEffectResponse {
1637
1967
  */
1638
1968
  MatchedRules?: MobileDeviceAccessMatchedRule[];
1639
1969
  }
1970
+ /**
1971
+ * @public
1972
+ */
1640
1973
  export interface GetMobileDeviceAccessOverrideRequest {
1641
1974
  /**
1642
1975
  * <p>The WorkMail organization to which you want to apply the override.</p>
@@ -1665,6 +1998,9 @@ export interface GetMobileDeviceAccessOverrideRequest {
1665
1998
  */
1666
1999
  DeviceId: string | undefined;
1667
2000
  }
2001
+ /**
2002
+ * @public
2003
+ */
1668
2004
  export interface GetMobileDeviceAccessOverrideResponse {
1669
2005
  /**
1670
2006
  * <p>The WorkMail user to which the access override applies.</p>
@@ -1692,6 +2028,7 @@ export interface GetMobileDeviceAccessOverrideResponse {
1692
2028
  DateModified?: Date;
1693
2029
  }
1694
2030
  /**
2031
+ * @public
1695
2032
  * <p>The representation of an WorkMail group.</p>
1696
2033
  */
1697
2034
  export interface Group {
@@ -1721,6 +2058,7 @@ export interface Group {
1721
2058
  DisabledDate?: Date;
1722
2059
  }
1723
2060
  /**
2061
+ * @public
1724
2062
  * <p>An impersonation role for the given WorkMail organization.</p>
1725
2063
  */
1726
2064
  export interface ImpersonationRole {
@@ -1746,6 +2084,7 @@ export interface ImpersonationRole {
1746
2084
  DateModified?: Date;
1747
2085
  }
1748
2086
  /**
2087
+ * @public
1749
2088
  * <p>The configuration for a resource isn't valid. A resource must either be able to
1750
2089
  * auto-respond to requests or have at least one delegate associated that can do so on its
1751
2090
  * behalf.</p>
@@ -1760,6 +2099,7 @@ export declare class InvalidConfigurationException extends __BaseException {
1760
2099
  constructor(opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>);
1761
2100
  }
1762
2101
  /**
2102
+ * @public
1763
2103
  * <p>The details of a mailbox export job, including the user or resource ID associated
1764
2104
  * with the mailbox and the S3 bucket that the mailbox contents are exported to.</p>
1765
2105
  */
@@ -1801,18 +2141,27 @@ export interface MailboxExportJob {
1801
2141
  */
1802
2142
  EndTime?: Date;
1803
2143
  }
2144
+ /**
2145
+ * @public
2146
+ */
1804
2147
  export interface ListAccessControlRulesRequest {
1805
2148
  /**
1806
2149
  * <p>The identifier for the organization.</p>
1807
2150
  */
1808
2151
  OrganizationId: string | undefined;
1809
2152
  }
2153
+ /**
2154
+ * @public
2155
+ */
1810
2156
  export interface ListAccessControlRulesResponse {
1811
2157
  /**
1812
2158
  * <p>The access control rules.</p>
1813
2159
  */
1814
2160
  Rules?: AccessControlRule[];
1815
2161
  }
2162
+ /**
2163
+ * @public
2164
+ */
1816
2165
  export interface ListAliasesRequest {
1817
2166
  /**
1818
2167
  * <p>The identifier for the organization under which the entity exists.</p>
@@ -1832,6 +2181,9 @@ export interface ListAliasesRequest {
1832
2181
  */
1833
2182
  MaxResults?: number;
1834
2183
  }
2184
+ /**
2185
+ * @public
2186
+ */
1835
2187
  export interface ListAliasesResponse {
1836
2188
  /**
1837
2189
  * <p>The entity's paginated aliases.</p>
@@ -1843,6 +2195,9 @@ export interface ListAliasesResponse {
1843
2195
  */
1844
2196
  NextToken?: string;
1845
2197
  }
2198
+ /**
2199
+ * @public
2200
+ */
1846
2201
  export interface ListAvailabilityConfigurationsRequest {
1847
2202
  /**
1848
2203
  * <p>The WorkMail organization for which the <code>AvailabilityConfiguration</code>'s will be
@@ -1858,6 +2213,9 @@ export interface ListAvailabilityConfigurationsRequest {
1858
2213
  */
1859
2214
  NextToken?: string;
1860
2215
  }
2216
+ /**
2217
+ * @public
2218
+ */
1861
2219
  export interface ListAvailabilityConfigurationsResponse {
1862
2220
  /**
1863
2221
  * <p>The list of <code>AvailabilityConfiguration</code>'s that exist for the specified WorkMail organization.</p>
@@ -1868,6 +2226,9 @@ export interface ListAvailabilityConfigurationsResponse {
1868
2226
  */
1869
2227
  NextToken?: string;
1870
2228
  }
2229
+ /**
2230
+ * @public
2231
+ */
1871
2232
  export interface ListGroupMembersRequest {
1872
2233
  /**
1873
2234
  * <p>The identifier for the organization under which the group exists.</p>
@@ -1889,6 +2250,7 @@ export interface ListGroupMembersRequest {
1889
2250
  MaxResults?: number;
1890
2251
  }
1891
2252
  /**
2253
+ * @public
1892
2254
  * <p>The representation of a user or group.</p>
1893
2255
  */
1894
2256
  export interface Member {
@@ -1917,6 +2279,9 @@ export interface Member {
1917
2279
  */
1918
2280
  DisabledDate?: Date;
1919
2281
  }
2282
+ /**
2283
+ * @public
2284
+ */
1920
2285
  export interface ListGroupMembersResponse {
1921
2286
  /**
1922
2287
  * <p>The members associated to the group.</p>
@@ -1928,6 +2293,9 @@ export interface ListGroupMembersResponse {
1928
2293
  */
1929
2294
  NextToken?: string;
1930
2295
  }
2296
+ /**
2297
+ * @public
2298
+ */
1931
2299
  export interface ListGroupsRequest {
1932
2300
  /**
1933
2301
  * <p>The identifier for the organization under which the groups exist.</p>
@@ -1943,6 +2311,9 @@ export interface ListGroupsRequest {
1943
2311
  */
1944
2312
  MaxResults?: number;
1945
2313
  }
2314
+ /**
2315
+ * @public
2316
+ */
1946
2317
  export interface ListGroupsResponse {
1947
2318
  /**
1948
2319
  * <p>The overview of groups for an organization.</p>
@@ -1954,6 +2325,9 @@ export interface ListGroupsResponse {
1954
2325
  */
1955
2326
  NextToken?: string;
1956
2327
  }
2328
+ /**
2329
+ * @public
2330
+ */
1957
2331
  export interface ListImpersonationRolesRequest {
1958
2332
  /**
1959
2333
  * <p>The WorkMail organization to which the listed impersonation roles belong.</p>
@@ -1969,6 +2343,9 @@ export interface ListImpersonationRolesRequest {
1969
2343
  */
1970
2344
  MaxResults?: number;
1971
2345
  }
2346
+ /**
2347
+ * @public
2348
+ */
1972
2349
  export interface ListImpersonationRolesResponse {
1973
2350
  /**
1974
2351
  * <p>The list of impersonation roles under the given WorkMail organization.</p>
@@ -1980,6 +2357,9 @@ export interface ListImpersonationRolesResponse {
1980
2357
  */
1981
2358
  NextToken?: string;
1982
2359
  }
2360
+ /**
2361
+ * @public
2362
+ */
1983
2363
  export interface ListMailboxExportJobsRequest {
1984
2364
  /**
1985
2365
  * <p>The organization ID.</p>
@@ -1994,6 +2374,9 @@ export interface ListMailboxExportJobsRequest {
1994
2374
  */
1995
2375
  MaxResults?: number;
1996
2376
  }
2377
+ /**
2378
+ * @public
2379
+ */
1997
2380
  export interface ListMailboxExportJobsResponse {
1998
2381
  /**
1999
2382
  * <p>The mailbox export job details.</p>
@@ -2004,6 +2387,9 @@ export interface ListMailboxExportJobsResponse {
2004
2387
  */
2005
2388
  NextToken?: string;
2006
2389
  }
2390
+ /**
2391
+ * @public
2392
+ */
2007
2393
  export interface ListMailboxPermissionsRequest {
2008
2394
  /**
2009
2395
  * <p>The identifier of the organization under which the user, group, or resource
@@ -2025,12 +2411,16 @@ export interface ListMailboxPermissionsRequest {
2025
2411
  */
2026
2412
  MaxResults?: number;
2027
2413
  }
2414
+ /**
2415
+ * @public
2416
+ */
2028
2417
  export declare enum PermissionType {
2029
2418
  FULL_ACCESS = "FULL_ACCESS",
2030
2419
  SEND_AS = "SEND_AS",
2031
2420
  SEND_ON_BEHALF = "SEND_ON_BEHALF"
2032
2421
  }
2033
2422
  /**
2423
+ * @public
2034
2424
  * <p>Permission granted to a user, group, or resource to access a certain aspect of
2035
2425
  * another user, group, or resource mailbox.</p>
2036
2426
  */
@@ -2054,6 +2444,9 @@ export interface Permission {
2054
2444
  */
2055
2445
  PermissionValues: (PermissionType | string)[] | undefined;
2056
2446
  }
2447
+ /**
2448
+ * @public
2449
+ */
2057
2450
  export interface ListMailboxPermissionsResponse {
2058
2451
  /**
2059
2452
  * <p>One page of the user, group, or resource mailbox permissions.</p>
@@ -2065,6 +2458,9 @@ export interface ListMailboxPermissionsResponse {
2065
2458
  */
2066
2459
  NextToken?: string;
2067
2460
  }
2461
+ /**
2462
+ * @public
2463
+ */
2068
2464
  export interface ListMailDomainsRequest {
2069
2465
  /**
2070
2466
  * <p>The WorkMail organization for which to list domains.</p>
@@ -2080,6 +2476,7 @@ export interface ListMailDomainsRequest {
2080
2476
  NextToken?: string;
2081
2477
  }
2082
2478
  /**
2479
+ * @public
2083
2480
  * <p>The data for a given domain.</p>
2084
2481
  */
2085
2482
  export interface MailDomainSummary {
@@ -2092,6 +2489,9 @@ export interface MailDomainSummary {
2092
2489
  */
2093
2490
  DefaultDomain?: boolean;
2094
2491
  }
2492
+ /**
2493
+ * @public
2494
+ */
2095
2495
  export interface ListMailDomainsResponse {
2096
2496
  /**
2097
2497
  * <p>The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.</p>
@@ -2102,6 +2502,9 @@ export interface ListMailDomainsResponse {
2102
2502
  */
2103
2503
  NextToken?: string;
2104
2504
  }
2505
+ /**
2506
+ * @public
2507
+ */
2105
2508
  export interface ListMobileDeviceAccessOverridesRequest {
2106
2509
  /**
2107
2510
  * <p>The WorkMail organization under which to list mobile device access overrides.</p>
@@ -2139,6 +2542,7 @@ export interface ListMobileDeviceAccessOverridesRequest {
2139
2542
  MaxResults?: number;
2140
2543
  }
2141
2544
  /**
2545
+ * @public
2142
2546
  * <p>The override object.</p>
2143
2547
  */
2144
2548
  export interface MobileDeviceAccessOverride {
@@ -2167,6 +2571,9 @@ export interface MobileDeviceAccessOverride {
2167
2571
  */
2168
2572
  DateModified?: Date;
2169
2573
  }
2574
+ /**
2575
+ * @public
2576
+ */
2170
2577
  export interface ListMobileDeviceAccessOverridesResponse {
2171
2578
  /**
2172
2579
  * <p>The list of mobile device access overrides that exist for the specified WorkMail organization and user.</p>
@@ -2177,6 +2584,9 @@ export interface ListMobileDeviceAccessOverridesResponse {
2177
2584
  */
2178
2585
  NextToken?: string;
2179
2586
  }
2587
+ /**
2588
+ * @public
2589
+ */
2180
2590
  export interface ListMobileDeviceAccessRulesRequest {
2181
2591
  /**
2182
2592
  * <p>The WorkMail organization for which to list the rules.</p>
@@ -2184,6 +2594,7 @@ export interface ListMobileDeviceAccessRulesRequest {
2184
2594
  OrganizationId: string | undefined;
2185
2595
  }
2186
2596
  /**
2597
+ * @public
2187
2598
  * <p>A rule that controls access to mobile devices for an WorkMail group.</p>
2188
2599
  */
2189
2600
  export interface MobileDeviceAccessRule {
@@ -2244,12 +2655,18 @@ export interface MobileDeviceAccessRule {
2244
2655
  */
2245
2656
  DateModified?: Date;
2246
2657
  }
2658
+ /**
2659
+ * @public
2660
+ */
2247
2661
  export interface ListMobileDeviceAccessRulesResponse {
2248
2662
  /**
2249
2663
  * <p>The list of mobile device access rules that exist under the specified WorkMail organization.</p>
2250
2664
  */
2251
2665
  Rules?: MobileDeviceAccessRule[];
2252
2666
  }
2667
+ /**
2668
+ * @public
2669
+ */
2253
2670
  export interface ListOrganizationsRequest {
2254
2671
  /**
2255
2672
  * <p>The token to use to retrieve the next page of results. The first call does not
@@ -2262,6 +2679,7 @@ export interface ListOrganizationsRequest {
2262
2679
  MaxResults?: number;
2263
2680
  }
2264
2681
  /**
2682
+ * @public
2265
2683
  * <p>The representation of an organization.</p>
2266
2684
  */
2267
2685
  export interface OrganizationSummary {
@@ -2288,6 +2706,9 @@ export interface OrganizationSummary {
2288
2706
  */
2289
2707
  State?: string;
2290
2708
  }
2709
+ /**
2710
+ * @public
2711
+ */
2291
2712
  export interface ListOrganizationsResponse {
2292
2713
  /**
2293
2714
  * <p>The overview of owned organizations presented as a list of organization
@@ -2300,6 +2721,9 @@ export interface ListOrganizationsResponse {
2300
2721
  */
2301
2722
  NextToken?: string;
2302
2723
  }
2724
+ /**
2725
+ * @public
2726
+ */
2303
2727
  export interface ListResourceDelegatesRequest {
2304
2728
  /**
2305
2729
  * <p>The identifier for the organization that contains the resource for which delegates
@@ -2320,6 +2744,9 @@ export interface ListResourceDelegatesRequest {
2320
2744
  */
2321
2745
  MaxResults?: number;
2322
2746
  }
2747
+ /**
2748
+ * @public
2749
+ */
2323
2750
  export interface ListResourceDelegatesResponse {
2324
2751
  /**
2325
2752
  * <p>One page of the resource's delegates.</p>
@@ -2332,6 +2759,9 @@ export interface ListResourceDelegatesResponse {
2332
2759
  */
2333
2760
  NextToken?: string;
2334
2761
  }
2762
+ /**
2763
+ * @public
2764
+ */
2335
2765
  export interface ListResourcesRequest {
2336
2766
  /**
2337
2767
  * <p>The identifier for the organization under which the resources exist.</p>
@@ -2348,6 +2778,7 @@ export interface ListResourcesRequest {
2348
2778
  MaxResults?: number;
2349
2779
  }
2350
2780
  /**
2781
+ * @public
2351
2782
  * <p>The representation of a resource.</p>
2352
2783
  */
2353
2784
  export interface Resource {
@@ -2380,6 +2811,9 @@ export interface Resource {
2380
2811
  */
2381
2812
  DisabledDate?: Date;
2382
2813
  }
2814
+ /**
2815
+ * @public
2816
+ */
2383
2817
  export interface ListResourcesResponse {
2384
2818
  /**
2385
2819
  * <p>One page of the organization's resource representation.</p>
@@ -2392,6 +2826,9 @@ export interface ListResourcesResponse {
2392
2826
  */
2393
2827
  NextToken?: string;
2394
2828
  }
2829
+ /**
2830
+ * @public
2831
+ */
2395
2832
  export interface ListTagsForResourceRequest {
2396
2833
  /**
2397
2834
  * <p>The resource ARN.</p>
@@ -2399,6 +2836,7 @@ export interface ListTagsForResourceRequest {
2399
2836
  ResourceARN: string | undefined;
2400
2837
  }
2401
2838
  /**
2839
+ * @public
2402
2840
  * <p>Describes a tag applied to a resource.</p>
2403
2841
  */
2404
2842
  export interface Tag {
@@ -2411,12 +2849,18 @@ export interface Tag {
2411
2849
  */
2412
2850
  Value: string | undefined;
2413
2851
  }
2852
+ /**
2853
+ * @public
2854
+ */
2414
2855
  export interface ListTagsForResourceResponse {
2415
2856
  /**
2416
2857
  * <p>A list of tag key-value pairs.</p>
2417
2858
  */
2418
2859
  Tags?: Tag[];
2419
2860
  }
2861
+ /**
2862
+ * @public
2863
+ */
2420
2864
  export interface ListUsersRequest {
2421
2865
  /**
2422
2866
  * <p>The identifier for the organization under which the users exist.</p>
@@ -2433,6 +2877,7 @@ export interface ListUsersRequest {
2433
2877
  MaxResults?: number;
2434
2878
  }
2435
2879
  /**
2880
+ * @public
2436
2881
  * <p>The representation of an WorkMail user.</p>
2437
2882
  */
2438
2883
  export interface User {
@@ -2469,6 +2914,9 @@ export interface User {
2469
2914
  */
2470
2915
  DisabledDate?: Date;
2471
2916
  }
2917
+ /**
2918
+ * @public
2919
+ */
2472
2920
  export interface ListUsersResponse {
2473
2921
  /**
2474
2922
  * <p>The overview of users for an organization.</p>
@@ -2480,6 +2928,9 @@ export interface ListUsersResponse {
2480
2928
  */
2481
2929
  NextToken?: string;
2482
2930
  }
2931
+ /**
2932
+ * @public
2933
+ */
2483
2934
  export interface PutAccessControlRuleRequest {
2484
2935
  /**
2485
2936
  * <p>The rule name.</p>
@@ -2534,8 +2985,14 @@ export interface PutAccessControlRuleRequest {
2534
2985
  */
2535
2986
  NotImpersonationRoleIds?: string[];
2536
2987
  }
2988
+ /**
2989
+ * @public
2990
+ */
2537
2991
  export interface PutAccessControlRuleResponse {
2538
2992
  }
2993
+ /**
2994
+ * @public
2995
+ */
2539
2996
  export interface PutEmailMonitoringConfigurationRequest {
2540
2997
  /**
2541
2998
  * <p>The ID of the organization for which the email monitoring configuration is set.</p>
@@ -2550,8 +3007,14 @@ export interface PutEmailMonitoringConfigurationRequest {
2550
3007
  */
2551
3008
  LogGroupArn: string | undefined;
2552
3009
  }
3010
+ /**
3011
+ * @public
3012
+ */
2553
3013
  export interface PutEmailMonitoringConfigurationResponse {
2554
3014
  }
3015
+ /**
3016
+ * @public
3017
+ */
2555
3018
  export interface PutInboundDmarcSettingsRequest {
2556
3019
  /**
2557
3020
  * <p>The ID of the organization that you are applying the DMARC policy to.</p>
@@ -2562,8 +3025,14 @@ export interface PutInboundDmarcSettingsRequest {
2562
3025
  */
2563
3026
  Enforced: boolean | undefined;
2564
3027
  }
3028
+ /**
3029
+ * @public
3030
+ */
2565
3031
  export interface PutInboundDmarcSettingsResponse {
2566
3032
  }
3033
+ /**
3034
+ * @public
3035
+ */
2567
3036
  export interface PutMailboxPermissionsRequest {
2568
3037
  /**
2569
3038
  * <p>The identifier of the organization under which the user, group, or resource
@@ -2590,8 +3059,14 @@ export interface PutMailboxPermissionsRequest {
2590
3059
  */
2591
3060
  PermissionValues: (PermissionType | string)[] | undefined;
2592
3061
  }
3062
+ /**
3063
+ * @public
3064
+ */
2593
3065
  export interface PutMailboxPermissionsResponse {
2594
3066
  }
3067
+ /**
3068
+ * @public
3069
+ */
2595
3070
  export interface PutMobileDeviceAccessOverrideRequest {
2596
3071
  /**
2597
3072
  * <p>Identifies the WorkMail organization for which you create the override.</p>
@@ -2628,8 +3103,14 @@ export interface PutMobileDeviceAccessOverrideRequest {
2628
3103
  */
2629
3104
  Description?: string;
2630
3105
  }
3106
+ /**
3107
+ * @public
3108
+ */
2631
3109
  export interface PutMobileDeviceAccessOverrideResponse {
2632
3110
  }
3111
+ /**
3112
+ * @public
3113
+ */
2633
3114
  export interface PutRetentionPolicyRequest {
2634
3115
  /**
2635
3116
  * <p>The organization ID.</p>
@@ -2652,8 +3133,14 @@ export interface PutRetentionPolicyRequest {
2652
3133
  */
2653
3134
  FolderConfigurations: FolderConfiguration[] | undefined;
2654
3135
  }
3136
+ /**
3137
+ * @public
3138
+ */
2655
3139
  export interface PutRetentionPolicyResponse {
2656
3140
  }
3141
+ /**
3142
+ * @public
3143
+ */
2657
3144
  export interface RegisterMailDomainRequest {
2658
3145
  /**
2659
3146
  * <p>Idempotency token used when retrying requests.</p>
@@ -2668,8 +3155,14 @@ export interface RegisterMailDomainRequest {
2668
3155
  */
2669
3156
  DomainName: string | undefined;
2670
3157
  }
3158
+ /**
3159
+ * @public
3160
+ */
2671
3161
  export interface RegisterMailDomainResponse {
2672
3162
  }
3163
+ /**
3164
+ * @public
3165
+ */
2673
3166
  export interface RegisterToWorkMailRequest {
2674
3167
  /**
2675
3168
  * <p>The identifier for the organization under which the user, group, or resource
@@ -2685,8 +3178,14 @@ export interface RegisterToWorkMailRequest {
2685
3178
  */
2686
3179
  Email: string | undefined;
2687
3180
  }
3181
+ /**
3182
+ * @public
3183
+ */
2688
3184
  export interface RegisterToWorkMailResponse {
2689
3185
  }
3186
+ /**
3187
+ * @public
3188
+ */
2690
3189
  export interface ResetPasswordRequest {
2691
3190
  /**
2692
3191
  * <p>The identifier of the organization that contains the user for which the password is
@@ -2702,8 +3201,14 @@ export interface ResetPasswordRequest {
2702
3201
  */
2703
3202
  Password: string | undefined;
2704
3203
  }
3204
+ /**
3205
+ * @public
3206
+ */
2705
3207
  export interface ResetPasswordResponse {
2706
3208
  }
3209
+ /**
3210
+ * @public
3211
+ */
2707
3212
  export interface StartMailboxExportJobRequest {
2708
3213
  /**
2709
3214
  * <p>The idempotency token for the client request.</p>
@@ -2740,12 +3245,18 @@ export interface StartMailboxExportJobRequest {
2740
3245
  */
2741
3246
  S3Prefix: string | undefined;
2742
3247
  }
3248
+ /**
3249
+ * @public
3250
+ */
2743
3251
  export interface StartMailboxExportJobResponse {
2744
3252
  /**
2745
3253
  * <p>The job ID.</p>
2746
3254
  */
2747
3255
  JobId?: string;
2748
3256
  }
3257
+ /**
3258
+ * @public
3259
+ */
2749
3260
  export interface TagResourceRequest {
2750
3261
  /**
2751
3262
  * <p>The resource ARN.</p>
@@ -2756,9 +3267,13 @@ export interface TagResourceRequest {
2756
3267
  */
2757
3268
  Tags: Tag[] | undefined;
2758
3269
  }
3270
+ /**
3271
+ * @public
3272
+ */
2759
3273
  export interface TagResourceResponse {
2760
3274
  }
2761
3275
  /**
3276
+ * @public
2762
3277
  * <p>The resource can have up to 50 user-applied tags.</p>
2763
3278
  */
2764
3279
  export declare class TooManyTagsException extends __BaseException {
@@ -2770,6 +3285,9 @@ export declare class TooManyTagsException extends __BaseException {
2770
3285
  */
2771
3286
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
2772
3287
  }
3288
+ /**
3289
+ * @public
3290
+ */
2773
3291
  export interface TestAvailabilityConfigurationRequest {
2774
3292
  /**
2775
3293
  * <p>The WorkMail organization where the availability provider will be tested.</p>
@@ -2788,6 +3306,9 @@ export interface TestAvailabilityConfigurationRequest {
2788
3306
  */
2789
3307
  LambdaProvider?: LambdaAvailabilityProvider;
2790
3308
  }
3309
+ /**
3310
+ * @public
3311
+ */
2791
3312
  export interface TestAvailabilityConfigurationResponse {
2792
3313
  /**
2793
3314
  * <p>Boolean indicating whether the test passed or failed.</p>
@@ -2798,6 +3319,9 @@ export interface TestAvailabilityConfigurationResponse {
2798
3319
  */
2799
3320
  FailureReason?: string;
2800
3321
  }
3322
+ /**
3323
+ * @public
3324
+ */
2801
3325
  export interface UntagResourceRequest {
2802
3326
  /**
2803
3327
  * <p>The resource ARN.</p>
@@ -2808,8 +3332,14 @@ export interface UntagResourceRequest {
2808
3332
  */
2809
3333
  TagKeys: string[] | undefined;
2810
3334
  }
3335
+ /**
3336
+ * @public
3337
+ */
2811
3338
  export interface UntagResourceResponse {
2812
3339
  }
3340
+ /**
3341
+ * @public
3342
+ */
2813
3343
  export interface UpdateAvailabilityConfigurationRequest {
2814
3344
  /**
2815
3345
  * <p>The WorkMail organization for which the <code>AvailabilityConfiguration</code> will be
@@ -2833,8 +3363,14 @@ export interface UpdateAvailabilityConfigurationRequest {
2833
3363
  */
2834
3364
  LambdaProvider?: LambdaAvailabilityProvider;
2835
3365
  }
3366
+ /**
3367
+ * @public
3368
+ */
2836
3369
  export interface UpdateAvailabilityConfigurationResponse {
2837
3370
  }
3371
+ /**
3372
+ * @public
3373
+ */
2838
3374
  export interface UpdateDefaultMailDomainRequest {
2839
3375
  /**
2840
3376
  * <p>The WorkMail organization for which to list domains.</p>
@@ -2845,8 +3381,14 @@ export interface UpdateDefaultMailDomainRequest {
2845
3381
  */
2846
3382
  DomainName: string | undefined;
2847
3383
  }
3384
+ /**
3385
+ * @public
3386
+ */
2848
3387
  export interface UpdateDefaultMailDomainResponse {
2849
3388
  }
3389
+ /**
3390
+ * @public
3391
+ */
2850
3392
  export interface UpdateImpersonationRoleRequest {
2851
3393
  /**
2852
3394
  * <p>The WorkMail organization that contains the impersonation role to update.</p>
@@ -2873,8 +3415,14 @@ export interface UpdateImpersonationRoleRequest {
2873
3415
  */
2874
3416
  Rules: ImpersonationRule[] | undefined;
2875
3417
  }
3418
+ /**
3419
+ * @public
3420
+ */
2876
3421
  export interface UpdateImpersonationRoleResponse {
2877
3422
  }
3423
+ /**
3424
+ * @public
3425
+ */
2878
3426
  export interface UpdateMailboxQuotaRequest {
2879
3427
  /**
2880
3428
  * <p>The identifier for the organization that contains the user for whom to update the
@@ -2890,8 +3438,14 @@ export interface UpdateMailboxQuotaRequest {
2890
3438
  */
2891
3439
  MailboxQuota: number | undefined;
2892
3440
  }
3441
+ /**
3442
+ * @public
3443
+ */
2893
3444
  export interface UpdateMailboxQuotaResponse {
2894
3445
  }
3446
+ /**
3447
+ * @public
3448
+ */
2895
3449
  export interface UpdateMobileDeviceAccessRuleRequest {
2896
3450
  /**
2897
3451
  * <p>The WorkMail organization under which the rule will be updated.</p>
@@ -2946,8 +3500,14 @@ export interface UpdateMobileDeviceAccessRuleRequest {
2946
3500
  */
2947
3501
  NotDeviceUserAgents?: string[];
2948
3502
  }
3503
+ /**
3504
+ * @public
3505
+ */
2949
3506
  export interface UpdateMobileDeviceAccessRuleResponse {
2950
3507
  }
3508
+ /**
3509
+ * @public
3510
+ */
2951
3511
  export interface UpdatePrimaryEmailAddressRequest {
2952
3512
  /**
2953
3513
  * <p>The organization that contains the user, group, or resource to update.</p>
@@ -2962,8 +3522,14 @@ export interface UpdatePrimaryEmailAddressRequest {
2962
3522
  */
2963
3523
  Email: string | undefined;
2964
3524
  }
3525
+ /**
3526
+ * @public
3527
+ */
2965
3528
  export interface UpdatePrimaryEmailAddressResponse {
2966
3529
  }
3530
+ /**
3531
+ * @public
3532
+ */
2967
3533
  export interface UpdateResourceRequest {
2968
3534
  /**
2969
3535
  * <p>The identifier associated with the organization for which the resource is
@@ -2983,6 +3549,9 @@ export interface UpdateResourceRequest {
2983
3549
  */
2984
3550
  BookingOptions?: BookingOptions;
2985
3551
  }
3552
+ /**
3553
+ * @public
3554
+ */
2986
3555
  export interface UpdateResourceResponse {
2987
3556
  }
2988
3557
  /**