aws-sdk 2.987.0 → 2.991.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type": "structure",
|
|
78
78
|
"members": {
|
|
79
79
|
"CampaignResponse": {
|
|
80
|
-
"shape": "
|
|
80
|
+
"shape": "S1j"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"required": [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"type": "structure",
|
|
96
96
|
"members": {
|
|
97
97
|
"EmailTemplateRequest": {
|
|
98
|
-
"shape": "
|
|
98
|
+
"shape": "S1p"
|
|
99
99
|
},
|
|
100
100
|
"TemplateName": {
|
|
101
101
|
"location": "uri",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"type": "structure",
|
|
113
113
|
"members": {
|
|
114
114
|
"CreateTemplateMessageBody": {
|
|
115
|
-
"shape": "
|
|
115
|
+
"shape": "S1r"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"required": [
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"type": "structure",
|
|
160
160
|
"members": {
|
|
161
161
|
"ExportJobResponse": {
|
|
162
|
-
"shape": "
|
|
162
|
+
"shape": "S1v"
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
"required": [
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"type": "structure",
|
|
214
214
|
"members": {
|
|
215
215
|
"ImportJobResponse": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "S22"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"required": [
|
|
@@ -222,6 +222,46 @@
|
|
|
222
222
|
"payload": "ImportJobResponse"
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
|
+
"CreateInAppTemplate": {
|
|
226
|
+
"http": {
|
|
227
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
228
|
+
"responseCode": 201
|
|
229
|
+
},
|
|
230
|
+
"input": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"members": {
|
|
233
|
+
"InAppTemplateRequest": {
|
|
234
|
+
"shape": "S25"
|
|
235
|
+
},
|
|
236
|
+
"TemplateName": {
|
|
237
|
+
"location": "uri",
|
|
238
|
+
"locationName": "template-name"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"required": [
|
|
242
|
+
"TemplateName",
|
|
243
|
+
"InAppTemplateRequest"
|
|
244
|
+
],
|
|
245
|
+
"payload": "InAppTemplateRequest"
|
|
246
|
+
},
|
|
247
|
+
"output": {
|
|
248
|
+
"type": "structure",
|
|
249
|
+
"members": {
|
|
250
|
+
"TemplateCreateMessageBody": {
|
|
251
|
+
"type": "structure",
|
|
252
|
+
"members": {
|
|
253
|
+
"Arn": {},
|
|
254
|
+
"Message": {},
|
|
255
|
+
"RequestID": {}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"required": [
|
|
260
|
+
"TemplateCreateMessageBody"
|
|
261
|
+
],
|
|
262
|
+
"payload": "TemplateCreateMessageBody"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
225
265
|
"CreateJourney": {
|
|
226
266
|
"http": {
|
|
227
267
|
"requestUri": "/v1/apps/{application-id}/journeys",
|
|
@@ -235,7 +275,7 @@
|
|
|
235
275
|
"locationName": "application-id"
|
|
236
276
|
},
|
|
237
277
|
"WriteJourneyRequest": {
|
|
238
|
-
"shape": "
|
|
278
|
+
"shape": "S29"
|
|
239
279
|
}
|
|
240
280
|
},
|
|
241
281
|
"required": [
|
|
@@ -248,7 +288,7 @@
|
|
|
248
288
|
"type": "structure",
|
|
249
289
|
"members": {
|
|
250
290
|
"JourneyResponse": {
|
|
251
|
-
"shape": "
|
|
291
|
+
"shape": "S3h"
|
|
252
292
|
}
|
|
253
293
|
},
|
|
254
294
|
"required": [
|
|
@@ -266,7 +306,7 @@
|
|
|
266
306
|
"type": "structure",
|
|
267
307
|
"members": {
|
|
268
308
|
"PushNotificationTemplateRequest": {
|
|
269
|
-
"shape": "
|
|
309
|
+
"shape": "S3j"
|
|
270
310
|
},
|
|
271
311
|
"TemplateName": {
|
|
272
312
|
"location": "uri",
|
|
@@ -283,7 +323,7 @@
|
|
|
283
323
|
"type": "structure",
|
|
284
324
|
"members": {
|
|
285
325
|
"CreateTemplateMessageBody": {
|
|
286
|
-
"shape": "
|
|
326
|
+
"shape": "S1r"
|
|
287
327
|
}
|
|
288
328
|
},
|
|
289
329
|
"required": [
|
|
@@ -332,7 +372,7 @@
|
|
|
332
372
|
"type": "structure",
|
|
333
373
|
"members": {
|
|
334
374
|
"RecommenderConfigurationResponse": {
|
|
335
|
-
"shape": "
|
|
375
|
+
"shape": "S3r"
|
|
336
376
|
}
|
|
337
377
|
},
|
|
338
378
|
"required": [
|
|
@@ -354,7 +394,7 @@
|
|
|
354
394
|
"locationName": "application-id"
|
|
355
395
|
},
|
|
356
396
|
"WriteSegmentRequest": {
|
|
357
|
-
"shape": "
|
|
397
|
+
"shape": "S3t"
|
|
358
398
|
}
|
|
359
399
|
},
|
|
360
400
|
"required": [
|
|
@@ -367,7 +407,7 @@
|
|
|
367
407
|
"type": "structure",
|
|
368
408
|
"members": {
|
|
369
409
|
"SegmentResponse": {
|
|
370
|
-
"shape": "
|
|
410
|
+
"shape": "S44"
|
|
371
411
|
}
|
|
372
412
|
},
|
|
373
413
|
"required": [
|
|
@@ -385,7 +425,7 @@
|
|
|
385
425
|
"type": "structure",
|
|
386
426
|
"members": {
|
|
387
427
|
"SMSTemplateRequest": {
|
|
388
|
-
"shape": "
|
|
428
|
+
"shape": "S49"
|
|
389
429
|
},
|
|
390
430
|
"TemplateName": {
|
|
391
431
|
"location": "uri",
|
|
@@ -402,7 +442,7 @@
|
|
|
402
442
|
"type": "structure",
|
|
403
443
|
"members": {
|
|
404
444
|
"CreateTemplateMessageBody": {
|
|
405
|
-
"shape": "
|
|
445
|
+
"shape": "S1r"
|
|
406
446
|
}
|
|
407
447
|
},
|
|
408
448
|
"required": [
|
|
@@ -424,7 +464,7 @@
|
|
|
424
464
|
"locationName": "template-name"
|
|
425
465
|
},
|
|
426
466
|
"VoiceTemplateRequest": {
|
|
427
|
-
"shape": "
|
|
467
|
+
"shape": "S4c"
|
|
428
468
|
}
|
|
429
469
|
},
|
|
430
470
|
"required": [
|
|
@@ -437,7 +477,7 @@
|
|
|
437
477
|
"type": "structure",
|
|
438
478
|
"members": {
|
|
439
479
|
"CreateTemplateMessageBody": {
|
|
440
|
-
"shape": "
|
|
480
|
+
"shape": "S1r"
|
|
441
481
|
}
|
|
442
482
|
},
|
|
443
483
|
"required": [
|
|
@@ -468,7 +508,7 @@
|
|
|
468
508
|
"type": "structure",
|
|
469
509
|
"members": {
|
|
470
510
|
"ADMChannelResponse": {
|
|
471
|
-
"shape": "
|
|
511
|
+
"shape": "S4g"
|
|
472
512
|
}
|
|
473
513
|
},
|
|
474
514
|
"required": [
|
|
@@ -499,7 +539,7 @@
|
|
|
499
539
|
"type": "structure",
|
|
500
540
|
"members": {
|
|
501
541
|
"APNSChannelResponse": {
|
|
502
|
-
"shape": "
|
|
542
|
+
"shape": "S4j"
|
|
503
543
|
}
|
|
504
544
|
},
|
|
505
545
|
"required": [
|
|
@@ -530,7 +570,7 @@
|
|
|
530
570
|
"type": "structure",
|
|
531
571
|
"members": {
|
|
532
572
|
"APNSSandboxChannelResponse": {
|
|
533
|
-
"shape": "
|
|
573
|
+
"shape": "S4m"
|
|
534
574
|
}
|
|
535
575
|
},
|
|
536
576
|
"required": [
|
|
@@ -561,7 +601,7 @@
|
|
|
561
601
|
"type": "structure",
|
|
562
602
|
"members": {
|
|
563
603
|
"APNSVoipChannelResponse": {
|
|
564
|
-
"shape": "
|
|
604
|
+
"shape": "S4p"
|
|
565
605
|
}
|
|
566
606
|
},
|
|
567
607
|
"required": [
|
|
@@ -592,7 +632,7 @@
|
|
|
592
632
|
"type": "structure",
|
|
593
633
|
"members": {
|
|
594
634
|
"APNSVoipSandboxChannelResponse": {
|
|
595
|
-
"shape": "
|
|
635
|
+
"shape": "S4s"
|
|
596
636
|
}
|
|
597
637
|
},
|
|
598
638
|
"required": [
|
|
@@ -654,7 +694,7 @@
|
|
|
654
694
|
"type": "structure",
|
|
655
695
|
"members": {
|
|
656
696
|
"BaiduChannelResponse": {
|
|
657
|
-
"shape": "
|
|
697
|
+
"shape": "S4x"
|
|
658
698
|
}
|
|
659
699
|
},
|
|
660
700
|
"required": [
|
|
@@ -690,7 +730,7 @@
|
|
|
690
730
|
"type": "structure",
|
|
691
731
|
"members": {
|
|
692
732
|
"CampaignResponse": {
|
|
693
|
-
"shape": "
|
|
733
|
+
"shape": "S1j"
|
|
694
734
|
}
|
|
695
735
|
},
|
|
696
736
|
"required": [
|
|
@@ -721,7 +761,7 @@
|
|
|
721
761
|
"type": "structure",
|
|
722
762
|
"members": {
|
|
723
763
|
"EmailChannelResponse": {
|
|
724
|
-
"shape": "
|
|
764
|
+
"shape": "S52"
|
|
725
765
|
}
|
|
726
766
|
},
|
|
727
767
|
"required": [
|
|
@@ -756,7 +796,7 @@
|
|
|
756
796
|
"type": "structure",
|
|
757
797
|
"members": {
|
|
758
798
|
"MessageBody": {
|
|
759
|
-
"shape": "
|
|
799
|
+
"shape": "S55"
|
|
760
800
|
}
|
|
761
801
|
},
|
|
762
802
|
"required": [
|
|
@@ -792,7 +832,7 @@
|
|
|
792
832
|
"type": "structure",
|
|
793
833
|
"members": {
|
|
794
834
|
"EndpointResponse": {
|
|
795
|
-
"shape": "
|
|
835
|
+
"shape": "S58"
|
|
796
836
|
}
|
|
797
837
|
},
|
|
798
838
|
"required": [
|
|
@@ -823,7 +863,7 @@
|
|
|
823
863
|
"type": "structure",
|
|
824
864
|
"members": {
|
|
825
865
|
"EventStream": {
|
|
826
|
-
"shape": "
|
|
866
|
+
"shape": "S5h"
|
|
827
867
|
}
|
|
828
868
|
},
|
|
829
869
|
"required": [
|
|
@@ -854,7 +894,7 @@
|
|
|
854
894
|
"type": "structure",
|
|
855
895
|
"members": {
|
|
856
896
|
"GCMChannelResponse": {
|
|
857
|
-
"shape": "
|
|
897
|
+
"shape": "S5k"
|
|
858
898
|
}
|
|
859
899
|
},
|
|
860
900
|
"required": [
|
|
@@ -863,6 +903,41 @@
|
|
|
863
903
|
"payload": "GCMChannelResponse"
|
|
864
904
|
}
|
|
865
905
|
},
|
|
906
|
+
"DeleteInAppTemplate": {
|
|
907
|
+
"http": {
|
|
908
|
+
"method": "DELETE",
|
|
909
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
910
|
+
"responseCode": 202
|
|
911
|
+
},
|
|
912
|
+
"input": {
|
|
913
|
+
"type": "structure",
|
|
914
|
+
"members": {
|
|
915
|
+
"TemplateName": {
|
|
916
|
+
"location": "uri",
|
|
917
|
+
"locationName": "template-name"
|
|
918
|
+
},
|
|
919
|
+
"Version": {
|
|
920
|
+
"location": "querystring",
|
|
921
|
+
"locationName": "version"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"required": [
|
|
925
|
+
"TemplateName"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
"output": {
|
|
929
|
+
"type": "structure",
|
|
930
|
+
"members": {
|
|
931
|
+
"MessageBody": {
|
|
932
|
+
"shape": "S55"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"required": [
|
|
936
|
+
"MessageBody"
|
|
937
|
+
],
|
|
938
|
+
"payload": "MessageBody"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
866
941
|
"DeleteJourney": {
|
|
867
942
|
"http": {
|
|
868
943
|
"method": "DELETE",
|
|
@@ -890,7 +965,7 @@
|
|
|
890
965
|
"type": "structure",
|
|
891
966
|
"members": {
|
|
892
967
|
"JourneyResponse": {
|
|
893
|
-
"shape": "
|
|
968
|
+
"shape": "S3h"
|
|
894
969
|
}
|
|
895
970
|
},
|
|
896
971
|
"required": [
|
|
@@ -925,7 +1000,7 @@
|
|
|
925
1000
|
"type": "structure",
|
|
926
1001
|
"members": {
|
|
927
1002
|
"MessageBody": {
|
|
928
|
-
"shape": "
|
|
1003
|
+
"shape": "S55"
|
|
929
1004
|
}
|
|
930
1005
|
},
|
|
931
1006
|
"required": [
|
|
@@ -956,7 +1031,7 @@
|
|
|
956
1031
|
"type": "structure",
|
|
957
1032
|
"members": {
|
|
958
1033
|
"RecommenderConfigurationResponse": {
|
|
959
|
-
"shape": "
|
|
1034
|
+
"shape": "S3r"
|
|
960
1035
|
}
|
|
961
1036
|
},
|
|
962
1037
|
"required": [
|
|
@@ -992,7 +1067,7 @@
|
|
|
992
1067
|
"type": "structure",
|
|
993
1068
|
"members": {
|
|
994
1069
|
"SegmentResponse": {
|
|
995
|
-
"shape": "
|
|
1070
|
+
"shape": "S44"
|
|
996
1071
|
}
|
|
997
1072
|
},
|
|
998
1073
|
"required": [
|
|
@@ -1023,7 +1098,7 @@
|
|
|
1023
1098
|
"type": "structure",
|
|
1024
1099
|
"members": {
|
|
1025
1100
|
"SMSChannelResponse": {
|
|
1026
|
-
"shape": "
|
|
1101
|
+
"shape": "S5x"
|
|
1027
1102
|
}
|
|
1028
1103
|
},
|
|
1029
1104
|
"required": [
|
|
@@ -1058,7 +1133,7 @@
|
|
|
1058
1133
|
"type": "structure",
|
|
1059
1134
|
"members": {
|
|
1060
1135
|
"MessageBody": {
|
|
1061
|
-
"shape": "
|
|
1136
|
+
"shape": "S55"
|
|
1062
1137
|
}
|
|
1063
1138
|
},
|
|
1064
1139
|
"required": [
|
|
@@ -1094,7 +1169,7 @@
|
|
|
1094
1169
|
"type": "structure",
|
|
1095
1170
|
"members": {
|
|
1096
1171
|
"EndpointsResponse": {
|
|
1097
|
-
"shape": "
|
|
1172
|
+
"shape": "S62"
|
|
1098
1173
|
}
|
|
1099
1174
|
},
|
|
1100
1175
|
"required": [
|
|
@@ -1125,7 +1200,7 @@
|
|
|
1125
1200
|
"type": "structure",
|
|
1126
1201
|
"members": {
|
|
1127
1202
|
"VoiceChannelResponse": {
|
|
1128
|
-
"shape": "
|
|
1203
|
+
"shape": "S66"
|
|
1129
1204
|
}
|
|
1130
1205
|
},
|
|
1131
1206
|
"required": [
|
|
@@ -1160,7 +1235,7 @@
|
|
|
1160
1235
|
"type": "structure",
|
|
1161
1236
|
"members": {
|
|
1162
1237
|
"MessageBody": {
|
|
1163
|
-
"shape": "
|
|
1238
|
+
"shape": "S55"
|
|
1164
1239
|
}
|
|
1165
1240
|
},
|
|
1166
1241
|
"required": [
|
|
@@ -1191,7 +1266,7 @@
|
|
|
1191
1266
|
"type": "structure",
|
|
1192
1267
|
"members": {
|
|
1193
1268
|
"ADMChannelResponse": {
|
|
1194
|
-
"shape": "
|
|
1269
|
+
"shape": "S4g"
|
|
1195
1270
|
}
|
|
1196
1271
|
},
|
|
1197
1272
|
"required": [
|
|
@@ -1222,7 +1297,7 @@
|
|
|
1222
1297
|
"type": "structure",
|
|
1223
1298
|
"members": {
|
|
1224
1299
|
"APNSChannelResponse": {
|
|
1225
|
-
"shape": "
|
|
1300
|
+
"shape": "S4j"
|
|
1226
1301
|
}
|
|
1227
1302
|
},
|
|
1228
1303
|
"required": [
|
|
@@ -1253,7 +1328,7 @@
|
|
|
1253
1328
|
"type": "structure",
|
|
1254
1329
|
"members": {
|
|
1255
1330
|
"APNSSandboxChannelResponse": {
|
|
1256
|
-
"shape": "
|
|
1331
|
+
"shape": "S4m"
|
|
1257
1332
|
}
|
|
1258
1333
|
},
|
|
1259
1334
|
"required": [
|
|
@@ -1284,7 +1359,7 @@
|
|
|
1284
1359
|
"type": "structure",
|
|
1285
1360
|
"members": {
|
|
1286
1361
|
"APNSVoipChannelResponse": {
|
|
1287
|
-
"shape": "
|
|
1362
|
+
"shape": "S4p"
|
|
1288
1363
|
}
|
|
1289
1364
|
},
|
|
1290
1365
|
"required": [
|
|
@@ -1315,7 +1390,7 @@
|
|
|
1315
1390
|
"type": "structure",
|
|
1316
1391
|
"members": {
|
|
1317
1392
|
"APNSVoipSandboxChannelResponse": {
|
|
1318
|
-
"shape": "
|
|
1393
|
+
"shape": "S4s"
|
|
1319
1394
|
}
|
|
1320
1395
|
},
|
|
1321
1396
|
"required": [
|
|
@@ -1369,7 +1444,7 @@
|
|
|
1369
1444
|
"locationName": "application-id"
|
|
1370
1445
|
},
|
|
1371
1446
|
"EndTime": {
|
|
1372
|
-
"shape": "
|
|
1447
|
+
"shape": "S3b",
|
|
1373
1448
|
"location": "querystring",
|
|
1374
1449
|
"locationName": "end-time"
|
|
1375
1450
|
},
|
|
@@ -1386,7 +1461,7 @@
|
|
|
1386
1461
|
"locationName": "page-size"
|
|
1387
1462
|
},
|
|
1388
1463
|
"StartTime": {
|
|
1389
|
-
"shape": "
|
|
1464
|
+
"shape": "S3b",
|
|
1390
1465
|
"location": "querystring",
|
|
1391
1466
|
"locationName": "start-time"
|
|
1392
1467
|
}
|
|
@@ -1404,15 +1479,15 @@
|
|
|
1404
1479
|
"members": {
|
|
1405
1480
|
"ApplicationId": {},
|
|
1406
1481
|
"EndTime": {
|
|
1407
|
-
"shape": "
|
|
1482
|
+
"shape": "S3b"
|
|
1408
1483
|
},
|
|
1409
1484
|
"KpiName": {},
|
|
1410
1485
|
"KpiResult": {
|
|
1411
|
-
"shape": "
|
|
1486
|
+
"shape": "S6o"
|
|
1412
1487
|
},
|
|
1413
1488
|
"NextToken": {},
|
|
1414
1489
|
"StartTime": {
|
|
1415
|
-
"shape": "
|
|
1490
|
+
"shape": "S3b"
|
|
1416
1491
|
}
|
|
1417
1492
|
},
|
|
1418
1493
|
"required": [
|
|
@@ -1452,7 +1527,7 @@
|
|
|
1452
1527
|
"type": "structure",
|
|
1453
1528
|
"members": {
|
|
1454
1529
|
"ApplicationSettingsResource": {
|
|
1455
|
-
"shape": "
|
|
1530
|
+
"shape": "S6v"
|
|
1456
1531
|
}
|
|
1457
1532
|
},
|
|
1458
1533
|
"required": [
|
|
@@ -1524,7 +1599,7 @@
|
|
|
1524
1599
|
"type": "structure",
|
|
1525
1600
|
"members": {
|
|
1526
1601
|
"BaiduChannelResponse": {
|
|
1527
|
-
"shape": "
|
|
1602
|
+
"shape": "S4x"
|
|
1528
1603
|
}
|
|
1529
1604
|
},
|
|
1530
1605
|
"required": [
|
|
@@ -1560,7 +1635,7 @@
|
|
|
1560
1635
|
"type": "structure",
|
|
1561
1636
|
"members": {
|
|
1562
1637
|
"CampaignResponse": {
|
|
1563
|
-
"shape": "
|
|
1638
|
+
"shape": "S1j"
|
|
1564
1639
|
}
|
|
1565
1640
|
},
|
|
1566
1641
|
"required": [
|
|
@@ -1671,7 +1746,7 @@
|
|
|
1671
1746
|
"locationName": "campaign-id"
|
|
1672
1747
|
},
|
|
1673
1748
|
"EndTime": {
|
|
1674
|
-
"shape": "
|
|
1749
|
+
"shape": "S3b",
|
|
1675
1750
|
"location": "querystring",
|
|
1676
1751
|
"locationName": "end-time"
|
|
1677
1752
|
},
|
|
@@ -1688,7 +1763,7 @@
|
|
|
1688
1763
|
"locationName": "page-size"
|
|
1689
1764
|
},
|
|
1690
1765
|
"StartTime": {
|
|
1691
|
-
"shape": "
|
|
1766
|
+
"shape": "S3b",
|
|
1692
1767
|
"location": "querystring",
|
|
1693
1768
|
"locationName": "start-time"
|
|
1694
1769
|
}
|
|
@@ -1708,15 +1783,15 @@
|
|
|
1708
1783
|
"ApplicationId": {},
|
|
1709
1784
|
"CampaignId": {},
|
|
1710
1785
|
"EndTime": {
|
|
1711
|
-
"shape": "
|
|
1786
|
+
"shape": "S3b"
|
|
1712
1787
|
},
|
|
1713
1788
|
"KpiName": {},
|
|
1714
1789
|
"KpiResult": {
|
|
1715
|
-
"shape": "
|
|
1790
|
+
"shape": "S6o"
|
|
1716
1791
|
},
|
|
1717
1792
|
"NextToken": {},
|
|
1718
1793
|
"StartTime": {
|
|
1719
|
-
"shape": "
|
|
1794
|
+
"shape": "S3b"
|
|
1720
1795
|
}
|
|
1721
1796
|
},
|
|
1722
1797
|
"required": [
|
|
@@ -1767,7 +1842,7 @@
|
|
|
1767
1842
|
"type": "structure",
|
|
1768
1843
|
"members": {
|
|
1769
1844
|
"CampaignResponse": {
|
|
1770
|
-
"shape": "
|
|
1845
|
+
"shape": "S1j"
|
|
1771
1846
|
}
|
|
1772
1847
|
},
|
|
1773
1848
|
"required": [
|
|
@@ -1811,7 +1886,7 @@
|
|
|
1811
1886
|
"type": "structure",
|
|
1812
1887
|
"members": {
|
|
1813
1888
|
"CampaignsResponse": {
|
|
1814
|
-
"shape": "
|
|
1889
|
+
"shape": "S7g"
|
|
1815
1890
|
}
|
|
1816
1891
|
},
|
|
1817
1892
|
"required": [
|
|
@@ -1850,7 +1925,7 @@
|
|
|
1850
1925
|
"type": "structure",
|
|
1851
1926
|
"members": {
|
|
1852
1927
|
"CampaignsResponse": {
|
|
1853
|
-
"shape": "
|
|
1928
|
+
"shape": "S7g"
|
|
1854
1929
|
}
|
|
1855
1930
|
},
|
|
1856
1931
|
"required": [
|
|
@@ -1943,7 +2018,7 @@
|
|
|
1943
2018
|
"type": "structure",
|
|
1944
2019
|
"members": {
|
|
1945
2020
|
"EmailChannelResponse": {
|
|
1946
|
-
"shape": "
|
|
2021
|
+
"shape": "S52"
|
|
1947
2022
|
}
|
|
1948
2023
|
},
|
|
1949
2024
|
"required": [
|
|
@@ -2038,7 +2113,7 @@
|
|
|
2038
2113
|
"type": "structure",
|
|
2039
2114
|
"members": {
|
|
2040
2115
|
"EndpointResponse": {
|
|
2041
|
-
"shape": "
|
|
2116
|
+
"shape": "S58"
|
|
2042
2117
|
}
|
|
2043
2118
|
},
|
|
2044
2119
|
"required": [
|
|
@@ -2069,7 +2144,7 @@
|
|
|
2069
2144
|
"type": "structure",
|
|
2070
2145
|
"members": {
|
|
2071
2146
|
"EventStream": {
|
|
2072
|
-
"shape": "
|
|
2147
|
+
"shape": "S5h"
|
|
2073
2148
|
}
|
|
2074
2149
|
},
|
|
2075
2150
|
"required": [
|
|
@@ -2105,7 +2180,7 @@
|
|
|
2105
2180
|
"type": "structure",
|
|
2106
2181
|
"members": {
|
|
2107
2182
|
"ExportJobResponse": {
|
|
2108
|
-
"shape": "
|
|
2183
|
+
"shape": "S1v"
|
|
2109
2184
|
}
|
|
2110
2185
|
},
|
|
2111
2186
|
"required": [
|
|
@@ -2144,7 +2219,7 @@
|
|
|
2144
2219
|
"type": "structure",
|
|
2145
2220
|
"members": {
|
|
2146
2221
|
"ExportJobsResponse": {
|
|
2147
|
-
"shape": "
|
|
2222
|
+
"shape": "S83"
|
|
2148
2223
|
}
|
|
2149
2224
|
},
|
|
2150
2225
|
"required": [
|
|
@@ -2175,7 +2250,7 @@
|
|
|
2175
2250
|
"type": "structure",
|
|
2176
2251
|
"members": {
|
|
2177
2252
|
"GCMChannelResponse": {
|
|
2178
|
-
"shape": "
|
|
2253
|
+
"shape": "S5k"
|
|
2179
2254
|
}
|
|
2180
2255
|
},
|
|
2181
2256
|
"required": [
|
|
@@ -2211,7 +2286,7 @@
|
|
|
2211
2286
|
"type": "structure",
|
|
2212
2287
|
"members": {
|
|
2213
2288
|
"ImportJobResponse": {
|
|
2214
|
-
"shape": "
|
|
2289
|
+
"shape": "S22"
|
|
2215
2290
|
}
|
|
2216
2291
|
},
|
|
2217
2292
|
"required": [
|
|
@@ -2250,7 +2325,7 @@
|
|
|
2250
2325
|
"type": "structure",
|
|
2251
2326
|
"members": {
|
|
2252
2327
|
"ImportJobsResponse": {
|
|
2253
|
-
"shape": "
|
|
2328
|
+
"shape": "S8b"
|
|
2254
2329
|
}
|
|
2255
2330
|
},
|
|
2256
2331
|
"required": [
|
|
@@ -2259,6 +2334,151 @@
|
|
|
2259
2334
|
"payload": "ImportJobsResponse"
|
|
2260
2335
|
}
|
|
2261
2336
|
},
|
|
2337
|
+
"GetInAppMessages": {
|
|
2338
|
+
"http": {
|
|
2339
|
+
"method": "GET",
|
|
2340
|
+
"requestUri": "/v1/apps/{application-id}/endpoints/{endpoint-id}/inappmessages",
|
|
2341
|
+
"responseCode": 200
|
|
2342
|
+
},
|
|
2343
|
+
"input": {
|
|
2344
|
+
"type": "structure",
|
|
2345
|
+
"members": {
|
|
2346
|
+
"ApplicationId": {
|
|
2347
|
+
"location": "uri",
|
|
2348
|
+
"locationName": "application-id"
|
|
2349
|
+
},
|
|
2350
|
+
"EndpointId": {
|
|
2351
|
+
"location": "uri",
|
|
2352
|
+
"locationName": "endpoint-id"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
"required": [
|
|
2356
|
+
"ApplicationId",
|
|
2357
|
+
"EndpointId"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
"output": {
|
|
2361
|
+
"type": "structure",
|
|
2362
|
+
"members": {
|
|
2363
|
+
"InAppMessagesResponse": {
|
|
2364
|
+
"type": "structure",
|
|
2365
|
+
"members": {
|
|
2366
|
+
"InAppMessageCampaigns": {
|
|
2367
|
+
"type": "list",
|
|
2368
|
+
"member": {
|
|
2369
|
+
"type": "structure",
|
|
2370
|
+
"members": {
|
|
2371
|
+
"CampaignId": {},
|
|
2372
|
+
"DailyCap": {
|
|
2373
|
+
"type": "integer"
|
|
2374
|
+
},
|
|
2375
|
+
"InAppMessage": {
|
|
2376
|
+
"type": "structure",
|
|
2377
|
+
"members": {
|
|
2378
|
+
"Content": {
|
|
2379
|
+
"shape": "So"
|
|
2380
|
+
},
|
|
2381
|
+
"CustomConfig": {
|
|
2382
|
+
"shape": "S4"
|
|
2383
|
+
},
|
|
2384
|
+
"Layout": {}
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"Priority": {
|
|
2388
|
+
"type": "integer"
|
|
2389
|
+
},
|
|
2390
|
+
"Schedule": {
|
|
2391
|
+
"type": "structure",
|
|
2392
|
+
"members": {
|
|
2393
|
+
"EndDate": {},
|
|
2394
|
+
"EventFilter": {
|
|
2395
|
+
"shape": "Sz"
|
|
2396
|
+
},
|
|
2397
|
+
"QuietTime": {
|
|
2398
|
+
"shape": "S1c"
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"SessionCap": {
|
|
2403
|
+
"type": "integer"
|
|
2404
|
+
},
|
|
2405
|
+
"TotalCap": {
|
|
2406
|
+
"type": "integer"
|
|
2407
|
+
},
|
|
2408
|
+
"TreatmentId": {}
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"required": [
|
|
2416
|
+
"InAppMessagesResponse"
|
|
2417
|
+
],
|
|
2418
|
+
"payload": "InAppMessagesResponse"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"GetInAppTemplate": {
|
|
2422
|
+
"http": {
|
|
2423
|
+
"method": "GET",
|
|
2424
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
2425
|
+
"responseCode": 200
|
|
2426
|
+
},
|
|
2427
|
+
"input": {
|
|
2428
|
+
"type": "structure",
|
|
2429
|
+
"members": {
|
|
2430
|
+
"TemplateName": {
|
|
2431
|
+
"location": "uri",
|
|
2432
|
+
"locationName": "template-name"
|
|
2433
|
+
},
|
|
2434
|
+
"Version": {
|
|
2435
|
+
"location": "querystring",
|
|
2436
|
+
"locationName": "version"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"required": [
|
|
2440
|
+
"TemplateName"
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2443
|
+
"output": {
|
|
2444
|
+
"type": "structure",
|
|
2445
|
+
"members": {
|
|
2446
|
+
"InAppTemplateResponse": {
|
|
2447
|
+
"type": "structure",
|
|
2448
|
+
"members": {
|
|
2449
|
+
"Arn": {},
|
|
2450
|
+
"Content": {
|
|
2451
|
+
"shape": "So"
|
|
2452
|
+
},
|
|
2453
|
+
"CreationDate": {},
|
|
2454
|
+
"CustomConfig": {
|
|
2455
|
+
"shape": "S4"
|
|
2456
|
+
},
|
|
2457
|
+
"LastModifiedDate": {},
|
|
2458
|
+
"Layout": {},
|
|
2459
|
+
"tags": {
|
|
2460
|
+
"shape": "S4",
|
|
2461
|
+
"locationName": "tags"
|
|
2462
|
+
},
|
|
2463
|
+
"TemplateDescription": {},
|
|
2464
|
+
"TemplateName": {},
|
|
2465
|
+
"TemplateType": {},
|
|
2466
|
+
"Version": {}
|
|
2467
|
+
},
|
|
2468
|
+
"required": [
|
|
2469
|
+
"LastModifiedDate",
|
|
2470
|
+
"CreationDate",
|
|
2471
|
+
"TemplateName",
|
|
2472
|
+
"TemplateType"
|
|
2473
|
+
]
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
"required": [
|
|
2477
|
+
"InAppTemplateResponse"
|
|
2478
|
+
],
|
|
2479
|
+
"payload": "InAppTemplateResponse"
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2262
2482
|
"GetJourney": {
|
|
2263
2483
|
"http": {
|
|
2264
2484
|
"method": "GET",
|
|
@@ -2286,7 +2506,7 @@
|
|
|
2286
2506
|
"type": "structure",
|
|
2287
2507
|
"members": {
|
|
2288
2508
|
"JourneyResponse": {
|
|
2289
|
-
"shape": "
|
|
2509
|
+
"shape": "S3h"
|
|
2290
2510
|
}
|
|
2291
2511
|
},
|
|
2292
2512
|
"required": [
|
|
@@ -2309,7 +2529,7 @@
|
|
|
2309
2529
|
"locationName": "application-id"
|
|
2310
2530
|
},
|
|
2311
2531
|
"EndTime": {
|
|
2312
|
-
"shape": "
|
|
2532
|
+
"shape": "S3b",
|
|
2313
2533
|
"location": "querystring",
|
|
2314
2534
|
"locationName": "end-time"
|
|
2315
2535
|
},
|
|
@@ -2330,7 +2550,7 @@
|
|
|
2330
2550
|
"locationName": "page-size"
|
|
2331
2551
|
},
|
|
2332
2552
|
"StartTime": {
|
|
2333
|
-
"shape": "
|
|
2553
|
+
"shape": "S3b",
|
|
2334
2554
|
"location": "querystring",
|
|
2335
2555
|
"locationName": "start-time"
|
|
2336
2556
|
}
|
|
@@ -2349,16 +2569,16 @@
|
|
|
2349
2569
|
"members": {
|
|
2350
2570
|
"ApplicationId": {},
|
|
2351
2571
|
"EndTime": {
|
|
2352
|
-
"shape": "
|
|
2572
|
+
"shape": "S3b"
|
|
2353
2573
|
},
|
|
2354
2574
|
"JourneyId": {},
|
|
2355
2575
|
"KpiName": {},
|
|
2356
2576
|
"KpiResult": {
|
|
2357
|
-
"shape": "
|
|
2577
|
+
"shape": "S6o"
|
|
2358
2578
|
},
|
|
2359
2579
|
"NextToken": {},
|
|
2360
2580
|
"StartTime": {
|
|
2361
|
-
"shape": "
|
|
2581
|
+
"shape": "S3b"
|
|
2362
2582
|
}
|
|
2363
2583
|
},
|
|
2364
2584
|
"required": [
|
|
@@ -2531,22 +2751,22 @@
|
|
|
2531
2751
|
"type": "structure",
|
|
2532
2752
|
"members": {
|
|
2533
2753
|
"ADM": {
|
|
2534
|
-
"shape": "
|
|
2754
|
+
"shape": "S3k"
|
|
2535
2755
|
},
|
|
2536
2756
|
"APNS": {
|
|
2537
|
-
"shape": "
|
|
2757
|
+
"shape": "S3l"
|
|
2538
2758
|
},
|
|
2539
2759
|
"Arn": {},
|
|
2540
2760
|
"Baidu": {
|
|
2541
|
-
"shape": "
|
|
2761
|
+
"shape": "S3k"
|
|
2542
2762
|
},
|
|
2543
2763
|
"CreationDate": {},
|
|
2544
2764
|
"Default": {
|
|
2545
|
-
"shape": "
|
|
2765
|
+
"shape": "S3m"
|
|
2546
2766
|
},
|
|
2547
2767
|
"DefaultSubstitutions": {},
|
|
2548
2768
|
"GCM": {
|
|
2549
|
-
"shape": "
|
|
2769
|
+
"shape": "S3k"
|
|
2550
2770
|
},
|
|
2551
2771
|
"LastModifiedDate": {},
|
|
2552
2772
|
"RecommenderId": {},
|
|
@@ -2595,7 +2815,7 @@
|
|
|
2595
2815
|
"type": "structure",
|
|
2596
2816
|
"members": {
|
|
2597
2817
|
"RecommenderConfigurationResponse": {
|
|
2598
|
-
"shape": "
|
|
2818
|
+
"shape": "S3r"
|
|
2599
2819
|
}
|
|
2600
2820
|
},
|
|
2601
2821
|
"required": [
|
|
@@ -2632,7 +2852,7 @@
|
|
|
2632
2852
|
"Item": {
|
|
2633
2853
|
"type": "list",
|
|
2634
2854
|
"member": {
|
|
2635
|
-
"shape": "
|
|
2855
|
+
"shape": "S3r"
|
|
2636
2856
|
}
|
|
2637
2857
|
},
|
|
2638
2858
|
"NextToken": {}
|
|
@@ -2675,7 +2895,7 @@
|
|
|
2675
2895
|
"type": "structure",
|
|
2676
2896
|
"members": {
|
|
2677
2897
|
"SegmentResponse": {
|
|
2678
|
-
"shape": "
|
|
2898
|
+
"shape": "S44"
|
|
2679
2899
|
}
|
|
2680
2900
|
},
|
|
2681
2901
|
"required": [
|
|
@@ -2719,7 +2939,7 @@
|
|
|
2719
2939
|
"type": "structure",
|
|
2720
2940
|
"members": {
|
|
2721
2941
|
"ExportJobsResponse": {
|
|
2722
|
-
"shape": "
|
|
2942
|
+
"shape": "S83"
|
|
2723
2943
|
}
|
|
2724
2944
|
},
|
|
2725
2945
|
"required": [
|
|
@@ -2763,7 +2983,7 @@
|
|
|
2763
2983
|
"type": "structure",
|
|
2764
2984
|
"members": {
|
|
2765
2985
|
"ImportJobsResponse": {
|
|
2766
|
-
"shape": "
|
|
2986
|
+
"shape": "S8b"
|
|
2767
2987
|
}
|
|
2768
2988
|
},
|
|
2769
2989
|
"required": [
|
|
@@ -2804,7 +3024,7 @@
|
|
|
2804
3024
|
"type": "structure",
|
|
2805
3025
|
"members": {
|
|
2806
3026
|
"SegmentResponse": {
|
|
2807
|
-
"shape": "
|
|
3027
|
+
"shape": "S44"
|
|
2808
3028
|
}
|
|
2809
3029
|
},
|
|
2810
3030
|
"required": [
|
|
@@ -2848,7 +3068,7 @@
|
|
|
2848
3068
|
"type": "structure",
|
|
2849
3069
|
"members": {
|
|
2850
3070
|
"SegmentsResponse": {
|
|
2851
|
-
"shape": "
|
|
3071
|
+
"shape": "S9h"
|
|
2852
3072
|
}
|
|
2853
3073
|
},
|
|
2854
3074
|
"required": [
|
|
@@ -2887,7 +3107,7 @@
|
|
|
2887
3107
|
"type": "structure",
|
|
2888
3108
|
"members": {
|
|
2889
3109
|
"SegmentsResponse": {
|
|
2890
|
-
"shape": "
|
|
3110
|
+
"shape": "S9h"
|
|
2891
3111
|
}
|
|
2892
3112
|
},
|
|
2893
3113
|
"required": [
|
|
@@ -2918,7 +3138,7 @@
|
|
|
2918
3138
|
"type": "structure",
|
|
2919
3139
|
"members": {
|
|
2920
3140
|
"SMSChannelResponse": {
|
|
2921
|
-
"shape": "
|
|
3141
|
+
"shape": "S5x"
|
|
2922
3142
|
}
|
|
2923
3143
|
},
|
|
2924
3144
|
"required": [
|
|
@@ -3011,7 +3231,7 @@
|
|
|
3011
3231
|
"type": "structure",
|
|
3012
3232
|
"members": {
|
|
3013
3233
|
"EndpointsResponse": {
|
|
3014
|
-
"shape": "
|
|
3234
|
+
"shape": "S62"
|
|
3015
3235
|
}
|
|
3016
3236
|
},
|
|
3017
3237
|
"required": [
|
|
@@ -3042,7 +3262,7 @@
|
|
|
3042
3262
|
"type": "structure",
|
|
3043
3263
|
"members": {
|
|
3044
3264
|
"VoiceChannelResponse": {
|
|
3045
|
-
"shape": "
|
|
3265
|
+
"shape": "S66"
|
|
3046
3266
|
}
|
|
3047
3267
|
},
|
|
3048
3268
|
"required": [
|
|
@@ -3144,7 +3364,7 @@
|
|
|
3144
3364
|
"Item": {
|
|
3145
3365
|
"type": "list",
|
|
3146
3366
|
"member": {
|
|
3147
|
-
"shape": "
|
|
3367
|
+
"shape": "S3h"
|
|
3148
3368
|
}
|
|
3149
3369
|
},
|
|
3150
3370
|
"NextToken": {}
|
|
@@ -3182,7 +3402,7 @@
|
|
|
3182
3402
|
"type": "structure",
|
|
3183
3403
|
"members": {
|
|
3184
3404
|
"TagsModel": {
|
|
3185
|
-
"shape": "
|
|
3405
|
+
"shape": "Sa3"
|
|
3186
3406
|
}
|
|
3187
3407
|
},
|
|
3188
3408
|
"required": [
|
|
@@ -3422,7 +3642,7 @@
|
|
|
3422
3642
|
"type": "structure",
|
|
3423
3643
|
"members": {
|
|
3424
3644
|
"EventStream": {
|
|
3425
|
-
"shape": "
|
|
3645
|
+
"shape": "S5h"
|
|
3426
3646
|
}
|
|
3427
3647
|
},
|
|
3428
3648
|
"required": [
|
|
@@ -3457,24 +3677,24 @@
|
|
|
3457
3677
|
"members": {
|
|
3458
3678
|
"Address": {},
|
|
3459
3679
|
"Attributes": {
|
|
3460
|
-
"shape": "
|
|
3680
|
+
"shape": "S59"
|
|
3461
3681
|
},
|
|
3462
3682
|
"ChannelType": {},
|
|
3463
3683
|
"Demographic": {
|
|
3464
|
-
"shape": "
|
|
3684
|
+
"shape": "S5b"
|
|
3465
3685
|
},
|
|
3466
3686
|
"EffectiveDate": {},
|
|
3467
3687
|
"EndpointStatus": {},
|
|
3468
3688
|
"Location": {
|
|
3469
|
-
"shape": "
|
|
3689
|
+
"shape": "S5c"
|
|
3470
3690
|
},
|
|
3471
3691
|
"Metrics": {
|
|
3472
|
-
"shape": "
|
|
3692
|
+
"shape": "S5d"
|
|
3473
3693
|
},
|
|
3474
3694
|
"OptOut": {},
|
|
3475
3695
|
"RequestId": {},
|
|
3476
3696
|
"User": {
|
|
3477
|
-
"shape": "
|
|
3697
|
+
"shape": "S5e"
|
|
3478
3698
|
}
|
|
3479
3699
|
}
|
|
3480
3700
|
},
|
|
@@ -3493,7 +3713,7 @@
|
|
|
3493
3713
|
"ClientSdkVersion": {},
|
|
3494
3714
|
"EventType": {},
|
|
3495
3715
|
"Metrics": {
|
|
3496
|
-
"shape": "
|
|
3716
|
+
"shape": "S5d"
|
|
3497
3717
|
},
|
|
3498
3718
|
"SdkName": {},
|
|
3499
3719
|
"Session": {
|
|
@@ -3605,7 +3825,7 @@
|
|
|
3605
3825
|
"type": "structure",
|
|
3606
3826
|
"members": {
|
|
3607
3827
|
"Blacklist": {
|
|
3608
|
-
"shape": "
|
|
3828
|
+
"shape": "S14"
|
|
3609
3829
|
}
|
|
3610
3830
|
}
|
|
3611
3831
|
}
|
|
@@ -3626,7 +3846,7 @@
|
|
|
3626
3846
|
"ApplicationId": {},
|
|
3627
3847
|
"AttributeType": {},
|
|
3628
3848
|
"Attributes": {
|
|
3629
|
-
"shape": "
|
|
3849
|
+
"shape": "S14"
|
|
3630
3850
|
}
|
|
3631
3851
|
},
|
|
3632
3852
|
"required": [
|
|
@@ -3669,7 +3889,7 @@
|
|
|
3669
3889
|
},
|
|
3670
3890
|
"RawContent": {},
|
|
3671
3891
|
"Substitutions": {
|
|
3672
|
-
"shape": "
|
|
3892
|
+
"shape": "S59"
|
|
3673
3893
|
},
|
|
3674
3894
|
"TitleOverride": {}
|
|
3675
3895
|
}
|
|
@@ -3679,13 +3899,13 @@
|
|
|
3679
3899
|
"shape": "S4"
|
|
3680
3900
|
},
|
|
3681
3901
|
"Endpoints": {
|
|
3682
|
-
"shape": "
|
|
3902
|
+
"shape": "Sb8"
|
|
3683
3903
|
},
|
|
3684
3904
|
"MessageConfiguration": {
|
|
3685
|
-
"shape": "
|
|
3905
|
+
"shape": "Sba"
|
|
3686
3906
|
},
|
|
3687
3907
|
"TemplateConfiguration": {
|
|
3688
|
-
"shape": "
|
|
3908
|
+
"shape": "S1d"
|
|
3689
3909
|
},
|
|
3690
3910
|
"TraceId": {}
|
|
3691
3911
|
},
|
|
@@ -3708,7 +3928,7 @@
|
|
|
3708
3928
|
"members": {
|
|
3709
3929
|
"ApplicationId": {},
|
|
3710
3930
|
"EndpointResult": {
|
|
3711
|
-
"shape": "
|
|
3931
|
+
"shape": "Sbq"
|
|
3712
3932
|
},
|
|
3713
3933
|
"RequestId": {},
|
|
3714
3934
|
"Result": {
|
|
@@ -3762,14 +3982,14 @@
|
|
|
3762
3982
|
"shape": "S4"
|
|
3763
3983
|
},
|
|
3764
3984
|
"MessageConfiguration": {
|
|
3765
|
-
"shape": "
|
|
3985
|
+
"shape": "Sba"
|
|
3766
3986
|
},
|
|
3767
3987
|
"TemplateConfiguration": {
|
|
3768
|
-
"shape": "
|
|
3988
|
+
"shape": "S1d"
|
|
3769
3989
|
},
|
|
3770
3990
|
"TraceId": {},
|
|
3771
3991
|
"Users": {
|
|
3772
|
-
"shape": "
|
|
3992
|
+
"shape": "Sb8"
|
|
3773
3993
|
}
|
|
3774
3994
|
},
|
|
3775
3995
|
"required": [
|
|
@@ -3796,7 +4016,7 @@
|
|
|
3796
4016
|
"type": "map",
|
|
3797
4017
|
"key": {},
|
|
3798
4018
|
"value": {
|
|
3799
|
-
"shape": "
|
|
4019
|
+
"shape": "Sbq"
|
|
3800
4020
|
}
|
|
3801
4021
|
}
|
|
3802
4022
|
},
|
|
@@ -3824,7 +4044,7 @@
|
|
|
3824
4044
|
"locationName": "resource-arn"
|
|
3825
4045
|
},
|
|
3826
4046
|
"TagsModel": {
|
|
3827
|
-
"shape": "
|
|
4047
|
+
"shape": "Sa3"
|
|
3828
4048
|
}
|
|
3829
4049
|
},
|
|
3830
4050
|
"required": [
|
|
@@ -3848,7 +4068,7 @@
|
|
|
3848
4068
|
"locationName": "resource-arn"
|
|
3849
4069
|
},
|
|
3850
4070
|
"TagKeys": {
|
|
3851
|
-
"shape": "
|
|
4071
|
+
"shape": "S14",
|
|
3852
4072
|
"location": "querystring",
|
|
3853
4073
|
"locationName": "tagKeys"
|
|
3854
4074
|
}
|
|
@@ -3897,7 +4117,7 @@
|
|
|
3897
4117
|
"type": "structure",
|
|
3898
4118
|
"members": {
|
|
3899
4119
|
"ADMChannelResponse": {
|
|
3900
|
-
"shape": "
|
|
4120
|
+
"shape": "S4g"
|
|
3901
4121
|
}
|
|
3902
4122
|
},
|
|
3903
4123
|
"required": [
|
|
@@ -3945,7 +4165,7 @@
|
|
|
3945
4165
|
"type": "structure",
|
|
3946
4166
|
"members": {
|
|
3947
4167
|
"APNSChannelResponse": {
|
|
3948
|
-
"shape": "
|
|
4168
|
+
"shape": "S4j"
|
|
3949
4169
|
}
|
|
3950
4170
|
},
|
|
3951
4171
|
"required": [
|
|
@@ -3993,7 +4213,7 @@
|
|
|
3993
4213
|
"type": "structure",
|
|
3994
4214
|
"members": {
|
|
3995
4215
|
"APNSSandboxChannelResponse": {
|
|
3996
|
-
"shape": "
|
|
4216
|
+
"shape": "S4m"
|
|
3997
4217
|
}
|
|
3998
4218
|
},
|
|
3999
4219
|
"required": [
|
|
@@ -4041,7 +4261,7 @@
|
|
|
4041
4261
|
"type": "structure",
|
|
4042
4262
|
"members": {
|
|
4043
4263
|
"APNSVoipChannelResponse": {
|
|
4044
|
-
"shape": "
|
|
4264
|
+
"shape": "S4p"
|
|
4045
4265
|
}
|
|
4046
4266
|
},
|
|
4047
4267
|
"required": [
|
|
@@ -4089,7 +4309,7 @@
|
|
|
4089
4309
|
"type": "structure",
|
|
4090
4310
|
"members": {
|
|
4091
4311
|
"APNSVoipSandboxChannelResponse": {
|
|
4092
|
-
"shape": "
|
|
4312
|
+
"shape": "S4s"
|
|
4093
4313
|
}
|
|
4094
4314
|
},
|
|
4095
4315
|
"required": [
|
|
@@ -4115,7 +4335,7 @@
|
|
|
4115
4335
|
"type": "structure",
|
|
4116
4336
|
"members": {
|
|
4117
4337
|
"CampaignHook": {
|
|
4118
|
-
"shape": "
|
|
4338
|
+
"shape": "S1f"
|
|
4119
4339
|
},
|
|
4120
4340
|
"CloudWatchMetricsEnabled": {
|
|
4121
4341
|
"type": "boolean"
|
|
@@ -4124,10 +4344,10 @@
|
|
|
4124
4344
|
"type": "boolean"
|
|
4125
4345
|
},
|
|
4126
4346
|
"Limits": {
|
|
4127
|
-
"shape": "
|
|
4347
|
+
"shape": "S1h"
|
|
4128
4348
|
},
|
|
4129
4349
|
"QuietTime": {
|
|
4130
|
-
"shape": "
|
|
4350
|
+
"shape": "S1c"
|
|
4131
4351
|
}
|
|
4132
4352
|
}
|
|
4133
4353
|
}
|
|
@@ -4142,7 +4362,7 @@
|
|
|
4142
4362
|
"type": "structure",
|
|
4143
4363
|
"members": {
|
|
4144
4364
|
"ApplicationSettingsResource": {
|
|
4145
|
-
"shape": "
|
|
4365
|
+
"shape": "S6v"
|
|
4146
4366
|
}
|
|
4147
4367
|
},
|
|
4148
4368
|
"required": [
|
|
@@ -4189,7 +4409,7 @@
|
|
|
4189
4409
|
"type": "structure",
|
|
4190
4410
|
"members": {
|
|
4191
4411
|
"BaiduChannelResponse": {
|
|
4192
|
-
"shape": "
|
|
4412
|
+
"shape": "S4x"
|
|
4193
4413
|
}
|
|
4194
4414
|
},
|
|
4195
4415
|
"required": [
|
|
@@ -4230,7 +4450,7 @@
|
|
|
4230
4450
|
"type": "structure",
|
|
4231
4451
|
"members": {
|
|
4232
4452
|
"CampaignResponse": {
|
|
4233
|
-
"shape": "
|
|
4453
|
+
"shape": "S1j"
|
|
4234
4454
|
}
|
|
4235
4455
|
},
|
|
4236
4456
|
"required": [
|
|
@@ -4279,7 +4499,7 @@
|
|
|
4279
4499
|
"type": "structure",
|
|
4280
4500
|
"members": {
|
|
4281
4501
|
"EmailChannelResponse": {
|
|
4282
|
-
"shape": "
|
|
4502
|
+
"shape": "S52"
|
|
4283
4503
|
}
|
|
4284
4504
|
},
|
|
4285
4505
|
"required": [
|
|
@@ -4303,7 +4523,7 @@
|
|
|
4303
4523
|
"type": "boolean"
|
|
4304
4524
|
},
|
|
4305
4525
|
"EmailTemplateRequest": {
|
|
4306
|
-
"shape": "
|
|
4526
|
+
"shape": "S1p"
|
|
4307
4527
|
},
|
|
4308
4528
|
"TemplateName": {
|
|
4309
4529
|
"location": "uri",
|
|
@@ -4324,7 +4544,7 @@
|
|
|
4324
4544
|
"type": "structure",
|
|
4325
4545
|
"members": {
|
|
4326
4546
|
"MessageBody": {
|
|
4327
|
-
"shape": "
|
|
4547
|
+
"shape": "S55"
|
|
4328
4548
|
}
|
|
4329
4549
|
},
|
|
4330
4550
|
"required": [
|
|
@@ -4355,24 +4575,24 @@
|
|
|
4355
4575
|
"members": {
|
|
4356
4576
|
"Address": {},
|
|
4357
4577
|
"Attributes": {
|
|
4358
|
-
"shape": "
|
|
4578
|
+
"shape": "S59"
|
|
4359
4579
|
},
|
|
4360
4580
|
"ChannelType": {},
|
|
4361
4581
|
"Demographic": {
|
|
4362
|
-
"shape": "
|
|
4582
|
+
"shape": "S5b"
|
|
4363
4583
|
},
|
|
4364
4584
|
"EffectiveDate": {},
|
|
4365
4585
|
"EndpointStatus": {},
|
|
4366
4586
|
"Location": {
|
|
4367
|
-
"shape": "
|
|
4587
|
+
"shape": "S5c"
|
|
4368
4588
|
},
|
|
4369
4589
|
"Metrics": {
|
|
4370
|
-
"shape": "
|
|
4590
|
+
"shape": "S5d"
|
|
4371
4591
|
},
|
|
4372
4592
|
"OptOut": {},
|
|
4373
4593
|
"RequestId": {},
|
|
4374
4594
|
"User": {
|
|
4375
|
-
"shape": "
|
|
4595
|
+
"shape": "S5e"
|
|
4376
4596
|
}
|
|
4377
4597
|
}
|
|
4378
4598
|
}
|
|
@@ -4388,7 +4608,7 @@
|
|
|
4388
4608
|
"type": "structure",
|
|
4389
4609
|
"members": {
|
|
4390
4610
|
"MessageBody": {
|
|
4391
|
-
"shape": "
|
|
4611
|
+
"shape": "S55"
|
|
4392
4612
|
}
|
|
4393
4613
|
},
|
|
4394
4614
|
"required": [
|
|
@@ -4420,25 +4640,25 @@
|
|
|
4420
4640
|
"members": {
|
|
4421
4641
|
"Address": {},
|
|
4422
4642
|
"Attributes": {
|
|
4423
|
-
"shape": "
|
|
4643
|
+
"shape": "S59"
|
|
4424
4644
|
},
|
|
4425
4645
|
"ChannelType": {},
|
|
4426
4646
|
"Demographic": {
|
|
4427
|
-
"shape": "
|
|
4647
|
+
"shape": "S5b"
|
|
4428
4648
|
},
|
|
4429
4649
|
"EffectiveDate": {},
|
|
4430
4650
|
"EndpointStatus": {},
|
|
4431
4651
|
"Id": {},
|
|
4432
4652
|
"Location": {
|
|
4433
|
-
"shape": "
|
|
4653
|
+
"shape": "S5c"
|
|
4434
4654
|
},
|
|
4435
4655
|
"Metrics": {
|
|
4436
|
-
"shape": "
|
|
4656
|
+
"shape": "S5d"
|
|
4437
4657
|
},
|
|
4438
4658
|
"OptOut": {},
|
|
4439
4659
|
"RequestId": {},
|
|
4440
4660
|
"User": {
|
|
4441
|
-
"shape": "
|
|
4661
|
+
"shape": "S5e"
|
|
4442
4662
|
}
|
|
4443
4663
|
}
|
|
4444
4664
|
}
|
|
@@ -4459,7 +4679,7 @@
|
|
|
4459
4679
|
"type": "structure",
|
|
4460
4680
|
"members": {
|
|
4461
4681
|
"MessageBody": {
|
|
4462
|
-
"shape": "
|
|
4682
|
+
"shape": "S55"
|
|
4463
4683
|
}
|
|
4464
4684
|
},
|
|
4465
4685
|
"required": [
|
|
@@ -4504,7 +4724,7 @@
|
|
|
4504
4724
|
"type": "structure",
|
|
4505
4725
|
"members": {
|
|
4506
4726
|
"GCMChannelResponse": {
|
|
4507
|
-
"shape": "
|
|
4727
|
+
"shape": "S5k"
|
|
4508
4728
|
}
|
|
4509
4729
|
},
|
|
4510
4730
|
"required": [
|
|
@@ -4513,6 +4733,51 @@
|
|
|
4513
4733
|
"payload": "GCMChannelResponse"
|
|
4514
4734
|
}
|
|
4515
4735
|
},
|
|
4736
|
+
"UpdateInAppTemplate": {
|
|
4737
|
+
"http": {
|
|
4738
|
+
"method": "PUT",
|
|
4739
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
4740
|
+
"responseCode": 202
|
|
4741
|
+
},
|
|
4742
|
+
"input": {
|
|
4743
|
+
"type": "structure",
|
|
4744
|
+
"members": {
|
|
4745
|
+
"CreateNewVersion": {
|
|
4746
|
+
"location": "querystring",
|
|
4747
|
+
"locationName": "create-new-version",
|
|
4748
|
+
"type": "boolean"
|
|
4749
|
+
},
|
|
4750
|
+
"InAppTemplateRequest": {
|
|
4751
|
+
"shape": "S25"
|
|
4752
|
+
},
|
|
4753
|
+
"TemplateName": {
|
|
4754
|
+
"location": "uri",
|
|
4755
|
+
"locationName": "template-name"
|
|
4756
|
+
},
|
|
4757
|
+
"Version": {
|
|
4758
|
+
"location": "querystring",
|
|
4759
|
+
"locationName": "version"
|
|
4760
|
+
}
|
|
4761
|
+
},
|
|
4762
|
+
"required": [
|
|
4763
|
+
"TemplateName",
|
|
4764
|
+
"InAppTemplateRequest"
|
|
4765
|
+
],
|
|
4766
|
+
"payload": "InAppTemplateRequest"
|
|
4767
|
+
},
|
|
4768
|
+
"output": {
|
|
4769
|
+
"type": "structure",
|
|
4770
|
+
"members": {
|
|
4771
|
+
"MessageBody": {
|
|
4772
|
+
"shape": "S55"
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
"required": [
|
|
4776
|
+
"MessageBody"
|
|
4777
|
+
],
|
|
4778
|
+
"payload": "MessageBody"
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4516
4781
|
"UpdateJourney": {
|
|
4517
4782
|
"http": {
|
|
4518
4783
|
"method": "PUT",
|
|
@@ -4531,7 +4796,7 @@
|
|
|
4531
4796
|
"locationName": "journey-id"
|
|
4532
4797
|
},
|
|
4533
4798
|
"WriteJourneyRequest": {
|
|
4534
|
-
"shape": "
|
|
4799
|
+
"shape": "S29"
|
|
4535
4800
|
}
|
|
4536
4801
|
},
|
|
4537
4802
|
"required": [
|
|
@@ -4545,7 +4810,7 @@
|
|
|
4545
4810
|
"type": "structure",
|
|
4546
4811
|
"members": {
|
|
4547
4812
|
"JourneyResponse": {
|
|
4548
|
-
"shape": "
|
|
4813
|
+
"shape": "S3h"
|
|
4549
4814
|
}
|
|
4550
4815
|
},
|
|
4551
4816
|
"required": [
|
|
@@ -4589,7 +4854,7 @@
|
|
|
4589
4854
|
"type": "structure",
|
|
4590
4855
|
"members": {
|
|
4591
4856
|
"JourneyResponse": {
|
|
4592
|
-
"shape": "
|
|
4857
|
+
"shape": "S3h"
|
|
4593
4858
|
}
|
|
4594
4859
|
},
|
|
4595
4860
|
"required": [
|
|
@@ -4613,7 +4878,7 @@
|
|
|
4613
4878
|
"type": "boolean"
|
|
4614
4879
|
},
|
|
4615
4880
|
"PushNotificationTemplateRequest": {
|
|
4616
|
-
"shape": "
|
|
4881
|
+
"shape": "S3j"
|
|
4617
4882
|
},
|
|
4618
4883
|
"TemplateName": {
|
|
4619
4884
|
"location": "uri",
|
|
@@ -4634,7 +4899,7 @@
|
|
|
4634
4899
|
"type": "structure",
|
|
4635
4900
|
"members": {
|
|
4636
4901
|
"MessageBody": {
|
|
4637
|
-
"shape": "
|
|
4902
|
+
"shape": "S55"
|
|
4638
4903
|
}
|
|
4639
4904
|
},
|
|
4640
4905
|
"required": [
|
|
@@ -4689,7 +4954,7 @@
|
|
|
4689
4954
|
"type": "structure",
|
|
4690
4955
|
"members": {
|
|
4691
4956
|
"RecommenderConfigurationResponse": {
|
|
4692
|
-
"shape": "
|
|
4957
|
+
"shape": "S3r"
|
|
4693
4958
|
}
|
|
4694
4959
|
},
|
|
4695
4960
|
"required": [
|
|
@@ -4716,7 +4981,7 @@
|
|
|
4716
4981
|
"locationName": "segment-id"
|
|
4717
4982
|
},
|
|
4718
4983
|
"WriteSegmentRequest": {
|
|
4719
|
-
"shape": "
|
|
4984
|
+
"shape": "S3t"
|
|
4720
4985
|
}
|
|
4721
4986
|
},
|
|
4722
4987
|
"required": [
|
|
@@ -4730,7 +4995,7 @@
|
|
|
4730
4995
|
"type": "structure",
|
|
4731
4996
|
"members": {
|
|
4732
4997
|
"SegmentResponse": {
|
|
4733
|
-
"shape": "
|
|
4998
|
+
"shape": "S44"
|
|
4734
4999
|
}
|
|
4735
5000
|
},
|
|
4736
5001
|
"required": [
|
|
@@ -4773,7 +5038,7 @@
|
|
|
4773
5038
|
"type": "structure",
|
|
4774
5039
|
"members": {
|
|
4775
5040
|
"SMSChannelResponse": {
|
|
4776
|
-
"shape": "
|
|
5041
|
+
"shape": "S5x"
|
|
4777
5042
|
}
|
|
4778
5043
|
},
|
|
4779
5044
|
"required": [
|
|
@@ -4797,7 +5062,7 @@
|
|
|
4797
5062
|
"type": "boolean"
|
|
4798
5063
|
},
|
|
4799
5064
|
"SMSTemplateRequest": {
|
|
4800
|
-
"shape": "
|
|
5065
|
+
"shape": "S49"
|
|
4801
5066
|
},
|
|
4802
5067
|
"TemplateName": {
|
|
4803
5068
|
"location": "uri",
|
|
@@ -4818,7 +5083,7 @@
|
|
|
4818
5083
|
"type": "structure",
|
|
4819
5084
|
"members": {
|
|
4820
5085
|
"MessageBody": {
|
|
4821
|
-
"shape": "
|
|
5086
|
+
"shape": "S55"
|
|
4822
5087
|
}
|
|
4823
5088
|
},
|
|
4824
5089
|
"required": [
|
|
@@ -4862,7 +5127,7 @@
|
|
|
4862
5127
|
"type": "structure",
|
|
4863
5128
|
"members": {
|
|
4864
5129
|
"MessageBody": {
|
|
4865
|
-
"shape": "
|
|
5130
|
+
"shape": "S55"
|
|
4866
5131
|
}
|
|
4867
5132
|
},
|
|
4868
5133
|
"required": [
|
|
@@ -4903,7 +5168,7 @@
|
|
|
4903
5168
|
"type": "structure",
|
|
4904
5169
|
"members": {
|
|
4905
5170
|
"VoiceChannelResponse": {
|
|
4906
|
-
"shape": "
|
|
5171
|
+
"shape": "S66"
|
|
4907
5172
|
}
|
|
4908
5173
|
},
|
|
4909
5174
|
"required": [
|
|
@@ -4935,7 +5200,7 @@
|
|
|
4935
5200
|
"locationName": "version"
|
|
4936
5201
|
},
|
|
4937
5202
|
"VoiceTemplateRequest": {
|
|
4938
|
-
"shape": "
|
|
5203
|
+
"shape": "S4c"
|
|
4939
5204
|
}
|
|
4940
5205
|
},
|
|
4941
5206
|
"required": [
|
|
@@ -4948,7 +5213,7 @@
|
|
|
4948
5213
|
"type": "structure",
|
|
4949
5214
|
"members": {
|
|
4950
5215
|
"MessageBody": {
|
|
4951
|
-
"shape": "
|
|
5216
|
+
"shape": "S55"
|
|
4952
5217
|
}
|
|
4953
5218
|
},
|
|
4954
5219
|
"required": [
|
|
@@ -4996,13 +5261,13 @@
|
|
|
4996
5261
|
"shape": "Se"
|
|
4997
5262
|
},
|
|
4998
5263
|
"Schedule": {
|
|
4999
|
-
"shape": "
|
|
5264
|
+
"shape": "Sy"
|
|
5000
5265
|
},
|
|
5001
5266
|
"SizePercent": {
|
|
5002
5267
|
"type": "integer"
|
|
5003
5268
|
},
|
|
5004
5269
|
"TemplateConfiguration": {
|
|
5005
|
-
"shape": "
|
|
5270
|
+
"shape": "S1d"
|
|
5006
5271
|
},
|
|
5007
5272
|
"TreatmentDescription": {},
|
|
5008
5273
|
"TreatmentName": {}
|
|
@@ -5020,20 +5285,20 @@
|
|
|
5020
5285
|
"type": "integer"
|
|
5021
5286
|
},
|
|
5022
5287
|
"Hook": {
|
|
5023
|
-
"shape": "
|
|
5288
|
+
"shape": "S1f"
|
|
5024
5289
|
},
|
|
5025
5290
|
"IsPaused": {
|
|
5026
5291
|
"type": "boolean"
|
|
5027
5292
|
},
|
|
5028
5293
|
"Limits": {
|
|
5029
|
-
"shape": "
|
|
5294
|
+
"shape": "S1h"
|
|
5030
5295
|
},
|
|
5031
5296
|
"MessageConfiguration": {
|
|
5032
5297
|
"shape": "Se"
|
|
5033
5298
|
},
|
|
5034
5299
|
"Name": {},
|
|
5035
5300
|
"Schedule": {
|
|
5036
|
-
"shape": "
|
|
5301
|
+
"shape": "Sy"
|
|
5037
5302
|
},
|
|
5038
5303
|
"SegmentId": {},
|
|
5039
5304
|
"SegmentVersion": {
|
|
@@ -5044,10 +5309,13 @@
|
|
|
5044
5309
|
"locationName": "tags"
|
|
5045
5310
|
},
|
|
5046
5311
|
"TemplateConfiguration": {
|
|
5047
|
-
"shape": "
|
|
5312
|
+
"shape": "S1d"
|
|
5048
5313
|
},
|
|
5049
5314
|
"TreatmentDescription": {},
|
|
5050
|
-
"TreatmentName": {}
|
|
5315
|
+
"TreatmentName": {},
|
|
5316
|
+
"Priority": {
|
|
5317
|
+
"type": "integer"
|
|
5318
|
+
}
|
|
5051
5319
|
}
|
|
5052
5320
|
},
|
|
5053
5321
|
"Sb": {
|
|
@@ -5109,6 +5377,19 @@
|
|
|
5109
5377
|
"EntityId": {},
|
|
5110
5378
|
"TemplateId": {}
|
|
5111
5379
|
}
|
|
5380
|
+
},
|
|
5381
|
+
"InAppMessage": {
|
|
5382
|
+
"type": "structure",
|
|
5383
|
+
"members": {
|
|
5384
|
+
"Body": {},
|
|
5385
|
+
"Content": {
|
|
5386
|
+
"shape": "So"
|
|
5387
|
+
},
|
|
5388
|
+
"CustomConfig": {
|
|
5389
|
+
"shape": "S4"
|
|
5390
|
+
},
|
|
5391
|
+
"Layout": {}
|
|
5392
|
+
}
|
|
5112
5393
|
}
|
|
5113
5394
|
}
|
|
5114
5395
|
},
|
|
@@ -5133,29 +5414,102 @@
|
|
|
5133
5414
|
"Url": {}
|
|
5134
5415
|
}
|
|
5135
5416
|
},
|
|
5136
|
-
"
|
|
5417
|
+
"So": {
|
|
5418
|
+
"type": "list",
|
|
5419
|
+
"member": {
|
|
5420
|
+
"type": "structure",
|
|
5421
|
+
"members": {
|
|
5422
|
+
"BackgroundColor": {},
|
|
5423
|
+
"BodyConfig": {
|
|
5424
|
+
"type": "structure",
|
|
5425
|
+
"members": {
|
|
5426
|
+
"Alignment": {},
|
|
5427
|
+
"Body": {},
|
|
5428
|
+
"TextColor": {}
|
|
5429
|
+
},
|
|
5430
|
+
"required": [
|
|
5431
|
+
"Alignment",
|
|
5432
|
+
"TextColor",
|
|
5433
|
+
"Body"
|
|
5434
|
+
]
|
|
5435
|
+
},
|
|
5436
|
+
"HeaderConfig": {
|
|
5437
|
+
"type": "structure",
|
|
5438
|
+
"members": {
|
|
5439
|
+
"Alignment": {},
|
|
5440
|
+
"Header": {},
|
|
5441
|
+
"TextColor": {}
|
|
5442
|
+
},
|
|
5443
|
+
"required": [
|
|
5444
|
+
"Alignment",
|
|
5445
|
+
"Header",
|
|
5446
|
+
"TextColor"
|
|
5447
|
+
]
|
|
5448
|
+
},
|
|
5449
|
+
"ImageUrl": {},
|
|
5450
|
+
"PrimaryBtn": {
|
|
5451
|
+
"shape": "St"
|
|
5452
|
+
},
|
|
5453
|
+
"SecondaryBtn": {
|
|
5454
|
+
"shape": "St"
|
|
5455
|
+
}
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5458
|
+
},
|
|
5459
|
+
"St": {
|
|
5137
5460
|
"type": "structure",
|
|
5138
5461
|
"members": {
|
|
5139
|
-
"
|
|
5140
|
-
|
|
5462
|
+
"Android": {
|
|
5463
|
+
"shape": "Su"
|
|
5464
|
+
},
|
|
5465
|
+
"DefaultConfig": {
|
|
5141
5466
|
"type": "structure",
|
|
5142
5467
|
"members": {
|
|
5143
|
-
"
|
|
5144
|
-
|
|
5468
|
+
"BackgroundColor": {},
|
|
5469
|
+
"BorderRadius": {
|
|
5470
|
+
"type": "integer"
|
|
5145
5471
|
},
|
|
5146
|
-
"
|
|
5472
|
+
"ButtonAction": {},
|
|
5473
|
+
"Link": {},
|
|
5474
|
+
"Text": {},
|
|
5475
|
+
"TextColor": {}
|
|
5147
5476
|
},
|
|
5148
5477
|
"required": [
|
|
5149
|
-
"
|
|
5150
|
-
"
|
|
5478
|
+
"ButtonAction",
|
|
5479
|
+
"Text"
|
|
5151
5480
|
]
|
|
5152
5481
|
},
|
|
5482
|
+
"IOS": {
|
|
5483
|
+
"shape": "Su"
|
|
5484
|
+
},
|
|
5485
|
+
"Web": {
|
|
5486
|
+
"shape": "Su"
|
|
5487
|
+
}
|
|
5488
|
+
}
|
|
5489
|
+
},
|
|
5490
|
+
"Su": {
|
|
5491
|
+
"type": "structure",
|
|
5492
|
+
"members": {
|
|
5493
|
+
"ButtonAction": {},
|
|
5494
|
+
"Link": {}
|
|
5495
|
+
},
|
|
5496
|
+
"required": [
|
|
5497
|
+
"ButtonAction"
|
|
5498
|
+
]
|
|
5499
|
+
},
|
|
5500
|
+
"Sy": {
|
|
5501
|
+
"type": "structure",
|
|
5502
|
+
"members": {
|
|
5503
|
+
"EndTime": {},
|
|
5504
|
+
"EventFilter": {
|
|
5505
|
+
"shape": "Sz"
|
|
5506
|
+
},
|
|
5153
5507
|
"Frequency": {},
|
|
5154
5508
|
"IsLocalTime": {
|
|
5155
5509
|
"type": "boolean"
|
|
5156
5510
|
},
|
|
5157
5511
|
"QuietTime": {
|
|
5158
|
-
"shape": "
|
|
5512
|
+
"shape": "S1c"
|
|
5159
5513
|
},
|
|
5160
5514
|
"StartTime": {},
|
|
5161
5515
|
"Timezone": {}
|
|
@@ -5164,21 +5518,34 @@
|
|
|
5164
5518
|
"StartTime"
|
|
5165
5519
|
]
|
|
5166
5520
|
},
|
|
5167
|
-
"
|
|
5521
|
+
"Sz": {
|
|
5522
|
+
"type": "structure",
|
|
5523
|
+
"members": {
|
|
5524
|
+
"Dimensions": {
|
|
5525
|
+
"shape": "S10"
|
|
5526
|
+
},
|
|
5527
|
+
"FilterType": {}
|
|
5528
|
+
},
|
|
5529
|
+
"required": [
|
|
5530
|
+
"FilterType",
|
|
5531
|
+
"Dimensions"
|
|
5532
|
+
]
|
|
5533
|
+
},
|
|
5534
|
+
"S10": {
|
|
5168
5535
|
"type": "structure",
|
|
5169
5536
|
"members": {
|
|
5170
5537
|
"Attributes": {
|
|
5171
|
-
"shape": "
|
|
5538
|
+
"shape": "S11"
|
|
5172
5539
|
},
|
|
5173
5540
|
"EventType": {
|
|
5174
|
-
"shape": "
|
|
5541
|
+
"shape": "S15"
|
|
5175
5542
|
},
|
|
5176
5543
|
"Metrics": {
|
|
5177
|
-
"shape": "
|
|
5544
|
+
"shape": "S17"
|
|
5178
5545
|
}
|
|
5179
5546
|
}
|
|
5180
5547
|
},
|
|
5181
|
-
"
|
|
5548
|
+
"S11": {
|
|
5182
5549
|
"type": "map",
|
|
5183
5550
|
"key": {},
|
|
5184
5551
|
"value": {
|
|
@@ -5186,7 +5553,7 @@
|
|
|
5186
5553
|
"members": {
|
|
5187
5554
|
"AttributeType": {},
|
|
5188
5555
|
"Values": {
|
|
5189
|
-
"shape": "
|
|
5556
|
+
"shape": "S14"
|
|
5190
5557
|
}
|
|
5191
5558
|
},
|
|
5192
5559
|
"required": [
|
|
@@ -5194,23 +5561,23 @@
|
|
|
5194
5561
|
]
|
|
5195
5562
|
}
|
|
5196
5563
|
},
|
|
5197
|
-
"
|
|
5564
|
+
"S14": {
|
|
5198
5565
|
"type": "list",
|
|
5199
5566
|
"member": {}
|
|
5200
5567
|
},
|
|
5201
|
-
"
|
|
5568
|
+
"S15": {
|
|
5202
5569
|
"type": "structure",
|
|
5203
5570
|
"members": {
|
|
5204
5571
|
"DimensionType": {},
|
|
5205
5572
|
"Values": {
|
|
5206
|
-
"shape": "
|
|
5573
|
+
"shape": "S14"
|
|
5207
5574
|
}
|
|
5208
5575
|
},
|
|
5209
5576
|
"required": [
|
|
5210
5577
|
"Values"
|
|
5211
5578
|
]
|
|
5212
5579
|
},
|
|
5213
|
-
"
|
|
5580
|
+
"S17": {
|
|
5214
5581
|
"type": "map",
|
|
5215
5582
|
"key": {},
|
|
5216
5583
|
"value": {
|
|
@@ -5227,38 +5594,38 @@
|
|
|
5227
5594
|
]
|
|
5228
5595
|
}
|
|
5229
5596
|
},
|
|
5230
|
-
"
|
|
5597
|
+
"S1c": {
|
|
5231
5598
|
"type": "structure",
|
|
5232
5599
|
"members": {
|
|
5233
5600
|
"End": {},
|
|
5234
5601
|
"Start": {}
|
|
5235
5602
|
}
|
|
5236
5603
|
},
|
|
5237
|
-
"
|
|
5604
|
+
"S1d": {
|
|
5238
5605
|
"type": "structure",
|
|
5239
5606
|
"members": {
|
|
5240
5607
|
"EmailTemplate": {
|
|
5241
|
-
"shape": "
|
|
5608
|
+
"shape": "S1e"
|
|
5242
5609
|
},
|
|
5243
5610
|
"PushTemplate": {
|
|
5244
|
-
"shape": "
|
|
5611
|
+
"shape": "S1e"
|
|
5245
5612
|
},
|
|
5246
5613
|
"SMSTemplate": {
|
|
5247
|
-
"shape": "
|
|
5614
|
+
"shape": "S1e"
|
|
5248
5615
|
},
|
|
5249
5616
|
"VoiceTemplate": {
|
|
5250
|
-
"shape": "
|
|
5617
|
+
"shape": "S1e"
|
|
5251
5618
|
}
|
|
5252
5619
|
}
|
|
5253
5620
|
},
|
|
5254
|
-
"
|
|
5621
|
+
"S1e": {
|
|
5255
5622
|
"type": "structure",
|
|
5256
5623
|
"members": {
|
|
5257
5624
|
"Name": {},
|
|
5258
5625
|
"Version": {}
|
|
5259
5626
|
}
|
|
5260
5627
|
},
|
|
5261
|
-
"
|
|
5628
|
+
"S1f": {
|
|
5262
5629
|
"type": "structure",
|
|
5263
5630
|
"members": {
|
|
5264
5631
|
"LambdaFunctionName": {},
|
|
@@ -5266,7 +5633,7 @@
|
|
|
5266
5633
|
"WebUrl": {}
|
|
5267
5634
|
}
|
|
5268
5635
|
},
|
|
5269
|
-
"
|
|
5636
|
+
"S1h": {
|
|
5270
5637
|
"type": "structure",
|
|
5271
5638
|
"members": {
|
|
5272
5639
|
"Daily": {
|
|
@@ -5280,10 +5647,13 @@
|
|
|
5280
5647
|
},
|
|
5281
5648
|
"Total": {
|
|
5282
5649
|
"type": "integer"
|
|
5650
|
+
},
|
|
5651
|
+
"Session": {
|
|
5652
|
+
"type": "integer"
|
|
5283
5653
|
}
|
|
5284
5654
|
}
|
|
5285
5655
|
},
|
|
5286
|
-
"
|
|
5656
|
+
"S1j": {
|
|
5287
5657
|
"type": "structure",
|
|
5288
5658
|
"members": {
|
|
5289
5659
|
"AdditionalTreatments": {
|
|
@@ -5299,16 +5669,16 @@
|
|
|
5299
5669
|
"shape": "Se"
|
|
5300
5670
|
},
|
|
5301
5671
|
"Schedule": {
|
|
5302
|
-
"shape": "
|
|
5672
|
+
"shape": "Sy"
|
|
5303
5673
|
},
|
|
5304
5674
|
"SizePercent": {
|
|
5305
5675
|
"type": "integer"
|
|
5306
5676
|
},
|
|
5307
5677
|
"State": {
|
|
5308
|
-
"shape": "
|
|
5678
|
+
"shape": "S1m"
|
|
5309
5679
|
},
|
|
5310
5680
|
"TemplateConfiguration": {
|
|
5311
|
-
"shape": "
|
|
5681
|
+
"shape": "S1d"
|
|
5312
5682
|
},
|
|
5313
5683
|
"TreatmentDescription": {},
|
|
5314
5684
|
"TreatmentName": {}
|
|
@@ -5326,14 +5696,14 @@
|
|
|
5326
5696
|
"shape": "Sb"
|
|
5327
5697
|
},
|
|
5328
5698
|
"DefaultState": {
|
|
5329
|
-
"shape": "
|
|
5699
|
+
"shape": "S1m"
|
|
5330
5700
|
},
|
|
5331
5701
|
"Description": {},
|
|
5332
5702
|
"HoldoutPercent": {
|
|
5333
5703
|
"type": "integer"
|
|
5334
5704
|
},
|
|
5335
5705
|
"Hook": {
|
|
5336
|
-
"shape": "
|
|
5706
|
+
"shape": "S1f"
|
|
5337
5707
|
},
|
|
5338
5708
|
"Id": {},
|
|
5339
5709
|
"IsPaused": {
|
|
@@ -5341,33 +5711,36 @@
|
|
|
5341
5711
|
},
|
|
5342
5712
|
"LastModifiedDate": {},
|
|
5343
5713
|
"Limits": {
|
|
5344
|
-
"shape": "
|
|
5714
|
+
"shape": "S1h"
|
|
5345
5715
|
},
|
|
5346
5716
|
"MessageConfiguration": {
|
|
5347
5717
|
"shape": "Se"
|
|
5348
5718
|
},
|
|
5349
5719
|
"Name": {},
|
|
5350
5720
|
"Schedule": {
|
|
5351
|
-
"shape": "
|
|
5721
|
+
"shape": "Sy"
|
|
5352
5722
|
},
|
|
5353
5723
|
"SegmentId": {},
|
|
5354
5724
|
"SegmentVersion": {
|
|
5355
5725
|
"type": "integer"
|
|
5356
5726
|
},
|
|
5357
5727
|
"State": {
|
|
5358
|
-
"shape": "
|
|
5728
|
+
"shape": "S1m"
|
|
5359
5729
|
},
|
|
5360
5730
|
"tags": {
|
|
5361
5731
|
"shape": "S4",
|
|
5362
5732
|
"locationName": "tags"
|
|
5363
5733
|
},
|
|
5364
5734
|
"TemplateConfiguration": {
|
|
5365
|
-
"shape": "
|
|
5735
|
+
"shape": "S1d"
|
|
5366
5736
|
},
|
|
5367
5737
|
"TreatmentDescription": {},
|
|
5368
5738
|
"TreatmentName": {},
|
|
5369
5739
|
"Version": {
|
|
5370
5740
|
"type": "integer"
|
|
5741
|
+
},
|
|
5742
|
+
"Priority": {
|
|
5743
|
+
"type": "integer"
|
|
5371
5744
|
}
|
|
5372
5745
|
},
|
|
5373
5746
|
"required": [
|
|
@@ -5380,13 +5753,13 @@
|
|
|
5380
5753
|
"ApplicationId"
|
|
5381
5754
|
]
|
|
5382
5755
|
},
|
|
5383
|
-
"
|
|
5756
|
+
"S1m": {
|
|
5384
5757
|
"type": "structure",
|
|
5385
5758
|
"members": {
|
|
5386
5759
|
"CampaignStatus": {}
|
|
5387
5760
|
}
|
|
5388
5761
|
},
|
|
5389
|
-
"
|
|
5762
|
+
"S1p": {
|
|
5390
5763
|
"type": "structure",
|
|
5391
5764
|
"members": {
|
|
5392
5765
|
"DefaultSubstitutions": {},
|
|
@@ -5401,7 +5774,7 @@
|
|
|
5401
5774
|
"TextPart": {}
|
|
5402
5775
|
}
|
|
5403
5776
|
},
|
|
5404
|
-
"
|
|
5777
|
+
"S1r": {
|
|
5405
5778
|
"type": "structure",
|
|
5406
5779
|
"members": {
|
|
5407
5780
|
"Arn": {},
|
|
@@ -5409,7 +5782,7 @@
|
|
|
5409
5782
|
"RequestID": {}
|
|
5410
5783
|
}
|
|
5411
5784
|
},
|
|
5412
|
-
"
|
|
5785
|
+
"S1v": {
|
|
5413
5786
|
"type": "structure",
|
|
5414
5787
|
"members": {
|
|
5415
5788
|
"ApplicationId": {},
|
|
@@ -5437,7 +5810,7 @@
|
|
|
5437
5810
|
"type": "integer"
|
|
5438
5811
|
},
|
|
5439
5812
|
"Failures": {
|
|
5440
|
-
"shape": "
|
|
5813
|
+
"shape": "S14"
|
|
5441
5814
|
},
|
|
5442
5815
|
"Id": {},
|
|
5443
5816
|
"JobStatus": {},
|
|
@@ -5461,7 +5834,7 @@
|
|
|
5461
5834
|
"ApplicationId"
|
|
5462
5835
|
]
|
|
5463
5836
|
},
|
|
5464
|
-
"
|
|
5837
|
+
"S22": {
|
|
5465
5838
|
"type": "structure",
|
|
5466
5839
|
"members": {
|
|
5467
5840
|
"ApplicationId": {},
|
|
@@ -5496,7 +5869,7 @@
|
|
|
5496
5869
|
"type": "integer"
|
|
5497
5870
|
},
|
|
5498
5871
|
"Failures": {
|
|
5499
|
-
"shape": "
|
|
5872
|
+
"shape": "S14"
|
|
5500
5873
|
},
|
|
5501
5874
|
"Id": {},
|
|
5502
5875
|
"JobStatus": {},
|
|
@@ -5520,31 +5893,48 @@
|
|
|
5520
5893
|
"ApplicationId"
|
|
5521
5894
|
]
|
|
5522
5895
|
},
|
|
5523
|
-
"
|
|
5896
|
+
"S25": {
|
|
5897
|
+
"type": "structure",
|
|
5898
|
+
"members": {
|
|
5899
|
+
"Content": {
|
|
5900
|
+
"shape": "So"
|
|
5901
|
+
},
|
|
5902
|
+
"CustomConfig": {
|
|
5903
|
+
"shape": "S4"
|
|
5904
|
+
},
|
|
5905
|
+
"Layout": {},
|
|
5906
|
+
"tags": {
|
|
5907
|
+
"shape": "S4",
|
|
5908
|
+
"locationName": "tags"
|
|
5909
|
+
},
|
|
5910
|
+
"TemplateDescription": {}
|
|
5911
|
+
}
|
|
5912
|
+
},
|
|
5913
|
+
"S29": {
|
|
5524
5914
|
"type": "structure",
|
|
5525
5915
|
"members": {
|
|
5526
5916
|
"Activities": {
|
|
5527
|
-
"shape": "
|
|
5917
|
+
"shape": "S2a"
|
|
5528
5918
|
},
|
|
5529
5919
|
"CreationDate": {},
|
|
5530
5920
|
"LastModifiedDate": {},
|
|
5531
5921
|
"Limits": {
|
|
5532
|
-
"shape": "
|
|
5922
|
+
"shape": "S39"
|
|
5533
5923
|
},
|
|
5534
5924
|
"LocalTime": {
|
|
5535
5925
|
"type": "boolean"
|
|
5536
5926
|
},
|
|
5537
5927
|
"Name": {},
|
|
5538
5928
|
"QuietTime": {
|
|
5539
|
-
"shape": "
|
|
5929
|
+
"shape": "S1c"
|
|
5540
5930
|
},
|
|
5541
5931
|
"RefreshFrequency": {},
|
|
5542
5932
|
"Schedule": {
|
|
5543
|
-
"shape": "
|
|
5933
|
+
"shape": "S3a"
|
|
5544
5934
|
},
|
|
5545
5935
|
"StartActivity": {},
|
|
5546
5936
|
"StartCondition": {
|
|
5547
|
-
"shape": "
|
|
5937
|
+
"shape": "S3c"
|
|
5548
5938
|
},
|
|
5549
5939
|
"State": {},
|
|
5550
5940
|
"WaitForQuietTime": {
|
|
@@ -5558,7 +5948,7 @@
|
|
|
5558
5948
|
"Name"
|
|
5559
5949
|
]
|
|
5560
5950
|
},
|
|
5561
|
-
"
|
|
5951
|
+
"S2a": {
|
|
5562
5952
|
"type": "map",
|
|
5563
5953
|
"key": {},
|
|
5564
5954
|
"value": {
|
|
@@ -5591,14 +5981,14 @@
|
|
|
5591
5981
|
"Conditions": {
|
|
5592
5982
|
"type": "list",
|
|
5593
5983
|
"member": {
|
|
5594
|
-
"shape": "
|
|
5984
|
+
"shape": "S2h"
|
|
5595
5985
|
}
|
|
5596
5986
|
},
|
|
5597
5987
|
"Operator": {}
|
|
5598
5988
|
}
|
|
5599
5989
|
},
|
|
5600
5990
|
"EvaluationWaitTime": {
|
|
5601
|
-
"shape": "
|
|
5991
|
+
"shape": "S2u"
|
|
5602
5992
|
},
|
|
5603
5993
|
"FalseActivity": {},
|
|
5604
5994
|
"TrueActivity": {}
|
|
@@ -5640,7 +6030,7 @@
|
|
|
5640
6030
|
"type": "structure",
|
|
5641
6031
|
"members": {
|
|
5642
6032
|
"Condition": {
|
|
5643
|
-
"shape": "
|
|
6033
|
+
"shape": "S2h"
|
|
5644
6034
|
},
|
|
5645
6035
|
"NextActivity": {}
|
|
5646
6036
|
}
|
|
@@ -5648,7 +6038,7 @@
|
|
|
5648
6038
|
},
|
|
5649
6039
|
"DefaultActivity": {},
|
|
5650
6040
|
"EvaluationWaitTime": {
|
|
5651
|
-
"shape": "
|
|
6041
|
+
"shape": "S2u"
|
|
5652
6042
|
}
|
|
5653
6043
|
}
|
|
5654
6044
|
},
|
|
@@ -5706,35 +6096,35 @@
|
|
|
5706
6096
|
"members": {
|
|
5707
6097
|
"NextActivity": {},
|
|
5708
6098
|
"WaitTime": {
|
|
5709
|
-
"shape": "
|
|
6099
|
+
"shape": "S2u"
|
|
5710
6100
|
}
|
|
5711
6101
|
}
|
|
5712
6102
|
}
|
|
5713
6103
|
}
|
|
5714
6104
|
}
|
|
5715
6105
|
},
|
|
5716
|
-
"
|
|
6106
|
+
"S2h": {
|
|
5717
6107
|
"type": "structure",
|
|
5718
6108
|
"members": {
|
|
5719
6109
|
"EventCondition": {
|
|
5720
6110
|
"type": "structure",
|
|
5721
6111
|
"members": {
|
|
5722
6112
|
"Dimensions": {
|
|
5723
|
-
"shape": "
|
|
6113
|
+
"shape": "S10"
|
|
5724
6114
|
},
|
|
5725
6115
|
"MessageActivity": {}
|
|
5726
6116
|
}
|
|
5727
6117
|
},
|
|
5728
6118
|
"SegmentCondition": {
|
|
5729
|
-
"shape": "
|
|
6119
|
+
"shape": "S2j"
|
|
5730
6120
|
},
|
|
5731
6121
|
"SegmentDimensions": {
|
|
5732
|
-
"shape": "
|
|
6122
|
+
"shape": "S2k",
|
|
5733
6123
|
"locationName": "segmentDimensions"
|
|
5734
6124
|
}
|
|
5735
6125
|
}
|
|
5736
6126
|
},
|
|
5737
|
-
"
|
|
6127
|
+
"S2j": {
|
|
5738
6128
|
"type": "structure",
|
|
5739
6129
|
"members": {
|
|
5740
6130
|
"SegmentId": {}
|
|
@@ -5743,11 +6133,11 @@
|
|
|
5743
6133
|
"SegmentId"
|
|
5744
6134
|
]
|
|
5745
6135
|
},
|
|
5746
|
-
"
|
|
6136
|
+
"S2k": {
|
|
5747
6137
|
"type": "structure",
|
|
5748
6138
|
"members": {
|
|
5749
6139
|
"Attributes": {
|
|
5750
|
-
"shape": "
|
|
6140
|
+
"shape": "S11"
|
|
5751
6141
|
},
|
|
5752
6142
|
"Behavior": {
|
|
5753
6143
|
"type": "structure",
|
|
@@ -5769,22 +6159,22 @@
|
|
|
5769
6159
|
"type": "structure",
|
|
5770
6160
|
"members": {
|
|
5771
6161
|
"AppVersion": {
|
|
5772
|
-
"shape": "
|
|
6162
|
+
"shape": "S15"
|
|
5773
6163
|
},
|
|
5774
6164
|
"Channel": {
|
|
5775
|
-
"shape": "
|
|
6165
|
+
"shape": "S15"
|
|
5776
6166
|
},
|
|
5777
6167
|
"DeviceType": {
|
|
5778
|
-
"shape": "
|
|
6168
|
+
"shape": "S15"
|
|
5779
6169
|
},
|
|
5780
6170
|
"Make": {
|
|
5781
|
-
"shape": "
|
|
6171
|
+
"shape": "S15"
|
|
5782
6172
|
},
|
|
5783
6173
|
"Model": {
|
|
5784
|
-
"shape": "
|
|
6174
|
+
"shape": "S15"
|
|
5785
6175
|
},
|
|
5786
6176
|
"Platform": {
|
|
5787
|
-
"shape": "
|
|
6177
|
+
"shape": "S15"
|
|
5788
6178
|
}
|
|
5789
6179
|
}
|
|
5790
6180
|
},
|
|
@@ -5792,7 +6182,7 @@
|
|
|
5792
6182
|
"type": "structure",
|
|
5793
6183
|
"members": {
|
|
5794
6184
|
"Country": {
|
|
5795
|
-
"shape": "
|
|
6185
|
+
"shape": "S15"
|
|
5796
6186
|
},
|
|
5797
6187
|
"GPSPoint": {
|
|
5798
6188
|
"type": "structure",
|
|
@@ -5823,21 +6213,21 @@
|
|
|
5823
6213
|
}
|
|
5824
6214
|
},
|
|
5825
6215
|
"Metrics": {
|
|
5826
|
-
"shape": "
|
|
6216
|
+
"shape": "S17"
|
|
5827
6217
|
},
|
|
5828
6218
|
"UserAttributes": {
|
|
5829
|
-
"shape": "
|
|
6219
|
+
"shape": "S11"
|
|
5830
6220
|
}
|
|
5831
6221
|
}
|
|
5832
6222
|
},
|
|
5833
|
-
"
|
|
6223
|
+
"S2u": {
|
|
5834
6224
|
"type": "structure",
|
|
5835
6225
|
"members": {
|
|
5836
6226
|
"WaitFor": {},
|
|
5837
6227
|
"WaitUntil": {}
|
|
5838
6228
|
}
|
|
5839
6229
|
},
|
|
5840
|
-
"
|
|
6230
|
+
"S39": {
|
|
5841
6231
|
"type": "structure",
|
|
5842
6232
|
"members": {
|
|
5843
6233
|
"DailyCap": {
|
|
@@ -5852,23 +6242,23 @@
|
|
|
5852
6242
|
"EndpointReentryInterval": {}
|
|
5853
6243
|
}
|
|
5854
6244
|
},
|
|
5855
|
-
"
|
|
6245
|
+
"S3a": {
|
|
5856
6246
|
"type": "structure",
|
|
5857
6247
|
"members": {
|
|
5858
6248
|
"EndTime": {
|
|
5859
|
-
"shape": "
|
|
6249
|
+
"shape": "S3b"
|
|
5860
6250
|
},
|
|
5861
6251
|
"StartTime": {
|
|
5862
|
-
"shape": "
|
|
6252
|
+
"shape": "S3b"
|
|
5863
6253
|
},
|
|
5864
6254
|
"Timezone": {}
|
|
5865
6255
|
}
|
|
5866
6256
|
},
|
|
5867
|
-
"
|
|
6257
|
+
"S3b": {
|
|
5868
6258
|
"type": "timestamp",
|
|
5869
6259
|
"timestampFormat": "iso8601"
|
|
5870
6260
|
},
|
|
5871
|
-
"
|
|
6261
|
+
"S3c": {
|
|
5872
6262
|
"type": "structure",
|
|
5873
6263
|
"members": {
|
|
5874
6264
|
"Description": {},
|
|
@@ -5879,7 +6269,7 @@
|
|
|
5879
6269
|
"type": "structure",
|
|
5880
6270
|
"members": {
|
|
5881
6271
|
"Dimensions": {
|
|
5882
|
-
"shape": "
|
|
6272
|
+
"shape": "S10"
|
|
5883
6273
|
},
|
|
5884
6274
|
"FilterType": {}
|
|
5885
6275
|
},
|
|
@@ -5892,37 +6282,37 @@
|
|
|
5892
6282
|
}
|
|
5893
6283
|
},
|
|
5894
6284
|
"SegmentStartCondition": {
|
|
5895
|
-
"shape": "
|
|
6285
|
+
"shape": "S2j"
|
|
5896
6286
|
}
|
|
5897
6287
|
}
|
|
5898
6288
|
},
|
|
5899
|
-
"
|
|
6289
|
+
"S3h": {
|
|
5900
6290
|
"type": "structure",
|
|
5901
6291
|
"members": {
|
|
5902
6292
|
"Activities": {
|
|
5903
|
-
"shape": "
|
|
6293
|
+
"shape": "S2a"
|
|
5904
6294
|
},
|
|
5905
6295
|
"ApplicationId": {},
|
|
5906
6296
|
"CreationDate": {},
|
|
5907
6297
|
"Id": {},
|
|
5908
6298
|
"LastModifiedDate": {},
|
|
5909
6299
|
"Limits": {
|
|
5910
|
-
"shape": "
|
|
6300
|
+
"shape": "S39"
|
|
5911
6301
|
},
|
|
5912
6302
|
"LocalTime": {
|
|
5913
6303
|
"type": "boolean"
|
|
5914
6304
|
},
|
|
5915
6305
|
"Name": {},
|
|
5916
6306
|
"QuietTime": {
|
|
5917
|
-
"shape": "
|
|
6307
|
+
"shape": "S1c"
|
|
5918
6308
|
},
|
|
5919
6309
|
"RefreshFrequency": {},
|
|
5920
6310
|
"Schedule": {
|
|
5921
|
-
"shape": "
|
|
6311
|
+
"shape": "S3a"
|
|
5922
6312
|
},
|
|
5923
6313
|
"StartActivity": {},
|
|
5924
6314
|
"StartCondition": {
|
|
5925
|
-
"shape": "
|
|
6315
|
+
"shape": "S3c"
|
|
5926
6316
|
},
|
|
5927
6317
|
"State": {},
|
|
5928
6318
|
"tags": {
|
|
@@ -5942,24 +6332,24 @@
|
|
|
5942
6332
|
"ApplicationId"
|
|
5943
6333
|
]
|
|
5944
6334
|
},
|
|
5945
|
-
"
|
|
6335
|
+
"S3j": {
|
|
5946
6336
|
"type": "structure",
|
|
5947
6337
|
"members": {
|
|
5948
6338
|
"ADM": {
|
|
5949
|
-
"shape": "
|
|
6339
|
+
"shape": "S3k"
|
|
5950
6340
|
},
|
|
5951
6341
|
"APNS": {
|
|
5952
|
-
"shape": "
|
|
6342
|
+
"shape": "S3l"
|
|
5953
6343
|
},
|
|
5954
6344
|
"Baidu": {
|
|
5955
|
-
"shape": "
|
|
6345
|
+
"shape": "S3k"
|
|
5956
6346
|
},
|
|
5957
6347
|
"Default": {
|
|
5958
|
-
"shape": "
|
|
6348
|
+
"shape": "S3m"
|
|
5959
6349
|
},
|
|
5960
6350
|
"DefaultSubstitutions": {},
|
|
5961
6351
|
"GCM": {
|
|
5962
|
-
"shape": "
|
|
6352
|
+
"shape": "S3k"
|
|
5963
6353
|
},
|
|
5964
6354
|
"RecommenderId": {},
|
|
5965
6355
|
"tags": {
|
|
@@ -5969,7 +6359,7 @@
|
|
|
5969
6359
|
"TemplateDescription": {}
|
|
5970
6360
|
}
|
|
5971
6361
|
},
|
|
5972
|
-
"
|
|
6362
|
+
"S3k": {
|
|
5973
6363
|
"type": "structure",
|
|
5974
6364
|
"members": {
|
|
5975
6365
|
"Action": {},
|
|
@@ -5983,7 +6373,7 @@
|
|
|
5983
6373
|
"Url": {}
|
|
5984
6374
|
}
|
|
5985
6375
|
},
|
|
5986
|
-
"
|
|
6376
|
+
"S3l": {
|
|
5987
6377
|
"type": "structure",
|
|
5988
6378
|
"members": {
|
|
5989
6379
|
"Action": {},
|
|
@@ -5995,7 +6385,7 @@
|
|
|
5995
6385
|
"Url": {}
|
|
5996
6386
|
}
|
|
5997
6387
|
},
|
|
5998
|
-
"
|
|
6388
|
+
"S3m": {
|
|
5999
6389
|
"type": "structure",
|
|
6000
6390
|
"members": {
|
|
6001
6391
|
"Action": {},
|
|
@@ -6005,7 +6395,7 @@
|
|
|
6005
6395
|
"Url": {}
|
|
6006
6396
|
}
|
|
6007
6397
|
},
|
|
6008
|
-
"
|
|
6398
|
+
"S3r": {
|
|
6009
6399
|
"type": "structure",
|
|
6010
6400
|
"members": {
|
|
6011
6401
|
"Attributes": {
|
|
@@ -6033,15 +6423,15 @@
|
|
|
6033
6423
|
"Id"
|
|
6034
6424
|
]
|
|
6035
6425
|
},
|
|
6036
|
-
"
|
|
6426
|
+
"S3t": {
|
|
6037
6427
|
"type": "structure",
|
|
6038
6428
|
"members": {
|
|
6039
6429
|
"Dimensions": {
|
|
6040
|
-
"shape": "
|
|
6430
|
+
"shape": "S2k"
|
|
6041
6431
|
},
|
|
6042
6432
|
"Name": {},
|
|
6043
6433
|
"SegmentGroups": {
|
|
6044
|
-
"shape": "
|
|
6434
|
+
"shape": "S3u"
|
|
6045
6435
|
},
|
|
6046
6436
|
"tags": {
|
|
6047
6437
|
"shape": "S4",
|
|
@@ -6049,7 +6439,7 @@
|
|
|
6049
6439
|
}
|
|
6050
6440
|
}
|
|
6051
6441
|
},
|
|
6052
|
-
"
|
|
6442
|
+
"S3u": {
|
|
6053
6443
|
"type": "structure",
|
|
6054
6444
|
"members": {
|
|
6055
6445
|
"Groups": {
|
|
@@ -6060,7 +6450,7 @@
|
|
|
6060
6450
|
"Dimensions": {
|
|
6061
6451
|
"type": "list",
|
|
6062
6452
|
"member": {
|
|
6063
|
-
"shape": "
|
|
6453
|
+
"shape": "S2k"
|
|
6064
6454
|
}
|
|
6065
6455
|
},
|
|
6066
6456
|
"SourceSegments": {
|
|
@@ -6086,14 +6476,14 @@
|
|
|
6086
6476
|
"Include": {}
|
|
6087
6477
|
}
|
|
6088
6478
|
},
|
|
6089
|
-
"
|
|
6479
|
+
"S44": {
|
|
6090
6480
|
"type": "structure",
|
|
6091
6481
|
"members": {
|
|
6092
6482
|
"ApplicationId": {},
|
|
6093
6483
|
"Arn": {},
|
|
6094
6484
|
"CreationDate": {},
|
|
6095
6485
|
"Dimensions": {
|
|
6096
|
-
"shape": "
|
|
6486
|
+
"shape": "S2k"
|
|
6097
6487
|
},
|
|
6098
6488
|
"Id": {},
|
|
6099
6489
|
"ImportDefinition": {
|
|
@@ -6125,7 +6515,7 @@
|
|
|
6125
6515
|
"LastModifiedDate": {},
|
|
6126
6516
|
"Name": {},
|
|
6127
6517
|
"SegmentGroups": {
|
|
6128
|
-
"shape": "
|
|
6518
|
+
"shape": "S3u"
|
|
6129
6519
|
},
|
|
6130
6520
|
"SegmentType": {},
|
|
6131
6521
|
"tags": {
|
|
@@ -6144,7 +6534,7 @@
|
|
|
6144
6534
|
"ApplicationId"
|
|
6145
6535
|
]
|
|
6146
6536
|
},
|
|
6147
|
-
"
|
|
6537
|
+
"S49": {
|
|
6148
6538
|
"type": "structure",
|
|
6149
6539
|
"members": {
|
|
6150
6540
|
"Body": {},
|
|
@@ -6157,7 +6547,7 @@
|
|
|
6157
6547
|
"TemplateDescription": {}
|
|
6158
6548
|
}
|
|
6159
6549
|
},
|
|
6160
|
-
"
|
|
6550
|
+
"S4c": {
|
|
6161
6551
|
"type": "structure",
|
|
6162
6552
|
"members": {
|
|
6163
6553
|
"Body": {},
|
|
@@ -6171,7 +6561,7 @@
|
|
|
6171
6561
|
"VoiceId": {}
|
|
6172
6562
|
}
|
|
6173
6563
|
},
|
|
6174
|
-
"
|
|
6564
|
+
"S4g": {
|
|
6175
6565
|
"type": "structure",
|
|
6176
6566
|
"members": {
|
|
6177
6567
|
"ApplicationId": {},
|
|
@@ -6197,7 +6587,7 @@
|
|
|
6197
6587
|
"Platform"
|
|
6198
6588
|
]
|
|
6199
6589
|
},
|
|
6200
|
-
"
|
|
6590
|
+
"S4j": {
|
|
6201
6591
|
"type": "structure",
|
|
6202
6592
|
"members": {
|
|
6203
6593
|
"ApplicationId": {},
|
|
@@ -6227,7 +6617,7 @@
|
|
|
6227
6617
|
"Platform"
|
|
6228
6618
|
]
|
|
6229
6619
|
},
|
|
6230
|
-
"
|
|
6620
|
+
"S4m": {
|
|
6231
6621
|
"type": "structure",
|
|
6232
6622
|
"members": {
|
|
6233
6623
|
"ApplicationId": {},
|
|
@@ -6257,7 +6647,7 @@
|
|
|
6257
6647
|
"Platform"
|
|
6258
6648
|
]
|
|
6259
6649
|
},
|
|
6260
|
-
"
|
|
6650
|
+
"S4p": {
|
|
6261
6651
|
"type": "structure",
|
|
6262
6652
|
"members": {
|
|
6263
6653
|
"ApplicationId": {},
|
|
@@ -6287,7 +6677,7 @@
|
|
|
6287
6677
|
"Platform"
|
|
6288
6678
|
]
|
|
6289
6679
|
},
|
|
6290
|
-
"
|
|
6680
|
+
"S4s": {
|
|
6291
6681
|
"type": "structure",
|
|
6292
6682
|
"members": {
|
|
6293
6683
|
"ApplicationId": {},
|
|
@@ -6317,7 +6707,7 @@
|
|
|
6317
6707
|
"Platform"
|
|
6318
6708
|
]
|
|
6319
6709
|
},
|
|
6320
|
-
"
|
|
6710
|
+
"S4x": {
|
|
6321
6711
|
"type": "structure",
|
|
6322
6712
|
"members": {
|
|
6323
6713
|
"ApplicationId": {},
|
|
@@ -6345,7 +6735,7 @@
|
|
|
6345
6735
|
"Platform"
|
|
6346
6736
|
]
|
|
6347
6737
|
},
|
|
6348
|
-
"
|
|
6738
|
+
"S52": {
|
|
6349
6739
|
"type": "structure",
|
|
6350
6740
|
"members": {
|
|
6351
6741
|
"ApplicationId": {},
|
|
@@ -6378,51 +6768,51 @@
|
|
|
6378
6768
|
"Platform"
|
|
6379
6769
|
]
|
|
6380
6770
|
},
|
|
6381
|
-
"
|
|
6771
|
+
"S55": {
|
|
6382
6772
|
"type": "structure",
|
|
6383
6773
|
"members": {
|
|
6384
6774
|
"Message": {},
|
|
6385
6775
|
"RequestID": {}
|
|
6386
6776
|
}
|
|
6387
6777
|
},
|
|
6388
|
-
"
|
|
6778
|
+
"S58": {
|
|
6389
6779
|
"type": "structure",
|
|
6390
6780
|
"members": {
|
|
6391
6781
|
"Address": {},
|
|
6392
6782
|
"ApplicationId": {},
|
|
6393
6783
|
"Attributes": {
|
|
6394
|
-
"shape": "
|
|
6784
|
+
"shape": "S59"
|
|
6395
6785
|
},
|
|
6396
6786
|
"ChannelType": {},
|
|
6397
6787
|
"CohortId": {},
|
|
6398
6788
|
"CreationDate": {},
|
|
6399
6789
|
"Demographic": {
|
|
6400
|
-
"shape": "
|
|
6790
|
+
"shape": "S5b"
|
|
6401
6791
|
},
|
|
6402
6792
|
"EffectiveDate": {},
|
|
6403
6793
|
"EndpointStatus": {},
|
|
6404
6794
|
"Id": {},
|
|
6405
6795
|
"Location": {
|
|
6406
|
-
"shape": "
|
|
6796
|
+
"shape": "S5c"
|
|
6407
6797
|
},
|
|
6408
6798
|
"Metrics": {
|
|
6409
|
-
"shape": "
|
|
6799
|
+
"shape": "S5d"
|
|
6410
6800
|
},
|
|
6411
6801
|
"OptOut": {},
|
|
6412
6802
|
"RequestId": {},
|
|
6413
6803
|
"User": {
|
|
6414
|
-
"shape": "
|
|
6804
|
+
"shape": "S5e"
|
|
6415
6805
|
}
|
|
6416
6806
|
}
|
|
6417
6807
|
},
|
|
6418
|
-
"
|
|
6808
|
+
"S59": {
|
|
6419
6809
|
"type": "map",
|
|
6420
6810
|
"key": {},
|
|
6421
6811
|
"value": {
|
|
6422
|
-
"shape": "
|
|
6812
|
+
"shape": "S14"
|
|
6423
6813
|
}
|
|
6424
6814
|
},
|
|
6425
|
-
"
|
|
6815
|
+
"S5b": {
|
|
6426
6816
|
"type": "structure",
|
|
6427
6817
|
"members": {
|
|
6428
6818
|
"AppVersion": {},
|
|
@@ -6435,7 +6825,7 @@
|
|
|
6435
6825
|
"Timezone": {}
|
|
6436
6826
|
}
|
|
6437
6827
|
},
|
|
6438
|
-
"
|
|
6828
|
+
"S5c": {
|
|
6439
6829
|
"type": "structure",
|
|
6440
6830
|
"members": {
|
|
6441
6831
|
"City": {},
|
|
@@ -6450,23 +6840,23 @@
|
|
|
6450
6840
|
"Region": {}
|
|
6451
6841
|
}
|
|
6452
6842
|
},
|
|
6453
|
-
"
|
|
6843
|
+
"S5d": {
|
|
6454
6844
|
"type": "map",
|
|
6455
6845
|
"key": {},
|
|
6456
6846
|
"value": {
|
|
6457
6847
|
"type": "double"
|
|
6458
6848
|
}
|
|
6459
6849
|
},
|
|
6460
|
-
"
|
|
6850
|
+
"S5e": {
|
|
6461
6851
|
"type": "structure",
|
|
6462
6852
|
"members": {
|
|
6463
6853
|
"UserAttributes": {
|
|
6464
|
-
"shape": "
|
|
6854
|
+
"shape": "S59"
|
|
6465
6855
|
},
|
|
6466
6856
|
"UserId": {}
|
|
6467
6857
|
}
|
|
6468
6858
|
},
|
|
6469
|
-
"
|
|
6859
|
+
"S5h": {
|
|
6470
6860
|
"type": "structure",
|
|
6471
6861
|
"members": {
|
|
6472
6862
|
"ApplicationId": {},
|
|
@@ -6482,7 +6872,7 @@
|
|
|
6482
6872
|
"DestinationStreamArn"
|
|
6483
6873
|
]
|
|
6484
6874
|
},
|
|
6485
|
-
"
|
|
6875
|
+
"S5k": {
|
|
6486
6876
|
"type": "structure",
|
|
6487
6877
|
"members": {
|
|
6488
6878
|
"ApplicationId": {},
|
|
@@ -6510,7 +6900,7 @@
|
|
|
6510
6900
|
"Platform"
|
|
6511
6901
|
]
|
|
6512
6902
|
},
|
|
6513
|
-
"
|
|
6903
|
+
"S5x": {
|
|
6514
6904
|
"type": "structure",
|
|
6515
6905
|
"members": {
|
|
6516
6906
|
"ApplicationId": {},
|
|
@@ -6544,13 +6934,13 @@
|
|
|
6544
6934
|
"Platform"
|
|
6545
6935
|
]
|
|
6546
6936
|
},
|
|
6547
|
-
"
|
|
6937
|
+
"S62": {
|
|
6548
6938
|
"type": "structure",
|
|
6549
6939
|
"members": {
|
|
6550
6940
|
"Item": {
|
|
6551
6941
|
"type": "list",
|
|
6552
6942
|
"member": {
|
|
6553
|
-
"shape": "
|
|
6943
|
+
"shape": "S58"
|
|
6554
6944
|
}
|
|
6555
6945
|
}
|
|
6556
6946
|
},
|
|
@@ -6558,7 +6948,7 @@
|
|
|
6558
6948
|
"Item"
|
|
6559
6949
|
]
|
|
6560
6950
|
},
|
|
6561
|
-
"
|
|
6951
|
+
"S66": {
|
|
6562
6952
|
"type": "structure",
|
|
6563
6953
|
"members": {
|
|
6564
6954
|
"ApplicationId": {},
|
|
@@ -6584,7 +6974,7 @@
|
|
|
6584
6974
|
"Platform"
|
|
6585
6975
|
]
|
|
6586
6976
|
},
|
|
6587
|
-
"
|
|
6977
|
+
"S6o": {
|
|
6588
6978
|
"type": "structure",
|
|
6589
6979
|
"members": {
|
|
6590
6980
|
"Rows": {
|
|
@@ -6593,10 +6983,10 @@
|
|
|
6593
6983
|
"type": "structure",
|
|
6594
6984
|
"members": {
|
|
6595
6985
|
"GroupedBys": {
|
|
6596
|
-
"shape": "
|
|
6986
|
+
"shape": "S6r"
|
|
6597
6987
|
},
|
|
6598
6988
|
"Values": {
|
|
6599
|
-
"shape": "
|
|
6989
|
+
"shape": "S6r"
|
|
6600
6990
|
}
|
|
6601
6991
|
},
|
|
6602
6992
|
"required": [
|
|
@@ -6610,7 +7000,7 @@
|
|
|
6610
7000
|
"Rows"
|
|
6611
7001
|
]
|
|
6612
7002
|
},
|
|
6613
|
-
"
|
|
7003
|
+
"S6r": {
|
|
6614
7004
|
"type": "list",
|
|
6615
7005
|
"member": {
|
|
6616
7006
|
"type": "structure",
|
|
@@ -6626,32 +7016,32 @@
|
|
|
6626
7016
|
]
|
|
6627
7017
|
}
|
|
6628
7018
|
},
|
|
6629
|
-
"
|
|
7019
|
+
"S6v": {
|
|
6630
7020
|
"type": "structure",
|
|
6631
7021
|
"members": {
|
|
6632
7022
|
"ApplicationId": {},
|
|
6633
7023
|
"CampaignHook": {
|
|
6634
|
-
"shape": "
|
|
7024
|
+
"shape": "S1f"
|
|
6635
7025
|
},
|
|
6636
7026
|
"LastModifiedDate": {},
|
|
6637
7027
|
"Limits": {
|
|
6638
|
-
"shape": "
|
|
7028
|
+
"shape": "S1h"
|
|
6639
7029
|
},
|
|
6640
7030
|
"QuietTime": {
|
|
6641
|
-
"shape": "
|
|
7031
|
+
"shape": "S1c"
|
|
6642
7032
|
}
|
|
6643
7033
|
},
|
|
6644
7034
|
"required": [
|
|
6645
7035
|
"ApplicationId"
|
|
6646
7036
|
]
|
|
6647
7037
|
},
|
|
6648
|
-
"
|
|
7038
|
+
"S7g": {
|
|
6649
7039
|
"type": "structure",
|
|
6650
7040
|
"members": {
|
|
6651
7041
|
"Item": {
|
|
6652
7042
|
"type": "list",
|
|
6653
7043
|
"member": {
|
|
6654
|
-
"shape": "
|
|
7044
|
+
"shape": "S1j"
|
|
6655
7045
|
}
|
|
6656
7046
|
},
|
|
6657
7047
|
"NextToken": {}
|
|
@@ -6660,13 +7050,13 @@
|
|
|
6660
7050
|
"Item"
|
|
6661
7051
|
]
|
|
6662
7052
|
},
|
|
6663
|
-
"
|
|
7053
|
+
"S83": {
|
|
6664
7054
|
"type": "structure",
|
|
6665
7055
|
"members": {
|
|
6666
7056
|
"Item": {
|
|
6667
7057
|
"type": "list",
|
|
6668
7058
|
"member": {
|
|
6669
|
-
"shape": "
|
|
7059
|
+
"shape": "S1v"
|
|
6670
7060
|
}
|
|
6671
7061
|
},
|
|
6672
7062
|
"NextToken": {}
|
|
@@ -6675,13 +7065,13 @@
|
|
|
6675
7065
|
"Item"
|
|
6676
7066
|
]
|
|
6677
7067
|
},
|
|
6678
|
-
"
|
|
7068
|
+
"S8b": {
|
|
6679
7069
|
"type": "structure",
|
|
6680
7070
|
"members": {
|
|
6681
7071
|
"Item": {
|
|
6682
7072
|
"type": "list",
|
|
6683
7073
|
"member": {
|
|
6684
|
-
"shape": "
|
|
7074
|
+
"shape": "S22"
|
|
6685
7075
|
}
|
|
6686
7076
|
},
|
|
6687
7077
|
"NextToken": {}
|
|
@@ -6690,13 +7080,13 @@
|
|
|
6690
7080
|
"Item"
|
|
6691
7081
|
]
|
|
6692
7082
|
},
|
|
6693
|
-
"
|
|
7083
|
+
"S9h": {
|
|
6694
7084
|
"type": "structure",
|
|
6695
7085
|
"members": {
|
|
6696
7086
|
"Item": {
|
|
6697
7087
|
"type": "list",
|
|
6698
7088
|
"member": {
|
|
6699
|
-
"shape": "
|
|
7089
|
+
"shape": "S44"
|
|
6700
7090
|
}
|
|
6701
7091
|
},
|
|
6702
7092
|
"NextToken": {}
|
|
@@ -6705,7 +7095,7 @@
|
|
|
6705
7095
|
"Item"
|
|
6706
7096
|
]
|
|
6707
7097
|
},
|
|
6708
|
-
"
|
|
7098
|
+
"Sa3": {
|
|
6709
7099
|
"type": "structure",
|
|
6710
7100
|
"members": {
|
|
6711
7101
|
"tags": {
|
|
@@ -6717,7 +7107,7 @@
|
|
|
6717
7107
|
"tags"
|
|
6718
7108
|
]
|
|
6719
7109
|
},
|
|
6720
|
-
"
|
|
7110
|
+
"Sb8": {
|
|
6721
7111
|
"type": "map",
|
|
6722
7112
|
"key": {},
|
|
6723
7113
|
"value": {
|
|
@@ -6729,13 +7119,13 @@
|
|
|
6729
7119
|
},
|
|
6730
7120
|
"RawContent": {},
|
|
6731
7121
|
"Substitutions": {
|
|
6732
|
-
"shape": "
|
|
7122
|
+
"shape": "S59"
|
|
6733
7123
|
},
|
|
6734
7124
|
"TitleOverride": {}
|
|
6735
7125
|
}
|
|
6736
7126
|
}
|
|
6737
7127
|
},
|
|
6738
|
-
"
|
|
7128
|
+
"Sba": {
|
|
6739
7129
|
"type": "structure",
|
|
6740
7130
|
"members": {
|
|
6741
7131
|
"ADMMessage": {
|
|
@@ -6759,7 +7149,7 @@
|
|
|
6759
7149
|
"SmallImageIconUrl": {},
|
|
6760
7150
|
"Sound": {},
|
|
6761
7151
|
"Substitutions": {
|
|
6762
|
-
"shape": "
|
|
7152
|
+
"shape": "S59"
|
|
6763
7153
|
},
|
|
6764
7154
|
"Title": {},
|
|
6765
7155
|
"Url": {}
|
|
@@ -6788,7 +7178,7 @@
|
|
|
6788
7178
|
},
|
|
6789
7179
|
"Sound": {},
|
|
6790
7180
|
"Substitutions": {
|
|
6791
|
-
"shape": "
|
|
7181
|
+
"shape": "S59"
|
|
6792
7182
|
},
|
|
6793
7183
|
"ThreadId": {},
|
|
6794
7184
|
"TimeToLive": {
|
|
@@ -6816,7 +7206,7 @@
|
|
|
6816
7206
|
"SmallImageIconUrl": {},
|
|
6817
7207
|
"Sound": {},
|
|
6818
7208
|
"Substitutions": {
|
|
6819
|
-
"shape": "
|
|
7209
|
+
"shape": "S59"
|
|
6820
7210
|
},
|
|
6821
7211
|
"TimeToLive": {
|
|
6822
7212
|
"type": "integer"
|
|
@@ -6830,7 +7220,7 @@
|
|
|
6830
7220
|
"members": {
|
|
6831
7221
|
"Body": {},
|
|
6832
7222
|
"Substitutions": {
|
|
6833
|
-
"shape": "
|
|
7223
|
+
"shape": "S59"
|
|
6834
7224
|
}
|
|
6835
7225
|
}
|
|
6836
7226
|
},
|
|
@@ -6846,7 +7236,7 @@
|
|
|
6846
7236
|
"type": "boolean"
|
|
6847
7237
|
},
|
|
6848
7238
|
"Substitutions": {
|
|
6849
|
-
"shape": "
|
|
7239
|
+
"shape": "S59"
|
|
6850
7240
|
},
|
|
6851
7241
|
"Title": {},
|
|
6852
7242
|
"Url": {}
|
|
@@ -6867,24 +7257,24 @@
|
|
|
6867
7257
|
}
|
|
6868
7258
|
},
|
|
6869
7259
|
"ReplyToAddresses": {
|
|
6870
|
-
"shape": "
|
|
7260
|
+
"shape": "S14"
|
|
6871
7261
|
},
|
|
6872
7262
|
"SimpleEmail": {
|
|
6873
7263
|
"type": "structure",
|
|
6874
7264
|
"members": {
|
|
6875
7265
|
"HtmlPart": {
|
|
6876
|
-
"shape": "
|
|
7266
|
+
"shape": "Sbk"
|
|
6877
7267
|
},
|
|
6878
7268
|
"Subject": {
|
|
6879
|
-
"shape": "
|
|
7269
|
+
"shape": "Sbk"
|
|
6880
7270
|
},
|
|
6881
7271
|
"TextPart": {
|
|
6882
|
-
"shape": "
|
|
7272
|
+
"shape": "Sbk"
|
|
6883
7273
|
}
|
|
6884
7274
|
}
|
|
6885
7275
|
},
|
|
6886
7276
|
"Substitutions": {
|
|
6887
|
-
"shape": "
|
|
7277
|
+
"shape": "S59"
|
|
6888
7278
|
}
|
|
6889
7279
|
}
|
|
6890
7280
|
},
|
|
@@ -6909,7 +7299,7 @@
|
|
|
6909
7299
|
"SmallImageIconUrl": {},
|
|
6910
7300
|
"Sound": {},
|
|
6911
7301
|
"Substitutions": {
|
|
6912
|
-
"shape": "
|
|
7302
|
+
"shape": "S59"
|
|
6913
7303
|
},
|
|
6914
7304
|
"TimeToLive": {
|
|
6915
7305
|
"type": "integer"
|
|
@@ -6928,7 +7318,7 @@
|
|
|
6928
7318
|
"OriginationNumber": {},
|
|
6929
7319
|
"SenderId": {},
|
|
6930
7320
|
"Substitutions": {
|
|
6931
|
-
"shape": "
|
|
7321
|
+
"shape": "S59"
|
|
6932
7322
|
},
|
|
6933
7323
|
"EntityId": {},
|
|
6934
7324
|
"TemplateId": {}
|
|
@@ -6941,21 +7331,21 @@
|
|
|
6941
7331
|
"LanguageCode": {},
|
|
6942
7332
|
"OriginationNumber": {},
|
|
6943
7333
|
"Substitutions": {
|
|
6944
|
-
"shape": "
|
|
7334
|
+
"shape": "S59"
|
|
6945
7335
|
},
|
|
6946
7336
|
"VoiceId": {}
|
|
6947
7337
|
}
|
|
6948
7338
|
}
|
|
6949
7339
|
}
|
|
6950
7340
|
},
|
|
6951
|
-
"
|
|
7341
|
+
"Sbk": {
|
|
6952
7342
|
"type": "structure",
|
|
6953
7343
|
"members": {
|
|
6954
7344
|
"Charset": {},
|
|
6955
7345
|
"Data": {}
|
|
6956
7346
|
}
|
|
6957
7347
|
},
|
|
6958
|
-
"
|
|
7348
|
+
"Sbq": {
|
|
6959
7349
|
"type": "map",
|
|
6960
7350
|
"key": {},
|
|
6961
7351
|
"value": {
|