@aws-sdk/client-workmail 3.289.0 → 3.292.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 (81) hide show
  1. package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +20 -0
  2. package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +29 -0
  3. package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +15 -0
  4. package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAliasCommand.d.ts +34 -0
  6. package/dist-types/commands/CreateAvailabilityConfigurationCommand.d.ts +18 -0
  7. package/dist-types/commands/CreateGroupCommand.d.ts +27 -0
  8. package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +23 -0
  9. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +15 -0
  10. package/dist-types/commands/CreateOrganizationCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateResourceCommand.d.ts +24 -0
  12. package/dist-types/commands/CreateUserCommand.d.ts +31 -0
  13. package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +9 -0
  14. package/dist-types/commands/DeleteAliasCommand.d.ts +20 -0
  15. package/dist-types/commands/DeleteAvailabilityConfigurationCommand.d.ts +9 -0
  16. package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +12 -0
  17. package/dist-types/commands/DeleteGroupCommand.d.ts +25 -0
  18. package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +12 -0
  19. package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +20 -0
  20. package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +12 -0
  22. package/dist-types/commands/DeleteOrganizationCommand.d.ts +12 -0
  23. package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +12 -0
  25. package/dist-types/commands/DeleteUserCommand.d.ts +25 -0
  26. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +20 -0
  27. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +19 -0
  28. package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +15 -0
  29. package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +9 -0
  31. package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeOrganizationCommand.d.ts +8 -0
  33. package/dist-types/commands/DescribeResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  35. package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +20 -0
  36. package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +29 -0
  37. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +19 -0
  38. package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +16 -0
  39. package/dist-types/commands/GetImpersonationRoleCommand.d.ts +15 -0
  40. package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +23 -0
  41. package/dist-types/commands/GetMailDomainCommand.d.ts +15 -0
  42. package/dist-types/commands/GetMailboxDetailsCommand.d.ts +13 -0
  43. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +12 -0
  44. package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +19 -0
  45. package/dist-types/commands/ListAccessControlRulesCommand.d.ts +9 -0
  46. package/dist-types/commands/ListAliasesCommand.d.ts +20 -0
  47. package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +9 -0
  48. package/dist-types/commands/ListGroupMembersCommand.d.ts +20 -0
  49. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListImpersonationRolesCommand.d.ts +12 -0
  51. package/dist-types/commands/ListMailDomainsCommand.d.ts +12 -0
  52. package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +12 -0
  53. package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +12 -0
  56. package/dist-types/commands/ListOrganizationsCommand.d.ts +4 -0
  57. package/dist-types/commands/ListResourceDelegatesCommand.d.ts +20 -0
  58. package/dist-types/commands/ListResourcesCommand.d.ts +12 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  60. package/dist-types/commands/ListUsersCommand.d.ts +12 -0
  61. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +22 -0
  62. package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +15 -0
  63. package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +9 -0
  64. package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +20 -0
  65. package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +20 -0
  66. package/dist-types/commands/PutRetentionPolicyCommand.d.ts +15 -0
  67. package/dist-types/commands/RegisterMailDomainCommand.d.ts +18 -0
  68. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +41 -0
  69. package/dist-types/commands/ResetPasswordCommand.d.ts +33 -0
  70. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +19 -0
  71. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  72. package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +15 -0
  73. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  74. package/dist-types/commands/UpdateAvailabilityConfigurationCommand.d.ts +15 -0
  75. package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +19 -0
  76. package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +26 -0
  77. package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +20 -0
  78. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +40 -0
  80. package/dist-types/commands/UpdateResourceCommand.d.ts +39 -0
  81. package/package.json +35 -40
