aws-sdk-core 2.10.53 → 2.10.54

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: c8972b133e00ef2d78e4b7ec2aabdb11f36548f3
4
- data.tar.gz: 56b85f4e12dff2fba1890324766b4e7532876883
3
+ metadata.gz: 6b349140ff7cc4081bfb224d7186df8b0795e59c
4
+ data.tar.gz: 985d44f69223f2e0043fe908de3ccda692e38eae
5
5
  SHA512:
6
- metadata.gz: a18f0ae265661dec4e7c90c4bd017086e53c902f2b726e31b1e37aaa4f405a05937aeb7b01abc2baabc75d6718b84124fad634dd0c626fee5f45109e70cbda8a
7
- data.tar.gz: a76f5ddd980c606607a187b340f27ba68bbaf3ce6eadfe8feb555a5d164d5e253ef6bcb86077e09f85f81f87c620f50ee6e6ebe5c16fa07d0b7181bd8471469c
6
+ metadata.gz: 992aa549bcee9e3ef16707b334280daaf82cdf4072eb19cdae37f9ee853b38ab915abcfc4cf532095e1ccac2c18e8dcfc996eb8865202bc4d9f3ca932654cf00
7
+ data.tar.gz: 3233944a1b6b0d7a16556df2bfeac68fd3bc30f1e56075c48bbad7546d875d8223b682c05378fbf9af50865dd9f57dc1dbe7fe269d047d8c3b5e42a69311c06a
@@ -6,7 +6,8 @@
6
6
  "serviceFullName" : "Amazon Pinpoint",
7
7
  "signatureVersion":"v4",
8
8
  "protocol" : "rest-json",
9
- "jsonVersion" : "1.1"
9
+ "jsonVersion" : "1.1",
10
+ "uid":"pinpoint-2016-12-01"
10
11
  },
11
12
  "operations" : {
12
13
  "CreateApp" : {
@@ -117,6 +118,33 @@
117
118
  "shape" : "TooManyRequestsException"
118
119
  } ]
119
120
  },
121
+ "DeleteAdmChannel" : {
122
+ "name" : "DeleteAdmChannel",
123
+ "http" : {
124
+ "method" : "DELETE",
125
+ "requestUri" : "/v1/apps/{application-id}/channels/adm",
126
+ "responseCode" : 200
127
+ },
128
+ "input" : {
129
+ "shape" : "DeleteAdmChannelRequest"
130
+ },
131
+ "output" : {
132
+ "shape" : "DeleteAdmChannelResponse"
133
+ },
134
+ "errors" : [ {
135
+ "shape" : "BadRequestException"
136
+ }, {
137
+ "shape" : "InternalServerErrorException"
138
+ }, {
139
+ "shape" : "ForbiddenException"
140
+ }, {
141
+ "shape" : "NotFoundException"
142
+ }, {
143
+ "shape" : "MethodNotAllowedException"
144
+ }, {
145
+ "shape" : "TooManyRequestsException"
146
+ } ]
147
+ },
120
148
  "DeleteApnsChannel" : {
121
149
  "name" : "DeleteApnsChannel",
122
150
  "http" : {
@@ -198,6 +226,33 @@
198
226
  "shape" : "TooManyRequestsException"
199
227
  } ]
200
228
  },
229
+ "DeleteBaiduChannel" : {
230
+ "name" : "DeleteBaiduChannel",
231
+ "http" : {
232
+ "method" : "DELETE",
233
+ "requestUri" : "/v1/apps/{application-id}/channels/baidu",
234
+ "responseCode" : 200
235
+ },
236
+ "input" : {
237
+ "shape" : "DeleteBaiduChannelRequest"
238
+ },
239
+ "output" : {
240
+ "shape" : "DeleteBaiduChannelResponse"
241
+ },
242
+ "errors" : [ {
243
+ "shape" : "BadRequestException"
244
+ }, {
245
+ "shape" : "InternalServerErrorException"
246
+ }, {
247
+ "shape" : "ForbiddenException"
248
+ }, {
249
+ "shape" : "NotFoundException"
250
+ }, {
251
+ "shape" : "MethodNotAllowedException"
252
+ }, {
253
+ "shape" : "TooManyRequestsException"
254
+ } ]
255
+ },
201
256
  "DeleteCampaign" : {
202
257
  "name" : "DeleteCampaign",
203
258
  "http" : {
@@ -360,6 +415,33 @@
360
415
  "shape" : "TooManyRequestsException"
361
416
  } ]
362
417
  },
418
+ "GetAdmChannel" : {
419
+ "name" : "GetAdmChannel",
420
+ "http" : {
421
+ "method" : "GET",
422
+ "requestUri" : "/v1/apps/{application-id}/channels/adm",
423
+ "responseCode" : 200
424
+ },
425
+ "input" : {
426
+ "shape" : "GetAdmChannelRequest"
427
+ },
428
+ "output" : {
429
+ "shape" : "GetAdmChannelResponse"
430
+ },
431
+ "errors" : [ {
432
+ "shape" : "BadRequestException"
433
+ }, {
434
+ "shape" : "InternalServerErrorException"
435
+ }, {
436
+ "shape" : "ForbiddenException"
437
+ }, {
438
+ "shape" : "NotFoundException"
439
+ }, {
440
+ "shape" : "MethodNotAllowedException"
441
+ }, {
442
+ "shape" : "TooManyRequestsException"
443
+ } ]
444
+ },
363
445
  "GetApnsChannel" : {
364
446
  "name" : "GetApnsChannel",
365
447
  "http" : {
@@ -495,6 +577,33 @@
495
577
  "shape" : "TooManyRequestsException"
496
578
  } ]
497
579
  },
580
+ "GetBaiduChannel" : {
581
+ "name" : "GetBaiduChannel",
582
+ "http" : {
583
+ "method" : "GET",
584
+ "requestUri" : "/v1/apps/{application-id}/channels/baidu",
585
+ "responseCode" : 200
586
+ },
587
+ "input" : {
588
+ "shape" : "GetBaiduChannelRequest"
589
+ },
590
+ "output" : {
591
+ "shape" : "GetBaiduChannelResponse"
592
+ },
593
+ "errors" : [ {
594
+ "shape" : "BadRequestException"
595
+ }, {
596
+ "shape" : "InternalServerErrorException"
597
+ }, {
598
+ "shape" : "ForbiddenException"
599
+ }, {
600
+ "shape" : "NotFoundException"
601
+ }, {
602
+ "shape" : "MethodNotAllowedException"
603
+ }, {
604
+ "shape" : "TooManyRequestsException"
605
+ } ]
606
+ },
498
607
  "GetCampaign" : {
499
608
  "name" : "GetCampaign",
500
609
  "http" : {
@@ -1008,6 +1117,60 @@
1008
1117
  "shape" : "TooManyRequestsException"
1009
1118
  } ]
1010
1119
  },
1120
+ "SendUsersMessages" : {
1121
+ "name" : "SendUsersMessages",
1122
+ "http" : {
1123
+ "method" : "POST",
1124
+ "requestUri" : "/v1/apps/{application-id}/users-messages",
1125
+ "responseCode" : 200
1126
+ },
1127
+ "input" : {
1128
+ "shape" : "SendUsersMessagesRequest"
1129
+ },
1130
+ "output" : {
1131
+ "shape" : "SendUsersMessagesResponse"
1132
+ },
1133
+ "errors" : [ {
1134
+ "shape" : "BadRequestException"
1135
+ }, {
1136
+ "shape" : "InternalServerErrorException"
1137
+ }, {
1138
+ "shape" : "ForbiddenException"
1139
+ }, {
1140
+ "shape" : "NotFoundException"
1141
+ }, {
1142
+ "shape" : "MethodNotAllowedException"
1143
+ }, {
1144
+ "shape" : "TooManyRequestsException"
1145
+ } ]
1146
+ },
1147
+ "UpdateAdmChannel" : {
1148
+ "name" : "UpdateAdmChannel",
1149
+ "http" : {
1150
+ "method" : "PUT",
1151
+ "requestUri" : "/v1/apps/{application-id}/channels/adm",
1152
+ "responseCode" : 200
1153
+ },
1154
+ "input" : {
1155
+ "shape" : "UpdateAdmChannelRequest"
1156
+ },
1157
+ "output" : {
1158
+ "shape" : "UpdateAdmChannelResponse"
1159
+ },
1160
+ "errors" : [ {
1161
+ "shape" : "BadRequestException"
1162
+ }, {
1163
+ "shape" : "InternalServerErrorException"
1164
+ }, {
1165
+ "shape" : "ForbiddenException"
1166
+ }, {
1167
+ "shape" : "NotFoundException"
1168
+ }, {
1169
+ "shape" : "MethodNotAllowedException"
1170
+ }, {
1171
+ "shape" : "TooManyRequestsException"
1172
+ } ]
1173
+ },
1011
1174
  "UpdateApnsChannel" : {
1012
1175
  "name" : "UpdateApnsChannel",
1013
1176
  "http" : {
@@ -1089,6 +1252,33 @@
1089
1252
  "shape" : "TooManyRequestsException"
1090
1253
  } ]
1091
1254
  },
1255
+ "UpdateBaiduChannel" : {
1256
+ "name" : "UpdateBaiduChannel",
1257
+ "http" : {
1258
+ "method" : "PUT",
1259
+ "requestUri" : "/v1/apps/{application-id}/channels/baidu",
1260
+ "responseCode" : 200
1261
+ },
1262
+ "input" : {
1263
+ "shape" : "UpdateBaiduChannelRequest"
1264
+ },
1265
+ "output" : {
1266
+ "shape" : "UpdateBaiduChannelResponse"
1267
+ },
1268
+ "errors" : [ {
1269
+ "shape" : "BadRequestException"
1270
+ }, {
1271
+ "shape" : "InternalServerErrorException"
1272
+ }, {
1273
+ "shape" : "ForbiddenException"
1274
+ }, {
1275
+ "shape" : "NotFoundException"
1276
+ }, {
1277
+ "shape" : "MethodNotAllowedException"
1278
+ }, {
1279
+ "shape" : "TooManyRequestsException"
1280
+ } ]
1281
+ },
1092
1282
  "UpdateCampaign" : {
1093
1283
  "name" : "UpdateCampaign",
1094
1284
  "http" : {
@@ -1280,17 +1470,134 @@
1280
1470
  }
1281
1471
  },
1282
1472
  "shapes" : {
1473
+ "ADMChannelRequest" : {
1474
+ "type" : "structure",
1475
+ "members" : {
1476
+ "ClientId" : {
1477
+ "shape" : "__string"
1478
+ },
1479
+ "ClientSecret" : {
1480
+ "shape" : "__string"
1481
+ },
1482
+ "Enabled" : {
1483
+ "shape" : "__boolean"
1484
+ }
1485
+ }
1486
+ },
1487
+ "ADMChannelResponse" : {
1488
+ "type" : "structure",
1489
+ "members" : {
1490
+ "ApplicationId" : {
1491
+ "shape" : "__string"
1492
+ },
1493
+ "CreationDate" : {
1494
+ "shape" : "__string"
1495
+ },
1496
+ "Enabled" : {
1497
+ "shape" : "__boolean"
1498
+ },
1499
+ "Id" : {
1500
+ "shape" : "__string"
1501
+ },
1502
+ "IsArchived" : {
1503
+ "shape" : "__boolean"
1504
+ },
1505
+ "LastModifiedBy" : {
1506
+ "shape" : "__string"
1507
+ },
1508
+ "LastModifiedDate" : {
1509
+ "shape" : "__string"
1510
+ },
1511
+ "Platform" : {
1512
+ "shape" : "__string"
1513
+ },
1514
+ "Version" : {
1515
+ "shape" : "__integer"
1516
+ }
1517
+ }
1518
+ },
1519
+ "ADMMessage" : {
1520
+ "type" : "structure",
1521
+ "members" : {
1522
+ "Action" : {
1523
+ "shape" : "Action"
1524
+ },
1525
+ "Body" : {
1526
+ "shape" : "__string"
1527
+ },
1528
+ "ConsolidationKey" : {
1529
+ "shape" : "__string"
1530
+ },
1531
+ "Data" : {
1532
+ "shape" : "MapOf__string"
1533
+ },
1534
+ "ExpiresAfter" : {
1535
+ "shape" : "__string"
1536
+ },
1537
+ "IconReference" : {
1538
+ "shape" : "__string"
1539
+ },
1540
+ "ImageIconUrl" : {
1541
+ "shape" : "__string"
1542
+ },
1543
+ "ImageUrl" : {
1544
+ "shape" : "__string"
1545
+ },
1546
+ "JsonData" : {
1547
+ "shape" : "__string"
1548
+ },
1549
+ "MD5" : {
1550
+ "shape" : "__string"
1551
+ },
1552
+ "RawContent" : {
1553
+ "shape" : "__string"
1554
+ },
1555
+ "SilentPush" : {
1556
+ "shape" : "__boolean"
1557
+ },
1558
+ "SmallImageIconUrl" : {
1559
+ "shape" : "__string"
1560
+ },
1561
+ "Sound" : {
1562
+ "shape" : "__string"
1563
+ },
1564
+ "Substitutions" : {
1565
+ "shape" : "MapOfListOf__string"
1566
+ },
1567
+ "Title" : {
1568
+ "shape" : "__string"
1569
+ },
1570
+ "Url" : {
1571
+ "shape" : "__string"
1572
+ }
1573
+ }
1574
+ },
1283
1575
  "APNSChannelRequest" : {
1284
1576
  "type" : "structure",
1285
1577
  "members" : {
1578
+ "BundleId" : {
1579
+ "shape" : "__string"
1580
+ },
1286
1581
  "Certificate" : {
1287
1582
  "shape" : "__string"
1288
1583
  },
1584
+ "DefaultAuthenticationMethod" : {
1585
+ "shape" : "__string"
1586
+ },
1289
1587
  "Enabled" : {
1290
1588
  "shape" : "__boolean"
1291
1589
  },
1292
1590
  "PrivateKey" : {
1293
1591
  "shape" : "__string"
1592
+ },
1593
+ "TeamId" : {
1594
+ "shape" : "__string"
1595
+ },
1596
+ "TokenKey" : {
1597
+ "shape" : "__string"
1598
+ },
1599
+ "TokenKeyId" : {
1600
+ "shape" : "__string"
1294
1601
  }
1295
1602
  }
1296
1603
  },
@@ -1344,9 +1651,15 @@
1344
1651
  "Data" : {
1345
1652
  "shape" : "MapOf__string"
1346
1653
  },
1654
+ "JsonData" : {
1655
+ "shape" : "__string"
1656
+ },
1347
1657
  "MediaUrl" : {
1348
1658
  "shape" : "__string"
1349
1659
  },
1660
+ "PreferredAuthenticationMethod" : {
1661
+ "shape" : "__string"
1662
+ },
1350
1663
  "RawContent" : {
1351
1664
  "shape" : "__string"
1352
1665
  },
@@ -1373,14 +1686,29 @@
1373
1686
  "APNSSandboxChannelRequest" : {
1374
1687
  "type" : "structure",
1375
1688
  "members" : {
1689
+ "BundleId" : {
1690
+ "shape" : "__string"
1691
+ },
1376
1692
  "Certificate" : {
1377
1693
  "shape" : "__string"
1378
1694
  },
1695
+ "DefaultAuthenticationMethod" : {
1696
+ "shape" : "__string"
1697
+ },
1379
1698
  "Enabled" : {
1380
1699
  "shape" : "__boolean"
1381
1700
  },
1382
1701
  "PrivateKey" : {
1383
1702
  "shape" : "__string"
1703
+ },
1704
+ "TeamId" : {
1705
+ "shape" : "__string"
1706
+ },
1707
+ "TokenKey" : {
1708
+ "shape" : "__string"
1709
+ },
1710
+ "TokenKeyId" : {
1711
+ "shape" : "__string"
1384
1712
  }
1385
1713
  }
1386
1714
  },
@@ -1555,13 +1883,109 @@
1555
1883
  "Message" : {
1556
1884
  "shape" : "__string"
1557
1885
  },
1558
- "RequestID" : {
1886
+ "RequestID" : {
1887
+ "shape" : "__string"
1888
+ }
1889
+ },
1890
+ "exception" : true,
1891
+ "error" : {
1892
+ "httpStatusCode" : 400
1893
+ }
1894
+ },
1895
+ "BaiduChannelRequest" : {
1896
+ "type" : "structure",
1897
+ "members" : {
1898
+ "ApiKey" : {
1899
+ "shape" : "__string"
1900
+ },
1901
+ "Enabled" : {
1902
+ "shape" : "__boolean"
1903
+ },
1904
+ "SecretKey" : {
1905
+ "shape" : "__string"
1906
+ }
1907
+ }
1908
+ },
1909
+ "BaiduChannelResponse" : {
1910
+ "type" : "structure",
1911
+ "members" : {
1912
+ "ApplicationId" : {
1913
+ "shape" : "__string"
1914
+ },
1915
+ "CreationDate" : {
1916
+ "shape" : "__string"
1917
+ },
1918
+ "Credential" : {
1919
+ "shape" : "__string"
1920
+ },
1921
+ "Enabled" : {
1922
+ "shape" : "__boolean"
1923
+ },
1924
+ "Id" : {
1925
+ "shape" : "__string"
1926
+ },
1927
+ "IsArchived" : {
1928
+ "shape" : "__boolean"
1929
+ },
1930
+ "LastModifiedBy" : {
1931
+ "shape" : "__string"
1932
+ },
1933
+ "LastModifiedDate" : {
1934
+ "shape" : "__string"
1935
+ },
1936
+ "Platform" : {
1937
+ "shape" : "__string"
1938
+ },
1939
+ "Version" : {
1940
+ "shape" : "__integer"
1941
+ }
1942
+ }
1943
+ },
1944
+ "BaiduMessage" : {
1945
+ "type" : "structure",
1946
+ "members" : {
1947
+ "Action" : {
1948
+ "shape" : "Action"
1949
+ },
1950
+ "Body" : {
1951
+ "shape" : "__string"
1952
+ },
1953
+ "Data" : {
1954
+ "shape" : "MapOf__string"
1955
+ },
1956
+ "IconReference" : {
1957
+ "shape" : "__string"
1958
+ },
1959
+ "ImageIconUrl" : {
1960
+ "shape" : "__string"
1961
+ },
1962
+ "ImageUrl" : {
1963
+ "shape" : "__string"
1964
+ },
1965
+ "JsonData" : {
1966
+ "shape" : "__string"
1967
+ },
1968
+ "RawContent" : {
1969
+ "shape" : "__string"
1970
+ },
1971
+ "SilentPush" : {
1972
+ "shape" : "__boolean"
1973
+ },
1974
+ "SmallImageIconUrl" : {
1975
+ "shape" : "__string"
1976
+ },
1977
+ "Sound" : {
1978
+ "shape" : "__string"
1979
+ },
1980
+ "Substitutions" : {
1981
+ "shape" : "MapOfListOf__string"
1982
+ },
1983
+ "Title" : {
1984
+ "shape" : "__string"
1985
+ },
1986
+ "Url" : {
1559
1987
  "shape" : "__string"
1560
1988
  }
1561
- },
1562
- "exception" : true,
1563
- "error" : {
1564
- "httpStatusCode" : 400
1565
1989
  }
1566
1990
  },
1567
1991
  "CampaignEmailMessage" : {
@@ -1587,6 +2011,12 @@
1587
2011
  "Daily" : {
1588
2012
  "shape" : "__integer"
1589
2013
  },
2014
+ "MaximumDuration" : {
2015
+ "shape" : "__integer"
2016
+ },
2017
+ "MessagesPerSecond" : {
2018
+ "shape" : "__integer"
2019
+ },
1590
2020
  "Total" : {
1591
2021
  "shape" : "__integer"
1592
2022
  }
@@ -1693,7 +2123,7 @@
1693
2123
  },
1694
2124
  "ChannelType" : {
1695
2125
  "type" : "string",
1696
- "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL" ]
2126
+ "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU" ]
1697
2127
  },
1698
2128
  "CreateAppRequest" : {
1699
2129
  "type" : "structure",
@@ -1821,6 +2251,9 @@
1821
2251
  "Data" : {
1822
2252
  "shape" : "MapOf__string"
1823
2253
  },
2254
+ "JsonData" : {
2255
+ "shape" : "__string"
2256
+ },
1824
2257
  "SilentPush" : {
1825
2258
  "shape" : "__boolean"
1826
2259
  },
@@ -1835,6 +2268,27 @@
1835
2268
  }
1836
2269
  }
1837
2270
  },
2271
+ "DeleteAdmChannelRequest" : {
2272
+ "type" : "structure",
2273
+ "members" : {
2274
+ "ApplicationId" : {
2275
+ "shape" : "__string",
2276
+ "location" : "uri",
2277
+ "locationName" : "application-id"
2278
+ }
2279
+ },
2280
+ "required" : [ "ApplicationId" ]
2281
+ },
2282
+ "DeleteAdmChannelResponse" : {
2283
+ "type" : "structure",
2284
+ "members" : {
2285
+ "ADMChannelResponse" : {
2286
+ "shape" : "ADMChannelResponse"
2287
+ }
2288
+ },
2289
+ "required" : [ "ADMChannelResponse" ],
2290
+ "payload" : "ADMChannelResponse"
2291
+ },
1838
2292
  "DeleteApnsChannelRequest" : {
1839
2293
  "type" : "structure",
1840
2294
  "members" : {
@@ -1898,6 +2352,27 @@
1898
2352
  "required" : [ "ApplicationResponse" ],
1899
2353
  "payload" : "ApplicationResponse"
1900
2354
  },
2355
+ "DeleteBaiduChannelRequest" : {
2356
+ "type" : "structure",
2357
+ "members" : {
2358
+ "ApplicationId" : {
2359
+ "shape" : "__string",
2360
+ "location" : "uri",
2361
+ "locationName" : "application-id"
2362
+ }
2363
+ },
2364
+ "required" : [ "ApplicationId" ]
2365
+ },
2366
+ "DeleteBaiduChannelResponse" : {
2367
+ "type" : "structure",
2368
+ "members" : {
2369
+ "BaiduChannelResponse" : {
2370
+ "shape" : "BaiduChannelResponse"
2371
+ }
2372
+ },
2373
+ "required" : [ "BaiduChannelResponse" ],
2374
+ "payload" : "BaiduChannelResponse"
2375
+ },
1901
2376
  "DeleteCampaignRequest" : {
1902
2377
  "type" : "structure",
1903
2378
  "members" : {
@@ -2036,7 +2511,7 @@
2036
2511
  },
2037
2512
  "DeliveryStatus" : {
2038
2513
  "type" : "string",
2039
- "enum" : [ "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE" ]
2514
+ "enum" : [ "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE" ]
2040
2515
  },
2041
2516
  "DimensionType" : {
2042
2517
  "type" : "string",
@@ -2045,15 +2520,24 @@
2045
2520
  "DirectMessageConfiguration" : {
2046
2521
  "type" : "structure",
2047
2522
  "members" : {
2523
+ "ADMMessage" : {
2524
+ "shape" : "ADMMessage"
2525
+ },
2048
2526
  "APNSMessage" : {
2049
2527
  "shape" : "APNSMessage"
2050
2528
  },
2529
+ "BaiduMessage" : {
2530
+ "shape" : "BaiduMessage"
2531
+ },
2051
2532
  "DefaultMessage" : {
2052
2533
  "shape" : "DefaultMessage"
2053
2534
  },
2054
2535
  "DefaultPushNotificationMessage" : {
2055
2536
  "shape" : "DefaultPushNotificationMessage"
2056
2537
  },
2538
+ "EmailMessage" : {
2539
+ "shape" : "EmailMessage"
2540
+ },
2057
2541
  "GCMMessage" : {
2058
2542
  "shape" : "GCMMessage"
2059
2543
  },
@@ -2124,6 +2608,29 @@
2124
2608
  }
2125
2609
  }
2126
2610
  },
2611
+ "EmailMessage" : {
2612
+ "type" : "structure",
2613
+ "members" : {
2614
+ "Body" : {
2615
+ "shape" : "__string"
2616
+ },
2617
+ "FromAddress" : {
2618
+ "shape" : "__string"
2619
+ },
2620
+ "HtmlBody" : {
2621
+ "shape" : "__string"
2622
+ },
2623
+ "Substitutions" : {
2624
+ "shape" : "MapOfListOf__string"
2625
+ },
2626
+ "TemplateArn" : {
2627
+ "shape" : "__string"
2628
+ },
2629
+ "Title" : {
2630
+ "shape" : "__string"
2631
+ }
2632
+ }
2633
+ },
2127
2634
  "EndpointBatchItem" : {
2128
2635
  "type" : "structure",
2129
2636
  "members" : {
@@ -2225,6 +2732,26 @@
2225
2732
  }
2226
2733
  }
2227
2734
  },
2735
+ "EndpointMessageResult" : {
2736
+ "type" : "structure",
2737
+ "members" : {
2738
+ "Address" : {
2739
+ "shape" : "__string"
2740
+ },
2741
+ "DeliveryStatus" : {
2742
+ "shape" : "DeliveryStatus"
2743
+ },
2744
+ "StatusCode" : {
2745
+ "shape" : "__integer"
2746
+ },
2747
+ "StatusMessage" : {
2748
+ "shape" : "__string"
2749
+ },
2750
+ "UpdatedToken" : {
2751
+ "shape" : "__string"
2752
+ }
2753
+ }
2754
+ },
2228
2755
  "EndpointRequest" : {
2229
2756
  "type" : "structure",
2230
2757
  "members" : {
@@ -2316,6 +2843,26 @@
2316
2843
  }
2317
2844
  }
2318
2845
  },
2846
+ "EndpointSendConfiguration" : {
2847
+ "type" : "structure",
2848
+ "members" : {
2849
+ "BodyOverride" : {
2850
+ "shape" : "__string"
2851
+ },
2852
+ "Context" : {
2853
+ "shape" : "MapOf__string"
2854
+ },
2855
+ "RawContent" : {
2856
+ "shape" : "__string"
2857
+ },
2858
+ "Substitutions" : {
2859
+ "shape" : "MapOfListOf__string"
2860
+ },
2861
+ "TitleOverride" : {
2862
+ "shape" : "__string"
2863
+ }
2864
+ }
2865
+ },
2319
2866
  "EndpointUser" : {
2320
2867
  "type" : "structure",
2321
2868
  "members" : {
@@ -2443,6 +2990,9 @@
2443
2990
  "ImageUrl" : {
2444
2991
  "shape" : "__string"
2445
2992
  },
2993
+ "JsonData" : {
2994
+ "shape" : "__string"
2995
+ },
2446
2996
  "RawContent" : {
2447
2997
  "shape" : "__string"
2448
2998
  },
@@ -2469,6 +3019,27 @@
2469
3019
  }
2470
3020
  }
2471
3021
  },
3022
+ "GetAdmChannelRequest" : {
3023
+ "type" : "structure",
3024
+ "members" : {
3025
+ "ApplicationId" : {
3026
+ "shape" : "__string",
3027
+ "location" : "uri",
3028
+ "locationName" : "application-id"
3029
+ }
3030
+ },
3031
+ "required" : [ "ApplicationId" ]
3032
+ },
3033
+ "GetAdmChannelResponse" : {
3034
+ "type" : "structure",
3035
+ "members" : {
3036
+ "ADMChannelResponse" : {
3037
+ "shape" : "ADMChannelResponse"
3038
+ }
3039
+ },
3040
+ "required" : [ "ADMChannelResponse" ],
3041
+ "payload" : "ADMChannelResponse"
3042
+ },
2472
3043
  "GetApnsChannelRequest" : {
2473
3044
  "type" : "structure",
2474
3045
  "members" : {
@@ -2578,6 +3149,27 @@
2578
3149
  "required" : [ "ApplicationsResponse" ],
2579
3150
  "payload" : "ApplicationsResponse"
2580
3151
  },
3152
+ "GetBaiduChannelRequest" : {
3153
+ "type" : "structure",
3154
+ "members" : {
3155
+ "ApplicationId" : {
3156
+ "shape" : "__string",
3157
+ "location" : "uri",
3158
+ "locationName" : "application-id"
3159
+ }
3160
+ },
3161
+ "required" : [ "ApplicationId" ]
3162
+ },
3163
+ "GetBaiduChannelResponse" : {
3164
+ "type" : "structure",
3165
+ "members" : {
3166
+ "BaiduChannelResponse" : {
3167
+ "shape" : "BaiduChannelResponse"
3168
+ }
3169
+ },
3170
+ "required" : [ "BaiduChannelResponse" ],
3171
+ "payload" : "BaiduChannelResponse"
3172
+ },
2581
3173
  "GetCampaignActivitiesRequest" : {
2582
3174
  "type" : "structure",
2583
3175
  "members" : {
@@ -3269,6 +3861,24 @@
3269
3861
  "shape" : "AttributeDimension"
3270
3862
  }
3271
3863
  },
3864
+ "MapOfEndpointMessageResult" : {
3865
+ "type" : "map",
3866
+ "key" : {
3867
+ "shape" : "__string"
3868
+ },
3869
+ "value" : {
3870
+ "shape" : "EndpointMessageResult"
3871
+ }
3872
+ },
3873
+ "MapOfEndpointSendConfiguration" : {
3874
+ "type" : "map",
3875
+ "key" : {
3876
+ "shape" : "__string"
3877
+ },
3878
+ "value" : {
3879
+ "shape" : "EndpointSendConfiguration"
3880
+ }
3881
+ },
3272
3882
  "MapOfListOf__string" : {
3273
3883
  "type" : "map",
3274
3884
  "key" : {
@@ -3278,6 +3888,15 @@
3278
3888
  "shape" : "ListOf__string"
3279
3889
  }
3280
3890
  },
3891
+ "MapOfMapOfEndpointMessageResult" : {
3892
+ "type" : "map",
3893
+ "key" : {
3894
+ "shape" : "__string"
3895
+ },
3896
+ "value" : {
3897
+ "shape" : "MapOfEndpointMessageResult"
3898
+ }
3899
+ },
3281
3900
  "MapOfMessageResult" : {
3282
3901
  "type" : "map",
3283
3902
  "key" : {
@@ -3389,11 +4008,20 @@
3389
4008
  "Addresses" : {
3390
4009
  "shape" : "MapOfAddressConfiguration"
3391
4010
  },
4011
+ "Campaign" : {
4012
+ "shape" : "MapOf__string"
4013
+ },
3392
4014
  "Context" : {
3393
4015
  "shape" : "MapOf__string"
3394
4016
  },
4017
+ "Endpoints" : {
4018
+ "shape" : "MapOfEndpointSendConfiguration"
4019
+ },
3395
4020
  "MessageConfiguration" : {
3396
4021
  "shape" : "DirectMessageConfiguration"
4022
+ },
4023
+ "RequestId" : {
4024
+ "shape" : "__string"
3397
4025
  }
3398
4026
  }
3399
4027
  },
@@ -3403,6 +4031,9 @@
3403
4031
  "ApplicationId" : {
3404
4032
  "shape" : "__string"
3405
4033
  },
4034
+ "EndpointResult" : {
4035
+ "shape" : "MapOfEndpointMessageResult"
4036
+ },
3406
4037
  "RequestId" : {
3407
4038
  "shape" : "__string"
3408
4039
  },
@@ -3521,6 +4152,9 @@
3521
4152
  },
3522
4153
  "SenderId" : {
3523
4154
  "shape" : "__string"
4155
+ },
4156
+ "ShortCode" : {
4157
+ "shape" : "__string"
3524
4158
  }
3525
4159
  }
3526
4160
  },
@@ -3756,6 +4390,62 @@
3756
4390
  "required" : [ "MessageResponse" ],
3757
4391
  "payload" : "MessageResponse"
3758
4392
  },
4393
+ "SendUsersMessageRequest" : {
4394
+ "type" : "structure",
4395
+ "members" : {
4396
+ "Context" : {
4397
+ "shape" : "MapOf__string"
4398
+ },
4399
+ "MessageConfiguration" : {
4400
+ "shape" : "DirectMessageConfiguration"
4401
+ },
4402
+ "RequestId" : {
4403
+ "shape" : "__string"
4404
+ },
4405
+ "Users" : {
4406
+ "shape" : "MapOfEndpointSendConfiguration"
4407
+ }
4408
+ }
4409
+ },
4410
+ "SendUsersMessageResponse" : {
4411
+ "type" : "structure",
4412
+ "members" : {
4413
+ "ApplicationId" : {
4414
+ "shape" : "__string"
4415
+ },
4416
+ "RequestId" : {
4417
+ "shape" : "__string"
4418
+ },
4419
+ "Result" : {
4420
+ "shape" : "MapOfMapOfEndpointMessageResult"
4421
+ }
4422
+ }
4423
+ },
4424
+ "SendUsersMessagesRequest" : {
4425
+ "type" : "structure",
4426
+ "members" : {
4427
+ "ApplicationId" : {
4428
+ "shape" : "__string",
4429
+ "location" : "uri",
4430
+ "locationName" : "application-id"
4431
+ },
4432
+ "SendUsersMessageRequest" : {
4433
+ "shape" : "SendUsersMessageRequest"
4434
+ }
4435
+ },
4436
+ "required" : [ "ApplicationId", "SendUsersMessageRequest" ],
4437
+ "payload" : "SendUsersMessageRequest"
4438
+ },
4439
+ "SendUsersMessagesResponse" : {
4440
+ "type" : "structure",
4441
+ "members" : {
4442
+ "SendUsersMessageResponse" : {
4443
+ "shape" : "SendUsersMessageResponse"
4444
+ }
4445
+ },
4446
+ "required" : [ "SendUsersMessageResponse" ],
4447
+ "payload" : "SendUsersMessageResponse"
4448
+ },
3759
4449
  "SetDimension" : {
3760
4450
  "type" : "structure",
3761
4451
  "members" : {
@@ -3808,6 +4498,31 @@
3808
4498
  }
3809
4499
  }
3810
4500
  },
4501
+ "UpdateAdmChannelRequest" : {
4502
+ "type" : "structure",
4503
+ "members" : {
4504
+ "ADMChannelRequest" : {
4505
+ "shape" : "ADMChannelRequest"
4506
+ },
4507
+ "ApplicationId" : {
4508
+ "shape" : "__string",
4509
+ "location" : "uri",
4510
+ "locationName" : "application-id"
4511
+ }
4512
+ },
4513
+ "required" : [ "ApplicationId", "ADMChannelRequest" ],
4514
+ "payload" : "ADMChannelRequest"
4515
+ },
4516
+ "UpdateAdmChannelResponse" : {
4517
+ "type" : "structure",
4518
+ "members" : {
4519
+ "ADMChannelResponse" : {
4520
+ "shape" : "ADMChannelResponse"
4521
+ }
4522
+ },
4523
+ "required" : [ "ADMChannelResponse" ],
4524
+ "payload" : "ADMChannelResponse"
4525
+ },
3811
4526
  "UpdateApnsChannelRequest" : {
3812
4527
  "type" : "structure",
3813
4528
  "members" : {
@@ -3883,6 +4598,31 @@
3883
4598
  "required" : [ "ApplicationSettingsResource" ],
3884
4599
  "payload" : "ApplicationSettingsResource"
3885
4600
  },
4601
+ "UpdateBaiduChannelRequest" : {
4602
+ "type" : "structure",
4603
+ "members" : {
4604
+ "ApplicationId" : {
4605
+ "shape" : "__string",
4606
+ "location" : "uri",
4607
+ "locationName" : "application-id"
4608
+ },
4609
+ "BaiduChannelRequest" : {
4610
+ "shape" : "BaiduChannelRequest"
4611
+ }
4612
+ },
4613
+ "required" : [ "ApplicationId", "BaiduChannelRequest" ],
4614
+ "payload" : "BaiduChannelRequest"
4615
+ },
4616
+ "UpdateBaiduChannelResponse" : {
4617
+ "type" : "structure",
4618
+ "members" : {
4619
+ "BaiduChannelResponse" : {
4620
+ "shape" : "BaiduChannelResponse"
4621
+ }
4622
+ },
4623
+ "required" : [ "BaiduChannelResponse" ],
4624
+ "payload" : "BaiduChannelResponse"
4625
+ },
3886
4626
  "UpdateCampaignRequest" : {
3887
4627
  "type" : "structure",
3888
4628
  "members" : {
@@ -4117,6 +4857,9 @@
4117
4857
  "SegmentVersion" : {
4118
4858
  "shape" : "__integer"
4119
4859
  },
4860
+ "Trace" : {
4861
+ "shape" : "__boolean"
4862
+ },
4120
4863
  "TreatmentDescription" : {
4121
4864
  "shape" : "__string"
4122
4865
  },
@@ -4131,6 +4874,9 @@
4131
4874
  "DestinationStreamArn" : {
4132
4875
  "shape" : "__string"
4133
4876
  },
4877
+ "ExternalId" : {
4878
+ "shape" : "__string"
4879
+ },
4134
4880
  "RoleArn" : {
4135
4881
  "shape" : "__string"
4136
4882
  }
@@ -793,6 +793,7 @@
793
793
  "ap-northeast-1" : { },
794
794
  "ap-northeast-2" : { },
795
795
  "ap-south-1" : { },
796
+ "ap-southeast-1" : { },
796
797
  "ap-southeast-2" : { },
797
798
  "ca-central-1" : { },
798
799
  "eu-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.53'
2
+ VERSION = '2.10.54'
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.10.53
4
+ version: 2.10.54
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: 2017-09-26 00:00:00.000000000 Z
11
+ date: 2017-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath