aws-sdk-core 2.10.101 → 2.10.102
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/workmail/2017-10-01/api-2.json +1345 -0
- data/apis/workmail/2017-10-01/examples-1.json +5 -0
- data/apis/workmail/2017-10-01/paginators-1.json +34 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/workmail.rb +6 -0
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a1ed1ba80597e354bbf9cfa2627fa2033eb0557
|
4
|
+
data.tar.gz: 11cb0e3dc8d3413fde185852e1ee868397b696ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64277c27ab1a01465b7fdecc26db3cf25058ed0c5b48d155d0005e2672b9cd6787e0d73533d7c90a4c62c52304e36971189d627450cecfd69a42f1acf03420c7
|
7
|
+
data.tar.gz: ab23c38b0dbdc3458b01993bac968c199860dd656fe84a185289bc5fc6fc0aa25f938e550bcb63bdd170368ff245cf8f6f21da3981b0474429a993fb948f20c1
|
@@ -0,0 +1,1345 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2017-10-01",
|
5
|
+
"endpointPrefix":"workmail",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"Amazon WorkMail",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"targetPrefix":"WorkMailService",
|
11
|
+
"uid":"workmail-2017-10-01"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"AssociateDelegateToResource":{
|
15
|
+
"name":"AssociateDelegateToResource",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"AssociateDelegateToResourceRequest"},
|
21
|
+
"output":{"shape":"AssociateDelegateToResourceResponse"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"EntityNotFoundException"},
|
24
|
+
{"shape":"EntityStateException"},
|
25
|
+
{"shape":"InvalidParameterException"},
|
26
|
+
{"shape":"OrganizationNotFoundException"},
|
27
|
+
{"shape":"OrganizationStateException"}
|
28
|
+
],
|
29
|
+
"idempotent":true
|
30
|
+
},
|
31
|
+
"AssociateMemberToGroup":{
|
32
|
+
"name":"AssociateMemberToGroup",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/"
|
36
|
+
},
|
37
|
+
"input":{"shape":"AssociateMemberToGroupRequest"},
|
38
|
+
"output":{"shape":"AssociateMemberToGroupResponse"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
41
|
+
{"shape":"DirectoryUnavailableException"},
|
42
|
+
{"shape":"EntityNotFoundException"},
|
43
|
+
{"shape":"EntityStateException"},
|
44
|
+
{"shape":"InvalidParameterException"},
|
45
|
+
{"shape":"OrganizationNotFoundException"},
|
46
|
+
{"shape":"OrganizationStateException"},
|
47
|
+
{"shape":"UnsupportedOperationException"}
|
48
|
+
],
|
49
|
+
"idempotent":true
|
50
|
+
},
|
51
|
+
"CreateAlias":{
|
52
|
+
"name":"CreateAlias",
|
53
|
+
"http":{
|
54
|
+
"method":"POST",
|
55
|
+
"requestUri":"/"
|
56
|
+
},
|
57
|
+
"input":{"shape":"CreateAliasRequest"},
|
58
|
+
"output":{"shape":"CreateAliasResponse"},
|
59
|
+
"errors":[
|
60
|
+
{"shape":"EmailAddressInUseException"},
|
61
|
+
{"shape":"EntityNotFoundException"},
|
62
|
+
{"shape":"EntityStateException"},
|
63
|
+
{"shape":"InvalidParameterException"},
|
64
|
+
{"shape":"MailDomainNotFoundException"},
|
65
|
+
{"shape":"MailDomainStateException"},
|
66
|
+
{"shape":"OrganizationNotFoundException"},
|
67
|
+
{"shape":"OrganizationStateException"}
|
68
|
+
],
|
69
|
+
"idempotent":true
|
70
|
+
},
|
71
|
+
"CreateGroup":{
|
72
|
+
"name":"CreateGroup",
|
73
|
+
"http":{
|
74
|
+
"method":"POST",
|
75
|
+
"requestUri":"/"
|
76
|
+
},
|
77
|
+
"input":{"shape":"CreateGroupRequest"},
|
78
|
+
"output":{"shape":"CreateGroupResponse"},
|
79
|
+
"errors":[
|
80
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
81
|
+
{"shape":"DirectoryUnavailableException"},
|
82
|
+
{"shape":"InvalidParameterException"},
|
83
|
+
{"shape":"NameAvailabilityException"},
|
84
|
+
{"shape":"OrganizationNotFoundException"},
|
85
|
+
{"shape":"OrganizationStateException"},
|
86
|
+
{"shape":"ReservedNameException"},
|
87
|
+
{"shape":"UnsupportedOperationException"}
|
88
|
+
],
|
89
|
+
"idempotent":true
|
90
|
+
},
|
91
|
+
"CreateResource":{
|
92
|
+
"name":"CreateResource",
|
93
|
+
"http":{
|
94
|
+
"method":"POST",
|
95
|
+
"requestUri":"/"
|
96
|
+
},
|
97
|
+
"input":{"shape":"CreateResourceRequest"},
|
98
|
+
"output":{"shape":"CreateResourceResponse"},
|
99
|
+
"errors":[
|
100
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
101
|
+
{"shape":"DirectoryUnavailableException"},
|
102
|
+
{"shape":"InvalidParameterException"},
|
103
|
+
{"shape":"NameAvailabilityException"},
|
104
|
+
{"shape":"OrganizationNotFoundException"},
|
105
|
+
{"shape":"OrganizationStateException"},
|
106
|
+
{"shape":"ReservedNameException"}
|
107
|
+
],
|
108
|
+
"idempotent":true
|
109
|
+
},
|
110
|
+
"CreateUser":{
|
111
|
+
"name":"CreateUser",
|
112
|
+
"http":{
|
113
|
+
"method":"POST",
|
114
|
+
"requestUri":"/"
|
115
|
+
},
|
116
|
+
"input":{"shape":"CreateUserRequest"},
|
117
|
+
"output":{"shape":"CreateUserResponse"},
|
118
|
+
"errors":[
|
119
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
120
|
+
{"shape":"DirectoryUnavailableException"},
|
121
|
+
{"shape":"InvalidParameterException"},
|
122
|
+
{"shape":"InvalidPasswordException"},
|
123
|
+
{"shape":"NameAvailabilityException"},
|
124
|
+
{"shape":"OrganizationNotFoundException"},
|
125
|
+
{"shape":"OrganizationStateException"},
|
126
|
+
{"shape":"ReservedNameException"},
|
127
|
+
{"shape":"UnsupportedOperationException"}
|
128
|
+
],
|
129
|
+
"idempotent":true
|
130
|
+
},
|
131
|
+
"DeleteAlias":{
|
132
|
+
"name":"DeleteAlias",
|
133
|
+
"http":{
|
134
|
+
"method":"POST",
|
135
|
+
"requestUri":"/"
|
136
|
+
},
|
137
|
+
"input":{"shape":"DeleteAliasRequest"},
|
138
|
+
"output":{"shape":"DeleteAliasResponse"},
|
139
|
+
"errors":[
|
140
|
+
{"shape":"EntityNotFoundException"},
|
141
|
+
{"shape":"EntityStateException"},
|
142
|
+
{"shape":"InvalidParameterException"},
|
143
|
+
{"shape":"OrganizationNotFoundException"},
|
144
|
+
{"shape":"OrganizationStateException"}
|
145
|
+
],
|
146
|
+
"idempotent":true
|
147
|
+
},
|
148
|
+
"DeleteGroup":{
|
149
|
+
"name":"DeleteGroup",
|
150
|
+
"http":{
|
151
|
+
"method":"POST",
|
152
|
+
"requestUri":"/"
|
153
|
+
},
|
154
|
+
"input":{"shape":"DeleteGroupRequest"},
|
155
|
+
"output":{"shape":"DeleteGroupResponse"},
|
156
|
+
"errors":[
|
157
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
158
|
+
{"shape":"DirectoryUnavailableException"},
|
159
|
+
{"shape":"EntityStateException"},
|
160
|
+
{"shape":"InvalidParameterException"},
|
161
|
+
{"shape":"OrganizationNotFoundException"},
|
162
|
+
{"shape":"OrganizationStateException"},
|
163
|
+
{"shape":"UnsupportedOperationException"}
|
164
|
+
],
|
165
|
+
"idempotent":true
|
166
|
+
},
|
167
|
+
"DeleteResource":{
|
168
|
+
"name":"DeleteResource",
|
169
|
+
"http":{
|
170
|
+
"method":"POST",
|
171
|
+
"requestUri":"/"
|
172
|
+
},
|
173
|
+
"input":{"shape":"DeleteResourceRequest"},
|
174
|
+
"output":{"shape":"DeleteResourceResponse"},
|
175
|
+
"errors":[
|
176
|
+
{"shape":"EntityStateException"},
|
177
|
+
{"shape":"InvalidParameterException"},
|
178
|
+
{"shape":"OrganizationNotFoundException"},
|
179
|
+
{"shape":"OrganizationStateException"}
|
180
|
+
],
|
181
|
+
"idempotent":true
|
182
|
+
},
|
183
|
+
"DeleteUser":{
|
184
|
+
"name":"DeleteUser",
|
185
|
+
"http":{
|
186
|
+
"method":"POST",
|
187
|
+
"requestUri":"/"
|
188
|
+
},
|
189
|
+
"input":{"shape":"DeleteUserRequest"},
|
190
|
+
"output":{"shape":"DeleteUserResponse"},
|
191
|
+
"errors":[
|
192
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
193
|
+
{"shape":"DirectoryUnavailableException"},
|
194
|
+
{"shape":"EntityStateException"},
|
195
|
+
{"shape":"InvalidParameterException"},
|
196
|
+
{"shape":"OrganizationNotFoundException"},
|
197
|
+
{"shape":"OrganizationStateException"},
|
198
|
+
{"shape":"UnsupportedOperationException"}
|
199
|
+
],
|
200
|
+
"idempotent":true
|
201
|
+
},
|
202
|
+
"DeregisterFromWorkMail":{
|
203
|
+
"name":"DeregisterFromWorkMail",
|
204
|
+
"http":{
|
205
|
+
"method":"POST",
|
206
|
+
"requestUri":"/"
|
207
|
+
},
|
208
|
+
"input":{"shape":"DeregisterFromWorkMailRequest"},
|
209
|
+
"output":{"shape":"DeregisterFromWorkMailResponse"},
|
210
|
+
"errors":[
|
211
|
+
{"shape":"EntityNotFoundException"},
|
212
|
+
{"shape":"EntityStateException"},
|
213
|
+
{"shape":"InvalidParameterException"},
|
214
|
+
{"shape":"OrganizationNotFoundException"},
|
215
|
+
{"shape":"OrganizationStateException"}
|
216
|
+
],
|
217
|
+
"idempotent":true
|
218
|
+
},
|
219
|
+
"DescribeGroup":{
|
220
|
+
"name":"DescribeGroup",
|
221
|
+
"http":{
|
222
|
+
"method":"POST",
|
223
|
+
"requestUri":"/"
|
224
|
+
},
|
225
|
+
"input":{"shape":"DescribeGroupRequest"},
|
226
|
+
"output":{"shape":"DescribeGroupResponse"},
|
227
|
+
"errors":[
|
228
|
+
{"shape":"EntityNotFoundException"},
|
229
|
+
{"shape":"InvalidParameterException"},
|
230
|
+
{"shape":"OrganizationNotFoundException"},
|
231
|
+
{"shape":"OrganizationStateException"}
|
232
|
+
],
|
233
|
+
"idempotent":true
|
234
|
+
},
|
235
|
+
"DescribeOrganization":{
|
236
|
+
"name":"DescribeOrganization",
|
237
|
+
"http":{
|
238
|
+
"method":"POST",
|
239
|
+
"requestUri":"/"
|
240
|
+
},
|
241
|
+
"input":{"shape":"DescribeOrganizationRequest"},
|
242
|
+
"output":{"shape":"DescribeOrganizationResponse"},
|
243
|
+
"errors":[
|
244
|
+
{"shape":"InvalidParameterException"},
|
245
|
+
{"shape":"OrganizationNotFoundException"}
|
246
|
+
],
|
247
|
+
"idempotent":true
|
248
|
+
},
|
249
|
+
"DescribeResource":{
|
250
|
+
"name":"DescribeResource",
|
251
|
+
"http":{
|
252
|
+
"method":"POST",
|
253
|
+
"requestUri":"/"
|
254
|
+
},
|
255
|
+
"input":{"shape":"DescribeResourceRequest"},
|
256
|
+
"output":{"shape":"DescribeResourceResponse"},
|
257
|
+
"errors":[
|
258
|
+
{"shape":"EntityNotFoundException"},
|
259
|
+
{"shape":"InvalidParameterException"},
|
260
|
+
{"shape":"OrganizationNotFoundException"},
|
261
|
+
{"shape":"OrganizationStateException"}
|
262
|
+
],
|
263
|
+
"idempotent":true
|
264
|
+
},
|
265
|
+
"DescribeUser":{
|
266
|
+
"name":"DescribeUser",
|
267
|
+
"http":{
|
268
|
+
"method":"POST",
|
269
|
+
"requestUri":"/"
|
270
|
+
},
|
271
|
+
"input":{"shape":"DescribeUserRequest"},
|
272
|
+
"output":{"shape":"DescribeUserResponse"},
|
273
|
+
"errors":[
|
274
|
+
{"shape":"EntityNotFoundException"},
|
275
|
+
{"shape":"InvalidParameterException"},
|
276
|
+
{"shape":"OrganizationNotFoundException"},
|
277
|
+
{"shape":"OrganizationStateException"}
|
278
|
+
],
|
279
|
+
"idempotent":true
|
280
|
+
},
|
281
|
+
"DisassociateDelegateFromResource":{
|
282
|
+
"name":"DisassociateDelegateFromResource",
|
283
|
+
"http":{
|
284
|
+
"method":"POST",
|
285
|
+
"requestUri":"/"
|
286
|
+
},
|
287
|
+
"input":{"shape":"DisassociateDelegateFromResourceRequest"},
|
288
|
+
"output":{"shape":"DisassociateDelegateFromResourceResponse"},
|
289
|
+
"errors":[
|
290
|
+
{"shape":"EntityNotFoundException"},
|
291
|
+
{"shape":"EntityStateException"},
|
292
|
+
{"shape":"InvalidParameterException"},
|
293
|
+
{"shape":"OrganizationNotFoundException"},
|
294
|
+
{"shape":"OrganizationStateException"}
|
295
|
+
],
|
296
|
+
"idempotent":true
|
297
|
+
},
|
298
|
+
"DisassociateMemberFromGroup":{
|
299
|
+
"name":"DisassociateMemberFromGroup",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"DisassociateMemberFromGroupRequest"},
|
305
|
+
"output":{"shape":"DisassociateMemberFromGroupResponse"},
|
306
|
+
"errors":[
|
307
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
308
|
+
{"shape":"DirectoryUnavailableException"},
|
309
|
+
{"shape":"EntityNotFoundException"},
|
310
|
+
{"shape":"EntityStateException"},
|
311
|
+
{"shape":"InvalidParameterException"},
|
312
|
+
{"shape":"OrganizationNotFoundException"},
|
313
|
+
{"shape":"OrganizationStateException"},
|
314
|
+
{"shape":"UnsupportedOperationException"}
|
315
|
+
],
|
316
|
+
"idempotent":true
|
317
|
+
},
|
318
|
+
"ListAliases":{
|
319
|
+
"name":"ListAliases",
|
320
|
+
"http":{
|
321
|
+
"method":"POST",
|
322
|
+
"requestUri":"/"
|
323
|
+
},
|
324
|
+
"input":{"shape":"ListAliasesRequest"},
|
325
|
+
"output":{"shape":"ListAliasesResponse"},
|
326
|
+
"errors":[
|
327
|
+
{"shape":"EntityNotFoundException"},
|
328
|
+
{"shape":"EntityStateException"},
|
329
|
+
{"shape":"InvalidParameterException"},
|
330
|
+
{"shape":"OrganizationNotFoundException"},
|
331
|
+
{"shape":"OrganizationStateException"}
|
332
|
+
],
|
333
|
+
"idempotent":true
|
334
|
+
},
|
335
|
+
"ListGroupMembers":{
|
336
|
+
"name":"ListGroupMembers",
|
337
|
+
"http":{
|
338
|
+
"method":"POST",
|
339
|
+
"requestUri":"/"
|
340
|
+
},
|
341
|
+
"input":{"shape":"ListGroupMembersRequest"},
|
342
|
+
"output":{"shape":"ListGroupMembersResponse"},
|
343
|
+
"errors":[
|
344
|
+
{"shape":"EntityNotFoundException"},
|
345
|
+
{"shape":"EntityStateException"},
|
346
|
+
{"shape":"InvalidParameterException"},
|
347
|
+
{"shape":"OrganizationNotFoundException"},
|
348
|
+
{"shape":"OrganizationStateException"}
|
349
|
+
],
|
350
|
+
"idempotent":true
|
351
|
+
},
|
352
|
+
"ListGroups":{
|
353
|
+
"name":"ListGroups",
|
354
|
+
"http":{
|
355
|
+
"method":"POST",
|
356
|
+
"requestUri":"/"
|
357
|
+
},
|
358
|
+
"input":{"shape":"ListGroupsRequest"},
|
359
|
+
"output":{"shape":"ListGroupsResponse"},
|
360
|
+
"errors":[
|
361
|
+
{"shape":"EntityNotFoundException"},
|
362
|
+
{"shape":"InvalidParameterException"},
|
363
|
+
{"shape":"OrganizationNotFoundException"},
|
364
|
+
{"shape":"OrganizationStateException"}
|
365
|
+
],
|
366
|
+
"idempotent":true
|
367
|
+
},
|
368
|
+
"ListOrganizations":{
|
369
|
+
"name":"ListOrganizations",
|
370
|
+
"http":{
|
371
|
+
"method":"POST",
|
372
|
+
"requestUri":"/"
|
373
|
+
},
|
374
|
+
"input":{"shape":"ListOrganizationsRequest"},
|
375
|
+
"output":{"shape":"ListOrganizationsResponse"},
|
376
|
+
"errors":[
|
377
|
+
{"shape":"InvalidParameterException"}
|
378
|
+
],
|
379
|
+
"idempotent":true
|
380
|
+
},
|
381
|
+
"ListResourceDelegates":{
|
382
|
+
"name":"ListResourceDelegates",
|
383
|
+
"http":{
|
384
|
+
"method":"POST",
|
385
|
+
"requestUri":"/"
|
386
|
+
},
|
387
|
+
"input":{"shape":"ListResourceDelegatesRequest"},
|
388
|
+
"output":{"shape":"ListResourceDelegatesResponse"},
|
389
|
+
"errors":[
|
390
|
+
{"shape":"EntityNotFoundException"},
|
391
|
+
{"shape":"EntityStateException"},
|
392
|
+
{"shape":"InvalidParameterException"},
|
393
|
+
{"shape":"OrganizationNotFoundException"},
|
394
|
+
{"shape":"OrganizationStateException"}
|
395
|
+
],
|
396
|
+
"idempotent":true
|
397
|
+
},
|
398
|
+
"ListResources":{
|
399
|
+
"name":"ListResources",
|
400
|
+
"http":{
|
401
|
+
"method":"POST",
|
402
|
+
"requestUri":"/"
|
403
|
+
},
|
404
|
+
"input":{"shape":"ListResourcesRequest"},
|
405
|
+
"output":{"shape":"ListResourcesResponse"},
|
406
|
+
"errors":[
|
407
|
+
{"shape":"InvalidParameterException"},
|
408
|
+
{"shape":"OrganizationNotFoundException"},
|
409
|
+
{"shape":"OrganizationStateException"}
|
410
|
+
],
|
411
|
+
"idempotent":true
|
412
|
+
},
|
413
|
+
"ListUsers":{
|
414
|
+
"name":"ListUsers",
|
415
|
+
"http":{
|
416
|
+
"method":"POST",
|
417
|
+
"requestUri":"/"
|
418
|
+
},
|
419
|
+
"input":{"shape":"ListUsersRequest"},
|
420
|
+
"output":{"shape":"ListUsersResponse"},
|
421
|
+
"errors":[
|
422
|
+
{"shape":"InvalidParameterException"},
|
423
|
+
{"shape":"OrganizationNotFoundException"},
|
424
|
+
{"shape":"OrganizationStateException"}
|
425
|
+
],
|
426
|
+
"idempotent":true
|
427
|
+
},
|
428
|
+
"RegisterToWorkMail":{
|
429
|
+
"name":"RegisterToWorkMail",
|
430
|
+
"http":{
|
431
|
+
"method":"POST",
|
432
|
+
"requestUri":"/"
|
433
|
+
},
|
434
|
+
"input":{"shape":"RegisterToWorkMailRequest"},
|
435
|
+
"output":{"shape":"RegisterToWorkMailResponse"},
|
436
|
+
"errors":[
|
437
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
438
|
+
{"shape":"DirectoryUnavailableException"},
|
439
|
+
{"shape":"EmailAddressInUseException"},
|
440
|
+
{"shape":"EntityNotFoundException"},
|
441
|
+
{"shape":"EntityStateException"},
|
442
|
+
{"shape":"EntityAlreadyRegisteredException"},
|
443
|
+
{"shape":"InvalidParameterException"},
|
444
|
+
{"shape":"MailDomainNotFoundException"},
|
445
|
+
{"shape":"MailDomainStateException"},
|
446
|
+
{"shape":"OrganizationNotFoundException"},
|
447
|
+
{"shape":"OrganizationStateException"}
|
448
|
+
],
|
449
|
+
"idempotent":true
|
450
|
+
},
|
451
|
+
"ResetPassword":{
|
452
|
+
"name":"ResetPassword",
|
453
|
+
"http":{
|
454
|
+
"method":"POST",
|
455
|
+
"requestUri":"/"
|
456
|
+
},
|
457
|
+
"input":{"shape":"ResetPasswordRequest"},
|
458
|
+
"output":{"shape":"ResetPasswordResponse"},
|
459
|
+
"errors":[
|
460
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
461
|
+
{"shape":"DirectoryUnavailableException"},
|
462
|
+
{"shape":"EntityNotFoundException"},
|
463
|
+
{"shape":"EntityStateException"},
|
464
|
+
{"shape":"InvalidParameterException"},
|
465
|
+
{"shape":"InvalidPasswordException"},
|
466
|
+
{"shape":"OrganizationNotFoundException"},
|
467
|
+
{"shape":"OrganizationStateException"},
|
468
|
+
{"shape":"UnsupportedOperationException"}
|
469
|
+
],
|
470
|
+
"idempotent":true
|
471
|
+
},
|
472
|
+
"UpdatePrimaryEmailAddress":{
|
473
|
+
"name":"UpdatePrimaryEmailAddress",
|
474
|
+
"http":{
|
475
|
+
"method":"POST",
|
476
|
+
"requestUri":"/"
|
477
|
+
},
|
478
|
+
"input":{"shape":"UpdatePrimaryEmailAddressRequest"},
|
479
|
+
"output":{"shape":"UpdatePrimaryEmailAddressResponse"},
|
480
|
+
"errors":[
|
481
|
+
{"shape":"DirectoryServiceAuthenticationFailedException"},
|
482
|
+
{"shape":"DirectoryUnavailableException"},
|
483
|
+
{"shape":"EmailAddressInUseException"},
|
484
|
+
{"shape":"EntityNotFoundException"},
|
485
|
+
{"shape":"EntityStateException"},
|
486
|
+
{"shape":"InvalidParameterException"},
|
487
|
+
{"shape":"MailDomainNotFoundException"},
|
488
|
+
{"shape":"MailDomainStateException"},
|
489
|
+
{"shape":"InvalidParameterException"},
|
490
|
+
{"shape":"OrganizationNotFoundException"},
|
491
|
+
{"shape":"OrganizationStateException"},
|
492
|
+
{"shape":"UnsupportedOperationException"}
|
493
|
+
],
|
494
|
+
"idempotent":true
|
495
|
+
},
|
496
|
+
"UpdateResource":{
|
497
|
+
"name":"UpdateResource",
|
498
|
+
"http":{
|
499
|
+
"method":"POST",
|
500
|
+
"requestUri":"/"
|
501
|
+
},
|
502
|
+
"input":{"shape":"UpdateResourceRequest"},
|
503
|
+
"output":{"shape":"UpdateResourceResponse"},
|
504
|
+
"errors":[
|
505
|
+
{"shape":"DirectoryUnavailableException"},
|
506
|
+
{"shape":"EntityNotFoundException"},
|
507
|
+
{"shape":"EntityStateException"},
|
508
|
+
{"shape":"InvalidConfigurationException"},
|
509
|
+
{"shape":"EmailAddressInUseException"},
|
510
|
+
{"shape":"MailDomainNotFoundException"},
|
511
|
+
{"shape":"MailDomainStateException"},
|
512
|
+
{"shape":"NameAvailabilityException"},
|
513
|
+
{"shape":"OrganizationNotFoundException"},
|
514
|
+
{"shape":"OrganizationStateException"}
|
515
|
+
],
|
516
|
+
"idempotent":true
|
517
|
+
}
|
518
|
+
},
|
519
|
+
"shapes":{
|
520
|
+
"Aliases":{
|
521
|
+
"type":"list",
|
522
|
+
"member":{"shape":"EmailAddress"}
|
523
|
+
},
|
524
|
+
"AssociateDelegateToResourceRequest":{
|
525
|
+
"type":"structure",
|
526
|
+
"required":[
|
527
|
+
"OrganizationId",
|
528
|
+
"ResourceId",
|
529
|
+
"EntityId"
|
530
|
+
],
|
531
|
+
"members":{
|
532
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
533
|
+
"ResourceId":{"shape":"ResourceId"},
|
534
|
+
"EntityId":{"shape":"WorkMailIdentifier"}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"AssociateDelegateToResourceResponse":{
|
538
|
+
"type":"structure",
|
539
|
+
"members":{
|
540
|
+
}
|
541
|
+
},
|
542
|
+
"AssociateMemberToGroupRequest":{
|
543
|
+
"type":"structure",
|
544
|
+
"required":[
|
545
|
+
"OrganizationId",
|
546
|
+
"GroupId",
|
547
|
+
"MemberId"
|
548
|
+
],
|
549
|
+
"members":{
|
550
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
551
|
+
"GroupId":{"shape":"WorkMailIdentifier"},
|
552
|
+
"MemberId":{"shape":"WorkMailIdentifier"}
|
553
|
+
}
|
554
|
+
},
|
555
|
+
"AssociateMemberToGroupResponse":{
|
556
|
+
"type":"structure",
|
557
|
+
"members":{
|
558
|
+
}
|
559
|
+
},
|
560
|
+
"BookingOptions":{
|
561
|
+
"type":"structure",
|
562
|
+
"members":{
|
563
|
+
"AutoAcceptRequests":{"shape":"Boolean"},
|
564
|
+
"AutoDeclineRecurringRequests":{"shape":"Boolean"},
|
565
|
+
"AutoDeclineConflictingRequests":{"shape":"Boolean"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"Boolean":{"type":"boolean"},
|
569
|
+
"CreateAliasRequest":{
|
570
|
+
"type":"structure",
|
571
|
+
"required":[
|
572
|
+
"OrganizationId",
|
573
|
+
"EntityId",
|
574
|
+
"Alias"
|
575
|
+
],
|
576
|
+
"members":{
|
577
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
578
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
579
|
+
"Alias":{"shape":"EmailAddress"}
|
580
|
+
}
|
581
|
+
},
|
582
|
+
"CreateAliasResponse":{
|
583
|
+
"type":"structure",
|
584
|
+
"members":{
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"CreateGroupRequest":{
|
588
|
+
"type":"structure",
|
589
|
+
"required":[
|
590
|
+
"OrganizationId",
|
591
|
+
"Name"
|
592
|
+
],
|
593
|
+
"members":{
|
594
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
595
|
+
"Name":{"shape":"GroupName"}
|
596
|
+
}
|
597
|
+
},
|
598
|
+
"CreateGroupResponse":{
|
599
|
+
"type":"structure",
|
600
|
+
"members":{
|
601
|
+
"GroupId":{"shape":"WorkMailIdentifier"}
|
602
|
+
}
|
603
|
+
},
|
604
|
+
"CreateResourceRequest":{
|
605
|
+
"type":"structure",
|
606
|
+
"required":[
|
607
|
+
"OrganizationId",
|
608
|
+
"Name",
|
609
|
+
"Type"
|
610
|
+
],
|
611
|
+
"members":{
|
612
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
613
|
+
"Name":{"shape":"ResourceName"},
|
614
|
+
"Type":{"shape":"ResourceType"}
|
615
|
+
}
|
616
|
+
},
|
617
|
+
"CreateResourceResponse":{
|
618
|
+
"type":"structure",
|
619
|
+
"members":{
|
620
|
+
"ResourceId":{"shape":"ResourceId"}
|
621
|
+
}
|
622
|
+
},
|
623
|
+
"CreateUserRequest":{
|
624
|
+
"type":"structure",
|
625
|
+
"required":[
|
626
|
+
"OrganizationId",
|
627
|
+
"Name",
|
628
|
+
"DisplayName",
|
629
|
+
"Password"
|
630
|
+
],
|
631
|
+
"members":{
|
632
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
633
|
+
"Name":{"shape":"UserName"},
|
634
|
+
"DisplayName":{"shape":"String"},
|
635
|
+
"Password":{"shape":"Password"}
|
636
|
+
}
|
637
|
+
},
|
638
|
+
"CreateUserResponse":{
|
639
|
+
"type":"structure",
|
640
|
+
"members":{
|
641
|
+
"UserId":{"shape":"WorkMailIdentifier"}
|
642
|
+
}
|
643
|
+
},
|
644
|
+
"Delegate":{
|
645
|
+
"type":"structure",
|
646
|
+
"required":[
|
647
|
+
"Id",
|
648
|
+
"Type"
|
649
|
+
],
|
650
|
+
"members":{
|
651
|
+
"Id":{"shape":"String"},
|
652
|
+
"Type":{"shape":"MemberType"}
|
653
|
+
}
|
654
|
+
},
|
655
|
+
"DeleteAliasRequest":{
|
656
|
+
"type":"structure",
|
657
|
+
"required":[
|
658
|
+
"OrganizationId",
|
659
|
+
"EntityId",
|
660
|
+
"Alias"
|
661
|
+
],
|
662
|
+
"members":{
|
663
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
664
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
665
|
+
"Alias":{"shape":"EmailAddress"}
|
666
|
+
}
|
667
|
+
},
|
668
|
+
"DeleteAliasResponse":{
|
669
|
+
"type":"structure",
|
670
|
+
"members":{
|
671
|
+
}
|
672
|
+
},
|
673
|
+
"DeleteGroupRequest":{
|
674
|
+
"type":"structure",
|
675
|
+
"required":[
|
676
|
+
"OrganizationId",
|
677
|
+
"GroupId"
|
678
|
+
],
|
679
|
+
"members":{
|
680
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
681
|
+
"GroupId":{"shape":"WorkMailIdentifier"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"DeleteGroupResponse":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
}
|
688
|
+
},
|
689
|
+
"DeleteResourceRequest":{
|
690
|
+
"type":"structure",
|
691
|
+
"required":[
|
692
|
+
"OrganizationId",
|
693
|
+
"ResourceId"
|
694
|
+
],
|
695
|
+
"members":{
|
696
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
697
|
+
"ResourceId":{"shape":"ResourceId"}
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"DeleteResourceResponse":{
|
701
|
+
"type":"structure",
|
702
|
+
"members":{
|
703
|
+
}
|
704
|
+
},
|
705
|
+
"DeleteUserRequest":{
|
706
|
+
"type":"structure",
|
707
|
+
"required":[
|
708
|
+
"OrganizationId",
|
709
|
+
"UserId"
|
710
|
+
],
|
711
|
+
"members":{
|
712
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
713
|
+
"UserId":{"shape":"WorkMailIdentifier"}
|
714
|
+
}
|
715
|
+
},
|
716
|
+
"DeleteUserResponse":{
|
717
|
+
"type":"structure",
|
718
|
+
"members":{
|
719
|
+
}
|
720
|
+
},
|
721
|
+
"DeregisterFromWorkMailRequest":{
|
722
|
+
"type":"structure",
|
723
|
+
"required":[
|
724
|
+
"OrganizationId",
|
725
|
+
"EntityId"
|
726
|
+
],
|
727
|
+
"members":{
|
728
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
729
|
+
"EntityId":{"shape":"WorkMailIdentifier"}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"DeregisterFromWorkMailResponse":{
|
733
|
+
"type":"structure",
|
734
|
+
"members":{
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"DescribeGroupRequest":{
|
738
|
+
"type":"structure",
|
739
|
+
"required":[
|
740
|
+
"OrganizationId",
|
741
|
+
"GroupId"
|
742
|
+
],
|
743
|
+
"members":{
|
744
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
745
|
+
"GroupId":{"shape":"WorkMailIdentifier"}
|
746
|
+
}
|
747
|
+
},
|
748
|
+
"DescribeGroupResponse":{
|
749
|
+
"type":"structure",
|
750
|
+
"members":{
|
751
|
+
"GroupId":{"shape":"WorkMailIdentifier"},
|
752
|
+
"Name":{"shape":"GroupName"},
|
753
|
+
"Email":{"shape":"EmailAddress"},
|
754
|
+
"State":{"shape":"EntityState"},
|
755
|
+
"EnabledDate":{"shape":"Timestamp"},
|
756
|
+
"DisabledDate":{"shape":"Timestamp"}
|
757
|
+
}
|
758
|
+
},
|
759
|
+
"DescribeOrganizationRequest":{
|
760
|
+
"type":"structure",
|
761
|
+
"required":["OrganizationId"],
|
762
|
+
"members":{
|
763
|
+
"OrganizationId":{"shape":"OrganizationId"}
|
764
|
+
}
|
765
|
+
},
|
766
|
+
"DescribeOrganizationResponse":{
|
767
|
+
"type":"structure",
|
768
|
+
"members":{
|
769
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
770
|
+
"Alias":{"shape":"OrganizationName"},
|
771
|
+
"State":{"shape":"String"},
|
772
|
+
"DirectoryId":{"shape":"String"},
|
773
|
+
"DirectoryType":{"shape":"String"},
|
774
|
+
"DefaultMailDomain":{"shape":"String"},
|
775
|
+
"CompletedDate":{"shape":"Timestamp"},
|
776
|
+
"ErrorMessage":{"shape":"String"}
|
777
|
+
}
|
778
|
+
},
|
779
|
+
"DescribeResourceRequest":{
|
780
|
+
"type":"structure",
|
781
|
+
"required":[
|
782
|
+
"OrganizationId",
|
783
|
+
"ResourceId"
|
784
|
+
],
|
785
|
+
"members":{
|
786
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
787
|
+
"ResourceId":{"shape":"ResourceId"}
|
788
|
+
}
|
789
|
+
},
|
790
|
+
"DescribeResourceResponse":{
|
791
|
+
"type":"structure",
|
792
|
+
"members":{
|
793
|
+
"ResourceId":{"shape":"ResourceId"},
|
794
|
+
"Email":{"shape":"EmailAddress"},
|
795
|
+
"Name":{"shape":"ResourceName"},
|
796
|
+
"Type":{"shape":"ResourceType"},
|
797
|
+
"BookingOptions":{"shape":"BookingOptions"},
|
798
|
+
"State":{"shape":"EntityState"},
|
799
|
+
"EnabledDate":{"shape":"Timestamp"},
|
800
|
+
"DisabledDate":{"shape":"Timestamp"}
|
801
|
+
}
|
802
|
+
},
|
803
|
+
"DescribeUserRequest":{
|
804
|
+
"type":"structure",
|
805
|
+
"required":[
|
806
|
+
"OrganizationId",
|
807
|
+
"UserId"
|
808
|
+
],
|
809
|
+
"members":{
|
810
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
811
|
+
"UserId":{"shape":"WorkMailIdentifier"}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"DescribeUserResponse":{
|
815
|
+
"type":"structure",
|
816
|
+
"members":{
|
817
|
+
"UserId":{"shape":"WorkMailIdentifier"},
|
818
|
+
"Name":{"shape":"UserName"},
|
819
|
+
"Email":{"shape":"EmailAddress"},
|
820
|
+
"DisplayName":{"shape":"String"},
|
821
|
+
"State":{"shape":"EntityState"},
|
822
|
+
"UserRole":{"shape":"UserRole"},
|
823
|
+
"EnabledDate":{"shape":"Timestamp"},
|
824
|
+
"DisabledDate":{"shape":"Timestamp"}
|
825
|
+
}
|
826
|
+
},
|
827
|
+
"DirectoryServiceAuthenticationFailedException":{
|
828
|
+
"type":"structure",
|
829
|
+
"members":{
|
830
|
+
"Message":{"shape":"String"}
|
831
|
+
},
|
832
|
+
"exception":true
|
833
|
+
},
|
834
|
+
"DirectoryUnavailableException":{
|
835
|
+
"type":"structure",
|
836
|
+
"members":{
|
837
|
+
"Message":{"shape":"String"}
|
838
|
+
},
|
839
|
+
"exception":true
|
840
|
+
},
|
841
|
+
"DisassociateDelegateFromResourceRequest":{
|
842
|
+
"type":"structure",
|
843
|
+
"required":[
|
844
|
+
"OrganizationId",
|
845
|
+
"ResourceId",
|
846
|
+
"EntityId"
|
847
|
+
],
|
848
|
+
"members":{
|
849
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
850
|
+
"ResourceId":{"shape":"ResourceId"},
|
851
|
+
"EntityId":{"shape":"WorkMailIdentifier"}
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"DisassociateDelegateFromResourceResponse":{
|
855
|
+
"type":"structure",
|
856
|
+
"members":{
|
857
|
+
}
|
858
|
+
},
|
859
|
+
"DisassociateMemberFromGroupRequest":{
|
860
|
+
"type":"structure",
|
861
|
+
"required":[
|
862
|
+
"OrganizationId",
|
863
|
+
"GroupId",
|
864
|
+
"MemberId"
|
865
|
+
],
|
866
|
+
"members":{
|
867
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
868
|
+
"GroupId":{"shape":"WorkMailIdentifier"},
|
869
|
+
"MemberId":{"shape":"WorkMailIdentifier"}
|
870
|
+
}
|
871
|
+
},
|
872
|
+
"DisassociateMemberFromGroupResponse":{
|
873
|
+
"type":"structure",
|
874
|
+
"members":{
|
875
|
+
}
|
876
|
+
},
|
877
|
+
"EmailAddress":{
|
878
|
+
"type":"string",
|
879
|
+
"max":254,
|
880
|
+
"min":1,
|
881
|
+
"pattern":"[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}"
|
882
|
+
},
|
883
|
+
"EmailAddressInUseException":{
|
884
|
+
"type":"structure",
|
885
|
+
"members":{
|
886
|
+
"Message":{"shape":"String"}
|
887
|
+
},
|
888
|
+
"exception":true
|
889
|
+
},
|
890
|
+
"EntityAlreadyRegisteredException":{
|
891
|
+
"type":"structure",
|
892
|
+
"members":{
|
893
|
+
"Message":{"shape":"String"}
|
894
|
+
},
|
895
|
+
"exception":true
|
896
|
+
},
|
897
|
+
"EntityNotFoundException":{
|
898
|
+
"type":"structure",
|
899
|
+
"members":{
|
900
|
+
"Message":{"shape":"String"}
|
901
|
+
},
|
902
|
+
"exception":true
|
903
|
+
},
|
904
|
+
"EntityState":{
|
905
|
+
"type":"string",
|
906
|
+
"enum":[
|
907
|
+
"ENABLED",
|
908
|
+
"DISABLED",
|
909
|
+
"DELETED"
|
910
|
+
]
|
911
|
+
},
|
912
|
+
"EntityStateException":{
|
913
|
+
"type":"structure",
|
914
|
+
"members":{
|
915
|
+
"Message":{"shape":"String"}
|
916
|
+
},
|
917
|
+
"exception":true
|
918
|
+
},
|
919
|
+
"Group":{
|
920
|
+
"type":"structure",
|
921
|
+
"members":{
|
922
|
+
"Id":{"shape":"WorkMailIdentifier"},
|
923
|
+
"Email":{"shape":"EmailAddress"},
|
924
|
+
"Name":{"shape":"GroupName"},
|
925
|
+
"State":{"shape":"EntityState"},
|
926
|
+
"EnabledDate":{"shape":"Timestamp"},
|
927
|
+
"DisabledDate":{"shape":"Timestamp"}
|
928
|
+
}
|
929
|
+
},
|
930
|
+
"GroupName":{
|
931
|
+
"type":"string",
|
932
|
+
"max":256,
|
933
|
+
"min":1,
|
934
|
+
"pattern":"[\\u0020-\\u00FF]+"
|
935
|
+
},
|
936
|
+
"Groups":{
|
937
|
+
"type":"list",
|
938
|
+
"member":{"shape":"Group"}
|
939
|
+
},
|
940
|
+
"InvalidConfigurationException":{
|
941
|
+
"type":"structure",
|
942
|
+
"members":{
|
943
|
+
"Message":{"shape":"String"}
|
944
|
+
},
|
945
|
+
"exception":true
|
946
|
+
},
|
947
|
+
"InvalidParameterException":{
|
948
|
+
"type":"structure",
|
949
|
+
"members":{
|
950
|
+
"Message":{"shape":"String"}
|
951
|
+
},
|
952
|
+
"exception":true
|
953
|
+
},
|
954
|
+
"InvalidPasswordException":{
|
955
|
+
"type":"structure",
|
956
|
+
"members":{
|
957
|
+
"Message":{"shape":"String"}
|
958
|
+
},
|
959
|
+
"exception":true
|
960
|
+
},
|
961
|
+
"ListAliasesRequest":{
|
962
|
+
"type":"structure",
|
963
|
+
"required":[
|
964
|
+
"OrganizationId",
|
965
|
+
"EntityId"
|
966
|
+
],
|
967
|
+
"members":{
|
968
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
969
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
970
|
+
"NextToken":{"shape":"NextToken"},
|
971
|
+
"MaxResults":{"shape":"MaxResults"}
|
972
|
+
}
|
973
|
+
},
|
974
|
+
"ListAliasesResponse":{
|
975
|
+
"type":"structure",
|
976
|
+
"members":{
|
977
|
+
"Aliases":{"shape":"Aliases"},
|
978
|
+
"NextToken":{"shape":"NextToken"}
|
979
|
+
}
|
980
|
+
},
|
981
|
+
"ListGroupMembersRequest":{
|
982
|
+
"type":"structure",
|
983
|
+
"required":[
|
984
|
+
"OrganizationId",
|
985
|
+
"GroupId"
|
986
|
+
],
|
987
|
+
"members":{
|
988
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
989
|
+
"GroupId":{"shape":"WorkMailIdentifier"},
|
990
|
+
"NextToken":{"shape":"NextToken"},
|
991
|
+
"MaxResults":{"shape":"MaxResults"}
|
992
|
+
}
|
993
|
+
},
|
994
|
+
"ListGroupMembersResponse":{
|
995
|
+
"type":"structure",
|
996
|
+
"members":{
|
997
|
+
"Members":{"shape":"Members"},
|
998
|
+
"NextToken":{"shape":"NextToken"}
|
999
|
+
}
|
1000
|
+
},
|
1001
|
+
"ListGroupsRequest":{
|
1002
|
+
"type":"structure",
|
1003
|
+
"required":["OrganizationId"],
|
1004
|
+
"members":{
|
1005
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1006
|
+
"NextToken":{"shape":"NextToken"},
|
1007
|
+
"MaxResults":{"shape":"MaxResults"}
|
1008
|
+
}
|
1009
|
+
},
|
1010
|
+
"ListGroupsResponse":{
|
1011
|
+
"type":"structure",
|
1012
|
+
"members":{
|
1013
|
+
"Groups":{"shape":"Groups"},
|
1014
|
+
"NextToken":{"shape":"NextToken"}
|
1015
|
+
}
|
1016
|
+
},
|
1017
|
+
"ListOrganizationsRequest":{
|
1018
|
+
"type":"structure",
|
1019
|
+
"members":{
|
1020
|
+
"NextToken":{"shape":"NextToken"},
|
1021
|
+
"MaxResults":{"shape":"MaxResults"}
|
1022
|
+
}
|
1023
|
+
},
|
1024
|
+
"ListOrganizationsResponse":{
|
1025
|
+
"type":"structure",
|
1026
|
+
"members":{
|
1027
|
+
"OrganizationSummaries":{"shape":"OrganizationSummaries"},
|
1028
|
+
"NextToken":{"shape":"NextToken"}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"ListResourceDelegatesRequest":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"required":[
|
1034
|
+
"OrganizationId",
|
1035
|
+
"ResourceId"
|
1036
|
+
],
|
1037
|
+
"members":{
|
1038
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1039
|
+
"ResourceId":{"shape":"WorkMailIdentifier"},
|
1040
|
+
"NextToken":{"shape":"NextToken"},
|
1041
|
+
"MaxResults":{"shape":"MaxResults"}
|
1042
|
+
}
|
1043
|
+
},
|
1044
|
+
"ListResourceDelegatesResponse":{
|
1045
|
+
"type":"structure",
|
1046
|
+
"members":{
|
1047
|
+
"Delegates":{"shape":"ResourceDelegates"},
|
1048
|
+
"NextToken":{"shape":"NextToken"}
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
"ListResourcesRequest":{
|
1052
|
+
"type":"structure",
|
1053
|
+
"required":["OrganizationId"],
|
1054
|
+
"members":{
|
1055
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1056
|
+
"NextToken":{"shape":"NextToken"},
|
1057
|
+
"MaxResults":{"shape":"MaxResults"}
|
1058
|
+
}
|
1059
|
+
},
|
1060
|
+
"ListResourcesResponse":{
|
1061
|
+
"type":"structure",
|
1062
|
+
"members":{
|
1063
|
+
"Resources":{"shape":"Resources"},
|
1064
|
+
"NextToken":{"shape":"NextToken"}
|
1065
|
+
}
|
1066
|
+
},
|
1067
|
+
"ListUsersRequest":{
|
1068
|
+
"type":"structure",
|
1069
|
+
"required":["OrganizationId"],
|
1070
|
+
"members":{
|
1071
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1072
|
+
"NextToken":{"shape":"NextToken"},
|
1073
|
+
"MaxResults":{"shape":"MaxResults"}
|
1074
|
+
}
|
1075
|
+
},
|
1076
|
+
"ListUsersResponse":{
|
1077
|
+
"type":"structure",
|
1078
|
+
"members":{
|
1079
|
+
"Users":{"shape":"Users"},
|
1080
|
+
"NextToken":{"shape":"NextToken"}
|
1081
|
+
}
|
1082
|
+
},
|
1083
|
+
"MailDomainNotFoundException":{
|
1084
|
+
"type":"structure",
|
1085
|
+
"members":{
|
1086
|
+
"Message":{"shape":"String"}
|
1087
|
+
},
|
1088
|
+
"exception":true
|
1089
|
+
},
|
1090
|
+
"MailDomainStateException":{
|
1091
|
+
"type":"structure",
|
1092
|
+
"members":{
|
1093
|
+
"Message":{"shape":"String"}
|
1094
|
+
},
|
1095
|
+
"exception":true
|
1096
|
+
},
|
1097
|
+
"MaxResults":{
|
1098
|
+
"type":"integer",
|
1099
|
+
"box":true,
|
1100
|
+
"max":100,
|
1101
|
+
"min":1
|
1102
|
+
},
|
1103
|
+
"Member":{
|
1104
|
+
"type":"structure",
|
1105
|
+
"members":{
|
1106
|
+
"Id":{"shape":"String"},
|
1107
|
+
"Name":{"shape":"String"},
|
1108
|
+
"Type":{"shape":"MemberType"},
|
1109
|
+
"State":{"shape":"EntityState"},
|
1110
|
+
"EnabledDate":{"shape":"Timestamp"},
|
1111
|
+
"DisabledDate":{"shape":"Timestamp"}
|
1112
|
+
}
|
1113
|
+
},
|
1114
|
+
"MemberType":{
|
1115
|
+
"type":"string",
|
1116
|
+
"enum":[
|
1117
|
+
"GROUP",
|
1118
|
+
"USER"
|
1119
|
+
]
|
1120
|
+
},
|
1121
|
+
"Members":{
|
1122
|
+
"type":"list",
|
1123
|
+
"member":{"shape":"Member"}
|
1124
|
+
},
|
1125
|
+
"NameAvailabilityException":{
|
1126
|
+
"type":"structure",
|
1127
|
+
"members":{
|
1128
|
+
"Message":{"shape":"String"}
|
1129
|
+
},
|
1130
|
+
"exception":true
|
1131
|
+
},
|
1132
|
+
"NextToken":{
|
1133
|
+
"type":"string",
|
1134
|
+
"max":1024,
|
1135
|
+
"min":1
|
1136
|
+
},
|
1137
|
+
"OrganizationId":{
|
1138
|
+
"type":"string",
|
1139
|
+
"pattern":"^m-[0-9a-f]{32}$"
|
1140
|
+
},
|
1141
|
+
"OrganizationName":{
|
1142
|
+
"type":"string",
|
1143
|
+
"max":62,
|
1144
|
+
"min":1,
|
1145
|
+
"pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*"
|
1146
|
+
},
|
1147
|
+
"OrganizationNotFoundException":{
|
1148
|
+
"type":"structure",
|
1149
|
+
"members":{
|
1150
|
+
"Message":{"shape":"String"}
|
1151
|
+
},
|
1152
|
+
"exception":true
|
1153
|
+
},
|
1154
|
+
"OrganizationStateException":{
|
1155
|
+
"type":"structure",
|
1156
|
+
"members":{
|
1157
|
+
"Message":{"shape":"String"}
|
1158
|
+
},
|
1159
|
+
"exception":true
|
1160
|
+
},
|
1161
|
+
"OrganizationSummaries":{
|
1162
|
+
"type":"list",
|
1163
|
+
"member":{"shape":"OrganizationSummary"}
|
1164
|
+
},
|
1165
|
+
"OrganizationSummary":{
|
1166
|
+
"type":"structure",
|
1167
|
+
"members":{
|
1168
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1169
|
+
"Alias":{"shape":"OrganizationName"},
|
1170
|
+
"ErrorMessage":{"shape":"String"},
|
1171
|
+
"State":{"shape":"String"}
|
1172
|
+
}
|
1173
|
+
},
|
1174
|
+
"Password":{
|
1175
|
+
"type":"string",
|
1176
|
+
"max":256,
|
1177
|
+
"pattern":"[\\u0020-\\u00FF]+",
|
1178
|
+
"sensitive":true
|
1179
|
+
},
|
1180
|
+
"RegisterToWorkMailRequest":{
|
1181
|
+
"type":"structure",
|
1182
|
+
"required":[
|
1183
|
+
"OrganizationId",
|
1184
|
+
"EntityId",
|
1185
|
+
"Email"
|
1186
|
+
],
|
1187
|
+
"members":{
|
1188
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1189
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
1190
|
+
"Email":{"shape":"EmailAddress"}
|
1191
|
+
}
|
1192
|
+
},
|
1193
|
+
"RegisterToWorkMailResponse":{
|
1194
|
+
"type":"structure",
|
1195
|
+
"members":{
|
1196
|
+
}
|
1197
|
+
},
|
1198
|
+
"ReservedNameException":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"members":{
|
1201
|
+
"Message":{"shape":"String"}
|
1202
|
+
},
|
1203
|
+
"exception":true
|
1204
|
+
},
|
1205
|
+
"ResetPasswordRequest":{
|
1206
|
+
"type":"structure",
|
1207
|
+
"required":[
|
1208
|
+
"OrganizationId",
|
1209
|
+
"UserId",
|
1210
|
+
"Password"
|
1211
|
+
],
|
1212
|
+
"members":{
|
1213
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1214
|
+
"UserId":{"shape":"WorkMailIdentifier"},
|
1215
|
+
"Password":{"shape":"Password"}
|
1216
|
+
}
|
1217
|
+
},
|
1218
|
+
"ResetPasswordResponse":{
|
1219
|
+
"type":"structure",
|
1220
|
+
"members":{
|
1221
|
+
}
|
1222
|
+
},
|
1223
|
+
"Resource":{
|
1224
|
+
"type":"structure",
|
1225
|
+
"members":{
|
1226
|
+
"Id":{"shape":"WorkMailIdentifier"},
|
1227
|
+
"Email":{"shape":"EmailAddress"},
|
1228
|
+
"Name":{"shape":"ResourceName"},
|
1229
|
+
"Type":{"shape":"ResourceType"},
|
1230
|
+
"State":{"shape":"EntityState"},
|
1231
|
+
"EnabledDate":{"shape":"Timestamp"},
|
1232
|
+
"DisabledDate":{"shape":"Timestamp"}
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"ResourceDelegates":{
|
1236
|
+
"type":"list",
|
1237
|
+
"member":{"shape":"Delegate"}
|
1238
|
+
},
|
1239
|
+
"ResourceId":{
|
1240
|
+
"type":"string",
|
1241
|
+
"pattern":"^r-[0-9a-f]{32}$"
|
1242
|
+
},
|
1243
|
+
"ResourceName":{
|
1244
|
+
"type":"string",
|
1245
|
+
"max":20,
|
1246
|
+
"min":1,
|
1247
|
+
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
|
1248
|
+
},
|
1249
|
+
"ResourceType":{
|
1250
|
+
"type":"string",
|
1251
|
+
"enum":[
|
1252
|
+
"ROOM",
|
1253
|
+
"EQUIPMENT"
|
1254
|
+
]
|
1255
|
+
},
|
1256
|
+
"Resources":{
|
1257
|
+
"type":"list",
|
1258
|
+
"member":{"shape":"Resource"}
|
1259
|
+
},
|
1260
|
+
"String":{
|
1261
|
+
"type":"string",
|
1262
|
+
"max":256
|
1263
|
+
},
|
1264
|
+
"Timestamp":{"type":"timestamp"},
|
1265
|
+
"UnsupportedOperationException":{
|
1266
|
+
"type":"structure",
|
1267
|
+
"members":{
|
1268
|
+
"Message":{"shape":"String"}
|
1269
|
+
},
|
1270
|
+
"exception":true
|
1271
|
+
},
|
1272
|
+
"UpdatePrimaryEmailAddressRequest":{
|
1273
|
+
"type":"structure",
|
1274
|
+
"required":[
|
1275
|
+
"OrganizationId",
|
1276
|
+
"EntityId",
|
1277
|
+
"Email"
|
1278
|
+
],
|
1279
|
+
"members":{
|
1280
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1281
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
1282
|
+
"Email":{"shape":"EmailAddress"}
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
"UpdatePrimaryEmailAddressResponse":{
|
1286
|
+
"type":"structure",
|
1287
|
+
"members":{
|
1288
|
+
}
|
1289
|
+
},
|
1290
|
+
"UpdateResourceRequest":{
|
1291
|
+
"type":"structure",
|
1292
|
+
"required":[
|
1293
|
+
"OrganizationId",
|
1294
|
+
"ResourceId"
|
1295
|
+
],
|
1296
|
+
"members":{
|
1297
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1298
|
+
"ResourceId":{"shape":"ResourceId"},
|
1299
|
+
"Name":{"shape":"ResourceName"},
|
1300
|
+
"BookingOptions":{"shape":"BookingOptions"}
|
1301
|
+
}
|
1302
|
+
},
|
1303
|
+
"UpdateResourceResponse":{
|
1304
|
+
"type":"structure",
|
1305
|
+
"members":{
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"User":{
|
1309
|
+
"type":"structure",
|
1310
|
+
"members":{
|
1311
|
+
"Id":{"shape":"WorkMailIdentifier"},
|
1312
|
+
"Email":{"shape":"EmailAddress"},
|
1313
|
+
"Name":{"shape":"UserName"},
|
1314
|
+
"DisplayName":{"shape":"String"},
|
1315
|
+
"State":{"shape":"EntityState"},
|
1316
|
+
"UserRole":{"shape":"UserRole"},
|
1317
|
+
"EnabledDate":{"shape":"Timestamp"},
|
1318
|
+
"DisabledDate":{"shape":"Timestamp"}
|
1319
|
+
}
|
1320
|
+
},
|
1321
|
+
"UserName":{
|
1322
|
+
"type":"string",
|
1323
|
+
"max":64,
|
1324
|
+
"min":1,
|
1325
|
+
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
|
1326
|
+
},
|
1327
|
+
"UserRole":{
|
1328
|
+
"type":"string",
|
1329
|
+
"enum":[
|
1330
|
+
"USER",
|
1331
|
+
"RESOURCE",
|
1332
|
+
"SYSTEM_USER"
|
1333
|
+
]
|
1334
|
+
},
|
1335
|
+
"Users":{
|
1336
|
+
"type":"list",
|
1337
|
+
"member":{"shape":"User"}
|
1338
|
+
},
|
1339
|
+
"WorkMailIdentifier":{
|
1340
|
+
"type":"string",
|
1341
|
+
"max":256,
|
1342
|
+
"min":12
|
1343
|
+
}
|
1344
|
+
}
|
1345
|
+
}
|