@@ -30,6 +30,26 @@ export interface UpdateMailboxQuotaCommandOutput extends UpdateMailboxQuotaRespo
30
30
  * @see {@link UpdateMailboxQuotaCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
32
32
  *
33
+ * @throws {@link EntityNotFoundException} (client fault)
34
+ * <p>The identifier supplied for the user, group, or resource does not exist in your
35
+ * organization.</p>
36
+ *
37
+ * @throws {@link EntityStateException} (client fault)
38
+ * <p>You are performing an operation on a user, group, or resource that isn't in the
39
+ * expected state, such as trying to delete an active user.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more of the input parameters don't match the service's restrictions.</p>
43
+ *
44
+ * @throws {@link OrganizationNotFoundException} (client fault)
45
+ * <p>An operation received a valid organization identifier that either doesn't belong or
46
+ * exist in the system.</p>
47
+ *
48
+ * @throws {@link OrganizationStateException} (client fault)
49
+ * <p>The organization must have a valid state to perform certain
50
+ * operations on the organization or its members.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class UpdateMailboxQuotaCommand extends $Command<UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput, WorkMailClientResolvedConfig> {
35
55
  readonly input: UpdateMailboxQuotaCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateMobileDeviceAccessRuleCommandOutput extends UpdateMobileD
29
29
  * @see {@link UpdateMobileDeviceAccessRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
31
31
  *
32
+ * @throws {@link EntityNotFoundException} (client fault)
33
+ * <p>The identifier supplied for the user, group, or resource does not exist in your
34
+ * organization.</p>
35
+ *
36
+ * @throws {@link InvalidParameterException} (client fault)
37
+ * <p>One or more of the input parameters don't match the service's restrictions.</p>
38
+ *
39
+ * @throws {@link OrganizationNotFoundException} (client fault)
40
+ * <p>An operation received a valid organization identifier that either doesn't belong or
41
+ * exist in the system.</p>
42
+ *
43
+ * @throws {@link OrganizationStateException} (client fault)
44
+ * <p>The organization must have a valid state to perform certain
45
+ * operations on the organization or its members.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateMobileDeviceAccessRuleCommand extends $Command<UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig> {
34
50
  readonly input: UpdateMobileDeviceAccessRuleCommandInput;
@@ -31,6 +31,46 @@ export interface UpdatePrimaryEmailAddressCommandOutput extends UpdatePrimaryEma
31
31
  * @see {@link UpdatePrimaryEmailAddressCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
33
33
  *
34
+ * @throws {@link DirectoryServiceAuthenticationFailedException} (client fault)
35
+ * <p>The directory service doesn't recognize the credentials supplied by WorkMail.</p>
36
+ *
37
+ * @throws {@link DirectoryUnavailableException} (client fault)
38
+ * <p>The directory is unavailable. It might be located in another Region or deleted.</p>
39
+ *
40
+ * @throws {@link EmailAddressInUseException} (client fault)
41
+ * <p>The email address that you're trying to assign is already created for a different
42
+ * user, group, or resource.</p>
43
+ *
44
+ * @throws {@link EntityNotFoundException} (client fault)
45
+ * <p>The identifier supplied for the user, group, or resource does not exist in your
46
+ * organization.</p>
47
+ *
48
+ * @throws {@link EntityStateException} (client fault)
49
+ * <p>You are performing an operation on a user, group, or resource that isn't in the
50
+ * expected state, such as trying to delete an active user.</p>
51
+ *
52
+ * @throws {@link InvalidParameterException} (client fault)
53
+ * <p>One or more of the input parameters don't match the service's restrictions.</p>
54
+ *
55
+ * @throws {@link MailDomainNotFoundException} (client fault)
56
+ * <p>The domain specified is not found in your organization.</p>
57
+ *
58
+ * @throws {@link MailDomainStateException} (client fault)
59
+ * <p>After a domain has been added to the organization, it must be verified. The domain is
60
+ * not yet verified.</p>
61
+ *
62
+ * @throws {@link OrganizationNotFoundException} (client fault)
63
+ * <p>An operation received a valid organization identifier that either doesn't belong or
64
+ * exist in the system.</p>
65
+ *
66
+ * @throws {@link OrganizationStateException} (client fault)
67
+ * <p>The organization must have a valid state to perform certain
68
+ * operations on the organization or its members.</p>
69
+ *
70
+ * @throws {@link UnsupportedOperationException} (client fault)
71
+ * <p>You can't perform a write operation against a read-only directory.</p>
72
+ *
73
+ *
34
74
  */
35
75
  export declare class UpdatePrimaryEmailAddressCommand extends $Command<UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput, WorkMailClientResolvedConfig> {
36
76
  readonly input: UpdatePrimaryEmailAddressCommandInput;
@@ -31,6 +31,45 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
31
31
  * @see {@link UpdateResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
33
33
  *
34
+ * @throws {@link DirectoryUnavailableException} (client fault)
35
+ * <p>The directory is unavailable. It might be located in another Region or deleted.</p>
36
+ *
37
+ * @throws {@link EmailAddressInUseException} (client fault)
38
+ * <p>The email address that you're trying to assign is already created for a different
39
+ * user, group, or resource.</p>
40
+ *
41
+ * @throws {@link EntityNotFoundException} (client fault)
42
+ * <p>The identifier supplied for the user, group, or resource does not exist in your
43
+ * organization.</p>
44
+ *
45
+ * @throws {@link EntityStateException} (client fault)
46
+ * <p>You are performing an operation on a user, group, or resource that isn't in the
47
+ * expected state, such as trying to delete an active user.</p>
48
+ *
49
+ * @throws {@link InvalidConfigurationException} (client fault)
50
+ * <p>The configuration for a resource isn't valid. A resource must either be able to
51
+ * auto-respond to requests or have at least one delegate associated that can do so on its
52
+ * behalf.</p>
53
+ *
54
+ * @throws {@link MailDomainNotFoundException} (client fault)
55
+ * <p>The domain specified is not found in your organization.</p>
56
+ *
57
+ * @throws {@link MailDomainStateException} (client fault)
58
+ * <p>After a domain has been added to the organization, it must be verified. The domain is
59
+ * not yet verified.</p>
60
+ *
61
+ * @throws {@link NameAvailabilityException} (client fault)
62
+ * <p>The user, group, or resource name isn't unique in WorkMail.</p>
63
+ *
64
+ * @throws {@link OrganizationNotFoundException} (client fault)
65
+ * <p>An operation received a valid organization identifier that either doesn't belong or
66
+ * exist in the system.</p>
67
+ *
68
+ * @throws {@link OrganizationStateException} (client fault)
69
+ * <p>The organization must have a valid state to perform certain
70
+ * operations on the organization or its members.</p>
71
+ *
72
+ *
34
73
  */
35
74
  export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, WorkMailClientResolvedConfig> {
36
75
  readonly input: UpdateResourceCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workmail",
3
3
  "description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,57 +20,52 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "@types/uuid": "^8.3.0",
63
63
  "concurrently": "7.0.0",
64
64
  "downlevel-dts": "0.10.1",
65
65
  "rimraf": "3.0.2",
66
- "typedoc": "0.19.2",
66
+ "typedoc": "0.23.23",
67
67
  "typescript": "~4.6.2"
68
68
  },
69
- "overrides": {
70
- "typedoc": {
71
- "typescript": "~4.6.2"
72
- }
73
- },
74
69
  "engines": {
75
70
  "node": ">=14.0.0"
76
71
  },