@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
@@ -88,15 +88,24 @@ import { UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleC
88
88
  import { UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput } from "./commands/UpdatePrimaryEmailAddressCommand";
89
89
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
90
90
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
91
+ /**
92
+ * @public
93
+ */
91
94
  export type ServiceInputTypes = AssociateDelegateToResourceCommandInput | AssociateMemberToGroupCommandInput | AssumeImpersonationRoleCommandInput | CancelMailboxExportJobCommandInput | CreateAliasCommandInput | CreateAvailabilityConfigurationCommandInput | CreateGroupCommandInput | CreateImpersonationRoleCommandInput | CreateMobileDeviceAccessRuleCommandInput | CreateOrganizationCommandInput | CreateResourceCommandInput | CreateUserCommandInput | DeleteAccessControlRuleCommandInput | DeleteAliasCommandInput | DeleteAvailabilityConfigurationCommandInput | DeleteEmailMonitoringConfigurationCommandInput | DeleteGroupCommandInput | DeleteImpersonationRoleCommandInput | DeleteMailboxPermissionsCommandInput | DeleteMobileDeviceAccessOverrideCommandInput | DeleteMobileDeviceAccessRuleCommandInput | DeleteOrganizationCommandInput | DeleteResourceCommandInput | DeleteRetentionPolicyCommandInput | DeleteUserCommandInput | DeregisterFromWorkMailCommandInput | DeregisterMailDomainCommandInput | DescribeEmailMonitoringConfigurationCommandInput | DescribeGroupCommandInput | DescribeInboundDmarcSettingsCommandInput | DescribeMailboxExportJobCommandInput | DescribeOrganizationCommandInput | DescribeResourceCommandInput | DescribeUserCommandInput | DisassociateDelegateFromResourceCommandInput | DisassociateMemberFromGroupCommandInput | GetAccessControlEffectCommandInput | GetDefaultRetentionPolicyCommandInput | GetImpersonationRoleCommandInput | GetImpersonationRoleEffectCommandInput | GetMailDomainCommandInput | GetMailboxDetailsCommandInput | GetMobileDeviceAccessEffectCommandInput | GetMobileDeviceAccessOverrideCommandInput | ListAccessControlRulesCommandInput | ListAliasesCommandInput | ListAvailabilityConfigurationsCommandInput | ListGroupMembersCommandInput | ListGroupsCommandInput | ListImpersonationRolesCommandInput | ListMailDomainsCommandInput | ListMailboxExportJobsCommandInput | ListMailboxPermissionsCommandInput | ListMobileDeviceAccessOverridesCommandInput | ListMobileDeviceAccessRulesCommandInput | ListOrganizationsCommandInput | ListResourceDelegatesCommandInput | ListResourcesCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | PutAccessControlRuleCommandInput | PutEmailMonitoringConfigurationCommandInput | PutInboundDmarcSettingsCommandInput | PutMailboxPermissionsCommandInput | PutMobileDeviceAccessOverrideCommandInput | PutRetentionPolicyCommandInput | RegisterMailDomainCommandInput | RegisterToWorkMailCommandInput | ResetPasswordCommandInput | StartMailboxExportJobCommandInput | TagResourceCommandInput | TestAvailabilityConfigurationCommandInput | UntagResourceCommandInput | UpdateAvailabilityConfigurationCommandInput | UpdateDefaultMailDomainCommandInput | UpdateImpersonationRoleCommandInput | UpdateMailboxQuotaCommandInput | UpdateMobileDeviceAccessRuleCommandInput | UpdatePrimaryEmailAddressCommandInput | UpdateResourceCommandInput;
95
+ /**
96
+ * @public
97
+ */
92
98
  export type ServiceOutputTypes = AssociateDelegateToResourceCommandOutput | AssociateMemberToGroupCommandOutput | AssumeImpersonationRoleCommandOutput | CancelMailboxExportJobCommandOutput | CreateAliasCommandOutput | CreateAvailabilityConfigurationCommandOutput | CreateGroupCommandOutput | CreateImpersonationRoleCommandOutput | CreateMobileDeviceAccessRuleCommandOutput | CreateOrganizationCommandOutput | CreateResourceCommandOutput | CreateUserCommandOutput | DeleteAccessControlRuleCommandOutput | DeleteAliasCommandOutput | DeleteAvailabilityConfigurationCommandOutput | DeleteEmailMonitoringConfigurationCommandOutput | DeleteGroupCommandOutput | DeleteImpersonationRoleCommandOutput | DeleteMailboxPermissionsCommandOutput | DeleteMobileDeviceAccessOverrideCommandOutput | DeleteMobileDeviceAccessRuleCommandOutput | DeleteOrganizationCommandOutput | DeleteResourceCommandOutput | DeleteRetentionPolicyCommandOutput | DeleteUserCommandOutput | DeregisterFromWorkMailCommandOutput | DeregisterMailDomainCommandOutput | DescribeEmailMonitoringConfigurationCommandOutput | DescribeGroupCommandOutput | DescribeInboundDmarcSettingsCommandOutput | DescribeMailboxExportJobCommandOutput | DescribeOrganizationCommandOutput | DescribeResourceCommandOutput | DescribeUserCommandOutput | DisassociateDelegateFromResourceCommandOutput | DisassociateMemberFromGroupCommandOutput | GetAccessControlEffectCommandOutput | GetDefaultRetentionPolicyCommandOutput | GetImpersonationRoleCommandOutput | GetImpersonationRoleEffectCommandOutput | GetMailDomainCommandOutput | GetMailboxDetailsCommandOutput | GetMobileDeviceAccessEffectCommandOutput | GetMobileDeviceAccessOverrideCommandOutput | ListAccessControlRulesCommandOutput | ListAliasesCommandOutput | ListAvailabilityConfigurationsCommandOutput | ListGroupMembersCommandOutput | ListGroupsCommandOutput | ListImpersonationRolesCommandOutput | ListMailDomainsCommandOutput | ListMailboxExportJobsCommandOutput | ListMailboxPermissionsCommandOutput | ListMobileDeviceAccessOverridesCommandOutput | ListMobileDeviceAccessRulesCommandOutput | ListOrganizationsCommandOutput | ListResourceDelegatesCommandOutput | ListResourcesCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | PutAccessControlRuleCommandOutput | PutEmailMonitoringConfigurationCommandOutput | PutInboundDmarcSettingsCommandOutput | PutMailboxPermissionsCommandOutput | PutMobileDeviceAccessOverrideCommandOutput | PutRetentionPolicyCommandOutput | RegisterMailDomainCommandOutput | RegisterToWorkMailCommandOutput | ResetPasswordCommandOutput | StartMailboxExportJobCommandOutput | TagResourceCommandOutput | TestAvailabilityConfigurationCommandOutput | UntagResourceCommandOutput | UpdateAvailabilityConfigurationCommandOutput | UpdateDefaultMailDomainCommandOutput | UpdateImpersonationRoleCommandOutput | UpdateMailboxQuotaCommandOutput | UpdateMobileDeviceAccessRuleCommandOutput | UpdatePrimaryEmailAddressCommandOutput | UpdateResourceCommandOutput;
99
+ /**
100
+ * @public
101
+ */
93
102
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
94
103
  /**
95
104
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
96
105
  */
97
106
  requestHandler?: __HttpHandler;
98
107
  /**
99
- * A constructor for a class implementing the {@link __Checksum} interface
108
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
100
109
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
101
110
  * @internal
102
111
  */
@@ -186,23 +195,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
186
195
  */
187
196
  logger?: __Logger;
188
197
  /**
189
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
198
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
190
199
  */
191
200
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
192
201
  }
