aws-sdk-workmail 1.62.0 → 1.63.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workmail/client.rb +1 -1
- data/lib/aws-sdk-workmail/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-workmail.rb +1 -1
- data/sig/client.rbs +1270 -0
- data/sig/errors.rbs +82 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1456 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/client.rbs
ADDED
@@ -0,0 +1,1270 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module WorkMail
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _AssociateDelegateToResourceResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateDelegateToResourceResponse]
|
78
|
+
end
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#associate_delegate_to_resource-instance_method
|
80
|
+
def associate_delegate_to_resource: (
|
81
|
+
organization_id: ::String,
|
82
|
+
resource_id: ::String,
|
83
|
+
entity_id: ::String
|
84
|
+
) -> _AssociateDelegateToResourceResponseSuccess
|
85
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateDelegateToResourceResponseSuccess
|
86
|
+
|
87
|
+
interface _AssociateMemberToGroupResponseSuccess
|
88
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateMemberToGroupResponse]
|
89
|
+
end
|
90
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#associate_member_to_group-instance_method
|
91
|
+
def associate_member_to_group: (
|
92
|
+
organization_id: ::String,
|
93
|
+
group_id: ::String,
|
94
|
+
member_id: ::String
|
95
|
+
) -> _AssociateMemberToGroupResponseSuccess
|
96
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToGroupResponseSuccess
|
97
|
+
|
98
|
+
interface _AssumeImpersonationRoleResponseSuccess
|
99
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssumeImpersonationRoleResponse]
|
100
|
+
def token: () -> ::String
|
101
|
+
def expires_in: () -> ::Integer
|
102
|
+
end
|
103
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#assume_impersonation_role-instance_method
|
104
|
+
def assume_impersonation_role: (
|
105
|
+
organization_id: ::String,
|
106
|
+
impersonation_role_id: ::String
|
107
|
+
) -> _AssumeImpersonationRoleResponseSuccess
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssumeImpersonationRoleResponseSuccess
|
109
|
+
|
110
|
+
interface _CancelMailboxExportJobResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelMailboxExportJobResponse]
|
112
|
+
end
|
113
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#cancel_mailbox_export_job-instance_method
|
114
|
+
def cancel_mailbox_export_job: (
|
115
|
+
client_token: ::String,
|
116
|
+
job_id: ::String,
|
117
|
+
organization_id: ::String
|
118
|
+
) -> _CancelMailboxExportJobResponseSuccess
|
119
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMailboxExportJobResponseSuccess
|
120
|
+
|
121
|
+
interface _CreateAliasResponseSuccess
|
122
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAliasResponse]
|
123
|
+
end
|
124
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_alias-instance_method
|
125
|
+
def create_alias: (
|
126
|
+
organization_id: ::String,
|
127
|
+
entity_id: ::String,
|
128
|
+
alias: ::String
|
129
|
+
) -> _CreateAliasResponseSuccess
|
130
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAliasResponseSuccess
|
131
|
+
|
132
|
+
interface _CreateAvailabilityConfigurationResponseSuccess
|
133
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAvailabilityConfigurationResponse]
|
134
|
+
end
|
135
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_availability_configuration-instance_method
|
136
|
+
def create_availability_configuration: (
|
137
|
+
?client_token: ::String,
|
138
|
+
organization_id: ::String,
|
139
|
+
domain_name: ::String,
|
140
|
+
?ews_provider: {
|
141
|
+
ews_endpoint: ::String,
|
142
|
+
ews_username: ::String,
|
143
|
+
ews_password: ::String
|
144
|
+
},
|
145
|
+
?lambda_provider: {
|
146
|
+
lambda_arn: ::String
|
147
|
+
}
|
148
|
+
) -> _CreateAvailabilityConfigurationResponseSuccess
|
149
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAvailabilityConfigurationResponseSuccess
|
150
|
+
|
151
|
+
interface _CreateGroupResponseSuccess
|
152
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateGroupResponse]
|
153
|
+
def group_id: () -> ::String
|
154
|
+
end
|
155
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_group-instance_method
|
156
|
+
def create_group: (
|
157
|
+
organization_id: ::String,
|
158
|
+
name: ::String,
|
159
|
+
?hidden_from_global_address_list: bool
|
160
|
+
) -> _CreateGroupResponseSuccess
|
161
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGroupResponseSuccess
|
162
|
+
|
163
|
+
interface _CreateImpersonationRoleResponseSuccess
|
164
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateImpersonationRoleResponse]
|
165
|
+
def impersonation_role_id: () -> ::String
|
166
|
+
end
|
167
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_impersonation_role-instance_method
|
168
|
+
def create_impersonation_role: (
|
169
|
+
?client_token: ::String,
|
170
|
+
organization_id: ::String,
|
171
|
+
name: ::String,
|
172
|
+
type: ("FULL_ACCESS" | "READ_ONLY"),
|
173
|
+
?description: ::String,
|
174
|
+
rules: Array[
|
175
|
+
{
|
176
|
+
impersonation_rule_id: ::String,
|
177
|
+
name: ::String?,
|
178
|
+
description: ::String?,
|
179
|
+
effect: ("ALLOW" | "DENY"),
|
180
|
+
target_users: Array[::String]?,
|
181
|
+
not_target_users: Array[::String]?
|
182
|
+
},
|
183
|
+
]
|
184
|
+
) -> _CreateImpersonationRoleResponseSuccess
|
185
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImpersonationRoleResponseSuccess
|
186
|
+
|
187
|
+
interface _CreateMobileDeviceAccessRuleResponseSuccess
|
188
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateMobileDeviceAccessRuleResponse]
|
189
|
+
def mobile_device_access_rule_id: () -> ::String
|
190
|
+
end
|
191
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_mobile_device_access_rule-instance_method
|
192
|
+
def create_mobile_device_access_rule: (
|
193
|
+
organization_id: ::String,
|
194
|
+
?client_token: ::String,
|
195
|
+
name: ::String,
|
196
|
+
?description: ::String,
|
197
|
+
effect: ("ALLOW" | "DENY"),
|
198
|
+
?device_types: Array[::String],
|
199
|
+
?not_device_types: Array[::String],
|
200
|
+
?device_models: Array[::String],
|
201
|
+
?not_device_models: Array[::String],
|
202
|
+
?device_operating_systems: Array[::String],
|
203
|
+
?not_device_operating_systems: Array[::String],
|
204
|
+
?device_user_agents: Array[::String],
|
205
|
+
?not_device_user_agents: Array[::String]
|
206
|
+
) -> _CreateMobileDeviceAccessRuleResponseSuccess
|
207
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMobileDeviceAccessRuleResponseSuccess
|
208
|
+
|
209
|
+
interface _CreateOrganizationResponseSuccess
|
210
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateOrganizationResponse]
|
211
|
+
def organization_id: () -> ::String
|
212
|
+
end
|
213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_organization-instance_method
|
214
|
+
def create_organization: (
|
215
|
+
?directory_id: ::String,
|
216
|
+
alias: ::String,
|
217
|
+
?client_token: ::String,
|
218
|
+
?domains: Array[
|
219
|
+
{
|
220
|
+
domain_name: ::String,
|
221
|
+
hosted_zone_id: ::String?
|
222
|
+
},
|
223
|
+
],
|
224
|
+
?kms_key_arn: ::String,
|
225
|
+
?enable_interoperability: bool
|
226
|
+
) -> _CreateOrganizationResponseSuccess
|
227
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOrganizationResponseSuccess
|
228
|
+
|
229
|
+
interface _CreateResourceResponseSuccess
|
230
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceResponse]
|
231
|
+
def resource_id: () -> ::String
|
232
|
+
end
|
233
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_resource-instance_method
|
234
|
+
def create_resource: (
|
235
|
+
organization_id: ::String,
|
236
|
+
name: ::String,
|
237
|
+
type: ("ROOM" | "EQUIPMENT"),
|
238
|
+
?description: ::String,
|
239
|
+
?hidden_from_global_address_list: bool
|
240
|
+
) -> _CreateResourceResponseSuccess
|
241
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceResponseSuccess
|
242
|
+
|
243
|
+
interface _CreateUserResponseSuccess
|
244
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserResponse]
|
245
|
+
def user_id: () -> ::String
|
246
|
+
end
|
247
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_user-instance_method
|
248
|
+
def create_user: (
|
249
|
+
organization_id: ::String,
|
250
|
+
name: ::String,
|
251
|
+
display_name: ::String,
|
252
|
+
?password: ::String,
|
253
|
+
?role: ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER"),
|
254
|
+
?first_name: ::String,
|
255
|
+
?last_name: ::String,
|
256
|
+
?hidden_from_global_address_list: bool
|
257
|
+
) -> _CreateUserResponseSuccess
|
258
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
|
259
|
+
|
260
|
+
interface _DeleteAccessControlRuleResponseSuccess
|
261
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccessControlRuleResponse]
|
262
|
+
end
|
263
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_access_control_rule-instance_method
|
264
|
+
def delete_access_control_rule: (
|
265
|
+
organization_id: ::String,
|
266
|
+
name: ::String
|
267
|
+
) -> _DeleteAccessControlRuleResponseSuccess
|
268
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccessControlRuleResponseSuccess
|
269
|
+
|
270
|
+
interface _DeleteAliasResponseSuccess
|
271
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAliasResponse]
|
272
|
+
end
|
273
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_alias-instance_method
|
274
|
+
def delete_alias: (
|
275
|
+
organization_id: ::String,
|
276
|
+
entity_id: ::String,
|
277
|
+
alias: ::String
|
278
|
+
) -> _DeleteAliasResponseSuccess
|
279
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAliasResponseSuccess
|
280
|
+
|
281
|
+
interface _DeleteAvailabilityConfigurationResponseSuccess
|
282
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAvailabilityConfigurationResponse]
|
283
|
+
end
|
284
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_availability_configuration-instance_method
|
285
|
+
def delete_availability_configuration: (
|
286
|
+
organization_id: ::String,
|
287
|
+
domain_name: ::String
|
288
|
+
) -> _DeleteAvailabilityConfigurationResponseSuccess
|
289
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAvailabilityConfigurationResponseSuccess
|
290
|
+
|
291
|
+
interface _DeleteEmailMonitoringConfigurationResponseSuccess
|
292
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEmailMonitoringConfigurationResponse]
|
293
|
+
end
|
294
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_email_monitoring_configuration-instance_method
|
295
|
+
def delete_email_monitoring_configuration: (
|
296
|
+
organization_id: ::String
|
297
|
+
) -> _DeleteEmailMonitoringConfigurationResponseSuccess
|
298
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEmailMonitoringConfigurationResponseSuccess
|
299
|
+
|
300
|
+
interface _DeleteGroupResponseSuccess
|
301
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGroupResponse]
|
302
|
+
end
|
303
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_group-instance_method
|
304
|
+
def delete_group: (
|
305
|
+
organization_id: ::String,
|
306
|
+
group_id: ::String
|
307
|
+
) -> _DeleteGroupResponseSuccess
|
308
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGroupResponseSuccess
|
309
|
+
|
310
|
+
interface _DeleteImpersonationRoleResponseSuccess
|
311
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteImpersonationRoleResponse]
|
312
|
+
end
|
313
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_impersonation_role-instance_method
|
314
|
+
def delete_impersonation_role: (
|
315
|
+
organization_id: ::String,
|
316
|
+
impersonation_role_id: ::String
|
317
|
+
) -> _DeleteImpersonationRoleResponseSuccess
|
318
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteImpersonationRoleResponseSuccess
|
319
|
+
|
320
|
+
interface _DeleteMailboxPermissionsResponseSuccess
|
321
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMailboxPermissionsResponse]
|
322
|
+
end
|
323
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_mailbox_permissions-instance_method
|
324
|
+
def delete_mailbox_permissions: (
|
325
|
+
organization_id: ::String,
|
326
|
+
entity_id: ::String,
|
327
|
+
grantee_id: ::String
|
328
|
+
) -> _DeleteMailboxPermissionsResponseSuccess
|
329
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMailboxPermissionsResponseSuccess
|
330
|
+
|
331
|
+
interface _DeleteMobileDeviceAccessOverrideResponseSuccess
|
332
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMobileDeviceAccessOverrideResponse]
|
333
|
+
end
|
334
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_mobile_device_access_override-instance_method
|
335
|
+
def delete_mobile_device_access_override: (
|
336
|
+
organization_id: ::String,
|
337
|
+
user_id: ::String,
|
338
|
+
device_id: ::String
|
339
|
+
) -> _DeleteMobileDeviceAccessOverrideResponseSuccess
|
340
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMobileDeviceAccessOverrideResponseSuccess
|
341
|
+
|
342
|
+
interface _DeleteMobileDeviceAccessRuleResponseSuccess
|
343
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMobileDeviceAccessRuleResponse]
|
344
|
+
end
|
345
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_mobile_device_access_rule-instance_method
|
346
|
+
def delete_mobile_device_access_rule: (
|
347
|
+
organization_id: ::String,
|
348
|
+
mobile_device_access_rule_id: ::String
|
349
|
+
) -> _DeleteMobileDeviceAccessRuleResponseSuccess
|
350
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMobileDeviceAccessRuleResponseSuccess
|
351
|
+
|
352
|
+
interface _DeleteOrganizationResponseSuccess
|
353
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOrganizationResponse]
|
354
|
+
def organization_id: () -> ::String
|
355
|
+
def state: () -> ::String
|
356
|
+
end
|
357
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_organization-instance_method
|
358
|
+
def delete_organization: (
|
359
|
+
?client_token: ::String,
|
360
|
+
organization_id: ::String,
|
361
|
+
delete_directory: bool,
|
362
|
+
?force_delete: bool
|
363
|
+
) -> _DeleteOrganizationResponseSuccess
|
364
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOrganizationResponseSuccess
|
365
|
+
|
366
|
+
interface _DeleteResourceResponseSuccess
|
367
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceResponse]
|
368
|
+
end
|
369
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_resource-instance_method
|
370
|
+
def delete_resource: (
|
371
|
+
organization_id: ::String,
|
372
|
+
resource_id: ::String
|
373
|
+
) -> _DeleteResourceResponseSuccess
|
374
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourceResponseSuccess
|
375
|
+
|
376
|
+
interface _DeleteRetentionPolicyResponseSuccess
|
377
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRetentionPolicyResponse]
|
378
|
+
end
|
379
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_retention_policy-instance_method
|
380
|
+
def delete_retention_policy: (
|
381
|
+
organization_id: ::String,
|
382
|
+
id: ::String
|
383
|
+
) -> _DeleteRetentionPolicyResponseSuccess
|
384
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRetentionPolicyResponseSuccess
|
385
|
+
|
386
|
+
interface _DeleteUserResponseSuccess
|
387
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteUserResponse]
|
388
|
+
end
|
389
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_user-instance_method
|
390
|
+
def delete_user: (
|
391
|
+
organization_id: ::String,
|
392
|
+
user_id: ::String
|
393
|
+
) -> _DeleteUserResponseSuccess
|
394
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteUserResponseSuccess
|
395
|
+
|
396
|
+
interface _DeregisterFromWorkMailResponseSuccess
|
397
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterFromWorkMailResponse]
|
398
|
+
end
|
399
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#deregister_from_work_mail-instance_method
|
400
|
+
def deregister_from_work_mail: (
|
401
|
+
organization_id: ::String,
|
402
|
+
entity_id: ::String
|
403
|
+
) -> _DeregisterFromWorkMailResponseSuccess
|
404
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterFromWorkMailResponseSuccess
|
405
|
+
|
406
|
+
interface _DeregisterMailDomainResponseSuccess
|
407
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterMailDomainResponse]
|
408
|
+
end
|
409
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#deregister_mail_domain-instance_method
|
410
|
+
def deregister_mail_domain: (
|
411
|
+
organization_id: ::String,
|
412
|
+
domain_name: ::String
|
413
|
+
) -> _DeregisterMailDomainResponseSuccess
|
414
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterMailDomainResponseSuccess
|
415
|
+
|
416
|
+
interface _DescribeEmailMonitoringConfigurationResponseSuccess
|
417
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEmailMonitoringConfigurationResponse]
|
418
|
+
def role_arn: () -> ::String
|
419
|
+
def log_group_arn: () -> ::String
|
420
|
+
end
|
421
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_email_monitoring_configuration-instance_method
|
422
|
+
def describe_email_monitoring_configuration: (
|
423
|
+
organization_id: ::String
|
424
|
+
) -> _DescribeEmailMonitoringConfigurationResponseSuccess
|
425
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEmailMonitoringConfigurationResponseSuccess
|
426
|
+
|
427
|
+
interface _DescribeEntityResponseSuccess
|
428
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEntityResponse]
|
429
|
+
def entity_id: () -> ::String
|
430
|
+
def name: () -> ::String
|
431
|
+
def type: () -> ("GROUP" | "USER" | "RESOURCE")
|
432
|
+
end
|
433
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_entity-instance_method
|
434
|
+
def describe_entity: (
|
435
|
+
organization_id: ::String,
|
436
|
+
email: ::String
|
437
|
+
) -> _DescribeEntityResponseSuccess
|
438
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEntityResponseSuccess
|
439
|
+
|
440
|
+
interface _DescribeGroupResponseSuccess
|
441
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGroupResponse]
|
442
|
+
def group_id: () -> ::String
|
443
|
+
def name: () -> ::String
|
444
|
+
def email: () -> ::String
|
445
|
+
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|
446
|
+
def enabled_date: () -> ::Time
|
447
|
+
def disabled_date: () -> ::Time
|
448
|
+
def hidden_from_global_address_list: () -> bool
|
449
|
+
end
|
450
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_group-instance_method
|
451
|
+
def describe_group: (
|
452
|
+
organization_id: ::String,
|
453
|
+
group_id: ::String
|
454
|
+
) -> _DescribeGroupResponseSuccess
|
455
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGroupResponseSuccess
|
456
|
+
|
457
|
+
interface _DescribeInboundDmarcSettingsResponseSuccess
|
458
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundDmarcSettingsResponse]
|
459
|
+
def enforced: () -> bool
|
460
|
+
end
|
461
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_inbound_dmarc_settings-instance_method
|
462
|
+
def describe_inbound_dmarc_settings: (
|
463
|
+
organization_id: ::String
|
464
|
+
) -> _DescribeInboundDmarcSettingsResponseSuccess
|
465
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInboundDmarcSettingsResponseSuccess
|
466
|
+
|
467
|
+
interface _DescribeMailboxExportJobResponseSuccess
|
468
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeMailboxExportJobResponse]
|
469
|
+
def entity_id: () -> ::String
|
470
|
+
def description: () -> ::String
|
471
|
+
def role_arn: () -> ::String
|
472
|
+
def kms_key_arn: () -> ::String
|
473
|
+
def s3_bucket_name: () -> ::String
|
474
|
+
def s3_prefix: () -> ::String
|
475
|
+
def s3_path: () -> ::String
|
476
|
+
def estimated_progress: () -> ::Integer
|
477
|
+
def state: () -> ("RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
478
|
+
def error_info: () -> ::String
|
479
|
+
def start_time: () -> ::Time
|
480
|
+
def end_time: () -> ::Time
|
481
|
+
end
|
482
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_mailbox_export_job-instance_method
|
483
|
+
def describe_mailbox_export_job: (
|
484
|
+
job_id: ::String,
|
485
|
+
organization_id: ::String
|
486
|
+
) -> _DescribeMailboxExportJobResponseSuccess
|
487
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMailboxExportJobResponseSuccess
|
488
|
+
|
489
|
+
interface _DescribeOrganizationResponseSuccess
|
490
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeOrganizationResponse]
|
491
|
+
def organization_id: () -> ::String
|
492
|
+
def alias: () -> ::String
|
493
|
+
def state: () -> ::String
|
494
|
+
def directory_id: () -> ::String
|
495
|
+
def directory_type: () -> ::String
|
496
|
+
def default_mail_domain: () -> ::String
|
497
|
+
def completed_date: () -> ::Time
|
498
|
+
def error_message: () -> ::String
|
499
|
+
def arn: () -> ::String
|
500
|
+
def migration_admin: () -> ::String
|
501
|
+
def interoperability_enabled: () -> bool
|
502
|
+
end
|
503
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_organization-instance_method
|
504
|
+
def describe_organization: (
|
505
|
+
organization_id: ::String
|
506
|
+
) -> _DescribeOrganizationResponseSuccess
|
507
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOrganizationResponseSuccess
|
508
|
+
|
509
|
+
interface _DescribeResourceResponseSuccess
|
510
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeResourceResponse]
|
511
|
+
def resource_id: () -> ::String
|
512
|
+
def email: () -> ::String
|
513
|
+
def name: () -> ::String
|
514
|
+
def type: () -> ("ROOM" | "EQUIPMENT")
|
515
|
+
def booking_options: () -> Types::BookingOptions
|
516
|
+
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|
517
|
+
def enabled_date: () -> ::Time
|
518
|
+
def disabled_date: () -> ::Time
|
519
|
+
def description: () -> ::String
|
520
|
+
def hidden_from_global_address_list: () -> bool
|
521
|
+
end
|
522
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_resource-instance_method
|
523
|
+
def describe_resource: (
|
524
|
+
organization_id: ::String,
|
525
|
+
resource_id: ::String
|
526
|
+
) -> _DescribeResourceResponseSuccess
|
527
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeResourceResponseSuccess
|
528
|
+
|
529
|
+
interface _DescribeUserResponseSuccess
|
530
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeUserResponse]
|
531
|
+
def user_id: () -> ::String
|
532
|
+
def name: () -> ::String
|
533
|
+
def email: () -> ::String
|
534
|
+
def display_name: () -> ::String
|
535
|
+
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|
536
|
+
def user_role: () -> ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER")
|
537
|
+
def enabled_date: () -> ::Time
|
538
|
+
def disabled_date: () -> ::Time
|
539
|
+
def mailbox_provisioned_date: () -> ::Time
|
540
|
+
def mailbox_deprovisioned_date: () -> ::Time
|
541
|
+
def first_name: () -> ::String
|
542
|
+
def last_name: () -> ::String
|
543
|
+
def hidden_from_global_address_list: () -> bool
|
544
|
+
def initials: () -> ::String
|
545
|
+
def telephone: () -> ::String
|
546
|
+
def street: () -> ::String
|
547
|
+
def job_title: () -> ::String
|
548
|
+
def city: () -> ::String
|
549
|
+
def company: () -> ::String
|
550
|
+
def zip_code: () -> ::String
|
551
|
+
def department: () -> ::String
|
552
|
+
def country: () -> ::String
|
553
|
+
def office: () -> ::String
|
554
|
+
end
|
555
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_user-instance_method
|
556
|
+
def describe_user: (
|
557
|
+
organization_id: ::String,
|
558
|
+
user_id: ::String
|
559
|
+
) -> _DescribeUserResponseSuccess
|
560
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserResponseSuccess
|
561
|
+
|
562
|
+
interface _DisassociateDelegateFromResourceResponseSuccess
|
563
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateDelegateFromResourceResponse]
|
564
|
+
end
|
565
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#disassociate_delegate_from_resource-instance_method
|
566
|
+
def disassociate_delegate_from_resource: (
|
567
|
+
organization_id: ::String,
|
568
|
+
resource_id: ::String,
|
569
|
+
entity_id: ::String
|
570
|
+
) -> _DisassociateDelegateFromResourceResponseSuccess
|
571
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateDelegateFromResourceResponseSuccess
|
572
|
+
|
573
|
+
interface _DisassociateMemberFromGroupResponseSuccess
|
574
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateMemberFromGroupResponse]
|
575
|
+
end
|
576
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#disassociate_member_from_group-instance_method
|
577
|
+
def disassociate_member_from_group: (
|
578
|
+
organization_id: ::String,
|
579
|
+
group_id: ::String,
|
580
|
+
member_id: ::String
|
581
|
+
) -> _DisassociateMemberFromGroupResponseSuccess
|
582
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateMemberFromGroupResponseSuccess
|
583
|
+
|
584
|
+
interface _GetAccessControlEffectResponseSuccess
|
585
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAccessControlEffectResponse]
|
586
|
+
def effect: () -> ("ALLOW" | "DENY")
|
587
|
+
def matched_rules: () -> ::Array[::String]
|
588
|
+
end
|
589
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_access_control_effect-instance_method
|
590
|
+
def get_access_control_effect: (
|
591
|
+
organization_id: ::String,
|
592
|
+
ip_address: ::String,
|
593
|
+
action: ::String,
|
594
|
+
?user_id: ::String,
|
595
|
+
?impersonation_role_id: ::String
|
596
|
+
) -> _GetAccessControlEffectResponseSuccess
|
597
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccessControlEffectResponseSuccess
|
598
|
+
|
599
|
+
interface _GetDefaultRetentionPolicyResponseSuccess
|
600
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDefaultRetentionPolicyResponse]
|
601
|
+
def id: () -> ::String
|
602
|
+
def name: () -> ::String
|
603
|
+
def description: () -> ::String
|
604
|
+
def folder_configurations: () -> ::Array[Types::FolderConfiguration]
|
605
|
+
end
|
606
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_default_retention_policy-instance_method
|
607
|
+
def get_default_retention_policy: (
|
608
|
+
organization_id: ::String
|
609
|
+
) -> _GetDefaultRetentionPolicyResponseSuccess
|
610
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDefaultRetentionPolicyResponseSuccess
|
611
|
+
|
612
|
+
interface _GetImpersonationRoleResponseSuccess
|
613
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetImpersonationRoleResponse]
|
614
|
+
def impersonation_role_id: () -> ::String
|
615
|
+
def name: () -> ::String
|
616
|
+
def type: () -> ("FULL_ACCESS" | "READ_ONLY")
|
617
|
+
def description: () -> ::String
|
618
|
+
def rules: () -> ::Array[Types::ImpersonationRule]
|
619
|
+
def date_created: () -> ::Time
|
620
|
+
def date_modified: () -> ::Time
|
621
|
+
end
|
622
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_impersonation_role-instance_method
|
623
|
+
def get_impersonation_role: (
|
624
|
+
organization_id: ::String,
|
625
|
+
impersonation_role_id: ::String
|
626
|
+
) -> _GetImpersonationRoleResponseSuccess
|
627
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetImpersonationRoleResponseSuccess
|
628
|
+
|
629
|
+
interface _GetImpersonationRoleEffectResponseSuccess
|
630
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetImpersonationRoleEffectResponse]
|
631
|
+
def type: () -> ("FULL_ACCESS" | "READ_ONLY")
|
632
|
+
def effect: () -> ("ALLOW" | "DENY")
|
633
|
+
def matched_rules: () -> ::Array[Types::ImpersonationMatchedRule]
|
634
|
+
end
|
635
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_impersonation_role_effect-instance_method
|
636
|
+
def get_impersonation_role_effect: (
|
637
|
+
organization_id: ::String,
|
638
|
+
impersonation_role_id: ::String,
|
639
|
+
target_user: ::String
|
640
|
+
) -> _GetImpersonationRoleEffectResponseSuccess
|
641
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetImpersonationRoleEffectResponseSuccess
|
642
|
+
|
643
|
+
interface _GetMailDomainResponseSuccess
|
644
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMailDomainResponse]
|
645
|
+
def records: () -> ::Array[Types::DnsRecord]
|
646
|
+
def is_test_domain: () -> bool
|
647
|
+
def is_default: () -> bool
|
648
|
+
def ownership_verification_status: () -> ("PENDING" | "VERIFIED" | "FAILED")
|
649
|
+
def dkim_verification_status: () -> ("PENDING" | "VERIFIED" | "FAILED")
|
650
|
+
end
|
651
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_mail_domain-instance_method
|
652
|
+
def get_mail_domain: (
|
653
|
+
organization_id: ::String,
|
654
|
+
domain_name: ::String
|
655
|
+
) -> _GetMailDomainResponseSuccess
|
656
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMailDomainResponseSuccess
|
657
|
+
|
658
|
+
interface _GetMailboxDetailsResponseSuccess
|
659
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMailboxDetailsResponse]
|
660
|
+
def mailbox_quota: () -> ::Integer
|
661
|
+
def mailbox_size: () -> ::Float
|
662
|
+
end
|
663
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_mailbox_details-instance_method
|
664
|
+
def get_mailbox_details: (
|
665
|
+
organization_id: ::String,
|
666
|
+
user_id: ::String
|
667
|
+
) -> _GetMailboxDetailsResponseSuccess
|
668
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMailboxDetailsResponseSuccess
|
669
|
+
|
670
|
+
interface _GetMobileDeviceAccessEffectResponseSuccess
|
671
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMobileDeviceAccessEffectResponse]
|
672
|
+
def effect: () -> ("ALLOW" | "DENY")
|
673
|
+
def matched_rules: () -> ::Array[Types::MobileDeviceAccessMatchedRule]
|
674
|
+
end
|
675
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_mobile_device_access_effect-instance_method
|
676
|
+
def get_mobile_device_access_effect: (
|
677
|
+
organization_id: ::String,
|
678
|
+
?device_type: ::String,
|
679
|
+
?device_model: ::String,
|
680
|
+
?device_operating_system: ::String,
|
681
|
+
?device_user_agent: ::String
|
682
|
+
) -> _GetMobileDeviceAccessEffectResponseSuccess
|
683
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMobileDeviceAccessEffectResponseSuccess
|
684
|
+
|
685
|
+
interface _GetMobileDeviceAccessOverrideResponseSuccess
|
686
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMobileDeviceAccessOverrideResponse]
|
687
|
+
def user_id: () -> ::String
|
688
|
+
def device_id: () -> ::String
|
689
|
+
def effect: () -> ("ALLOW" | "DENY")
|
690
|
+
def description: () -> ::String
|
691
|
+
def date_created: () -> ::Time
|
692
|
+
def date_modified: () -> ::Time
|
693
|
+
end
|
694
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_mobile_device_access_override-instance_method
|
695
|
+
def get_mobile_device_access_override: (
|
696
|
+
organization_id: ::String,
|
697
|
+
user_id: ::String,
|
698
|
+
device_id: ::String
|
699
|
+
) -> _GetMobileDeviceAccessOverrideResponseSuccess
|
700
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMobileDeviceAccessOverrideResponseSuccess
|
701
|
+
|
702
|
+
interface _ListAccessControlRulesResponseSuccess
|
703
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessControlRulesResponse]
|
704
|
+
def rules: () -> ::Array[Types::AccessControlRule]
|
705
|
+
end
|
706
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_access_control_rules-instance_method
|
707
|
+
def list_access_control_rules: (
|
708
|
+
organization_id: ::String
|
709
|
+
) -> _ListAccessControlRulesResponseSuccess
|
710
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccessControlRulesResponseSuccess
|
711
|
+
|
712
|
+
interface _ListAliasesResponseSuccess
|
713
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAliasesResponse]
|
714
|
+
def aliases: () -> ::Array[::String]
|
715
|
+
def next_token: () -> ::String
|
716
|
+
end
|
717
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_aliases-instance_method
|
718
|
+
def list_aliases: (
|
719
|
+
organization_id: ::String,
|
720
|
+
entity_id: ::String,
|
721
|
+
?next_token: ::String,
|
722
|
+
?max_results: ::Integer
|
723
|
+
) -> _ListAliasesResponseSuccess
|
724
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAliasesResponseSuccess
|
725
|
+
|
726
|
+
interface _ListAvailabilityConfigurationsResponseSuccess
|
727
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAvailabilityConfigurationsResponse]
|
728
|
+
def availability_configurations: () -> ::Array[Types::AvailabilityConfiguration]
|
729
|
+
def next_token: () -> ::String
|
730
|
+
end
|
731
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_availability_configurations-instance_method
|
732
|
+
def list_availability_configurations: (
|
733
|
+
organization_id: ::String,
|
734
|
+
?max_results: ::Integer,
|
735
|
+
?next_token: ::String
|
736
|
+
) -> _ListAvailabilityConfigurationsResponseSuccess
|
737
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAvailabilityConfigurationsResponseSuccess
|
738
|
+
|
739
|
+
interface _ListGroupMembersResponseSuccess
|
740
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListGroupMembersResponse]
|
741
|
+
def members: () -> ::Array[Types::Member]
|
742
|
+
def next_token: () -> ::String
|
743
|
+
end
|
744
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_group_members-instance_method
|
745
|
+
def list_group_members: (
|
746
|
+
organization_id: ::String,
|
747
|
+
group_id: ::String,
|
748
|
+
?next_token: ::String,
|
749
|
+
?max_results: ::Integer
|
750
|
+
) -> _ListGroupMembersResponseSuccess
|
751
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroupMembersResponseSuccess
|
752
|
+
|
753
|
+
interface _ListGroupsResponseSuccess
|
754
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListGroupsResponse]
|
755
|
+
def groups: () -> ::Array[Types::Group]
|
756
|
+
def next_token: () -> ::String
|
757
|
+
end
|
758
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_groups-instance_method
|
759
|
+
def list_groups: (
|
760
|
+
organization_id: ::String,
|
761
|
+
?next_token: ::String,
|
762
|
+
?max_results: ::Integer,
|
763
|
+
?filters: {
|
764
|
+
name_prefix: ::String?,
|
765
|
+
primary_email_prefix: ::String?,
|
766
|
+
state: ("ENABLED" | "DISABLED" | "DELETED")?
|
767
|
+
}
|
768
|
+
) -> _ListGroupsResponseSuccess
|
769
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroupsResponseSuccess
|
770
|
+
|
771
|
+
interface _ListGroupsForEntityResponseSuccess
|
772
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListGroupsForEntityResponse]
|
773
|
+
def groups: () -> ::Array[Types::GroupIdentifier]
|
774
|
+
def next_token: () -> ::String
|
775
|
+
end
|
776
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_groups_for_entity-instance_method
|
777
|
+
def list_groups_for_entity: (
|
778
|
+
organization_id: ::String,
|
779
|
+
entity_id: ::String,
|
780
|
+
?filters: {
|
781
|
+
group_name_prefix: ::String?
|
782
|
+
},
|
783
|
+
?next_token: ::String,
|
784
|
+
?max_results: ::Integer
|
785
|
+
) -> _ListGroupsForEntityResponseSuccess
|
786
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroupsForEntityResponseSuccess
|
787
|
+
|
788
|
+
interface _ListImpersonationRolesResponseSuccess
|
789
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListImpersonationRolesResponse]
|
790
|
+
def roles: () -> ::Array[Types::ImpersonationRole]
|
791
|
+
def next_token: () -> ::String
|
792
|
+
end
|
793
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_impersonation_roles-instance_method
|
794
|
+
def list_impersonation_roles: (
|
795
|
+
organization_id: ::String,
|
796
|
+
?next_token: ::String,
|
797
|
+
?max_results: ::Integer
|
798
|
+
) -> _ListImpersonationRolesResponseSuccess
|
799
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListImpersonationRolesResponseSuccess
|
800
|
+
|
801
|
+
interface _ListMailDomainsResponseSuccess
|
802
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMailDomainsResponse]
|
803
|
+
def mail_domains: () -> ::Array[Types::MailDomainSummary]
|
804
|
+
def next_token: () -> ::String
|
805
|
+
end
|
806
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_mail_domains-instance_method
|
807
|
+
def list_mail_domains: (
|
808
|
+
organization_id: ::String,
|
809
|
+
?max_results: ::Integer,
|
810
|
+
?next_token: ::String
|
811
|
+
) -> _ListMailDomainsResponseSuccess
|
812
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMailDomainsResponseSuccess
|
813
|
+
|
814
|
+
interface _ListMailboxExportJobsResponseSuccess
|
815
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMailboxExportJobsResponse]
|
816
|
+
def jobs: () -> ::Array[Types::MailboxExportJob]
|
817
|
+
def next_token: () -> ::String
|
818
|
+
end
|
819
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_mailbox_export_jobs-instance_method
|
820
|
+
def list_mailbox_export_jobs: (
|
821
|
+
organization_id: ::String,
|
822
|
+
?next_token: ::String,
|
823
|
+
?max_results: ::Integer
|
824
|
+
) -> _ListMailboxExportJobsResponseSuccess
|
825
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMailboxExportJobsResponseSuccess
|
826
|
+
|
827
|
+
interface _ListMailboxPermissionsResponseSuccess
|
828
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMailboxPermissionsResponse]
|
829
|
+
def permissions: () -> ::Array[Types::Permission]
|
830
|
+
def next_token: () -> ::String
|
831
|
+
end
|
832
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_mailbox_permissions-instance_method
|
833
|
+
def list_mailbox_permissions: (
|
834
|
+
organization_id: ::String,
|
835
|
+
entity_id: ::String,
|
836
|
+
?next_token: ::String,
|
837
|
+
?max_results: ::Integer
|
838
|
+
) -> _ListMailboxPermissionsResponseSuccess
|
839
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMailboxPermissionsResponseSuccess
|
840
|
+
|
841
|
+
interface _ListMobileDeviceAccessOverridesResponseSuccess
|
842
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMobileDeviceAccessOverridesResponse]
|
843
|
+
def overrides: () -> ::Array[Types::MobileDeviceAccessOverride]
|
844
|
+
def next_token: () -> ::String
|
845
|
+
end
|
846
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_mobile_device_access_overrides-instance_method
|
847
|
+
def list_mobile_device_access_overrides: (
|
848
|
+
organization_id: ::String,
|
849
|
+
?user_id: ::String,
|
850
|
+
?device_id: ::String,
|
851
|
+
?next_token: ::String,
|
852
|
+
?max_results: ::Integer
|
853
|
+
) -> _ListMobileDeviceAccessOverridesResponseSuccess
|
854
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMobileDeviceAccessOverridesResponseSuccess
|
855
|
+
|
856
|
+
interface _ListMobileDeviceAccessRulesResponseSuccess
|
857
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMobileDeviceAccessRulesResponse]
|
858
|
+
def rules: () -> ::Array[Types::MobileDeviceAccessRule]
|
859
|
+
end
|
860
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_mobile_device_access_rules-instance_method
|
861
|
+
def list_mobile_device_access_rules: (
|
862
|
+
organization_id: ::String
|
863
|
+
) -> _ListMobileDeviceAccessRulesResponseSuccess
|
864
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMobileDeviceAccessRulesResponseSuccess
|
865
|
+
|
866
|
+
interface _ListOrganizationsResponseSuccess
|
867
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListOrganizationsResponse]
|
868
|
+
def organization_summaries: () -> ::Array[Types::OrganizationSummary]
|
869
|
+
def next_token: () -> ::String
|
870
|
+
end
|
871
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_organizations-instance_method
|
872
|
+
def list_organizations: (
|
873
|
+
?next_token: ::String,
|
874
|
+
?max_results: ::Integer
|
875
|
+
) -> _ListOrganizationsResponseSuccess
|
876
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOrganizationsResponseSuccess
|
877
|
+
|
878
|
+
interface _ListResourceDelegatesResponseSuccess
|
879
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceDelegatesResponse]
|
880
|
+
def delegates: () -> ::Array[Types::Delegate]
|
881
|
+
def next_token: () -> ::String
|
882
|
+
end
|
883
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_resource_delegates-instance_method
|
884
|
+
def list_resource_delegates: (
|
885
|
+
organization_id: ::String,
|
886
|
+
resource_id: ::String,
|
887
|
+
?next_token: ::String,
|
888
|
+
?max_results: ::Integer
|
889
|
+
) -> _ListResourceDelegatesResponseSuccess
|
890
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceDelegatesResponseSuccess
|
891
|
+
|
892
|
+
interface _ListResourcesResponseSuccess
|
893
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourcesResponse]
|
894
|
+
def resources: () -> ::Array[Types::Resource]
|
895
|
+
def next_token: () -> ::String
|
896
|
+
end
|
897
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_resources-instance_method
|
898
|
+
def list_resources: (
|
899
|
+
organization_id: ::String,
|
900
|
+
?next_token: ::String,
|
901
|
+
?max_results: ::Integer,
|
902
|
+
?filters: {
|
903
|
+
name_prefix: ::String?,
|
904
|
+
primary_email_prefix: ::String?,
|
905
|
+
state: ("ENABLED" | "DISABLED" | "DELETED")?
|
906
|
+
}
|
907
|
+
) -> _ListResourcesResponseSuccess
|
908
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourcesResponseSuccess
|
909
|
+
|
910
|
+
interface _ListTagsForResourceResponseSuccess
|
911
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
912
|
+
def tags: () -> ::Array[Types::Tag]
|
913
|
+
end
|
914
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_tags_for_resource-instance_method
|
915
|
+
def list_tags_for_resource: (
|
916
|
+
resource_arn: ::String
|
917
|
+
) -> _ListTagsForResourceResponseSuccess
|
918
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
919
|
+
|
920
|
+
interface _ListUsersResponseSuccess
|
921
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
|
922
|
+
def users: () -> ::Array[Types::User]
|
923
|
+
def next_token: () -> ::String
|
924
|
+
end
|
925
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_users-instance_method
|
926
|
+
def list_users: (
|
927
|
+
organization_id: ::String,
|
928
|
+
?next_token: ::String,
|
929
|
+
?max_results: ::Integer,
|
930
|
+
?filters: {
|
931
|
+
username_prefix: ::String?,
|
932
|
+
display_name_prefix: ::String?,
|
933
|
+
primary_email_prefix: ::String?,
|
934
|
+
state: ("ENABLED" | "DISABLED" | "DELETED")?
|
935
|
+
}
|
936
|
+
) -> _ListUsersResponseSuccess
|
937
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
|
938
|
+
|
939
|
+
interface _PutAccessControlRuleResponseSuccess
|
940
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutAccessControlRuleResponse]
|
941
|
+
end
|
942
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_access_control_rule-instance_method
|
943
|
+
def put_access_control_rule: (
|
944
|
+
name: ::String,
|
945
|
+
effect: ("ALLOW" | "DENY"),
|
946
|
+
description: ::String,
|
947
|
+
?ip_ranges: Array[::String],
|
948
|
+
?not_ip_ranges: Array[::String],
|
949
|
+
?actions: Array[::String],
|
950
|
+
?not_actions: Array[::String],
|
951
|
+
?user_ids: Array[::String],
|
952
|
+
?not_user_ids: Array[::String],
|
953
|
+
organization_id: ::String,
|
954
|
+
?impersonation_role_ids: Array[::String],
|
955
|
+
?not_impersonation_role_ids: Array[::String]
|
956
|
+
) -> _PutAccessControlRuleResponseSuccess
|
957
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAccessControlRuleResponseSuccess
|
958
|
+
|
959
|
+
interface _PutEmailMonitoringConfigurationResponseSuccess
|
960
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutEmailMonitoringConfigurationResponse]
|
961
|
+
end
|
962
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_email_monitoring_configuration-instance_method
|
963
|
+
def put_email_monitoring_configuration: (
|
964
|
+
organization_id: ::String,
|
965
|
+
role_arn: ::String,
|
966
|
+
log_group_arn: ::String
|
967
|
+
) -> _PutEmailMonitoringConfigurationResponseSuccess
|
968
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailMonitoringConfigurationResponseSuccess
|
969
|
+
|
970
|
+
interface _PutInboundDmarcSettingsResponseSuccess
|
971
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutInboundDmarcSettingsResponse]
|
972
|
+
end
|
973
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_inbound_dmarc_settings-instance_method
|
974
|
+
def put_inbound_dmarc_settings: (
|
975
|
+
organization_id: ::String,
|
976
|
+
enforced: bool
|
977
|
+
) -> _PutInboundDmarcSettingsResponseSuccess
|
978
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutInboundDmarcSettingsResponseSuccess
|
979
|
+
|
980
|
+
interface _PutMailboxPermissionsResponseSuccess
|
981
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutMailboxPermissionsResponse]
|
982
|
+
end
|
983
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_mailbox_permissions-instance_method
|
984
|
+
def put_mailbox_permissions: (
|
985
|
+
organization_id: ::String,
|
986
|
+
entity_id: ::String,
|
987
|
+
grantee_id: ::String,
|
988
|
+
permission_values: Array[("FULL_ACCESS" | "SEND_AS" | "SEND_ON_BEHALF")]
|
989
|
+
) -> _PutMailboxPermissionsResponseSuccess
|
990
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutMailboxPermissionsResponseSuccess
|
991
|
+
|
992
|
+
interface _PutMobileDeviceAccessOverrideResponseSuccess
|
993
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutMobileDeviceAccessOverrideResponse]
|
994
|
+
end
|
995
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_mobile_device_access_override-instance_method
|
996
|
+
def put_mobile_device_access_override: (
|
997
|
+
organization_id: ::String,
|
998
|
+
user_id: ::String,
|
999
|
+
device_id: ::String,
|
1000
|
+
effect: ("ALLOW" | "DENY"),
|
1001
|
+
?description: ::String
|
1002
|
+
) -> _PutMobileDeviceAccessOverrideResponseSuccess
|
1003
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutMobileDeviceAccessOverrideResponseSuccess
|
1004
|
+
|
1005
|
+
interface _PutRetentionPolicyResponseSuccess
|
1006
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutRetentionPolicyResponse]
|
1007
|
+
end
|
1008
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_retention_policy-instance_method
|
1009
|
+
def put_retention_policy: (
|
1010
|
+
organization_id: ::String,
|
1011
|
+
?id: ::String,
|
1012
|
+
name: ::String,
|
1013
|
+
?description: ::String,
|
1014
|
+
folder_configurations: Array[
|
1015
|
+
{
|
1016
|
+
name: ("INBOX" | "DELETED_ITEMS" | "SENT_ITEMS" | "DRAFTS" | "JUNK_EMAIL"),
|
1017
|
+
action: ("NONE" | "DELETE" | "PERMANENTLY_DELETE"),
|
1018
|
+
period: ::Integer?
|
1019
|
+
},
|
1020
|
+
]
|
1021
|
+
) -> _PutRetentionPolicyResponseSuccess
|
1022
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRetentionPolicyResponseSuccess
|
1023
|
+
|
1024
|
+
interface _RegisterMailDomainResponseSuccess
|
1025
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegisterMailDomainResponse]
|
1026
|
+
end
|
1027
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#register_mail_domain-instance_method
|
1028
|
+
def register_mail_domain: (
|
1029
|
+
?client_token: ::String,
|
1030
|
+
organization_id: ::String,
|
1031
|
+
domain_name: ::String
|
1032
|
+
) -> _RegisterMailDomainResponseSuccess
|
1033
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterMailDomainResponseSuccess
|
1034
|
+
|
1035
|
+
interface _RegisterToWorkMailResponseSuccess
|
1036
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegisterToWorkMailResponse]
|
1037
|
+
end
|
1038
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#register_to_work_mail-instance_method
|
1039
|
+
def register_to_work_mail: (
|
1040
|
+
organization_id: ::String,
|
1041
|
+
entity_id: ::String,
|
1042
|
+
email: ::String
|
1043
|
+
) -> _RegisterToWorkMailResponseSuccess
|
1044
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterToWorkMailResponseSuccess
|
1045
|
+
|
1046
|
+
interface _ResetPasswordResponseSuccess
|
1047
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ResetPasswordResponse]
|
1048
|
+
end
|
1049
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#reset_password-instance_method
|
1050
|
+
def reset_password: (
|
1051
|
+
organization_id: ::String,
|
1052
|
+
user_id: ::String,
|
1053
|
+
password: ::String
|
1054
|
+
) -> _ResetPasswordResponseSuccess
|
1055
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetPasswordResponseSuccess
|
1056
|
+
|
1057
|
+
interface _StartMailboxExportJobResponseSuccess
|
1058
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartMailboxExportJobResponse]
|
1059
|
+
def job_id: () -> ::String
|
1060
|
+
end
|
1061
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#start_mailbox_export_job-instance_method
|
1062
|
+
def start_mailbox_export_job: (
|
1063
|
+
client_token: ::String,
|
1064
|
+
organization_id: ::String,
|
1065
|
+
entity_id: ::String,
|
1066
|
+
?description: ::String,
|
1067
|
+
role_arn: ::String,
|
1068
|
+
kms_key_arn: ::String,
|
1069
|
+
s3_bucket_name: ::String,
|
1070
|
+
s3_prefix: ::String
|
1071
|
+
) -> _StartMailboxExportJobResponseSuccess
|
1072
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMailboxExportJobResponseSuccess
|
1073
|
+
|
1074
|
+
interface _TagResourceResponseSuccess
|
1075
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
1076
|
+
end
|
1077
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#tag_resource-instance_method
|
1078
|
+
def tag_resource: (
|
1079
|
+
resource_arn: ::String,
|
1080
|
+
tags: Array[
|
1081
|
+
{
|
1082
|
+
key: ::String,
|
1083
|
+
value: ::String
|
1084
|
+
},
|
1085
|
+
]
|
1086
|
+
) -> _TagResourceResponseSuccess
|
1087
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
1088
|
+
|
1089
|
+
interface _TestAvailabilityConfigurationResponseSuccess
|
1090
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TestAvailabilityConfigurationResponse]
|
1091
|
+
def test_passed: () -> bool
|
1092
|
+
def failure_reason: () -> ::String
|
1093
|
+
end
|
1094
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#test_availability_configuration-instance_method
|
1095
|
+
def test_availability_configuration: (
|
1096
|
+
organization_id: ::String,
|
1097
|
+
?domain_name: ::String,
|
1098
|
+
?ews_provider: {
|
1099
|
+
ews_endpoint: ::String,
|
1100
|
+
ews_username: ::String,
|
1101
|
+
ews_password: ::String
|
1102
|
+
},
|
1103
|
+
?lambda_provider: {
|
1104
|
+
lambda_arn: ::String
|
1105
|
+
}
|
1106
|
+
) -> _TestAvailabilityConfigurationResponseSuccess
|
1107
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestAvailabilityConfigurationResponseSuccess
|
1108
|
+
|
1109
|
+
interface _UntagResourceResponseSuccess
|
1110
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
1111
|
+
end
|
1112
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#untag_resource-instance_method
|
1113
|
+
def untag_resource: (
|
1114
|
+
resource_arn: ::String,
|
1115
|
+
tag_keys: Array[::String]
|
1116
|
+
) -> _UntagResourceResponseSuccess
|
1117
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
1118
|
+
|
1119
|
+
interface _UpdateAvailabilityConfigurationResponseSuccess
|
1120
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAvailabilityConfigurationResponse]
|
1121
|
+
end
|
1122
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_availability_configuration-instance_method
|
1123
|
+
def update_availability_configuration: (
|
1124
|
+
organization_id: ::String,
|
1125
|
+
domain_name: ::String,
|
1126
|
+
?ews_provider: {
|
1127
|
+
ews_endpoint: ::String,
|
1128
|
+
ews_username: ::String,
|
1129
|
+
ews_password: ::String
|
1130
|
+
},
|
1131
|
+
?lambda_provider: {
|
1132
|
+
lambda_arn: ::String
|
1133
|
+
}
|
1134
|
+
) -> _UpdateAvailabilityConfigurationResponseSuccess
|
1135
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAvailabilityConfigurationResponseSuccess
|
1136
|
+
|
1137
|
+
interface _UpdateDefaultMailDomainResponseSuccess
|
1138
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDefaultMailDomainResponse]
|
1139
|
+
end
|
1140
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_default_mail_domain-instance_method
|
1141
|
+
def update_default_mail_domain: (
|
1142
|
+
organization_id: ::String,
|
1143
|
+
domain_name: ::String
|
1144
|
+
) -> _UpdateDefaultMailDomainResponseSuccess
|
1145
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDefaultMailDomainResponseSuccess
|
1146
|
+
|
1147
|
+
interface _UpdateGroupResponseSuccess
|
1148
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGroupResponse]
|
1149
|
+
end
|
1150
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_group-instance_method
|
1151
|
+
def update_group: (
|
1152
|
+
organization_id: ::String,
|
1153
|
+
group_id: ::String,
|
1154
|
+
?hidden_from_global_address_list: bool
|
1155
|
+
) -> _UpdateGroupResponseSuccess
|
1156
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGroupResponseSuccess
|
1157
|
+
|
1158
|
+
interface _UpdateImpersonationRoleResponseSuccess
|
1159
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateImpersonationRoleResponse]
|
1160
|
+
end
|
1161
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_impersonation_role-instance_method
|
1162
|
+
def update_impersonation_role: (
|
1163
|
+
organization_id: ::String,
|
1164
|
+
impersonation_role_id: ::String,
|
1165
|
+
name: ::String,
|
1166
|
+
type: ("FULL_ACCESS" | "READ_ONLY"),
|
1167
|
+
?description: ::String,
|
1168
|
+
rules: Array[
|
1169
|
+
{
|
1170
|
+
impersonation_rule_id: ::String,
|
1171
|
+
name: ::String?,
|
1172
|
+
description: ::String?,
|
1173
|
+
effect: ("ALLOW" | "DENY"),
|
1174
|
+
target_users: Array[::String]?,
|
1175
|
+
not_target_users: Array[::String]?
|
1176
|
+
},
|
1177
|
+
]
|
1178
|
+
) -> _UpdateImpersonationRoleResponseSuccess
|
1179
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateImpersonationRoleResponseSuccess
|
1180
|
+
|
1181
|
+
interface _UpdateMailboxQuotaResponseSuccess
|
1182
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMailboxQuotaResponse]
|
1183
|
+
end
|
1184
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_mailbox_quota-instance_method
|
1185
|
+
def update_mailbox_quota: (
|
1186
|
+
organization_id: ::String,
|
1187
|
+
user_id: ::String,
|
1188
|
+
mailbox_quota: ::Integer
|
1189
|
+
) -> _UpdateMailboxQuotaResponseSuccess
|
1190
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMailboxQuotaResponseSuccess
|
1191
|
+
|
1192
|
+
interface _UpdateMobileDeviceAccessRuleResponseSuccess
|
1193
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMobileDeviceAccessRuleResponse]
|
1194
|
+
end
|
1195
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_mobile_device_access_rule-instance_method
|
1196
|
+
def update_mobile_device_access_rule: (
|
1197
|
+
organization_id: ::String,
|
1198
|
+
mobile_device_access_rule_id: ::String,
|
1199
|
+
name: ::String,
|
1200
|
+
?description: ::String,
|
1201
|
+
effect: ("ALLOW" | "DENY"),
|
1202
|
+
?device_types: Array[::String],
|
1203
|
+
?not_device_types: Array[::String],
|
1204
|
+
?device_models: Array[::String],
|
1205
|
+
?not_device_models: Array[::String],
|
1206
|
+
?device_operating_systems: Array[::String],
|
1207
|
+
?not_device_operating_systems: Array[::String],
|
1208
|
+
?device_user_agents: Array[::String],
|
1209
|
+
?not_device_user_agents: Array[::String]
|
1210
|
+
) -> _UpdateMobileDeviceAccessRuleResponseSuccess
|
1211
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMobileDeviceAccessRuleResponseSuccess
|
1212
|
+
|
1213
|
+
interface _UpdatePrimaryEmailAddressResponseSuccess
|
1214
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePrimaryEmailAddressResponse]
|
1215
|
+
end
|
1216
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_primary_email_address-instance_method
|
1217
|
+
def update_primary_email_address: (
|
1218
|
+
organization_id: ::String,
|
1219
|
+
entity_id: ::String,
|
1220
|
+
email: ::String
|
1221
|
+
) -> _UpdatePrimaryEmailAddressResponseSuccess
|
1222
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePrimaryEmailAddressResponseSuccess
|
1223
|
+
|
1224
|
+
interface _UpdateResourceResponseSuccess
|
1225
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceResponse]
|
1226
|
+
end
|
1227
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_resource-instance_method
|
1228
|
+
def update_resource: (
|
1229
|
+
organization_id: ::String,
|
1230
|
+
resource_id: ::String,
|
1231
|
+
?name: ::String,
|
1232
|
+
?booking_options: {
|
1233
|
+
auto_accept_requests: bool?,
|
1234
|
+
auto_decline_recurring_requests: bool?,
|
1235
|
+
auto_decline_conflicting_requests: bool?
|
1236
|
+
},
|
1237
|
+
?description: ::String,
|
1238
|
+
?type: ("ROOM" | "EQUIPMENT"),
|
1239
|
+
?hidden_from_global_address_list: bool
|
1240
|
+
) -> _UpdateResourceResponseSuccess
|
1241
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceResponseSuccess
|
1242
|
+
|
1243
|
+
interface _UpdateUserResponseSuccess
|
1244
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateUserResponse]
|
1245
|
+
end
|
1246
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#update_user-instance_method
|
1247
|
+
def update_user: (
|
1248
|
+
organization_id: ::String,
|
1249
|
+
user_id: ::String,
|
1250
|
+
?role: ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER"),
|
1251
|
+
?display_name: ::String,
|
1252
|
+
?first_name: ::String,
|
1253
|
+
?last_name: ::String,
|
1254
|
+
?hidden_from_global_address_list: bool,
|
1255
|
+
?initials: ::String,
|
1256
|
+
?telephone: ::String,
|
1257
|
+
?street: ::String,
|
1258
|
+
?job_title: ::String,
|
1259
|
+
?city: ::String,
|
1260
|
+
?company: ::String,
|
1261
|
+
?zip_code: ::String,
|
1262
|
+
?department: ::String,
|
1263
|
+
?country: ::String,
|
1264
|
+
?office: ::String
|
1265
|
+
) -> _UpdateUserResponseSuccess
|
1266
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
|
1267
|
+
end
|
1268
|
+
end
|
1269
|
+
end
|
1270
|
+
|