aws-sdk 2.1148.0 → 2.1149.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1148.0-->
2
+ <!--LATEST=2.1149.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1149.0
6
+ * feature: ChimeSDKMessaging: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters.
7
+ * feature: Connect: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.
8
+
5
9
  ## 2.1148.0
6
10
  * feature: ApplicationInsights: Provide Account Level onboarding support through CFN/CLI
7
11
  * feature: Connect: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1148.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1149.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -185,6 +185,18 @@
185
185
  "ChimeBearer": {
186
186
  "location": "header",
187
187
  "locationName": "x-amz-chime-bearer"
188
+ },
189
+ "ChannelId": {
190
+ "type": "string",
191
+ "sensitive": true
192
+ },
193
+ "MemberArns": {
194
+ "type": "list",
195
+ "member": {}
196
+ },
197
+ "ModeratorArns": {
198
+ "type": "list",
199
+ "member": {}
188
200
  }
189
201
  }
190
202
  },
@@ -245,7 +257,7 @@
245
257
  "members": {
246
258
  "AppInstanceArn": {},
247
259
  "Processors": {
248
- "shape": "S19"
260
+ "shape": "S1c"
249
261
  },
250
262
  "Name": {
251
263
  "shape": "Sx"
@@ -625,7 +637,7 @@
625
637
  "members": {
626
638
  "ChannelFlowArn": {},
627
639
  "Processors": {
628
- "shape": "S19"
640
+ "shape": "S1c"
629
641
  },
630
642
  "Name": {
631
643
  "shape": "Sx"
@@ -726,7 +738,7 @@
726
738
  "type": "structure",
727
739
  "members": {
728
740
  "ChannelMembership": {
729
- "shape": "S27"
741
+ "shape": "S2a"
730
742
  }
731
743
  }
732
744
  }
@@ -763,7 +775,7 @@
763
775
  "type": "structure",
764
776
  "members": {
765
777
  "Channel": {
766
- "shape": "S2c"
778
+ "shape": "S2f"
767
779
  }
768
780
  }
769
781
  }
@@ -882,7 +894,7 @@
882
894
  "shape": "S8"
883
895
  },
884
896
  "Preferences": {
885
- "shape": "S2j"
897
+ "shape": "S2m"
886
898
  }
887
899
  }
888
900
  }
@@ -924,7 +936,7 @@
924
936
  "ChannelArn": {},
925
937
  "MessageId": {},
926
938
  "Content": {
927
- "shape": "S2q"
939
+ "shape": "S2t"
928
940
  },
929
941
  "Metadata": {
930
942
  "shape": "Sl"
@@ -947,7 +959,7 @@
947
959
  },
948
960
  "Persistence": {},
949
961
  "Status": {
950
- "shape": "S2t"
962
+ "shape": "S2w"
951
963
  },
952
964
  "MessageAttributes": {
953
965
  "shape": "Sq"
@@ -989,7 +1001,7 @@
989
1001
  "type": "structure",
990
1002
  "members": {
991
1003
  "Status": {
992
- "shape": "S2t"
1004
+ "shape": "S2w"
993
1005
  }
994
1006
  }
995
1007
  }
@@ -1039,7 +1051,7 @@
1039
1051
  "type": "integer"
1040
1052
  },
1041
1053
  "NextToken": {
1042
- "shape": "S34",
1054
+ "shape": "S37",
1043
1055
  "location": "querystring",
1044
1056
  "locationName": "next-token"
1045
1057
  },
@@ -1054,7 +1066,7 @@
1054
1066
  "members": {
1055
1067
  "ChannelArn": {},
1056
1068
  "NextToken": {
1057
- "shape": "S34"
1069
+ "shape": "S37"
1058
1070
  },
1059
1071
  "ChannelBans": {
1060
1072
  "type": "list",
@@ -1092,7 +1104,7 @@
1092
1104
  "type": "integer"
1093
1105
  },
1094
1106
  "NextToken": {
1095
- "shape": "S34",
1107
+ "shape": "S37",
1096
1108
  "location": "querystring",
1097
1109
  "locationName": "next-token"
1098
1110
  }
@@ -1111,13 +1123,13 @@
1111
1123
  "shape": "Sx"
1112
1124
  },
1113
1125
  "Processors": {
1114
- "shape": "S19"
1126
+ "shape": "S1c"
1115
1127
  }
1116
1128
  }
1117
1129
  }
1118
1130
  },
1119
1131
  "NextToken": {
1120
- "shape": "S34"
1132
+ "shape": "S37"
1121
1133
  }
1122
1134
  }
1123
1135
  }
@@ -1149,7 +1161,7 @@
1149
1161
  "type": "integer"
1150
1162
  },
1151
1163
  "NextToken": {
1152
- "shape": "S34",
1164
+ "shape": "S37",
1153
1165
  "location": "querystring",
1154
1166
  "locationName": "next-token"
1155
1167
  },
@@ -1175,7 +1187,7 @@
1175
1187
  }
1176
1188
  },
1177
1189
  "NextToken": {
1178
- "shape": "S34"
1190
+ "shape": "S37"
1179
1191
  }
1180
1192
  }
1181
1193
  }
@@ -1202,7 +1214,7 @@
1202
1214
  "type": "integer"
1203
1215
  },
1204
1216
  "NextToken": {
1205
- "shape": "S34",
1217
+ "shape": "S37",
1206
1218
  "location": "querystring",
1207
1219
  "locationName": "next-token"
1208
1220
  },
@@ -1218,11 +1230,11 @@
1218
1230
  "ChannelMemberships": {
1219
1231
  "type": "list",
1220
1232
  "member": {
1221
- "shape": "S27"
1233
+ "shape": "S2a"
1222
1234
  }
1223
1235
  },
1224
1236
  "NextToken": {
1225
- "shape": "S34"
1237
+ "shape": "S37"
1226
1238
  }
1227
1239
  }
1228
1240
  }
@@ -1264,7 +1276,7 @@
1264
1276
  "type": "integer"
1265
1277
  },
1266
1278
  "NextToken": {
1267
- "shape": "S34",
1279
+ "shape": "S37",
1268
1280
  "location": "querystring",
1269
1281
  "locationName": "next-token"
1270
1282
  },
@@ -1279,7 +1291,7 @@
1279
1291
  "members": {
1280
1292
  "ChannelArn": {},
1281
1293
  "NextToken": {
1282
- "shape": "S34"
1294
+ "shape": "S37"
1283
1295
  },
1284
1296
  "ChannelMessages": {
1285
1297
  "type": "list",
@@ -1288,7 +1300,7 @@
1288
1300
  "members": {
1289
1301
  "MessageId": {},
1290
1302
  "Content": {
1291
- "shape": "S2q"
1303
+ "shape": "S2t"
1292
1304
  },
1293
1305
  "Metadata": {
1294
1306
  "shape": "Sl"
@@ -1310,7 +1322,7 @@
1310
1322
  "type": "boolean"
1311
1323
  },
1312
1324
  "Status": {
1313
- "shape": "S2t"
1325
+ "shape": "S2w"
1314
1326
  },
1315
1327
  "MessageAttributes": {
1316
1328
  "shape": "Sq"
@@ -1344,7 +1356,7 @@
1344
1356
  "type": "integer"
1345
1357
  },
1346
1358
  "NextToken": {
1347
- "shape": "S34",
1359
+ "shape": "S37",
1348
1360
  "location": "querystring",
1349
1361
  "locationName": "next-token"
1350
1362
  },
@@ -1359,7 +1371,7 @@
1359
1371
  "members": {
1360
1372
  "ChannelArn": {},
1361
1373
  "NextToken": {
1362
- "shape": "S34"
1374
+ "shape": "S37"
1363
1375
  },
1364
1376
  "ChannelModerators": {
1365
1377
  "type": "list",
@@ -1402,7 +1414,7 @@
1402
1414
  "type": "integer"
1403
1415
  },
1404
1416
  "NextToken": {
1405
- "shape": "S34",
1417
+ "shape": "S37",
1406
1418
  "location": "querystring",
1407
1419
  "locationName": "next-token"
1408
1420
  },
@@ -1416,13 +1428,10 @@
1416
1428
  "type": "structure",
1417
1429
  "members": {
1418
1430
  "Channels": {
1419
- "type": "list",
1420
- "member": {
1421
- "shape": "S28"
1422
- }
1431
+ "shape": "S3x"
1423
1432
  },
1424
1433
  "NextToken": {
1425
- "shape": "S34"
1434
+ "shape": "S37"
1426
1435
  }
1427
1436
  }
1428
1437
  }
@@ -1449,7 +1458,7 @@
1449
1458
  "type": "integer"
1450
1459
  },
1451
1460
  "NextToken": {
1452
- "shape": "S34",
1461
+ "shape": "S37",
1453
1462
  "location": "querystring",
1454
1463
  "locationName": "next-token"
1455
1464
  }
@@ -1476,7 +1485,7 @@
1476
1485
  }
1477
1486
  },
1478
1487
  "NextToken": {
1479
- "shape": "S34"
1488
+ "shape": "S37"
1480
1489
  }
1481
1490
  }
1482
1491
  }
@@ -1503,7 +1512,7 @@
1503
1512
  "type": "integer"
1504
1513
  },
1505
1514
  "NextToken": {
1506
- "shape": "S34",
1515
+ "shape": "S37",
1507
1516
  "location": "querystring",
1508
1517
  "locationName": "next-token"
1509
1518
  },
@@ -1519,11 +1528,11 @@
1519
1528
  "Channels": {
1520
1529
  "type": "list",
1521
1530
  "member": {
1522
- "shape": "S2c"
1531
+ "shape": "S2f"
1523
1532
  }
1524
1533
  },
1525
1534
  "NextToken": {
1526
- "shape": "S34"
1535
+ "shape": "S37"
1527
1536
  }
1528
1537
  }
1529
1538
  }
@@ -1583,7 +1592,7 @@
1583
1592
  "locationName": "x-amz-chime-bearer"
1584
1593
  },
1585
1594
  "Preferences": {
1586
- "shape": "S2j"
1595
+ "shape": "S2m"
1587
1596
  }
1588
1597
  }
1589
1598
  },
@@ -1595,7 +1604,7 @@
1595
1604
  "shape": "S8"
1596
1605
  },
1597
1606
  "Preferences": {
1598
- "shape": "S2j"
1607
+ "shape": "S2m"
1599
1608
  }
1600
1609
  }
1601
1610
  }
@@ -1635,6 +1644,64 @@
1635
1644
  }
1636
1645
  }
1637
1646
  },
1647
+ "SearchChannels": {
1648
+ "http": {
1649
+ "requestUri": "/channels?operation=search",
1650
+ "responseCode": 200
1651
+ },
1652
+ "input": {
1653
+ "type": "structure",
1654
+ "required": [
1655
+ "Fields"
1656
+ ],
1657
+ "members": {
1658
+ "ChimeBearer": {
1659
+ "location": "header",
1660
+ "locationName": "x-amz-chime-bearer"
1661
+ },
1662
+ "Fields": {
1663
+ "type": "list",
1664
+ "member": {
1665
+ "type": "structure",
1666
+ "required": [
1667
+ "Key",
1668
+ "Values",
1669
+ "Operator"
1670
+ ],
1671
+ "members": {
1672
+ "Key": {},
1673
+ "Values": {
1674
+ "type": "list",
1675
+ "member": {}
1676
+ },
1677
+ "Operator": {}
1678
+ }
1679
+ }
1680
+ },
1681
+ "MaxResults": {
1682
+ "location": "querystring",
1683
+ "locationName": "max-results",
1684
+ "type": "integer"
1685
+ },
1686
+ "NextToken": {
1687
+ "shape": "S37",
1688
+ "location": "querystring",
1689
+ "locationName": "next-token"
1690
+ }
1691
+ }
1692
+ },
1693
+ "output": {
1694
+ "type": "structure",
1695
+ "members": {
1696
+ "Channels": {
1697
+ "shape": "S3x"
1698
+ },
1699
+ "NextToken": {
1700
+ "shape": "S37"
1701
+ }
1702
+ }
1703
+ }
1704
+ },
1638
1705
  "SendChannelMessage": {
1639
1706
  "http": {
1640
1707
  "requestUri": "/channels/{channelArn}/messages",
@@ -1685,7 +1752,7 @@
1685
1752
  "ChannelArn": {},
1686
1753
  "MessageId": {},
1687
1754
  "Status": {
1688
- "shape": "S2t"
1755
+ "shape": "S2w"
1689
1756
  }
1690
1757
  }
1691
1758
  }
