aws-sdk-core 2.11.586 → 2.11.587

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
  SHA256:
3
- metadata.gz: 97a82d41beb446d67ccc0dfdd4588136cca27a6d9caea0d7a73b506fa5433505
4
- data.tar.gz: 366ebb3b5d5a4b938f1ee61c9cf14575cb09d771ff5e974446040bd5a589edd9
3
+ metadata.gz: b515341eb97266ce029a73ae427e42977e78816ae7e16c4d3ce6a65402b7ea55
4
+ data.tar.gz: 5cd94ad63c7c4bcf228487174f305a0697626ee72b7fa4c2c73ca5b736a39035
5
5
  SHA512:
6
- metadata.gz: 6313c86b8820e3606b2b590cb51d917679b752be563afe338fdd1f8a0043d5219f113f2c31fc301562486d173c1c95c882cf836315ef5926b83ed45f16843c52
7
- data.tar.gz: c1d8488604ca17c575b707bd17db477936134009d805af81e683d9cdbec87e61195b23bc4469d44a9545c06f23b95b4ff0c7bfa36be22c09e466852ff5cfdd42
6
+ metadata.gz: 1516957c109473b0d701a717475dd0ca4c7e4662d0cdd9ddd7f4a67be580ae1ef047d82cdc395fed43437a6e05a27ec4745c58a5cb335414daa49f311d2198e8
7
+ data.tar.gz: 479381062b09c92171a200b5b9f7239edcb02c879cd9c6cf7b8ddc33a3ccc0e3bf4ee6a5023b3fcf11898524cedd358fa7756b430df8d52271f83b98f8a11e63
@@ -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":[
@@ -28,12 +28,24 @@
28
28
  "output_token": "NextToken",
29
29
  "result_key": "PhoneNumberSummaryList"
30
30
  },
31
+ "ListPrompts": {
32
+ "input_token": "NextToken",
33
+ "limit_key": "MaxResults",
34
+ "output_token": "NextToken",
35
+ "result_key": "PromptSummaryList"
36
+ },
31
37
  "ListQueues": {
32
38
  "input_token": "NextToken",
33
39
  "limit_key": "MaxResults",
34
40
  "output_token": "NextToken",
35
41
  "result_key": "QueueSummaryList"
36
42
  },
43
+ "ListRoutingProfileQueues": {
44
+ "input_token": "NextToken",
45
+ "limit_key": "MaxResults",
46
+ "output_token": "NextToken",
47
+ "result_key": "RoutingProfileQueueConfigSummaryList"
48
+ },
37
49
  "ListRoutingProfiles": {
38
50
  "input_token": "NextToken",
39
51
  "limit_key": "MaxResults",
@@ -502,7 +502,7 @@
502
502
  "ScheduleList":{
503
503
  "type":"list",
504
504
  "member":{"shape":"Schedule"},
505
- "max":1,
505
+ "max":4,
506
506
  "min":1
507
507
  },
508
508
  "ScheduleName":{
@@ -947,6 +947,25 @@
947
947
  "shape" : "BadRequestException"
948
948
  } ]
949
949
  },
950
+ "GetThingRuntimeConfiguration" : {
951
+ "name" : "GetThingRuntimeConfiguration",
952
+ "http" : {
953
+ "method" : "GET",
954
+ "requestUri" : "/greengrass/things/{ThingName}/runtimeconfig",
955
+ "responseCode" : 200
956
+ },
957
+ "input" : {
958
+ "shape" : "GetThingRuntimeConfigurationRequest"
959
+ },
960
+ "output" : {
961
+ "shape" : "GetThingRuntimeConfigurationResponse"
962
+ },
963
+ "errors" : [ {
964
+ "shape" : "BadRequestException"
965
+ }, {
966
+ "shape" : "InternalServerErrorException"
967
+ } ]
968
+ },
950
969
  "ListBulkDeploymentDetailedReports" : {
951
970
  "name" : "ListBulkDeploymentDetailedReports",
952
971
  "http" : {
@@ -1542,6 +1561,25 @@
1542
1561
  "errors" : [ {
1543
1562
  "shape" : "BadRequestException"
1544
1563
  } ]
1564
+ },
1565
+ "UpdateThingRuntimeConfiguration" : {
1566
+ "name" : "UpdateThingRuntimeConfiguration",
1567
+ "http" : {
1568
+ "method" : "PUT",
1569
+ "requestUri" : "/greengrass/things/{ThingName}/runtimeconfig",
1570
+ "responseCode" : 200
1571
+ },
1572
+ "input" : {
1573
+ "shape" : "UpdateThingRuntimeConfigurationRequest"
1574
+ },
1575
+ "output" : {
1576
+ "shape" : "UpdateThingRuntimeConfigurationResponse"
1577
+ },
1578
+ "errors" : [ {
1579
+ "shape" : "BadRequestException"
1580
+ }, {
1581
+ "shape" : "InternalServerErrorException"
1582
+ } ]
1545
1583
  }
1546
1584
  },
