aws-sdk-core 2.8.2 → 2.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fea2dc40b12d4d1cdbbb9e4a50bf1a436e69d279
4
- data.tar.gz: 8fbbdd306aa8da1e591f7451f322bbf27f1f60b4
3
+ metadata.gz: 2c313f2307994b7f0eae7c608255574434785a0a
4
+ data.tar.gz: 5ae16c4c40caff70a74fe45acf9f7a633a6c5aae
5
5
  SHA512:
6
- metadata.gz: bdd4c9191109abbd9b2c94b5db29c1e23f7af4b6112a1a696bc085191974ad493281b32d1b02775780789afade7ec6115456d74a416275cc1c03b28046abb750
7
- data.tar.gz: 39aa48366311e2279725e81a481d9b5cdca2975e3e8a7ad25f84e813882721a0a4c2d75f68ff76baf0fabafbdbc09fdd6191036426a10a0f627ca8a4f9084a38
6
+ metadata.gz: 667f561af337814d4b6bd62c10c1bda0dfbc313985b85f588b92c5947d81e69491a9c27c4fd5322bbf4304d5b8b9fe0ffc78aead142bef128a95d63b19e7f0e5
7
+ data.tar.gz: 614b056f1416bb6facae34d2e9895e1df140651bed4698cb4b9db2ea3108918e3e1d0d0312e6ab471e78bce3ada77bf4e76d080e56de40dc23e3d48fe29735ef
@@ -763,24 +763,32 @@
763
763
  {
764
764
  "Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111",
765
765
  "Id": "111111111111",
766
+ "JoinedMethod": "INVITED",
767
+ "JoinedTimestamp": "20161215T193015Z",
766
768
  "Name": "Master Account",
767
769
  "Status": "ACTIVE"
768
770
  },
769
771
  {
770
772
  "Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/222222222222",
771
773
  "Id": "222222222222",
774
+ "JoinedMethod": "INVITED",
775
+ "JoinedTimestamp": "20161215T210221Z",
772
776
  "Name": "Developer Account",
773
777
  "Status": "ACTIVE"
774
778
  },
775
779
  {
776
780
  "Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333",
777
781
  "Id": "333333333333",
782
+ "JoinedMethod": "INVITED",
783
+ "JoinedTimestamp": "20161215T210347Z",
778
784
  "Name": "Test Account",
779
785
  "Status": "ACTIVE"
780
786
  },
781
787
  {
782
788
  "Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444",
783
789
  "Id": "444444444444",
790
+ "JoinedMethod": "INVITED",
791
+ "JoinedTimestamp": "20161215T210332Z",
784
792
  "Name": "Production Account",
785
793
  "Status": "ACTIVE"
786
794
  }
@@ -0,0 +1,1781 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-05-01",
5
+ "endpointPrefix":"workdocs",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"Amazon WorkDocs",
9
+ "signatureVersion":"v4",
10
+ "uid":"workdocs-2016-05-01"
11
+ },
12
+ "operations":{
13
+ "AbortDocumentVersionUpload":{
14
+ "name":"AbortDocumentVersionUpload",
15
+ "http":{
16
+ "method":"DELETE",
17
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}",
18
+ "responseCode":204
19
+ },
20
+ "input":{"shape":"AbortDocumentVersionUploadRequest"},
21
+ "errors":[
22
+ {"shape":"EntityNotExistsException"},
23
+ {"shape":"ProhibitedStateException"},
24
+ {"shape":"UnauthorizedOperationException"},
25
+ {"shape":"UnauthorizedResourceAccessException"},
26
+ {"shape":"FailedDependencyException"},
27
+ {"shape":"ServiceUnavailableException"}
28
+ ]
29
+ },
30
+ "ActivateUser":{
31
+ "name":"ActivateUser",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/api/v1/users/{UserId}/activation",
35
+ "responseCode":200
36
+ },
37
+ "input":{"shape":"ActivateUserRequest"},
38
+ "output":{"shape":"ActivateUserResponse"},
39
+ "errors":[
40
+ {"shape":"EntityNotExistsException"},
41
+ {"shape":"UnauthorizedOperationException"},
42
+ {"shape":"UnauthorizedResourceAccessException"},
43
+ {"shape":"FailedDependencyException"},
44
+ {"shape":"ServiceUnavailableException"}
45
+ ]
46
+ },
47
+ "AddResourcePermissions":{
48
+ "name":"AddResourcePermissions",
49
+ "http":{
50
+ "method":"POST",
51
+ "requestUri":"/api/v1/resources/{ResourceId}/permissions",
52
+ "responseCode":201
53
+ },
54
+ "input":{"shape":"AddResourcePermissionsRequest"},
55
+ "output":{"shape":"AddResourcePermissionsResponse"},
56
+ "errors":[
57
+ {"shape":"UnauthorizedOperationException"},
58
+ {"shape":"UnauthorizedResourceAccessException"},
59
+ {"shape":"FailedDependencyException"},
60
+ {"shape":"ServiceUnavailableException"}
61
+ ]
62
+ },
63
+ "CreateFolder":{
64
+ "name":"CreateFolder",
65
+ "http":{
66
+ "method":"POST",
67
+ "requestUri":"/api/v1/folders",
68
+ "responseCode":201
69
+ },
70
+ "input":{"shape":"CreateFolderRequest"},
71
+ "output":{"shape":"CreateFolderResponse"},
72
+ "errors":[
73
+ {"shape":"EntityNotExistsException"},
74
+ {"shape":"EntityAlreadyExistsException"},
75
+ {"shape":"ProhibitedStateException"},
76
+ {"shape":"LimitExceededException"},
77
+ {"shape":"UnauthorizedOperationException"},
78
+ {"shape":"UnauthorizedResourceAccessException"},
79
+ {"shape":"FailedDependencyException"},
80
+ {"shape":"ServiceUnavailableException"}
81
+ ]
82
+ },
83
+ "CreateNotificationSubscription":{
84
+ "name":"CreateNotificationSubscription",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/api/v1/organizations/{OrganizationId}/subscriptions",
88
+ "responseCode":200
89
+ },
90
+ "input":{"shape":"CreateNotificationSubscriptionRequest"},
91
+ "output":{"shape":"CreateNotificationSubscriptionResponse"},
92
+ "errors":[
93
+ {"shape":"UnauthorizedResourceAccessException"},
94
+ {"shape":"TooManySubscriptionsException"},
95
+ {"shape":"ServiceUnavailableException"}
96
+ ]
97
+ },
98
+ "CreateUser":{
99
+ "name":"CreateUser",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/api/v1/users",
103
+ "responseCode":201
104
+ },
105
+ "input":{"shape":"CreateUserRequest"},
106
+ "output":{"shape":"CreateUserResponse"},
107
+ "errors":[
108
+ {"shape":"EntityAlreadyExistsException"},
109
+ {"shape":"UnauthorizedOperationException"},
110
+ {"shape":"UnauthorizedResourceAccessException"},
111
+ {"shape":"FailedDependencyException"},
112
+ {"shape":"ServiceUnavailableException"}
113
+ ]
114
+ },
115
+ "DeactivateUser":{
116
+ "name":"DeactivateUser",
117
+ "http":{
118
+ "method":"DELETE",
119
+ "requestUri":"/api/v1/users/{UserId}/activation",
120
+ "responseCode":204
121
+ },
122
+ "input":{"shape":"DeactivateUserRequest"},
123
+ "errors":[
124
+ {"shape":"EntityNotExistsException"},
125
+ {"shape":"UnauthorizedOperationException"},
126
+ {"shape":"UnauthorizedResourceAccessException"},
127
+ {"shape":"FailedDependencyException"},
128
+ {"shape":"ServiceUnavailableException"}
129
+ ]
130
+ },
131
+ "DeleteDocument":{
132
+ "name":"DeleteDocument",
133
+ "http":{
134
+ "method":"DELETE",
135
+ "requestUri":"/api/v1/documents/{DocumentId}",
136
+ "responseCode":204
137
+ },
138
+ "input":{"shape":"DeleteDocumentRequest"},
139
+ "errors":[
140
+ {"shape":"EntityNotExistsException"},
141
+ {"shape":"ProhibitedStateException"},
142
+ {"shape":"ConcurrentModificationException"},
143
+ {"shape":"UnauthorizedOperationException"},
144
+ {"shape":"UnauthorizedResourceAccessException"},
145
+ {"shape":"FailedDependencyException"},
146
+ {"shape":"ServiceUnavailableException"}
147
+ ]
148
+ },
149
+ "DeleteFolder":{
150
+ "name":"DeleteFolder",
151
+ "http":{
152
+ "method":"DELETE",
153
+ "requestUri":"/api/v1/folders/{FolderId}",
154
+ "responseCode":204
155
+ },
156
+ "input":{"shape":"DeleteFolderRequest"},
157
+ "errors":[
158
+ {"shape":"EntityNotExistsException"},
159
+ {"shape":"ProhibitedStateException"},
160
+ {"shape":"ConcurrentModificationException"},
161
+ {"shape":"UnauthorizedOperationException"},
162
+ {"shape":"UnauthorizedResourceAccessException"},
163
+ {"shape":"FailedDependencyException"},
164
+ {"shape":"ServiceUnavailableException"}
165
+ ]
166
+ },
167
+ "DeleteFolderContents":{
168
+ "name":"DeleteFolderContents",
169
+ "http":{
170
+ "method":"DELETE",
171
+ "requestUri":"/api/v1/folders/{FolderId}/contents",
172
+ "responseCode":204
173
+ },
174
+ "input":{"shape":"DeleteFolderContentsRequest"},
175
+ "errors":[
176
+ {"shape":"EntityNotExistsException"},
177
+ {"shape":"UnauthorizedOperationException"},
178
+ {"shape":"UnauthorizedResourceAccessException"},
179
+ {"shape":"FailedDependencyException"},
180
+ {"shape":"ServiceUnavailableException"}
181
+ ]
182
+ },
183
+ "DeleteNotificationSubscription":{
184
+ "name":"DeleteNotificationSubscription",
185
+ "http":{
186
+ "method":"DELETE",
187
+ "requestUri":"/api/v1/organizations/{OrganizationId}/subscriptions/{SubscriptionId}",
188
+ "responseCode":200
189
+ },
190
+ "input":{"shape":"DeleteNotificationSubscriptionRequest"},
191
+ "errors":[
192
+ {"shape":"UnauthorizedResourceAccessException"},
193
+ {"shape":"EntityNotExistsException"},
194
+ {"shape":"ServiceUnavailableException"},
195
+ {"shape":"ProhibitedStateException"}
196
+ ]
197
+ },
198
+ "DeleteUser":{
199
+ "name":"DeleteUser",
200
+ "http":{
201
+ "method":"DELETE",
202
+ "requestUri":"/api/v1/users/{UserId}",
203
+ "responseCode":204
204
+ },
205
+ "input":{"shape":"DeleteUserRequest"},
206
+ "errors":[
207
+ {"shape":"EntityNotExistsException"},
208
+ {"shape":"UnauthorizedOperationException"},
209
+ {"shape":"UnauthorizedResourceAccessException"},
210
+ {"shape":"FailedDependencyException"},
211
+ {"shape":"ServiceUnavailableException"}
212
+ ]
213
+ },
214
+ "DescribeDocumentVersions":{
215
+ "name":"DescribeDocumentVersions",
216
+ "http":{
217
+ "method":"GET",
218
+ "requestUri":"/api/v1/documents/{DocumentId}/versions",
219
+ "responseCode":200
220
+ },
221
+ "input":{"shape":"DescribeDocumentVersionsRequest"},
222
+ "output":{"shape":"DescribeDocumentVersionsResponse"},
223
+ "errors":[
224
+ {"shape":"EntityNotExistsException"},
225
+ {"shape":"UnauthorizedOperationException"},
226
+ {"shape":"UnauthorizedResourceAccessException"},
227
+ {"shape":"InvalidArgumentException"},
228
+ {"shape":"FailedDependencyException"},
229
+ {"shape":"ServiceUnavailableException"},
230
+ {"shape":"ProhibitedStateException"}
231
+ ]
232
+ },
233
+ "DescribeFolderContents":{
234
+ "name":"DescribeFolderContents",
235
+ "http":{
236
+ "method":"GET",
237
+ "requestUri":"/api/v1/folders/{FolderId}/contents",
238
+ "responseCode":200
239
+ },
240
+ "input":{"shape":"DescribeFolderContentsRequest"},
241
+ "output":{"shape":"DescribeFolderContentsResponse"},
242
+ "errors":[
243
+ {"shape":"EntityNotExistsException"},
244
+ {"shape":"UnauthorizedResourceAccessException"},
245
+ {"shape":"InvalidArgumentException"},
246
+ {"shape":"FailedDependencyException"},
247
+ {"shape":"ServiceUnavailableException"},
248
+ {"shape":"ProhibitedStateException"}
249
+ ]
250
+ },
251
+ "DescribeNotificationSubscriptions":{
252
+ "name":"DescribeNotificationSubscriptions",
253
+ "http":{
254
+ "method":"GET",
255
+ "requestUri":"/api/v1/organizations/{OrganizationId}/subscriptions",
256
+ "responseCode":200
257
+ },
258
+ "input":{"shape":"DescribeNotificationSubscriptionsRequest"},
259
+ "output":{"shape":"DescribeNotificationSubscriptionsResponse"},
260
+ "errors":[
261
+ {"shape":"UnauthorizedResourceAccessException"},
262
+ {"shape":"EntityNotExistsException"},
263
+ {"shape":"ServiceUnavailableException"}
264
+ ]
265
+ },
266
+ "DescribeResourcePermissions":{
267
+ "name":"DescribeResourcePermissions",
268
+ "http":{
269
+ "method":"GET",
270
+ "requestUri":"/api/v1/resources/{ResourceId}/permissions",
271
+ "responseCode":200
272
+ },
273
+ "input":{"shape":"DescribeResourcePermissionsRequest"},
274
+ "output":{"shape":"DescribeResourcePermissionsResponse"},
275
+ "errors":[
276
+ {"shape":"UnauthorizedOperationException"},
277
+ {"shape":"UnauthorizedResourceAccessException"},
278
+ {"shape":"FailedDependencyException"},
279
+ {"shape":"ServiceUnavailableException"}
280
+ ]
281
+ },
282
+ "DescribeUsers":{
283
+ "name":"DescribeUsers",
284
+ "http":{
285
+ "method":"GET",
286
+ "requestUri":"/api/v1/users",
287
+ "responseCode":200
288
+ },
289
+ "input":{"shape":"DescribeUsersRequest"},
290
+ "output":{"shape":"DescribeUsersResponse"},
291
+ "errors":[
292
+ {"shape":"UnauthorizedOperationException"},
293
+ {"shape":"UnauthorizedResourceAccessException"},
294
+ {"shape":"FailedDependencyException"},
295
+ {"shape":"ServiceUnavailableException"},
296
+ {"shape":"InvalidArgumentException"}
297
+ ]
298
+ },
299
+ "GetDocument":{
300
+ "name":"GetDocument",
301
+ "http":{
302
+ "method":"GET",
303
+ "requestUri":"/api/v1/documents/{DocumentId}",
304
+ "responseCode":200
305
+ },
306
+ "input":{"shape":"GetDocumentRequest"},
307
+ "output":{"shape":"GetDocumentResponse"},
308
+ "errors":[
309
+ {"shape":"EntityNotExistsException"},
310
+ {"shape":"UnauthorizedOperationException"},
311
+ {"shape":"UnauthorizedResourceAccessException"},
312
+ {"shape":"InvalidArgumentException"},
313
+ {"shape":"FailedDependencyException"},
314
+ {"shape":"ServiceUnavailableException"}
315
+ ]
316
+ },
317
+ "GetDocumentPath":{
318
+ "name":"GetDocumentPath",
319
+ "http":{
320
+ "method":"GET",
321
+ "requestUri":"/api/v1/documents/{DocumentId}/path",
322
+ "responseCode":200
323
+ },
324
+ "input":{"shape":"GetDocumentPathRequest"},
325
+ "output":{"shape":"GetDocumentPathResponse"},
326
+ "errors":[
327
+ {"shape":"EntityNotExistsException"},
328
+ {"shape":"UnauthorizedOperationException"},
329
+ {"shape":"UnauthorizedResourceAccessException"},
330
+ {"shape":"FailedDependencyException"},
331
+ {"shape":"ServiceUnavailableException"}
332
+ ]
333
+ },
334
+ "GetDocumentVersion":{
335
+ "name":"GetDocumentVersion",
336
+ "http":{
337
+ "method":"GET",
338
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}",
339
+ "responseCode":200
340
+ },
341
+ "input":{"shape":"GetDocumentVersionRequest"},
342
+ "output":{"shape":"GetDocumentVersionResponse"},
343
+ "errors":[
344
+ {"shape":"EntityNotExistsException"},
345
+ {"shape":"UnauthorizedOperationException"},
346
+ {"shape":"UnauthorizedResourceAccessException"},
347
+ {"shape":"FailedDependencyException"},
348
+ {"shape":"ServiceUnavailableException"},
349
+ {"shape":"ProhibitedStateException"}
350
+ ]
351
+ },
352
+ "GetFolder":{
353
+ "name":"GetFolder",
354
+ "http":{
355
+ "method":"GET",
356
+ "requestUri":"/api/v1/folders/{FolderId}",
357
+ "responseCode":200
358
+ },
359
+ "input":{"shape":"GetFolderRequest"},
360
+ "output":{"shape":"GetFolderResponse"},
361
+ "errors":[
362
+ {"shape":"EntityNotExistsException"},
363
+ {"shape":"UnauthorizedOperationException"},
364
+ {"shape":"UnauthorizedResourceAccessException"},
365
+ {"shape":"InvalidArgumentException"},
366
+ {"shape":"FailedDependencyException"},
367
+ {"shape":"ServiceUnavailableException"},
368
+ {"shape":"ProhibitedStateException"}
369
+ ]
370
+ },
371
+ "GetFolderPath":{
372
+ "name":"GetFolderPath",
373
+ "http":{
374
+ "method":"GET",
375
+ "requestUri":"/api/v1/folders/{FolderId}/path",
376
+ "responseCode":200
377
+ },
378
+ "input":{"shape":"GetFolderPathRequest"},
379
+ "output":{"shape":"GetFolderPathResponse"},
380
+ "errors":[
381
+ {"shape":"EntityNotExistsException"},
382
+ {"shape":"UnauthorizedOperationException"},
383
+ {"shape":"UnauthorizedResourceAccessException"},
384
+ {"shape":"FailedDependencyException"},
385
+ {"shape":"ServiceUnavailableException"}
386
+ ]
387
+ },
388
+ "InitiateDocumentVersionUpload":{
389
+ "name":"InitiateDocumentVersionUpload",
390
+ "http":{
391
+ "method":"POST",
392
+ "requestUri":"/api/v1/documents",
393
+ "responseCode":201
394
+ },
395
+ "input":{"shape":"InitiateDocumentVersionUploadRequest"},
396
+ "output":{"shape":"InitiateDocumentVersionUploadResponse"},
397
+ "errors":[
398
+ {"shape":"EntityNotExistsException"},
399
+ {"shape":"EntityAlreadyExistsException"},
400
+ {"shape":"StorageLimitExceededException"},
401
+ {"shape":"StorageLimitWillExceedException"},
402
+ {"shape":"ProhibitedStateException"},
403
+ {"shape":"UnauthorizedOperationException"},
404
+ {"shape":"UnauthorizedResourceAccessException"},
405
+ {"shape":"FailedDependencyException"},
406
+ {"shape":"ServiceUnavailableException"}
407
+ ]
408
+ },
409
+ "RemoveAllResourcePermissions":{
410
+ "name":"RemoveAllResourcePermissions",
411
+ "http":{
412
+ "method":"DELETE",
413
+ "requestUri":"/api/v1/resources/{ResourceId}/permissions",
414
+ "responseCode":204
415
+ },
416
+ "input":{"shape":"RemoveAllResourcePermissionsRequest"},
417
+ "errors":[
418
+ {"shape":"UnauthorizedOperationException"},
419
+ {"shape":"UnauthorizedResourceAccessException"},
420
+ {"shape":"FailedDependencyException"},
421
+ {"shape":"ServiceUnavailableException"}
422
+ ]
423
+ },
424
+ "RemoveResourcePermission":{
425
+ "name":"RemoveResourcePermission",
426
+ "http":{
427
+ "method":"DELETE",
428
+ "requestUri":"/api/v1/resources/{ResourceId}/permissions/{PrincipalId}",
429
+ "responseCode":204
430
+ },
431
+ "input":{"shape":"RemoveResourcePermissionRequest"},
432
+ "errors":[
433
+ {"shape":"UnauthorizedOperationException"},
434
+ {"shape":"UnauthorizedResourceAccessException"},
435
+ {"shape":"FailedDependencyException"},
436
+ {"shape":"ServiceUnavailableException"}
437
+ ]
438
+ },
439
+ "UpdateDocument":{
440
+ "name":"UpdateDocument",
441
+ "http":{
442
+ "method":"PATCH",
443
+ "requestUri":"/api/v1/documents/{DocumentId}",
444
+ "responseCode":200
445
+ },
446
+ "input":{"shape":"UpdateDocumentRequest"},
447
+ "errors":[
448
+ {"shape":"EntityNotExistsException"},
449
+ {"shape":"EntityAlreadyExistsException"},
450
+ {"shape":"LimitExceededException"},
451
+ {"shape":"ProhibitedStateException"},
452
+ {"shape":"ConcurrentModificationException"},
453
+ {"shape":"UnauthorizedOperationException"},
454
+ {"shape":"UnauthorizedResourceAccessException"},
455
+ {"shape":"FailedDependencyException"},
456
+ {"shape":"ServiceUnavailableException"}
457
+ ]
458
+ },
459
+ "UpdateDocumentVersion":{
460
+ "name":"UpdateDocumentVersion",
461
+ "http":{
462
+ "method":"PATCH",
463
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}",
464
+ "responseCode":200
465
+ },
466
+ "input":{"shape":"UpdateDocumentVersionRequest"},
467
+ "errors":[
468
+ {"shape":"EntityNotExistsException"},
469
+ {"shape":"ProhibitedStateException"},
470
+ {"shape":"ConcurrentModificationException"},
471
+ {"shape":"InvalidOperationException"},
472
+ {"shape":"UnauthorizedOperationException"},
473
+ {"shape":"UnauthorizedResourceAccessException"},
474
+ {"shape":"FailedDependencyException"},
475
+ {"shape":"ServiceUnavailableException"}
476
+ ]
477
+ },
478
+ "UpdateFolder":{
479
+ "name":"UpdateFolder",
480
+ "http":{
481
+ "method":"PATCH",
482
+ "requestUri":"/api/v1/folders/{FolderId}",
483
+ "responseCode":200
484
+ },
485
+ "input":{"shape":"UpdateFolderRequest"},
486
+ "errors":[
487
+ {"shape":"EntityNotExistsException"},
488
+ {"shape":"EntityAlreadyExistsException"},
489
+ {"shape":"ProhibitedStateException"},
490
+ {"shape":"ConcurrentModificationException"},
491
+ {"shape":"LimitExceededException"},
492
+ {"shape":"UnauthorizedOperationException"},
493
+ {"shape":"UnauthorizedResourceAccessException"},
494
+ {"shape":"FailedDependencyException"},
495
+ {"shape":"ServiceUnavailableException"}
496
+ ]
497
+ },
498
+ "UpdateUser":{
499
+ "name":"UpdateUser",
500
+ "http":{
501
+ "method":"PATCH",
502
+ "requestUri":"/api/v1/users/{UserId}",
503
+ "responseCode":200
504
+ },
505
+ "input":{"shape":"UpdateUserRequest"},
506
+ "output":{"shape":"UpdateUserResponse"},
507
+ "errors":[
508
+ {"shape":"EntityNotExistsException"},
509
+ {"shape":"UnauthorizedOperationException"},
510
+ {"shape":"UnauthorizedResourceAccessException"},
511
+ {"shape":"IllegalUserStateException"},
512
+ {"shape":"FailedDependencyException"},
513
+ {"shape":"ServiceUnavailableException"},
514
+ {"shape":"DeactivatingLastSystemUserException"}
515
+ ]
516
+ }
517
+ },
518
+ "shapes":{
519
+ "AbortDocumentVersionUploadRequest":{
520
+ "type":"structure",
521
+ "required":[
522
+ "DocumentId",
523
+ "VersionId"
524
+ ],
525
+ "members":{
526
+ "DocumentId":{
527
+ "shape":"ResourceIdType",
528
+ "location":"uri",
529
+ "locationName":"DocumentId"
530
+ },
531
+ "VersionId":{
532
+ "shape":"DocumentVersionIdType",
533
+ "location":"uri",
534
+ "locationName":"VersionId"
535
+ }
536
+ }
537
+ },
538
+ "ActivateUserRequest":{
539
+ "type":"structure",
540
+ "required":["UserId"],
541
+ "members":{
542
+ "UserId":{
543
+ "shape":"IdType",
544
+ "location":"uri",
545
+ "locationName":"UserId"
546
+ }
547
+ }
548
+ },
549
+ "ActivateUserResponse":{
550
+ "type":"structure",
551
+ "members":{
552
+ "User":{"shape":"User"}
553
+ }
554
+ },
555
+ "AddResourcePermissionsRequest":{
556
+ "type":"structure",
557
+ "required":[
558
+ "ResourceId",
559
+ "Principals"
560
+ ],
561
+ "members":{
562
+ "ResourceId":{
563
+ "shape":"ResourceIdType",
564
+ "location":"uri",
565
+ "locationName":"ResourceId"
566
+ },
567
+ "Principals":{"shape":"SharePrincipalList"}
568
+ }
569
+ },
570
+ "AddResourcePermissionsResponse":{
571
+ "type":"structure",
572
+ "members":{
573
+ "ShareResults":{"shape":"ShareResultsList"}
574
+ }
575
+ },
576
+ "ConcurrentModificationException":{
577
+ "type":"structure",
578
+ "members":{
579
+ "Message":{"shape":"ErrorMessageType"}
580
+ },
581
+ "error":{"httpStatusCode":409},
582
+ "exception":true
583
+ },
584
+ "CreateFolderRequest":{
585
+ "type":"structure",
586
+ "required":["ParentFolderId"],
587
+ "members":{
588
+ "Name":{"shape":"ResourceNameType"},
589
+ "ParentFolderId":{"shape":"ResourceIdType"}
590
+ }
591
+ },
592
+ "CreateFolderResponse":{
593
+ "type":"structure",
594
+ "members":{
595
+ "Metadata":{"shape":"FolderMetadata"}
596
+ }
597
+ },
598
+ "CreateNotificationSubscriptionRequest":{
599
+ "type":"structure",
600
+ "required":[
601
+ "OrganizationId",
602
+ "Endpoint",
603
+ "Protocol",
604
+ "SubscriptionType"
605
+ ],
606
+ "members":{
607
+ "OrganizationId":{
608
+ "shape":"IdType",
609
+ "location":"uri",
610
+ "locationName":"OrganizationId"
611
+ },
612
+ "Endpoint":{"shape":"SubscriptionEndPointType"},
613
+ "Protocol":{"shape":"SubscriptionProtocolType"},
614
+ "SubscriptionType":{"shape":"SubscriptionType"}
615
+ }
616
+ },
617
+ "CreateNotificationSubscriptionResponse":{
618
+ "type":"structure",
619
+ "members":{
620
+ "Subscription":{"shape":"Subscription"}
621
+ }
622
+ },
623
+ "CreateUserRequest":{
624
+ "type":"structure",
625
+ "required":[
626
+ "Username",
627
+ "GivenName",
628
+ "Surname",
629
+ "Password"
630
+ ],
631
+ "members":{
632
+ "OrganizationId":{"shape":"IdType"},
633
+ "Username":{"shape":"UsernameType"},
634
+ "GivenName":{"shape":"UserAttributeValueType"},
635
+ "Surname":{"shape":"UserAttributeValueType"},
636
+ "Password":{"shape":"PasswordType"},
637
+ "TimeZoneId":{"shape":"TimeZoneIdType"},
638
+ "StorageRule":{"shape":"StorageRuleType"}
639
+ }
640
+ },
641
+ "CreateUserResponse":{
642
+ "type":"structure",
643
+ "members":{
644
+ "User":{"shape":"User"}
645
+ }
646
+ },
647
+ "DeactivateUserRequest":{
648
+ "type":"structure",
649
+ "required":["UserId"],
650
+ "members":{
651
+ "UserId":{
652
+ "shape":"IdType",
653
+ "location":"uri",
654
+ "locationName":"UserId"
655
+ }
656
+ }
657
+ },
658
+ "DeactivatingLastSystemUserException":{
659
+ "type":"structure",
660
+ "members":{
661
+ },
662
+ "error":{"httpStatusCode":409},
663
+ "exception":true
664
+ },
665
+ "DeleteDocumentRequest":{
666
+ "type":"structure",
667
+ "required":["DocumentId"],
668
+ "members":{
669
+ "DocumentId":{
670
+ "shape":"ResourceIdType",
671
+ "location":"uri",
672
+ "locationName":"DocumentId"
673
+ }
674
+ }
675
+ },
676
+ "DeleteFolderContentsRequest":{
677
+ "type":"structure",
678
+ "required":["FolderId"],
679
+ "members":{
680
+ "FolderId":{
681
+ "shape":"ResourceIdType",
682
+ "location":"uri",
683
+ "locationName":"FolderId"
684
+ }
685
+ }
686
+ },
687
+ "DeleteFolderRequest":{
688
+ "type":"structure",
689
+ "required":["FolderId"],
690
+ "members":{
691
+ "FolderId":{
692
+ "shape":"ResourceIdType",
693
+ "location":"uri",
694
+ "locationName":"FolderId"
695
+ }
696
+ }
697
+ },
698
+ "DeleteNotificationSubscriptionRequest":{
699
+ "type":"structure",
700
+ "required":[
701
+ "SubscriptionId",
702
+ "OrganizationId"
703
+ ],
704
+ "members":{
705
+ "SubscriptionId":{
706
+ "shape":"IdType",
707
+ "location":"uri",
708
+ "locationName":"SubscriptionId"
709
+ },
710
+ "OrganizationId":{
711
+ "shape":"IdType",
712
+ "location":"uri",
713
+ "locationName":"OrganizationId"
714
+ }
715
+ }
716
+ },
717
+ "DeleteUserRequest":{
718
+ "type":"structure",
719
+ "required":["UserId"],
720
+ "members":{
721
+ "UserId":{
722
+ "shape":"IdType",
723
+ "location":"uri",
724
+ "locationName":"UserId"
725
+ }
726
+ }
727
+ },
728
+ "DescribeDocumentVersionsRequest":{
729
+ "type":"structure",
730
+ "required":["DocumentId"],
731
+ "members":{
732
+ "DocumentId":{
733
+ "shape":"ResourceIdType",
734
+ "location":"uri",
735
+ "locationName":"DocumentId"
736
+ },
737
+ "Marker":{
738
+ "shape":"PageMarkerType",
739
+ "location":"querystring",
740
+ "locationName":"marker"
741
+ },
742
+ "Limit":{
743
+ "shape":"LimitType",
744
+ "location":"querystring",
745
+ "locationName":"limit"
746
+ },
747
+ "Include":{
748
+ "shape":"FieldNamesType",
749
+ "location":"querystring",
750
+ "locationName":"include"
751
+ },
752
+ "Fields":{
753
+ "shape":"FieldNamesType",
754
+ "location":"querystring",
755
+ "locationName":"fields"
756
+ }
757
+ }
758
+ },
759
+ "DescribeDocumentVersionsResponse":{
760
+ "type":"structure",
761
+ "members":{
762
+ "DocumentVersions":{"shape":"DocumentVersionMetadataList"},
763
+ "Marker":{"shape":"PageMarkerType"}
764
+ }
765
+ },
766
+ "DescribeFolderContentsRequest":{
767
+ "type":"structure",
768
+ "required":["FolderId"],
769
+ "members":{
770
+ "FolderId":{
771
+ "shape":"ResourceIdType",
772
+ "location":"uri",
773
+ "locationName":"FolderId"
774
+ },
775
+ "Sort":{
776
+ "shape":"ResourceSortType",
777
+ "location":"querystring",
778
+ "locationName":"sort"
779
+ },
780
+ "Order":{
781
+ "shape":"OrderType",
782
+ "location":"querystring",
783
+ "locationName":"order"
784
+ },
785
+ "Limit":{
786
+ "shape":"LimitType",
787
+ "location":"querystring",
788
+ "locationName":"limit"
789
+ },
790
+ "Marker":{
791
+ "shape":"PageMarkerType",
792
+ "location":"querystring",
793
+ "locationName":"marker"
794
+ },
795
+ "Type":{
796
+ "shape":"FolderContentType",
797
+ "location":"querystring",
798
+ "locationName":"type"
799
+ },
800
+ "Include":{
801
+ "shape":"FieldNamesType",
802
+ "location":"querystring",
803
+ "locationName":"include"
804
+ }
805
+ }
806
+ },
807
+ "DescribeFolderContentsResponse":{
808
+ "type":"structure",
809
+ "members":{
810
+ "Folders":{"shape":"FolderMetadataList"},
811
+ "Documents":{"shape":"DocumentMetadataList"},
812
+ "Marker":{"shape":"PageMarkerType"}
813
+ }
814
+ },
815
+ "DescribeNotificationSubscriptionsRequest":{
816
+ "type":"structure",
817
+ "required":["OrganizationId"],
818
+ "members":{
819
+ "OrganizationId":{
820
+ "shape":"IdType",
821
+ "location":"uri",
822
+ "locationName":"OrganizationId"
823
+ },
824
+ "Marker":{
825
+ "shape":"PageMarkerType",
826
+ "location":"querystring",
827
+ "locationName":"marker"
828
+ },
829
+ "Limit":{
830
+ "shape":"LimitType",
831
+ "location":"querystring",
832
+ "locationName":"limit"
833
+ }
834
+ }
835
+ },
836
+ "DescribeNotificationSubscriptionsResponse":{
837
+ "type":"structure",
838
+ "members":{
839
+ "Subscriptions":{"shape":"SubscriptionList"},
840
+ "Marker":{"shape":"PageMarkerType"}
841
+ }
842
+ },
843
+ "DescribeResourcePermissionsRequest":{
844
+ "type":"structure",
845
+ "required":["ResourceId"],
846
+ "members":{
847
+ "ResourceId":{
848
+ "shape":"ResourceIdType",
849
+ "location":"uri",
850
+ "locationName":"ResourceId"
851
+ },
852
+ "Limit":{
853
+ "shape":"LimitType",
854
+ "location":"querystring",
855
+ "locationName":"limit"
856
+ },
857
+ "Marker":{
858
+ "shape":"PageMarkerType",
859
+ "location":"querystring",
860
+ "locationName":"marker"
861
+ }
862
+ }
863
+ },
864
+ "DescribeResourcePermissionsResponse":{
865
+ "type":"structure",
866
+ "members":{
867
+ "Principals":{"shape":"PrincipalList"},
868
+ "Marker":{"shape":"PageMarkerType"}
869
+ }
870
+ },
871
+ "DescribeUsersRequest":{
872
+ "type":"structure",
873
+ "members":{
874
+ "OrganizationId":{
875
+ "shape":"IdType",
876
+ "location":"querystring",
877
+ "locationName":"organizationId"
878
+ },
879
+ "UserIds":{
880
+ "shape":"UserIdsType",
881
+ "location":"querystring",
882
+ "locationName":"userIds"
883
+ },
884
+ "Query":{
885
+ "shape":"SearchQueryType",
886
+ "location":"querystring",
887
+ "locationName":"query"
888
+ },
889
+ "Include":{
890
+ "shape":"UserFilterType",
891
+ "location":"querystring",
892
+ "locationName":"include"
893
+ },
894
+ "Order":{
895
+ "shape":"OrderType",
896
+ "location":"querystring",
897
+ "locationName":"order"
898
+ },
899
+ "Sort":{
900
+ "shape":"UserSortType",
901
+ "location":"querystring",
902
+ "locationName":"sort"
903
+ },
904
+ "Marker":{
905
+ "shape":"PageMarkerType",
906
+ "location":"querystring",
907
+ "locationName":"marker"
908
+ },
909
+ "Limit":{
910
+ "shape":"LimitType",
911
+ "location":"querystring",
912
+ "locationName":"limit"
913
+ },
914
+ "Fields":{
915
+ "shape":"FieldNamesType",
916
+ "location":"querystring",
917
+ "locationName":"fields"
918
+ }
919
+ }
920
+ },
921
+ "DescribeUsersResponse":{
922
+ "type":"structure",
923
+ "members":{
924
+ "Users":{"shape":"OrganizationUserList"},
925
+ "TotalNumberOfUsers":{"shape":"SizeType"},
926
+ "Marker":{"shape":"PageMarkerType"}
927
+ }
928
+ },
929
+ "DocumentContentType":{
930
+ "type":"string",
931
+ "max":128,
932
+ "min":1
933
+ },
934
+ "DocumentMetadata":{
935
+ "type":"structure",
936
+ "members":{
937
+ "Id":{"shape":"ResourceIdType"},
938
+ "CreatorId":{"shape":"IdType"},
939
+ "ParentFolderId":{"shape":"ResourceIdType"},
940
+ "CreatedTimestamp":{"shape":"TimestampType"},
941
+ "ModifiedTimestamp":{"shape":"TimestampType"},
942
+ "LatestVersionMetadata":{"shape":"DocumentVersionMetadata"},
943
+ "ResourceState":{"shape":"ResourceStateType"}
944
+ }
945
+ },
946
+ "DocumentMetadataList":{
947
+ "type":"list",
948
+ "member":{"shape":"DocumentMetadata"}
949
+ },
950
+ "DocumentSourceType":{
951
+ "type":"string",
952
+ "enum":[
953
+ "ORIGINAL",
954
+ "WITH_COMMENTS"
955
+ ]
956
+ },
957
+ "DocumentSourceUrlMap":{
958
+ "type":"map",
959
+ "key":{"shape":"DocumentSourceType"},
960
+ "value":{"shape":"UrlType"}
961
+ },
962
+ "DocumentStatusType":{
963
+ "type":"string",
964
+ "enum":[
965
+ "INITIALIZED",
966
+ "ACTIVE"
967
+ ]
968
+ },
969
+ "DocumentThumbnailType":{
970
+ "type":"string",
971
+ "enum":[
972
+ "SMALL",
973
+ "SMALL_HQ",
974
+ "LARGE"
975
+ ]
976
+ },
977
+ "DocumentThumbnailUrlMap":{
978
+ "type":"map",
979
+ "key":{"shape":"DocumentThumbnailType"},
980
+ "value":{"shape":"UrlType"}
981
+ },
982
+ "DocumentVersionIdType":{
983
+ "type":"string",
984
+ "max":128,
985
+ "min":1,
986
+ "pattern":"[\\w+-.@]+"
987
+ },
988
+ "DocumentVersionMetadata":{
989
+ "type":"structure",
990
+ "members":{
991
+ "Id":{"shape":"DocumentVersionIdType"},
992
+ "Name":{"shape":"ResourceNameType"},
993
+ "ContentType":{"shape":"DocumentContentType"},
994
+ "Size":{"shape":"SizeType"},
995
+ "Signature":{"shape":"HashType"},
996
+ "Status":{"shape":"DocumentStatusType"},
997
+ "CreatedTimestamp":{"shape":"TimestampType"},
998
+ "ModifiedTimestamp":{"shape":"TimestampType"},
999
+ "ContentCreatedTimestamp":{"shape":"TimestampType"},
1000
+ "ContentModifiedTimestamp":{"shape":"TimestampType"},
1001
+ "CreatorId":{"shape":"IdType"},
1002
+ "Thumbnail":{"shape":"DocumentThumbnailUrlMap"},
1003
+ "Source":{"shape":"DocumentSourceUrlMap"}
1004
+ }
1005
+ },
1006
+ "DocumentVersionMetadataList":{
1007
+ "type":"list",
1008
+ "member":{"shape":"DocumentVersionMetadata"}
1009
+ },
1010
+ "DocumentVersionStatus":{
1011
+ "type":"string",
1012
+ "enum":["ACTIVE"]
1013
+ },
1014
+ "EmailAddressType":{
1015
+ "type":"string",
1016
+ "max":256,
1017
+ "min":1,
1018
+ "pattern":"[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}"
1019
+ },
1020
+ "EntityAlreadyExistsException":{
1021
+ "type":"structure",
1022
+ "members":{
1023
+ "Message":{"shape":"ErrorMessageType"}
1024
+ },
1025
+ "error":{"httpStatusCode":409},
1026
+ "exception":true
1027
+ },
1028
+ "EntityIdList":{
1029
+ "type":"list",
1030
+ "member":{"shape":"IdType"}
1031
+ },
1032
+ "EntityNotExistsException":{
1033
+ "type":"structure",
1034
+ "members":{
1035
+ "Message":{"shape":"ErrorMessageType"},
1036
+ "EntityIds":{"shape":"EntityIdList"}
1037
+ },
1038
+ "error":{"httpStatusCode":404},
1039
+ "exception":true
1040
+ },
1041
+ "ErrorMessageType":{"type":"string"},
1042
+ "FailedDependencyException":{
1043
+ "type":"structure",
1044
+ "members":{
1045
+ "Message":{"shape":"ErrorMessageType"}
1046
+ },
1047
+ "error":{"httpStatusCode":424},
1048
+ "exception":true
1049
+ },
1050
+ "FieldNamesType":{
1051
+ "type":"string",
1052
+ "max":256,
1053
+ "min":1,
1054
+ "pattern":"[\\w,]+"
1055
+ },
1056
+ "FolderContentType":{
1057
+ "type":"string",
1058
+ "enum":[
1059
+ "ALL",
1060
+ "DOCUMENT",
1061
+ "FOLDER"
1062
+ ]
1063
+ },
1064
+ "FolderMetadata":{
1065
+ "type":"structure",
1066
+ "members":{
1067
+ "Id":{"shape":"ResourceIdType"},
1068
+ "Name":{"shape":"ResourceNameType"},
1069
+ "CreatorId":{"shape":"IdType"},
1070
+ "ParentFolderId":{"shape":"ResourceIdType"},
1071
+ "CreatedTimestamp":{"shape":"TimestampType"},
1072
+ "ModifiedTimestamp":{"shape":"TimestampType"},
1073
+ "ResourceState":{"shape":"ResourceStateType"},
1074
+ "Signature":{"shape":"HashType"}
1075
+ }
1076
+ },
1077
+ "FolderMetadataList":{
1078
+ "type":"list",
1079
+ "member":{"shape":"FolderMetadata"}
1080
+ },
1081
+ "GetDocumentPathRequest":{
1082
+ "type":"structure",
1083
+ "required":["DocumentId"],
1084
+ "members":{
1085
+ "DocumentId":{
1086
+ "shape":"IdType",
1087
+ "location":"uri",
1088
+ "locationName":"DocumentId"
1089
+ },
1090
+ "Limit":{
1091
+ "shape":"LimitType",
1092
+ "location":"querystring",
1093
+ "locationName":"limit"
1094
+ },
1095
+ "Fields":{
1096
+ "shape":"FieldNamesType",
1097
+ "location":"querystring",
1098
+ "locationName":"fields"
1099
+ },
1100
+ "Marker":{
1101
+ "shape":"PageMarkerType",
1102
+ "location":"querystring",
1103
+ "locationName":"marker"
1104
+ }
1105
+ }
1106
+ },
1107
+ "GetDocumentPathResponse":{
1108
+ "type":"structure",
1109
+ "members":{
1110
+ "Path":{"shape":"ResourcePath"}
1111
+ }
1112
+ },
1113
+ "GetDocumentRequest":{
1114
+ "type":"structure",
1115
+ "required":["DocumentId"],
1116
+ "members":{
1117
+ "DocumentId":{
1118
+ "shape":"ResourceIdType",
1119
+ "location":"uri",
1120
+ "locationName":"DocumentId"
1121
+ }
1122
+ }
1123
+ },
1124
+ "GetDocumentResponse":{
1125
+ "type":"structure",
1126
+ "members":{
1127
+ "Metadata":{"shape":"DocumentMetadata"}
1128
+ }
1129
+ },
1130
+ "GetDocumentVersionRequest":{
1131
+ "type":"structure",
1132
+ "required":[
1133
+ "DocumentId",
1134
+ "VersionId"
1135
+ ],
1136
+ "members":{
1137
+ "DocumentId":{
1138
+ "shape":"ResourceIdType",
1139
+ "location":"uri",
1140
+ "locationName":"DocumentId"
1141
+ },
1142
+ "VersionId":{
1143
+ "shape":"DocumentVersionIdType",
1144
+ "location":"uri",
1145
+ "locationName":"VersionId"
1146
+ },
1147
+ "Fields":{
1148
+ "shape":"FieldNamesType",
1149
+ "location":"querystring",
1150
+ "locationName":"fields"
1151
+ }
1152
+ }
1153
+ },
1154
+ "GetDocumentVersionResponse":{
1155
+ "type":"structure",
1156
+ "members":{
1157
+ "Metadata":{"shape":"DocumentVersionMetadata"}
1158
+ }
1159
+ },
1160
+ "GetFolderPathRequest":{
1161
+ "type":"structure",
1162
+ "required":["FolderId"],
1163
+ "members":{
1164
+ "FolderId":{
1165
+ "shape":"IdType",
1166
+ "location":"uri",
1167
+ "locationName":"FolderId"
1168
+ },
1169
+ "Limit":{
1170
+ "shape":"LimitType",
1171
+ "location":"querystring",
1172
+ "locationName":"limit"
1173
+ },
1174
+ "Fields":{
1175
+ "shape":"FieldNamesType",
1176
+ "location":"querystring",
1177
+ "locationName":"fields"
1178
+ },
1179
+ "Marker":{
1180
+ "shape":"PageMarkerType",
1181
+ "location":"querystring",
1182
+ "locationName":"marker"
1183
+ }
1184
+ }
1185
+ },
1186
+ "GetFolderPathResponse":{
1187
+ "type":"structure",
1188
+ "members":{
1189
+ "Path":{"shape":"ResourcePath"}
1190
+ }
1191
+ },
1192
+ "GetFolderRequest":{
1193
+ "type":"structure",
1194
+ "required":["FolderId"],
1195
+ "members":{
1196
+ "FolderId":{
1197
+ "shape":"ResourceIdType",
1198
+ "location":"uri",
1199
+ "locationName":"FolderId"
1200
+ }
1201
+ }
1202
+ },
1203
+ "GetFolderResponse":{
1204
+ "type":"structure",
1205
+ "members":{
1206
+ "Metadata":{"shape":"FolderMetadata"}
1207
+ }
1208
+ },
1209
+ "HashType":{
1210
+ "type":"string",
1211
+ "max":128,
1212
+ "min":0,
1213
+ "pattern":"[&\\w+-.@]+"
1214
+ },
1215
+ "HeaderNameType":{
1216
+ "type":"string",
1217
+ "max":256,
1218
+ "min":1,
1219
+ "pattern":"[\\w-]+"
1220
+ },
1221
+ "HeaderValueType":{
1222
+ "type":"string",
1223
+ "max":1024,
1224
+ "min":1
1225
+ },
1226
+ "IdType":{
1227
+ "type":"string",
1228
+ "max":256,
1229
+ "min":1,
1230
+ "pattern":"[&\\w+-.@]+"
1231
+ },
1232
+ "IllegalUserStateException":{
1233
+ "type":"structure",
1234
+ "members":{
1235
+ "Message":{"shape":"ErrorMessageType"}
1236
+ },
1237
+ "error":{"httpStatusCode":409},
1238
+ "exception":true
1239
+ },
1240
+ "InitiateDocumentVersionUploadRequest":{
1241
+ "type":"structure",
1242
+ "required":["ParentFolderId"],
1243
+ "members":{
1244
+ "Id":{"shape":"ResourceIdType"},
1245
+ "Name":{"shape":"ResourceNameType"},
1246
+ "ContentCreatedTimestamp":{"shape":"TimestampType"},
1247
+ "ContentModifiedTimestamp":{"shape":"TimestampType"},
1248
+ "ContentType":{"shape":"DocumentContentType"},
1249
+ "DocumentSizeInBytes":{"shape":"SizeType"},
1250
+ "ParentFolderId":{"shape":"ResourceIdType"}
1251
+ }
1252
+ },
1253
+ "InitiateDocumentVersionUploadResponse":{
1254
+ "type":"structure",
1255
+ "members":{
1256
+ "Metadata":{"shape":"DocumentMetadata"},
1257
+ "UploadMetadata":{"shape":"UploadMetadata"}
1258
+ }
1259
+ },
1260
+ "InvalidArgumentException":{
1261
+ "type":"structure",
1262
+ "members":{
1263
+ "Message":{"shape":"ErrorMessageType"}
1264
+ },
1265
+ "error":{"httpStatusCode":400},
1266
+ "exception":true
1267
+ },
1268
+ "InvalidOperationException":{
1269
+ "type":"structure",
1270
+ "members":{
1271
+ "Message":{"shape":"ErrorMessageType"}
1272
+ },
1273
+ "error":{"httpStatusCode":405},
1274
+ "exception":true
1275
+ },
1276
+ "LimitExceededException":{
1277
+ "type":"structure",
1278
+ "members":{
1279
+ "Message":{"shape":"ErrorMessageType"}
1280
+ },
1281
+ "error":{"httpStatusCode":409},
1282
+ "exception":true
1283
+ },
1284
+ "LimitType":{
1285
+ "type":"integer",
1286
+ "max":999,
1287
+ "min":1
1288
+ },
1289
+ "LocaleType":{
1290
+ "type":"string",
1291
+ "enum":[
1292
+ "en",
1293
+ "fr",
1294
+ "ko",
1295
+ "de",
1296
+ "es",
1297
+ "ja",
1298
+ "ru",
1299
+ "zh_CN",
1300
+ "zh_TW",
1301
+ "pt_BR",
1302
+ "default"
1303
+ ]
1304
+ },
1305
+ "MessageType":{
1306
+ "type":"string",
1307
+ "max":2048,
1308
+ "min":0,
1309
+ "sensitive":true
1310
+ },
1311
+ "OrderType":{
1312
+ "type":"string",
1313
+ "enum":[
1314
+ "ASCENDING",
1315
+ "DESCENDING"
1316
+ ]
1317
+ },
1318
+ "OrganizationUserList":{
1319
+ "type":"list",
1320
+ "member":{"shape":"User"}
1321
+ },
1322
+ "PageMarkerType":{
1323
+ "type":"string",
1324
+ "max":2048,
1325
+ "min":1
1326
+ },
1327
+ "PasswordType":{
1328
+ "type":"string",
1329
+ "max":32,
1330
+ "min":4,
1331
+ "pattern":"[\\u0020-\\u00FF]+",
1332
+ "sensitive":true
1333
+ },
1334
+ "PermissionInfo":{
1335
+ "type":"structure",
1336
+ "members":{
1337
+ "Role":{"shape":"RoleType"},
1338
+ "Type":{"shape":"RolePermissionType"}
1339
+ }
1340
+ },
1341
+ "PermissionInfoList":{
1342
+ "type":"list",
1343
+ "member":{"shape":"PermissionInfo"}
1344
+ },
1345
+ "PositiveSizeType":{
1346
+ "type":"long",
1347
+ "min":0
1348
+ },
1349
+ "Principal":{
1350
+ "type":"structure",
1351
+ "members":{
1352
+ "Id":{"shape":"IdType"},
1353
+ "Type":{"shape":"PrincipalType"},
1354
+ "Roles":{"shape":"PermissionInfoList"}
1355
+ }
1356
+ },
1357
+ "PrincipalList":{
1358
+ "type":"list",
1359
+ "member":{"shape":"Principal"}
1360
+ },
1361
+ "PrincipalType":{
1362
+ "type":"string",
1363
+ "enum":[
1364
+ "USER",
1365
+ "GROUP",
1366
+ "INVITE",
1367
+ "ANONYMOUS",
1368
+ "ORGANIZATION"
1369
+ ]
1370
+ },
1371
+ "ProhibitedStateException":{
1372
+ "type":"structure",
1373
+ "members":{
1374
+ "Message":{"shape":"ErrorMessageType"}
1375
+ },
1376
+ "error":{"httpStatusCode":409},
1377
+ "exception":true
1378
+ },
1379
+ "RemoveAllResourcePermissionsRequest":{
1380
+ "type":"structure",
1381
+ "required":["ResourceId"],
1382
+ "members":{
1383
+ "ResourceId":{
1384
+ "shape":"ResourceIdType",
1385
+ "location":"uri",
1386
+ "locationName":"ResourceId"
1387
+ }
1388
+ }
1389
+ },
1390
+ "RemoveResourcePermissionRequest":{
1391
+ "type":"structure",
1392
+ "required":[
1393
+ "ResourceId",
1394
+ "PrincipalId"
1395
+ ],
1396
+ "members":{
1397
+ "ResourceId":{
1398
+ "shape":"ResourceIdType",
1399
+ "location":"uri",
1400
+ "locationName":"ResourceId"
1401
+ },
1402
+ "PrincipalId":{
1403
+ "shape":"IdType",
1404
+ "location":"uri",
1405
+ "locationName":"PrincipalId"
1406
+ },
1407
+ "PrincipalType":{
1408
+ "shape":"PrincipalType",
1409
+ "location":"querystring",
1410
+ "locationName":"type"
1411
+ }
1412
+ }
1413
+ },
1414
+ "ResourceIdType":{
1415
+ "type":"string",
1416
+ "max":128,
1417
+ "min":1,
1418
+ "pattern":"[\\w+-.@]+"
1419
+ },
1420
+ "ResourceNameType":{
1421
+ "type":"string",
1422
+ "max":255,
1423
+ "min":1,
1424
+ "pattern":"[\\u0020-\\u202D\\u202F-\\uFFFF]+"
1425
+ },
1426
+ "ResourcePath":{
1427
+ "type":"structure",
1428
+ "members":{
1429
+ "Components":{"shape":"ResourcePathComponentList"}
1430
+ }
1431
+ },
1432
+ "ResourcePathComponent":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "Id":{"shape":"IdType"},
1436
+ "Name":{"shape":"ResourceNameType"}
1437
+ }
1438
+ },
1439
+ "ResourcePathComponentList":{
1440
+ "type":"list",
1441
+ "member":{"shape":"ResourcePathComponent"}
1442
+ },
1443
+ "ResourceSortType":{
1444
+ "type":"string",
1445
+ "enum":[
1446
+ "DATE",
1447
+ "NAME"
1448
+ ]
1449
+ },
1450
+ "ResourceStateType":{
1451
+ "type":"string",
1452
+ "enum":[
1453
+ "ACTIVE",
1454
+ "RESTORING",
1455
+ "RECYCLING",
1456
+ "RECYCLED"
1457
+ ]
1458
+ },
1459
+ "RolePermissionType":{
1460
+ "type":"string",
1461
+ "enum":[
1462
+ "DIRECT",
1463
+ "INHERITED"
1464
+ ]
1465
+ },
1466
+ "RoleType":{
1467
+ "type":"string",
1468
+ "enum":[
1469
+ "VIEWER",
1470
+ "CONTRIBUTOR",
1471
+ "OWNER",
1472
+ "COOWNER"
1473
+ ]
1474
+ },
1475
+ "SearchQueryType":{
1476
+ "type":"string",
1477
+ "max":512,
1478
+ "min":1,
1479
+ "pattern":"[\\u0020-\\uFFFF]+",
1480
+ "sensitive":true
1481
+ },
1482
+ "ServiceUnavailableException":{
1483
+ "type":"structure",
1484
+ "members":{
1485
+ "Message":{"shape":"ErrorMessageType"}
1486
+ },
1487
+ "error":{"httpStatusCode":503},
1488
+ "exception":true,
1489
+ "fault":true
1490
+ },
1491
+ "SharePrincipal":{
1492
+ "type":"structure",
1493
+ "required":[
1494
+ "Id",
1495
+ "Type",
1496
+ "Role"
1497
+ ],
1498
+ "members":{
1499
+ "Id":{"shape":"IdType"},
1500
+ "Type":{"shape":"PrincipalType"},
1501
+ "Role":{"shape":"RoleType"}
1502
+ }
1503
+ },
1504
+ "SharePrincipalList":{
1505
+ "type":"list",
1506
+ "member":{"shape":"SharePrincipal"}
1507
+ },
1508
+ "ShareResult":{
1509
+ "type":"structure",
1510
+ "members":{
1511
+ "PrincipalId":{"shape":"IdType"},
1512
+ "Role":{"shape":"RoleType"},
1513
+ "Status":{"shape":"ShareStatusType"},
1514
+ "ShareId":{"shape":"ResourceIdType"},
1515
+ "StatusMessage":{"shape":"MessageType"}
1516
+ }
1517
+ },
1518
+ "ShareResultsList":{
1519
+ "type":"list",
1520
+ "member":{"shape":"ShareResult"}
1521
+ },
1522
+ "ShareStatusType":{
1523
+ "type":"string",
1524
+ "enum":[
1525
+ "SUCCESS",
1526
+ "FAILURE"
1527
+ ]
1528
+ },
1529
+ "SignedHeaderMap":{
1530
+ "type":"map",
1531
+ "key":{"shape":"HeaderNameType"},
1532
+ "value":{"shape":"HeaderValueType"}
1533
+ },
1534
+ "SizeType":{"type":"long"},
1535
+ "StorageLimitExceededException":{
1536
+ "type":"structure",
1537
+ "members":{
1538
+ "Message":{"shape":"ErrorMessageType"}
1539
+ },
1540
+ "error":{"httpStatusCode":409},
1541
+ "exception":true
1542
+ },
1543
+ "StorageLimitWillExceedException":{
1544
+ "type":"structure",
1545
+ "members":{
1546
+ "Message":{"shape":"ErrorMessageType"}
1547
+ },
1548
+ "error":{"httpStatusCode":413},
1549
+ "exception":true
1550
+ },
1551
+ "StorageRuleType":{
1552
+ "type":"structure",
1553
+ "members":{
1554
+ "StorageAllocatedInBytes":{"shape":"PositiveSizeType"},
1555
+ "StorageType":{"shape":"StorageType"}
1556
+ }
1557
+ },
1558
+ "StorageType":{
1559
+ "type":"string",
1560
+ "enum":[
1561
+ "UNLIMITED",
1562
+ "QUOTA"
1563
+ ]
1564
+ },
1565
+ "Subscription":{
1566
+ "type":"structure",
1567
+ "members":{
1568
+ "SubscriptionId":{"shape":"IdType"},
1569
+ "EndPoint":{"shape":"SubscriptionEndPointType"},
1570
+ "Protocol":{"shape":"SubscriptionProtocolType"}
1571
+ }
1572
+ },
1573
+ "SubscriptionEndPointType":{
1574
+ "type":"string",
1575
+ "max":256,
1576
+ "min":1
1577
+ },
1578
+ "SubscriptionList":{
1579
+ "type":"list",
1580
+ "member":{"shape":"Subscription"},
1581
+ "max":256
1582
+ },
1583
+ "SubscriptionProtocolType":{
1584
+ "type":"string",
1585
+ "enum":["HTTPS"]
1586
+ },
1587
+ "SubscriptionType":{
1588
+ "type":"string",
1589
+ "enum":["ALL"]
1590
+ },
1591
+ "TimeZoneIdType":{
1592
+ "type":"string",
1593
+ "max":256,
1594
+ "min":1
1595
+ },
1596
+ "TimestampType":{"type":"timestamp"},
1597
+ "TooManySubscriptionsException":{
1598
+ "type":"structure",
1599
+ "members":{
1600
+ "Message":{"shape":"ErrorMessageType"}
1601
+ },
1602
+ "error":{"httpStatusCode":429},
1603
+ "exception":true
1604
+ },
1605
+ "UnauthorizedOperationException":{
1606
+ "type":"structure",
1607
+ "members":{
1608
+ },
1609
+ "error":{"httpStatusCode":403},
1610
+ "exception":true
1611
+ },
1612
+ "UnauthorizedResourceAccessException":{
1613
+ "type":"structure",
1614
+ "members":{
1615
+ "Message":{"shape":"ErrorMessageType"}
1616
+ },
1617
+ "error":{"httpStatusCode":404},
1618
+ "exception":true
1619
+ },
1620
+ "UpdateDocumentRequest":{
1621
+ "type":"structure",
1622
+ "required":["DocumentId"],
1623
+ "members":{
1624
+ "DocumentId":{
1625
+ "shape":"ResourceIdType",
1626
+ "location":"uri",
1627
+ "locationName":"DocumentId"
1628
+ },
1629
+ "Name":{"shape":"ResourceNameType"},
1630
+ "ParentFolderId":{"shape":"ResourceIdType"},
1631
+ "ResourceState":{"shape":"ResourceStateType"}
1632
+ }
1633
+ },
1634
+ "UpdateDocumentVersionRequest":{
1635
+ "type":"structure",
1636
+ "required":[
1637
+ "DocumentId",
1638
+ "VersionId"
1639
+ ],
1640
+ "members":{
1641
+ "DocumentId":{
1642
+ "shape":"ResourceIdType",
1643
+ "location":"uri",
1644
+ "locationName":"DocumentId"
1645
+ },
1646
+ "VersionId":{
1647
+ "shape":"DocumentVersionIdType",
1648
+ "location":"uri",
1649
+ "locationName":"VersionId"
1650
+ },
1651
+ "VersionStatus":{"shape":"DocumentVersionStatus"}
1652
+ }
1653
+ },
1654
+ "UpdateFolderRequest":{
1655
+ "type":"structure",
1656
+ "required":["FolderId"],
1657
+ "members":{
1658
+ "FolderId":{
1659
+ "shape":"ResourceIdType",
1660
+ "location":"uri",
1661
+ "locationName":"FolderId"
1662
+ },
1663
+ "Name":{"shape":"ResourceNameType"},
1664
+ "ParentFolderId":{"shape":"ResourceIdType"},
1665
+ "ResourceState":{"shape":"ResourceStateType"}
1666
+ }
1667
+ },
1668
+ "UpdateUserRequest":{
1669
+ "type":"structure",
1670
+ "required":["UserId"],
1671
+ "members":{
1672
+ "UserId":{
1673
+ "shape":"IdType",
1674
+ "location":"uri",
1675
+ "locationName":"UserId"
1676
+ },
1677
+ "GivenName":{"shape":"UserAttributeValueType"},
1678
+ "Surname":{"shape":"UserAttributeValueType"},
1679
+ "Type":{"shape":"UserType"},
1680
+ "StorageRule":{"shape":"StorageRuleType"},
1681
+ "TimeZoneId":{"shape":"TimeZoneIdType"},
1682
+ "Locale":{"shape":"LocaleType"}
1683
+ }
1684
+ },
1685
+ "UpdateUserResponse":{
1686
+ "type":"structure",
1687
+ "members":{
1688
+ "User":{"shape":"User"}
1689
+ }
1690
+ },
1691
+ "UploadMetadata":{
1692
+ "type":"structure",
1693
+ "members":{
1694
+ "UploadUrl":{"shape":"UrlType"},
1695
+ "SignedHeaders":{"shape":"SignedHeaderMap"}
1696
+ }
1697
+ },
1698
+ "UrlType":{
1699
+ "type":"string",
1700
+ "max":1024,
1701
+ "min":1,
1702
+ "sensitive":true
1703
+ },
1704
+ "User":{
1705
+ "type":"structure",
1706
+ "members":{
1707
+ "Id":{"shape":"IdType"},
1708
+ "Username":{"shape":"UsernameType"},
1709
+ "EmailAddress":{"shape":"EmailAddressType"},
1710
+ "GivenName":{"shape":"UserAttributeValueType"},
1711
+ "Surname":{"shape":"UserAttributeValueType"},
1712
+ "OrganizationId":{"shape":"IdType"},
1713
+ "RootFolderId":{"shape":"ResourceIdType"},
1714
+ "RecycleBinFolderId":{"shape":"ResourceIdType"},
1715
+ "Status":{"shape":"UserStatusType"},
1716
+ "Type":{"shape":"UserType"},
1717
+ "CreatedTimestamp":{"shape":"TimestampType"},
1718
+ "ModifiedTimestamp":{"shape":"TimestampType"},
1719
+ "TimeZoneId":{"shape":"TimeZoneIdType"},
1720
+ "Locale":{"shape":"LocaleType"},
1721
+ "Storage":{"shape":"UserStorageMetadata"}
1722
+ }
1723
+ },
1724
+ "UserAttributeValueType":{
1725
+ "type":"string",
1726
+ "max":64,
1727
+ "min":1
1728
+ },
1729
+ "UserFilterType":{
1730
+ "type":"string",
1731
+ "enum":[
1732
+ "ALL",
1733
+ "ACTIVE_PENDING"
1734
+ ]
1735
+ },
1736
+ "UserIdsType":{
1737
+ "type":"string",
1738
+ "max":2000,
1739
+ "min":1,
1740
+ "pattern":"[&\\w+-.@, ]+"
1741
+ },
1742
+ "UserSortType":{
1743
+ "type":"string",
1744
+ "enum":[
1745
+ "USER_NAME",
1746
+ "FULL_NAME",
1747
+ "STORAGE_LIMIT",
1748
+ "USER_STATUS",
1749
+ "STORAGE_USED"
1750
+ ]
1751
+ },
1752
+ "UserStatusType":{
1753
+ "type":"string",
1754
+ "enum":[
1755
+ "ACTIVE",
1756
+ "INACTIVE",
1757
+ "PENDING"
1758
+ ]
1759
+ },
1760
+ "UserStorageMetadata":{
1761
+ "type":"structure",
1762
+ "members":{
1763
+ "StorageUtilizedInBytes":{"shape":"SizeType"},
1764
+ "StorageRule":{"shape":"StorageRuleType"}
1765
+ }
1766
+ },
1767
+ "UserType":{
1768
+ "type":"string",
1769
+ "enum":[
1770
+ "USER",
1771
+ "ADMIN"
1772
+ ]
1773
+ },
1774
+ "UsernameType":{
1775
+ "type":"string",
1776
+ "max":256,
1777
+ "min":1,
1778
+ "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z]+)?"
1779
+ }
1780
+ }
1781
+ }