@aws-sdk/client-workmail 3.957.0 → 3.962.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/README.md +1 -97
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1342 -1297
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1338 -1293
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,10 +44,8 @@ as well as give users the ability to grant access on a selective basis using the
|
|
|
44
44
|
model.</p>
|
|
45
45
|
|
|
46
46
|
## Installing
|
|
47
|
-
|
|
48
47
|
To install this package, simply type add or install @aws-sdk/client-workmail
|
|
49
48
|
using your favorite package manager:
|
|
50
|
-
|
|
51
49
|
- `npm install @aws-sdk/client-workmail`
|
|
52
50
|
- `yarn add @aws-sdk/client-workmail`
|
|
53
51
|
- `pnpm add @aws-sdk/client-workmail`
|
|
@@ -83,9 +81,7 @@ To send a request, you:
|
|
|
83
81
|
// a client can be shared by different commands.
|
|
84
82
|
const client = new WorkMailClient({ region: "REGION" });
|
|
85
83
|
|
|
86
|
-
const params = {
|
|
87
|
-
/** input parameters */
|
|
88
|
-
};
|
|
84
|
+
const params = { /** input parameters */ };
|
|
89
85
|
const command = new ListGroupsCommand(params);
|
|
90
86
|
```
|
|
91
87
|
|
|
@@ -244,7 +240,6 @@ AssociateDelegateToResource
|
|
|
244
240
|
</summary>
|
|
245
241
|
|
|
246
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/AssociateDelegateToResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssociateDelegateToResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssociateDelegateToResourceCommandOutput/)
|
|
247
|
-
|
|
248
243
|
</details>
|
|
249
244
|
<details>
|
|
250
245
|
<summary>
|
|
@@ -252,7 +247,6 @@ AssociateMemberToGroup
|
|
|
252
247
|
</summary>
|
|
253
248
|
|
|
254
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/AssociateMemberToGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssociateMemberToGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssociateMemberToGroupCommandOutput/)
|
|
255
|
-
|
|
256
250
|
</details>
|
|
257
251
|
<details>
|
|
258
252
|
<summary>
|
|
@@ -260,7 +254,6 @@ AssumeImpersonationRole
|
|
|
260
254
|
</summary>
|
|
261
255
|
|
|
262
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/AssumeImpersonationRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssumeImpersonationRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/AssumeImpersonationRoleCommandOutput/)
|
|
263
|
-
|
|
264
257
|
</details>
|
|
265
258
|
<details>
|
|
266
259
|
<summary>
|
|
@@ -268,7 +261,6 @@ CancelMailboxExportJob
|
|
|
268
261
|
</summary>
|
|
269
262
|
|
|
270
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CancelMailboxExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CancelMailboxExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CancelMailboxExportJobCommandOutput/)
|
|
271
|
-
|
|
272
264
|
</details>
|
|
273
265
|
<details>
|
|
274
266
|
<summary>
|
|
@@ -276,7 +268,6 @@ CreateAlias
|
|
|
276
268
|
</summary>
|
|
277
269
|
|
|
278
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateAliasCommandOutput/)
|
|
279
|
-
|
|
280
271
|
</details>
|
|
281
272
|
<details>
|
|
282
273
|
<summary>
|
|
@@ -284,7 +275,6 @@ CreateAvailabilityConfiguration
|
|
|
284
275
|
</summary>
|
|
285
276
|
|
|
286
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateAvailabilityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateAvailabilityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateAvailabilityConfigurationCommandOutput/)
|
|
287
|
-
|
|
288
278
|
</details>
|
|
289
279
|
<details>
|
|
290
280
|
<summary>
|
|
@@ -292,7 +282,6 @@ CreateGroup
|
|
|
292
282
|
</summary>
|
|
293
283
|
|
|
294
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateGroupCommandOutput/)
|
|
295
|
-
|
|
296
285
|
</details>
|
|
297
286
|
<details>
|
|
298
287
|
<summary>
|
|
@@ -300,7 +289,6 @@ CreateIdentityCenterApplication
|
|
|
300
289
|
</summary>
|
|
301
290
|
|
|
302
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateIdentityCenterApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateIdentityCenterApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateIdentityCenterApplicationCommandOutput/)
|
|
303
|
-
|
|
304
292
|
</details>
|
|
305
293
|
<details>
|
|
306
294
|
<summary>
|
|
@@ -308,7 +296,6 @@ CreateImpersonationRole
|
|
|
308
296
|
</summary>
|
|
309
297
|
|
|
310
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateImpersonationRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateImpersonationRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateImpersonationRoleCommandOutput/)
|
|
311
|
-
|
|
312
299
|
</details>
|
|
313
300
|
<details>
|
|
314
301
|
<summary>
|
|
@@ -316,7 +303,6 @@ CreateMobileDeviceAccessRule
|
|
|
316
303
|
</summary>
|
|
317
304
|
|
|
318
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateMobileDeviceAccessRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateMobileDeviceAccessRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateMobileDeviceAccessRuleCommandOutput/)
|
|
319
|
-
|
|
320
306
|
</details>
|
|
321
307
|
<details>
|
|
322
308
|
<summary>
|
|
@@ -324,7 +310,6 @@ CreateOrganization
|
|
|
324
310
|
</summary>
|
|
325
311
|
|
|
326
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateOrganizationCommandOutput/)
|
|
327
|
-
|
|
328
313
|
</details>
|
|
329
314
|
<details>
|
|
330
315
|
<summary>
|
|
@@ -332,7 +317,6 @@ CreateResource
|
|
|
332
317
|
</summary>
|
|
333
318
|
|
|
334
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateResourceCommandOutput/)
|
|
335
|
-
|
|
336
320
|
</details>
|
|
337
321
|
<details>
|
|
338
322
|
<summary>
|
|
@@ -340,7 +324,6 @@ CreateUser
|
|
|
340
324
|
</summary>
|
|
341
325
|
|
|
342
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/CreateUserCommandOutput/)
|
|
343
|
-
|
|
344
327
|
</details>
|
|
345
328
|
<details>
|
|
346
329
|
<summary>
|
|
@@ -348,7 +331,6 @@ DeleteAccessControlRule
|
|
|
348
331
|
</summary>
|
|
349
332
|
|
|
350
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteAccessControlRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAccessControlRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAccessControlRuleCommandOutput/)
|
|
351
|
-
|
|
352
334
|
</details>
|
|
353
335
|
<details>
|
|
354
336
|
<summary>
|
|
@@ -356,7 +338,6 @@ DeleteAlias
|
|
|
356
338
|
</summary>
|
|
357
339
|
|
|
358
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAliasCommandOutput/)
|
|
359
|
-
|
|
360
341
|
</details>
|
|
361
342
|
<details>
|
|
362
343
|
<summary>
|
|
@@ -364,7 +345,6 @@ DeleteAvailabilityConfiguration
|
|
|
364
345
|
</summary>
|
|
365
346
|
|
|
366
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteAvailabilityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAvailabilityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteAvailabilityConfigurationCommandOutput/)
|
|
367
|
-
|
|
368
348
|
</details>
|
|
369
349
|
<details>
|
|
370
350
|
<summary>
|
|
@@ -372,7 +352,6 @@ DeleteEmailMonitoringConfiguration
|
|
|
372
352
|
</summary>
|
|
373
353
|
|
|
374
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteEmailMonitoringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteEmailMonitoringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteEmailMonitoringConfigurationCommandOutput/)
|
|
375
|
-
|
|
376
355
|
</details>
|
|
377
356
|
<details>
|
|
378
357
|
<summary>
|
|
@@ -380,7 +359,6 @@ DeleteGroup
|
|
|
380
359
|
</summary>
|
|
381
360
|
|
|
382
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteGroupCommandOutput/)
|
|
383
|
-
|
|
384
362
|
</details>
|
|
385
363
|
<details>
|
|
386
364
|
<summary>
|
|
@@ -388,7 +366,6 @@ DeleteIdentityCenterApplication
|
|
|
388
366
|
</summary>
|
|
389
367
|
|
|
390
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteIdentityCenterApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteIdentityCenterApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteIdentityCenterApplicationCommandOutput/)
|
|
391
|
-
|
|
392
369
|
</details>
|
|
393
370
|
<details>
|
|
394
371
|
<summary>
|
|
@@ -396,7 +373,6 @@ DeleteIdentityProviderConfiguration
|
|
|
396
373
|
</summary>
|
|
397
374
|
|
|
398
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteIdentityProviderConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteIdentityProviderConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteIdentityProviderConfigurationCommandOutput/)
|
|
399
|
-
|
|
400
376
|
</details>
|
|
401
377
|
<details>
|
|
402
378
|
<summary>
|
|
@@ -404,7 +380,6 @@ DeleteImpersonationRole
|
|
|
404
380
|
</summary>
|
|
405
381
|
|
|
406
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteImpersonationRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteImpersonationRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteImpersonationRoleCommandOutput/)
|
|
407
|
-
|
|
408
383
|
</details>
|
|
409
384
|
<details>
|
|
410
385
|
<summary>
|
|
@@ -412,7 +387,6 @@ DeleteMailboxPermissions
|
|
|
412
387
|
</summary>
|
|
413
388
|
|
|
414
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteMailboxPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMailboxPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMailboxPermissionsCommandOutput/)
|
|
415
|
-
|
|
416
390
|
</details>
|
|
417
391
|
<details>
|
|
418
392
|
<summary>
|
|
@@ -420,7 +394,6 @@ DeleteMobileDeviceAccessOverride
|
|
|
420
394
|
</summary>
|
|
421
395
|
|
|
422
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteMobileDeviceAccessOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMobileDeviceAccessOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMobileDeviceAccessOverrideCommandOutput/)
|
|
423
|
-
|
|
424
397
|
</details>
|
|
425
398
|
<details>
|
|
426
399
|
<summary>
|
|
@@ -428,7 +401,6 @@ DeleteMobileDeviceAccessRule
|
|
|
428
401
|
</summary>
|
|
429
402
|
|
|
430
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteMobileDeviceAccessRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMobileDeviceAccessRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteMobileDeviceAccessRuleCommandOutput/)
|
|
431
|
-
|
|
432
404
|
</details>
|
|
433
405
|
<details>
|
|
434
406
|
<summary>
|
|
@@ -436,7 +408,6 @@ DeleteOrganization
|
|
|
436
408
|
</summary>
|
|
437
409
|
|
|
438
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteOrganizationCommandOutput/)
|
|
439
|
-
|
|
440
411
|
</details>
|
|
441
412
|
<details>
|
|
442
413
|
<summary>
|
|
@@ -444,7 +415,6 @@ DeletePersonalAccessToken
|
|
|
444
415
|
</summary>
|
|
445
416
|
|
|
446
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeletePersonalAccessTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeletePersonalAccessTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeletePersonalAccessTokenCommandOutput/)
|
|
447
|
-
|
|
448
418
|
</details>
|
|
449
419
|
<details>
|
|
450
420
|
<summary>
|
|
@@ -452,7 +422,6 @@ DeleteResource
|
|
|
452
422
|
</summary>
|
|
453
423
|
|
|
454
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteResourceCommandOutput/)
|
|
455
|
-
|
|
456
425
|
</details>
|
|
457
426
|
<details>
|
|
458
427
|
<summary>
|
|
@@ -460,7 +429,6 @@ DeleteRetentionPolicy
|
|
|
460
429
|
</summary>
|
|
461
430
|
|
|
462
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteRetentionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteRetentionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteRetentionPolicyCommandOutput/)
|
|
463
|
-
|
|
464
432
|
</details>
|
|
465
433
|
<details>
|
|
466
434
|
<summary>
|
|
@@ -468,7 +436,6 @@ DeleteUser
|
|
|
468
436
|
</summary>
|
|
469
437
|
|
|
470
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeleteUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeleteUserCommandOutput/)
|
|
471
|
-
|
|
472
439
|
</details>
|
|
473
440
|
<details>
|
|
474
441
|
<summary>
|
|
@@ -476,7 +443,6 @@ DeregisterFromWorkMail
|
|
|
476
443
|
</summary>
|
|
477
444
|
|
|
478
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeregisterFromWorkMailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeregisterFromWorkMailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeregisterFromWorkMailCommandOutput/)
|
|
479
|
-
|
|
480
446
|
</details>
|
|
481
447
|
<details>
|
|
482
448
|
<summary>
|
|
@@ -484,7 +450,6 @@ DeregisterMailDomain
|
|
|
484
450
|
</summary>
|
|
485
451
|
|
|
486
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DeregisterMailDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeregisterMailDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DeregisterMailDomainCommandOutput/)
|
|
487
|
-
|
|
488
453
|
</details>
|
|
489
454
|
<details>
|
|
490
455
|
<summary>
|
|
@@ -492,7 +457,6 @@ DescribeEmailMonitoringConfiguration
|
|
|
492
457
|
</summary>
|
|
493
458
|
|
|
494
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeEmailMonitoringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeEmailMonitoringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeEmailMonitoringConfigurationCommandOutput/)
|
|
495
|
-
|
|
496
460
|
</details>
|
|
497
461
|
<details>
|
|
498
462
|
<summary>
|
|
@@ -500,7 +464,6 @@ DescribeEntity
|
|
|
500
464
|
</summary>
|
|
501
465
|
|
|
502
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeEntityCommandOutput/)
|
|
503
|
-
|
|
504
467
|
</details>
|
|
505
468
|
<details>
|
|
506
469
|
<summary>
|
|
@@ -508,7 +471,6 @@ DescribeGroup
|
|
|
508
471
|
</summary>
|
|
509
472
|
|
|
510
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeGroupCommandOutput/)
|
|
511
|
-
|
|
512
474
|
</details>
|
|
513
475
|
<details>
|
|
514
476
|
<summary>
|
|
@@ -516,7 +478,6 @@ DescribeIdentityProviderConfiguration
|
|
|
516
478
|
</summary>
|
|
517
479
|
|
|
518
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeIdentityProviderConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeIdentityProviderConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeIdentityProviderConfigurationCommandOutput/)
|
|
519
|
-
|
|
520
481
|
</details>
|
|
521
482
|
<details>
|
|
522
483
|
<summary>
|
|
@@ -524,7 +485,6 @@ DescribeInboundDmarcSettings
|
|
|
524
485
|
</summary>
|
|
525
486
|
|
|
526
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeInboundDmarcSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeInboundDmarcSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeInboundDmarcSettingsCommandOutput/)
|
|
527
|
-
|
|
528
488
|
</details>
|
|
529
489
|
<details>
|
|
530
490
|
<summary>
|
|
@@ -532,7 +492,6 @@ DescribeMailboxExportJob
|
|
|
532
492
|
</summary>
|
|
533
493
|
|
|
534
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeMailboxExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeMailboxExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeMailboxExportJobCommandOutput/)
|
|
535
|
-
|
|
536
495
|
</details>
|
|
537
496
|
<details>
|
|
538
497
|
<summary>
|
|
@@ -540,7 +499,6 @@ DescribeOrganization
|
|
|
540
499
|
</summary>
|
|
541
500
|
|
|
542
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeOrganizationCommandOutput/)
|
|
543
|
-
|
|
544
502
|
</details>
|
|
545
503
|
<details>
|
|
546
504
|
<summary>
|
|
@@ -548,7 +506,6 @@ DescribeResource
|
|
|
548
506
|
</summary>
|
|
549
507
|
|
|
550
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeResourceCommandOutput/)
|
|
551
|
-
|
|
552
509
|
</details>
|
|
553
510
|
<details>
|
|
554
511
|
<summary>
|
|
@@ -556,7 +513,6 @@ DescribeUser
|
|
|
556
513
|
</summary>
|
|
557
514
|
|
|
558
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DescribeUserCommandOutput/)
|
|
559
|
-
|
|
560
516
|
</details>
|
|
561
517
|
<details>
|
|
562
518
|
<summary>
|
|
@@ -564,7 +520,6 @@ DisassociateDelegateFromResource
|
|
|
564
520
|
</summary>
|
|
565
521
|
|
|
566
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DisassociateDelegateFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DisassociateDelegateFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DisassociateDelegateFromResourceCommandOutput/)
|
|
567
|
-
|
|
568
523
|
</details>
|
|
569
524
|
<details>
|
|
570
525
|
<summary>
|
|
@@ -572,7 +527,6 @@ DisassociateMemberFromGroup
|
|
|
572
527
|
</summary>
|
|
573
528
|
|
|
574
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DisassociateMemberFromGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DisassociateMemberFromGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/DisassociateMemberFromGroupCommandOutput/)
|
|
575
|
-
|
|
576
530
|
</details>
|
|
577
531
|
<details>
|
|
578
532
|
<summary>
|
|
@@ -580,7 +534,6 @@ GetAccessControlEffect
|
|
|
580
534
|
</summary>
|
|
581
535
|
|
|
582
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetAccessControlEffectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetAccessControlEffectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetAccessControlEffectCommandOutput/)
|
|
583
|
-
|
|
584
537
|
</details>
|
|
585
538
|
<details>
|
|
586
539
|
<summary>
|
|
@@ -588,7 +541,6 @@ GetDefaultRetentionPolicy
|
|
|
588
541
|
</summary>
|
|
589
542
|
|
|
590
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetDefaultRetentionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetDefaultRetentionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetDefaultRetentionPolicyCommandOutput/)
|
|
591
|
-
|
|
592
544
|
</details>
|
|
593
545
|
<details>
|
|
594
546
|
<summary>
|
|
@@ -596,7 +548,6 @@ GetImpersonationRole
|
|
|
596
548
|
</summary>
|
|
597
549
|
|
|
598
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetImpersonationRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetImpersonationRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetImpersonationRoleCommandOutput/)
|
|
599
|
-
|
|
600
551
|
</details>
|
|
601
552
|
<details>
|
|
602
553
|
<summary>
|
|
@@ -604,7 +555,6 @@ GetImpersonationRoleEffect
|
|
|
604
555
|
</summary>
|
|
605
556
|
|
|
606
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetImpersonationRoleEffectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetImpersonationRoleEffectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetImpersonationRoleEffectCommandOutput/)
|
|
607
|
-
|
|
608
558
|
</details>
|
|
609
559
|
<details>
|
|
610
560
|
<summary>
|
|
@@ -612,7 +562,6 @@ GetMailboxDetails
|
|
|
612
562
|
</summary>
|
|
613
563
|
|
|
614
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetMailboxDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMailboxDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMailboxDetailsCommandOutput/)
|
|
615
|
-
|
|
616
565
|
</details>
|
|
617
566
|
<details>
|
|
618
567
|
<summary>
|
|
@@ -620,7 +569,6 @@ GetMailDomain
|
|
|
620
569
|
</summary>
|
|
621
570
|
|
|
622
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetMailDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMailDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMailDomainCommandOutput/)
|
|
623
|
-
|
|
624
572
|
</details>
|
|
625
573
|
<details>
|
|
626
574
|
<summary>
|
|
@@ -628,7 +576,6 @@ GetMobileDeviceAccessEffect
|
|
|
628
576
|
</summary>
|
|
629
577
|
|
|
630
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetMobileDeviceAccessEffectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMobileDeviceAccessEffectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMobileDeviceAccessEffectCommandOutput/)
|
|
631
|
-
|
|
632
579
|
</details>
|
|
633
580
|
<details>
|
|
634
581
|
<summary>
|
|
@@ -636,7 +583,6 @@ GetMobileDeviceAccessOverride
|
|
|
636
583
|
</summary>
|
|
637
584
|
|
|
638
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetMobileDeviceAccessOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMobileDeviceAccessOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetMobileDeviceAccessOverrideCommandOutput/)
|
|
639
|
-
|
|
640
586
|
</details>
|
|
641
587
|
<details>
|
|
642
588
|
<summary>
|
|
@@ -644,7 +590,6 @@ GetPersonalAccessTokenMetadata
|
|
|
644
590
|
</summary>
|
|
645
591
|
|
|
646
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/GetPersonalAccessTokenMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetPersonalAccessTokenMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/GetPersonalAccessTokenMetadataCommandOutput/)
|
|
647
|
-
|
|
648
593
|
</details>
|
|
649
594
|
<details>
|
|
650
595
|
<summary>
|
|
@@ -652,7 +597,6 @@ ListAccessControlRules
|
|
|
652
597
|
</summary>
|
|
653
598
|
|
|
654
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListAccessControlRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAccessControlRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAccessControlRulesCommandOutput/)
|
|
655
|
-
|
|
656
600
|
</details>
|
|
657
601
|
<details>
|
|
658
602
|
<summary>
|
|
@@ -660,7 +604,6 @@ ListAliases
|
|
|
660
604
|
</summary>
|
|
661
605
|
|
|
662
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAliasesCommandOutput/)
|
|
663
|
-
|
|
664
607
|
</details>
|
|
665
608
|
<details>
|
|
666
609
|
<summary>
|
|
@@ -668,7 +611,6 @@ ListAvailabilityConfigurations
|
|
|
668
611
|
</summary>
|
|
669
612
|
|
|
670
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListAvailabilityConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAvailabilityConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListAvailabilityConfigurationsCommandOutput/)
|
|
671
|
-
|
|
672
614
|
</details>
|
|
673
615
|
<details>
|
|
674
616
|
<summary>
|
|
@@ -676,7 +618,6 @@ ListGroupMembers
|
|
|
676
618
|
</summary>
|
|
677
619
|
|
|
678
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListGroupMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupMembersCommandOutput/)
|
|
679
|
-
|
|
680
621
|
</details>
|
|
681
622
|
<details>
|
|
682
623
|
<summary>
|
|
@@ -684,7 +625,6 @@ ListGroups
|
|
|
684
625
|
</summary>
|
|
685
626
|
|
|
686
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupsCommandOutput/)
|
|
687
|
-
|
|
688
628
|
</details>
|
|
689
629
|
<details>
|
|
690
630
|
<summary>
|
|
@@ -692,7 +632,6 @@ ListGroupsForEntity
|
|
|
692
632
|
</summary>
|
|
693
633
|
|
|
694
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListGroupsForEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupsForEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListGroupsForEntityCommandOutput/)
|
|
695
|
-
|
|
696
635
|
</details>
|
|
697
636
|
<details>
|
|
698
637
|
<summary>
|
|
@@ -700,7 +639,6 @@ ListImpersonationRoles
|
|
|
700
639
|
</summary>
|
|
701
640
|
|
|
702
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListImpersonationRolesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListImpersonationRolesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListImpersonationRolesCommandOutput/)
|
|
703
|
-
|
|
704
642
|
</details>
|
|
705
643
|
<details>
|
|
706
644
|
<summary>
|
|
@@ -708,7 +646,6 @@ ListMailboxExportJobs
|
|
|
708
646
|
</summary>
|
|
709
647
|
|
|
710
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListMailboxExportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailboxExportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailboxExportJobsCommandOutput/)
|
|
711
|
-
|
|
712
649
|
</details>
|
|
713
650
|
<details>
|
|
714
651
|
<summary>
|
|
@@ -716,7 +653,6 @@ ListMailboxPermissions
|
|
|
716
653
|
</summary>
|
|
717
654
|
|
|
718
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListMailboxPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailboxPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailboxPermissionsCommandOutput/)
|
|
719
|
-
|
|
720
656
|
</details>
|
|
721
657
|
<details>
|
|
722
658
|
<summary>
|
|
@@ -724,7 +660,6 @@ ListMailDomains
|
|
|
724
660
|
</summary>
|
|
725
661
|
|
|
726
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListMailDomainsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailDomainsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMailDomainsCommandOutput/)
|
|
727
|
-
|
|
728
663
|
</details>
|
|
729
664
|
<details>
|
|
730
665
|
<summary>
|
|
@@ -732,7 +667,6 @@ ListMobileDeviceAccessOverrides
|
|
|
732
667
|
</summary>
|
|
733
668
|
|
|
734
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListMobileDeviceAccessOverridesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMobileDeviceAccessOverridesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMobileDeviceAccessOverridesCommandOutput/)
|
|
735
|
-
|
|
736
670
|
</details>
|
|
737
671
|
<details>
|
|
738
672
|
<summary>
|
|
@@ -740,7 +674,6 @@ ListMobileDeviceAccessRules
|
|
|
740
674
|
</summary>
|
|
741
675
|
|
|
742
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListMobileDeviceAccessRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMobileDeviceAccessRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListMobileDeviceAccessRulesCommandOutput/)
|
|
743
|
-
|
|
744
677
|
</details>
|
|
745
678
|
<details>
|
|
746
679
|
<summary>
|
|
@@ -748,7 +681,6 @@ ListOrganizations
|
|
|
748
681
|
</summary>
|
|
749
682
|
|
|
750
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListOrganizationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListOrganizationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListOrganizationsCommandOutput/)
|
|
751
|
-
|
|
752
684
|
</details>
|
|
753
685
|
<details>
|
|
754
686
|
<summary>
|
|
@@ -756,7 +688,6 @@ ListPersonalAccessTokens
|
|
|
756
688
|
</summary>
|
|
757
689
|
|
|
758
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListPersonalAccessTokensCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListPersonalAccessTokensCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListPersonalAccessTokensCommandOutput/)
|
|
759
|
-
|
|
760
691
|
</details>
|
|
761
692
|
<details>
|
|
762
693
|
<summary>
|
|
@@ -764,7 +695,6 @@ ListResourceDelegates
|
|
|
764
695
|
</summary>
|
|
765
696
|
|
|
766
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListResourceDelegatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListResourceDelegatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListResourceDelegatesCommandOutput/)
|
|
767
|
-
|
|
768
698
|
</details>
|
|
769
699
|
<details>
|
|
770
700
|
<summary>
|
|
@@ -772,7 +702,6 @@ ListResources
|
|
|
772
702
|
</summary>
|
|
773
703
|
|
|
774
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListResourcesCommandOutput/)
|
|
775
|
-
|
|
776
705
|
</details>
|
|
777
706
|
<details>
|
|
778
707
|
<summary>
|
|
@@ -780,7 +709,6 @@ ListTagsForResource
|
|
|
780
709
|
</summary>
|
|
781
710
|
|
|
782
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListTagsForResourceCommandOutput/)
|
|
783
|
-
|
|
784
712
|
</details>
|
|
785
713
|
<details>
|
|
786
714
|
<summary>
|
|
@@ -788,7 +716,6 @@ ListUsers
|
|
|
788
716
|
</summary>
|
|
789
717
|
|
|
790
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ListUsersCommandOutput/)
|
|
791
|
-
|
|
792
719
|
</details>
|
|
793
720
|
<details>
|
|
794
721
|
<summary>
|
|
@@ -796,7 +723,6 @@ PutAccessControlRule
|
|
|
796
723
|
</summary>
|
|
797
724
|
|
|
798
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutAccessControlRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutAccessControlRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutAccessControlRuleCommandOutput/)
|
|
799
|
-
|
|
800
726
|
</details>
|
|
801
727
|
<details>
|
|
802
728
|
<summary>
|
|
@@ -804,7 +730,6 @@ PutEmailMonitoringConfiguration
|
|
|
804
730
|
</summary>
|
|
805
731
|
|
|
806
732
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutEmailMonitoringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutEmailMonitoringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutEmailMonitoringConfigurationCommandOutput/)
|
|
807
|
-
|
|
808
733
|
</details>
|
|
809
734
|
<details>
|
|
810
735
|
<summary>
|
|
@@ -812,7 +737,6 @@ PutIdentityProviderConfiguration
|
|
|
812
737
|
</summary>
|
|
813
738
|
|
|
814
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutIdentityProviderConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutIdentityProviderConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutIdentityProviderConfigurationCommandOutput/)
|
|
815
|
-
|
|
816
740
|
</details>
|
|
817
741
|
<details>
|
|
818
742
|
<summary>
|
|
@@ -820,7 +744,6 @@ PutInboundDmarcSettings
|
|
|
820
744
|
</summary>
|
|
821
745
|
|
|
822
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutInboundDmarcSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutInboundDmarcSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutInboundDmarcSettingsCommandOutput/)
|
|
823
|
-
|
|
824
747
|
</details>
|
|
825
748
|
<details>
|
|
826
749
|
<summary>
|
|
@@ -828,7 +751,6 @@ PutMailboxPermissions
|
|
|
828
751
|
</summary>
|
|
829
752
|
|
|
830
753
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutMailboxPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutMailboxPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutMailboxPermissionsCommandOutput/)
|
|
831
|
-
|
|
832
754
|
</details>
|
|
833
755
|
<details>
|
|
834
756
|
<summary>
|
|
@@ -836,7 +758,6 @@ PutMobileDeviceAccessOverride
|
|
|
836
758
|
</summary>
|
|
837
759
|
|
|
838
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutMobileDeviceAccessOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutMobileDeviceAccessOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutMobileDeviceAccessOverrideCommandOutput/)
|
|
839
|
-
|
|
840
761
|
</details>
|
|
841
762
|
<details>
|
|
842
763
|
<summary>
|
|
@@ -844,7 +765,6 @@ PutRetentionPolicy
|
|
|
844
765
|
</summary>
|
|
845
766
|
|
|
846
767
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/PutRetentionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutRetentionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/PutRetentionPolicyCommandOutput/)
|
|
847
|
-
|
|
848
768
|
</details>
|
|
849
769
|
<details>
|
|
850
770
|
<summary>
|
|
@@ -852,7 +772,6 @@ RegisterMailDomain
|
|
|
852
772
|
</summary>
|
|
853
773
|
|
|
854
774
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/RegisterMailDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/RegisterMailDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/RegisterMailDomainCommandOutput/)
|
|
855
|
-
|
|
856
775
|
</details>
|
|
857
776
|
<details>
|
|
858
777
|
<summary>
|
|
@@ -860,7 +779,6 @@ RegisterToWorkMail
|
|
|
860
779
|
</summary>
|
|
861
780
|
|
|
862
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/RegisterToWorkMailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/RegisterToWorkMailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/RegisterToWorkMailCommandOutput/)
|
|
863
|
-
|
|
864
782
|
</details>
|
|
865
783
|
<details>
|
|
866
784
|
<summary>
|
|
@@ -868,7 +786,6 @@ ResetPassword
|
|
|
868
786
|
</summary>
|
|
869
787
|
|
|
870
788
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/ResetPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ResetPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/ResetPasswordCommandOutput/)
|
|
871
|
-
|
|
872
789
|
</details>
|
|
873
790
|
<details>
|
|
874
791
|
<summary>
|
|
@@ -876,7 +793,6 @@ StartMailboxExportJob
|
|
|
876
793
|
</summary>
|
|
877
794
|
|
|
878
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/StartMailboxExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/StartMailboxExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/StartMailboxExportJobCommandOutput/)
|
|
879
|
-
|
|
880
796
|
</details>
|
|
881
797
|
<details>
|
|
882
798
|
<summary>
|
|
@@ -884,7 +800,6 @@ TagResource
|
|
|
884
800
|
</summary>
|
|
885
801
|
|
|
886
802
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/TagResourceCommandOutput/)
|
|
887
|
-
|
|
888
803
|
</details>
|
|
889
804
|
<details>
|
|
890
805
|
<summary>
|
|
@@ -892,7 +807,6 @@ TestAvailabilityConfiguration
|
|
|
892
807
|
</summary>
|
|
893
808
|
|
|
894
809
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/TestAvailabilityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/TestAvailabilityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/TestAvailabilityConfigurationCommandOutput/)
|
|
895
|
-
|
|
896
810
|
</details>
|
|
897
811
|
<details>
|
|
898
812
|
<summary>
|
|
@@ -900,7 +814,6 @@ UntagResource
|
|
|
900
814
|
</summary>
|
|
901
815
|
|
|
902
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UntagResourceCommandOutput/)
|
|
903
|
-
|
|
904
817
|
</details>
|
|
905
818
|
<details>
|
|
906
819
|
<summary>
|
|
@@ -908,7 +821,6 @@ UpdateAvailabilityConfiguration
|
|
|
908
821
|
</summary>
|
|
909
822
|
|
|
910
823
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateAvailabilityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateAvailabilityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateAvailabilityConfigurationCommandOutput/)
|
|
911
|
-
|
|
912
824
|
</details>
|
|
913
825
|
<details>
|
|
914
826
|
<summary>
|
|
@@ -916,7 +828,6 @@ UpdateDefaultMailDomain
|
|
|
916
828
|
</summary>
|
|
917
829
|
|
|
918
830
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateDefaultMailDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateDefaultMailDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateDefaultMailDomainCommandOutput/)
|
|
919
|
-
|
|
920
831
|
</details>
|
|
921
832
|
<details>
|
|
922
833
|
<summary>
|
|
@@ -924,7 +835,6 @@ UpdateGroup
|
|
|
924
835
|
</summary>
|
|
925
836
|
|
|
926
837
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateGroupCommandOutput/)
|
|
927
|
-
|
|
928
838
|
</details>
|
|
929
839
|
<details>
|
|
930
840
|
<summary>
|
|
@@ -932,7 +842,6 @@ UpdateImpersonationRole
|
|
|
932
842
|
</summary>
|
|
933
843
|
|
|
934
844
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateImpersonationRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateImpersonationRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateImpersonationRoleCommandOutput/)
|
|
935
|
-
|
|
936
845
|
</details>
|
|
937
846
|
<details>
|
|
938
847
|
<summary>
|
|
@@ -940,7 +849,6 @@ UpdateMailboxQuota
|
|
|
940
849
|
</summary>
|
|
941
850
|
|
|
942
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateMailboxQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateMailboxQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateMailboxQuotaCommandOutput/)
|
|
943
|
-
|
|
944
852
|
</details>
|
|
945
853
|
<details>
|
|
946
854
|
<summary>
|
|
@@ -948,7 +856,6 @@ UpdateMobileDeviceAccessRule
|
|
|
948
856
|
</summary>
|
|
949
857
|
|
|
950
858
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateMobileDeviceAccessRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateMobileDeviceAccessRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateMobileDeviceAccessRuleCommandOutput/)
|
|
951
|
-
|
|
952
859
|
</details>
|
|
953
860
|
<details>
|
|
954
861
|
<summary>
|
|
@@ -956,7 +863,6 @@ UpdatePrimaryEmailAddress
|
|
|
956
863
|
</summary>
|
|
957
864
|
|
|
958
865
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdatePrimaryEmailAddressCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdatePrimaryEmailAddressCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdatePrimaryEmailAddressCommandOutput/)
|
|
959
|
-
|
|
960
866
|
</details>
|
|
961
867
|
<details>
|
|
962
868
|
<summary>
|
|
@@ -964,7 +870,6 @@ UpdateResource
|
|
|
964
870
|
</summary>
|
|
965
871
|
|
|
966
872
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateResourceCommandOutput/)
|
|
967
|
-
|
|
968
873
|
</details>
|
|
969
874
|
<details>
|
|
970
875
|
<summary>
|
|
@@ -972,5 +877,4 @@ UpdateUser
|
|
|
972
877
|
</summary>
|
|
973
878
|
|
|
974
879
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/UpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workmail/Interface/UpdateUserCommandOutput/)
|
|
975
|
-
|
|
976
880
|
</details>
|