@aws-sdk/client-workmail 3.183.0 → 3.185.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 (175) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/WorkMail.js +105 -0
  4. package/dist-cjs/commands/AssumeImpersonationRoleCommand.js +36 -0
  5. package/dist-cjs/commands/CreateImpersonationRoleCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteImpersonationRoleCommand.js +36 -0
  7. package/dist-cjs/commands/GetImpersonationRoleCommand.js +36 -0
  8. package/dist-cjs/commands/GetImpersonationRoleEffectCommand.js +36 -0
  9. package/dist-cjs/commands/ListImpersonationRolesCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateImpersonationRoleCommand.js +36 -0
  11. package/dist-cjs/commands/index.js +7 -0
  12. package/dist-cjs/models/models_0.js +97 -19
  13. package/dist-cjs/pagination/ListImpersonationRolesPaginator.js +36 -0
  14. package/dist-cjs/pagination/index.js +1 -0
  15. package/dist-cjs/protocols/Aws_json1_1.js +628 -5
  16. package/dist-es/WorkMail.js +406 -294
  17. package/dist-es/WorkMailClient.js +28 -22
  18. package/dist-es/commands/AssociateDelegateToResourceCommand.js +28 -21
  19. package/dist-es/commands/AssociateMemberToGroupCommand.js +28 -21
  20. package/dist-es/commands/AssumeImpersonationRoleCommand.js +39 -0
  21. package/dist-es/commands/CancelMailboxExportJobCommand.js +28 -21
  22. package/dist-es/commands/CreateAliasCommand.js +28 -21
  23. package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +28 -21
  24. package/dist-es/commands/CreateGroupCommand.js +28 -21
  25. package/dist-es/commands/CreateImpersonationRoleCommand.js +39 -0
  26. package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +28 -21
  27. package/dist-es/commands/CreateOrganizationCommand.js +28 -21
  28. package/dist-es/commands/CreateResourceCommand.js +28 -21
  29. package/dist-es/commands/CreateUserCommand.js +28 -21
  30. package/dist-es/commands/DeleteAccessControlRuleCommand.js +28 -21
  31. package/dist-es/commands/DeleteAliasCommand.js +28 -21
  32. package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +28 -21
  33. package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +28 -21
  34. package/dist-es/commands/DeleteGroupCommand.js +28 -21
  35. package/dist-es/commands/DeleteImpersonationRoleCommand.js +39 -0
  36. package/dist-es/commands/DeleteMailboxPermissionsCommand.js +28 -21
  37. package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +28 -21
  38. package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +28 -21
  39. package/dist-es/commands/DeleteOrganizationCommand.js +28 -21
  40. package/dist-es/commands/DeleteResourceCommand.js +28 -21
  41. package/dist-es/commands/DeleteRetentionPolicyCommand.js +28 -21
  42. package/dist-es/commands/DeleteUserCommand.js +28 -21
  43. package/dist-es/commands/DeregisterFromWorkMailCommand.js +28 -21
  44. package/dist-es/commands/DeregisterMailDomainCommand.js +28 -21
  45. package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +28 -21
  46. package/dist-es/commands/DescribeGroupCommand.js +28 -21
  47. package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +28 -21
  48. package/dist-es/commands/DescribeMailboxExportJobCommand.js +28 -21
  49. package/dist-es/commands/DescribeOrganizationCommand.js +28 -21
  50. package/dist-es/commands/DescribeResourceCommand.js +28 -21
  51. package/dist-es/commands/DescribeUserCommand.js +28 -21
  52. package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +28 -21
  53. package/dist-es/commands/DisassociateMemberFromGroupCommand.js +28 -21
  54. package/dist-es/commands/GetAccessControlEffectCommand.js +28 -21
  55. package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +28 -21
  56. package/dist-es/commands/GetImpersonationRoleCommand.js +39 -0
  57. package/dist-es/commands/GetImpersonationRoleEffectCommand.js +39 -0
  58. package/dist-es/commands/GetMailDomainCommand.js +28 -21
  59. package/dist-es/commands/GetMailboxDetailsCommand.js +28 -21
  60. package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +28 -21
  61. package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +28 -21
  62. package/dist-es/commands/ListAccessControlRulesCommand.js +28 -21
  63. package/dist-es/commands/ListAliasesCommand.js +28 -21
  64. package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +28 -21
  65. package/dist-es/commands/ListGroupMembersCommand.js +28 -21
  66. package/dist-es/commands/ListGroupsCommand.js +28 -21
  67. package/dist-es/commands/ListImpersonationRolesCommand.js +39 -0
  68. package/dist-es/commands/ListMailDomainsCommand.js +28 -21
  69. package/dist-es/commands/ListMailboxExportJobsCommand.js +28 -21
  70. package/dist-es/commands/ListMailboxPermissionsCommand.js +28 -21
  71. package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +28 -21
  72. package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +28 -21
  73. package/dist-es/commands/ListOrganizationsCommand.js +28 -21
  74. package/dist-es/commands/ListResourceDelegatesCommand.js +28 -21
  75. package/dist-es/commands/ListResourcesCommand.js +28 -21
  76. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  77. package/dist-es/commands/ListUsersCommand.js +28 -21
  78. package/dist-es/commands/PutAccessControlRuleCommand.js +28 -21
  79. package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +28 -21
  80. package/dist-es/commands/PutInboundDmarcSettingsCommand.js +28 -21
  81. package/dist-es/commands/PutMailboxPermissionsCommand.js +28 -21
  82. package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +28 -21
  83. package/dist-es/commands/PutRetentionPolicyCommand.js +28 -21
  84. package/dist-es/commands/RegisterMailDomainCommand.js +28 -21
  85. package/dist-es/commands/RegisterToWorkMailCommand.js +28 -21
  86. package/dist-es/commands/ResetPasswordCommand.js +28 -21
  87. package/dist-es/commands/StartMailboxExportJobCommand.js +28 -21
  88. package/dist-es/commands/TagResourceCommand.js +28 -21
  89. package/dist-es/commands/TestAvailabilityConfigurationCommand.js +28 -21
  90. package/dist-es/commands/UntagResourceCommand.js +28 -21
  91. package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +28 -21
  92. package/dist-es/commands/UpdateDefaultMailDomainCommand.js +28 -21
  93. package/dist-es/commands/UpdateImpersonationRoleCommand.js +39 -0
  94. package/dist-es/commands/UpdateMailboxQuotaCommand.js +28 -21
  95. package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +28 -21
  96. package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +28 -21
  97. package/dist-es/commands/UpdateResourceCommand.js +28 -21
  98. package/dist-es/commands/index.js +7 -0
  99. package/dist-es/endpoints.js +8 -8
  100. package/dist-es/models/WorkMailServiceException.js +10 -5
  101. package/dist-es/models/models_0.js +461 -776
  102. package/dist-es/pagination/ListAliasesPaginator.js +68 -25
  103. package/dist-es/pagination/ListAvailabilityConfigurationsPaginator.js +68 -25
  104. package/dist-es/pagination/ListGroupMembersPaginator.js +68 -25
  105. package/dist-es/pagination/ListGroupsPaginator.js +68 -25
  106. package/dist-es/pagination/ListImpersonationRolesPaginator.js +75 -0
  107. package/dist-es/pagination/ListMailDomainsPaginator.js +68 -25
  108. package/dist-es/pagination/ListMailboxExportJobsPaginator.js +68 -25
  109. package/dist-es/pagination/ListMailboxPermissionsPaginator.js +68 -25
  110. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +68 -25
  111. package/dist-es/pagination/ListOrganizationsPaginator.js +68 -25
  112. package/dist-es/pagination/ListResourceDelegatesPaginator.js +68 -25
  113. package/dist-es/pagination/ListResourcesPaginator.js +68 -25
  114. package/dist-es/pagination/ListUsersPaginator.js +68 -25
  115. package/dist-es/pagination/index.js +1 -0
  116. package/dist-es/protocols/Aws_json1_1.js +7042 -4887
  117. package/dist-es/runtimeConfig.browser.js +12 -26
  118. package/dist-es/runtimeConfig.js +12 -30
  119. package/dist-es/runtimeConfig.native.js +5 -8
  120. package/dist-es/runtimeConfig.shared.js +11 -8
  121. package/dist-types/WorkMail.d.ts +91 -32
  122. package/dist-types/WorkMailClient.d.ts +10 -3
  123. package/dist-types/commands/AssumeImpersonationRoleCommand.d.ts +36 -0
  124. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateImpersonationRoleCommand.d.ts +40 -0
  127. package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateOrganizationCommand.d.ts +9 -5
  129. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  130. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  132. package/dist-types/commands/DeleteImpersonationRoleCommand.d.ts +35 -0
  133. package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  137. package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +1 -1
  138. package/dist-types/commands/DeregisterMailDomainCommand.d.ts +1 -1
  139. package/dist-types/commands/GetAccessControlEffectCommand.d.ts +1 -1
  140. package/dist-types/commands/GetImpersonationRoleCommand.d.ts +35 -0
  141. package/dist-types/commands/GetImpersonationRoleEffectCommand.d.ts +35 -0
  142. package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +1 -1
  143. package/dist-types/commands/ListImpersonationRolesCommand.d.ts +35 -0
  144. package/dist-types/commands/ListMailDomainsCommand.d.ts +1 -1
  145. package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +1 -1
  146. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  147. package/dist-types/commands/PutAccessControlRuleCommand.d.ts +1 -1
  148. package/dist-types/commands/RegisterMailDomainCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterToWorkMailCommand.d.ts +2 -2
  150. package/dist-types/commands/StartMailboxExportJobCommand.d.ts +1 -1
  151. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  152. package/dist-types/commands/TestAvailabilityConfigurationCommand.d.ts +1 -1
  153. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateImpersonationRoleCommand.d.ts +35 -0
  155. package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +1 -1
  156. package/dist-types/commands/index.d.ts +7 -0
  157. package/dist-types/models/models_0.d.ts +442 -73
  158. package/dist-types/pagination/ListImpersonationRolesPaginator.d.ts +4 -0
  159. package/dist-types/pagination/index.d.ts +1 -0
  160. package/dist-types/protocols/Aws_json1_1.d.ts +21 -0
  161. package/dist-types/ts3.4/WorkMail.d.ts +119 -0
  162. package/dist-types/ts3.4/WorkMailClient.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/AssumeImpersonationRoleCommand.d.ts +39 -0
  164. package/dist-types/ts3.4/commands/CreateImpersonationRoleCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/DeleteImpersonationRoleCommand.d.ts +39 -0
  166. package/dist-types/ts3.4/commands/GetImpersonationRoleCommand.d.ts +39 -0
  167. package/dist-types/ts3.4/commands/GetImpersonationRoleEffectCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListImpersonationRolesCommand.d.ts +39 -0
  169. package/dist-types/ts3.4/commands/UpdateImpersonationRoleCommand.d.ts +39 -0
  170. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +157 -9
  172. package/dist-types/ts3.4/pagination/ListImpersonationRolesPaginator.d.ts +11 -0
  173. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  174. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +84 -0
  175. package/package.json +5 -5
