@aws-sdk/client-workmail 3.682.0 → 3.683.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 (58) hide show
  1. package/README.md +65 -1
  2. package/dist-cjs/index.js +386 -4
  3. package/dist-es/WorkMail.js +16 -0
  4. package/dist-es/commands/CreateIdentityCenterApplicationCommand.js +22 -0
  5. package/dist-es/commands/CreateResourceCommand.js +2 -1
  6. package/dist-es/commands/DeleteIdentityCenterApplicationCommand.js +22 -0
  7. package/dist-es/commands/DeleteIdentityProviderConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeletePersonalAccessTokenCommand.js +22 -0
  9. package/dist-es/commands/DescribeIdentityProviderConfigurationCommand.js +22 -0
  10. package/dist-es/commands/DescribeResourceCommand.js +2 -1
  11. package/dist-es/commands/GetPersonalAccessTokenMetadataCommand.js +22 -0
  12. package/dist-es/commands/ListPersonalAccessTokensCommand.js +22 -0
  13. package/dist-es/commands/ListResourcesCommand.js +2 -1
  14. package/dist-es/commands/PutIdentityProviderConfigurationCommand.js +22 -0
  15. package/dist-es/commands/UpdateResourceCommand.js +2 -1
  16. package/dist-es/commands/index.js +8 -0
  17. package/dist-es/models/models_0.js +28 -0
  18. package/dist-es/pagination/ListPersonalAccessTokensPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_json1_1.js +200 -0
  21. package/dist-types/WorkMail.d.ts +56 -0
  22. package/dist-types/WorkMailClient.d.ts +10 -2
  23. package/dist-types/commands/CreateIdentityCenterApplicationCommand.d.ts +78 -0
  24. package/dist-types/commands/CreateUserCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteIdentityCenterApplicationCommand.d.ts +78 -0
  26. package/dist-types/commands/DeleteIdentityProviderConfigurationCommand.d.ts +82 -0
  27. package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -0
  28. package/dist-types/commands/DeletePersonalAccessTokenCommand.d.ts +83 -0
  29. package/dist-types/commands/DescribeIdentityProviderConfigurationCommand.d.ts +95 -0
  30. package/dist-types/commands/DescribeUserCommand.d.ts +8 -0
  31. package/dist-types/commands/GetPersonalAccessTokenMetadataCommand.d.ts +96 -0
  32. package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +3 -0
  33. package/dist-types/commands/ListPersonalAccessTokensCommand.d.ts +108 -0
  34. package/dist-types/commands/ListUsersCommand.d.ts +3 -0
  35. package/dist-types/commands/PutIdentityProviderConfigurationCommand.d.ts +96 -0
  36. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
  38. package/dist-types/commands/index.d.ts +8 -0
  39. package/dist-types/models/models_0.d.ts +485 -1
  40. package/dist-types/pagination/ListPersonalAccessTokensPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
  43. package/dist-types/ts3.4/WorkMail.d.ts +148 -0
  44. package/dist-types/ts3.4/WorkMailClient.d.ts +48 -0
  45. package/dist-types/ts3.4/commands/CreateIdentityCenterApplicationCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/DeleteIdentityCenterApplicationCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/DeleteIdentityProviderConfigurationCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/DeletePersonalAccessTokenCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigurationCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/GetPersonalAccessTokenMetadataCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/ListPersonalAccessTokensCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/PutIdentityProviderConfigurationCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +111 -0
  55. package/dist-types/ts3.4/pagination/ListPersonalAccessTokensPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
  58. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ model.</p>
45
45
 
46
46
  ## Installing
47
47
 
48
- To install the this package, simply type add or install @aws-sdk/client-workmail
48
+ To install this package, simply type add or install @aws-sdk/client-workmail
49
49
  using your favorite package manager:
50
50
 
51
51
  - `npm install @aws-sdk/client-workmail`
@@ -293,6 +293,14 @@ CreateGroup
293
293
 
294
294
  [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
295
 
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateIdentityCenterApplication
300
+ </summary>
301
+
302
+ [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
+
296
304
  </details>
297
305
  <details>
298
306
  <summary>
@@ -373,6 +381,22 @@ DeleteGroup
373
381
 
374
382
  [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/)
375
383
 
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DeleteIdentityCenterApplication
388
+ </summary>
389
+
390
+ [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
+ </details>
393
+ <details>
394
+ <summary>
395
+ DeleteIdentityProviderConfiguration
396
+ </summary>
397
+
398
+ [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
+
376
400
  </details>
377
401
  <details>
378
402
  <summary>
@@ -413,6 +437,14 @@ DeleteOrganization
413
437
 
414
438
  [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/)
415
439
 
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ DeletePersonalAccessToken
444
+ </summary>
445
+
446
+ [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
+
416
448
  </details>
417
449
  <details>
418
450
  <summary>
@@ -477,6 +509,14 @@ DescribeGroup
477
509
 
478
510
  [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/)
479
511
 
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ DescribeIdentityProviderConfiguration
516
+ </summary>
517
+
518
+ [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
+
480
520
  </details>
481
521
  <details>
482
522
  <summary>
@@ -597,6 +637,14 @@ GetMobileDeviceAccessOverride
597
637
 
598
638
  [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/)
599
639
 
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ GetPersonalAccessTokenMetadata
644
+ </summary>
645
+
646
+ [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
+
600
648
  </details>
601
649
  <details>
602
650
  <summary>
@@ -701,6 +749,14 @@ ListOrganizations
701
749
 
702
750
  [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/)
703
751
 
752
+ </details>
753
+ <details>
754
+ <summary>
755
+ ListPersonalAccessTokens
756
+ </summary>
757
+
758
+ [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
+
704
760
  </details>
705
761
  <details>
706
762
  <summary>
@@ -749,6 +805,14 @@ PutEmailMonitoringConfiguration
749
805
 
750
806
  [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/)
751
807
 
808
+ </details>
809
+ <details>
810
+ <summary>
811
+ PutIdentityProviderConfiguration
812
+ </summary>
813
+
814
+ [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
+
752
816
  </details>
753
817
  <details>
754
818
  <summary>