202
+ /**
203
+ * @public
204
+ */
193
205
  type WorkMailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
194
206
  /**
195
- * The configuration interface of WorkMailClient class constructor that set the region, credentials and other options.
207
+ * @public
208
+ *
209
+ * The configuration interface of WorkMailClient class constructor that set the region, credentials and other options.
196
210
  */
197
211
  export interface WorkMailClientConfig extends WorkMailClientConfigType {
198
212
  }
213
+ /**
214
+ * @public
215
+ */
199
216
  type WorkMailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
200
217
  /**
201
- * The resolved configuration interface of WorkMailClient class. This is resolved and normalized from the {@link WorkMailClientConfig | constructor configuration interface}.
218
+ * @public
219
+ *
220
+ * The resolved configuration interface of WorkMailClient class. This is resolved and normalized from the {@link WorkMailClientConfig | constructor configuration interface}.
202
221
  */
203
222
  export interface WorkMailClientResolvedConfig extends WorkMailClientResolvedConfigType {
204
223
  }
205
224
  /**
225
+ * @public
206
226
  * <p>WorkMail is a secure, managed business email and calendaring service with support for
207
227
  * existing desktop and mobile email clients. You can access your email, contacts, and
208
228
  * calendars using Microsoft Outlook, your browser, or other native iOS and Android email
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateDelegateToResourceRequest, AssociateDelegateToResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateDelegateToResourceCommand}.
8
10
  */
