aws-sdk-core 2.11.97 → 2.11.98

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: a719465fcbb150f0c720493a376c3cdf7799f53b
4
- data.tar.gz: ec332e215c44a8a3446c2c4cb66a0cdf9c132619
3
+ metadata.gz: 8f7c118551259981ea3dae519267c1c3e47549db
4
+ data.tar.gz: 6b95fd2330137b10ffa8085b477f4d1ac27aeb32
5
5
  SHA512:
6
- metadata.gz: 76eefabcc81d88856ccf6363da75bb2752b0cda651eb4bc0745478adef554f7782553cf404c58a970a0e966f288e4a0d312864e3257974f88b6ca1d7e134090f
7
- data.tar.gz: 80da7cd1ca1f91c4b0c55162a83d26b687f271345b44cd4de5e8ab43af7c4e1e03d6c4985675c2dc9ea840365e093c239e4e3a5c7980391d83d87ccd137de4ad
6
+ metadata.gz: 2ff1cddbf0f76f396578bac39375b0d943c5c4d6f136322890fef8f6f1ecbfa4ce0df08296695e5f277237d7c3ced42400e4c9b422fe605407a88787a79746a4
7
+ data.tar.gz: 6ea9f613441f0f91d5d883877de983f76695a1e0023acddaccc1e6a69f728ef9339f60b7be8661b8885c6f09e5b070b54582556135e83ac214643771ccf4c1e5
@@ -13,6 +13,168 @@
13
13
  "uid":"connect-2017-08-08"
14
14
  },
