aws-sdk-core 2.11.159 → 2.11.160

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: a92f4180484488b2e8895559995fe562961bc484
4
- data.tar.gz: fd151f2a79b6a4410c106d967309c9f81aead945
3
+ metadata.gz: 53e607d6fa3286f7901510f3d96d2ca586984c0a
4
+ data.tar.gz: a962dbafcaaec4253959be3b987e384bda086452
5
5
  SHA512:
6
- metadata.gz: 4be9c05011212eb46e38f1eb2fd9625730d1fe57246dd47e8451d1d8c1c3f295f0c4666520cdb302250ad8f31c3771adbde23e6e7cebf9c508de448a427b77f5
7
- data.tar.gz: 657e9b0bd3b351ab6da7ecf75c037ba48e485953c9db5765b68b8b1eb84e7b7c599fddb7ce586888afeb764d1f70cf7ee9461225d7f92c528cd07ee60ac72348
6
+ metadata.gz: df29d179024b67b018efb9241cc064e21b10b446cfe2014a4b3c170cfac01091a5fe014495a98bb5e3970d64f7b6199b8898def8686b9b0657d08c32857b400c
7
+ data.tar.gz: d8cd7a934c291d00d7eb3f642281178e0083e415c11e37db97bdc42b3706923ac461ce7f3e301fe9039eeb1ef0d17f91df1f0dfe73af417f860bfee079006089
@@ -0,0 +1,932 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-05-01",
5
+ "endpointPrefix":"chime",
6
+ "protocol":"rest-json",
7
+ "serviceFullName":"Amazon Chime",
8
+ "serviceId":"Chime",
9
+ "signatureVersion":"v4",
10
+ "uid":"chime-2018-05-01"
11
+ },
12
+ "operations":{
13
+ "BatchSuspendUser":{
14
+ "name":"BatchSuspendUser",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/console/accounts/{accountId}/users?operation=suspend",
18
+ "responseCode":200
19
+ },
20
+ "input":{"shape":"BatchSuspendUserRequest"},
21
+ "output":{"shape":"BatchSuspendUserResponse"},
22
+ "errors":[
23
+ {"shape":"UnauthorizedClientException"},
24
+ {"shape":"NotFoundException"},
25
+ {"shape":"ForbiddenException"},
26
+ {"shape":"BadRequestException"},
27
+ {"shape":"ThrottledClientException"},
28
+ {"shape":"ServiceUnavailableException"},
29
+ {"shape":"ServiceFailureException"}
30
+ ]
31
+ },
32
+ "BatchUnsuspendUser":{
33
+ "name":"BatchUnsuspendUser",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/console/accounts/{accountId}/users?operation=unsuspend",
37
+ "responseCode":200
38
+ },
39
+ "input":{"shape":"BatchUnsuspendUserRequest"},
40
+ "output":{"shape":"BatchUnsuspendUserResponse"},
41
+ "errors":[
42
+ {"shape":"UnauthorizedClientException"},
43
+ {"shape":"NotFoundException"},
44
+ {"shape":"ForbiddenException"},
45
+ {"shape":"BadRequestException"},
46
+ {"shape":"ThrottledClientException"},
47
+ {"shape":"ServiceUnavailableException"},
48
+ {"shape":"ServiceFailureException"}
49
+ ]
50
+ },
51
+ "BatchUpdateUser":{
52
+ "name":"BatchUpdateUser",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/console/accounts/{accountId}/users",
56
+ "responseCode":200
57
+ },
58
+ "input":{"shape":"BatchUpdateUserRequest"},
59
+ "output":{"shape":"BatchUpdateUserResponse"},
60
+ "errors":[
61
+ {"shape":"UnauthorizedClientException"},
62
+ {"shape":"NotFoundException"},
63
+ {"shape":"ForbiddenException"},
64
+ {"shape":"BadRequestException"},
65
+ {"shape":"ThrottledClientException"},
66
+ {"shape":"ServiceUnavailableException"},
67
+ {"shape":"ServiceFailureException"}
68
+ ]
69
+ },
70
+ "CreateAccount":{
71
+ "name":"CreateAccount",
72
+ "http":{
73
+ "method":"POST",
74
+ "requestUri":"/console/accounts",
75
+ "responseCode":201
76
+ },
77
+ "input":{"shape":"CreateAccountRequest"},
78
+ "output":{"shape":"CreateAccountResponse"},
79
+ "errors":[
80
+ {"shape":"UnauthorizedClientException"},
81
+ {"shape":"NotFoundException"},
82
+ {"shape":"ForbiddenException"},
83
+ {"shape":"BadRequestException"},
84
+ {"shape":"ThrottledClientException"},
85
+ {"shape":"ServiceUnavailableException"},
86
+ {"shape":"ServiceFailureException"}
87
+ ]
88
+ },
89
+ "DeleteAccount":{
90
+ "name":"DeleteAccount",
91
+ "http":{
92
+ "method":"DELETE",
93
+ "requestUri":"/console/accounts/{accountId}",
94
+ "responseCode":204
95
+ },
96
+ "input":{"shape":"DeleteAccountRequest"},
97
+ "output":{"shape":"DeleteAccountResponse"},
98
+ "errors":[
99
+ {"shape":"UnauthorizedClientException"},
100
+ {"shape":"NotFoundException"},
101
+ {"shape":"ForbiddenException"},
102
+ {"shape":"BadRequestException"},
103
+ {"shape":"ThrottledClientException"},
104
+ {"shape":"UnprocessableEntityException"},
105
+ {"shape":"ServiceUnavailableException"},
106
+ {"shape":"ServiceFailureException"}
107
+ ]
108
+ },
109
+ "GetAccount":{
110
+ "name":"GetAccount",
111
+ "http":{
112
+ "method":"GET",
113
+ "requestUri":"/console/accounts/{accountId}"
114
+ },
115
+ "input":{"shape":"GetAccountRequest"},
116
+ "output":{"shape":"GetAccountResponse"},
117
+ "errors":[
118
+ {"shape":"UnauthorizedClientException"},
119
+ {"shape":"NotFoundException"},
120
+ {"shape":"ForbiddenException"},
121
+ {"shape":"BadRequestException"},
122
+ {"shape":"ThrottledClientException"},
123
+ {"shape":"ServiceUnavailableException"},
124
+ {"shape":"ServiceFailureException"}
125
+ ]
126
+ },
127
+ "GetAccountSettings":{
128
+ "name":"GetAccountSettings",
129
+ "http":{
130
+ "method":"GET",
131
+ "requestUri":"/console/accounts/{accountId}/settings"
132
+ },
133
+ "input":{"shape":"GetAccountSettingsRequest"},
134
+ "output":{"shape":"GetAccountSettingsResponse"},
135
+ "errors":[
136
+ {"shape":"UnauthorizedClientException"},
137
+ {"shape":"NotFoundException"},
138
+ {"shape":"BadRequestException"},
139
+ {"shape":"ForbiddenException"},
140
+ {"shape":"ThrottledClientException"},
141
+ {"shape":"ServiceUnavailableException"},
142
+ {"shape":"ServiceFailureException"}
143
+ ]
144
+ },
145
+ "GetUser":{
146
+ "name":"GetUser",
147
+ "http":{
148
+ "method":"GET",
149
+ "requestUri":"/console/accounts/{accountId}/users/{userId}"
150
+ },
151
+ "input":{"shape":"GetUserRequest"},
152
+ "output":{"shape":"GetUserResponse"},
153
+ "errors":[
154
+ {"shape":"UnauthorizedClientException"},
155
+ {"shape":"NotFoundException"},
156
+ {"shape":"ForbiddenException"},
157
+ {"shape":"BadRequestException"},
158
+ {"shape":"ThrottledClientException"},
159
+ {"shape":"ServiceUnavailableException"},
160
+ {"shape":"ServiceFailureException"}
161
+ ]
162
+ },
163
+ "InviteUsers":{
164
+ "name":"InviteUsers",
165
+ "http":{
166
+ "method":"POST",
167
+ "requestUri":"/console/accounts/{accountId}/users?operation=add",
168
+ "responseCode":201
169
+ },
170
+ "input":{"shape":"InviteUsersRequest"},
171
+ "output":{"shape":"InviteUsersResponse"},
172
+ "errors":[
173
+ {"shape":"UnauthorizedClientException"},
174
+ {"shape":"NotFoundException"},
175
+ {"shape":"ForbiddenException"},
176
+ {"shape":"BadRequestException"},
177
+ {"shape":"ThrottledClientException"},
178
+ {"shape":"ServiceUnavailableException"},
179
+ {"shape":"ServiceFailureException"}
180
+ ]
181
+ },
182
+ "ListAccounts":{
183
+ "name":"ListAccounts",
184
+ "http":{
185
+ "method":"GET",
186
+ "requestUri":"/console/accounts"
187
+ },
188
+ "input":{"shape":"ListAccountsRequest"},
189
+ "output":{"shape":"ListAccountsResponse"},
190
+ "errors":[
191
+ {"shape":"UnauthorizedClientException"},
192
+ {"shape":"NotFoundException"},
193
+ {"shape":"ForbiddenException"},
194
+ {"shape":"BadRequestException"},
195
+ {"shape":"ThrottledClientException"},
196
+ {"shape":"ServiceUnavailableException"},
197
+ {"shape":"ServiceFailureException"}
198
+ ]
199
+ },
200
+ "ListUsers":{
201
+ "name":"ListUsers",
202
+ "http":{
203
+ "method":"GET",
204
+ "requestUri":"/console/accounts/{accountId}/users"
205
+ },
206
+ "input":{"shape":"ListUsersRequest"},
207
+ "output":{"shape":"ListUsersResponse"},
208
+ "errors":[
209
+ {"shape":"UnauthorizedClientException"},
210
+ {"shape":"NotFoundException"},
211
+ {"shape":"ForbiddenException"},
212
+ {"shape":"BadRequestException"},
213
+ {"shape":"ThrottledClientException"},
214
+ {"shape":"ServiceUnavailableException"},
215
+ {"shape":"ServiceFailureException"}
216
+ ]
217
+ },
218
+ "LogoutUser":{
219
+ "name":"LogoutUser",
220
+ "http":{
221
+ "method":"POST",
222
+ "requestUri":"/console/accounts/{accountId}/users/{userId}?operation=logout",
223
+ "responseCode":204
224
+ },
225
+ "input":{"shape":"LogoutUserRequest"},
226
+ "output":{"shape":"LogoutUserResponse"},
227
+ "errors":[
228
+ {"shape":"UnauthorizedClientException"},
229
+ {"shape":"NotFoundException"},
230
+ {"shape":"ForbiddenException"},
231
+ {"shape":"BadRequestException"},
232
+ {"shape":"ThrottledClientException"},
233
+ {"shape":"ServiceUnavailableException"},
234
+ {"shape":"ServiceFailureException"}
235
+ ]
236
+ },
237
+ "ResetPersonalPIN":{
238
+ "name":"ResetPersonalPIN",
239
+ "http":{
240
+ "method":"POST",
241
+ "requestUri":"/console/accounts/{accountId}/users/{userId}?operation=reset-personal-pin",
242
+ "responseCode":200
243
+ },
244
+ "input":{"shape":"ResetPersonalPINRequest"},
245
+ "output":{"shape":"ResetPersonalPINResponse"},
246
+ "errors":[
247
+ {"shape":"UnauthorizedClientException"},
248
+ {"shape":"NotFoundException"},
249
+ {"shape":"ForbiddenException"},
250
+ {"shape":"BadRequestException"},
251
+ {"shape":"ThrottledClientException"},
252
+ {"shape":"ServiceUnavailableException"},
253
+ {"shape":"ServiceFailureException"}
254
+ ]
255
+ },
256
+ "UpdateAccount":{
257
+ "name":"UpdateAccount",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/console/accounts/{accountId}",
261
+ "responseCode":200
262
+ },
263
+ "input":{"shape":"UpdateAccountRequest"},
264
+ "output":{"shape":"UpdateAccountResponse"},
265
+ "errors":[
266
+ {"shape":"UnauthorizedClientException"},
267
+ {"shape":"NotFoundException"},
268
+ {"shape":"ForbiddenException"},
269
+ {"shape":"BadRequestException"},
270
+ {"shape":"ThrottledClientException"},
271
+ {"shape":"ServiceUnavailableException"},
272
+ {"shape":"ServiceFailureException"}
273
+ ]
274
+ },
275
+ "UpdateAccountSettings":{
276
+ "name":"UpdateAccountSettings",
277
+ "http":{
278
+ "method":"PUT",
279
+ "requestUri":"/console/accounts/{accountId}/settings",
280
+ "responseCode":204
281
+ },
282
+ "input":{"shape":"UpdateAccountSettingsRequest"},
283
+ "output":{"shape":"UpdateAccountSettingsResponse"},
284
+ "errors":[
285
+ {"shape":"UnauthorizedClientException"},
286
+ {"shape":"NotFoundException"},
287
+ {"shape":"BadRequestException"},
288
+ {"shape":"ForbiddenException"},
289
+ {"shape":"ConflictException"},
290
+ {"shape":"ThrottledClientException"},
291
+ {"shape":"ServiceUnavailableException"},
292
+ {"shape":"ServiceFailureException"}
293
+ ]
294
+ },
295
+ "UpdateUser":{
296
+ "name":"UpdateUser",
297
+ "http":{
298
+ "method":"POST",
299
+ "requestUri":"/console/accounts/{accountId}/users/{userId}",
300
+ "responseCode":200
301
+ },
302
+ "input":{"shape":"UpdateUserRequest"},
303
+ "output":{"shape":"UpdateUserResponse"},
304
+ "errors":[
305
+ {"shape":"UnauthorizedClientException"},
306
+ {"shape":"NotFoundException"},
307
+ {"shape":"ForbiddenException"},
308
+ {"shape":"BadRequestException"},
309
+ {"shape":"ThrottledClientException"},
310
+ {"shape":"ServiceUnavailableException"},
311
+ {"shape":"ServiceFailureException"}
312
+ ]
313
+ }
314
+ },
315
+ "shapes":{
316
+ "Account":{
317
+ "type":"structure",
318
+ "required":[
319
+ "AwsAccountId",
320
+ "AccountId",
321
+ "Name"
322
+ ],
323
+ "members":{
324
+ "AwsAccountId":{"shape":"String"},
325
+ "AccountId":{"shape":"String"},
326
+ "Name":{"shape":"String"},
327
+ "AccountType":{"shape":"AccountType"},
328
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
329
+ "DefaultLicense":{"shape":"License"},
330
+ "SupportedLicenses":{"shape":"LicenseList"}
331
+ }
332
+ },
333
+ "AccountList":{
334
+ "type":"list",
335
+ "member":{"shape":"Account"}
336
+ },
337
+ "AccountName":{
338
+ "type":"string",
339
+ "max":100,
340
+ "min":1,
341
+ "pattern":".*\\S.*"
342
+ },
343
+ "AccountSettings":{
344
+ "type":"structure",
345
+ "members":{
346
+ "DisableRemoteControl":{"shape":"Boolean"},
347
+ "EnableDialOut":{"shape":"Boolean"}
348
+ }
349
+ },
350
+ "AccountType":{
351
+ "type":"string",
352
+ "enum":[
353
+ "Team",
354
+ "EnterpriseDirectory",
355
+ "EnterpriseLWA",
356
+ "EnterpriseOIDC"
357
+ ]
358
+ },
359
+ "BadRequestException":{
360
+ "type":"structure",
361
+ "members":{
362
+ "Code":{"shape":"ErrorCode"},
363
+ "Message":{"shape":"String"}
364
+ },
365
+ "error":{"httpStatusCode":400},
366
+ "exception":true
367
+ },
368
+ "BatchSuspendUserRequest":{
369
+ "type":"structure",
370
+ "required":[
371
+ "AccountId",
372
+ "UserIdList"
373
+ ],
374
+ "members":{
375
+ "AccountId":{
376
+ "shape":"NonEmptyString",
377
+ "location":"uri",
378
+ "locationName":"accountId"
379
+ },
380
+ "UserIdList":{"shape":"UserIdList"}
381
+ }
382
+ },
383
+ "BatchSuspendUserResponse":{
384
+ "type":"structure",
385
+ "members":{
386
+ "UserErrors":{"shape":"UserErrorList"}
387
+ }
388
+ },
389
+ "BatchUnsuspendUserRequest":{
390
+ "type":"structure",
391
+ "required":[
392
+ "AccountId",
393
+ "UserIdList"
394
+ ],
395
+ "members":{
396
+ "AccountId":{
397
+ "shape":"NonEmptyString",
398
+ "location":"uri",
399
+ "locationName":"accountId"
400
+ },
401
+ "UserIdList":{"shape":"UserIdList"}
402
+ }
403
+ },
404
+ "BatchUnsuspendUserResponse":{
405
+ "type":"structure",
406
+ "members":{
407
+ "UserErrors":{"shape":"UserErrorList"}
408
+ }
409
+ },
410
+ "BatchUpdateUserRequest":{
411
+ "type":"structure",
412
+ "required":[
413
+ "AccountId",
414
+ "UpdateUserRequestItems"
415
+ ],
416
+ "members":{
417
+ "AccountId":{
418
+ "shape":"NonEmptyString",
419
+ "location":"uri",
420
+ "locationName":"accountId"
421
+ },
422
+ "UpdateUserRequestItems":{"shape":"UpdateUserRequestItemList"}
423
+ }
424
+ },
425
+ "BatchUpdateUserResponse":{
426
+ "type":"structure",
427
+ "members":{
428
+ "UserErrors":{"shape":"UserErrorList"}
429
+ }
430
+ },
431
+ "Boolean":{"type":"boolean"},
432
+ "ConflictException":{
433
+ "type":"structure",
434
+ "members":{
435
+ "Code":{"shape":"ErrorCode"},
436
+ "Message":{"shape":"String"}
437
+ },
438
+ "error":{"httpStatusCode":409},
439
+ "exception":true
440
+ },
441
+ "CreateAccountRequest":{
442
+ "type":"structure",
443
+ "required":["Name"],
444
+ "members":{
445
+ "Name":{"shape":"AccountName"}
446
+ }
447
+ },
448
+ "CreateAccountResponse":{
449
+ "type":"structure",
450
+ "members":{
451
+ "Account":{"shape":"Account"}
452
+ }
453
+ },
454
+ "DeleteAccountRequest":{
455
+ "type":"structure",
456
+ "required":["AccountId"],
457
+ "members":{
458
+ "AccountId":{
459
+ "shape":"NonEmptyString",
460
+ "location":"uri",
461
+ "locationName":"accountId"
462
+ }
463
+ }
464
+ },
465
+ "DeleteAccountResponse":{
466
+ "type":"structure",
467
+ "members":{
468
+ }
469
+ },
470
+ "EmailAddress":{
471
+ "type":"string",
472
+ "pattern":".+@.+\\..+",
473
+ "sensitive":true
474
+ },
475
+ "EmailStatus":{
476
+ "type":"string",
477
+ "enum":[
478
+ "NotSent",
479
+ "Sent",
480
+ "Failed"
481
+ ]
482
+ },
483
+ "ErrorCode":{
484
+ "type":"string",
485
+ "enum":[
486
+ "Unauthorized",
487
+ "Forbidden",
488
+ "NotFound",
489
+ "BadRequest",
490
+ "Conflict",
491
+ "ServiceFailure",
492
+ "ServiceUnavailable",
493
+ "Unprocessable",
494
+ "Throttled",
495
+ "PreconditionFailed"
496
+ ]
497
+ },
498
+ "ForbiddenException":{
499
+ "type":"structure",
500
+ "members":{
501
+ "Code":{"shape":"ErrorCode"},
502
+ "Message":{"shape":"String"}
503
+ },
504
+ "error":{"httpStatusCode":403},
505
+ "exception":true
506
+ },
507
+ "GetAccountRequest":{
508
+ "type":"structure",
509
+ "required":["AccountId"],
510
+ "members":{
511
+ "AccountId":{
512
+ "shape":"NonEmptyString",
513
+ "location":"uri",
514
+ "locationName":"accountId"
515
+ }
516
+ }
517
+ },
518
+ "GetAccountResponse":{
519
+ "type":"structure",
520
+ "members":{
521
+ "Account":{"shape":"Account"}
522
+ }
523
+ },
524
+ "GetAccountSettingsRequest":{
525
+ "type":"structure",
526
+ "required":["AccountId"],
527
+ "members":{
528
+ "AccountId":{
529
+ "shape":"NonEmptyString",
530
+ "location":"uri",
531
+ "locationName":"accountId"
532
+ }
533
+ }
534
+ },
535
+ "GetAccountSettingsResponse":{
536
+ "type":"structure",
537
+ "members":{
538
+ "AccountSettings":{"shape":"AccountSettings"}
539
+ }
540
+ },
541
+ "GetUserRequest":{
542
+ "type":"structure",
543
+ "required":[
544
+ "AccountId",
545
+ "UserId"
546
+ ],
547
+ "members":{
548
+ "AccountId":{
549
+ "shape":"NonEmptyString",
550
+ "location":"uri",
551
+ "locationName":"accountId"
552
+ },
553
+ "UserId":{
554
+ "shape":"NonEmptyString",
555
+ "location":"uri",
556
+ "locationName":"userId"
557
+ }
558
+ }
559
+ },
560
+ "GetUserResponse":{
561
+ "type":"structure",
562
+ "members":{
563
+ "User":{"shape":"User"}
564
+ }
565
+ },
566
+ "Invite":{
567
+ "type":"structure",
568
+ "members":{
569
+ "InviteId":{"shape":"String"},
570
+ "Status":{"shape":"InviteStatus"},
571
+ "EmailAddress":{"shape":"EmailAddress"},
572
+ "EmailStatus":{"shape":"EmailStatus"}
573
+ }
574
+ },
575
+ "InviteList":{
576
+ "type":"list",
577
+ "member":{"shape":"Invite"}
578
+ },
579
+ "InviteStatus":{
580
+ "type":"string",
581
+ "enum":[
582
+ "Pending",
583
+ "Accepted",
584
+ "Failed"
585
+ ]
586
+ },
587
+ "InviteUsersRequest":{
588
+ "type":"structure",
589
+ "required":[
590
+ "AccountId",
591
+ "UserEmailList"
592
+ ],
593
+ "members":{
594
+ "AccountId":{
595
+ "shape":"NonEmptyString",
596
+ "location":"uri",
597
+ "locationName":"accountId"
598
+ },
599
+ "UserEmailList":{"shape":"UserEmailList"}
600
+ }
601
+ },
602
+ "InviteUsersResponse":{
603
+ "type":"structure",
604
+ "members":{
605
+ "Invites":{"shape":"InviteList"}
606
+ }
607
+ },
608
+ "Iso8601Timestamp":{
609
+ "type":"timestamp",
610
+ "timestampFormat":"iso8601"
611
+ },
612
+ "License":{
613
+ "type":"string",
614
+ "enum":[
615
+ "Basic",
616
+ "Plus",
617
+ "Pro",
618
+ "ProTrial"
619
+ ]
620
+ },
621
+ "LicenseList":{
622
+ "type":"list",
623
+ "member":{"shape":"License"}
624
+ },
625
+ "ListAccountsRequest":{
626
+ "type":"structure",
627
+ "members":{
628
+ "Name":{
629
+ "shape":"AccountName",
630
+ "location":"querystring",
631
+ "locationName":"name"
632
+ },
633
+ "UserEmail":{
634
+ "shape":"EmailAddress",
635
+ "location":"querystring",
636
+ "locationName":"user-email"
637
+ },
638
+ "NextToken":{
639
+ "shape":"String",
640
+ "location":"querystring",
641
+ "locationName":"next-token"
642
+ },
643
+ "MaxResults":{
644
+ "shape":"ProfileServiceMaxResults",
645
+ "location":"querystring",
646
+ "locationName":"max-results"
647
+ }
648
+ }
649
+ },
650
+ "ListAccountsResponse":{
651
+ "type":"structure",
652
+ "members":{
653
+ "Accounts":{"shape":"AccountList"},
654
+ "NextToken":{"shape":"String"}
655
+ }
656
+ },
657
+ "ListUsersRequest":{
658
+ "type":"structure",
659
+ "required":["AccountId"],
660
+ "members":{
661
+ "AccountId":{
662
+ "shape":"NonEmptyString",
663
+ "location":"uri",
664
+ "locationName":"accountId"
665
+ },
666
+ "MaxResults":{
667
+ "shape":"ProfileServiceMaxResults",
668
+ "location":"querystring",
669
+ "locationName":"max-results"
670
+ },
671
+ "NextToken":{
672
+ "shape":"String",
673
+ "location":"querystring",
674
+ "locationName":"next-token"
675
+ }
676
+ }
677
+ },
678
+ "ListUsersResponse":{
679
+ "type":"structure",
680
+ "members":{
681
+ "Users":{"shape":"UserList"},
682
+ "NextToken":{"shape":"String"}
683
+ }
684
+ },
685
+ "LogoutUserRequest":{
686
+ "type":"structure",
687
+ "required":[
688
+ "AccountId",
689
+ "UserId"
690
+ ],
691
+ "members":{
692
+ "AccountId":{
693
+ "shape":"NonEmptyString",
694
+ "location":"uri",
695
+ "locationName":"accountId"
696
+ },
697
+ "UserId":{
698
+ "shape":"NonEmptyString",
699
+ "location":"uri",
700
+ "locationName":"userId"
701
+ }
702
+ }
703
+ },
704
+ "LogoutUserResponse":{
705
+ "type":"structure",
706
+ "members":{
707
+ }
708
+ },
709
+ "NonEmptyString":{
710
+ "type":"string",
711
+ "pattern":".*\\S.*"
712
+ },
713
+ "NotFoundException":{
714
+ "type":"structure",
715
+ "members":{
716
+ "Code":{"shape":"ErrorCode"},
717
+ "Message":{"shape":"String"}
718
+ },
719
+ "error":{"httpStatusCode":404},
720
+ "exception":true
721
+ },
722
+ "ProfileServiceMaxResults":{
723
+ "type":"integer",
724
+ "max":200,
725
+ "min":1
726
+ },
727
+ "RegistrationStatus":{
728
+ "type":"string",
729
+ "enum":[
730
+ "Unregistered",
731
+ "Registered",
732
+ "Suspended"
733
+ ]
734
+ },
735
+ "ResetPersonalPINRequest":{
736
+ "type":"structure",
737
+ "required":[
738
+ "AccountId",
739
+ "UserId"
740
+ ],
741
+ "members":{
742
+ "AccountId":{
743
+ "shape":"NonEmptyString",
744
+ "location":"uri",
745
+ "locationName":"accountId"
746
+ },
747
+ "UserId":{
748
+ "shape":"NonEmptyString",
749
+ "location":"uri",
750
+ "locationName":"userId"
751
+ }
752
+ }
753
+ },
754
+ "ResetPersonalPINResponse":{
755
+ "type":"structure",
756
+ "members":{
757
+ "User":{"shape":"User"}
758
+ }
759
+ },
760
+ "SensitiveString":{
761
+ "type":"string",
762
+ "sensitive":true
763
+ },
764
+ "ServiceFailureException":{
765
+ "type":"structure",
766
+ "members":{
767
+ "Code":{"shape":"ErrorCode"},
768
+ "Message":{"shape":"String"}
769
+ },
770
+ "error":{"httpStatusCode":500},
771
+ "exception":true,
772
+ "fault":true
773
+ },
774
+ "ServiceUnavailableException":{
775
+ "type":"structure",
776
+ "members":{
777
+ "Code":{"shape":"ErrorCode"},
778
+ "Message":{"shape":"String"}
779
+ },
780
+ "error":{"httpStatusCode":503},
781
+ "exception":true,
782
+ "fault":true
783
+ },
784
+ "String":{"type":"string"},
785
+ "ThrottledClientException":{
786
+ "type":"structure",
787
+ "members":{
788
+ "Code":{"shape":"ErrorCode"},
789
+ "Message":{"shape":"String"}
790
+ },
791
+ "error":{"httpStatusCode":429},
792
+ "exception":true
793
+ },
794
+ "UnauthorizedClientException":{
795
+ "type":"structure",
796
+ "members":{
797
+ "Code":{"shape":"ErrorCode"},
798
+ "Message":{"shape":"String"}
799
+ },
800
+ "error":{"httpStatusCode":401},
801
+ "exception":true
802
+ },
803
+ "UnprocessableEntityException":{
804
+ "type":"structure",
805
+ "members":{
806
+ "Code":{"shape":"ErrorCode"},
807
+ "Message":{"shape":"String"}
808
+ },
809
+ "error":{"httpStatusCode":422},
810
+ "exception":true
811
+ },
812
+ "UpdateAccountRequest":{
813
+ "type":"structure",
814
+ "required":["AccountId"],
815
+ "members":{
816
+ "AccountId":{
817
+ "shape":"NonEmptyString",
818
+ "location":"uri",
819
+ "locationName":"accountId"
820
+ },
821
+ "Name":{"shape":"AccountName"}
822
+ }
823
+ },
824
+ "UpdateAccountResponse":{
825
+ "type":"structure",
826
+ "members":{
827
+ "Account":{"shape":"Account"}
828
+ }
829
+ },
830
+ "UpdateAccountSettingsRequest":{
831
+ "type":"structure",
832
+ "required":[
833
+ "AccountId",
834
+ "AccountSettings"
835
+ ],
836
+ "members":{
837
+ "AccountId":{
838
+ "shape":"NonEmptyString",
839
+ "location":"uri",
840
+ "locationName":"accountId"
841
+ },
842
+ "AccountSettings":{"shape":"AccountSettings"}
843
+ }
844
+ },
845
+ "UpdateAccountSettingsResponse":{
846
+ "type":"structure",
847
+ "members":{
848
+ }
849
+ },
850
+ "UpdateUserRequest":{
851
+ "type":"structure",
852
+ "required":[
853
+ "AccountId",
854
+ "UserId"
855
+ ],
856
+ "members":{
857
+ "AccountId":{
858
+ "shape":"NonEmptyString",
859
+ "location":"uri",
860
+ "locationName":"accountId"
861
+ },
862
+ "UserId":{
863
+ "shape":"NonEmptyString",
864
+ "location":"uri",
865
+ "locationName":"userId"
866
+ },
867
+ "LicenseType":{"shape":"License"}
868
+ }
869
+ },
870
+ "UpdateUserRequestItem":{
871
+ "type":"structure",
872
+ "required":["UserId"],
873
+ "members":{
874
+ "UserId":{"shape":"NonEmptyString"},
875
+ "LicenseType":{"shape":"License"}
876
+ }
877
+ },
878
+ "UpdateUserRequestItemList":{
879
+ "type":"list",
880
+ "member":{"shape":"UpdateUserRequestItem"},
881
+ "max":20
882
+ },
883
+ "UpdateUserResponse":{
884
+ "type":"structure",
885
+ "members":{
886
+ "User":{"shape":"User"}
887
+ }
888
+ },
889
+ "User":{
890
+ "type":"structure",
891
+ "required":["UserId"],
892
+ "members":{
893
+ "UserId":{"shape":"String"},
894
+ "AccountId":{"shape":"String"},
895
+ "PrimaryEmail":{"shape":"EmailAddress"},
896
+ "DisplayName":{"shape":"SensitiveString"},
897
+ "LicenseType":{"shape":"License"},
898
+ "UserRegistrationStatus":{"shape":"RegistrationStatus"},
899
+ "UserInvitationStatus":{"shape":"InviteStatus"},
900
+ "RegisteredOn":{"shape":"Iso8601Timestamp"},
901
+ "InvitedOn":{"shape":"Iso8601Timestamp"},
902
+ "PersonalPIN":{"shape":"String"}
903
+ }
904
+ },
905
+ "UserEmailList":{
906
+ "type":"list",
907
+ "member":{"shape":"EmailAddress"},
908
+ "max":50
909
+ },
910
+ "UserError":{
911
+ "type":"structure",
912
+ "members":{
913
+ "UserId":{"shape":"NonEmptyString"},
914
+ "ErrorCode":{"shape":"ErrorCode"},
915
+ "ErrorMessage":{"shape":"String"}
916
+ }
917
+ },
918
+ "UserErrorList":{
919
+ "type":"list",
920
+ "member":{"shape":"UserError"}
921
+ },
922
+ "UserIdList":{
923
+ "type":"list",
924
+ "member":{"shape":"NonEmptyString"},
925
+ "max":50
926
+ },
927
+ "UserList":{
928
+ "type":"list",
929
+ "member":{"shape":"User"}
930
+ }
931
+ }
932
+ }