@aws-sdk/client-workmail 3.927.0 → 3.928.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 (116) hide show
  1. package/dist-cjs/index.js +2475 -3376
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WorkMailClient.js +2 -0
  4. package/dist-es/commands/AssociateDelegateToResourceCommand.js +3 -9
  5. package/dist-es/commands/AssociateMemberToGroupCommand.js +3 -9
  6. package/dist-es/commands/AssumeImpersonationRoleCommand.js +3 -9
  7. package/dist-es/commands/CancelMailboxExportJobCommand.js +3 -9
  8. package/dist-es/commands/CreateAliasCommand.js +3 -9
  9. package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +3 -10
  10. package/dist-es/commands/CreateGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateIdentityCenterApplicationCommand.js +3 -9
  12. package/dist-es/commands/CreateImpersonationRoleCommand.js +3 -9
  13. package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +3 -9
  14. package/dist-es/commands/CreateOrganizationCommand.js +3 -9
  15. package/dist-es/commands/CreateResourceCommand.js +3 -10
  16. package/dist-es/commands/CreateUserCommand.js +3 -10
  17. package/dist-es/commands/DeleteAccessControlRuleCommand.js +3 -9
  18. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  19. package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteIdentityCenterApplicationCommand.js +3 -9
  23. package/dist-es/commands/DeleteIdentityProviderConfigurationCommand.js +3 -9
  24. package/dist-es/commands/DeleteImpersonationRoleCommand.js +3 -9
  25. package/dist-es/commands/DeleteMailboxPermissionsCommand.js +3 -9
  26. package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +3 -9
  27. package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +3 -9
  28. package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
  29. package/dist-es/commands/DeletePersonalAccessTokenCommand.js +3 -9
  30. package/dist-es/commands/DeleteResourceCommand.js +3 -9
  31. package/dist-es/commands/DeleteRetentionPolicyCommand.js +3 -9
  32. package/dist-es/commands/DeleteUserCommand.js +3 -9
  33. package/dist-es/commands/DeregisterFromWorkMailCommand.js +3 -9
  34. package/dist-es/commands/DeregisterMailDomainCommand.js +3 -9
  35. package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +3 -9
  36. package/dist-es/commands/DescribeEntityCommand.js +3 -9
  37. package/dist-es/commands/DescribeGroupCommand.js +3 -9
  38. package/dist-es/commands/DescribeIdentityProviderConfigurationCommand.js +3 -9
  39. package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +3 -9
  40. package/dist-es/commands/DescribeMailboxExportJobCommand.js +3 -9
  41. package/dist-es/commands/DescribeOrganizationCommand.js +3 -9
  42. package/dist-es/commands/DescribeResourceCommand.js +3 -10
  43. package/dist-es/commands/DescribeUserCommand.js +3 -10
  44. package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +3 -9
  45. package/dist-es/commands/DisassociateMemberFromGroupCommand.js +3 -9
  46. package/dist-es/commands/GetAccessControlEffectCommand.js +3 -9
  47. package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +3 -9
  48. package/dist-es/commands/GetImpersonationRoleCommand.js +3 -9
  49. package/dist-es/commands/GetImpersonationRoleEffectCommand.js +3 -9
  50. package/dist-es/commands/GetMailDomainCommand.js +3 -9
  51. package/dist-es/commands/GetMailboxDetailsCommand.js +3 -9
  52. package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +3 -9
  53. package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +3 -9
  54. package/dist-es/commands/GetPersonalAccessTokenMetadataCommand.js +3 -9
  55. package/dist-es/commands/ListAccessControlRulesCommand.js +3 -9
  56. package/dist-es/commands/ListAliasesCommand.js +3 -9
  57. package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +3 -9
  58. package/dist-es/commands/ListGroupMembersCommand.js +3 -9
  59. package/dist-es/commands/ListGroupsCommand.js +3 -9
  60. package/dist-es/commands/ListGroupsForEntityCommand.js +3 -9
  61. package/dist-es/commands/ListImpersonationRolesCommand.js +3 -9
  62. package/dist-es/commands/ListMailDomainsCommand.js +3 -9
  63. package/dist-es/commands/ListMailboxExportJobsCommand.js +3 -9
  64. package/dist-es/commands/ListMailboxPermissionsCommand.js +3 -9
  65. package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +3 -9
  66. package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +3 -9
  67. package/dist-es/commands/ListOrganizationsCommand.js +3 -9
  68. package/dist-es/commands/ListPersonalAccessTokensCommand.js +3 -9
  69. package/dist-es/commands/ListResourceDelegatesCommand.js +3 -9
  70. package/dist-es/commands/ListResourcesCommand.js +3 -10
  71. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  72. package/dist-es/commands/ListUsersCommand.js +3 -10
  73. package/dist-es/commands/PutAccessControlRuleCommand.js +3 -9
  74. package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +3 -9
  75. package/dist-es/commands/PutIdentityProviderConfigurationCommand.js +3 -9
  76. package/dist-es/commands/PutInboundDmarcSettingsCommand.js +3 -9
  77. package/dist-es/commands/PutMailboxPermissionsCommand.js +3 -9
  78. package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +3 -9
  79. package/dist-es/commands/PutRetentionPolicyCommand.js +3 -10
  80. package/dist-es/commands/RegisterMailDomainCommand.js +3 -9
  81. package/dist-es/commands/RegisterToWorkMailCommand.js +3 -9
  82. package/dist-es/commands/ResetPasswordCommand.js +3 -10
  83. package/dist-es/commands/StartMailboxExportJobCommand.js +3 -9
  84. package/dist-es/commands/TagResourceCommand.js +3 -9
  85. package/dist-es/commands/TestAvailabilityConfigurationCommand.js +3 -10
  86. package/dist-es/commands/UntagResourceCommand.js +3 -9
  87. package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +3 -10
  88. package/dist-es/commands/UpdateDefaultMailDomainCommand.js +3 -9
  89. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  90. package/dist-es/commands/UpdateImpersonationRoleCommand.js +3 -9
  91. package/dist-es/commands/UpdateMailboxQuotaCommand.js +3 -9
  92. package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +3 -9
  93. package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +3 -9
  94. package/dist-es/commands/UpdateResourceCommand.js +3 -10
  95. package/dist-es/commands/UpdateUserCommand.js +3 -10
  96. package/dist-es/models/models_0.js +0 -92
  97. package/dist-es/runtimeConfig.shared.js +7 -0
  98. package/dist-es/schemas/schemas_0.js +2238 -0
  99. package/dist-types/WorkMailClient.d.ts +10 -1
  100. package/dist-types/models/models_0.d.ts +0 -64
  101. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  102. package/dist-types/runtimeConfig.d.ts +1 -0
  103. package/dist-types/runtimeConfig.native.d.ts +1 -0
  104. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  105. package/dist-types/schemas/schemas_0.d.ts +376 -0
  106. package/dist-types/ts3.4/WorkMailClient.d.ts +4 -0
  107. package/dist-types/ts3.4/models/models_0.d.ts +0 -46
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  112. package/dist-types/ts3.4/schemas/schemas_0.d.ts +382 -0
  113. package/package.json +5 -6
  114. package/dist-es/protocols/Aws_json1_1.js +0 -2563
  115. package/dist-types/protocols/Aws_json1_1.d.ts +0 -830
  116. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1109
@@ -1,1109 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateDelegateToResourceCommandInput,
8
- AssociateDelegateToResourceCommandOutput,
9
- } from "../commands/AssociateDelegateToResourceCommand";
10
- import {
11
- AssociateMemberToGroupCommandInput,
12
- AssociateMemberToGroupCommandOutput,
13
- } from "../commands/AssociateMemberToGroupCommand";
14
- import {
15
- AssumeImpersonationRoleCommandInput,
16
- AssumeImpersonationRoleCommandOutput,
17
- } from "../commands/AssumeImpersonationRoleCommand";
18
- import {
19
- CancelMailboxExportJobCommandInput,
20
- CancelMailboxExportJobCommandOutput,
21
- } from "../commands/CancelMailboxExportJobCommand";
22
- import {
23
- CreateAliasCommandInput,
24
- CreateAliasCommandOutput,
25
- } from "../commands/CreateAliasCommand";
26
- import {
27
- CreateAvailabilityConfigurationCommandInput,
28
- CreateAvailabilityConfigurationCommandOutput,
29
- } from "../commands/CreateAvailabilityConfigurationCommand";
30
- import {
31
- CreateGroupCommandInput,
32
- CreateGroupCommandOutput,
33
- } from "../commands/CreateGroupCommand";
34
- import {
35
- CreateIdentityCenterApplicationCommandInput,
36
- CreateIdentityCenterApplicationCommandOutput,
37
- } from "../commands/CreateIdentityCenterApplicationCommand";
38
- import {
39
- CreateImpersonationRoleCommandInput,
40
- CreateImpersonationRoleCommandOutput,
41
- } from "../commands/CreateImpersonationRoleCommand";
42
- import {
43
- CreateMobileDeviceAccessRuleCommandInput,
44
- CreateMobileDeviceAccessRuleCommandOutput,
45
- } from "../commands/CreateMobileDeviceAccessRuleCommand";
46
- import {
47
- CreateOrganizationCommandInput,
48
- CreateOrganizationCommandOutput,
49
- } from "../commands/CreateOrganizationCommand";
50
- import {
51
- CreateResourceCommandInput,
52
- CreateResourceCommandOutput,
53
- } from "../commands/CreateResourceCommand";
54
- import {
55
- CreateUserCommandInput,
56
- CreateUserCommandOutput,
57
- } from "../commands/CreateUserCommand";
58
- import {
59
- DeleteAccessControlRuleCommandInput,
60
- DeleteAccessControlRuleCommandOutput,
61
- } from "../commands/DeleteAccessControlRuleCommand";
62
- import {
63
- DeleteAliasCommandInput,
64
- DeleteAliasCommandOutput,
65
- } from "../commands/DeleteAliasCommand";
66
- import {
67
- DeleteAvailabilityConfigurationCommandInput,
68
- DeleteAvailabilityConfigurationCommandOutput,
69
- } from "../commands/DeleteAvailabilityConfigurationCommand";
70
- import {
71
- DeleteEmailMonitoringConfigurationCommandInput,
72
- DeleteEmailMonitoringConfigurationCommandOutput,
73
- } from "../commands/DeleteEmailMonitoringConfigurationCommand";
74
- import {
75
- DeleteGroupCommandInput,
76
- DeleteGroupCommandOutput,
77
- } from "../commands/DeleteGroupCommand";
78
- import {
79
- DeleteIdentityCenterApplicationCommandInput,
80
- DeleteIdentityCenterApplicationCommandOutput,
81
- } from "../commands/DeleteIdentityCenterApplicationCommand";
82
- import {
83
- DeleteIdentityProviderConfigurationCommandInput,
84
- DeleteIdentityProviderConfigurationCommandOutput,
85
- } from "../commands/DeleteIdentityProviderConfigurationCommand";
86
- import {
87
- DeleteImpersonationRoleCommandInput,
88
- DeleteImpersonationRoleCommandOutput,
89
- } from "../commands/DeleteImpersonationRoleCommand";
90
- import {
91
- DeleteMailboxPermissionsCommandInput,
92
- DeleteMailboxPermissionsCommandOutput,
93
- } from "../commands/DeleteMailboxPermissionsCommand";
94
- import {
95
- DeleteMobileDeviceAccessOverrideCommandInput,
96
- DeleteMobileDeviceAccessOverrideCommandOutput,
97
- } from "../commands/DeleteMobileDeviceAccessOverrideCommand";
98
- import {
99
- DeleteMobileDeviceAccessRuleCommandInput,
100
- DeleteMobileDeviceAccessRuleCommandOutput,
101
- } from "../commands/DeleteMobileDeviceAccessRuleCommand";
102
- import {
103
- DeleteOrganizationCommandInput,
104
- DeleteOrganizationCommandOutput,
105
- } from "../commands/DeleteOrganizationCommand";
106
- import {
107
- DeletePersonalAccessTokenCommandInput,
108
- DeletePersonalAccessTokenCommandOutput,
109
- } from "../commands/DeletePersonalAccessTokenCommand";
110
- import {
111
- DeleteResourceCommandInput,
112
- DeleteResourceCommandOutput,
113
- } from "../commands/DeleteResourceCommand";
114
- import {
115
- DeleteRetentionPolicyCommandInput,
116
- DeleteRetentionPolicyCommandOutput,
117
- } from "../commands/DeleteRetentionPolicyCommand";
118
- import {
119
- DeleteUserCommandInput,
120
- DeleteUserCommandOutput,
121
- } from "../commands/DeleteUserCommand";
122
- import {
123
- DeregisterFromWorkMailCommandInput,
124
- DeregisterFromWorkMailCommandOutput,
125
- } from "../commands/DeregisterFromWorkMailCommand";
126
- import {
127
- DeregisterMailDomainCommandInput,
128
- DeregisterMailDomainCommandOutput,
129
- } from "../commands/DeregisterMailDomainCommand";
130
- import {
131
- DescribeEmailMonitoringConfigurationCommandInput,
132
- DescribeEmailMonitoringConfigurationCommandOutput,
133
- } from "../commands/DescribeEmailMonitoringConfigurationCommand";
134
- import {
135
- DescribeEntityCommandInput,
136
- DescribeEntityCommandOutput,
137
- } from "../commands/DescribeEntityCommand";
138
- import {
139
- DescribeGroupCommandInput,
140
- DescribeGroupCommandOutput,
141
- } from "../commands/DescribeGroupCommand";
142
- import {
143
- DescribeIdentityProviderConfigurationCommandInput,
144
- DescribeIdentityProviderConfigurationCommandOutput,
145
- } from "../commands/DescribeIdentityProviderConfigurationCommand";
146
- import {
147
- DescribeInboundDmarcSettingsCommandInput,
148
- DescribeInboundDmarcSettingsCommandOutput,
149
- } from "../commands/DescribeInboundDmarcSettingsCommand";
150
- import {
151
- DescribeMailboxExportJobCommandInput,
152
- DescribeMailboxExportJobCommandOutput,
153
- } from "../commands/DescribeMailboxExportJobCommand";
154
- import {
155
- DescribeOrganizationCommandInput,
156
- DescribeOrganizationCommandOutput,
157
- } from "../commands/DescribeOrganizationCommand";
158
- import {
159
- DescribeResourceCommandInput,
160
- DescribeResourceCommandOutput,
161
- } from "../commands/DescribeResourceCommand";
162
- import {
163
- DescribeUserCommandInput,
164
- DescribeUserCommandOutput,
165
- } from "../commands/DescribeUserCommand";
166
- import {
167
- DisassociateDelegateFromResourceCommandInput,
168
- DisassociateDelegateFromResourceCommandOutput,
169
- } from "../commands/DisassociateDelegateFromResourceCommand";
170
- import {
171
- DisassociateMemberFromGroupCommandInput,
172
- DisassociateMemberFromGroupCommandOutput,
173
- } from "../commands/DisassociateMemberFromGroupCommand";
174
- import {
175
- GetAccessControlEffectCommandInput,
176
- GetAccessControlEffectCommandOutput,
177
- } from "../commands/GetAccessControlEffectCommand";
178
- import {
179
- GetDefaultRetentionPolicyCommandInput,
180
- GetDefaultRetentionPolicyCommandOutput,
181
- } from "../commands/GetDefaultRetentionPolicyCommand";
182
- import {
183
- GetImpersonationRoleCommandInput,
184
- GetImpersonationRoleCommandOutput,
185
- } from "../commands/GetImpersonationRoleCommand";
186
- import {
187
- GetImpersonationRoleEffectCommandInput,
188
- GetImpersonationRoleEffectCommandOutput,
189
- } from "../commands/GetImpersonationRoleEffectCommand";
190
- import {
191
- GetMailboxDetailsCommandInput,
192
- GetMailboxDetailsCommandOutput,
193
- } from "../commands/GetMailboxDetailsCommand";
194
- import {
195
- GetMailDomainCommandInput,
196
- GetMailDomainCommandOutput,
197
- } from "../commands/GetMailDomainCommand";
198
- import {
199
- GetMobileDeviceAccessEffectCommandInput,
200
- GetMobileDeviceAccessEffectCommandOutput,
201
- } from "../commands/GetMobileDeviceAccessEffectCommand";
202
- import {
203
- GetMobileDeviceAccessOverrideCommandInput,
204
- GetMobileDeviceAccessOverrideCommandOutput,
205
- } from "../commands/GetMobileDeviceAccessOverrideCommand";
206
- import {
207
- GetPersonalAccessTokenMetadataCommandInput,
208
- GetPersonalAccessTokenMetadataCommandOutput,
209
- } from "../commands/GetPersonalAccessTokenMetadataCommand";
210
- import {
211
- ListAccessControlRulesCommandInput,
212
- ListAccessControlRulesCommandOutput,
213
- } from "../commands/ListAccessControlRulesCommand";
214
- import {
215
- ListAliasesCommandInput,
216
- ListAliasesCommandOutput,
217
- } from "../commands/ListAliasesCommand";
218
- import {
219
- ListAvailabilityConfigurationsCommandInput,
220
- ListAvailabilityConfigurationsCommandOutput,
221
- } from "../commands/ListAvailabilityConfigurationsCommand";
222
- import {
223
- ListGroupMembersCommandInput,
224
- ListGroupMembersCommandOutput,
225
- } from "../commands/ListGroupMembersCommand";
226
- import {
227
- ListGroupsCommandInput,
228
- ListGroupsCommandOutput,
229
- } from "../commands/ListGroupsCommand";
230
- import {
231
- ListGroupsForEntityCommandInput,
232
- ListGroupsForEntityCommandOutput,
233
- } from "../commands/ListGroupsForEntityCommand";
234
- import {
235
- ListImpersonationRolesCommandInput,
236
- ListImpersonationRolesCommandOutput,
237
- } from "../commands/ListImpersonationRolesCommand";
238
- import {
239
- ListMailboxExportJobsCommandInput,
240
- ListMailboxExportJobsCommandOutput,
241
- } from "../commands/ListMailboxExportJobsCommand";
242
- import {
243
- ListMailboxPermissionsCommandInput,
244
- ListMailboxPermissionsCommandOutput,
245
- } from "../commands/ListMailboxPermissionsCommand";
246
- import {
247
- ListMailDomainsCommandInput,
248
- ListMailDomainsCommandOutput,
249
- } from "../commands/ListMailDomainsCommand";
250
- import {
251
- ListMobileDeviceAccessOverridesCommandInput,
252
- ListMobileDeviceAccessOverridesCommandOutput,
253
- } from "../commands/ListMobileDeviceAccessOverridesCommand";
254
- import {
255
- ListMobileDeviceAccessRulesCommandInput,
256
- ListMobileDeviceAccessRulesCommandOutput,
257
- } from "../commands/ListMobileDeviceAccessRulesCommand";
258
- import {
259
- ListOrganizationsCommandInput,
260
- ListOrganizationsCommandOutput,
261
- } from "../commands/ListOrganizationsCommand";
262
- import {
263
- ListPersonalAccessTokensCommandInput,
264
- ListPersonalAccessTokensCommandOutput,
265
- } from "../commands/ListPersonalAccessTokensCommand";
266
- import {
267
- ListResourceDelegatesCommandInput,
268
- ListResourceDelegatesCommandOutput,
269
- } from "../commands/ListResourceDelegatesCommand";
270
- import {
271
- ListResourcesCommandInput,
272
- ListResourcesCommandOutput,
273
- } from "../commands/ListResourcesCommand";
274
- import {
275
- ListTagsForResourceCommandInput,
276
- ListTagsForResourceCommandOutput,
277
- } from "../commands/ListTagsForResourceCommand";
278
- import {
279
- ListUsersCommandInput,
280
- ListUsersCommandOutput,
281
- } from "../commands/ListUsersCommand";
282
- import {
283
- PutAccessControlRuleCommandInput,
284
- PutAccessControlRuleCommandOutput,
285
- } from "../commands/PutAccessControlRuleCommand";
286
- import {
287
- PutEmailMonitoringConfigurationCommandInput,
288
- PutEmailMonitoringConfigurationCommandOutput,
289
- } from "../commands/PutEmailMonitoringConfigurationCommand";
290
- import {
291
- PutIdentityProviderConfigurationCommandInput,
292
- PutIdentityProviderConfigurationCommandOutput,
293
- } from "../commands/PutIdentityProviderConfigurationCommand";
294
- import {
295
- PutInboundDmarcSettingsCommandInput,
296
- PutInboundDmarcSettingsCommandOutput,
297
- } from "../commands/PutInboundDmarcSettingsCommand";
298
- import {
299
- PutMailboxPermissionsCommandInput,
300
- PutMailboxPermissionsCommandOutput,
301
- } from "../commands/PutMailboxPermissionsCommand";
302
- import {
303
- PutMobileDeviceAccessOverrideCommandInput,
304
- PutMobileDeviceAccessOverrideCommandOutput,
305
- } from "../commands/PutMobileDeviceAccessOverrideCommand";
306
- import {
307
- PutRetentionPolicyCommandInput,
308
- PutRetentionPolicyCommandOutput,
309
- } from "../commands/PutRetentionPolicyCommand";
310
- import {
311
- RegisterMailDomainCommandInput,
312
- RegisterMailDomainCommandOutput,
313
- } from "../commands/RegisterMailDomainCommand";
314
- import {
315
- RegisterToWorkMailCommandInput,
316
- RegisterToWorkMailCommandOutput,
317
- } from "../commands/RegisterToWorkMailCommand";
318
- import {
319
- ResetPasswordCommandInput,
320
- ResetPasswordCommandOutput,
321
- } from "../commands/ResetPasswordCommand";
322
- import {
323
- StartMailboxExportJobCommandInput,
324
- StartMailboxExportJobCommandOutput,
325
- } from "../commands/StartMailboxExportJobCommand";
326
- import {
327
- TagResourceCommandInput,
328
- TagResourceCommandOutput,
329
- } from "../commands/TagResourceCommand";
330
- import {
331
- TestAvailabilityConfigurationCommandInput,
332
- TestAvailabilityConfigurationCommandOutput,
333
- } from "../commands/TestAvailabilityConfigurationCommand";
334
- import {
335
- UntagResourceCommandInput,
336
- UntagResourceCommandOutput,
337
- } from "../commands/UntagResourceCommand";
338
- import {
339
- UpdateAvailabilityConfigurationCommandInput,
340
- UpdateAvailabilityConfigurationCommandOutput,
341
- } from "../commands/UpdateAvailabilityConfigurationCommand";
342
- import {
343
- UpdateDefaultMailDomainCommandInput,
344
- UpdateDefaultMailDomainCommandOutput,
345
- } from "../commands/UpdateDefaultMailDomainCommand";
346
- import {
347
- UpdateGroupCommandInput,
348
- UpdateGroupCommandOutput,
349
- } from "../commands/UpdateGroupCommand";
350
- import {
351
- UpdateImpersonationRoleCommandInput,
352
- UpdateImpersonationRoleCommandOutput,
353
- } from "../commands/UpdateImpersonationRoleCommand";
354
- import {
355
- UpdateMailboxQuotaCommandInput,
356
- UpdateMailboxQuotaCommandOutput,
357
- } from "../commands/UpdateMailboxQuotaCommand";
358
- import {
359
- UpdateMobileDeviceAccessRuleCommandInput,
360
- UpdateMobileDeviceAccessRuleCommandOutput,
361
- } from "../commands/UpdateMobileDeviceAccessRuleCommand";
362
- import {
363
- UpdatePrimaryEmailAddressCommandInput,
364
- UpdatePrimaryEmailAddressCommandOutput,
365
- } from "../commands/UpdatePrimaryEmailAddressCommand";
366
- import {
367
- UpdateResourceCommandInput,
368
- UpdateResourceCommandOutput,
369
- } from "../commands/UpdateResourceCommand";
370
- import {
371
- UpdateUserCommandInput,
372
- UpdateUserCommandOutput,
373
- } from "../commands/UpdateUserCommand";
374
- export declare const se_AssociateDelegateToResourceCommand: (
375
- input: AssociateDelegateToResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_AssociateMemberToGroupCommand: (
379
- input: AssociateMemberToGroupCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_AssumeImpersonationRoleCommand: (
383
- input: AssumeImpersonationRoleCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CancelMailboxExportJobCommand: (
387
- input: CancelMailboxExportJobCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreateAliasCommand: (
391
- input: CreateAliasCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_CreateAvailabilityConfigurationCommand: (
395
- input: CreateAvailabilityConfigurationCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_CreateGroupCommand: (
399
- input: CreateGroupCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_CreateIdentityCenterApplicationCommand: (
403
- input: CreateIdentityCenterApplicationCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_CreateImpersonationRoleCommand: (
407
- input: CreateImpersonationRoleCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_CreateMobileDeviceAccessRuleCommand: (
411
- input: CreateMobileDeviceAccessRuleCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_CreateOrganizationCommand: (
415
- input: CreateOrganizationCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_CreateResourceCommand: (
419
- input: CreateResourceCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_CreateUserCommand: (
423
- input: CreateUserCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteAccessControlRuleCommand: (
427
- input: DeleteAccessControlRuleCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteAliasCommand: (
431
- input: DeleteAliasCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DeleteAvailabilityConfigurationCommand: (
435
- input: DeleteAvailabilityConfigurationCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DeleteEmailMonitoringConfigurationCommand: (
439
- input: DeleteEmailMonitoringConfigurationCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DeleteGroupCommand: (
443
- input: DeleteGroupCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DeleteIdentityCenterApplicationCommand: (
447
- input: DeleteIdentityCenterApplicationCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DeleteIdentityProviderConfigurationCommand: (
451
- input: DeleteIdentityProviderConfigurationCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DeleteImpersonationRoleCommand: (
455
- input: DeleteImpersonationRoleCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteMailboxPermissionsCommand: (
459
- input: DeleteMailboxPermissionsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DeleteMobileDeviceAccessOverrideCommand: (
463
- input: DeleteMobileDeviceAccessOverrideCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DeleteMobileDeviceAccessRuleCommand: (
467
- input: DeleteMobileDeviceAccessRuleCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_DeleteOrganizationCommand: (
471
- input: DeleteOrganizationCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_DeletePersonalAccessTokenCommand: (
475
- input: DeletePersonalAccessTokenCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_DeleteResourceCommand: (
479
- input: DeleteResourceCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_DeleteRetentionPolicyCommand: (
483
- input: DeleteRetentionPolicyCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_DeleteUserCommand: (
487
- input: DeleteUserCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_DeregisterFromWorkMailCommand: (
491
- input: DeregisterFromWorkMailCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_DeregisterMailDomainCommand: (
495
- input: DeregisterMailDomainCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_DescribeEmailMonitoringConfigurationCommand: (
499
- input: DescribeEmailMonitoringConfigurationCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_DescribeEntityCommand: (
503
- input: DescribeEntityCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_DescribeGroupCommand: (
507
- input: DescribeGroupCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_DescribeIdentityProviderConfigurationCommand: (
511
- input: DescribeIdentityProviderConfigurationCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_DescribeInboundDmarcSettingsCommand: (
515
- input: DescribeInboundDmarcSettingsCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_DescribeMailboxExportJobCommand: (
519
- input: DescribeMailboxExportJobCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_DescribeOrganizationCommand: (
523
- input: DescribeOrganizationCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_DescribeResourceCommand: (
527
- input: DescribeResourceCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_DescribeUserCommand: (
531
- input: DescribeUserCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_DisassociateDelegateFromResourceCommand: (
535
- input: DisassociateDelegateFromResourceCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_DisassociateMemberFromGroupCommand: (
539
- input: DisassociateMemberFromGroupCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_GetAccessControlEffectCommand: (
543
- input: GetAccessControlEffectCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_GetDefaultRetentionPolicyCommand: (
547
- input: GetDefaultRetentionPolicyCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_GetImpersonationRoleCommand: (
551
- input: GetImpersonationRoleCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_GetImpersonationRoleEffectCommand: (
555
- input: GetImpersonationRoleEffectCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_GetMailboxDetailsCommand: (
559
- input: GetMailboxDetailsCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_GetMailDomainCommand: (
563
- input: GetMailDomainCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_GetMobileDeviceAccessEffectCommand: (
567
- input: GetMobileDeviceAccessEffectCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_GetMobileDeviceAccessOverrideCommand: (
571
- input: GetMobileDeviceAccessOverrideCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_GetPersonalAccessTokenMetadataCommand: (
575
- input: GetPersonalAccessTokenMetadataCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListAccessControlRulesCommand: (
579
- input: ListAccessControlRulesCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListAliasesCommand: (
583
- input: ListAliasesCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListAvailabilityConfigurationsCommand: (
587
- input: ListAvailabilityConfigurationsCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_ListGroupMembersCommand: (
591
- input: ListGroupMembersCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ListGroupsCommand: (
595
- input: ListGroupsCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_ListGroupsForEntityCommand: (
599
- input: ListGroupsForEntityCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_ListImpersonationRolesCommand: (
603
- input: ListImpersonationRolesCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_ListMailboxExportJobsCommand: (
607
- input: ListMailboxExportJobsCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ListMailboxPermissionsCommand: (
611
- input: ListMailboxPermissionsCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_ListMailDomainsCommand: (
615
- input: ListMailDomainsCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_ListMobileDeviceAccessOverridesCommand: (
619
- input: ListMobileDeviceAccessOverridesCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_ListMobileDeviceAccessRulesCommand: (
623
- input: ListMobileDeviceAccessRulesCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_ListOrganizationsCommand: (
627
- input: ListOrganizationsCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_ListPersonalAccessTokensCommand: (
631
- input: ListPersonalAccessTokensCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_ListResourceDelegatesCommand: (
635
- input: ListResourceDelegatesCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_ListResourcesCommand: (
639
- input: ListResourcesCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_ListTagsForResourceCommand: (
643
- input: ListTagsForResourceCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_ListUsersCommand: (
647
- input: ListUsersCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_PutAccessControlRuleCommand: (
651
- input: PutAccessControlRuleCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_PutEmailMonitoringConfigurationCommand: (
655
- input: PutEmailMonitoringConfigurationCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_PutIdentityProviderConfigurationCommand: (
659
- input: PutIdentityProviderConfigurationCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_PutInboundDmarcSettingsCommand: (
663
- input: PutInboundDmarcSettingsCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_PutMailboxPermissionsCommand: (
667
- input: PutMailboxPermissionsCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_PutMobileDeviceAccessOverrideCommand: (
671
- input: PutMobileDeviceAccessOverrideCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_PutRetentionPolicyCommand: (
675
- input: PutRetentionPolicyCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_RegisterMailDomainCommand: (
679
- input: RegisterMailDomainCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_RegisterToWorkMailCommand: (
683
- input: RegisterToWorkMailCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_ResetPasswordCommand: (
687
- input: ResetPasswordCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_StartMailboxExportJobCommand: (
691
- input: StartMailboxExportJobCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_TagResourceCommand: (
695
- input: TagResourceCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_TestAvailabilityConfigurationCommand: (
699
- input: TestAvailabilityConfigurationCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_UntagResourceCommand: (
703
- input: UntagResourceCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_UpdateAvailabilityConfigurationCommand: (
707
- input: UpdateAvailabilityConfigurationCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_UpdateDefaultMailDomainCommand: (
711
- input: UpdateDefaultMailDomainCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_UpdateGroupCommand: (
715
- input: UpdateGroupCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_UpdateImpersonationRoleCommand: (
719
- input: UpdateImpersonationRoleCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_UpdateMailboxQuotaCommand: (
723
- input: UpdateMailboxQuotaCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_UpdateMobileDeviceAccessRuleCommand: (
727
- input: UpdateMobileDeviceAccessRuleCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_UpdatePrimaryEmailAddressCommand: (
731
- input: UpdatePrimaryEmailAddressCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_UpdateResourceCommand: (
735
- input: UpdateResourceCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_UpdateUserCommand: (
739
- input: UpdateUserCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const de_AssociateDelegateToResourceCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<AssociateDelegateToResourceCommandOutput>;
746
- export declare const de_AssociateMemberToGroupCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<AssociateMemberToGroupCommandOutput>;
750
- export declare const de_AssumeImpersonationRoleCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<AssumeImpersonationRoleCommandOutput>;
754
- export declare const de_CancelMailboxExportJobCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<CancelMailboxExportJobCommandOutput>;
758
- export declare const de_CreateAliasCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<CreateAliasCommandOutput>;
762
- export declare const de_CreateAvailabilityConfigurationCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<CreateAvailabilityConfigurationCommandOutput>;
766
- export declare const de_CreateGroupCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<CreateGroupCommandOutput>;
770
- export declare const de_CreateIdentityCenterApplicationCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<CreateIdentityCenterApplicationCommandOutput>;
774
- export declare const de_CreateImpersonationRoleCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<CreateImpersonationRoleCommandOutput>;
778
- export declare const de_CreateMobileDeviceAccessRuleCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<CreateMobileDeviceAccessRuleCommandOutput>;
782
- export declare const de_CreateOrganizationCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<CreateOrganizationCommandOutput>;
786
- export declare const de_CreateResourceCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<CreateResourceCommandOutput>;
790
- export declare const de_CreateUserCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<CreateUserCommandOutput>;
794
- export declare const de_DeleteAccessControlRuleCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<DeleteAccessControlRuleCommandOutput>;
798
- export declare const de_DeleteAliasCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<DeleteAliasCommandOutput>;
802
- export declare const de_DeleteAvailabilityConfigurationCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<DeleteAvailabilityConfigurationCommandOutput>;
806
- export declare const de_DeleteEmailMonitoringConfigurationCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<DeleteEmailMonitoringConfigurationCommandOutput>;
810
- export declare const de_DeleteGroupCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<DeleteGroupCommandOutput>;
814
- export declare const de_DeleteIdentityCenterApplicationCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<DeleteIdentityCenterApplicationCommandOutput>;
818
- export declare const de_DeleteIdentityProviderConfigurationCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<DeleteIdentityProviderConfigurationCommandOutput>;
822
- export declare const de_DeleteImpersonationRoleCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<DeleteImpersonationRoleCommandOutput>;
826
- export declare const de_DeleteMailboxPermissionsCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<DeleteMailboxPermissionsCommandOutput>;
830
- export declare const de_DeleteMobileDeviceAccessOverrideCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<DeleteMobileDeviceAccessOverrideCommandOutput>;
834
- export declare const de_DeleteMobileDeviceAccessRuleCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<DeleteMobileDeviceAccessRuleCommandOutput>;
838
- export declare const de_DeleteOrganizationCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<DeleteOrganizationCommandOutput>;
842
- export declare const de_DeletePersonalAccessTokenCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<DeletePersonalAccessTokenCommandOutput>;
846
- export declare const de_DeleteResourceCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<DeleteResourceCommandOutput>;
850
- export declare const de_DeleteRetentionPolicyCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<DeleteRetentionPolicyCommandOutput>;
854
- export declare const de_DeleteUserCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<DeleteUserCommandOutput>;
858
- export declare const de_DeregisterFromWorkMailCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<DeregisterFromWorkMailCommandOutput>;
862
- export declare const de_DeregisterMailDomainCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<DeregisterMailDomainCommandOutput>;
866
- export declare const de_DescribeEmailMonitoringConfigurationCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<DescribeEmailMonitoringConfigurationCommandOutput>;
870
- export declare const de_DescribeEntityCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<DescribeEntityCommandOutput>;
874
- export declare const de_DescribeGroupCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<DescribeGroupCommandOutput>;
878
- export declare const de_DescribeIdentityProviderConfigurationCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<DescribeIdentityProviderConfigurationCommandOutput>;
882
- export declare const de_DescribeInboundDmarcSettingsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<DescribeInboundDmarcSettingsCommandOutput>;
886
- export declare const de_DescribeMailboxExportJobCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<DescribeMailboxExportJobCommandOutput>;
890
- export declare const de_DescribeOrganizationCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<DescribeOrganizationCommandOutput>;
894
- export declare const de_DescribeResourceCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<DescribeResourceCommandOutput>;
898
- export declare const de_DescribeUserCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<DescribeUserCommandOutput>;
902
- export declare const de_DisassociateDelegateFromResourceCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<DisassociateDelegateFromResourceCommandOutput>;
906
- export declare const de_DisassociateMemberFromGroupCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<DisassociateMemberFromGroupCommandOutput>;
910
- export declare const de_GetAccessControlEffectCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<GetAccessControlEffectCommandOutput>;
914
- export declare const de_GetDefaultRetentionPolicyCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<GetDefaultRetentionPolicyCommandOutput>;
918
- export declare const de_GetImpersonationRoleCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<GetImpersonationRoleCommandOutput>;
922
- export declare const de_GetImpersonationRoleEffectCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<GetImpersonationRoleEffectCommandOutput>;
926
- export declare const de_GetMailboxDetailsCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<GetMailboxDetailsCommandOutput>;
930
- export declare const de_GetMailDomainCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<GetMailDomainCommandOutput>;
934
- export declare const de_GetMobileDeviceAccessEffectCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<GetMobileDeviceAccessEffectCommandOutput>;
938
- export declare const de_GetMobileDeviceAccessOverrideCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<GetMobileDeviceAccessOverrideCommandOutput>;
942
- export declare const de_GetPersonalAccessTokenMetadataCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<GetPersonalAccessTokenMetadataCommandOutput>;
946
- export declare const de_ListAccessControlRulesCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<ListAccessControlRulesCommandOutput>;
950
- export declare const de_ListAliasesCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<ListAliasesCommandOutput>;
954
- export declare const de_ListAvailabilityConfigurationsCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<ListAvailabilityConfigurationsCommandOutput>;
958
- export declare const de_ListGroupMembersCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<ListGroupMembersCommandOutput>;
962
- export declare const de_ListGroupsCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<ListGroupsCommandOutput>;
966
- export declare const de_ListGroupsForEntityCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<ListGroupsForEntityCommandOutput>;
970
- export declare const de_ListImpersonationRolesCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<ListImpersonationRolesCommandOutput>;
974
- export declare const de_ListMailboxExportJobsCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<ListMailboxExportJobsCommandOutput>;
978
- export declare const de_ListMailboxPermissionsCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<ListMailboxPermissionsCommandOutput>;
982
- export declare const de_ListMailDomainsCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<ListMailDomainsCommandOutput>;
986
- export declare const de_ListMobileDeviceAccessOverridesCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<ListMobileDeviceAccessOverridesCommandOutput>;
990
- export declare const de_ListMobileDeviceAccessRulesCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<ListMobileDeviceAccessRulesCommandOutput>;
994
- export declare const de_ListOrganizationsCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<ListOrganizationsCommandOutput>;
998
- export declare const de_ListPersonalAccessTokensCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<ListPersonalAccessTokensCommandOutput>;
1002
- export declare const de_ListResourceDelegatesCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<ListResourceDelegatesCommandOutput>;
1006
- export declare const de_ListResourcesCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<ListResourcesCommandOutput>;
1010
- export declare const de_ListTagsForResourceCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<ListTagsForResourceCommandOutput>;
1014
- export declare const de_ListUsersCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<ListUsersCommandOutput>;
1018
- export declare const de_PutAccessControlRuleCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<PutAccessControlRuleCommandOutput>;
1022
- export declare const de_PutEmailMonitoringConfigurationCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<PutEmailMonitoringConfigurationCommandOutput>;
1026
- export declare const de_PutIdentityProviderConfigurationCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<PutIdentityProviderConfigurationCommandOutput>;
1030
- export declare const de_PutInboundDmarcSettingsCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<PutInboundDmarcSettingsCommandOutput>;
1034
- export declare const de_PutMailboxPermissionsCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<PutMailboxPermissionsCommandOutput>;
1038
- export declare const de_PutMobileDeviceAccessOverrideCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<PutMobileDeviceAccessOverrideCommandOutput>;
1042
- export declare const de_PutRetentionPolicyCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<PutRetentionPolicyCommandOutput>;
1046
- export declare const de_RegisterMailDomainCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<RegisterMailDomainCommandOutput>;
1050
- export declare const de_RegisterToWorkMailCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<RegisterToWorkMailCommandOutput>;
1054
- export declare const de_ResetPasswordCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<ResetPasswordCommandOutput>;
1058
- export declare const de_StartMailboxExportJobCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<StartMailboxExportJobCommandOutput>;
1062
- export declare const de_TagResourceCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<TagResourceCommandOutput>;
1066
- export declare const de_TestAvailabilityConfigurationCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext
1069
- ) => Promise<TestAvailabilityConfigurationCommandOutput>;
1070
- export declare const de_UntagResourceCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<UntagResourceCommandOutput>;
1074
- export declare const de_UpdateAvailabilityConfigurationCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<UpdateAvailabilityConfigurationCommandOutput>;
1078
- export declare const de_UpdateDefaultMailDomainCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<UpdateDefaultMailDomainCommandOutput>;
1082
- export declare const de_UpdateGroupCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<UpdateGroupCommandOutput>;
1086
- export declare const de_UpdateImpersonationRoleCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<UpdateImpersonationRoleCommandOutput>;
1090
- export declare const de_UpdateMailboxQuotaCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<UpdateMailboxQuotaCommandOutput>;
1094
- export declare const de_UpdateMobileDeviceAccessRuleCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<UpdateMobileDeviceAccessRuleCommandOutput>;
1098
- export declare const de_UpdatePrimaryEmailAddressCommand: (
1099
- output: __HttpResponse,
1100
- context: __SerdeContext
1101
- ) => Promise<UpdatePrimaryEmailAddressCommandOutput>;
1102
- export declare const de_UpdateResourceCommand: (
1103
- output: __HttpResponse,
1104
- context: __SerdeContext
1105
- ) => Promise<UpdateResourceCommandOutput>;
1106
- export declare const de_UpdateUserCommand: (
1107
- output: __HttpResponse,
1108
- context: __SerdeContext
1109
- ) => Promise<UpdateUserCommandOutput>;