15
15
  "operations":{
16
+ "CreateUser":{
17
+ "name":"CreateUser",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/users/{InstanceId}"
21
+ },
22
+ "input":{"shape":"CreateUserRequest"},
23
+ "output":{"shape":"CreateUserResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidRequestException"},
26
+ {"shape":"InvalidParameterException"},
27
+ {"shape":"LimitExceededException"},
28
+ {"shape":"DuplicateResourceException"},
29
+ {"shape":"ResourceNotFoundException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"InternalServiceException"}
32
+ ]
33
+ },
34
+ "DeleteUser":{
35
+ "name":"DeleteUser",
36
+ "http":{
37
+ "method":"DELETE",
38
+ "requestUri":"/users/{InstanceId}/{UserId}"
39
+ },
40
+ "input":{"shape":"DeleteUserRequest"},
41
+ "errors":[
42
+ {"shape":"InvalidRequestException"},
43
+ {"shape":"InvalidParameterException"},
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"ThrottlingException"},
46
+ {"shape":"InternalServiceException"}
47
+ ]
48
+ },
49
+ "DescribeUser":{
50
+ "name":"DescribeUser",
51
+ "http":{
52
+ "method":"GET",
53
+ "requestUri":"/users/{InstanceId}/{UserId}"
54
+ },
55
+ "input":{"shape":"DescribeUserRequest"},
56
+ "output":{"shape":"DescribeUserResponse"},
57
+ "errors":[
58
+ {"shape":"InvalidRequestException"},
59
+ {"shape":"InvalidParameterException"},
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"ThrottlingException"},
62
+ {"shape":"InternalServiceException"}
63
+ ]
64
+ },
65
+ "DescribeUserHierarchyGroup":{
66
+ "name":"DescribeUserHierarchyGroup",
67
+ "http":{
68
+ "method":"GET",
69
+ "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"
70
+ },
71
+ "input":{"shape":"DescribeUserHierarchyGroupRequest"},
72
+ "output":{"shape":"DescribeUserHierarchyGroupResponse"},
73
+ "errors":[
74
+ {"shape":"InvalidRequestException"},
75
+ {"shape":"InvalidParameterException"},
76
+ {"shape":"ResourceNotFoundException"},
77
+ {"shape":"ThrottlingException"},
78
+ {"shape":"InternalServiceException"}
79
+ ]
80
+ },
81
+ "DescribeUserHierarchyStructure":{
82
+ "name":"DescribeUserHierarchyStructure",
83
+ "http":{
84
+ "method":"GET",
85
+ "requestUri":"/user-hierarchy-structure/{InstanceId}"
86
+ },
87
+ "input":{"shape":"DescribeUserHierarchyStructureRequest"},
88
+ "output":{"shape":"DescribeUserHierarchyStructureResponse"},
89
+ "errors":[
90
+ {"shape":"InvalidRequestException"},
91
+ {"shape":"InvalidParameterException"},
92
+ {"shape":"ResourceNotFoundException"},
93
+ {"shape":"ThrottlingException"},
94
+ {"shape":"InternalServiceException"}
95
+ ]
96
+ },
97
+ "GetFederationToken":{
98
+ "name":"GetFederationToken",
99
+ "http":{
100
+ "method":"GET",
101
+ "requestUri":"/user/federate/{InstanceId}"
102
+ },
103
+ "input":{"shape":"GetFederationTokenRequest"},
104
+ "output":{"shape":"GetFederationTokenResponse"},
105
+ "errors":[
106
+ {"shape":"InvalidRequestException"},
107
+ {"shape":"InvalidParameterException"},
108
+ {"shape":"ResourceNotFoundException"},
109
+ {"shape":"UserNotFoundException"},
110
+ {"shape":"InternalServiceException"},
111
+ {"shape":"DuplicateResourceException"}
112
+ ]
113
+ },
114
+ "ListRoutingProfiles":{
115
+ "name":"ListRoutingProfiles",
116
+ "http":{
117
+ "method":"GET",
118
+ "requestUri":"/routing-profiles-summary/{InstanceId}"
119
+ },
120
+ "input":{"shape":"ListRoutingProfilesRequest"},
121
+ "output":{"shape":"ListRoutingProfilesResponse"},
122
+ "errors":[
123
+ {"shape":"InvalidRequestException"},
124
+ {"shape":"InvalidParameterException"},
125
+ {"shape":"ResourceNotFoundException"},
126
+ {"shape":"ThrottlingException"},
127
+ {"shape":"InternalServiceException"}
128
+ ]
129
+ },
130
+ "ListSecurityProfiles":{
131
+ "name":"ListSecurityProfiles",
132
+ "http":{
133
+ "method":"GET",
134
+ "requestUri":"/security-profiles-summary/{InstanceId}"
135
+ },
136
+ "input":{"shape":"ListSecurityProfilesRequest"},
137
+ "output":{"shape":"ListSecurityProfilesResponse"},
138
+ "errors":[
139
+ {"shape":"InvalidRequestException"},
140
+ {"shape":"InvalidParameterException"},
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"ThrottlingException"},
143
+ {"shape":"InternalServiceException"}
144
+ ]
145
+ },
146
+ "ListUserHierarchyGroups":{
147
+ "name":"ListUserHierarchyGroups",
148
+ "http":{
149
+ "method":"GET",
150
+ "requestUri":"/user-hierarchy-groups-summary/{InstanceId}"
151
+ },
152
+ "input":{"shape":"ListUserHierarchyGroupsRequest"},
153
+ "output":{"shape":"ListUserHierarchyGroupsResponse"},
154
+ "errors":[
155
+ {"shape":"InvalidRequestException"},
156
+ {"shape":"InvalidParameterException"},
157
+ {"shape":"ResourceNotFoundException"},
158
+ {"shape":"ThrottlingException"},
159
+ {"shape":"InternalServiceException"}
160
+ ]
161
+ },
162
+ "ListUsers":{
163
+ "name":"ListUsers",
164
+ "http":{
165
+ "method":"GET",
166
+ "requestUri":"/users-summary/{InstanceId}"
167
+ },
168
+ "input":{"shape":"ListUsersRequest"},
169
+ "output":{"shape":"ListUsersResponse"},
170
+ "errors":[
171
+ {"shape":"InvalidRequestException"},
172
+ {"shape":"InvalidParameterException"},
173
+ {"shape":"ResourceNotFoundException"},
174
+ {"shape":"ThrottlingException"},
175
+ {"shape":"InternalServiceException"}
176
+ ]
177
+ },
16
178
  "StartOutboundVoiceContact":{
17
179
  "name":"StartOutboundVoiceContact",
18
180
  "http":{
@@ -46,9 +208,105 @@
46
208
  {"shape":"ResourceNotFoundException"},
47
209
  {"shape":"InternalServiceException"}
48
210
  ]
211
+ },
212
+ "UpdateUserHierarchy":{
213
+ "name":"UpdateUserHierarchy",
214
+ "http":{
215
+ "method":"POST",
216
+ "requestUri":"/users/{InstanceId}/{UserId}/hierarchy"
217
+ },
218
+ "input":{"shape":"UpdateUserHierarchyRequest"},
219
+ "errors":[
220
+ {"shape":"InvalidRequestException"},
221
+ {"shape":"InvalidParameterException"},
222
+ {"shape":"ResourceNotFoundException"},
223
+ {"shape":"ThrottlingException"},
224
+ {"shape":"InternalServiceException"}
225
+ ]
226
+ },
227
+ "UpdateUserIdentityInfo":{
228
+ "name":"UpdateUserIdentityInfo",
229
+ "http":{
230
+ "method":"POST",
231
+ "requestUri":"/users/{InstanceId}/{UserId}/identity-info"
232
+ },
233
+ "input":{"shape":"UpdateUserIdentityInfoRequest"},
234
+ "errors":[
235
+ {"shape":"InvalidRequestException"},
236
+ {"shape":"InvalidParameterException"},
237
+ {"shape":"ResourceNotFoundException"},
238
+ {"shape":"ThrottlingException"},
239
+ {"shape":"InternalServiceException"}
240
+ ]
241
+ },
242
+ "UpdateUserPhoneConfig":{
243
+ "name":"UpdateUserPhoneConfig",
244
+ "http":{
245
+ "method":"POST",
246
+ "requestUri":"/users/{InstanceId}/{UserId}/phone-config"
247
+ },
248
+ "input":{"shape":"UpdateUserPhoneConfigRequest"},
249
+ "errors":[
250
+ {"shape":"InvalidRequestException"},
251
+ {"shape":"InvalidParameterException"},
252
+ {"shape":"ResourceNotFoundException"},
253
+ {"shape":"ThrottlingException"},
254
+ {"shape":"InternalServiceException"}
255
+ ]
256
+ },
257
+ "UpdateUserRoutingProfile":{
258
+ "name":"UpdateUserRoutingProfile",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/users/{InstanceId}/{UserId}/routing-profile"
262
+ },
263
+ "input":{"shape":"UpdateUserRoutingProfileRequest"},
264
+ "errors":[
265
+ {"shape":"InvalidRequestException"},
266
+ {"shape":"InvalidParameterException"},
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"ThrottlingException"},
269
+ {"shape":"InternalServiceException"}
270
+ ]
271
+ },
272
+ "UpdateUserSecurityProfiles":{
273
+ "name":"UpdateUserSecurityProfiles",
274
+ "http":{
275
+ "method":"POST",
276
+ "requestUri":"/users/{InstanceId}/{UserId}/security-profiles"
277
+ },
278
+ "input":{"shape":"UpdateUserSecurityProfilesRequest"},
279
+ "errors":[
280
+ {"shape":"InvalidRequestException"},
281
+ {"shape":"InvalidParameterException"},
282
+ {"shape":"ResourceNotFoundException"},
283
+ {"shape":"ThrottlingException"},
284
+ {"shape":"InternalServiceException"}
285
+ ]
49
286
  }
50
287
  },
51
288
  "shapes":{
289
+ "ARN":{"type":"string"},
290
+ "AfterContactWorkTimeLimit":{
291
+ "type":"integer",
292
+ "min":0
293
+ },
294
+ "AgentFirstName":{
295
+ "type":"string",
296
+ "max":100,
297
+ "min":1
298
+ },
299
+ "AgentLastName":{
300
+ "type":"string",
301
+ "max":100,
302
+ "min":1
303
+ },
304
+ "AgentUsername":{
305
+ "type":"string",
306
+ "max":20,
307
+ "min":1,
308
+ "pattern":"[a-zA-Z0-9\\_\\-\\.]+"
309
+ },
52
310
  "AttributeName":{
53
311
  "type":"string",
54
312
  "max":32767,
@@ -64,6 +322,7 @@
64
322
  "key":{"shape":"AttributeName"},
65
323
  "value":{"shape":"AttributeValue"}
66
324
  },
325
+ "AutoAccept":{"type":"boolean"},
67
326
  "ClientToken":{
68
327
  "type":"string",
69
328
  "max":500
@@ -85,6 +344,133 @@
85
344
  "error":{"httpStatusCode":410},
86
345
  "exception":true
87
346
  },
347
+ "CreateUserRequest":{
348
+ "type":"structure",
349
+ "required":[
350
+ "Username",
351
+ "PhoneConfig",
352
+ "SecurityProfileIds",
353
+ "RoutingProfileId",
354
+ "InstanceId"
355
+ ],
356
+ "members":{
357
+ "Username":{"shape":"AgentUsername"},
358
+ "Password":{"shape":"Password"},
359
+ "IdentityInfo":{"shape":"UserIdentityInfo"},
360
+ "PhoneConfig":{"shape":"UserPhoneConfig"},
361
+ "DirectoryUserId":{"shape":"DirectoryUserId"},
362
+ "SecurityProfileIds":{"shape":"SecurityProfileIds"},
363
+ "RoutingProfileId":{"shape":"RoutingProfileId"},
364
+ "HierarchyGroupId":{"shape":"HierarchyGroupId"},
365
+ "InstanceId":{
366
+ "shape":"InstanceId",
367
+ "location":"uri",
368
+ "locationName":"InstanceId"
369
+ }
370
+ }
371
+ },
372
+ "CreateUserResponse":{
373
+ "type":"structure",
374
+ "members":{
375
+ "UserId":{"shape":"UserId"},
376
+ "UserArn":{"shape":"ARN"}
377
+ }
378
+ },
379
+ "Credentials":{
380
+ "type":"structure",
381
+ "members":{
382
+ "AccessToken":{"shape":"SecurityToken"},
383
+ "AccessTokenExpiration":{"shape":"timestamp"},
384
+ "RefreshToken":{"shape":"SecurityToken"},
385
+ "RefreshTokenExpiration":{"shape":"timestamp"}
386
+ }
387
+ },
388
+ "DeleteUserRequest":{
389
+ "type":"structure",
390
+ "required":[
391
+ "InstanceId",
392
+ "UserId"
393
+ ],
394
+ "members":{
395
+ "InstanceId":{
396
+ "shape":"InstanceId",
397
+ "location":"uri",
398
+ "locationName":"InstanceId"
399
+ },
400
+ "UserId":{
401
+ "shape":"UserId",
402
+ "location":"uri",
403
+ "locationName":"UserId"
404
+ }
405
+ }
406
+ },
407
+ "DescribeUserHierarchyGroupRequest":{
408
+ "type":"structure",
409
+ "required":[
410
+ "HierarchyGroupId",
411
+ "InstanceId"
412
+ ],
413
+ "members":{
414
+ "HierarchyGroupId":{
415
+ "shape":"HierarchyGroupId",
416
+ "location":"uri",
417
+ "locationName":"HierarchyGroupId"
418
+ },
419
+ "InstanceId":{
420
+ "shape":"InstanceId",
421
+ "location":"uri",
422
+ "locationName":"InstanceId"
423
+ }
424
+ }
425
+ },
426
+ "DescribeUserHierarchyGroupResponse":{
427
+ "type":"structure",
428
+ "members":{
429
+ "HierarchyGroup":{"shape":"HierarchyGroup"}
430
+ }
431
+ },
432
+ "DescribeUserHierarchyStructureRequest":{
433
+ "type":"structure",
434
+ "required":["InstanceId"],
435
+ "members":{
436
+ "InstanceId":{
437
+ "shape":"InstanceId",
438
+ "location":"uri",
439
+ "locationName":"InstanceId"
440
+ }
441
+ }
442
+ },
443
+ "DescribeUserHierarchyStructureResponse":{
444
+ "type":"structure",
445
+ "members":{
446
+ "HierarchyStructure":{"shape":"HierarchyStructure"}
447
+ }
448
+ },
449
+ "DescribeUserRequest":{
450
+ "type":"structure",
451
+ "required":[
452
+ "UserId",
453
+ "InstanceId"
454
+ ],
455
+ "members":{
456
+ "UserId":{
457
+ "shape":"UserId",
458
+ "location":"uri",
459
+ "locationName":"UserId"
460
+ },
461
+ "InstanceId":{
462
+ "shape":"InstanceId",
463
+ "location":"uri",
464
+ "locationName":"InstanceId"
465
+ }
466
+ }
467
+ },
468
+ "DescribeUserResponse":{
469
+ "type":"structure",
470
+ "members":{
471
+ "User":{"shape":"User"}
472
+ }
473
+ },
88
474
  "DestinationNotAllowedException":{
89
475
  "type":"structure",
90
476
  "members":{
@@ -93,7 +479,92 @@
93
479
  "error":{"httpStatusCode":403},
94
480
  "exception":true
95
481
  },
96
- "InstanceId":{"type":"string"},
482
+ "DirectoryUserId":{"type":"string"},
483
+ "DuplicateResourceException":{
484
+ "type":"structure",
485
+ "members":{
486
+ "Message":{"shape":"Message"}
487
+ },
488
+ "error":{"httpStatusCode":409},
489
+ "exception":true
490
+ },
491
+ "Email":{"type":"string"},
492
+ "GetFederationTokenRequest":{
493
+ "type":"structure",
494
+ "required":["InstanceId"],
495
+ "members":{
496
+ "InstanceId":{
497
+ "shape":"InstanceId",
498
+ "location":"uri",
499
+ "locationName":"InstanceId"
500
+ }
501
+ }
502
+ },
503
+ "GetFederationTokenResponse":{
504
+ "type":"structure",
505
+ "members":{
506
+ "Credentials":{"shape":"Credentials"}
507
+ }
508
+ },
509
+ "HierarchyGroup":{
510
+ "type":"structure",
511
+ "members":{
512
+ "Id":{"shape":"HierarchyGroupId"},
513
+ "Arn":{"shape":"ARN"},
514
+ "Name":{"shape":"HierarchyGroupName"},
515
+ "LevelId":{"shape":"HierarchyLevelId"},
516
+ "HierarchyPath":{"shape":"HierarchyPath"}
517
+ }
518
+ },
519
+ "HierarchyGroupId":{"type":"string"},
520
+ "HierarchyGroupName":{"type":"string"},
521
+ "HierarchyGroupSummary":{
522
+ "type":"structure",
523
+ "members":{
524
+ "Id":{"shape":"HierarchyGroupId"},
525
+ "Arn":{"shape":"ARN"},
526
+ "Name":{"shape":"HierarchyGroupName"}
527
+ }
528
+ },
529
+ "HierarchyGroupSummaryList":{
530
+ "type":"list",
531
+ "member":{"shape":"HierarchyGroupSummary"}
532
+ },
533
+ "HierarchyLevel":{
534
+ "type":"structure",
535
+ "members":{
536
+ "Id":{"shape":"HierarchyLevelId"},
537
+ "Arn":{"shape":"ARN"},
538
+ "Name":{"shape":"HierarchyLevelName"}
539
+ }
540
+ },
541
+ "HierarchyLevelId":{"type":"string"},
542
+ "HierarchyLevelName":{"type":"string"},
543
+ "HierarchyPath":{
544
+ "type":"structure",
545
+ "members":{
546
+ "LevelOne":{"shape":"HierarchyGroupSummary"},
547
+ "LevelTwo":{"shape":"HierarchyGroupSummary"},
548
+ "LevelThree":{"shape":"HierarchyGroupSummary"},
549
+ "LevelFour":{"shape":"HierarchyGroupSummary"},
550
+ "LevelFive":{"shape":"HierarchyGroupSummary"}
551
+ }
552
+ },
553
+ "HierarchyStructure":{
554
+ "type":"structure",
555
+ "members":{
556
+ "LevelOne":{"shape":"HierarchyLevel"},
557
+ "LevelTwo":{"shape":"HierarchyLevel"},
558
+ "LevelThree":{"shape":"HierarchyLevel"},
559
+ "LevelFour":{"shape":"HierarchyLevel"},
560
+ "LevelFive":{"shape":"HierarchyLevel"}
561
+ }
562
+ },
563
+ "InstanceId":{
564
+ "type":"string",
565
+ "max":100,
566
+ "min":1
567
+ },
97
568
  "InternalServiceException":{
98
569
  "type":"structure",
99
570
  "members":{
@@ -126,7 +597,129 @@
126
597
  "error":{"httpStatusCode":429},
127
598
  "exception":true
128
599
  },
600
+ "ListRoutingProfilesRequest":{
601
+ "type":"structure",
602
+ "required":["InstanceId"],
603
+ "members":{
604
+ "InstanceId":{
605
+ "shape":"InstanceId",
606
+ "location":"uri",
607
+ "locationName":"InstanceId"
608
+ },
609
+ "NextToken":{
610
+ "shape":"NextToken",
611
+ "location":"querystring",
612
+ "locationName":"nextToken"
613
+ },
614
+ "MaxResults":{
615
+ "shape":"MaxResult1000",
616
+ "box":true,
617
+ "location":"querystring",
618
+ "locationName":"maxResults"
619
+ }
620
+ }
621
+ },
622
+ "ListRoutingProfilesResponse":{
623
+ "type":"structure",
624
+ "members":{
625
+ "RoutingProfileSummaryList":{"shape":"RoutingProfileSummaryList"},
626
+ "NextToken":{"shape":"NextToken"}
627
+ }
628
+ },
629
+ "ListSecurityProfilesRequest":{
630
+ "type":"structure",
631
+ "required":["InstanceId"],
632
+ "members":{
633
+ "InstanceId":{
634
+ "shape":"InstanceId",
635
+ "location":"uri",
636
+ "locationName":"InstanceId"
637
+ },
638
+ "NextToken":{
639
+ "shape":"NextToken",
640
+ "location":"querystring",
641
+ "locationName":"nextToken"
642
+ },
643
+ "MaxResults":{
644
+ "shape":"MaxResult1000",
645
+ "box":true,
646
+ "location":"querystring",
647
+ "locationName":"maxResults"
648
+ }
649
+ }
650
+ },
651
+ "ListSecurityProfilesResponse":{
652
+ "type":"structure",
653
+ "members":{
654
+ "SecurityProfileSummaryList":{"shape":"SecurityProfileSummaryList"},
655
+ "NextToken":{"shape":"NextToken"}
656
+ }
657
+ },
658
+ "ListUserHierarchyGroupsRequest":{
659
+ "type":"structure",
660
+ "required":["InstanceId"],
661
+ "members":{
662
+ "InstanceId":{
663
+ "shape":"InstanceId",
664
+ "location":"uri",
665
+ "locationName":"InstanceId"
666
+ },
667
+ "NextToken":{
668
+ "shape":"NextToken",
669
+ "location":"querystring",
670
+ "locationName":"nextToken"
671
+ },
672
+ "MaxResults":{
673
+ "shape":"MaxResult1000",
674
+ "box":true,
675
+ "location":"querystring",
676
+ "locationName":"maxResults"
677
+ }
678
+ }
679
+ },
680
+ "ListUserHierarchyGroupsResponse":{
681
+ "type":"structure",
682
+ "members":{
683
+ "UserHierarchyGroupSummaryList":{"shape":"HierarchyGroupSummaryList"},
684
+ "NextToken":{"shape":"NextToken"}
685
+ }
686
+ },
687
+ "ListUsersRequest":{
688
+ "type":"structure",
689
+ "required":["InstanceId"],
690
+ "members":{
691
+ "InstanceId":{
692
+ "shape":"InstanceId",
693
+ "location":"uri",
694
+ "locationName":"InstanceId"
695
+ },
696
+ "NextToken":{
697
+ "shape":"NextToken",
698
+ "location":"querystring",
699
+ "locationName":"nextToken"
700
+ },
701
+ "MaxResults":{
702
+ "shape":"MaxResult1000",
703
+ "box":true,
704
+ "location":"querystring",
705
+ "locationName":"maxResults"
706
+ }
707
+ }
708
+ },
709
+ "ListUsersResponse":{
710
+ "type":"structure",
711
+ "members":{
712
+ "UserSummaryList":{"shape":"UserSummaryList"},
713
+ "NextToken":{"shape":"NextToken"}
714
+ }
715
+ },
716
+ "MaxResult1000":{
717
+ "type":"integer",
718
+ "max":1000,
719
+ "min":1
720
+ },
129
721
  "Message":{"type":"string"},
722
+ "NextToken":{"type":"string"},
130
723
  "OutboundContactNotPermittedException":{
131
724
  "type":"structure",
132
725
  "members":{
@@ -135,7 +728,18 @@
135
728
  "error":{"httpStatusCode":403},
136
729
  "exception":true
137
730
  },
731
+ "Password":{
732
+ "type":"string",
733
+ "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,}$/"
734
+ },
138
735
  "PhoneNumber":{"type":"string"},
736
+ "PhoneType":{
737
+ "type":"string",
738
+ "enum":[
739
+ "SOFT_PHONE",
740
+ "DESK_PHONE"
741
+ ]
742
+ },
139
743
  "QueueId":{"type":"string"},
140
744
  "ResourceNotFoundException":{
141
745
  "type":"structure",
@@ -145,6 +749,48 @@
145
749
  "error":{"httpStatusCode":404},
146
750
  "exception":true
147
751
  },
752
+ "RoutingProfileId":{"type":"string"},
753
+ "RoutingProfileName":{
754
+ "type":"string",
755
+ "max":100,
756
+ "min":1
757
+ },
758
+ "RoutingProfileSummary":{
759
+ "type":"structure",
760
+ "members":{
761
+ "Id":{"shape":"RoutingProfileId"},
762
+ "Arn":{"shape":"ARN"},
763
+ "Name":{"shape":"RoutingProfileName"}
764
+ }
765
+ },
766
+ "RoutingProfileSummaryList":{
767
+ "type":"list",
768
+ "member":{"shape":"RoutingProfileSummary"}
769
+ },
770
+ "SecurityProfileId":{"type":"string"},
771
+ "SecurityProfileIds":{
772
+ "type":"list",
773
+ "member":{"shape":"SecurityProfileId"},
774
+ "max":10,
775
+ "min":1
776
+ },
777
+ "SecurityProfileName":{"type":"string"},
778
+ "SecurityProfileSummary":{
779
+ "type":"structure",
780
+ "members":{
781
+ "Id":{"shape":"SecurityProfileId"},
782
+ "Arn":{"shape":"ARN"},
783
+ "Name":{"shape":"SecurityProfileName"}
784
+ }
785
+ },
786
+ "SecurityProfileSummaryList":{
787
+ "type":"list",
788
+ "member":{"shape":"SecurityProfileSummary"}
789
+ },
790
+ "SecurityToken":{
791
+ "type":"string",
792
+ "sensitive":true
793
+ },
148
794
  "StartOutboundVoiceContactRequest":{
149
795
  "type":"structure",
150
796
  "required":[
@@ -186,6 +832,172 @@
186
832
  "type":"structure",
187
833
  "members":{
188
834
  }
189
- }
835
+ },
836
+ "ThrottlingException":{
837
+ "type":"structure",
838
+ "members":{
839
+ "Message":{"shape":"Message"}
840
+ },
841
+ "error":{"httpStatusCode":429},
842
+ "exception":true
843
+ },
844
+ "UpdateUserHierarchyRequest":{
845
+ "type":"structure",
846
+ "required":[
847
+ "UserId",
848
+ "InstanceId"
849
+ ],
850
+ "members":{
851
+ "HierarchyGroupId":{"shape":"HierarchyGroupId"},
852
+ "UserId":{
853
+ "shape":"UserId",
854
+ "location":"uri",
855
+ "locationName":"UserId"
856
+ },
857
+ "InstanceId":{
858
+ "shape":"InstanceId",
859
+ "location":"uri",
860
+ "locationName":"InstanceId"
861
+ }
862
+ }
863
+ },
864
+ "UpdateUserIdentityInfoRequest":{
865
+ "type":"structure",
866
+ "required":[
867
+ "IdentityInfo",
868
+ "UserId",
869
+ "InstanceId"
870
+ ],
871
+ "members":{
872
+ "IdentityInfo":{"shape":"UserIdentityInfo"},
873
+ "UserId":{
874
+ "shape":"UserId",
875
+ "location":"uri",
876
+ "locationName":"UserId"
877
+ },
878
+ "InstanceId":{
879
+ "shape":"InstanceId",
880
+ "location":"uri",
881
+ "locationName":"InstanceId"
882
+ }
883
+ }
884
+ },
885
+ "UpdateUserPhoneConfigRequest":{
886
+ "type":"structure",
887
+ "required":[
888
+ "PhoneConfig",
889
+ "UserId",
890
+ "InstanceId"
891
+ ],
892
+ "members":{
893
+ "PhoneConfig":{"shape":"UserPhoneConfig"},
894
+ "UserId":{
895
+ "shape":"UserId",
896
+ "location":"uri",
897
+ "locationName":"UserId"
898
+ },
899
+ "InstanceId":{
900
+ "shape":"InstanceId",
901
+ "location":"uri",
902
+ "locationName":"InstanceId"
903
+ }
904
+ }
905
+ },
906
+ "UpdateUserRoutingProfileRequest":{
907
+ "type":"structure",
908
+ "required":[
909
+ "RoutingProfileId",
910
+ "UserId",
911
+ "InstanceId"
912
+ ],
913
+ "members":{
914
+ "RoutingProfileId":{"shape":"RoutingProfileId"},
915
+ "UserId":{
916
+ "shape":"UserId",
917
+ "location":"uri",
918
+ "locationName":"UserId"
919
+ },
920
+ "InstanceId":{
921
+ "shape":"InstanceId",
922
+ "location":"uri",
923
+ "locationName":"InstanceId"
924
+ }
925
+ }
926
+ },
927
+ "UpdateUserSecurityProfilesRequest":{
928
+ "type":"structure",
929
+ "required":[
930
+ "SecurityProfileIds",
931
+ "UserId",
932
+ "InstanceId"
933
+ ],
934
+ "members":{
935
+ "SecurityProfileIds":{"shape":"SecurityProfileIds"},
936
+ "UserId":{
937
+ "shape":"UserId",
938
+ "location":"uri",
939
+ "locationName":"UserId"
940
+ },
941
+ "InstanceId":{
942
+ "shape":"InstanceId",
943
+ "location":"uri",
944
+ "locationName":"InstanceId"
945
+ }
946
+ }
947
+ },
948
+ "User":{
949
+ "type":"structure",
950
+ "members":{
951
+ "Id":{"shape":"UserId"},
952
+ "Arn":{"shape":"ARN"},
953
+ "Username":{"shape":"AgentUsername"},
954
+ "IdentityInfo":{"shape":"UserIdentityInfo"},
955
+ "PhoneConfig":{"shape":"UserPhoneConfig"},
956
+ "DirectoryUserId":{"shape":"DirectoryUserId"},
957
+ "SecurityProfileIds":{"shape":"SecurityProfileIds"},
958
+ "RoutingProfileId":{"shape":"RoutingProfileId"},
959
+ "HierarchyGroupId":{"shape":"HierarchyGroupId"}
960
+ }
961
+ },
962
+ "UserId":{"type":"string"},
963
+ "UserIdentityInfo":{
964
+ "type":"structure",
965
+ "members":{
966
+ "FirstName":{"shape":"AgentFirstName"},
967
+ "LastName":{"shape":"AgentLastName"},
968
+ "Email":{"shape":"Email"}
969
+ }
970
+ },
971
+ "UserNotFoundException":{
972
+ "type":"structure",
973
+ "members":{
974
+ "Message":{"shape":"Message"}
975
+ },
976
+ "error":{"httpStatusCode":404},
977
+ "exception":true
978
+ },
979
+ "UserPhoneConfig":{
980
+ "type":"structure",
981
+ "required":["PhoneType"],
982
+ "members":{
983
+ "PhoneType":{"shape":"PhoneType"},
984
+ "AutoAccept":{"shape":"AutoAccept"},
985
+ "AfterContactWorkTimeLimit":{"shape":"AfterContactWorkTimeLimit"},
986
+ "DeskPhoneNumber":{"shape":"PhoneNumber"}
987
+ }
988
+ },
989
+ "UserSummary":{
990
+ "type":"structure",
991
+ "members":{
992
+ "Id":{"shape":"UserId"},
993
+ "Arn":{"shape":"ARN"},
994
+ "Username":{"shape":"AgentUsername"}
995
+ }
996
+ },
997
+ "UserSummaryList":{
998
+ "type":"list",
999
+ "member":{"shape":"UserSummary"}
1000
+ },
1001
+ "timestamp":{"type":"timestamp"}
190
1002
  }
191
1003
  }