9
11
  export interface AssociateDelegateToResourceCommandInput extends AssociateDelegateToResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateDelegateToResourceCommand}.
13
17
  */
14
18
  export interface AssociateDelegateToResourceCommandOutput extends AssociateDelegateToResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a member (user or group) to the resource's set of delegates.</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 AssociateDelegateToResourceCommandOutput extends AssociateDeleg
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateDelegateToResourceCommandInput - {@link AssociateDelegateToResourceCommandInput}
34
+ * @returns {@link AssociateDelegateToResourceCommandOutput}
28
35
  * @see {@link AssociateDelegateToResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateDelegateToResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -53,11 +60,20 @@ export interface AssociateDelegateToResourceCommandOutput extends AssociateDeleg
53
60
  export declare class AssociateDelegateToResourceCommand extends $Command<AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput, WorkMailClientResolvedConfig> {
54
61
  readonly input: AssociateDelegateToResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: AssociateDelegateToResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateMemberToGroupRequest, AssociateMemberToGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateMemberToGroupCommand}.
8
10
  */
9
11
  export interface AssociateMemberToGroupCommandInput extends AssociateMemberToGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateMemberToGroupCommand}.
13
17
  */
14
18
  export interface AssociateMemberToGroupCommandOutput extends AssociateMemberToGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a member (user or group) to the group's set.</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 AssociateMemberToGroupCommandOutput extends AssociateMemberToGr
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateMemberToGroupCommandInput - {@link AssociateMemberToGroupCommandInput}
34
+ * @returns {@link AssociateMemberToGroupCommandOutput}
28
35
  * @see {@link AssociateMemberToGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateMemberToGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -62,11 +69,20 @@ export interface AssociateMemberToGroupCommandOutput extends AssociateMemberToGr
62
69
  export declare class AssociateMemberToGroupCommand extends $Command<AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput, WorkMailClientResolvedConfig> {
63
70
  readonly input: AssociateMemberToGroupCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: AssociateMemberToGroupCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssumeImpersonationRoleRequest, AssumeImpersonationRoleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssumeImpersonationRoleCommand}.
8
10
  */
9
11
  export interface AssumeImpersonationRoleCommandInput extends AssumeImpersonationRoleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssumeImpersonationRoleCommand}.
13
17
  */
14
18
  export interface AssumeImpersonationRoleCommandOutput extends AssumeImpersonationRoleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Assumes an impersonation role for the given WorkMail organization. This method returns an
18
23
  * authentication token you can use to make impersonated calls.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssumeImpersonationRoleCommandOutput extends AssumeImpersonatio
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssumeImpersonationRoleCommandInput - {@link AssumeImpersonationRoleCommandInput}
35
+ * @returns {@link AssumeImpersonationRoleCommandOutput}
29
36
  * @see {@link AssumeImpersonationRoleCommandInput} for command's `input` shape.
30
37
  * @see {@link AssumeImpersonationRoleCommandOutput} for command's `response` shape.
31
38
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -49,11 +56,20 @@ export interface AssumeImpersonationRoleCommandOutput extends AssumeImpersonatio
49
56
  export declare class AssumeImpersonationRoleCommand extends $Command<AssumeImpersonationRoleCommandInput, AssumeImpersonationRoleCommandOutput, WorkMailClientResolvedConfig> {
50
57
  readonly input: AssumeImpersonationRoleCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: AssumeImpersonationRoleCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssumeImpersonationRoleCommandInput, AssumeImpersonationRoleCommandOutput>;
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 { CancelMailboxExportJobRequest, CancelMailboxExportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelMailboxExportJobCommand}.
8
10
  */
9
11
  export interface CancelMailboxExportJobCommandInput extends CancelMailboxExportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelMailboxExportJobCommand}.
13
17
  */
14
18
  export interface CancelMailboxExportJobCommandOutput extends CancelMailboxExportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels a mailbox export job.</p>
18
23
  * <note>
19
24
  * <p>If the mailbox export job is near completion, it might not be possible to cancel
@@ -29,6 +34,8 @@ export interface CancelMailboxExportJobCommandOutput extends CancelMailboxExport
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CancelMailboxExportJobCommandInput - {@link CancelMailboxExportJobCommandInput}
38
+ * @returns {@link CancelMailboxExportJobCommandOutput}
32
39
  * @see {@link CancelMailboxExportJobCommandInput} for command's `input` shape.
33
40
  * @see {@link CancelMailboxExportJobCommandOutput} for command's `response` shape.
34
41
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -53,11 +60,20 @@ export interface CancelMailboxExportJobCommandOutput extends CancelMailboxExport
53
60
  export declare class CancelMailboxExportJobCommand extends $Command<CancelMailboxExportJobCommandInput, CancelMailboxExportJobCommandOutput, WorkMailClientResolvedConfig> {
54
61
  readonly input: CancelMailboxExportJobCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CancelMailboxExportJobCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMailboxExportJobCommandInput, CancelMailboxExportJobCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAliasRequest, CreateAliasResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAliasCommand}.
8
10
  */
9
11
  export interface CreateAliasCommandInput extends CreateAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAliasCommand}.
13
17
  */
14
18
  export interface CreateAliasCommandOutput extends CreateAliasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds an alias to the set of a given member (user or group) of WorkMail.</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 CreateAliasCommandOutput extends CreateAliasResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateAliasCommandInput - {@link CreateAliasCommandInput}
34
+ * @returns {@link CreateAliasCommandOutput}
28
35
  * @see {@link CreateAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateAliasCommandOutput extends CreateAliasResponse, __Metadat
67
74
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, WorkMailClientResolvedConfig> {
68
75
  readonly input: CreateAliasCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateAliasCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAvailabilityConfigurationRequest, CreateAvailabilityConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAvailabilityConfigurationCommand}.
8
10
  */
9
11
  export interface CreateAvailabilityConfigurationCommandInput extends CreateAvailabilityConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAvailabilityConfigurationCommand}.
13
17
  */
14
18
  export interface CreateAvailabilityConfigurationCommandOutput extends CreateAvailabilityConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an <code>AvailabilityConfiguration</code> for the given WorkMail organization and domain.</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 CreateAvailabilityConfigurationCommandOutput extends CreateAvai
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateAvailabilityConfigurationCommandInput - {@link CreateAvailabilityConfigurationCommandInput}
34
+ * @returns {@link CreateAvailabilityConfigurationCommandOutput}
28
35
  * @see {@link CreateAvailabilityConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateAvailabilityConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CreateAvailabilityConfigurationCommandOutput extends CreateAvai
51
58
  export declare class CreateAvailabilityConfigurationCommand extends $Command<CreateAvailabilityConfigurationCommandInput, CreateAvailabilityConfigurationCommandOutput, WorkMailClientResolvedConfig> {
52
59
  readonly input: CreateAvailabilityConfigurationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CreateAvailabilityConfigurationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAvailabilityConfigurationCommandInput, CreateAvailabilityConfigurationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGroupCommand}.
8
10
  */
9
11
  export interface CreateGroupCommandInput extends CreateGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGroupCommand}.
13
17
  */
14
18
  export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a group that can be used in WorkMail by calling the <a>RegisterToWorkMail</a> operation.</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 CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGroupCommandInput - {@link CreateGroupCommandInput}
34
+ * @returns {@link CreateGroupCommandOutput}
28
35
  * @see {@link CreateGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -60,11 +67,20 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
60
67
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, WorkMailClientResolvedConfig> {
61
68
  readonly input: CreateGroupCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: CreateGroupCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateImpersonationRoleRequest, CreateImpersonationRoleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateImpersonationRoleCommand}.
8
10
  */
9
11
  export interface CreateImpersonationRoleCommandInput extends CreateImpersonationRoleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateImpersonationRoleCommand}.
13
17
  */
14
18
  export interface CreateImpersonationRoleCommandOutput extends CreateImpersonationRoleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an impersonation role for the given WorkMail organization.</p>
18
23
  * <p>
19
24
  * <i>Idempotency</i> ensures that an API request completes no more than one
@@ -30,6 +35,8 @@ export interface CreateImpersonationRoleCommandOutput extends CreateImpersonatio
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateImpersonationRoleCommandInput - {@link CreateImpersonationRoleCommandInput}
39
+ * @returns {@link CreateImpersonationRoleCommandOutput}
33
40
  * @see {@link CreateImpersonationRoleCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateImpersonationRoleCommandOutput} for command's `response` shape.
35
42
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateImpersonationRoleCommandOutput extends CreateImpersonatio
61
68
  export declare class CreateImpersonationRoleCommand extends $Command<CreateImpersonationRoleCommandInput, CreateImpersonationRoleCommandOutput, WorkMailClientResolvedConfig> {
62
69
  readonly input: CreateImpersonationRoleCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateImpersonationRoleCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImpersonationRoleCommandInput, CreateImpersonationRoleCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateMobileDeviceAccessRuleRequest, CreateMobileDeviceAccessRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMobileDeviceAccessRuleCommand}.
8
10
  */
9
11
  export interface CreateMobileDeviceAccessRuleCommandInput extends CreateMobileDeviceAccessRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMobileDeviceAccessRuleCommand}.
13
17
  */
14
18
  export interface CreateMobileDeviceAccessRuleCommandOutput extends CreateMobileDeviceAccessRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new mobile device access rule 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 CreateMobileDeviceAccessRuleCommandOutput extends CreateMobileD
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMobileDeviceAccessRuleCommandInput - {@link CreateMobileDeviceAccessRuleCommandInput}
34
+ * @returns {@link CreateMobileDeviceAccessRuleCommandOutput}
28
35
  * @see {@link CreateMobileDeviceAccessRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMobileDeviceAccessRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateMobileDeviceAccessRuleCommandOutput extends CreateMobileD
48
55
  export declare class CreateMobileDeviceAccessRuleCommand extends $Command<CreateMobileDeviceAccessRuleCommandInput, CreateMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig> {
49
56
  readonly input: CreateMobileDeviceAccessRuleCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateMobileDeviceAccessRuleCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMobileDeviceAccessRuleCommandInput, CreateMobileDeviceAccessRuleCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateOrganizationCommand}.
8
10
  */
9
11
  export interface CreateOrganizationCommandInput extends CreateOrganizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateOrganizationCommand}.
13
17
  */
14
18
  export interface CreateOrganizationCommandOutput extends CreateOrganizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new WorkMail organization. Optionally, you can choose to associate an existing AWS Directory Service directory with your organization. If an AWS Directory Service directory ID is specified, the organization alias must match the directory alias. If you choose not to associate an existing directory with your organization, then we create a new WorkMail directory for you. For more information, see <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/add_new_organization.html">Adding an organization</a> in the <i>WorkMail Administrator Guide</i>.</p>
18
23
  * <p>You can associate multiple email domains with an organization, then choose your
19
24
  * default email domain from the WorkMail console. You can also associate a domain that is managed
@@ -33,6 +38,8 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateOrganizationCommandInput - {@link CreateOrganizationCommandInput}
42
+ * @returns {@link CreateOrganizationCommandOutput}
36
43
  * @see {@link CreateOrganizationCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateOrganizationCommandOutput} for command's `response` shape.
38
45
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
57
64
  export declare class CreateOrganizationCommand extends $Command<CreateOrganizationCommandInput, CreateOrganizationCommandOutput, WorkMailClientResolvedConfig> {
58
65
  readonly input: CreateOrganizationCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateOrganizationCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrganizationCommandInput, CreateOrganizationCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateResourceRequest, CreateResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateResourceCommand}.
8
10
  */
9
11
  export interface CreateResourceCommandInput extends CreateResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateResourceCommand}.
13
17
  */
14
18
  export interface CreateResourceCommandOutput extends CreateResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new WorkMail 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 CreateResourceCommandOutput extends CreateResourceResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateResourceCommandInput - {@link CreateResourceCommandInput}
34
+ * @returns {@link CreateResourceCommandOutput}
28
35
  * @see {@link CreateResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateResourceCommandOutput extends CreateResourceResponse, __M
57
64
  export declare class CreateResourceCommand extends $Command<CreateResourceCommandInput, CreateResourceCommandOutput, WorkMailClientResolvedConfig> {
58
65
  readonly input: CreateResourceCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateResourceCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkMailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceCommandInput, CreateResourceCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }