@aws-sdk/client-workmail 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListImpersonationRolesRequest, ListImpersonationRolesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImpersonationRolesCommand}.
8
10
  */
9
11
  export interface ListImpersonationRolesCommandInput extends ListImpersonationRolesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImpersonationRolesCommand}.
13
17
  */
14
18
  export interface ListImpersonationRolesCommandOutput extends ListImpersonationRolesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the impersonation roles for the given WorkMail organization.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListImpersonationRolesCommandOutput extends ListImpersonationRo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImpersonationRolesCommandInput - {@link ListImpersonationRolesCommandInput}
34
+ * @returns {@link ListImpersonationRolesCommandOutput}
28
35
  * @see {@link ListImpersonationRolesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImpersonationRolesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListImpersonationRolesCommandOutput extends ListImpersonationRo
45
52
  export declare class ListImpersonationRolesCommand extends $Command<ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput, WorkMailClientResolvedConfig> {
46
53
  readonly input: ListImpersonationRolesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListImpersonationRolesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMailDomainsRequest, ListMailDomainsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMailDomainsCommand}.
8
10
  */
9
11
  export interface ListMailDomainsCommandInput extends ListMailDomainsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMailDomainsCommand}.
13
17
  */
14
18
  export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the mail domains in a given WorkMail organization.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListMailDomainsCommandInput - {@link ListMailDomainsCommandInput}
34
+ * @returns {@link ListMailDomainsCommandOutput}
28
35
  * @see {@link ListMailDomainsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListMailDomainsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, _
45
52
  export declare class ListMailDomainsCommand extends $Command<ListMailDomainsCommandInput, ListMailDomainsCommandOutput, WorkMailClientResolvedConfig> {
46
53
  readonly input: ListMailDomainsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListMailDomainsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMailDomainsCommandInput, ListMailDomainsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMailboxExportJobsRequest, ListMailboxExportJobsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMailboxExportJobsCommand}.
8
10
  */
9
11
  export interface ListMailboxExportJobsCommandInput extends ListMailboxExportJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMailboxExportJobsCommand}.
13
17
  */
14
18
  export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the mailbox export jobs started for the specified organization within the last
18
23
  * seven days.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJob
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListMailboxExportJobsCommandInput - {@link ListMailboxExportJobsCommandInput}
35
+ * @returns {@link ListMailboxExportJobsCommandOutput}
29
36
  * @see {@link ListMailboxExportJobsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListMailboxExportJobsCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJob
46
53
  export declare class ListMailboxExportJobsCommand extends $Command<ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput, WorkMailClientResolvedConfig> {
47
54
  readonly input: ListMailboxExportJobsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListMailboxExportJobsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMailboxPermissionsRequest, ListMailboxPermissionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMailboxPermissionsCommand}.
8
10
  */
9
11
  export interface ListMailboxPermissionsCommandInput extends ListMailboxPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMailboxPermissionsCommand}.
13
17
  */
14
18
  export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the mailbox permissions associated with a user, group, or resource
18
23
  * mailbox.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissi
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListMailboxPermissionsCommandInput - {@link ListMailboxPermissionsCommandInput}
35
+ * @returns {@link ListMailboxPermissionsCommandOutput}
29
36
  * @see {@link ListMailboxPermissionsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListMailboxPermissionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissi
50
57
  export declare class ListMailboxPermissionsCommand extends $Command<ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
51
58
  readonly input: ListMailboxPermissionsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListMailboxPermissionsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMobileDeviceAccessOverridesRequest, ListMobileDeviceAccessOverridesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMobileDeviceAccessOverridesCommand}.
8
10
  */
9
11
  export interface ListMobileDeviceAccessOverridesCommandInput extends ListMobileDeviceAccessOverridesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMobileDeviceAccessOverridesCommand}.
13
17
  */
14
18
  export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobileDeviceAccessOverridesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobile
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListMobileDeviceAccessOverridesCommandInput - {@link ListMobileDeviceAccessOverridesCommandInput}
34
+ * @returns {@link ListMobileDeviceAccessOverridesCommandOutput}
28
35
  * @see {@link ListMobileDeviceAccessOverridesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListMobileDeviceAccessOverridesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobile
49
56
  export declare class ListMobileDeviceAccessOverridesCommand extends $Command<ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput, WorkMailClientResolvedConfig> {
50
57
  readonly input: ListMobileDeviceAccessOverridesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListMobileDeviceAccessOverridesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMobileDeviceAccessRulesRequest, ListMobileDeviceAccessRulesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMobileDeviceAccessRulesCommand}.
8
10
  */
9
11
  export interface ListMobileDeviceAccessRulesCommandInput extends ListMobileDeviceAccessRulesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMobileDeviceAccessRulesCommand}.
13
17
  */
14
18
  export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDeviceAccessRulesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the mobile device access rules for the specified WorkMail organization.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDevi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListMobileDeviceAccessRulesCommandInput - {@link ListMobileDeviceAccessRulesCommandInput}
34
+ * @returns {@link ListMobileDeviceAccessRulesCommandOutput}
28
35
  * @see {@link ListMobileDeviceAccessRulesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListMobileDeviceAccessRulesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDevi
45
52
  export declare class ListMobileDeviceAccessRulesCommand extends $Command<ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput, WorkMailClientResolvedConfig> {
46
53
  readonly input: ListMobileDeviceAccessRulesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListMobileDeviceAccessRulesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListOrganizationsRequest, ListOrganizationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOrganizationsCommand}.
8
10
  */
9
11
  export interface ListOrganizationsCommandInput extends ListOrganizationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOrganizationsCommand}.