@@ -11,6 +11,10 @@ import {
11
11
  AssociateMemberToGroupCommandInput,
12
12
  AssociateMemberToGroupCommandOutput,
13
13
  } from "../commands/AssociateMemberToGroupCommand";
14
+ import {
15
+ AssumeImpersonationRoleCommandInput,
16
+ AssumeImpersonationRoleCommandOutput,
17
+ } from "../commands/AssumeImpersonationRoleCommand";
14
18
  import {
15
19
  CancelMailboxExportJobCommandInput,
16
20
  CancelMailboxExportJobCommandOutput,
@@ -27,6 +31,10 @@ import {
27
31
  CreateGroupCommandInput,
28
32
  CreateGroupCommandOutput,
29
33
  } from "../commands/CreateGroupCommand";
34
+ import {
35
+ CreateImpersonationRoleCommandInput,
36
+ CreateImpersonationRoleCommandOutput,
37
+ } from "../commands/CreateImpersonationRoleCommand";
30
38
  import {
31
39
  CreateMobileDeviceAccessRuleCommandInput,
32
40
  CreateMobileDeviceAccessRuleCommandOutput,
@@ -63,6 +71,10 @@ import {
63
71
  DeleteGroupCommandInput,
64
72
  DeleteGroupCommandOutput,
65
73
  } from "../commands/DeleteGroupCommand";
74
+ import {
75
+ DeleteImpersonationRoleCommandInput,
76
+ DeleteImpersonationRoleCommandOutput,
77
+ } from "../commands/DeleteImpersonationRoleCommand";
66
78
  import {
67
79
  DeleteMailboxPermissionsCommandInput,
68
80
  DeleteMailboxPermissionsCommandOutput,
@@ -143,6 +155,14 @@ import {
143
155
  GetDefaultRetentionPolicyCommandInput,
144
156
  GetDefaultRetentionPolicyCommandOutput,
145
157
  } from "../commands/GetDefaultRetentionPolicyCommand";
158
+ import {
159
+ GetImpersonationRoleCommandInput,
160
+ GetImpersonationRoleCommandOutput,
161
+ } from "../commands/GetImpersonationRoleCommand";
162
+ import {
163
+ GetImpersonationRoleEffectCommandInput,
164
+ GetImpersonationRoleEffectCommandOutput,
165
+ } from "../commands/GetImpersonationRoleEffectCommand";
146
166
  import {
147
167
  GetMailboxDetailsCommandInput,
148
168
  GetMailboxDetailsCommandOutput,
@@ -179,6 +199,10 @@ import {
179
199
  ListGroupsCommandInput,
180
200
  ListGroupsCommandOutput,
181
201
  } from "../commands/ListGroupsCommand";
202
+ import {
203
+ ListImpersonationRolesCommandInput,
204
+ ListImpersonationRolesCommandOutput,
205
+ } from "../commands/ListImpersonationRolesCommand";
182
206
  import {
183
207
  ListMailboxExportJobsCommandInput,
184
208
  ListMailboxExportJobsCommandOutput,
@@ -279,6 +303,10 @@ import {
279
303
  UpdateDefaultMailDomainCommandInput,
280
304
  UpdateDefaultMailDomainCommandOutput,
281
305
  } from "../commands/UpdateDefaultMailDomainCommand";
306
+ import {
307
+ UpdateImpersonationRoleCommandInput,
308
+ UpdateImpersonationRoleCommandOutput,
309
+ } from "../commands/UpdateImpersonationRoleCommand";
282
310
  import {
283
311
  UpdateMailboxQuotaCommandInput,
284
312
  UpdateMailboxQuotaCommandOutput,
@@ -303,6 +331,10 @@ export declare const serializeAws_json1_1AssociateMemberToGroupCommand: (
303
331
  input: AssociateMemberToGroupCommandInput,
304
332
  context: __SerdeContext
305
333
  ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1AssumeImpersonationRoleCommand: (
335
+ input: AssumeImpersonationRoleCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
306
338
  export declare const serializeAws_json1_1CancelMailboxExportJobCommand: (
307
339
  input: CancelMailboxExportJobCommandInput,
308
340
  context: __SerdeContext
@@ -319,6 +351,10 @@ export declare const serializeAws_json1_1CreateGroupCommand: (
319
351
  input: CreateGroupCommandInput,
320
352
  context: __SerdeContext
321
353
  ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1CreateImpersonationRoleCommand: (
355
+ input: CreateImpersonationRoleCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
322
358
  export declare const serializeAws_json1_1CreateMobileDeviceAccessRuleCommand: (
323
359
  input: CreateMobileDeviceAccessRuleCommandInput,
324
360
  context: __SerdeContext
@@ -355,6 +391,10 @@ export declare const serializeAws_json1_1DeleteGroupCommand: (
355
391
  input: DeleteGroupCommandInput,
356
392
  context: __SerdeContext
357
393
  ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DeleteImpersonationRoleCommand: (
395
+ input: DeleteImpersonationRoleCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
358
398
  export declare const serializeAws_json1_1DeleteMailboxPermissionsCommand: (
359
399
  input: DeleteMailboxPermissionsCommandInput,
360
400
  context: __SerdeContext
@@ -435,6 +475,14 @@ export declare const serializeAws_json1_1GetDefaultRetentionPolicyCommand: (
435
475
  input: GetDefaultRetentionPolicyCommandInput,
436
476
  context: __SerdeContext
437
477
  ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1GetImpersonationRoleCommand: (
479
+ input: GetImpersonationRoleCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1GetImpersonationRoleEffectCommand: (
483
+ input: GetImpersonationRoleEffectCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
438
486
  export declare const serializeAws_json1_1GetMailboxDetailsCommand: (
439
487
  input: GetMailboxDetailsCommandInput,
440
488
  context: __SerdeContext
@@ -471,6 +519,10 @@ export declare const serializeAws_json1_1ListGroupsCommand: (
471
519
  input: ListGroupsCommandInput,
472
520
  context: __SerdeContext
473
521
  ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1ListImpersonationRolesCommand: (
523
+ input: ListImpersonationRolesCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
474
526
  export declare const serializeAws_json1_1ListMailboxExportJobsCommand: (
475
527
  input: ListMailboxExportJobsCommandInput,
476
528
  context: __SerdeContext
@@ -571,6 +623,10 @@ export declare const serializeAws_json1_1UpdateDefaultMailDomainCommand: (
571
623
  input: UpdateDefaultMailDomainCommandInput,
572
624
  context: __SerdeContext
573
625
  ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_json1_1UpdateImpersonationRoleCommand: (
627
+ input: UpdateImpersonationRoleCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
574
630
  export declare const serializeAws_json1_1UpdateMailboxQuotaCommand: (
575
631
  input: UpdateMailboxQuotaCommandInput,
576
632
  context: __SerdeContext
@@ -595,6 +651,10 @@ export declare const deserializeAws_json1_1AssociateMemberToGroupCommand: (
595
651
  output: __HttpResponse,
596
652
  context: __SerdeContext
597
653
  ) => Promise<AssociateMemberToGroupCommandOutput>;
654
+ export declare const deserializeAws_json1_1AssumeImpersonationRoleCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<AssumeImpersonationRoleCommandOutput>;
598
658
  export declare const deserializeAws_json1_1CancelMailboxExportJobCommand: (
599
659
  output: __HttpResponse,
600
660
  context: __SerdeContext
@@ -611,6 +671,10 @@ export declare const deserializeAws_json1_1CreateGroupCommand: (
611
671
  output: __HttpResponse,
612
672
  context: __SerdeContext
613
673
  ) => Promise<CreateGroupCommandOutput>;
674
+ export declare const deserializeAws_json1_1CreateImpersonationRoleCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<CreateImpersonationRoleCommandOutput>;
614
678
  export declare const deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand: (
615
679
  output: __HttpResponse,
616
680
  context: __SerdeContext
@@ -647,6 +711,10 @@ export declare const deserializeAws_json1_1DeleteGroupCommand: (
647
711
  output: __HttpResponse,
648
712
  context: __SerdeContext
649
713
  ) => Promise<DeleteGroupCommandOutput>;
714
+ export declare const deserializeAws_json1_1DeleteImpersonationRoleCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<DeleteImpersonationRoleCommandOutput>;
650
718
  export declare const deserializeAws_json1_1DeleteMailboxPermissionsCommand: (
651
719
  output: __HttpResponse,
652
720
  context: __SerdeContext
@@ -727,6 +795,14 @@ export declare const deserializeAws_json1_1GetDefaultRetentionPolicyCommand: (
727
795
  output: __HttpResponse,
728
796
  context: __SerdeContext
729
797
  ) => Promise<GetDefaultRetentionPolicyCommandOutput>;
798
+ export declare const deserializeAws_json1_1GetImpersonationRoleCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<GetImpersonationRoleCommandOutput>;
802
+ export declare const deserializeAws_json1_1GetImpersonationRoleEffectCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<GetImpersonationRoleEffectCommandOutput>;
730
806
  export declare const deserializeAws_json1_1GetMailboxDetailsCommand: (
731
807
  output: __HttpResponse,
732
808
  context: __SerdeContext
@@ -763,6 +839,10 @@ export declare const deserializeAws_json1_1ListGroupsCommand: (
763
839
  output: __HttpResponse,
764
840
  context: __SerdeContext
765
841
  ) => Promise<ListGroupsCommandOutput>;
842
+ export declare const deserializeAws_json1_1ListImpersonationRolesCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<ListImpersonationRolesCommandOutput>;
766
846
  export declare const deserializeAws_json1_1ListMailboxExportJobsCommand: (
767
847
  output: __HttpResponse,
768
848
  context: __SerdeContext
@@ -863,6 +943,10 @@ export declare const deserializeAws_json1_1UpdateDefaultMailDomainCommand: (
863
943
  output: __HttpResponse,
864
944
  context: __SerdeContext
865
945
  ) => Promise<UpdateDefaultMailDomainCommandOutput>;
946
+ export declare const deserializeAws_json1_1UpdateImpersonationRoleCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<UpdateImpersonationRoleCommandOutput>;
866
950
  export declare const deserializeAws_json1_1UpdateMailboxQuotaCommand: (
867
951
  output: __HttpResponse,
868
952
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workmail",
3
3
  "description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
4
- "version": "3.183.0",
4
+ "version": "3.185.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.183.0",
22
+ "@aws-sdk/client-sts": "3.185.0",
23
23
  "@aws-sdk/config-resolver": "3.183.0",
24
- "@aws-sdk/credential-provider-node": "3.183.0",
24
+ "@aws-sdk/credential-provider-node": "3.185.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.183.0",
26
26
  "@aws-sdk/hash-node": "3.183.0",
27
27
  "@aws-sdk/invalid-dependency": "3.183.0",
@@ -29,13 +29,13 @@
29
29
  "@aws-sdk/middleware-host-header": "3.183.0",
30
30
  "@aws-sdk/middleware-logger": "3.183.0",
31
31
  "@aws-sdk/middleware-recursion-detection": "3.183.0",
32
- "@aws-sdk/middleware-retry": "3.183.0",
32
+ "@aws-sdk/middleware-retry": "3.185.0",
33
33
  "@aws-sdk/middleware-serde": "3.183.0",
34
34
  "@aws-sdk/middleware-signing": "3.183.0",
35
35
  "@aws-sdk/middleware-stack": "3.183.0",
36
36
  "@aws-sdk/middleware-user-agent": "3.183.0",
37
37
  "@aws-sdk/node-config-provider": "3.183.0",
38
- "@aws-sdk/node-http-handler": "3.183.0",
38
+ "@aws-sdk/node-http-handler": "3.185.0",
39
39
  "@aws-sdk/protocol-http": "3.183.0",
40
40
  "@aws-sdk/smithy-client": "3.183.0",
41
41
  "@aws-sdk/types": "3.183.0",