@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,830 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateDelegateToResourceCommandInput, AssociateDelegateToResourceCommandOutput } from "../commands/AssociateDelegateToResourceCommand";
4
- import { AssociateMemberToGroupCommandInput, AssociateMemberToGroupCommandOutput } from "../commands/AssociateMemberToGroupCommand";
5
- import { AssumeImpersonationRoleCommandInput, AssumeImpersonationRoleCommandOutput } from "../commands/AssumeImpersonationRoleCommand";
6
- import { CancelMailboxExportJobCommandInput, CancelMailboxExportJobCommandOutput } from "../commands/CancelMailboxExportJobCommand";
7
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
8
- import { CreateAvailabilityConfigurationCommandInput, CreateAvailabilityConfigurationCommandOutput } from "../commands/CreateAvailabilityConfigurationCommand";
9
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
10
- import { CreateIdentityCenterApplicationCommandInput, CreateIdentityCenterApplicationCommandOutput } from "../commands/CreateIdentityCenterApplicationCommand";
11
- import { CreateImpersonationRoleCommandInput, CreateImpersonationRoleCommandOutput } from "../commands/CreateImpersonationRoleCommand";
12
- import { CreateMobileDeviceAccessRuleCommandInput, CreateMobileDeviceAccessRuleCommandOutput } from "../commands/CreateMobileDeviceAccessRuleCommand";
13
- import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "../commands/CreateOrganizationCommand";
14
- import { CreateResourceCommandInput, CreateResourceCommandOutput } from "../commands/CreateResourceCommand";
15
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
16
- import { DeleteAccessControlRuleCommandInput, DeleteAccessControlRuleCommandOutput } from "../commands/DeleteAccessControlRuleCommand";
17
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
18
- import { DeleteAvailabilityConfigurationCommandInput, DeleteAvailabilityConfigurationCommandOutput } from "../commands/DeleteAvailabilityConfigurationCommand";
19
- import { DeleteEmailMonitoringConfigurationCommandInput, DeleteEmailMonitoringConfigurationCommandOutput } from "../commands/DeleteEmailMonitoringConfigurationCommand";
20
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
21
- import { DeleteIdentityCenterApplicationCommandInput, DeleteIdentityCenterApplicationCommandOutput } from "../commands/DeleteIdentityCenterApplicationCommand";
22
- import { DeleteIdentityProviderConfigurationCommandInput, DeleteIdentityProviderConfigurationCommandOutput } from "../commands/DeleteIdentityProviderConfigurationCommand";
23
- import { DeleteImpersonationRoleCommandInput, DeleteImpersonationRoleCommandOutput } from "../commands/DeleteImpersonationRoleCommand";
24
- import { DeleteMailboxPermissionsCommandInput, DeleteMailboxPermissionsCommandOutput } from "../commands/DeleteMailboxPermissionsCommand";
25
- import { DeleteMobileDeviceAccessOverrideCommandInput, DeleteMobileDeviceAccessOverrideCommandOutput } from "../commands/DeleteMobileDeviceAccessOverrideCommand";
26
- import { DeleteMobileDeviceAccessRuleCommandInput, DeleteMobileDeviceAccessRuleCommandOutput } from "../commands/DeleteMobileDeviceAccessRuleCommand";
27
- import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "../commands/DeleteOrganizationCommand";
28
- import { DeletePersonalAccessTokenCommandInput, DeletePersonalAccessTokenCommandOutput } from "../commands/DeletePersonalAccessTokenCommand";
29
- import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "../commands/DeleteResourceCommand";
30
- import { DeleteRetentionPolicyCommandInput, DeleteRetentionPolicyCommandOutput } from "../commands/DeleteRetentionPolicyCommand";
31
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
32
- import { DeregisterFromWorkMailCommandInput, DeregisterFromWorkMailCommandOutput } from "../commands/DeregisterFromWorkMailCommand";
33
- import { DeregisterMailDomainCommandInput, DeregisterMailDomainCommandOutput } from "../commands/DeregisterMailDomainCommand";
34
- import { DescribeEmailMonitoringConfigurationCommandInput, DescribeEmailMonitoringConfigurationCommandOutput } from "../commands/DescribeEmailMonitoringConfigurationCommand";
35
- import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
36
- import { DescribeGroupCommandInput, DescribeGroupCommandOutput } from "../commands/DescribeGroupCommand";
37
- import { DescribeIdentityProviderConfigurationCommandInput, DescribeIdentityProviderConfigurationCommandOutput } from "../commands/DescribeIdentityProviderConfigurationCommand";
38
- import { DescribeInboundDmarcSettingsCommandInput, DescribeInboundDmarcSettingsCommandOutput } from "../commands/DescribeInboundDmarcSettingsCommand";
39
- import { DescribeMailboxExportJobCommandInput, DescribeMailboxExportJobCommandOutput } from "../commands/DescribeMailboxExportJobCommand";
40
- import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "../commands/DescribeOrganizationCommand";
41
- import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "../commands/DescribeResourceCommand";
42
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
43
- import { DisassociateDelegateFromResourceCommandInput, DisassociateDelegateFromResourceCommandOutput } from "../commands/DisassociateDelegateFromResourceCommand";
44
- import { DisassociateMemberFromGroupCommandInput, DisassociateMemberFromGroupCommandOutput } from "../commands/DisassociateMemberFromGroupCommand";
45
- import { GetAccessControlEffectCommandInput, GetAccessControlEffectCommandOutput } from "../commands/GetAccessControlEffectCommand";
46
- import { GetDefaultRetentionPolicyCommandInput, GetDefaultRetentionPolicyCommandOutput } from "../commands/GetDefaultRetentionPolicyCommand";
47
- import { GetImpersonationRoleCommandInput, GetImpersonationRoleCommandOutput } from "../commands/GetImpersonationRoleCommand";
48
- import { GetImpersonationRoleEffectCommandInput, GetImpersonationRoleEffectCommandOutput } from "../commands/GetImpersonationRoleEffectCommand";
49
- import { GetMailboxDetailsCommandInput, GetMailboxDetailsCommandOutput } from "../commands/GetMailboxDetailsCommand";
50
- import { GetMailDomainCommandInput, GetMailDomainCommandOutput } from "../commands/GetMailDomainCommand";
51
- import { GetMobileDeviceAccessEffectCommandInput, GetMobileDeviceAccessEffectCommandOutput } from "../commands/GetMobileDeviceAccessEffectCommand";
52
- import { GetMobileDeviceAccessOverrideCommandInput, GetMobileDeviceAccessOverrideCommandOutput } from "../commands/GetMobileDeviceAccessOverrideCommand";
53
- import { GetPersonalAccessTokenMetadataCommandInput, GetPersonalAccessTokenMetadataCommandOutput } from "../commands/GetPersonalAccessTokenMetadataCommand";
54
- import { ListAccessControlRulesCommandInput, ListAccessControlRulesCommandOutput } from "../commands/ListAccessControlRulesCommand";
55
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
56
- import { ListAvailabilityConfigurationsCommandInput, ListAvailabilityConfigurationsCommandOutput } from "../commands/ListAvailabilityConfigurationsCommand";
57
- import { ListGroupMembersCommandInput, ListGroupMembersCommandOutput } from "../commands/ListGroupMembersCommand";
58
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
59
- import { ListGroupsForEntityCommandInput, ListGroupsForEntityCommandOutput } from "../commands/ListGroupsForEntityCommand";
60
- import { ListImpersonationRolesCommandInput, ListImpersonationRolesCommandOutput } from "../commands/ListImpersonationRolesCommand";
61
- import { ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput } from "../commands/ListMailboxExportJobsCommand";
62
- import { ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput } from "../commands/ListMailboxPermissionsCommand";
63
- import { ListMailDomainsCommandInput, ListMailDomainsCommandOutput } from "../commands/ListMailDomainsCommand";
64
- import { ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput } from "../commands/ListMobileDeviceAccessOverridesCommand";
65
- import { ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput } from "../commands/ListMobileDeviceAccessRulesCommand";
66
- import { ListOrganizationsCommandInput, ListOrganizationsCommandOutput } from "../commands/ListOrganizationsCommand";
67
- import { ListPersonalAccessTokensCommandInput, ListPersonalAccessTokensCommandOutput } from "../commands/ListPersonalAccessTokensCommand";
68
- import { ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput } from "../commands/ListResourceDelegatesCommand";
69
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
70
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
71
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
72
- import { PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput } from "../commands/PutAccessControlRuleCommand";
73
- import { PutEmailMonitoringConfigurationCommandInput, PutEmailMonitoringConfigurationCommandOutput } from "../commands/PutEmailMonitoringConfigurationCommand";
74
- import { PutIdentityProviderConfigurationCommandInput, PutIdentityProviderConfigurationCommandOutput } from "../commands/PutIdentityProviderConfigurationCommand";
75
- import { PutInboundDmarcSettingsCommandInput, PutInboundDmarcSettingsCommandOutput } from "../commands/PutInboundDmarcSettingsCommand";
76
- import { PutMailboxPermissionsCommandInput, PutMailboxPermissionsCommandOutput } from "../commands/PutMailboxPermissionsCommand";
77
- import { PutMobileDeviceAccessOverrideCommandInput, PutMobileDeviceAccessOverrideCommandOutput } from "../commands/PutMobileDeviceAccessOverrideCommand";
78
- import { PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput } from "../commands/PutRetentionPolicyCommand";
79
- import { RegisterMailDomainCommandInput, RegisterMailDomainCommandOutput } from "../commands/RegisterMailDomainCommand";
80
- import { RegisterToWorkMailCommandInput, RegisterToWorkMailCommandOutput } from "../commands/RegisterToWorkMailCommand";
81
- import { ResetPasswordCommandInput, ResetPasswordCommandOutput } from "../commands/ResetPasswordCommand";
82
- import { StartMailboxExportJobCommandInput, StartMailboxExportJobCommandOutput } from "../commands/StartMailboxExportJobCommand";
83
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
84
- import { TestAvailabilityConfigurationCommandInput, TestAvailabilityConfigurationCommandOutput } from "../commands/TestAvailabilityConfigurationCommand";
85
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
86
- import { UpdateAvailabilityConfigurationCommandInput, UpdateAvailabilityConfigurationCommandOutput } from "../commands/UpdateAvailabilityConfigurationCommand";
87
- import { UpdateDefaultMailDomainCommandInput, UpdateDefaultMailDomainCommandOutput } from "../commands/UpdateDefaultMailDomainCommand";
88
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
89
- import { UpdateImpersonationRoleCommandInput, UpdateImpersonationRoleCommandOutput } from "../commands/UpdateImpersonationRoleCommand";
90
- import { UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput } from "../commands/UpdateMailboxQuotaCommand";
91
- import { UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput } from "../commands/UpdateMobileDeviceAccessRuleCommand";
92
- import { UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput } from "../commands/UpdatePrimaryEmailAddressCommand";
93
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
94
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
95
- /**
96
- * serializeAws_json1_1AssociateDelegateToResourceCommand
97
- */
98
- export declare const se_AssociateDelegateToResourceCommand: (input: AssociateDelegateToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1AssociateMemberToGroupCommand
101
- */
102
- export declare const se_AssociateMemberToGroupCommand: (input: AssociateMemberToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1AssumeImpersonationRoleCommand
105
- */
106
- export declare const se_AssumeImpersonationRoleCommand: (input: AssumeImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1CancelMailboxExportJobCommand
109
- */
110
- export declare const se_CancelMailboxExportJobCommand: (input: CancelMailboxExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1CreateAliasCommand
113
- */
114
- export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1CreateAvailabilityConfigurationCommand
117
- */
118
- export declare const se_CreateAvailabilityConfigurationCommand: (input: CreateAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1CreateGroupCommand
121
- */
122
- export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1CreateIdentityCenterApplicationCommand
125
- */
126
- export declare const se_CreateIdentityCenterApplicationCommand: (input: CreateIdentityCenterApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1CreateImpersonationRoleCommand
129
- */
130
- export declare const se_CreateImpersonationRoleCommand: (input: CreateImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1CreateMobileDeviceAccessRuleCommand
133
- */
134
- export declare const se_CreateMobileDeviceAccessRuleCommand: (input: CreateMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1CreateOrganizationCommand
137
- */
138
- export declare const se_CreateOrganizationCommand: (input: CreateOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1CreateResourceCommand
141
- */
142
- export declare const se_CreateResourceCommand: (input: CreateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_1CreateUserCommand
145
- */
146
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_1DeleteAccessControlRuleCommand
149
- */
150
- export declare const se_DeleteAccessControlRuleCommand: (input: DeleteAccessControlRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_1DeleteAliasCommand
153
- */
154
- export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_1DeleteAvailabilityConfigurationCommand
157
- */
158
- export declare const se_DeleteAvailabilityConfigurationCommand: (input: DeleteAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_1DeleteEmailMonitoringConfigurationCommand
161
- */
162
- export declare const se_DeleteEmailMonitoringConfigurationCommand: (input: DeleteEmailMonitoringConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_1DeleteGroupCommand
165
- */
166
- export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_1DeleteIdentityCenterApplicationCommand
169
- */
170
- export declare const se_DeleteIdentityCenterApplicationCommand: (input: DeleteIdentityCenterApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_1DeleteIdentityProviderConfigurationCommand
173
- */
174
- export declare const se_DeleteIdentityProviderConfigurationCommand: (input: DeleteIdentityProviderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_1DeleteImpersonationRoleCommand
177
- */
178
- export declare const se_DeleteImpersonationRoleCommand: (input: DeleteImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_1DeleteMailboxPermissionsCommand
181
- */
182
- export declare const se_DeleteMailboxPermissionsCommand: (input: DeleteMailboxPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_1DeleteMobileDeviceAccessOverrideCommand
185
- */
186
- export declare const se_DeleteMobileDeviceAccessOverrideCommand: (input: DeleteMobileDeviceAccessOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_1DeleteMobileDeviceAccessRuleCommand
189
- */
190
- export declare const se_DeleteMobileDeviceAccessRuleCommand: (input: DeleteMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_1DeleteOrganizationCommand
193
- */
194
- export declare const se_DeleteOrganizationCommand: (input: DeleteOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_1DeletePersonalAccessTokenCommand
197
- */
198
- export declare const se_DeletePersonalAccessTokenCommand: (input: DeletePersonalAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_1DeleteResourceCommand
201
- */
202
- export declare const se_DeleteResourceCommand: (input: DeleteResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_1DeleteRetentionPolicyCommand
205
- */
206
- export declare const se_DeleteRetentionPolicyCommand: (input: DeleteRetentionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_1DeleteUserCommand
209
- */
210
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_1DeregisterFromWorkMailCommand
213
- */
214
- export declare const se_DeregisterFromWorkMailCommand: (input: DeregisterFromWorkMailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_1DeregisterMailDomainCommand
217
- */
218
- export declare const se_DeregisterMailDomainCommand: (input: DeregisterMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_1DescribeEmailMonitoringConfigurationCommand
221
- */
222
- export declare const se_DescribeEmailMonitoringConfigurationCommand: (input: DescribeEmailMonitoringConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_json1_1DescribeEntityCommand
225
- */
226
- export declare const se_DescribeEntityCommand: (input: DescribeEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_json1_1DescribeGroupCommand
229
- */
230
- export declare const se_DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_json1_1DescribeIdentityProviderConfigurationCommand
233
- */
234
- export declare const se_DescribeIdentityProviderConfigurationCommand: (input: DescribeIdentityProviderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_json1_1DescribeInboundDmarcSettingsCommand
237
- */
238
- export declare const se_DescribeInboundDmarcSettingsCommand: (input: DescribeInboundDmarcSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_json1_1DescribeMailboxExportJobCommand
241
- */
242
- export declare const se_DescribeMailboxExportJobCommand: (input: DescribeMailboxExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_json1_1DescribeOrganizationCommand
245
- */
246
- export declare const se_DescribeOrganizationCommand: (input: DescribeOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_json1_1DescribeResourceCommand
249
- */
250
- export declare const se_DescribeResourceCommand: (input: DescribeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_json1_1DescribeUserCommand
253
- */
254
- export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_json1_1DisassociateDelegateFromResourceCommand
257
- */
258
- export declare const se_DisassociateDelegateFromResourceCommand: (input: DisassociateDelegateFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_json1_1DisassociateMemberFromGroupCommand
261
- */
262
- export declare const se_DisassociateMemberFromGroupCommand: (input: DisassociateMemberFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_json1_1GetAccessControlEffectCommand
265
- */
266
- export declare const se_GetAccessControlEffectCommand: (input: GetAccessControlEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_json1_1GetDefaultRetentionPolicyCommand
269
- */
270
- export declare const se_GetDefaultRetentionPolicyCommand: (input: GetDefaultRetentionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_json1_1GetImpersonationRoleCommand
273
- */
274
- export declare const se_GetImpersonationRoleCommand: (input: GetImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_json1_1GetImpersonationRoleEffectCommand
277
- */
278
- export declare const se_GetImpersonationRoleEffectCommand: (input: GetImpersonationRoleEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_json1_1GetMailboxDetailsCommand
281
- */
282
- export declare const se_GetMailboxDetailsCommand: (input: GetMailboxDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_json1_1GetMailDomainCommand
285
- */
286
- export declare const se_GetMailDomainCommand: (input: GetMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_json1_1GetMobileDeviceAccessEffectCommand
289
- */
290
- export declare const se_GetMobileDeviceAccessEffectCommand: (input: GetMobileDeviceAccessEffectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_json1_1GetMobileDeviceAccessOverrideCommand
293
- */
294
- export declare const se_GetMobileDeviceAccessOverrideCommand: (input: GetMobileDeviceAccessOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_json1_1GetPersonalAccessTokenMetadataCommand
297
- */
298
- export declare const se_GetPersonalAccessTokenMetadataCommand: (input: GetPersonalAccessTokenMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_json1_1ListAccessControlRulesCommand
301
- */
302
- export declare const se_ListAccessControlRulesCommand: (input: ListAccessControlRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * serializeAws_json1_1ListAliasesCommand
305
- */
306
- export declare const se_ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- /**
308
- * serializeAws_json1_1ListAvailabilityConfigurationsCommand
309
- */
310
- export declare const se_ListAvailabilityConfigurationsCommand: (input: ListAvailabilityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- /**
312
- * serializeAws_json1_1ListGroupMembersCommand
313
- */
314
- export declare const se_ListGroupMembersCommand: (input: ListGroupMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- /**
316
- * serializeAws_json1_1ListGroupsCommand
317
- */
318
- export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- /**
320
- * serializeAws_json1_1ListGroupsForEntityCommand
321
- */
322
- export declare const se_ListGroupsForEntityCommand: (input: ListGroupsForEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- /**
324
- * serializeAws_json1_1ListImpersonationRolesCommand
325
- */
326
- export declare const se_ListImpersonationRolesCommand: (input: ListImpersonationRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- /**
328
- * serializeAws_json1_1ListMailboxExportJobsCommand
329
- */
330
- export declare const se_ListMailboxExportJobsCommand: (input: ListMailboxExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- /**
332
- * serializeAws_json1_1ListMailboxPermissionsCommand
333
- */
334
- export declare const se_ListMailboxPermissionsCommand: (input: ListMailboxPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- /**
336
- * serializeAws_json1_1ListMailDomainsCommand
337
- */
338
- export declare const se_ListMailDomainsCommand: (input: ListMailDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- /**
340
- * serializeAws_json1_1ListMobileDeviceAccessOverridesCommand
341
- */
342
- export declare const se_ListMobileDeviceAccessOverridesCommand: (input: ListMobileDeviceAccessOverridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- /**
344
- * serializeAws_json1_1ListMobileDeviceAccessRulesCommand
345
- */
346
- export declare const se_ListMobileDeviceAccessRulesCommand: (input: ListMobileDeviceAccessRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
- /**
348
- * serializeAws_json1_1ListOrganizationsCommand
349
- */
350
- export declare const se_ListOrganizationsCommand: (input: ListOrganizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
- /**
352
- * serializeAws_json1_1ListPersonalAccessTokensCommand
353
- */
354
- export declare const se_ListPersonalAccessTokensCommand: (input: ListPersonalAccessTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
- /**
356
- * serializeAws_json1_1ListResourceDelegatesCommand
357
- */
358
- export declare const se_ListResourceDelegatesCommand: (input: ListResourceDelegatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
- /**
360
- * serializeAws_json1_1ListResourcesCommand
361
- */
362
- export declare const se_ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
- /**
364
- * serializeAws_json1_1ListTagsForResourceCommand
365
- */
366
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
- /**
368
- * serializeAws_json1_1ListUsersCommand
369
- */
370
- export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
- /**
372
- * serializeAws_json1_1PutAccessControlRuleCommand
373
- */
374
- export declare const se_PutAccessControlRuleCommand: (input: PutAccessControlRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
- /**
376
- * serializeAws_json1_1PutEmailMonitoringConfigurationCommand
377
- */
378
- export declare const se_PutEmailMonitoringConfigurationCommand: (input: PutEmailMonitoringConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
- /**
380
- * serializeAws_json1_1PutIdentityProviderConfigurationCommand
381
- */
382
- export declare const se_PutIdentityProviderConfigurationCommand: (input: PutIdentityProviderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
- /**
384
- * serializeAws_json1_1PutInboundDmarcSettingsCommand
385
- */
386
- export declare const se_PutInboundDmarcSettingsCommand: (input: PutInboundDmarcSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
387
- /**
388
- * serializeAws_json1_1PutMailboxPermissionsCommand
389
- */
390
- export declare const se_PutMailboxPermissionsCommand: (input: PutMailboxPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
- /**
392
- * serializeAws_json1_1PutMobileDeviceAccessOverrideCommand
393
- */
394
- export declare const se_PutMobileDeviceAccessOverrideCommand: (input: PutMobileDeviceAccessOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
- /**
396
- * serializeAws_json1_1PutRetentionPolicyCommand
397
- */
398
- export declare const se_PutRetentionPolicyCommand: (input: PutRetentionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
- /**
400
- * serializeAws_json1_1RegisterMailDomainCommand
401
- */
402
- export declare const se_RegisterMailDomainCommand: (input: RegisterMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
- /**
404
- * serializeAws_json1_1RegisterToWorkMailCommand
405
- */
406
- export declare const se_RegisterToWorkMailCommand: (input: RegisterToWorkMailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
407
- /**
408
- * serializeAws_json1_1ResetPasswordCommand
409
- */
410
- export declare const se_ResetPasswordCommand: (input: ResetPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
411
- /**
412
- * serializeAws_json1_1StartMailboxExportJobCommand
413
- */
414
- export declare const se_StartMailboxExportJobCommand: (input: StartMailboxExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
415
- /**
416
- * serializeAws_json1_1TagResourceCommand
417
- */
418
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
419
- /**
420
- * serializeAws_json1_1TestAvailabilityConfigurationCommand
421
- */
422
- export declare const se_TestAvailabilityConfigurationCommand: (input: TestAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
- /**
424
- * serializeAws_json1_1UntagResourceCommand
425
- */
426
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
- /**
428
- * serializeAws_json1_1UpdateAvailabilityConfigurationCommand
429
- */
430
- export declare const se_UpdateAvailabilityConfigurationCommand: (input: UpdateAvailabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
- /**
432
- * serializeAws_json1_1UpdateDefaultMailDomainCommand
433
- */
434
- export declare const se_UpdateDefaultMailDomainCommand: (input: UpdateDefaultMailDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
435
- /**
436
- * serializeAws_json1_1UpdateGroupCommand
437
- */
438
- export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
- /**
440
- * serializeAws_json1_1UpdateImpersonationRoleCommand
441
- */
442
- export declare const se_UpdateImpersonationRoleCommand: (input: UpdateImpersonationRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
443
- /**
444
- * serializeAws_json1_1UpdateMailboxQuotaCommand
445
- */
446
- export declare const se_UpdateMailboxQuotaCommand: (input: UpdateMailboxQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
447
- /**
448
- * serializeAws_json1_1UpdateMobileDeviceAccessRuleCommand
449
- */
450
- export declare const se_UpdateMobileDeviceAccessRuleCommand: (input: UpdateMobileDeviceAccessRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
- /**
452
- * serializeAws_json1_1UpdatePrimaryEmailAddressCommand
453
- */
454
- export declare const se_UpdatePrimaryEmailAddressCommand: (input: UpdatePrimaryEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
455
- /**
456
- * serializeAws_json1_1UpdateResourceCommand
457
- */
458
- export declare const se_UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
459
- /**
460
- * serializeAws_json1_1UpdateUserCommand
461
- */
462
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
463
- /**
464
- * deserializeAws_json1_1AssociateDelegateToResourceCommand
465
- */
466
- export declare const de_AssociateDelegateToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDelegateToResourceCommandOutput>;
467
- /**
468
- * deserializeAws_json1_1AssociateMemberToGroupCommand
469
- */
470
- export declare const de_AssociateMemberToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToGroupCommandOutput>;
471
- /**
472
- * deserializeAws_json1_1AssumeImpersonationRoleCommand
473
- */
474
- export declare const de_AssumeImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeImpersonationRoleCommandOutput>;
475
- /**
476
- * deserializeAws_json1_1CancelMailboxExportJobCommand
477
- */
478
- export declare const de_CancelMailboxExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMailboxExportJobCommandOutput>;
479
- /**
480
- * deserializeAws_json1_1CreateAliasCommand
481
- */
482
- export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
483
- /**
484
- * deserializeAws_json1_1CreateAvailabilityConfigurationCommand
485
- */
486
- export declare const de_CreateAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAvailabilityConfigurationCommandOutput>;
487
- /**
488
- * deserializeAws_json1_1CreateGroupCommand
489
- */
490
- export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
491
- /**
492
- * deserializeAws_json1_1CreateIdentityCenterApplicationCommand
493
- */
494
- export declare const de_CreateIdentityCenterApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityCenterApplicationCommandOutput>;
495
- /**
496
- * deserializeAws_json1_1CreateImpersonationRoleCommand
497
- */
498
- export declare const de_CreateImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImpersonationRoleCommandOutput>;
499
- /**
500
- * deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand
501
- */
502
- export declare const de_CreateMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMobileDeviceAccessRuleCommandOutput>;
503
- /**
504
- * deserializeAws_json1_1CreateOrganizationCommand
505
- */
506
- export declare const de_CreateOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationCommandOutput>;
507
- /**
508
- * deserializeAws_json1_1CreateResourceCommand
509
- */
510
- export declare const de_CreateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceCommandOutput>;
511
- /**
512
- * deserializeAws_json1_1CreateUserCommand
513
- */
514
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
515
- /**
516
- * deserializeAws_json1_1DeleteAccessControlRuleCommand
517
- */
518
- export declare const de_DeleteAccessControlRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessControlRuleCommandOutput>;
519
- /**
520
- * deserializeAws_json1_1DeleteAliasCommand
521
- */
522
- export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
523
- /**
524
- * deserializeAws_json1_1DeleteAvailabilityConfigurationCommand
525
- */
526
- export declare const de_DeleteAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAvailabilityConfigurationCommandOutput>;
527
- /**
528
- * deserializeAws_json1_1DeleteEmailMonitoringConfigurationCommand
529
- */
530
- export declare const de_DeleteEmailMonitoringConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEmailMonitoringConfigurationCommandOutput>;
531
- /**
532
- * deserializeAws_json1_1DeleteGroupCommand
533
- */
534
- export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
535
- /**
536
- * deserializeAws_json1_1DeleteIdentityCenterApplicationCommand
537
- */
538
- export declare const de_DeleteIdentityCenterApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityCenterApplicationCommandOutput>;
539
- /**
540
- * deserializeAws_json1_1DeleteIdentityProviderConfigurationCommand
541
- */
542
- export declare const de_DeleteIdentityProviderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderConfigurationCommandOutput>;
543
- /**
544
- * deserializeAws_json1_1DeleteImpersonationRoleCommand
545
- */
546
- export declare const de_DeleteImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImpersonationRoleCommandOutput>;
547
- /**
548
- * deserializeAws_json1_1DeleteMailboxPermissionsCommand
549
- */
550
- export declare const de_DeleteMailboxPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMailboxPermissionsCommandOutput>;
551
- /**
552
- * deserializeAws_json1_1DeleteMobileDeviceAccessOverrideCommand
553
- */
554
- export declare const de_DeleteMobileDeviceAccessOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMobileDeviceAccessOverrideCommandOutput>;
555
- /**
556
- * deserializeAws_json1_1DeleteMobileDeviceAccessRuleCommand
557
- */
558
- export declare const de_DeleteMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMobileDeviceAccessRuleCommandOutput>;
559
- /**
560
- * deserializeAws_json1_1DeleteOrganizationCommand
561
- */
562
- export declare const de_DeleteOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationCommandOutput>;
563
- /**
564
- * deserializeAws_json1_1DeletePersonalAccessTokenCommand
565
- */
566
- export declare const de_DeletePersonalAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePersonalAccessTokenCommandOutput>;
567
- /**
568
- * deserializeAws_json1_1DeleteResourceCommand
569
- */
570
- export declare const de_DeleteResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceCommandOutput>;
571
- /**
572
- * deserializeAws_json1_1DeleteRetentionPolicyCommand
573
- */
574
- export declare const de_DeleteRetentionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRetentionPolicyCommandOutput>;
575
- /**
576
- * deserializeAws_json1_1DeleteUserCommand
577
- */
578
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
579
- /**
580
- * deserializeAws_json1_1DeregisterFromWorkMailCommand
581
- */
582
- export declare const de_DeregisterFromWorkMailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterFromWorkMailCommandOutput>;
583
- /**
584
- * deserializeAws_json1_1DeregisterMailDomainCommand
585
- */
586
- export declare const de_DeregisterMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterMailDomainCommandOutput>;
587
- /**
588
- * deserializeAws_json1_1DescribeEmailMonitoringConfigurationCommand
589
- */
590
- export declare const de_DescribeEmailMonitoringConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmailMonitoringConfigurationCommandOutput>;
591
- /**
592
- * deserializeAws_json1_1DescribeEntityCommand
593
- */
594
- export declare const de_DescribeEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityCommandOutput>;
595
- /**
596
- * deserializeAws_json1_1DescribeGroupCommand
597
- */
598
- export declare const de_DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
599
- /**
600
- * deserializeAws_json1_1DescribeIdentityProviderConfigurationCommand
601
- */
602
- export declare const de_DescribeIdentityProviderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigurationCommandOutput>;
603
- /**
604
- * deserializeAws_json1_1DescribeInboundDmarcSettingsCommand
605
- */
606
- export declare const de_DescribeInboundDmarcSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundDmarcSettingsCommandOutput>;
607
- /**
608
- * deserializeAws_json1_1DescribeMailboxExportJobCommand
609
- */
610
- export declare const de_DescribeMailboxExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMailboxExportJobCommandOutput>;
611
- /**
612
- * deserializeAws_json1_1DescribeOrganizationCommand
613
- */
614
- export declare const de_DescribeOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationCommandOutput>;
615
- /**
616
- * deserializeAws_json1_1DescribeResourceCommand
617
- */
618
- export declare const de_DescribeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCommandOutput>;
619
- /**
620
- * deserializeAws_json1_1DescribeUserCommand
621
- */
622
- export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
623
- /**
624
- * deserializeAws_json1_1DisassociateDelegateFromResourceCommand
625
- */
626
- export declare const de_DisassociateDelegateFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDelegateFromResourceCommandOutput>;
627
- /**
628
- * deserializeAws_json1_1DisassociateMemberFromGroupCommand
629
- */
630
- export declare const de_DisassociateMemberFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromGroupCommandOutput>;
631
- /**
632
- * deserializeAws_json1_1GetAccessControlEffectCommand
633
- */
634
- export declare const de_GetAccessControlEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessControlEffectCommandOutput>;
635
- /**
636
- * deserializeAws_json1_1GetDefaultRetentionPolicyCommand
637
- */
638
- export declare const de_GetDefaultRetentionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultRetentionPolicyCommandOutput>;
639
- /**
640
- * deserializeAws_json1_1GetImpersonationRoleCommand
641
- */
642
- export declare const de_GetImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImpersonationRoleCommandOutput>;
643
- /**
644
- * deserializeAws_json1_1GetImpersonationRoleEffectCommand
645
- */
646
- export declare const de_GetImpersonationRoleEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImpersonationRoleEffectCommandOutput>;
647
- /**
648
- * deserializeAws_json1_1GetMailboxDetailsCommand
649
- */
650
- export declare const de_GetMailboxDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMailboxDetailsCommandOutput>;
651
- /**
652
- * deserializeAws_json1_1GetMailDomainCommand
653
- */
654
- export declare const de_GetMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMailDomainCommandOutput>;
655
- /**
656
- * deserializeAws_json1_1GetMobileDeviceAccessEffectCommand
657
- */
658
- export declare const de_GetMobileDeviceAccessEffectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMobileDeviceAccessEffectCommandOutput>;
659
- /**
660
- * deserializeAws_json1_1GetMobileDeviceAccessOverrideCommand
661
- */
662
- export declare const de_GetMobileDeviceAccessOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMobileDeviceAccessOverrideCommandOutput>;
663
- /**
664
- * deserializeAws_json1_1GetPersonalAccessTokenMetadataCommand
665
- */
666
- export declare const de_GetPersonalAccessTokenMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPersonalAccessTokenMetadataCommandOutput>;
667
- /**
668
- * deserializeAws_json1_1ListAccessControlRulesCommand
669
- */
670
- export declare const de_ListAccessControlRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessControlRulesCommandOutput>;
671
- /**
672
- * deserializeAws_json1_1ListAliasesCommand
673
- */
674
- export declare const de_ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
675
- /**
676
- * deserializeAws_json1_1ListAvailabilityConfigurationsCommand
677
- */
678
- export declare const de_ListAvailabilityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailabilityConfigurationsCommandOutput>;
679
- /**
680
- * deserializeAws_json1_1ListGroupMembersCommand
681
- */
682
- export declare const de_ListGroupMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembersCommandOutput>;
683
- /**
684
- * deserializeAws_json1_1ListGroupsCommand
685
- */
686
- export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
687
- /**
688
- * deserializeAws_json1_1ListGroupsForEntityCommand
689
- */
690
- export declare const de_ListGroupsForEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsForEntityCommandOutput>;
691
- /**
692
- * deserializeAws_json1_1ListImpersonationRolesCommand
693
- */
694
- export declare const de_ListImpersonationRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImpersonationRolesCommandOutput>;
695
- /**
696
- * deserializeAws_json1_1ListMailboxExportJobsCommand
697
- */
698
- export declare const de_ListMailboxExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailboxExportJobsCommandOutput>;
699
- /**
700
- * deserializeAws_json1_1ListMailboxPermissionsCommand
701
- */
702
- export declare const de_ListMailboxPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailboxPermissionsCommandOutput>;
703
- /**
704
- * deserializeAws_json1_1ListMailDomainsCommand
705
- */
706
- export declare const de_ListMailDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMailDomainsCommandOutput>;
707
- /**
708
- * deserializeAws_json1_1ListMobileDeviceAccessOverridesCommand
709
- */
710
- export declare const de_ListMobileDeviceAccessOverridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMobileDeviceAccessOverridesCommandOutput>;
711
- /**
712
- * deserializeAws_json1_1ListMobileDeviceAccessRulesCommand
713
- */
714
- export declare const de_ListMobileDeviceAccessRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMobileDeviceAccessRulesCommandOutput>;
715
- /**
716
- * deserializeAws_json1_1ListOrganizationsCommand
717
- */
718
- export declare const de_ListOrganizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationsCommandOutput>;
719
- /**
720
- * deserializeAws_json1_1ListPersonalAccessTokensCommand
721
- */
722
- export declare const de_ListPersonalAccessTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPersonalAccessTokensCommandOutput>;
723
- /**
724
- * deserializeAws_json1_1ListResourceDelegatesCommand
725
- */
726
- export declare const de_ListResourceDelegatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDelegatesCommandOutput>;
727
- /**
728
- * deserializeAws_json1_1ListResourcesCommand
729
- */
730
- export declare const de_ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
731
- /**
732
- * deserializeAws_json1_1ListTagsForResourceCommand
733
- */
734
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
735
- /**
736
- * deserializeAws_json1_1ListUsersCommand
737
- */
738
- export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
739
- /**
740
- * deserializeAws_json1_1PutAccessControlRuleCommand
741
- */
742
- export declare const de_PutAccessControlRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessControlRuleCommandOutput>;
743
- /**
744
- * deserializeAws_json1_1PutEmailMonitoringConfigurationCommand
745
- */
746
- export declare const de_PutEmailMonitoringConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEmailMonitoringConfigurationCommandOutput>;
747
- /**
748
- * deserializeAws_json1_1PutIdentityProviderConfigurationCommand
749
- */
750
- export declare const de_PutIdentityProviderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIdentityProviderConfigurationCommandOutput>;
751
- /**
752
- * deserializeAws_json1_1PutInboundDmarcSettingsCommand
753
- */
754
- export declare const de_PutInboundDmarcSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInboundDmarcSettingsCommandOutput>;
755
- /**
756
- * deserializeAws_json1_1PutMailboxPermissionsCommand
757
- */
758
- export declare const de_PutMailboxPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMailboxPermissionsCommandOutput>;
759
- /**
760
- * deserializeAws_json1_1PutMobileDeviceAccessOverrideCommand
761
- */
762
- export declare const de_PutMobileDeviceAccessOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMobileDeviceAccessOverrideCommandOutput>;
763
- /**
764
- * deserializeAws_json1_1PutRetentionPolicyCommand
765
- */
766
- export declare const de_PutRetentionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionPolicyCommandOutput>;
767
- /**
768
- * deserializeAws_json1_1RegisterMailDomainCommand
769
- */
770
- export declare const de_RegisterMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterMailDomainCommandOutput>;
771
- /**
772
- * deserializeAws_json1_1RegisterToWorkMailCommand
773
- */
774
- export declare const de_RegisterToWorkMailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterToWorkMailCommandOutput>;
775
- /**
776
- * deserializeAws_json1_1ResetPasswordCommand
777
- */
778
- export declare const de_ResetPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetPasswordCommandOutput>;
779
- /**
780
- * deserializeAws_json1_1StartMailboxExportJobCommand
781
- */
782
- export declare const de_StartMailboxExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMailboxExportJobCommandOutput>;
783
- /**
784
- * deserializeAws_json1_1TagResourceCommand
785
- */
786
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
787
- /**
788
- * deserializeAws_json1_1TestAvailabilityConfigurationCommand
789
- */
790
- export declare const de_TestAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestAvailabilityConfigurationCommandOutput>;
791
- /**
792
- * deserializeAws_json1_1UntagResourceCommand
793
- */
794
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
795
- /**
796
- * deserializeAws_json1_1UpdateAvailabilityConfigurationCommand
797
- */
798
- export declare const de_UpdateAvailabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityConfigurationCommandOutput>;
799
- /**
800
- * deserializeAws_json1_1UpdateDefaultMailDomainCommand
801
- */
802
- export declare const de_UpdateDefaultMailDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultMailDomainCommandOutput>;
803
- /**
804
- * deserializeAws_json1_1UpdateGroupCommand
805
- */
806
- export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
807
- /**
808
- * deserializeAws_json1_1UpdateImpersonationRoleCommand
809
- */
810
- export declare const de_UpdateImpersonationRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImpersonationRoleCommandOutput>;
811
- /**
812
- * deserializeAws_json1_1UpdateMailboxQuotaCommand
813
- */
814
- export declare const de_UpdateMailboxQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMailboxQuotaCommandOutput>;
815
- /**
816
- * deserializeAws_json1_1UpdateMobileDeviceAccessRuleCommand
817
- */
818
- export declare const de_UpdateMobileDeviceAccessRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMobileDeviceAccessRuleCommandOutput>;
819
- /**
820
- * deserializeAws_json1_1UpdatePrimaryEmailAddressCommand
821
- */
822
- export declare const de_UpdatePrimaryEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryEmailAddressCommandOutput>;
823
- /**
824
- * deserializeAws_json1_1UpdateResourceCommand
825
- */
826
- export declare const de_UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
827
- /**
828
- * deserializeAws_json1_1UpdateUserCommand
829
- */
830
- export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;