@@ -1741,8 +1808,6 @@
1741
1808
  "type": "structure",
1742
1809
  "required": [
1743
1810
  "ChannelArn",
1744
- "Name",
1745
- "Mode",
1746
1811
  "ChimeBearer"
1747
1812
  ],
1748
1813
  "members": {
@@ -1789,7 +1854,7 @@
1789
1854
  "locationName": "channelFlowArn"
1790
1855
  },
1791
1856
  "Processors": {
1792
- "shape": "S19"
1857
+ "shape": "S1c"
1793
1858
  },
1794
1859
  "Name": {
1795
1860
  "shape": "Sx"
@@ -1826,7 +1891,7 @@
1826
1891
  "locationName": "messageId"
1827
1892
  },
1828
1893
  "Content": {
1829
- "shape": "S2q"
1894
+ "shape": "S2t"
1830
1895
  },
1831
1896
  "Metadata": {
1832
1897
  "shape": "Sl"
@@ -1843,7 +1908,7 @@
1843
1908
  "ChannelArn": {},
1844
1909
  "MessageId": {},
1845
1910
  "Status": {
1846
- "shape": "S2t"
1911
+ "shape": "S2w"
1847
1912
  }
1848
1913
  }
1849
1914
  }
@@ -1962,7 +2027,7 @@
1962
2027
  "type": "string",
1963
2028
  "sensitive": true
1964
2029
  },
1965
- "S19": {
2030
+ "S1c": {
1966
2031
  "type": "list",
1967
2032
  "member": {
1968
2033
  "type": "structure",
@@ -2002,11 +2067,11 @@
2002
2067
  }
2003
2068
  }
2004
2069
  },
2005
- "S27": {
2070
+ "S2a": {
2006
2071
  "type": "structure",
2007
2072
  "members": {
2008
2073
  "ChannelSummary": {
2009
- "shape": "S28"
2074
+ "shape": "S2b"
2010
2075
  },
2011
2076
  "AppInstanceUserMembershipSummary": {
2012
2077
  "type": "structure",
@@ -2019,7 +2084,7 @@
2019
2084
  }
2020
2085
  }
2021
2086
  },
2022
- "S28": {
2087
+ "S2b": {
2023
2088
  "type": "structure",
2024
2089
  "members": {
2025
2090
  "Name": {
@@ -2036,15 +2101,15 @@
2036
2101
  }
2037
2102
  }
2038
2103
  },
2039
- "S2c": {
2104
+ "S2f": {
2040
2105
  "type": "structure",
2041
2106
  "members": {
2042
2107
  "ChannelSummary": {
2043
- "shape": "S28"
2108
+ "shape": "S2b"
2044
2109
  }
2045
2110
  }
2046
2111
  },
2047
- "S2j": {
2112
+ "S2m": {
2048
2113
  "type": "structure",
2049
2114
  "members": {
2050
2115
  "PushNotifications": {
@@ -2062,20 +2127,26 @@
2062
2127
  }
2063
2128
  }
2064
2129
  },
2065
- "S2q": {
2130
+ "S2t": {
2066
2131
  "type": "string",
2067
2132
  "sensitive": true
2068
2133
  },
2069
- "S2t": {
2134
+ "S2w": {
2070
2135
  "type": "structure",
2071
2136
  "members": {
2072
2137
  "Value": {},
2073
2138
  "Detail": {}
2074
2139
  }
2075
2140
  },
2076
- "S34": {
2141
+ "S37": {
2077
2142
  "type": "string",
2078
2143
  "sensitive": true
2144
+ },
2145
+ "S3x": {
2146
+ "type": "list",
2147
+ "member": {
2148
+ "shape": "S2b"
2149
+ }
2079
2150
  }
2080
2151
  }
2081
2152
  }
@@ -44,6 +44,11 @@
44
44
  "input_token": "NextToken",
45
45
  "output_token": "NextToken",
46
46
  "limit_key": "MaxResults"
47
+ },
48
+ "SearchChannels": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
47
52
  }
48
53
  }
49
54
  }