1547
1585
  "shapes" : {
@@ -1672,6 +1710,10 @@
1672
1710
  "shape" : "BulkDeployment"
1673
1711
  }
1674
1712
  },
1713
+ "ConfigurationSyncStatus" : {
1714
+ "type" : "string",
1715
+ "enum" : [ "InSync", "OutOfSync" ]
1716
+ },
1675
1717
  "ConnectivityInfo" : {
1676
1718
  "type" : "structure",
1677
1719
  "members" : {
@@ -3730,6 +3772,25 @@
3730
3772
  }
3731
3773
  }
3732
3774
  },
3775
+ "GetThingRuntimeConfigurationRequest" : {
3776
+ "type" : "structure",
3777
+ "members" : {
3778
+ "ThingName" : {
3779
+ "shape" : "__string",
3780
+ "location" : "uri",
3781
+ "locationName" : "ThingName"
3782
+ }
3783
+ },
3784
+ "required" : [ "ThingName" ]
3785
+ },
3786
+ "GetThingRuntimeConfigurationResponse" : {
3787
+ "type" : "structure",
3788
+ "members" : {
3789
+ "RuntimeConfiguration" : {
3790
+ "shape" : "RuntimeConfiguration"
3791
+ }
3792
+ }
3793
+ },
3733
3794
  "GroupCertificateAuthorityProperties" : {
3734
3795
  "type" : "structure",
3735
3796
  "members" : {
@@ -4614,6 +4675,22 @@
4614
4675
  },
4615
4676
  "required" : [ "GroupOwner", "GroupPermission" ]
4616
4677
  },
4678
+ "RuntimeConfiguration" : {
4679
+ "type" : "structure",
4680
+ "members" : {
4681
+ "TelemetryConfiguration" : {
4682
+ "shape" : "TelemetryConfiguration"
4683
+ }
4684
+ }
4685
+ },
4686
+ "RuntimeConfigurationUpdate" : {
4687
+ "type" : "structure",
4688
+ "members" : {
4689
+ "TelemetryConfiguration" : {
4690
+ "shape" : "TelemetryConfigurationUpdate"
4691
+ }
4692
+ }
4693
+ },
4617
4694
  "S3MachineLearningModelResourceData" : {
4618
4695
  "type" : "structure",
4619
4696
  "members" : {
@@ -4755,6 +4832,31 @@
4755
4832
  "shape" : "__string"
4756
4833
  }
4757
4834
  },
4835
+ "Telemetry" : {
4836
+ "type" : "string",
4837
+ "enum" : [ "On", "Off" ]
4838
+ },
4839
+ "TelemetryConfiguration" : {
4840
+ "type" : "structure",
4841
+ "members" : {
4842
+ "ConfigurationSyncStatus" : {
4843
+ "shape" : "ConfigurationSyncStatus"
4844
+ },
4845
+ "Telemetry" : {
4846
+ "shape" : "Telemetry"
4847
+ }
4848
+ },
4849
+ "required" : [ "Telemetry" ]
4850
+ },
4851
+ "TelemetryConfigurationUpdate" : {
4852
+ "type" : "structure",
4853
+ "members" : {
4854
+ "Telemetry" : {
4855
+ "shape" : "Telemetry"
4856
+ }
4857
+ },
4858
+ "required" : [ "Telemetry" ]
4859
+ },
4758
4860
  "UntagResourceRequest" : {
4759
4861
  "type" : "structure",
4760
4862
  "members" : {
@@ -4987,6 +5089,24 @@
4987
5089
  "type" : "string",
4988
5090
  "enum" : [ "ubuntu", "raspbian", "amazon_linux", "openwrt" ]
4989
5091
  },
5092
+ "UpdateThingRuntimeConfigurationRequest" : {
5093
+ "type" : "structure",
5094
+ "members" : {
5095
+ "TelemetryConfiguration" : {
5096
+ "shape" : "TelemetryConfigurationUpdate"
5097
+ },
5098
+ "ThingName" : {
5099
+ "shape" : "__string",
5100
+ "location" : "uri",
5101
+ "locationName" : "ThingName"
5102
+ }
5103
+ },
5104
+ "required" : [ "ThingName" ]
5105
+ },
5106
+ "UpdateThingRuntimeConfigurationResponse" : {
5107
+ "type" : "structure",
5108
+ "members" : { }
5109
+ },
4990
5110
  "VersionInformation" : {
4991
5111
  "type" : "structure",
4992
5112
  "members" : {
@@ -461,7 +461,8 @@
461
461
  "input":{"shape":"DescribeProvisionedProductInput"},
462
462
  "output":{"shape":"DescribeProvisionedProductOutput"},
463
463
  "errors":[
464
- {"shape":"ResourceNotFoundException"}
464
+ {"shape":"ResourceNotFoundException"},
465
+ {"shape":"InvalidParametersException"}
465
466
  ]
466
467
  },
467
468
  "DescribeProvisionedProductPlan":{
@@ -1852,10 +1853,10 @@
1852
1853
  },
1853
1854
  "DescribeProvisionedProductInput":{
1854
1855
  "type":"structure",
1855
- "required":["Id"],
1856
1856
  "members":{
1857
1857
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1858
- "Id":{"shape":"Id"}
1858
+ "Id":{"shape":"Id"},
1859
+ "Name":{"shape":"ProvisionedProductName"}
1859
1860
  }
1860
1861
  },
1861
1862
  "DescribeProvisionedProductOutput":{
@@ -3272,6 +3272,7 @@
3272
3272
  "ca-central-1" : { },
3273
3273
  "eu-central-1" : { },
3274
3274
  "eu-north-1" : { },
3275
+ "eu-south-1" : { },
3275
3276
  "eu-west-1" : { },
3276
3277
  "eu-west-2" : { },
3277
3278
  "eu-west-3" : { },
@@ -4010,6 +4011,24 @@
4010
4011
  },
4011
4012
  "oidc" : {
4012
4013
  "endpoints" : {
4014
+ "ap-northeast-1" : {
4015
+ "credentialScope" : {
4016
+ "region" : "ap-northeast-1"
4017
+ },
4018
+ "hostname" : "oidc.ap-northeast-1.amazonaws.com"
4019
+ },
4020
+ "ap-northeast-2" : {
4021
+ "credentialScope" : {
4022
+ "region" : "ap-northeast-2"
4023
+ },
4024
+ "hostname" : "oidc.ap-northeast-2.amazonaws.com"
4025
+ },
4026
+ "ap-south-1" : {
4027
+ "credentialScope" : {
4028
+ "region" : "ap-south-1"
4029
+ },
4030
+ "hostname" : "oidc.ap-south-1.amazonaws.com"
4031
+ },
4013
4032
  "ap-southeast-1" : {
4014
4033
  "credentialScope" : {
4015
4034
  "region" : "ap-southeast-1"
@@ -7527,6 +7546,12 @@
7527
7546
  }
7528
7547
  }
7529
7548
  },
7549
+ "ebs" : {
7550
+ "endpoints" : {
7551
+ "us-gov-east-1" : { },
7552
+ "us-gov-west-1" : { }
7553
+ }
7554
+ },
7530
7555
  "ec2" : {
7531
7556
  "endpoints" : {
7532
7557
  "us-gov-east-1" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.586'
2
+ VERSION = '2.11.587'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.586
4
+ version: 2.11.587
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath