aws-sdk-core 2.11.582 → 2.11.587

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/budgets/2016-10-20/api-2.json +2 -2
  3. data/apis/budgets/2016-10-20/paginators-1.json +25 -1
  4. data/apis/cloudfront/2020-05-31/api-2.json +1 -0
  5. data/apis/connect/2017-08-08/api-2.json +754 -4
  6. data/apis/connect/2017-08-08/paginators-1.json +12 -0
  7. data/apis/dlm/2018-01-12/api-2.json +1 -1
  8. data/apis/docdb/2014-10-31/api-2.json +1 -0
  9. data/apis/docdb/2014-10-31/paginators-1.json +30 -0
  10. data/apis/ec2/2016-11-15/api-2.json +9 -1
  11. data/apis/greengrass/2017-06-07/api-2.json +120 -0
  12. data/apis/kafka/2018-11-14/api-2.json +232 -6
  13. data/apis/kafka/2018-11-14/paginators-1.json +7 -1
  14. data/apis/kendra/2019-02-03/api-2.json +3 -1
  15. data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
  16. data/apis/medialive/2017-10-14/api-2.json +64 -40
  17. data/apis/organizations/2016-11-28/api-2.json +14 -7
  18. data/apis/s3/2006-03-01/api-2.json +437 -2
  19. data/apis/s3/2006-03-01/examples-1.json +117 -117
  20. data/apis/sagemaker/2017-07-24/api-2.json +16 -2
  21. data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
  22. data/apis/sso-admin/2020-07-20/api-2.json +1296 -0
  23. data/apis/sso-admin/2020-07-20/examples-1.json +5 -0
  24. data/apis/sso-admin/2020-07-20/paginators-1.json +63 -0
  25. data/apis/states/2016-11-23/api-2.json +34 -6
  26. data/apis/transcribe/2017-10-26/api-2.json +16 -4
  27. data/apis/workspaces/2015-04-08/api-2.json +309 -1
  28. data/endpoints.json +68 -1
  29. data/lib/aws-sdk-core.rb +1 -0
  30. data/lib/aws-sdk-core/ssoadmin.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +4 -0
  33. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad9370da4813a7220c0d8a61afda327192572bb8d080644e1d91edaaee7239a6
4
- data.tar.gz: 349ad40a39ebd53db2a2a9dd1b6a72040ca17b9b1b8a545eb8851b5531ebf9f1
3
+ metadata.gz: b515341eb97266ce029a73ae427e42977e78816ae7e16c4d3ce6a65402b7ea55
4
+ data.tar.gz: 5cd94ad63c7c4bcf228487174f305a0697626ee72b7fa4c2c73ca5b736a39035
5
5
  SHA512:
6
- metadata.gz: 395cfc46811eb3e719d18064ee90cde36ca5b5bd81e2072bf24fafb45f38350af7e49b457c7e557438f6b53e9b369579c4ff3849087218cdb56cf14f900ae4ee
7
- data.tar.gz: 7705e26fc009aca63ba161e65e9c43011da063461cc2f9865ece73b6b69f12d2d97f5ae4de06e832b36f6d3480ff410b80be791ebd37d2aede07ce9c6a35fc69
6
+ metadata.gz: 1516957c109473b0d701a717475dd0ca4c7e4662d0cdd9ddd7f4a67be580ae1ef047d82cdc395fed43437a6e05a27ec4745c58a5cb335414daa49f311d2198e8
7
+ data.tar.gz: 479381062b09c92171a200b5b9f7239edcb02c879cd9c6cf7b8ddc33a3ccc0e3bf4ee6a5023b3fcf11898524cedd358fa7756b430df8d52271f83b98f8a11e63
@@ -651,7 +651,7 @@
651
651
  },
652
652
  "NotificationThreshold":{
653
653
  "type":"double",
654
- "max":1000000000,
654
+ "max":40000000000,
655
655
  "min":0
656
656
  },
657
657
  "NotificationType":{
@@ -675,7 +675,7 @@
675
675
  "NotificationWithSubscribersList":{
676
676
  "type":"list",
677
677
  "member":{"shape":"NotificationWithSubscribers"},
678
- "max":5
678
+ "max":10
679
679
  },
680
680
  "Notifications":{
681
681
  "type":"list",
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeBudgetPerformanceHistory": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "BudgetPerformanceHistory"
8
+ },
9
+ "DescribeBudgets": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "Budgets"
14
+ },
15
+ "DescribeNotificationsForBudget": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Notifications"
20
+ },
21
+ "DescribeSubscribersForNotification": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Subscribers"
26
+ }
3
27
  }
4
- }
28
+ }
@@ -4286,6 +4286,7 @@
4286
4286
  ],
4287
4287
  "members":{
4288
4288
  "EnableAcceptEncodingGzip":{"shape":"boolean"},
4289
+ "EnableAcceptEncodingBrotli":{"shape":"boolean"},
4289
4290
  "HeadersConfig":{"shape":"CachePolicyHeadersConfig"},
4290
4291
  "CookiesConfig":{"shape":"CachePolicyCookiesConfig"},
4291
4292
  "QueryStringsConfig":{"shape":"CachePolicyQueryStringsConfig"}
@@ -13,6 +13,58 @@
13
13
  "uid":"connect-2017-08-08"
14
14
  },
15
15
  "operations":{
16
+ "AssociateRoutingProfileQueues":{
17
+ "name":"AssociateRoutingProfileQueues",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues"
21
+ },
22
+ "input":{"shape":"AssociateRoutingProfileQueuesRequest"},
23
+ "errors":[
24
+ {"shape":"InvalidRequestException"},
25
+ {"shape":"InvalidParameterException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ThrottlingException"},
28
+ {"shape":"InternalServiceException"}
29
+ ]
30
+ },
31
+ "CreateContactFlow":{
32
+ "name":"CreateContactFlow",
33
+ "http":{
34
+ "method":"PUT",
35
+ "requestUri":"/contact-flows/{InstanceId}"
36
+ },
37
+ "input":{"shape":"CreateContactFlowRequest"},
38
+ "output":{"shape":"CreateContactFlowResponse"},
39
+ "errors":[
40
+ {"shape":"InvalidRequestException"},
41
+ {"shape":"InvalidContactFlowException"},
42
+ {"shape":"InvalidParameterException"},
43
+ {"shape":"DuplicateResourceException"},
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"ThrottlingException"},
47
+ {"shape":"InternalServiceException"}
48
+ ]
49
+ },
50
+ "CreateRoutingProfile":{
51
+ "name":"CreateRoutingProfile",
52
+ "http":{
53
+ "method":"PUT",
54
+ "requestUri":"/routing-profiles/{InstanceId}"
55
+ },
56
+ "input":{"shape":"CreateRoutingProfileRequest"},
57
+ "output":{"shape":"CreateRoutingProfileResponse"},
58
+ "errors":[
59
+ {"shape":"InvalidRequestException"},
60
+ {"shape":"InvalidParameterException"},
61
+ {"shape":"DuplicateResourceException"},
62
+ {"shape":"ResourceNotFoundException"},
63
+ {"shape":"LimitExceededException"},
64
+ {"shape":"ThrottlingException"},
65
+ {"shape":"InternalServiceException"}
66
+ ]
67
+ },
16
68
  "CreateUser":{
17
69
  "name":"CreateUser",
18
70
  "http":{
@@ -46,6 +98,39 @@
46
98
  {"shape":"InternalServiceException"}
47
99
  ]
48
100
  },
101
+ "DescribeContactFlow":{
102
+ "name":"DescribeContactFlow",
103
+ "http":{
104
+ "method":"GET",
105
+ "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"
106
+ },
107
+ "input":{"shape":"DescribeContactFlowRequest"},
108
+ "output":{"shape":"DescribeContactFlowResponse"},
109
+ "errors":[
110
+ {"shape":"InvalidRequestException"},
111
+ {"shape":"InvalidParameterException"},
112
+ {"shape":"ResourceNotFoundException"},
113
+ {"shape":"ContactFlowNotPublishedException"},
114
+ {"shape":"ThrottlingException"},
115
+ {"shape":"InternalServiceException"}
116
+ ]
117
+ },
118
+ "DescribeRoutingProfile":{
119
+ "name":"DescribeRoutingProfile",
120
+ "http":{
121
+ "method":"GET",
122
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"
123
+ },
124
+ "input":{"shape":"DescribeRoutingProfileRequest"},
125
+ "output":{"shape":"DescribeRoutingProfileResponse"},
126
+ "errors":[
127
+ {"shape":"InvalidRequestException"},
128
+ {"shape":"InvalidParameterException"},
129
+ {"shape":"ResourceNotFoundException"},
130
+ {"shape":"ThrottlingException"},
131
+ {"shape":"InternalServiceException"}
132
+ ]
133
+ },
49
134
  "DescribeUser":{
50
135
  "name":"DescribeUser",
51
136
  "http":{
@@ -94,6 +179,21 @@
94
179
  {"shape":"InternalServiceException"}
95
180
  ]
96
181
  },
182
+ "DisassociateRoutingProfileQueues":{
183
+ "name":"DisassociateRoutingProfileQueues",
184
+ "http":{
185
+ "method":"POST",
186
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues"
187
+ },
188
+ "input":{"shape":"DisassociateRoutingProfileQueuesRequest"},
189
+ "errors":[
190
+ {"shape":"InvalidRequestException"},
191
+ {"shape":"InvalidParameterException"},
192
+ {"shape":"ResourceNotFoundException"},
193
+ {"shape":"ThrottlingException"},
194
+ {"shape":"InternalServiceException"}
195
+ ]
196
+ },
97
197
  "GetContactAttributes":{
98
198
  "name":"GetContactAttributes",
99
199
  "http":{
@@ -205,6 +305,22 @@
205
305
  {"shape":"InternalServiceException"}
206
306
  ]
207
307
  },
308
+ "ListPrompts":{
309
+ "name":"ListPrompts",
310
+ "http":{
311
+ "method":"GET",
312
+ "requestUri":"/prompts-summary/{InstanceId}"
313
+ },
314
+ "input":{"shape":"ListPromptsRequest"},
315
+ "output":{"shape":"ListPromptsResponse"},
316
+ "errors":[
317
+ {"shape":"InvalidRequestException"},
318
+ {"shape":"InvalidParameterException"},
319
+ {"shape":"ResourceNotFoundException"},
320
+ {"shape":"ThrottlingException"},
321
+ {"shape":"InternalServiceException"}
322
+ ]
323
+ },
208
324
  "ListQueues":{
209
325
  "name":"ListQueues",
210
326
  "http":{
@@ -221,6 +337,22 @@
221
337
  {"shape":"InternalServiceException"}
222
338
  ]
223
339
  },
340
+ "ListRoutingProfileQueues":{
341
+ "name":"ListRoutingProfileQueues",
342
+ "http":{
343
+ "method":"GET",
344
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"
345
+ },
346
+ "input":{"shape":"ListRoutingProfileQueuesRequest"},
347
+ "output":{"shape":"ListRoutingProfileQueuesResponse"},
348
+ "errors":[
349
+ {"shape":"InvalidRequestException"},
350
+ {"shape":"InvalidParameterException"},
351
+ {"shape":"ResourceNotFoundException"},
352
+ {"shape":"ThrottlingException"},
353
+ {"shape":"InternalServiceException"}
354
+ ]
355
+ },
224
356
  "ListRoutingProfiles":{
225
357
  "name":"ListRoutingProfiles",
226
358
  "http":{
@@ -453,6 +585,99 @@
453
585
  {"shape":"InternalServiceException"}
454
586
  ]
455
587
  },
588
+ "UpdateContactFlowContent":{
589
+ "name":"UpdateContactFlowContent",
590
+ "http":{
591
+ "method":"POST",
592
+ "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"
593
+ },
594
+ "input":{"shape":"UpdateContactFlowContentRequest"},
595
+ "errors":[
596
+ {"shape":"InvalidRequestException"},
597
+ {"shape":"InvalidContactFlowException"},
598
+ {"shape":"InvalidParameterException"},
599
+ {"shape":"ResourceNotFoundException"},
600
+ {"shape":"ThrottlingException"},
601
+ {"shape":"InternalServiceException"}
602
+ ]
603
+ },
604
+ "UpdateContactFlowName":{
605
+ "name":"UpdateContactFlowName",
606
+ "http":{
607
+ "method":"POST",
608
+ "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"
609
+ },
610
+ "input":{"shape":"UpdateContactFlowNameRequest"},
611
+ "errors":[
612
+ {"shape":"InvalidRequestException"},
613
+ {"shape":"InvalidParameterException"},
614
+ {"shape":"DuplicateResourceException"},
615
+ {"shape":"ResourceNotFoundException"},
616
+ {"shape":"ThrottlingException"},
617
+ {"shape":"InternalServiceException"}
618
+ ]
619
+ },
620
+ "UpdateRoutingProfileConcurrency":{
621
+ "name":"UpdateRoutingProfileConcurrency",
622
+ "http":{
623
+ "method":"POST",
624
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency"
625
+ },
626
+ "input":{"shape":"UpdateRoutingProfileConcurrencyRequest"},
627
+ "errors":[
628
+ {"shape":"InvalidRequestException"},
629
+ {"shape":"InvalidParameterException"},
630
+ {"shape":"ResourceNotFoundException"},
631
+ {"shape":"ThrottlingException"},
632
+ {"shape":"InternalServiceException"}
633
+ ]
634
+ },
635
+ "UpdateRoutingProfileDefaultOutboundQueue":{
636
+ "name":"UpdateRoutingProfileDefaultOutboundQueue",
637
+ "http":{
638
+ "method":"POST",
639
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue"
640
+ },
641
+ "input":{"shape":"UpdateRoutingProfileDefaultOutboundQueueRequest"},
642
+ "errors":[
643
+ {"shape":"InvalidRequestException"},
644
+ {"shape":"InvalidParameterException"},
645
+ {"shape":"ResourceNotFoundException"},
646
+ {"shape":"ThrottlingException"},
647
+ {"shape":"InternalServiceException"}
648
+ ]
649
+ },
650
+ "UpdateRoutingProfileName":{
651
+ "name":"UpdateRoutingProfileName",
652
+ "http":{
653
+ "method":"POST",
654
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/name"
655
+ },
656
+ "input":{"shape":"UpdateRoutingProfileNameRequest"},
657
+ "errors":[
658
+ {"shape":"DuplicateResourceException"},
659
+ {"shape":"InvalidRequestException"},
660
+ {"shape":"InvalidParameterException"},
661
+ {"shape":"ResourceNotFoundException"},
662
+ {"shape":"ThrottlingException"},
663
+ {"shape":"InternalServiceException"}
664
+ ]
665
+ },
666
+ "UpdateRoutingProfileQueues":{
667
+ "name":"UpdateRoutingProfileQueues",
668
+ "http":{
669
+ "method":"POST",
670
+ "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"
671
+ },
672
+ "input":{"shape":"UpdateRoutingProfileQueuesRequest"},
673
+ "errors":[
674
+ {"shape":"InvalidRequestException"},
675
+ {"shape":"InvalidParameterException"},
676
+ {"shape":"ResourceNotFoundException"},
677
+ {"shape":"ThrottlingException"},
678
+ {"shape":"InternalServiceException"}
679
+ ]
680
+ },
456
681
  "UpdateUserHierarchy":{
457
682
  "name":"UpdateUserHierarchy",
458
683
  "http":{
@@ -550,6 +775,27 @@
550
775
  "max":100,
551
776
  "min":1
552
777
  },
778
+ "AssociateRoutingProfileQueuesRequest":{
779
+ "type":"structure",
780
+ "required":[
781
+ "InstanceId",
782
+ "RoutingProfileId",
783
+ "QueueConfigs"
784
+ ],
785
+ "members":{
786
+ "InstanceId":{
787
+ "shape":"InstanceId",
788
+ "location":"uri",
789
+ "locationName":"InstanceId"
790
+ },
791
+ "RoutingProfileId":{
792
+ "shape":"RoutingProfileId",
793
+ "location":"uri",
794
+ "locationName":"RoutingProfileId"
795
+ },
796
+ "QueueConfigs":{"shape":"RoutingProfileQueueConfigList"}
797
+ }
798
+ },
553
799
  "AttributeName":{
554
800
  "type":"string",
555
801
  "max":32767,
@@ -607,11 +853,41 @@
607
853
  "type":"string",
608
854
  "enum":["LT"]
609
855
  },
856
+ "Concurrency":{
857
+ "type":"integer",
858
+ "max":5,
859
+ "min":1
860
+ },
861
+ "ContactFlow":{
862
+ "type":"structure",
863
+ "members":{
864
+ "Arn":{"shape":"ARN"},
865
+ "Id":{"shape":"ContactFlowId"},
866
+ "Name":{"shape":"ContactFlowName"},
867
+ "Type":{"shape":"ContactFlowType"},
868
+ "Description":{"shape":"ContactFlowDescription"},
869
+ "Content":{"shape":"ContactFlowContent"},
870
+ "Tags":{"shape":"TagMap"}
871
+ }
872
+ },
873
+ "ContactFlowContent":{"type":"string"},
874
+ "ContactFlowDescription":{"type":"string"},
610
875
  "ContactFlowId":{
611
876
  "type":"string",
612
877
  "max":500
613
878
  },
614
- "ContactFlowName":{"type":"string"},
879
+ "ContactFlowName":{
880
+ "type":"string",
881
+ "min":1
882
+ },
883
+ "ContactFlowNotPublishedException":{
884
+ "type":"structure",
885
+ "members":{
886
+ "Message":{"shape":"Message"}
887
+ },
888
+ "error":{"httpStatusCode":404},
889
+ "exception":true
890
+ },
615
891
  "ContactFlowSummary":{
616
892
  "type":"structure",
617
893
  "members":{
@@ -657,6 +933,64 @@
657
933
  "error":{"httpStatusCode":410},
658
934
  "exception":true
659
935
  },
936
+ "CreateContactFlowRequest":{
937
+ "type":"structure",
938
+ "required":[
939
+ "InstanceId",
940
+ "Name",
941
+ "Type",
942
+ "Content"
943
+ ],
944
+ "members":{
945
+ "InstanceId":{
946
+ "shape":"InstanceId",
947
+ "location":"uri",
948
+ "locationName":"InstanceId"
949
+ },
950
+ "Name":{"shape":"ContactFlowName"},
951
+ "Type":{"shape":"ContactFlowType"},
952
+ "Description":{"shape":"ContactFlowDescription"},
953
+ "Content":{"shape":"ContactFlowContent"},
954
+ "Tags":{"shape":"TagMap"}
955
+ }
956
+ },
957
+ "CreateContactFlowResponse":{
958
+ "type":"structure",
959
+ "members":{
960
+ "ContactFlowId":{"shape":"ContactFlowId"},
961
+ "ContactFlowArn":{"shape":"ARN"}
962
+ }
963
+ },
964
+ "CreateRoutingProfileRequest":{
965
+ "type":"structure",
966
+ "required":[
967
+ "InstanceId",
968
+ "Name",
969
+ "Description",
970
+ "DefaultOutboundQueueId",
971
+ "MediaConcurrencies"
972
+ ],
973
+ "members":{
974
+ "InstanceId":{
975
+ "shape":"InstanceId",
976
+ "location":"uri",
977
+ "locationName":"InstanceId"
978
+ },
979
+ "Name":{"shape":"RoutingProfileName"},
980
+ "Description":{"shape":"RoutingProfileDescription"},
981
+ "DefaultOutboundQueueId":{"shape":"QueueId"},
982
+ "QueueConfigs":{"shape":"RoutingProfileQueueConfigList"},
983
+ "MediaConcurrencies":{"shape":"MediaConcurrencies"},
984
+ "Tags":{"shape":"TagMap"}
985
+ }
986
+ },
987
+ "CreateRoutingProfileResponse":{
988
+ "type":"structure",
989
+ "members":{
990
+ "RoutingProfileArn":{"shape":"ARN"},
991
+ "RoutingProfileId":{"shape":"RoutingProfileId"}
992
+ }
993
+ },
660
994
  "CreateUserRequest":{
661
995
  "type":"structure",
662
996
  "required":[
@@ -753,6 +1087,11 @@
753
1087
  "type":"list",
754
1088
  "member":{"shape":"CurrentMetric"}
755
1089
  },
1090
+ "Delay":{
1091
+ "type":"integer",
1092
+ "max":9999,
1093
+ "min":0
1094
+ },
756
1095
  "DeleteUserRequest":{
757
1096
  "type":"structure",
758
1097
  "required":[
@@ -772,6 +1111,56 @@
772
1111
  }
773
1112
  }
774
1113
  },
1114
+ "DescribeContactFlowRequest":{
1115
+ "type":"structure",
1116
+ "required":[
1117
+ "InstanceId",
1118
+ "ContactFlowId"
1119
+ ],
1120
+ "members":{
1121
+ "InstanceId":{
1122
+ "shape":"InstanceId",
1123
+ "location":"uri",
1124
+ "locationName":"InstanceId"
1125
+ },
1126
+ "ContactFlowId":{
1127
+ "shape":"ContactFlowId",
1128
+ "location":"uri",
1129
+ "locationName":"ContactFlowId"
1130
+ }
1131
+ }
1132
+ },
1133
+ "DescribeContactFlowResponse":{
1134
+ "type":"structure",
1135
+ "members":{
1136
+ "ContactFlow":{"shape":"ContactFlow"}
1137
+ }
1138
+ },
1139
+ "DescribeRoutingProfileRequest":{
1140
+ "type":"structure",
1141
+ "required":[
1142
+ "InstanceId",
1143
+ "RoutingProfileId"
1144
+ ],
1145
+ "members":{
1146
+ "InstanceId":{
1147
+ "shape":"InstanceId",
1148
+ "location":"uri",
1149
+ "locationName":"InstanceId"
1150
+ },
1151
+ "RoutingProfileId":{
1152
+ "shape":"RoutingProfileId",
1153
+ "location":"uri",
1154
+ "locationName":"RoutingProfileId"
1155
+ }
1156
+ }
1157
+ },
1158
+ "DescribeRoutingProfileResponse":{
1159
+ "type":"structure",
1160
+ "members":{
1161
+ "RoutingProfile":{"shape":"RoutingProfile"}
1162
+ }
1163
+ },
775
1164
  "DescribeUserHierarchyGroupRequest":{
776
1165
  "type":"structure",
777
1166
  "required":[
@@ -855,6 +1244,27 @@
855
1244
  }
856
1245
  },
857
1246
  "DirectoryUserId":{"type":"string"},
1247
+ "DisassociateRoutingProfileQueuesRequest":{
1248
+ "type":"structure",
1249
+ "required":[
1250
+ "InstanceId",
1251
+ "RoutingProfileId",
1252
+ "QueueReferences"
1253
+ ],
1254
+ "members":{
1255
+ "InstanceId":{
1256
+ "shape":"InstanceId",
1257
+ "location":"uri",
1258
+ "locationName":"InstanceId"
1259
+ },
1260
+ "RoutingProfileId":{
1261
+ "shape":"RoutingProfileId",
1262
+ "location":"uri",
1263
+ "locationName":"RoutingProfileId"
1264
+ },
1265
+ "QueueReferences":{"shape":"RoutingProfileQueueReferenceList"}
1266
+ }
1267
+ },
858
1268
  "DisplayName":{
859
1269
  "type":"string",
860
1270
  "max":256,
@@ -1147,6 +1557,14 @@
1147
1557
  "error":{"httpStatusCode":500},
1148
1558
  "exception":true
1149
1559
  },
1560
+ "InvalidContactFlowException":{
1561
+ "type":"structure",
1562
+ "members":{
1563
+ "problems":{"shape":"Problems"}
1564
+ },
1565
+ "error":{"httpStatusCode":400},
1566
+ "exception":true
1567
+ },
1150
1568
  "InvalidParameterException":{
1151
1569
  "type":"structure",
1152
1570
  "members":{
@@ -1270,6 +1688,35 @@
1270
1688
  "NextToken":{"shape":"NextToken"}
1271
1689
  }
1272
1690
  },
1691
+ "ListPromptsRequest":{
1692
+ "type":"structure",
1693
+ "required":["InstanceId"],
1694
+ "members":{
1695
+ "InstanceId":{
1696
+ "shape":"InstanceId",
1697
+ "location":"uri",
1698
+ "locationName":"InstanceId"
1699
+ },
1700
+ "NextToken":{
1701
+ "shape":"NextToken",
1702
+ "location":"querystring",
1703
+ "locationName":"nextToken"
1704
+ },
1705
+ "MaxResults":{
1706
+ "shape":"MaxResult1000",
1707
+ "box":true,
1708
+ "location":"querystring",
1709
+ "locationName":"maxResults"
1710
+ }
1711
+ }
1712
+ },
1713
+ "ListPromptsResponse":{
1714
+ "type":"structure",
1715
+ "members":{
1716
+ "PromptSummaryList":{"shape":"PromptSummaryList"},
1717
+ "NextToken":{"shape":"NextToken"}
1718
+ }
1719
+ },
1273
1720
  "ListQueuesRequest":{
1274
1721
  "type":"structure",
1275
1722
  "required":["InstanceId"],
@@ -1303,6 +1750,43 @@
1303
1750
  "NextToken":{"shape":"NextToken"}
1304
1751
  }
1305
1752
  },
1753
+ "ListRoutingProfileQueuesRequest":{
1754
+ "type":"structure",
1755
+ "required":[
1756
+ "InstanceId",
1757
+ "RoutingProfileId"
1758
+ ],
1759
+ "members":{
1760
+ "InstanceId":{
1761
+ "shape":"InstanceId",
1762
+ "location":"uri",
1763
+ "locationName":"InstanceId"
1764
+ },
1765
+ "RoutingProfileId":{
1766
+ "shape":"RoutingProfileId",
1767
+ "location":"uri",
1768
+ "locationName":"RoutingProfileId"
1769
+ },
1770
+ "NextToken":{
1771
+ "shape":"NextToken",
1772
+ "location":"querystring",
1773
+ "locationName":"nextToken"
1774
+ },
1775
+ "MaxResults":{
1776
+ "shape":"MaxResult100",
1777
+ "box":true,
1778
+ "location":"querystring",
1779
+ "locationName":"maxResults"
1780
+ }
1781
+ }
1782
+ },
1783
+ "ListRoutingProfileQueuesResponse":{
1784
+ "type":"structure",
1785
+ "members":{
1786
+ "NextToken":{"shape":"NextToken"},
1787
+ "RoutingProfileQueueConfigSummaryList":{"shape":"RoutingProfileQueueConfigSummaryList"}
1788
+ }
1789
+ },
1306
1790
  "ListRoutingProfilesRequest":{
1307
1791
  "type":"structure",
1308
1792
  "required":["InstanceId"],
@@ -1446,6 +1930,21 @@
1446
1930
  "max":1000,
1447
1931
  "min":1
1448
1932
  },
1933
+ "MediaConcurrencies":{
1934
+ "type":"list",
1935
+ "member":{"shape":"MediaConcurrency"}
1936
+ },
1937
+ "MediaConcurrency":{
1938
+ "type":"structure",
1939
+ "required":[
1940
+ "Channel",
1941
+ "Concurrency"
1942
+ ],
1943
+ "members":{
1944
+ "Channel":{"shape":"Channel"},
1945
+ "Concurrency":{"shape":"Concurrency"}
1946
+ }
1947
+ },
1449
1948
  "Message":{"type":"string"},
1450
1949
  "NextToken":{"type":"string"},
1451
1950
  "OutboundContactNotPermittedException":{
@@ -1759,6 +2258,50 @@
1759
2258
  "DESK_PHONE"
1760
2259
  ]
1761
2260
  },
2261
+ "Priority":{
2262
+ "type":"integer",
2263
+ "max":99,
2264
+ "min":1
2265
+ },
2266
+ "ProblemDetail":{
2267
+ "type":"structure",
2268
+ "members":{
2269
+ "message":{"shape":"ProblemMessageString"}
2270
+ }
2271
+ },
2272
+ "ProblemMessageString":{
2273
+ "type":"string",
2274
+ "max":256,
2275
+ "min":1
2276
+ },
2277
+ "Problems":{
2278
+ "type":"list",
2279
+ "member":{"shape":"ProblemDetail"},
2280
+ "max":50,
2281
+ "min":1
2282
+ },
2283
+ "PromptId":{
2284
+ "type":"string",
2285
+ "max":256,
2286
+ "min":1
2287
+ },
2288
+ "PromptName":{
2289
+ "type":"string",
2290
+ "max":256,
2291
+ "min":1
2292
+ },
2293
+ "PromptSummary":{
2294
+ "type":"structure",
2295
+ "members":{
2296
+ "Id":{"shape":"PromptId"},
2297
+ "Arn":{"shape":"ARN"},
2298
+ "Name":{"shape":"PromptName"}
2299
+ }
2300
+ },
2301
+ "PromptSummaryList":{
2302
+ "type":"list",
2303
+ "member":{"shape":"PromptSummary"}
2304
+ },
1762
2305
  "QueueId":{"type":"string"},
1763
2306
  "QueueName":{
1764
2307
  "type":"string",
@@ -1829,12 +2372,93 @@
1829
2372
  "members":{
1830
2373
  }
1831
2374
  },
2375
+ "RoutingProfile":{
2376
+ "type":"structure",
2377
+ "members":{
2378
+ "InstanceId":{"shape":"InstanceId"},
2379
+ "Name":{"shape":"RoutingProfileName"},
2380
+ "RoutingProfileArn":{"shape":"ARN"},
2381
+ "RoutingProfileId":{"shape":"RoutingProfileId"},
2382
+ "Description":{"shape":"RoutingProfileDescription"},
2383
+ "MediaConcurrencies":{"shape":"MediaConcurrencies"},
2384
+ "DefaultOutboundQueueId":{"shape":"QueueId"},
2385
+ "Tags":{"shape":"TagMap"}
2386
+ }
2387
+ },
2388
+ "RoutingProfileDescription":{
2389
+ "type":"string",
2390
+ "max":250,
2391
+ "min":1
2392
+ },
1832
2393
  "RoutingProfileId":{"type":"string"},
1833
2394
  "RoutingProfileName":{
1834
2395
  "type":"string",
1835
- "max":100,
2396
+ "max":127,
2397
+ "min":1
2398
+ },
2399
+ "RoutingProfileQueueConfig":{
2400
+ "type":"structure",
2401
+ "required":[
2402
+ "QueueReference",
2403
+ "Priority",
2404
+ "Delay"
2405
+ ],
2406
+ "members":{
2407
+ "QueueReference":{"shape":"RoutingProfileQueueReference"},
2408
+ "Priority":{
2409
+ "shape":"Priority",
2410
+ "box":true
2411
+ },
2412
+ "Delay":{
2413
+ "shape":"Delay",
2414
+ "box":true
2415
+ }
2416
+ }
2417
+ },
2418
+ "RoutingProfileQueueConfigList":{
2419
+ "type":"list",
2420
+ "member":{"shape":"RoutingProfileQueueConfig"},
2421
+ "max":10,
1836
2422
  "min":1
1837
2423
  },
2424
+ "RoutingProfileQueueConfigSummary":{
2425
+ "type":"structure",
2426
+ "required":[
2427
+ "QueueId",
2428
+ "QueueArn",
2429
+ "QueueName",
2430
+ "Priority",
2431
+ "Delay",
2432
+ "Channel"
2433
+ ],
2434
+ "members":{
2435
+ "QueueId":{"shape":"QueueId"},
2436
+ "QueueArn":{"shape":"ARN"},
2437
+ "QueueName":{"shape":"QueueName"},
2438
+ "Priority":{"shape":"Priority"},
2439
+ "Delay":{"shape":"Delay"},
2440
+ "Channel":{"shape":"Channel"}
2441
+ }
2442
+ },
2443
+ "RoutingProfileQueueConfigSummaryList":{
2444
+ "type":"list",
2445
+ "member":{"shape":"RoutingProfileQueueConfigSummary"}
2446
+ },
2447
+ "RoutingProfileQueueReference":{
2448
+ "type":"structure",
2449
+ "required":[
2450
+ "QueueId",
2451
+ "Channel"
2452
+ ],
2453
+ "members":{
2454
+ "QueueId":{"shape":"QueueId"},
2455
+ "Channel":{"shape":"Channel"}
2456
+ }
2457
+ },
2458
+ "RoutingProfileQueueReferenceList":{
2459
+ "type":"list",
2460
+ "member":{"shape":"RoutingProfileQueueReference"}
2461
+ },
1838
2462
  "RoutingProfileSummary":{
1839
2463
  "type":"structure",
1840
2464
  "members":{
@@ -2013,14 +2637,14 @@
2013
2637
  "TagKeyList":{
2014
2638
  "type":"list",
2015
2639
  "member":{"shape":"TagKey"},
2016
- "max":50,
2640
+ "max":200,
2017
2641
  "min":1
2018
2642
  },
2019
2643
  "TagMap":{
2020
2644
  "type":"map",
2021
2645
  "key":{"shape":"TagKey"},
2022
2646
  "value":{"shape":"TagValue"},
2023
- "max":50,
2647
+ "max":200,
2024
2648
  "min":1
2025
2649
  },
2026
2650
  "TagResourceRequest":{
@@ -2106,6 +2730,132 @@
2106
2730
  "members":{
2107
2731
  }
2108
2732
  },
2733
+ "UpdateContactFlowContentRequest":{
2734
+ "type":"structure",
2735
+ "required":[
2736
+ "InstanceId",
2737
+ "ContactFlowId",
2738
+ "Content"
2739
+ ],
2740
+ "members":{
2741
+ "InstanceId":{
2742
+ "shape":"InstanceId",
2743
+ "location":"uri",
2744
+ "locationName":"InstanceId"
2745
+ },
2746
+ "ContactFlowId":{
2747
+ "shape":"ContactFlowId",
2748
+ "location":"uri",
2749
+ "locationName":"ContactFlowId"
2750
+ },
2751
+ "Content":{"shape":"ContactFlowContent"}
2752
+ }
2753
+ },
2754
+ "UpdateContactFlowNameRequest":{
2755
+ "type":"structure",
2756
+ "required":[
2757
+ "InstanceId",
2758
+ "ContactFlowId"
2759
+ ],
2760
+ "members":{
2761
+ "InstanceId":{
2762
+ "shape":"InstanceId",
2763
+ "location":"uri",
2764
+ "locationName":"InstanceId"
2765
+ },
2766
+ "ContactFlowId":{
2767
+ "shape":"ContactFlowId",
2768
+ "location":"uri",
2769
+ "locationName":"ContactFlowId"
2770
+ },
2771
+ "Name":{"shape":"ContactFlowName"},
2772
+ "Description":{"shape":"ContactFlowDescription"}
2773
+ }
2774
+ },
2775
+ "UpdateRoutingProfileConcurrencyRequest":{
2776
+ "type":"structure",
2777
+ "required":[
2778
+ "InstanceId",
2779
+ "RoutingProfileId",
2780
+ "MediaConcurrencies"
2781
+ ],
2782
+ "members":{
2783
+ "InstanceId":{
2784
+ "shape":"InstanceId",
2785
+ "location":"uri",
2786
+ "locationName":"InstanceId"
2787
+ },
2788
+ "RoutingProfileId":{
2789
+ "shape":"RoutingProfileId",
2790
+ "location":"uri",
2791
+ "locationName":"RoutingProfileId"
2792
+ },
2793
+ "MediaConcurrencies":{"shape":"MediaConcurrencies"}
2794
+ }
2795
+ },
2796
+ "UpdateRoutingProfileDefaultOutboundQueueRequest":{
2797
+ "type":"structure",
2798
+ "required":[
2799
+ "InstanceId",
2800
+ "RoutingProfileId",
2801
+ "DefaultOutboundQueueId"
2802
+ ],
2803
+ "members":{
2804
+ "InstanceId":{
2805
+ "shape":"InstanceId",
2806
+ "location":"uri",
2807
+ "locationName":"InstanceId"
2808
+ },
2809
+ "RoutingProfileId":{
2810
+ "shape":"RoutingProfileId",
2811
+ "location":"uri",
2812
+ "locationName":"RoutingProfileId"
2813
+ },
2814
+ "DefaultOutboundQueueId":{"shape":"QueueId"}
2815
+ }
2816
+ },
2817
+ "UpdateRoutingProfileNameRequest":{
2818
+ "type":"structure",
2819
+ "required":[
2820
+ "InstanceId",
2821
+ "RoutingProfileId"
2822
+ ],
2823
+ "members":{
2824
+ "InstanceId":{
2825
+ "shape":"InstanceId",
2826
+ "location":"uri",
2827
+ "locationName":"InstanceId"
2828
+ },
2829
+ "RoutingProfileId":{
2830
+ "shape":"RoutingProfileId",
2831
+ "location":"uri",
2832
+ "locationName":"RoutingProfileId"
2833
+ },
2834
+ "Name":{"shape":"RoutingProfileName"},
2835
+ "Description":{"shape":"RoutingProfileDescription"}
2836
+ }
2837
+ },
2838
+ "UpdateRoutingProfileQueuesRequest":{
2839
+ "type":"structure",
2840
+ "required":[
2841
+ "InstanceId",
2842
+ "RoutingProfileId",
2843
+ "QueueConfigs"
2844
+ ],
2845
+ "members":{
2846
+ "InstanceId":{
2847
+ "shape":"InstanceId",
2848
+ "location":"uri",
2849
+ "locationName":"InstanceId"
2850
+ },
2851
+ "RoutingProfileId":{
2852
+ "shape":"RoutingProfileId",
2853
+ "location":"uri",
2854
+ "locationName":"RoutingProfileId"
2855
+ },
2856
+ "QueueConfigs":{"shape":"RoutingProfileQueueConfigList"}
2857
+ }
2858
+ },
2109
2859
  "UpdateUserHierarchyRequest":{
2110
2860
  "type":"structure",
2111
2861
  "required":[