13
17
  */
14
18
  export interface ListOrganizationsCommandOutput extends ListOrganizationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns summaries of the customer's organizations.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListOrganizationsCommandOutput extends ListOrganizationsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListOrganizationsCommandInput - {@link ListOrganizationsCommandInput}
34
+ * @returns {@link ListOrganizationsCommandOutput}
28
35
  * @see {@link ListOrganizationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListOrganizationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListOrganizationsCommandOutput extends ListOrganizationsRespons
37
44
  export declare class ListOrganizationsCommand extends $Command<ListOrganizationsCommandInput, ListOrganizationsCommandOutput, WorkMailClientResolvedConfig> {
38
45
  readonly input: ListOrganizationsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListOrganizationsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationsCommandInput, ListOrganizationsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListResourceDelegatesRequest, ListResourceDelegatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourceDelegatesCommand}.
8
10
  */
9
11
  export interface ListResourceDelegatesCommandInput extends ListResourceDelegatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourceDelegatesCommand}.
13
17
  */
14
18
  export interface ListResourceDelegatesCommandOutput extends ListResourceDelegatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the delegates associated with a resource. Users and groups can be resource
18
23
  * delegates and answer requests on behalf of the resource.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListResourceDelegatesCommandOutput extends ListResourceDelegate
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListResourceDelegatesCommandInput - {@link ListResourceDelegatesCommandInput}
35
+ * @returns {@link ListResourceDelegatesCommandOutput}
29
36
  * @see {@link ListResourceDelegatesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListResourceDelegatesCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -54,11 +61,20 @@ export interface ListResourceDelegatesCommandOutput extends ListResourceDelegate
54
61
  export declare class ListResourceDelegatesCommand extends $Command<ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput, WorkMailClientResolvedConfig> {
55
62
  readonly input: ListResourceDelegatesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: ListResourceDelegatesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourcesCommand}.
8
10
  */
9
11
  export interface ListResourcesCommandInput extends ListResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourcesCommand}.
13
17
  */
14
18
  export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns summaries of the organization's resources.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResourcesCommandInput - {@link ListResourcesCommandInput}
34
+ * @returns {@link ListResourcesCommandOutput}
28
35
  * @see {@link ListResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
45
52
  export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, WorkMailClientResolvedConfig> {
46
53
  readonly input: ListResourcesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListResourcesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags applied to an WorkMail organization resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
37
44
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkMailClientResolvedConfig> {
38
45
  readonly input: ListTagsForResourceCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListTagsForResourceCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUsersCommand}.
8
10
  */
9
11
  export interface ListUsersCommandInput extends ListUsersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUsersCommand}.
13
17
  */
14
18
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns summaries of the organization's users.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUsersCommandInput - {@link ListUsersCommandInput}
34
+ * @returns {@link ListUsersCommandOutput}
28
35
  * @see {@link ListUsersCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
45
52
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, WorkMailClientResolvedConfig> {
46
53
  readonly input: ListUsersCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListUsersCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutAccessControlRuleRequest, PutAccessControlRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccessControlRuleCommand}.
8
10
  */
9
11
  export interface PutAccessControlRuleCommandInput extends PutAccessControlRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccessControlRuleCommand}.
13
17
  */
14
18
  export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a new access control rule for the specified organization. The rule allows or
18
23
  * denies access to the organization for the specified IPv4 addresses, access protocol
19
24
  * actions, user IDs and impersonation IDs. Adding a new rule with the same name as an existing rule replaces
@@ -28,6 +33,8 @@ export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PutAccessControlRuleCommandInput - {@link PutAccessControlRuleCommandInput}
37
+ * @returns {@link PutAccessControlRuleCommandOutput}
31
38
  * @see {@link PutAccessControlRuleCommandInput} for command's `input` shape.
32
39
  * @see {@link PutAccessControlRuleCommandOutput} for command's `response` shape.
33
40
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -58,11 +65,20 @@ export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleR
58
65
  export declare class PutAccessControlRuleCommand extends $Command<PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput, WorkMailClientResolvedConfig> {
59
66
  readonly input: PutAccessControlRuleCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: PutAccessControlRuleCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutEmailMonitoringConfigurationRequest, PutEmailMonitoringConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutEmailMonitoringConfigurationCommand}.
8
10
  */
9
11
  export interface PutEmailMonitoringConfigurationCommandInput extends PutEmailMonitoringConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutEmailMonitoringConfigurationCommand}.
13
17
  */
14
18
  export interface PutEmailMonitoringConfigurationCommandOutput extends PutEmailMonitoringConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates the email monitoring configuration for a specified organization.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutEmailMonitoringConfigurationCommandOutput extends PutEmailMo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutEmailMonitoringConfigurationCommandInput - {@link PutEmailMonitoringConfigurationCommandInput}
34
+ * @returns {@link PutEmailMonitoringConfigurationCommandOutput}
28
35
  * @see {@link PutEmailMonitoringConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link PutEmailMonitoringConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -48,11 +55,20 @@ export interface PutEmailMonitoringConfigurationCommandOutput extends PutEmailMo
48
55
  export declare class PutEmailMonitoringConfigurationCommand extends $Command<PutEmailMonitoringConfigurationCommandInput, PutEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig> {
49
56
  readonly input: PutEmailMonitoringConfigurationCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: PutEmailMonitoringConfigurationCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailMonitoringConfigurationCommandInput, PutEmailMonitoringConfigurationCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }