aws-sdk-core 2.9.35 → 2.9.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iot/2015-05-28/api-2.json +5 -0
- data/apis/pinpoint/2016-12-01/api-2.json +1028 -47
- data/apis/rekognition/2016-06-27/api-2.json +93 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11143102e9bcbedf04b4d7bb88da31a40d07bb1a
|
4
|
+
data.tar.gz: 44a899af3d5db13157cf8ca0f5809c2c3233c08e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e879a1ebe02f149b6b4e9a5e431319be00e252143fa7b2fc06f731b40769f2f577b4245b184bffdf65f6e2a764148220b452ec190b9a67a6963e855633534d4
|
7
|
+
data.tar.gz: 4a95f3f8704188fe77129c30b7fc9a97c591b1fa631bf9a41d5c01cdc57c7377a703a5d0fb3040d1f75f25057de21765dab8cf12b67cf4045c6cd92c0eb2bbe6
|
@@ -1564,6 +1564,11 @@
|
|
1564
1564
|
"shape":"CertificateId",
|
1565
1565
|
"location":"uri",
|
1566
1566
|
"locationName":"certificateId"
|
1567
|
+
},
|
1568
|
+
"certificatePem":{
|
1569
|
+
"shape":"CertificatePem",
|
1570
|
+
"location":"header",
|
1571
|
+
"locationName":"x-amzn-iot-certificate-pem"
|
1567
1572
|
}
|
1568
1573
|
}
|
1569
1574
|
},
|
@@ -117,6 +117,33 @@
|
|
117
117
|
"shape" : "TooManyRequestsException"
|
118
118
|
} ]
|
119
119
|
},
|
120
|
+
"DeleteApnsSandboxChannel" : {
|
121
|
+
"name" : "DeleteApnsSandboxChannel",
|
122
|
+
"http" : {
|
123
|
+
"method" : "DELETE",
|
124
|
+
"requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
|
125
|
+
"responseCode" : 200
|
126
|
+
},
|
127
|
+
"input" : {
|
128
|
+
"shape" : "DeleteApnsSandboxChannelRequest"
|
129
|
+
},
|
130
|
+
"output" : {
|
131
|
+
"shape" : "DeleteApnsSandboxChannelResponse"
|
132
|
+
},
|
133
|
+
"errors" : [ {
|
134
|
+
"shape" : "BadRequestException"
|
135
|
+
}, {
|
136
|
+
"shape" : "InternalServerErrorException"
|
137
|
+
}, {
|
138
|
+
"shape" : "ForbiddenException"
|
139
|
+
}, {
|
140
|
+
"shape" : "NotFoundException"
|
141
|
+
}, {
|
142
|
+
"shape" : "MethodNotAllowedException"
|
143
|
+
}, {
|
144
|
+
"shape" : "TooManyRequestsException"
|
145
|
+
} ]
|
146
|
+
},
|
120
147
|
"DeleteCampaign" : {
|
121
148
|
"name" : "DeleteCampaign",
|
122
149
|
"http" : {
|
@@ -144,6 +171,33 @@
|
|
144
171
|
"shape" : "TooManyRequestsException"
|
145
172
|
} ]
|
146
173
|
},
|
174
|
+
"DeleteEmailChannel" : {
|
175
|
+
"name" : "DeleteEmailChannel",
|
176
|
+
"http" : {
|
177
|
+
"method" : "DELETE",
|
178
|
+
"requestUri" : "/v1/apps/{application-id}/channels/email",
|
179
|
+
"responseCode" : 200
|
180
|
+
},
|
181
|
+
"input" : {
|
182
|
+
"shape" : "DeleteEmailChannelRequest"
|
183
|
+
},
|
184
|
+
"output" : {
|
185
|
+
"shape" : "DeleteEmailChannelResponse"
|
186
|
+
},
|
187
|
+
"errors" : [ {
|
188
|
+
"shape" : "BadRequestException"
|
189
|
+
}, {
|
190
|
+
"shape" : "InternalServerErrorException"
|
191
|
+
}, {
|
192
|
+
"shape" : "ForbiddenException"
|
193
|
+
}, {
|
194
|
+
"shape" : "NotFoundException"
|
195
|
+
}, {
|
196
|
+
"shape" : "MethodNotAllowedException"
|
197
|
+
}, {
|
198
|
+
"shape" : "TooManyRequestsException"
|
199
|
+
} ]
|
200
|
+
},
|
147
201
|
"DeleteEventStream" : {
|
148
202
|
"name" : "DeleteEventStream",
|
149
203
|
"http" : {
|
@@ -225,6 +279,33 @@
|
|
225
279
|
"shape" : "TooManyRequestsException"
|
226
280
|
} ]
|
227
281
|
},
|
282
|
+
"DeleteSmsChannel" : {
|
283
|
+
"name" : "DeleteSmsChannel",
|
284
|
+
"http" : {
|
285
|
+
"method" : "DELETE",
|
286
|
+
"requestUri" : "/v1/apps/{application-id}/channels/sms",
|
287
|
+
"responseCode" : 200
|
288
|
+
},
|
289
|
+
"input" : {
|
290
|
+
"shape" : "DeleteSmsChannelRequest"
|
291
|
+
},
|
292
|
+
"output" : {
|
293
|
+
"shape" : "DeleteSmsChannelResponse"
|
294
|
+
},
|
295
|
+
"errors" : [ {
|
296
|
+
"shape" : "BadRequestException"
|
297
|
+
}, {
|
298
|
+
"shape" : "InternalServerErrorException"
|
299
|
+
}, {
|
300
|
+
"shape" : "ForbiddenException"
|
301
|
+
}, {
|
302
|
+
"shape" : "NotFoundException"
|
303
|
+
}, {
|
304
|
+
"shape" : "MethodNotAllowedException"
|
305
|
+
}, {
|
306
|
+
"shape" : "TooManyRequestsException"
|
307
|
+
} ]
|
308
|
+
},
|
228
309
|
"GetApnsChannel" : {
|
229
310
|
"name" : "GetApnsChannel",
|
230
311
|
"http" : {
|
@@ -252,6 +333,33 @@
|
|
252
333
|
"shape" : "TooManyRequestsException"
|
253
334
|
} ]
|
254
335
|
},
|
336
|
+
"GetApnsSandboxChannel" : {
|
337
|
+
"name" : "GetApnsSandboxChannel",
|
338
|
+
"http" : {
|
339
|
+
"method" : "GET",
|
340
|
+
"requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
|
341
|
+
"responseCode" : 200
|
342
|
+
},
|
343
|
+
"input" : {
|
344
|
+
"shape" : "GetApnsSandboxChannelRequest"
|
345
|
+
},
|
346
|
+
"output" : {
|
347
|
+
"shape" : "GetApnsSandboxChannelResponse"
|
348
|
+
},
|
349
|
+
"errors" : [ {
|
350
|
+
"shape" : "BadRequestException"
|
351
|
+
}, {
|
352
|
+
"shape" : "InternalServerErrorException"
|
353
|
+
}, {
|
354
|
+
"shape" : "ForbiddenException"
|
355
|
+
}, {
|
356
|
+
"shape" : "NotFoundException"
|
357
|
+
}, {
|
358
|
+
"shape" : "MethodNotAllowedException"
|
359
|
+
}, {
|
360
|
+
"shape" : "TooManyRequestsException"
|
361
|
+
} ]
|
362
|
+
},
|
255
363
|
"GetApplicationSettings" : {
|
256
364
|
"name" : "GetApplicationSettings",
|
257
365
|
"http" : {
|
@@ -414,6 +522,33 @@
|
|
414
522
|
"shape" : "TooManyRequestsException"
|
415
523
|
} ]
|
416
524
|
},
|
525
|
+
"GetEmailChannel" : {
|
526
|
+
"name" : "GetEmailChannel",
|
527
|
+
"http" : {
|
528
|
+
"method" : "GET",
|
529
|
+
"requestUri" : "/v1/apps/{application-id}/channels/email",
|
530
|
+
"responseCode" : 200
|
531
|
+
},
|
532
|
+
"input" : {
|
533
|
+
"shape" : "GetEmailChannelRequest"
|
534
|
+
},
|
535
|
+
"output" : {
|
536
|
+
"shape" : "GetEmailChannelResponse"
|
537
|
+
},
|
538
|
+
"errors" : [ {
|
539
|
+
"shape" : "BadRequestException"
|
540
|
+
}, {
|
541
|
+
"shape" : "InternalServerErrorException"
|
542
|
+
}, {
|
543
|
+
"shape" : "ForbiddenException"
|
544
|
+
}, {
|
545
|
+
"shape" : "NotFoundException"
|
546
|
+
}, {
|
547
|
+
"shape" : "MethodNotAllowedException"
|
548
|
+
}, {
|
549
|
+
"shape" : "TooManyRequestsException"
|
550
|
+
} ]
|
551
|
+
},
|
417
552
|
"GetEndpoint" : {
|
418
553
|
"name" : "GetEndpoint",
|
419
554
|
"http" : {
|
@@ -684,6 +819,33 @@
|
|
684
819
|
"shape" : "TooManyRequestsException"
|
685
820
|
} ]
|
686
821
|
},
|
822
|
+
"GetSmsChannel" : {
|
823
|
+
"name" : "GetSmsChannel",
|
824
|
+
"http" : {
|
825
|
+
"method" : "GET",
|
826
|
+
"requestUri" : "/v1/apps/{application-id}/channels/sms",
|
827
|
+
"responseCode" : 200
|
828
|
+
},
|
829
|
+
"input" : {
|
830
|
+
"shape" : "GetSmsChannelRequest"
|
831
|
+
},
|
832
|
+
"output" : {
|
833
|
+
"shape" : "GetSmsChannelResponse"
|
834
|
+
},
|
835
|
+
"errors" : [ {
|
836
|
+
"shape" : "BadRequestException"
|
837
|
+
}, {
|
838
|
+
"shape" : "InternalServerErrorException"
|
839
|
+
}, {
|
840
|
+
"shape" : "ForbiddenException"
|
841
|
+
}, {
|
842
|
+
"shape" : "NotFoundException"
|
843
|
+
}, {
|
844
|
+
"shape" : "MethodNotAllowedException"
|
845
|
+
}, {
|
846
|
+
"shape" : "TooManyRequestsException"
|
847
|
+
} ]
|
848
|
+
},
|
687
849
|
"PutEventStream" : {
|
688
850
|
"name" : "PutEventStream",
|
689
851
|
"http" : {
|
@@ -711,6 +873,33 @@
|
|
711
873
|
"shape" : "TooManyRequestsException"
|
712
874
|
} ]
|
713
875
|
},
|
876
|
+
"SendMessages" : {
|
877
|
+
"name" : "SendMessages",
|
878
|
+
"http" : {
|
879
|
+
"method" : "POST",
|
880
|
+
"requestUri" : "/v1/apps/{application-id}/messages",
|
881
|
+
"responseCode" : 200
|
882
|
+
},
|
883
|
+
"input" : {
|
884
|
+
"shape" : "SendMessagesRequest"
|
885
|
+
},
|
886
|
+
"output" : {
|
887
|
+
"shape" : "SendMessagesResponse"
|
888
|
+
},
|
889
|
+
"errors" : [ {
|
890
|
+
"shape" : "BadRequestException"
|
891
|
+
}, {
|
892
|
+
"shape" : "InternalServerErrorException"
|
893
|
+
}, {
|
894
|
+
"shape" : "ForbiddenException"
|
895
|
+
}, {
|
896
|
+
"shape" : "NotFoundException"
|
897
|
+
}, {
|
898
|
+
"shape" : "MethodNotAllowedException"
|
899
|
+
}, {
|
900
|
+
"shape" : "TooManyRequestsException"
|
901
|
+
} ]
|
902
|
+
},
|
714
903
|
"UpdateApnsChannel" : {
|
715
904
|
"name" : "UpdateApnsChannel",
|
716
905
|
"http" : {
|
@@ -738,6 +927,33 @@
|
|
738
927
|
"shape" : "TooManyRequestsException"
|
739
928
|
} ]
|
740
929
|
},
|
930
|
+
"UpdateApnsSandboxChannel" : {
|
931
|
+
"name" : "UpdateApnsSandboxChannel",
|
932
|
+
"http" : {
|
933
|
+
"method" : "PUT",
|
934
|
+
"requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
|
935
|
+
"responseCode" : 200
|
936
|
+
},
|
937
|
+
"input" : {
|
938
|
+
"shape" : "UpdateApnsSandboxChannelRequest"
|
939
|
+
},
|
940
|
+
"output" : {
|
941
|
+
"shape" : "UpdateApnsSandboxChannelResponse"
|
942
|
+
},
|
943
|
+
"errors" : [ {
|
944
|
+
"shape" : "BadRequestException"
|
945
|
+
}, {
|
946
|
+
"shape" : "InternalServerErrorException"
|
947
|
+
}, {
|
948
|
+
"shape" : "ForbiddenException"
|
949
|
+
}, {
|
950
|
+
"shape" : "NotFoundException"
|
951
|
+
}, {
|
952
|
+
"shape" : "MethodNotAllowedException"
|
953
|
+
}, {
|
954
|
+
"shape" : "TooManyRequestsException"
|
955
|
+
} ]
|
956
|
+
},
|
741
957
|
"UpdateApplicationSettings" : {
|
742
958
|
"name" : "UpdateApplicationSettings",
|
743
959
|
"http" : {
|
@@ -792,6 +1008,33 @@
|
|
792
1008
|
"shape" : "TooManyRequestsException"
|
793
1009
|
} ]
|
794
1010
|
},
|
1011
|
+
"UpdateEmailChannel" : {
|
1012
|
+
"name" : "UpdateEmailChannel",
|
1013
|
+
"http" : {
|
1014
|
+
"method" : "PUT",
|
1015
|
+
"requestUri" : "/v1/apps/{application-id}/channels/email",
|
1016
|
+
"responseCode" : 200
|
1017
|
+
},
|
1018
|
+
"input" : {
|
1019
|
+
"shape" : "UpdateEmailChannelRequest"
|
1020
|
+
},
|
1021
|
+
"output" : {
|
1022
|
+
"shape" : "UpdateEmailChannelResponse"
|
1023
|
+
},
|
1024
|
+
"errors" : [ {
|
1025
|
+
"shape" : "BadRequestException"
|
1026
|
+
}, {
|
1027
|
+
"shape" : "InternalServerErrorException"
|
1028
|
+
}, {
|
1029
|
+
"shape" : "ForbiddenException"
|
1030
|
+
}, {
|
1031
|
+
"shape" : "NotFoundException"
|
1032
|
+
}, {
|
1033
|
+
"shape" : "MethodNotAllowedException"
|
1034
|
+
}, {
|
1035
|
+
"shape" : "TooManyRequestsException"
|
1036
|
+
} ]
|
1037
|
+
},
|
795
1038
|
"UpdateEndpoint" : {
|
796
1039
|
"name" : "UpdateEndpoint",
|
797
1040
|
"http" : {
|
@@ -899,6 +1142,33 @@
|
|
899
1142
|
}, {
|
900
1143
|
"shape" : "TooManyRequestsException"
|
901
1144
|
} ]
|
1145
|
+
},
|
1146
|
+
"UpdateSmsChannel" : {
|
1147
|
+
"name" : "UpdateSmsChannel",
|
1148
|
+
"http" : {
|
1149
|
+
"method" : "PUT",
|
1150
|
+
"requestUri" : "/v1/apps/{application-id}/channels/sms",
|
1151
|
+
"responseCode" : 200
|
1152
|
+
},
|
1153
|
+
"input" : {
|
1154
|
+
"shape" : "UpdateSmsChannelRequest"
|
1155
|
+
},
|
1156
|
+
"output" : {
|
1157
|
+
"shape" : "UpdateSmsChannelResponse"
|
1158
|
+
},
|
1159
|
+
"errors" : [ {
|
1160
|
+
"shape" : "BadRequestException"
|
1161
|
+
}, {
|
1162
|
+
"shape" : "InternalServerErrorException"
|
1163
|
+
}, {
|
1164
|
+
"shape" : "ForbiddenException"
|
1165
|
+
}, {
|
1166
|
+
"shape" : "NotFoundException"
|
1167
|
+
}, {
|
1168
|
+
"shape" : "MethodNotAllowedException"
|
1169
|
+
}, {
|
1170
|
+
"shape" : "TooManyRequestsException"
|
1171
|
+
} ]
|
902
1172
|
}
|
903
1173
|
},
|
904
1174
|
"shapes" : {
|
@@ -908,6 +1178,9 @@
|
|
908
1178
|
"Certificate" : {
|
909
1179
|
"shape" : "__string"
|
910
1180
|
},
|
1181
|
+
"Enabled" : {
|
1182
|
+
"shape" : "__boolean"
|
1183
|
+
},
|
911
1184
|
"PrivateKey" : {
|
912
1185
|
"shape" : "__string"
|
913
1186
|
}
|
@@ -922,6 +1195,9 @@
|
|
922
1195
|
"CreationDate" : {
|
923
1196
|
"shape" : "__string"
|
924
1197
|
},
|
1198
|
+
"Enabled" : {
|
1199
|
+
"shape" : "__boolean"
|
1200
|
+
},
|
925
1201
|
"Id" : {
|
926
1202
|
"shape" : "__string"
|
927
1203
|
},
|
@@ -942,43 +1218,133 @@
|
|
942
1218
|
}
|
943
1219
|
}
|
944
1220
|
},
|
945
|
-
"
|
946
|
-
"type" : "string",
|
947
|
-
"enum" : [ "OPEN_APP", "DEEP_LINK", "URL" ]
|
948
|
-
},
|
949
|
-
"ActivitiesResponse" : {
|
950
|
-
"type" : "structure",
|
951
|
-
"members" : {
|
952
|
-
"Item" : {
|
953
|
-
"shape" : "ListOfActivityResponse"
|
954
|
-
}
|
955
|
-
}
|
956
|
-
},
|
957
|
-
"ActivityResponse" : {
|
1221
|
+
"APNSMessage" : {
|
958
1222
|
"type" : "structure",
|
959
1223
|
"members" : {
|
960
|
-
"
|
961
|
-
"shape" : "
|
1224
|
+
"Action" : {
|
1225
|
+
"shape" : "Action"
|
962
1226
|
},
|
963
|
-
"
|
964
|
-
"shape" : "
|
1227
|
+
"Badge" : {
|
1228
|
+
"shape" : "__integer"
|
965
1229
|
},
|
966
|
-
"
|
1230
|
+
"Body" : {
|
967
1231
|
"shape" : "__string"
|
968
1232
|
},
|
969
|
-
"
|
1233
|
+
"Category" : {
|
970
1234
|
"shape" : "__string"
|
971
1235
|
},
|
972
|
-
"
|
973
|
-
"shape" : "
|
1236
|
+
"Data" : {
|
1237
|
+
"shape" : "MapOf__string"
|
974
1238
|
},
|
975
|
-
"
|
1239
|
+
"MediaUrl" : {
|
976
1240
|
"shape" : "__string"
|
977
1241
|
},
|
978
|
-
"
|
1242
|
+
"RawContent" : {
|
979
1243
|
"shape" : "__string"
|
980
1244
|
},
|
981
|
-
"
|
1245
|
+
"SilentPush" : {
|
1246
|
+
"shape" : "__boolean"
|
1247
|
+
},
|
1248
|
+
"Sound" : {
|
1249
|
+
"shape" : "__string"
|
1250
|
+
},
|
1251
|
+
"Substitutions" : {
|
1252
|
+
"shape" : "MapOfListOf__string"
|
1253
|
+
},
|
1254
|
+
"ThreadId" : {
|
1255
|
+
"shape" : "__string"
|
1256
|
+
},
|
1257
|
+
"Title" : {
|
1258
|
+
"shape" : "__string"
|
1259
|
+
},
|
1260
|
+
"Url" : {
|
1261
|
+
"shape" : "__string"
|
1262
|
+
}
|
1263
|
+
}
|
1264
|
+
},
|
1265
|
+
"APNSSandboxChannelRequest" : {
|
1266
|
+
"type" : "structure",
|
1267
|
+
"members" : {
|
1268
|
+
"Certificate" : {
|
1269
|
+
"shape" : "__string"
|
1270
|
+
},
|
1271
|
+
"Enabled" : {
|
1272
|
+
"shape" : "__boolean"
|
1273
|
+
},
|
1274
|
+
"PrivateKey" : {
|
1275
|
+
"shape" : "__string"
|
1276
|
+
}
|
1277
|
+
}
|
1278
|
+
},
|
1279
|
+
"APNSSandboxChannelResponse" : {
|
1280
|
+
"type" : "structure",
|
1281
|
+
"members" : {
|
1282
|
+
"ApplicationId" : {
|
1283
|
+
"shape" : "__string"
|
1284
|
+
},
|
1285
|
+
"CreationDate" : {
|
1286
|
+
"shape" : "__string"
|
1287
|
+
},
|
1288
|
+
"Enabled" : {
|
1289
|
+
"shape" : "__boolean"
|
1290
|
+
},
|
1291
|
+
"Id" : {
|
1292
|
+
"shape" : "__string"
|
1293
|
+
},
|
1294
|
+
"IsArchived" : {
|
1295
|
+
"shape" : "__boolean"
|
1296
|
+
},
|
1297
|
+
"LastModifiedBy" : {
|
1298
|
+
"shape" : "__string"
|
1299
|
+
},
|
1300
|
+
"LastModifiedDate" : {
|
1301
|
+
"shape" : "__string"
|
1302
|
+
},
|
1303
|
+
"Platform" : {
|
1304
|
+
"shape" : "__string"
|
1305
|
+
},
|
1306
|
+
"Version" : {
|
1307
|
+
"shape" : "__integer"
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
},
|
1311
|
+
"Action" : {
|
1312
|
+
"type" : "string",
|
1313
|
+
"enum" : [ "OPEN_APP", "DEEP_LINK", "URL" ]
|
1314
|
+
},
|
1315
|
+
"ActivitiesResponse" : {
|
1316
|
+
"type" : "structure",
|
1317
|
+
"members" : {
|
1318
|
+
"Item" : {
|
1319
|
+
"shape" : "ListOfActivityResponse"
|
1320
|
+
}
|
1321
|
+
}
|
1322
|
+
},
|
1323
|
+
"ActivityResponse" : {
|
1324
|
+
"type" : "structure",
|
1325
|
+
"members" : {
|
1326
|
+
"ApplicationId" : {
|
1327
|
+
"shape" : "__string"
|
1328
|
+
},
|
1329
|
+
"CampaignId" : {
|
1330
|
+
"shape" : "__string"
|
1331
|
+
},
|
1332
|
+
"End" : {
|
1333
|
+
"shape" : "__string"
|
1334
|
+
},
|
1335
|
+
"Id" : {
|
1336
|
+
"shape" : "__string"
|
1337
|
+
},
|
1338
|
+
"Result" : {
|
1339
|
+
"shape" : "__string"
|
1340
|
+
},
|
1341
|
+
"ScheduledStart" : {
|
1342
|
+
"shape" : "__string"
|
1343
|
+
},
|
1344
|
+
"Start" : {
|
1345
|
+
"shape" : "__string"
|
1346
|
+
},
|
1347
|
+
"State" : {
|
982
1348
|
"shape" : "__string"
|
983
1349
|
},
|
984
1350
|
"SuccessfulEndpointCount" : {
|
@@ -998,6 +1364,29 @@
|
|
998
1364
|
}
|
999
1365
|
}
|
1000
1366
|
},
|
1367
|
+
"AddressConfiguration" : {
|
1368
|
+
"type" : "structure",
|
1369
|
+
"members" : {
|
1370
|
+
"BodyOverride" : {
|
1371
|
+
"shape" : "__string"
|
1372
|
+
},
|
1373
|
+
"ChannelType" : {
|
1374
|
+
"shape" : "ChannelType"
|
1375
|
+
},
|
1376
|
+
"Context" : {
|
1377
|
+
"shape" : "MapOf__string"
|
1378
|
+
},
|
1379
|
+
"RawContent" : {
|
1380
|
+
"shape" : "__string"
|
1381
|
+
},
|
1382
|
+
"Substitutions" : {
|
1383
|
+
"shape" : "MapOfListOf__string"
|
1384
|
+
},
|
1385
|
+
"TitleOverride" : {
|
1386
|
+
"shape" : "__string"
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
},
|
1001
1390
|
"ApplicationSettingsResource" : {
|
1002
1391
|
"type" : "structure",
|
1003
1392
|
"members" : {
|
@@ -1045,6 +1434,20 @@
|
|
1045
1434
|
"httpStatusCode" : 400
|
1046
1435
|
}
|
1047
1436
|
},
|
1437
|
+
"CampaignEmailMessage" : {
|
1438
|
+
"type" : "structure",
|
1439
|
+
"members" : {
|
1440
|
+
"Body" : {
|
1441
|
+
"shape" : "__string"
|
1442
|
+
},
|
1443
|
+
"HtmlBody" : {
|
1444
|
+
"shape" : "__string"
|
1445
|
+
},
|
1446
|
+
"Title" : {
|
1447
|
+
"shape" : "__string"
|
1448
|
+
}
|
1449
|
+
}
|
1450
|
+
},
|
1048
1451
|
"CampaignLimits" : {
|
1049
1452
|
"type" : "structure",
|
1050
1453
|
"members" : {
|
@@ -1118,6 +1521,20 @@
|
|
1118
1521
|
}
|
1119
1522
|
}
|
1120
1523
|
},
|
1524
|
+
"CampaignSmsMessage" : {
|
1525
|
+
"type" : "structure",
|
1526
|
+
"members" : {
|
1527
|
+
"Body" : {
|
1528
|
+
"shape" : "__string"
|
1529
|
+
},
|
1530
|
+
"MessageType" : {
|
1531
|
+
"shape" : "MessageType"
|
1532
|
+
},
|
1533
|
+
"SenderId" : {
|
1534
|
+
"shape" : "__string"
|
1535
|
+
}
|
1536
|
+
}
|
1537
|
+
},
|
1121
1538
|
"CampaignState" : {
|
1122
1539
|
"type" : "structure",
|
1123
1540
|
"members" : {
|
@@ -1143,7 +1560,7 @@
|
|
1143
1560
|
},
|
1144
1561
|
"ChannelType" : {
|
1145
1562
|
"type" : "string",
|
1146
|
-
"enum" : [ "APNS", "
|
1563
|
+
"enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL" ]
|
1147
1564
|
},
|
1148
1565
|
"CreateCampaignRequest" : {
|
1149
1566
|
"type" : "structure",
|
@@ -1220,6 +1637,43 @@
|
|
1220
1637
|
"required" : [ "SegmentResponse" ],
|
1221
1638
|
"payload" : "SegmentResponse"
|
1222
1639
|
},
|
1640
|
+
"DefaultMessage" : {
|
1641
|
+
"type" : "structure",
|
1642
|
+
"members" : {
|
1643
|
+
"Body" : {
|
1644
|
+
"shape" : "__string"
|
1645
|
+
},
|
1646
|
+
"Substitutions" : {
|
1647
|
+
"shape" : "MapOfListOf__string"
|
1648
|
+
}
|
1649
|
+
}
|
1650
|
+
},
|
1651
|
+
"DefaultPushNotificationMessage" : {
|
1652
|
+
"type" : "structure",
|
1653
|
+
"members" : {
|
1654
|
+
"Action" : {
|
1655
|
+
"shape" : "Action"
|
1656
|
+
},
|
1657
|
+
"Body" : {
|
1658
|
+
"shape" : "__string"
|
1659
|
+
},
|
1660
|
+
"Data" : {
|
1661
|
+
"shape" : "MapOf__string"
|
1662
|
+
},
|
1663
|
+
"SilentPush" : {
|
1664
|
+
"shape" : "__boolean"
|
1665
|
+
},
|
1666
|
+
"Substitutions" : {
|
1667
|
+
"shape" : "MapOfListOf__string"
|
1668
|
+
},
|
1669
|
+
"Title" : {
|
1670
|
+
"shape" : "__string"
|
1671
|
+
},
|
1672
|
+
"Url" : {
|
1673
|
+
"shape" : "__string"
|
1674
|
+
}
|
1675
|
+
}
|
1676
|
+
},
|
1223
1677
|
"DeleteApnsChannelRequest" : {
|
1224
1678
|
"type" : "structure",
|
1225
1679
|
"members" : {
|
@@ -1241,6 +1695,27 @@
|
|
1241
1695
|
"required" : [ "APNSChannelResponse" ],
|
1242
1696
|
"payload" : "APNSChannelResponse"
|
1243
1697
|
},
|
1698
|
+
"DeleteApnsSandboxChannelRequest" : {
|
1699
|
+
"type" : "structure",
|
1700
|
+
"members" : {
|
1701
|
+
"ApplicationId" : {
|
1702
|
+
"shape" : "__string",
|
1703
|
+
"location" : "uri",
|
1704
|
+
"locationName" : "application-id"
|
1705
|
+
}
|
1706
|
+
},
|
1707
|
+
"required" : [ "ApplicationId" ]
|
1708
|
+
},
|
1709
|
+
"DeleteApnsSandboxChannelResponse" : {
|
1710
|
+
"type" : "structure",
|
1711
|
+
"members" : {
|
1712
|
+
"APNSSandboxChannelResponse" : {
|
1713
|
+
"shape" : "APNSSandboxChannelResponse"
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"required" : [ "APNSSandboxChannelResponse" ],
|
1717
|
+
"payload" : "APNSSandboxChannelResponse"
|
1718
|
+
},
|
1244
1719
|
"DeleteCampaignRequest" : {
|
1245
1720
|
"type" : "structure",
|
1246
1721
|
"members" : {
|
@@ -1267,6 +1742,27 @@
|
|
1267
1742
|
"required" : [ "CampaignResponse" ],
|
1268
1743
|
"payload" : "CampaignResponse"
|
1269
1744
|
},
|
1745
|
+
"DeleteEmailChannelRequest" : {
|
1746
|
+
"type" : "structure",
|
1747
|
+
"members" : {
|
1748
|
+
"ApplicationId" : {
|
1749
|
+
"shape" : "__string",
|
1750
|
+
"location" : "uri",
|
1751
|
+
"locationName" : "application-id"
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"required" : [ "ApplicationId" ]
|
1755
|
+
},
|
1756
|
+
"DeleteEmailChannelResponse" : {
|
1757
|
+
"type" : "structure",
|
1758
|
+
"members" : {
|
1759
|
+
"EmailChannelResponse" : {
|
1760
|
+
"shape" : "EmailChannelResponse"
|
1761
|
+
}
|
1762
|
+
},
|
1763
|
+
"required" : [ "EmailChannelResponse" ],
|
1764
|
+
"payload" : "EmailChannelResponse"
|
1765
|
+
},
|
1270
1766
|
"DeleteEventStreamRequest" : {
|
1271
1767
|
"type" : "structure",
|
1272
1768
|
"members" : {
|
@@ -1335,14 +1831,117 @@
|
|
1335
1831
|
"required" : [ "SegmentResponse" ],
|
1336
1832
|
"payload" : "SegmentResponse"
|
1337
1833
|
},
|
1834
|
+
"DeleteSmsChannelRequest" : {
|
1835
|
+
"type" : "structure",
|
1836
|
+
"members" : {
|
1837
|
+
"ApplicationId" : {
|
1838
|
+
"shape" : "__string",
|
1839
|
+
"location" : "uri",
|
1840
|
+
"locationName" : "application-id"
|
1841
|
+
}
|
1842
|
+
},
|
1843
|
+
"required" : [ "ApplicationId" ]
|
1844
|
+
},
|
1845
|
+
"DeleteSmsChannelResponse" : {
|
1846
|
+
"type" : "structure",
|
1847
|
+
"members" : {
|
1848
|
+
"SMSChannelResponse" : {
|
1849
|
+
"shape" : "SMSChannelResponse"
|
1850
|
+
}
|
1851
|
+
},
|
1852
|
+
"required" : [ "SMSChannelResponse" ],
|
1853
|
+
"payload" : "SMSChannelResponse"
|
1854
|
+
},
|
1855
|
+
"DeliveryStatus" : {
|
1856
|
+
"type" : "string",
|
1857
|
+
"enum" : [ "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE" ]
|
1858
|
+
},
|
1338
1859
|
"DimensionType" : {
|
1339
1860
|
"type" : "string",
|
1340
1861
|
"enum" : [ "INCLUSIVE", "EXCLUSIVE" ]
|
1341
1862
|
},
|
1863
|
+
"DirectMessageConfiguration" : {
|
1864
|
+
"type" : "structure",
|
1865
|
+
"members" : {
|
1866
|
+
"APNSMessage" : {
|
1867
|
+
"shape" : "APNSMessage"
|
1868
|
+
},
|
1869
|
+
"DefaultMessage" : {
|
1870
|
+
"shape" : "DefaultMessage"
|
1871
|
+
},
|
1872
|
+
"DefaultPushNotificationMessage" : {
|
1873
|
+
"shape" : "DefaultPushNotificationMessage"
|
1874
|
+
},
|
1875
|
+
"GCMMessage" : {
|
1876
|
+
"shape" : "GCMMessage"
|
1877
|
+
},
|
1878
|
+
"SMSMessage" : {
|
1879
|
+
"shape" : "SMSMessage"
|
1880
|
+
}
|
1881
|
+
}
|
1882
|
+
},
|
1342
1883
|
"Duration" : {
|
1343
1884
|
"type" : "string",
|
1344
1885
|
"enum" : [ "HR_24", "DAY_7", "DAY_14", "DAY_30" ]
|
1345
1886
|
},
|
1887
|
+
"EmailChannelRequest" : {
|
1888
|
+
"type" : "structure",
|
1889
|
+
"members" : {
|
1890
|
+
"Enabled" : {
|
1891
|
+
"shape" : "__boolean"
|
1892
|
+
},
|
1893
|
+
"FromAddress" : {
|
1894
|
+
"shape" : "__string"
|
1895
|
+
},
|
1896
|
+
"Identity" : {
|
1897
|
+
"shape" : "__string"
|
1898
|
+
},
|
1899
|
+
"RoleArn" : {
|
1900
|
+
"shape" : "__string"
|
1901
|
+
}
|
1902
|
+
}
|
1903
|
+
},
|
1904
|
+
"EmailChannelResponse" : {
|
1905
|
+
"type" : "structure",
|
1906
|
+
"members" : {
|
1907
|
+
"ApplicationId" : {
|
1908
|
+
"shape" : "__string"
|
1909
|
+
},
|
1910
|
+
"CreationDate" : {
|
1911
|
+
"shape" : "__string"
|
1912
|
+
},
|
1913
|
+
"Enabled" : {
|
1914
|
+
"shape" : "__boolean"
|
1915
|
+
},
|
1916
|
+
"FromAddress" : {
|
1917
|
+
"shape" : "__string"
|
1918
|
+
},
|
1919
|
+
"Id" : {
|
1920
|
+
"shape" : "__string"
|
1921
|
+
},
|
1922
|
+
"Identity" : {
|
1923
|
+
"shape" : "__string"
|
1924
|
+
},
|
1925
|
+
"IsArchived" : {
|
1926
|
+
"shape" : "__boolean"
|
1927
|
+
},
|
1928
|
+
"LastModifiedBy" : {
|
1929
|
+
"shape" : "__string"
|
1930
|
+
},
|
1931
|
+
"LastModifiedDate" : {
|
1932
|
+
"shape" : "__string"
|
1933
|
+
},
|
1934
|
+
"Platform" : {
|
1935
|
+
"shape" : "__string"
|
1936
|
+
},
|
1937
|
+
"RoleArn" : {
|
1938
|
+
"shape" : "__string"
|
1939
|
+
},
|
1940
|
+
"Version" : {
|
1941
|
+
"shape" : "__integer"
|
1942
|
+
}
|
1943
|
+
}
|
1944
|
+
},
|
1346
1945
|
"EndpointBatchItem" : {
|
1347
1946
|
"type" : "structure",
|
1348
1947
|
"members" : {
|
@@ -1527,11 +2126,11 @@
|
|
1527
2126
|
"RequestId" : {
|
1528
2127
|
"shape" : "__string"
|
1529
2128
|
},
|
1530
|
-
"User" : {
|
1531
|
-
"shape" : "EndpointUser"
|
1532
|
-
},
|
1533
2129
|
"ShardId" : {
|
1534
2130
|
"shape" : "__string"
|
2131
|
+
},
|
2132
|
+
"User" : {
|
2133
|
+
"shape" : "EndpointUser"
|
1535
2134
|
}
|
1536
2135
|
}
|
1537
2136
|
},
|
@@ -1597,38 +2196,94 @@
|
|
1597
2196
|
"members" : {
|
1598
2197
|
"ApiKey" : {
|
1599
2198
|
"shape" : "__string"
|
1600
|
-
}
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
2199
|
+
},
|
2200
|
+
"Enabled" : {
|
2201
|
+
"shape" : "__boolean"
|
2202
|
+
}
|
2203
|
+
}
|
2204
|
+
},
|
2205
|
+
"GCMChannelResponse" : {
|
2206
|
+
"type" : "structure",
|
2207
|
+
"members" : {
|
2208
|
+
"ApplicationId" : {
|
2209
|
+
"shape" : "__string"
|
2210
|
+
},
|
2211
|
+
"CreationDate" : {
|
2212
|
+
"shape" : "__string"
|
2213
|
+
},
|
2214
|
+
"Credential" : {
|
2215
|
+
"shape" : "__string"
|
2216
|
+
},
|
2217
|
+
"Enabled" : {
|
2218
|
+
"shape" : "__boolean"
|
2219
|
+
},
|
2220
|
+
"Id" : {
|
2221
|
+
"shape" : "__string"
|
2222
|
+
},
|
2223
|
+
"IsArchived" : {
|
2224
|
+
"shape" : "__boolean"
|
2225
|
+
},
|
2226
|
+
"LastModifiedBy" : {
|
2227
|
+
"shape" : "__string"
|
2228
|
+
},
|
2229
|
+
"LastModifiedDate" : {
|
2230
|
+
"shape" : "__string"
|
2231
|
+
},
|
2232
|
+
"Platform" : {
|
2233
|
+
"shape" : "__string"
|
2234
|
+
},
|
2235
|
+
"Version" : {
|
2236
|
+
"shape" : "__integer"
|
2237
|
+
}
|
2238
|
+
}
|
2239
|
+
},
|
2240
|
+
"GCMMessage" : {
|
2241
|
+
"type" : "structure",
|
2242
|
+
"members" : {
|
2243
|
+
"Action" : {
|
2244
|
+
"shape" : "Action"
|
2245
|
+
},
|
2246
|
+
"Body" : {
|
2247
|
+
"shape" : "__string"
|
2248
|
+
},
|
2249
|
+
"CollapseKey" : {
|
2250
|
+
"shape" : "__string"
|
2251
|
+
},
|
2252
|
+
"Data" : {
|
2253
|
+
"shape" : "MapOf__string"
|
2254
|
+
},
|
2255
|
+
"IconReference" : {
|
2256
|
+
"shape" : "__string"
|
2257
|
+
},
|
2258
|
+
"ImageIconUrl" : {
|
1607
2259
|
"shape" : "__string"
|
1608
2260
|
},
|
1609
|
-
"
|
2261
|
+
"ImageUrl" : {
|
1610
2262
|
"shape" : "__string"
|
1611
2263
|
},
|
1612
|
-
"
|
2264
|
+
"RawContent" : {
|
1613
2265
|
"shape" : "__string"
|
1614
2266
|
},
|
1615
|
-
"
|
2267
|
+
"RestrictedPackageName" : {
|
1616
2268
|
"shape" : "__string"
|
1617
2269
|
},
|
1618
|
-
"
|
2270
|
+
"SilentPush" : {
|
1619
2271
|
"shape" : "__boolean"
|
1620
2272
|
},
|
1621
|
-
"
|
2273
|
+
"SmallImageIconUrl" : {
|
1622
2274
|
"shape" : "__string"
|
1623
2275
|
},
|
1624
|
-
"
|
2276
|
+
"Sound" : {
|
1625
2277
|
"shape" : "__string"
|
1626
2278
|
},
|
1627
|
-
"
|
2279
|
+
"Substitutions" : {
|
2280
|
+
"shape" : "MapOfListOf__string"
|
2281
|
+
},
|
2282
|
+
"Title" : {
|
1628
2283
|
"shape" : "__string"
|
1629
2284
|
},
|
1630
|
-
"
|
1631
|
-
"shape" : "
|
2285
|
+
"Url" : {
|
2286
|
+
"shape" : "__string"
|
1632
2287
|
}
|
1633
2288
|
}
|
1634
2289
|
},
|
@@ -1653,6 +2308,27 @@
|
|
1653
2308
|
"required" : [ "APNSChannelResponse" ],
|
1654
2309
|
"payload" : "APNSChannelResponse"
|
1655
2310
|
},
|
2311
|
+
"GetApnsSandboxChannelRequest" : {
|
2312
|
+
"type" : "structure",
|
2313
|
+
"members" : {
|
2314
|
+
"ApplicationId" : {
|
2315
|
+
"shape" : "__string",
|
2316
|
+
"location" : "uri",
|
2317
|
+
"locationName" : "application-id"
|
2318
|
+
}
|
2319
|
+
},
|
2320
|
+
"required" : [ "ApplicationId" ]
|
2321
|
+
},
|
2322
|
+
"GetApnsSandboxChannelResponse" : {
|
2323
|
+
"type" : "structure",
|
2324
|
+
"members" : {
|
2325
|
+
"APNSSandboxChannelResponse" : {
|
2326
|
+
"shape" : "APNSSandboxChannelResponse"
|
2327
|
+
}
|
2328
|
+
},
|
2329
|
+
"required" : [ "APNSSandboxChannelResponse" ],
|
2330
|
+
"payload" : "APNSSandboxChannelResponse"
|
2331
|
+
},
|
1656
2332
|
"GetApplicationSettingsRequest" : {
|
1657
2333
|
"type" : "structure",
|
1658
2334
|
"members" : {
|
@@ -1834,6 +2510,27 @@
|
|
1834
2510
|
"required" : [ "CampaignsResponse" ],
|
1835
2511
|
"payload" : "CampaignsResponse"
|
1836
2512
|
},
|
2513
|
+
"GetEmailChannelRequest" : {
|
2514
|
+
"type" : "structure",
|
2515
|
+
"members" : {
|
2516
|
+
"ApplicationId" : {
|
2517
|
+
"shape" : "__string",
|
2518
|
+
"location" : "uri",
|
2519
|
+
"locationName" : "application-id"
|
2520
|
+
}
|
2521
|
+
},
|
2522
|
+
"required" : [ "ApplicationId" ]
|
2523
|
+
},
|
2524
|
+
"GetEmailChannelResponse" : {
|
2525
|
+
"type" : "structure",
|
2526
|
+
"members" : {
|
2527
|
+
"EmailChannelResponse" : {
|
2528
|
+
"shape" : "EmailChannelResponse"
|
2529
|
+
}
|
2530
|
+
},
|
2531
|
+
"required" : [ "EmailChannelResponse" ],
|
2532
|
+
"payload" : "EmailChannelResponse"
|
2533
|
+
},
|
1837
2534
|
"GetEndpointRequest" : {
|
1838
2535
|
"type" : "structure",
|
1839
2536
|
"members" : {
|
@@ -2119,6 +2816,27 @@
|
|
2119
2816
|
"required" : [ "SegmentsResponse" ],
|
2120
2817
|
"payload" : "SegmentsResponse"
|
2121
2818
|
},
|
2819
|
+
"GetSmsChannelRequest" : {
|
2820
|
+
"type" : "structure",
|
2821
|
+
"members" : {
|
2822
|
+
"ApplicationId" : {
|
2823
|
+
"shape" : "__string",
|
2824
|
+
"location" : "uri",
|
2825
|
+
"locationName" : "application-id"
|
2826
|
+
}
|
2827
|
+
},
|
2828
|
+
"required" : [ "ApplicationId" ]
|
2829
|
+
},
|
2830
|
+
"GetSmsChannelResponse" : {
|
2831
|
+
"type" : "structure",
|
2832
|
+
"members" : {
|
2833
|
+
"SMSChannelResponse" : {
|
2834
|
+
"shape" : "SMSChannelResponse"
|
2835
|
+
}
|
2836
|
+
},
|
2837
|
+
"required" : [ "SMSChannelResponse" ],
|
2838
|
+
"payload" : "SMSChannelResponse"
|
2839
|
+
},
|
2122
2840
|
"ImportJobRequest" : {
|
2123
2841
|
"type" : "structure",
|
2124
2842
|
"members" : {
|
@@ -2299,6 +3017,15 @@
|
|
2299
3017
|
"shape" : "__string"
|
2300
3018
|
}
|
2301
3019
|
},
|
3020
|
+
"MapOfAddressConfiguration" : {
|
3021
|
+
"type" : "map",
|
3022
|
+
"key" : {
|
3023
|
+
"shape" : "__string"
|
3024
|
+
},
|
3025
|
+
"value" : {
|
3026
|
+
"shape" : "AddressConfiguration"
|
3027
|
+
}
|
3028
|
+
},
|
2302
3029
|
"MapOfAttributeDimension" : {
|
2303
3030
|
"type" : "map",
|
2304
3031
|
"key" : {
|
@@ -2317,6 +3044,15 @@
|
|
2317
3044
|
"shape" : "ListOf__string"
|
2318
3045
|
}
|
2319
3046
|
},
|
3047
|
+
"MapOfMessageResult" : {
|
3048
|
+
"type" : "map",
|
3049
|
+
"key" : {
|
3050
|
+
"shape" : "__string"
|
3051
|
+
},
|
3052
|
+
"value" : {
|
3053
|
+
"shape" : "MessageResult"
|
3054
|
+
}
|
3055
|
+
},
|
2320
3056
|
"MapOf__double" : {
|
2321
3057
|
"type" : "map",
|
2322
3058
|
"key" : {
|
@@ -2326,6 +3062,24 @@
|
|
2326
3062
|
"shape" : "__double"
|
2327
3063
|
}
|
2328
3064
|
},
|
3065
|
+
"MapOf__integer" : {
|
3066
|
+
"type" : "map",
|
3067
|
+
"key" : {
|
3068
|
+
"shape" : "__string"
|
3069
|
+
},
|
3070
|
+
"value" : {
|
3071
|
+
"shape" : "__integer"
|
3072
|
+
}
|
3073
|
+
},
|
3074
|
+
"MapOf__string" : {
|
3075
|
+
"type" : "map",
|
3076
|
+
"key" : {
|
3077
|
+
"shape" : "__string"
|
3078
|
+
},
|
3079
|
+
"value" : {
|
3080
|
+
"shape" : "__string"
|
3081
|
+
}
|
3082
|
+
},
|
2329
3083
|
"Message" : {
|
2330
3084
|
"type" : "structure",
|
2331
3085
|
"members" : {
|
@@ -2338,6 +3092,9 @@
|
|
2338
3092
|
"ImageIconUrl" : {
|
2339
3093
|
"shape" : "__string"
|
2340
3094
|
},
|
3095
|
+
"ImageSmallIconUrl" : {
|
3096
|
+
"shape" : "__string"
|
3097
|
+
},
|
2341
3098
|
"ImageUrl" : {
|
2342
3099
|
"shape" : "__string"
|
2343
3100
|
},
|
@@ -2378,11 +3135,66 @@
|
|
2378
3135
|
"DefaultMessage" : {
|
2379
3136
|
"shape" : "Message"
|
2380
3137
|
},
|
3138
|
+
"EmailMessage" : {
|
3139
|
+
"shape" : "CampaignEmailMessage"
|
3140
|
+
},
|
2381
3141
|
"GCMMessage" : {
|
2382
3142
|
"shape" : "Message"
|
3143
|
+
},
|
3144
|
+
"SMSMessage" : {
|
3145
|
+
"shape" : "CampaignSmsMessage"
|
3146
|
+
}
|
3147
|
+
}
|
3148
|
+
},
|
3149
|
+
"MessageRequest" : {
|
3150
|
+
"type" : "structure",
|
3151
|
+
"members" : {
|
3152
|
+
"Addresses" : {
|
3153
|
+
"shape" : "MapOfAddressConfiguration"
|
3154
|
+
},
|
3155
|
+
"Context" : {
|
3156
|
+
"shape" : "MapOf__string"
|
3157
|
+
},
|
3158
|
+
"MessageConfiguration" : {
|
3159
|
+
"shape" : "DirectMessageConfiguration"
|
3160
|
+
}
|
3161
|
+
}
|
3162
|
+
},
|
3163
|
+
"MessageResponse" : {
|
3164
|
+
"type" : "structure",
|
3165
|
+
"members" : {
|
3166
|
+
"ApplicationId" : {
|
3167
|
+
"shape" : "__string"
|
3168
|
+
},
|
3169
|
+
"RequestId" : {
|
3170
|
+
"shape" : "__string"
|
3171
|
+
},
|
3172
|
+
"Result" : {
|
3173
|
+
"shape" : "MapOfMessageResult"
|
3174
|
+
}
|
3175
|
+
}
|
3176
|
+
},
|
3177
|
+
"MessageResult" : {
|
3178
|
+
"type" : "structure",
|
3179
|
+
"members" : {
|
3180
|
+
"DeliveryStatus" : {
|
3181
|
+
"shape" : "DeliveryStatus"
|
3182
|
+
},
|
3183
|
+
"StatusCode" : {
|
3184
|
+
"shape" : "__integer"
|
3185
|
+
},
|
3186
|
+
"StatusMessage" : {
|
3187
|
+
"shape" : "__string"
|
3188
|
+
},
|
3189
|
+
"UpdatedToken" : {
|
3190
|
+
"shape" : "__string"
|
2383
3191
|
}
|
2384
3192
|
}
|
2385
3193
|
},
|
3194
|
+
"MessageType" : {
|
3195
|
+
"type" : "string",
|
3196
|
+
"enum" : [ "TRANSACTIONAL", "PROMOTIONAL" ]
|
3197
|
+
},
|
2386
3198
|
"MethodNotAllowedException" : {
|
2387
3199
|
"type" : "structure",
|
2388
3200
|
"members" : {
|
@@ -2464,6 +3276,72 @@
|
|
2464
3276
|
"type" : "string",
|
2465
3277
|
"enum" : [ "ACTIVE", "INACTIVE" ]
|
2466
3278
|
},
|
3279
|
+
"SMSChannelRequest" : {
|
3280
|
+
"type" : "structure",
|
3281
|
+
"members" : {
|
3282
|
+
"Enabled" : {
|
3283
|
+
"shape" : "__boolean"
|
3284
|
+
},
|
3285
|
+
"SenderId" : {
|
3286
|
+
"shape" : "__string"
|
3287
|
+
}
|
3288
|
+
}
|
3289
|
+
},
|
3290
|
+
"SMSChannelResponse" : {
|
3291
|
+
"type" : "structure",
|
3292
|
+
"members" : {
|
3293
|
+
"ApplicationId" : {
|
3294
|
+
"shape" : "__string"
|
3295
|
+
},
|
3296
|
+
"CreationDate" : {
|
3297
|
+
"shape" : "__string"
|
3298
|
+
},
|
3299
|
+
"Enabled" : {
|
3300
|
+
"shape" : "__boolean"
|
3301
|
+
},
|
3302
|
+
"Id" : {
|
3303
|
+
"shape" : "__string"
|
3304
|
+
},
|
3305
|
+
"IsArchived" : {
|
3306
|
+
"shape" : "__boolean"
|
3307
|
+
},
|
3308
|
+
"LastModifiedBy" : {
|
3309
|
+
"shape" : "__string"
|
3310
|
+
},
|
3311
|
+
"LastModifiedDate" : {
|
3312
|
+
"shape" : "__string"
|
3313
|
+
},
|
3314
|
+
"Platform" : {
|
3315
|
+
"shape" : "__string"
|
3316
|
+
},
|
3317
|
+
"SenderId" : {
|
3318
|
+
"shape" : "__string"
|
3319
|
+
},
|
3320
|
+
"ShortCode" : {
|
3321
|
+
"shape" : "__string"
|
3322
|
+
},
|
3323
|
+
"Version" : {
|
3324
|
+
"shape" : "__integer"
|
3325
|
+
}
|
3326
|
+
}
|
3327
|
+
},
|
3328
|
+
"SMSMessage" : {
|
3329
|
+
"type" : "structure",
|
3330
|
+
"members" : {
|
3331
|
+
"Body" : {
|
3332
|
+
"shape" : "__string"
|
3333
|
+
},
|
3334
|
+
"MessageType" : {
|
3335
|
+
"shape" : "MessageType"
|
3336
|
+
},
|
3337
|
+
"SenderId" : {
|
3338
|
+
"shape" : "__string"
|
3339
|
+
},
|
3340
|
+
"Substitutions" : {
|
3341
|
+
"shape" : "MapOfListOf__string"
|
3342
|
+
}
|
3343
|
+
}
|
3344
|
+
},
|
2467
3345
|
"Schedule" : {
|
2468
3346
|
"type" : "structure",
|
2469
3347
|
"members" : {
|
@@ -2501,6 +3379,9 @@
|
|
2501
3379
|
"AppVersion" : {
|
2502
3380
|
"shape" : "SetDimension"
|
2503
3381
|
},
|
3382
|
+
"Channel" : {
|
3383
|
+
"shape" : "SetDimension"
|
3384
|
+
},
|
2504
3385
|
"DeviceType" : {
|
2505
3386
|
"shape" : "SetDimension"
|
2506
3387
|
},
|
@@ -2538,6 +3419,9 @@
|
|
2538
3419
|
"SegmentImportResource" : {
|
2539
3420
|
"type" : "structure",
|
2540
3421
|
"members" : {
|
3422
|
+
"ChannelCounts" : {
|
3423
|
+
"shape" : "MapOf__integer"
|
3424
|
+
},
|
2541
3425
|
"ExternalId" : {
|
2542
3426
|
"shape" : "__string"
|
2543
3427
|
},
|
@@ -2610,6 +3494,31 @@
|
|
2610
3494
|
}
|
2611
3495
|
}
|
2612
3496
|
},
|
3497
|
+
"SendMessagesRequest" : {
|
3498
|
+
"type" : "structure",
|
3499
|
+
"members" : {
|
3500
|
+
"ApplicationId" : {
|
3501
|
+
"shape" : "__string",
|
3502
|
+
"location" : "uri",
|
3503
|
+
"locationName" : "application-id"
|
3504
|
+
},
|
3505
|
+
"MessageRequest" : {
|
3506
|
+
"shape" : "MessageRequest"
|
3507
|
+
}
|
3508
|
+
},
|
3509
|
+
"required" : [ "ApplicationId", "MessageRequest" ],
|
3510
|
+
"payload" : "MessageRequest"
|
3511
|
+
},
|
3512
|
+
"SendMessagesResponse" : {
|
3513
|
+
"type" : "structure",
|
3514
|
+
"members" : {
|
3515
|
+
"MessageResponse" : {
|
3516
|
+
"shape" : "MessageResponse"
|
3517
|
+
}
|
3518
|
+
},
|
3519
|
+
"required" : [ "MessageResponse" ],
|
3520
|
+
"payload" : "MessageResponse"
|
3521
|
+
},
|
2613
3522
|
"SetDimension" : {
|
2614
3523
|
"type" : "structure",
|
2615
3524
|
"members" : {
|
@@ -2687,6 +3596,31 @@
|
|
2687
3596
|
"required" : [ "APNSChannelResponse" ],
|
2688
3597
|
"payload" : "APNSChannelResponse"
|
2689
3598
|
},
|
3599
|
+
"UpdateApnsSandboxChannelRequest" : {
|
3600
|
+
"type" : "structure",
|
3601
|
+
"members" : {
|
3602
|
+
"APNSSandboxChannelRequest" : {
|
3603
|
+
"shape" : "APNSSandboxChannelRequest"
|
3604
|
+
},
|
3605
|
+
"ApplicationId" : {
|
3606
|
+
"shape" : "__string",
|
3607
|
+
"location" : "uri",
|
3608
|
+
"locationName" : "application-id"
|
3609
|
+
}
|
3610
|
+
},
|
3611
|
+
"required" : [ "ApplicationId", "APNSSandboxChannelRequest" ],
|
3612
|
+
"payload" : "APNSSandboxChannelRequest"
|
3613
|
+
},
|
3614
|
+
"UpdateApnsSandboxChannelResponse" : {
|
3615
|
+
"type" : "structure",
|
3616
|
+
"members" : {
|
3617
|
+
"APNSSandboxChannelResponse" : {
|
3618
|
+
"shape" : "APNSSandboxChannelResponse"
|
3619
|
+
}
|
3620
|
+
},
|
3621
|
+
"required" : [ "APNSSandboxChannelResponse" ],
|
3622
|
+
"payload" : "APNSSandboxChannelResponse"
|
3623
|
+
},
|
2690
3624
|
"UpdateApplicationSettingsRequest" : {
|
2691
3625
|
"type" : "structure",
|
2692
3626
|
"members" : {
|
@@ -2742,6 +3676,31 @@
|
|
2742
3676
|
"required" : [ "CampaignResponse" ],
|
2743
3677
|
"payload" : "CampaignResponse"
|
2744
3678
|
},
|
3679
|
+
"UpdateEmailChannelRequest" : {
|
3680
|
+
"type" : "structure",
|
3681
|
+
"members" : {
|
3682
|
+
"ApplicationId" : {
|
3683
|
+
"shape" : "__string",
|
3684
|
+
"location" : "uri",
|
3685
|
+
"locationName" : "application-id"
|
3686
|
+
},
|
3687
|
+
"EmailChannelRequest" : {
|
3688
|
+
"shape" : "EmailChannelRequest"
|
3689
|
+
}
|
3690
|
+
},
|
3691
|
+
"required" : [ "ApplicationId", "EmailChannelRequest" ],
|
3692
|
+
"payload" : "EmailChannelRequest"
|
3693
|
+
},
|
3694
|
+
"UpdateEmailChannelResponse" : {
|
3695
|
+
"type" : "structure",
|
3696
|
+
"members" : {
|
3697
|
+
"EmailChannelResponse" : {
|
3698
|
+
"shape" : "EmailChannelResponse"
|
3699
|
+
}
|
3700
|
+
},
|
3701
|
+
"required" : [ "EmailChannelResponse" ],
|
3702
|
+
"payload" : "EmailChannelResponse"
|
3703
|
+
},
|
2745
3704
|
"UpdateEndpointRequest" : {
|
2746
3705
|
"type" : "structure",
|
2747
3706
|
"members" : {
|
@@ -2852,6 +3811,31 @@
|
|
2852
3811
|
"required" : [ "SegmentResponse" ],
|
2853
3812
|
"payload" : "SegmentResponse"
|
2854
3813
|
},
|
3814
|
+
"UpdateSmsChannelRequest" : {
|
3815
|
+
"type" : "structure",
|
3816
|
+
"members" : {
|
3817
|
+
"ApplicationId" : {
|
3818
|
+
"shape" : "__string",
|
3819
|
+
"location" : "uri",
|
3820
|
+
"locationName" : "application-id"
|
3821
|
+
},
|
3822
|
+
"SMSChannelRequest" : {
|
3823
|
+
"shape" : "SMSChannelRequest"
|
3824
|
+
}
|
3825
|
+
},
|
3826
|
+
"required" : [ "ApplicationId", "SMSChannelRequest" ],
|
3827
|
+
"payload" : "SMSChannelRequest"
|
3828
|
+
},
|
3829
|
+
"UpdateSmsChannelResponse" : {
|
3830
|
+
"type" : "structure",
|
3831
|
+
"members" : {
|
3832
|
+
"SMSChannelResponse" : {
|
3833
|
+
"shape" : "SMSChannelResponse"
|
3834
|
+
}
|
3835
|
+
},
|
3836
|
+
"required" : [ "SMSChannelResponse" ],
|
3837
|
+
"payload" : "SMSChannelResponse"
|
3838
|
+
},
|
2855
3839
|
"WriteApplicationSettingsRequest" : {
|
2856
3840
|
"type" : "structure",
|
2857
3841
|
"members" : {
|
@@ -2910,9 +3894,6 @@
|
|
2910
3894
|
"DestinationStreamArn" : {
|
2911
3895
|
"shape" : "__string"
|
2912
3896
|
},
|
2913
|
-
"ExternalId" : {
|
2914
|
-
"shape" : "__string"
|
2915
|
-
},
|
2916
3897
|
"RoleArn" : {
|
2917
3898
|
"shape" : "__string"
|
2918
3899
|
}
|