aws-sdk 2.93.0 → 2.97.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/.changes/2.94.0.json +32 -0
- package/.changes/2.95.0.json +17 -0
- package/.changes/2.96.0.json +12 -0
- package/.changes/2.97.0.json +22 -0
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/clouddirectory-2016-05-10.min.json +51 -32
- package/apis/codedeploy-2014-10-06.min.json +82 -29
- package/apis/cognito-idp-2016-04-18.min.json +477 -185
- package/apis/config-2014-11-12.min.json +43 -5
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/ec2-2016-11-15.waiters2.json +5 -0
- package/apis/elasticbeanstalk-2010-12-01.min.json +69 -63
- package/apis/elasticloadbalancingv2-2015-12-01.waiters2.json +36 -0
- package/apis/email-2010-12-01.examples.json +2 -0
- package/apis/email-2010-12-01.min.json +54 -45
- package/apis/email-2010-12-01.paginators.json +2 -2
- package/apis/pinpoint-2016-12-01.min.json +287 -142
- package/clients/clouddirectory.d.ts +20 -0
- package/clients/cloudsearchdomain.d.ts +2 -1
- package/clients/codebuild.d.ts +2 -2
- package/clients/codedeploy.d.ts +62 -8
- package/clients/cognitoidentityserviceprovider.d.ts +376 -12
- package/clients/configservice.d.ts +54 -6
- package/clients/ec2.d.ts +12 -8
- package/clients/elasticbeanstalk.d.ts +27 -10
- package/clients/elbv2.d.ts +16 -0
- package/clients/glacier.d.ts +2 -1
- package/clients/lambda.d.ts +2 -1
- package/clients/lexruntime.d.ts +2 -1
- package/clients/pinpoint.d.ts +154 -15
- package/clients/polly.d.ts +2 -1
- package/clients/rds.d.ts +68 -68
- package/clients/s3.d.ts +2 -1
- package/clients/ses.d.ts +25 -15
- package/dist/aws-sdk-core-react-native.js +868 -574
- package/dist/aws-sdk-react-native.js +887 -586
- package/dist/aws-sdk.js +798 -333
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/lib/credentials/credential_provider_chain.d.ts +4 -0
- package/lib/protocol/rest_json.js +8 -0
- package/lib/services/s3.js +8 -1
- package/lib/util.js +14 -1
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +51 -2
|
@@ -9,6 +9,39 @@
|
|
|
9
9
|
"jsonVersion": "1.1"
|
|
10
10
|
},
|
|
11
11
|
"operations": {
|
|
12
|
+
"CreateApp": {
|
|
13
|
+
"http": {
|
|
14
|
+
"requestUri": "/v1/apps",
|
|
15
|
+
"responseCode": 201
|
|
16
|
+
},
|
|
17
|
+
"input": {
|
|
18
|
+
"type": "structure",
|
|
19
|
+
"members": {
|
|
20
|
+
"CreateApplicationRequest": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"members": {
|
|
23
|
+
"Name": {}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"required": [
|
|
28
|
+
"CreateApplicationRequest"
|
|
29
|
+
],
|
|
30
|
+
"payload": "CreateApplicationRequest"
|
|
31
|
+
},
|
|
32
|
+
"output": {
|
|
33
|
+
"type": "structure",
|
|
34
|
+
"members": {
|
|
35
|
+
"ApplicationResponse": {
|
|
36
|
+
"shape": "S5"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": [
|
|
40
|
+
"ApplicationResponse"
|
|
41
|
+
],
|
|
42
|
+
"payload": "ApplicationResponse"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
12
45
|
"CreateCampaign": {
|
|
13
46
|
"http": {
|
|
14
47
|
"requestUri": "/v1/apps/{application-id}/campaigns",
|
|
@@ -22,7 +55,7 @@
|
|
|
22
55
|
"locationName": "application-id"
|
|
23
56
|
},
|
|
24
57
|
"WriteCampaignRequest": {
|
|
25
|
-
"shape": "
|
|
58
|
+
"shape": "S7"
|
|
26
59
|
}
|
|
27
60
|
},
|
|
28
61
|
"required": [
|
|
@@ -35,7 +68,7 @@
|
|
|
35
68
|
"type": "structure",
|
|
36
69
|
"members": {
|
|
37
70
|
"CampaignResponse": {
|
|
38
|
-
"shape": "
|
|
71
|
+
"shape": "Sn"
|
|
39
72
|
}
|
|
40
73
|
},
|
|
41
74
|
"required": [
|
|
@@ -84,7 +117,7 @@
|
|
|
84
117
|
"type": "structure",
|
|
85
118
|
"members": {
|
|
86
119
|
"ImportJobResponse": {
|
|
87
|
-
"shape": "
|
|
120
|
+
"shape": "Sw"
|
|
88
121
|
}
|
|
89
122
|
},
|
|
90
123
|
"required": [
|
|
@@ -106,7 +139,7 @@
|
|
|
106
139
|
"locationName": "application-id"
|
|
107
140
|
},
|
|
108
141
|
"WriteSegmentRequest": {
|
|
109
|
-
"shape": "
|
|
142
|
+
"shape": "S11"
|
|
110
143
|
}
|
|
111
144
|
},
|
|
112
145
|
"required": [
|
|
@@ -119,7 +152,7 @@
|
|
|
119
152
|
"type": "structure",
|
|
120
153
|
"members": {
|
|
121
154
|
"SegmentResponse": {
|
|
122
|
-
"shape": "
|
|
155
|
+
"shape": "S1f"
|
|
123
156
|
}
|
|
124
157
|
},
|
|
125
158
|
"required": [
|
|
@@ -150,7 +183,7 @@
|
|
|
150
183
|
"type": "structure",
|
|
151
184
|
"members": {
|
|
152
185
|
"APNSChannelResponse": {
|
|
153
|
-
"shape": "
|
|
186
|
+
"shape": "S1l"
|
|
154
187
|
}
|
|
155
188
|
},
|
|
156
189
|
"required": [
|
|
@@ -181,7 +214,7 @@
|
|
|
181
214
|
"type": "structure",
|
|
182
215
|
"members": {
|
|
183
216
|
"APNSSandboxChannelResponse": {
|
|
184
|
-
"shape": "
|
|
217
|
+
"shape": "S1o"
|
|
185
218
|
}
|
|
186
219
|
},
|
|
187
220
|
"required": [
|
|
@@ -190,6 +223,37 @@
|
|
|
190
223
|
"payload": "APNSSandboxChannelResponse"
|
|
191
224
|
}
|
|
192
225
|
},
|
|
226
|
+
"DeleteApp": {
|
|
227
|
+
"http": {
|
|
228
|
+
"method": "DELETE",
|
|
229
|
+
"requestUri": "/v1/apps/{application-id}",
|
|
230
|
+
"responseCode": 200
|
|
231
|
+
},
|
|
232
|
+
"input": {
|
|
233
|
+
"type": "structure",
|
|
234
|
+
"members": {
|
|
235
|
+
"ApplicationId": {
|
|
236
|
+
"location": "uri",
|
|
237
|
+
"locationName": "application-id"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"required": [
|
|
241
|
+
"ApplicationId"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"output": {
|
|
245
|
+
"type": "structure",
|
|
246
|
+
"members": {
|
|
247
|
+
"ApplicationResponse": {
|
|
248
|
+
"shape": "S5"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"required": [
|
|
252
|
+
"ApplicationResponse"
|
|
253
|
+
],
|
|
254
|
+
"payload": "ApplicationResponse"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
193
257
|
"DeleteCampaign": {
|
|
194
258
|
"http": {
|
|
195
259
|
"method": "DELETE",
|
|
@@ -217,7 +281,7 @@
|
|
|
217
281
|
"type": "structure",
|
|
218
282
|
"members": {
|
|
219
283
|
"CampaignResponse": {
|
|
220
|
-
"shape": "
|
|
284
|
+
"shape": "Sn"
|
|
221
285
|
}
|
|
222
286
|
},
|
|
223
287
|
"required": [
|
|
@@ -248,7 +312,7 @@
|
|
|
248
312
|
"type": "structure",
|
|
249
313
|
"members": {
|
|
250
314
|
"EmailChannelResponse": {
|
|
251
|
-
"shape": "
|
|
315
|
+
"shape": "S1v"
|
|
252
316
|
}
|
|
253
317
|
},
|
|
254
318
|
"required": [
|
|
@@ -279,7 +343,7 @@
|
|
|
279
343
|
"type": "structure",
|
|
280
344
|
"members": {
|
|
281
345
|
"EventStream": {
|
|
282
|
-
"shape": "
|
|
346
|
+
"shape": "S1y"
|
|
283
347
|
}
|
|
284
348
|
},
|
|
285
349
|
"required": [
|
|
@@ -310,7 +374,7 @@
|
|
|
310
374
|
"type": "structure",
|
|
311
375
|
"members": {
|
|
312
376
|
"GCMChannelResponse": {
|
|
313
|
-
"shape": "
|
|
377
|
+
"shape": "S21"
|
|
314
378
|
}
|
|
315
379
|
},
|
|
316
380
|
"required": [
|
|
@@ -346,7 +410,7 @@
|
|
|
346
410
|
"type": "structure",
|
|
347
411
|
"members": {
|
|
348
412
|
"SegmentResponse": {
|
|
349
|
-
"shape": "
|
|
413
|
+
"shape": "S1f"
|
|
350
414
|
}
|
|
351
415
|
},
|
|
352
416
|
"required": [
|
|
@@ -377,7 +441,7 @@
|
|
|
377
441
|
"type": "structure",
|
|
378
442
|
"members": {
|
|
379
443
|
"SMSChannelResponse": {
|
|
380
|
-
"shape": "
|
|
444
|
+
"shape": "S26"
|
|
381
445
|
}
|
|
382
446
|
},
|
|
383
447
|
"required": [
|
|
@@ -408,7 +472,7 @@
|
|
|
408
472
|
"type": "structure",
|
|
409
473
|
"members": {
|
|
410
474
|
"APNSChannelResponse": {
|
|
411
|
-
"shape": "
|
|
475
|
+
"shape": "S1l"
|
|
412
476
|
}
|
|
413
477
|
},
|
|
414
478
|
"required": [
|
|
@@ -439,7 +503,7 @@
|
|
|
439
503
|
"type": "structure",
|
|
440
504
|
"members": {
|
|
441
505
|
"APNSSandboxChannelResponse": {
|
|
442
|
-
"shape": "
|
|
506
|
+
"shape": "S1o"
|
|
443
507
|
}
|
|
444
508
|
},
|
|
445
509
|
"required": [
|
|
@@ -448,6 +512,37 @@
|
|
|
448
512
|
"payload": "APNSSandboxChannelResponse"
|
|
449
513
|
}
|
|
450
514
|
},
|
|
515
|
+
"GetApp": {
|
|
516
|
+
"http": {
|
|
517
|
+
"method": "GET",
|
|
518
|
+
"requestUri": "/v1/apps/{application-id}",
|
|
519
|
+
"responseCode": 200
|
|
520
|
+
},
|
|
521
|
+
"input": {
|
|
522
|
+
"type": "structure",
|
|
523
|
+
"members": {
|
|
524
|
+
"ApplicationId": {
|
|
525
|
+
"location": "uri",
|
|
526
|
+
"locationName": "application-id"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"required": [
|
|
530
|
+
"ApplicationId"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
"output": {
|
|
534
|
+
"type": "structure",
|
|
535
|
+
"members": {
|
|
536
|
+
"ApplicationResponse": {
|
|
537
|
+
"shape": "S5"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"required": [
|
|
541
|
+
"ApplicationResponse"
|
|
542
|
+
],
|
|
543
|
+
"payload": "ApplicationResponse"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
451
546
|
"GetApplicationSettings": {
|
|
452
547
|
"http": {
|
|
453
548
|
"method": "GET",
|
|
@@ -470,7 +565,7 @@
|
|
|
470
565
|
"type": "structure",
|
|
471
566
|
"members": {
|
|
472
567
|
"ApplicationSettingsResource": {
|
|
473
|
-
"shape": "
|
|
568
|
+
"shape": "S2f"
|
|
474
569
|
}
|
|
475
570
|
},
|
|
476
571
|
"required": [
|
|
@@ -479,6 +574,47 @@
|
|
|
479
574
|
"payload": "ApplicationSettingsResource"
|
|
480
575
|
}
|
|
481
576
|
},
|
|
577
|
+
"GetApps": {
|
|
578
|
+
"http": {
|
|
579
|
+
"method": "GET",
|
|
580
|
+
"requestUri": "/v1/apps",
|
|
581
|
+
"responseCode": 200
|
|
582
|
+
},
|
|
583
|
+
"input": {
|
|
584
|
+
"type": "structure",
|
|
585
|
+
"members": {
|
|
586
|
+
"PageSize": {
|
|
587
|
+
"location": "querystring",
|
|
588
|
+
"locationName": "page-size"
|
|
589
|
+
},
|
|
590
|
+
"Token": {
|
|
591
|
+
"location": "querystring",
|
|
592
|
+
"locationName": "token"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"output": {
|
|
597
|
+
"type": "structure",
|
|
598
|
+
"members": {
|
|
599
|
+
"ApplicationsResponse": {
|
|
600
|
+
"type": "structure",
|
|
601
|
+
"members": {
|
|
602
|
+
"Item": {
|
|
603
|
+
"type": "list",
|
|
604
|
+
"member": {
|
|
605
|
+
"shape": "S5"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"NextToken": {}
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"required": [
|
|
613
|
+
"ApplicationsResponse"
|
|
614
|
+
],
|
|
615
|
+
"payload": "ApplicationsResponse"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
482
618
|
"GetCampaign": {
|
|
483
619
|
"http": {
|
|
484
620
|
"method": "GET",
|
|
@@ -506,7 +642,7 @@
|
|
|
506
642
|
"type": "structure",
|
|
507
643
|
"members": {
|
|
508
644
|
"CampaignResponse": {
|
|
509
|
-
"shape": "
|
|
645
|
+
"shape": "Sn"
|
|
510
646
|
}
|
|
511
647
|
},
|
|
512
648
|
"required": [
|
|
@@ -622,7 +758,7 @@
|
|
|
622
758
|
"type": "structure",
|
|
623
759
|
"members": {
|
|
624
760
|
"CampaignResponse": {
|
|
625
|
-
"shape": "
|
|
761
|
+
"shape": "Sn"
|
|
626
762
|
}
|
|
627
763
|
},
|
|
628
764
|
"required": [
|
|
@@ -666,7 +802,7 @@
|
|
|
666
802
|
"type": "structure",
|
|
667
803
|
"members": {
|
|
668
804
|
"CampaignsResponse": {
|
|
669
|
-
"shape": "
|
|
805
|
+
"shape": "S2v"
|
|
670
806
|
}
|
|
671
807
|
},
|
|
672
808
|
"required": [
|
|
@@ -705,7 +841,7 @@
|
|
|
705
841
|
"type": "structure",
|
|
706
842
|
"members": {
|
|
707
843
|
"CampaignsResponse": {
|
|
708
|
-
"shape": "
|
|
844
|
+
"shape": "S2v"
|
|
709
845
|
}
|
|
710
846
|
},
|
|
711
847
|
"required": [
|
|
@@ -736,7 +872,7 @@
|
|
|
736
872
|
"type": "structure",
|
|
737
873
|
"members": {
|
|
738
874
|
"EmailChannelResponse": {
|
|
739
|
-
"shape": "
|
|
875
|
+
"shape": "S1v"
|
|
740
876
|
}
|
|
741
877
|
},
|
|
742
878
|
"required": [
|
|
@@ -777,27 +913,27 @@
|
|
|
777
913
|
"Address": {},
|
|
778
914
|
"ApplicationId": {},
|
|
779
915
|
"Attributes": {
|
|
780
|
-
"shape": "
|
|
916
|
+
"shape": "S34"
|
|
781
917
|
},
|
|
782
918
|
"ChannelType": {},
|
|
783
919
|
"CohortId": {},
|
|
784
920
|
"CreationDate": {},
|
|
785
921
|
"Demographic": {
|
|
786
|
-
"shape": "
|
|
922
|
+
"shape": "S36"
|
|
787
923
|
},
|
|
788
924
|
"EffectiveDate": {},
|
|
789
925
|
"EndpointStatus": {},
|
|
790
926
|
"Id": {},
|
|
791
927
|
"Location": {
|
|
792
|
-
"shape": "
|
|
928
|
+
"shape": "S37"
|
|
793
929
|
},
|
|
794
930
|
"Metrics": {
|
|
795
|
-
"shape": "
|
|
931
|
+
"shape": "S39"
|
|
796
932
|
},
|
|
797
933
|
"OptOut": {},
|
|
798
934
|
"RequestId": {},
|
|
799
935
|
"User": {
|
|
800
|
-
"shape": "
|
|
936
|
+
"shape": "S3a"
|
|
801
937
|
},
|
|
802
938
|
"ShardId": {}
|
|
803
939
|
}
|
|
@@ -831,7 +967,7 @@
|
|
|
831
967
|
"type": "structure",
|
|
832
968
|
"members": {
|
|
833
969
|
"EventStream": {
|
|
834
|
-
"shape": "
|
|
970
|
+
"shape": "S1y"
|
|
835
971
|
}
|
|
836
972
|
},
|
|
837
973
|
"required": [
|
|
@@ -862,7 +998,7 @@
|
|
|
862
998
|
"type": "structure",
|
|
863
999
|
"members": {
|
|
864
1000
|
"GCMChannelResponse": {
|
|
865
|
-
"shape": "
|
|
1001
|
+
"shape": "S21"
|
|
866
1002
|
}
|
|
867
1003
|
},
|
|
868
1004
|
"required": [
|
|
@@ -898,7 +1034,7 @@
|
|
|
898
1034
|
"type": "structure",
|
|
899
1035
|
"members": {
|
|
900
1036
|
"ImportJobResponse": {
|
|
901
|
-
"shape": "
|
|
1037
|
+
"shape": "Sw"
|
|
902
1038
|
}
|
|
903
1039
|
},
|
|
904
1040
|
"required": [
|
|
@@ -937,7 +1073,7 @@
|
|
|
937
1073
|
"type": "structure",
|
|
938
1074
|
"members": {
|
|
939
1075
|
"ImportJobsResponse": {
|
|
940
|
-
"shape": "
|
|
1076
|
+
"shape": "S3j"
|
|
941
1077
|
}
|
|
942
1078
|
},
|
|
943
1079
|
"required": [
|
|
@@ -973,7 +1109,7 @@
|
|
|
973
1109
|
"type": "structure",
|
|
974
1110
|
"members": {
|
|
975
1111
|
"SegmentResponse": {
|
|
976
|
-
"shape": "
|
|
1112
|
+
"shape": "S1f"
|
|
977
1113
|
}
|
|
978
1114
|
},
|
|
979
1115
|
"required": [
|
|
@@ -1017,7 +1153,7 @@
|
|
|
1017
1153
|
"type": "structure",
|
|
1018
1154
|
"members": {
|
|
1019
1155
|
"ImportJobsResponse": {
|
|
1020
|
-
"shape": "
|
|
1156
|
+
"shape": "S3j"
|
|
1021
1157
|
}
|
|
1022
1158
|
},
|
|
1023
1159
|
"required": [
|
|
@@ -1058,7 +1194,7 @@
|
|
|
1058
1194
|
"type": "structure",
|
|
1059
1195
|
"members": {
|
|
1060
1196
|
"SegmentResponse": {
|
|
1061
|
-
"shape": "
|
|
1197
|
+
"shape": "S1f"
|
|
1062
1198
|
}
|
|
1063
1199
|
},
|
|
1064
1200
|
"required": [
|
|
@@ -1102,7 +1238,7 @@
|
|
|
1102
1238
|
"type": "structure",
|
|
1103
1239
|
"members": {
|
|
1104
1240
|
"SegmentsResponse": {
|
|
1105
|
-
"shape": "
|
|
1241
|
+
"shape": "S3t"
|
|
1106
1242
|
}
|
|
1107
1243
|
},
|
|
1108
1244
|
"required": [
|
|
@@ -1141,7 +1277,7 @@
|
|
|
1141
1277
|
"type": "structure",
|
|
1142
1278
|
"members": {
|
|
1143
1279
|
"SegmentsResponse": {
|
|
1144
|
-
"shape": "
|
|
1280
|
+
"shape": "S3t"
|
|
1145
1281
|
}
|
|
1146
1282
|
},
|
|
1147
1283
|
"required": [
|
|
@@ -1172,7 +1308,7 @@
|
|
|
1172
1308
|
"type": "structure",
|
|
1173
1309
|
"members": {
|
|
1174
1310
|
"SMSChannelResponse": {
|
|
1175
|
-
"shape": "
|
|
1311
|
+
"shape": "S26"
|
|
1176
1312
|
}
|
|
1177
1313
|
},
|
|
1178
1314
|
"required": [
|
|
@@ -1212,7 +1348,7 @@
|
|
|
1212
1348
|
"type": "structure",
|
|
1213
1349
|
"members": {
|
|
1214
1350
|
"EventStream": {
|
|
1215
|
-
"shape": "
|
|
1351
|
+
"shape": "S1y"
|
|
1216
1352
|
}
|
|
1217
1353
|
},
|
|
1218
1354
|
"required": [
|
|
@@ -1245,18 +1381,18 @@
|
|
|
1245
1381
|
"BodyOverride": {},
|
|
1246
1382
|
"ChannelType": {},
|
|
1247
1383
|
"Context": {
|
|
1248
|
-
"shape": "
|
|
1384
|
+
"shape": "S46"
|
|
1249
1385
|
},
|
|
1250
1386
|
"RawContent": {},
|
|
1251
1387
|
"Substitutions": {
|
|
1252
|
-
"shape": "
|
|
1388
|
+
"shape": "S34"
|
|
1253
1389
|
},
|
|
1254
1390
|
"TitleOverride": {}
|
|
1255
1391
|
}
|
|
1256
1392
|
}
|
|
1257
1393
|
},
|
|
1258
1394
|
"Context": {
|
|
1259
|
-
"shape": "
|
|
1395
|
+
"shape": "S46"
|
|
1260
1396
|
},
|
|
1261
1397
|
"MessageConfiguration": {
|
|
1262
1398
|
"type": "structure",
|
|
@@ -1271,7 +1407,7 @@
|
|
|
1271
1407
|
"Body": {},
|
|
1272
1408
|
"Category": {},
|
|
1273
1409
|
"Data": {
|
|
1274
|
-
"shape": "
|
|
1410
|
+
"shape": "S46"
|
|
1275
1411
|
},
|
|
1276
1412
|
"MediaUrl": {},
|
|
1277
1413
|
"RawContent": {},
|
|
@@ -1280,7 +1416,7 @@
|
|
|
1280
1416
|
},
|
|
1281
1417
|
"Sound": {},
|
|
1282
1418
|
"Substitutions": {
|
|
1283
|
-
"shape": "
|
|
1419
|
+
"shape": "S34"
|
|
1284
1420
|
},
|
|
1285
1421
|
"ThreadId": {},
|
|
1286
1422
|
"Title": {},
|
|
@@ -1292,7 +1428,7 @@
|
|
|
1292
1428
|
"members": {
|
|
1293
1429
|
"Body": {},
|
|
1294
1430
|
"Substitutions": {
|
|
1295
|
-
"shape": "
|
|
1431
|
+
"shape": "S34"
|
|
1296
1432
|
}
|
|
1297
1433
|
}
|
|
1298
1434
|
},
|
|
@@ -1302,13 +1438,13 @@
|
|
|
1302
1438
|
"Action": {},
|
|
1303
1439
|
"Body": {},
|
|
1304
1440
|
"Data": {
|
|
1305
|
-
"shape": "
|
|
1441
|
+
"shape": "S46"
|
|
1306
1442
|
},
|
|
1307
1443
|
"SilentPush": {
|
|
1308
1444
|
"type": "boolean"
|
|
1309
1445
|
},
|
|
1310
1446
|
"Substitutions": {
|
|
1311
|
-
"shape": "
|
|
1447
|
+
"shape": "S34"
|
|
1312
1448
|
},
|
|
1313
1449
|
"Title": {},
|
|
1314
1450
|
"Url": {}
|
|
@@ -1321,7 +1457,7 @@
|
|
|
1321
1457
|
"Body": {},
|
|
1322
1458
|
"CollapseKey": {},
|
|
1323
1459
|
"Data": {
|
|
1324
|
-
"shape": "
|
|
1460
|
+
"shape": "S46"
|
|
1325
1461
|
},
|
|
1326
1462
|
"IconReference": {},
|
|
1327
1463
|
"ImageIconUrl": {},
|
|
@@ -1334,7 +1470,7 @@
|
|
|
1334
1470
|
"SmallImageIconUrl": {},
|
|
1335
1471
|
"Sound": {},
|
|
1336
1472
|
"Substitutions": {
|
|
1337
|
-
"shape": "
|
|
1473
|
+
"shape": "S34"
|
|
1338
1474
|
},
|
|
1339
1475
|
"Title": {},
|
|
1340
1476
|
"Url": {}
|
|
@@ -1347,7 +1483,7 @@
|
|
|
1347
1483
|
"MessageType": {},
|
|
1348
1484
|
"SenderId": {},
|
|
1349
1485
|
"Substitutions": {
|
|
1350
|
-
"shape": "
|
|
1486
|
+
"shape": "S34"
|
|
1351
1487
|
}
|
|
1352
1488
|
}
|
|
1353
1489
|
}
|
|
@@ -1428,7 +1564,7 @@
|
|
|
1428
1564
|
"type": "structure",
|
|
1429
1565
|
"members": {
|
|
1430
1566
|
"APNSChannelResponse": {
|
|
1431
|
-
"shape": "
|
|
1567
|
+
"shape": "S1l"
|
|
1432
1568
|
}
|
|
1433
1569
|
},
|
|
1434
1570
|
"required": [
|
|
@@ -1471,7 +1607,7 @@
|
|
|
1471
1607
|
"type": "structure",
|
|
1472
1608
|
"members": {
|
|
1473
1609
|
"APNSSandboxChannelResponse": {
|
|
1474
|
-
"shape": "
|
|
1610
|
+
"shape": "S1o"
|
|
1475
1611
|
}
|
|
1476
1612
|
},
|
|
1477
1613
|
"required": [
|
|
@@ -1497,10 +1633,10 @@
|
|
|
1497
1633
|
"type": "structure",
|
|
1498
1634
|
"members": {
|
|
1499
1635
|
"Limits": {
|
|
1500
|
-
"shape": "
|
|
1636
|
+
"shape": "Sl"
|
|
1501
1637
|
},
|
|
1502
1638
|
"QuietTime": {
|
|
1503
|
-
"shape": "
|
|
1639
|
+
"shape": "Sj"
|
|
1504
1640
|
}
|
|
1505
1641
|
}
|
|
1506
1642
|
}
|
|
@@ -1515,7 +1651,7 @@
|
|
|
1515
1651
|
"type": "structure",
|
|
1516
1652
|
"members": {
|
|
1517
1653
|
"ApplicationSettingsResource": {
|
|
1518
|
-
"shape": "
|
|
1654
|
+
"shape": "S2f"
|
|
1519
1655
|
}
|
|
1520
1656
|
},
|
|
1521
1657
|
"required": [
|
|
@@ -1542,7 +1678,7 @@
|
|
|
1542
1678
|
"locationName": "campaign-id"
|
|
1543
1679
|
},
|
|
1544
1680
|
"WriteCampaignRequest": {
|
|
1545
|
-
"shape": "
|
|
1681
|
+
"shape": "S7"
|
|
1546
1682
|
}
|
|
1547
1683
|
},
|
|
1548
1684
|
"required": [
|
|
@@ -1556,7 +1692,7 @@
|
|
|
1556
1692
|
"type": "structure",
|
|
1557
1693
|
"members": {
|
|
1558
1694
|
"CampaignResponse": {
|
|
1559
|
-
"shape": "
|
|
1695
|
+
"shape": "Sn"
|
|
1560
1696
|
}
|
|
1561
1697
|
},
|
|
1562
1698
|
"required": [
|
|
@@ -1600,7 +1736,7 @@
|
|
|
1600
1736
|
"type": "structure",
|
|
1601
1737
|
"members": {
|
|
1602
1738
|
"EmailChannelResponse": {
|
|
1603
|
-
"shape": "
|
|
1739
|
+
"shape": "S1v"
|
|
1604
1740
|
}
|
|
1605
1741
|
},
|
|
1606
1742
|
"required": [
|
|
@@ -1631,24 +1767,24 @@
|
|
|
1631
1767
|
"members": {
|
|
1632
1768
|
"Address": {},
|
|
1633
1769
|
"Attributes": {
|
|
1634
|
-
"shape": "
|
|
1770
|
+
"shape": "S34"
|
|
1635
1771
|
},
|
|
1636
1772
|
"ChannelType": {},
|
|
1637
1773
|
"Demographic": {
|
|
1638
|
-
"shape": "
|
|
1774
|
+
"shape": "S36"
|
|
1639
1775
|
},
|
|
1640
1776
|
"EffectiveDate": {},
|
|
1641
1777
|
"EndpointStatus": {},
|
|
1642
1778
|
"Location": {
|
|
1643
|
-
"shape": "
|
|
1779
|
+
"shape": "S37"
|
|
1644
1780
|
},
|
|
1645
1781
|
"Metrics": {
|
|
1646
|
-
"shape": "
|
|
1782
|
+
"shape": "S39"
|
|
1647
1783
|
},
|
|
1648
1784
|
"OptOut": {},
|
|
1649
1785
|
"RequestId": {},
|
|
1650
1786
|
"User": {
|
|
1651
|
-
"shape": "
|
|
1787
|
+
"shape": "S3a"
|
|
1652
1788
|
}
|
|
1653
1789
|
}
|
|
1654
1790
|
}
|
|
@@ -1664,7 +1800,7 @@
|
|
|
1664
1800
|
"type": "structure",
|
|
1665
1801
|
"members": {
|
|
1666
1802
|
"MessageBody": {
|
|
1667
|
-
"shape": "
|
|
1803
|
+
"shape": "S4z"
|
|
1668
1804
|
}
|
|
1669
1805
|
},
|
|
1670
1806
|
"required": [
|
|
@@ -1696,25 +1832,25 @@
|
|
|
1696
1832
|
"members": {
|
|
1697
1833
|
"Address": {},
|
|
1698
1834
|
"Attributes": {
|
|
1699
|
-
"shape": "
|
|
1835
|
+
"shape": "S34"
|
|
1700
1836
|
},
|
|
1701
1837
|
"ChannelType": {},
|
|
1702
1838
|
"Demographic": {
|
|
1703
|
-
"shape": "
|
|
1839
|
+
"shape": "S36"
|
|
1704
1840
|
},
|
|
1705
1841
|
"EffectiveDate": {},
|
|
1706
1842
|
"EndpointStatus": {},
|
|
1707
1843
|
"Id": {},
|
|
1708
1844
|
"Location": {
|
|
1709
|
-
"shape": "
|
|
1845
|
+
"shape": "S37"
|
|
1710
1846
|
},
|
|
1711
1847
|
"Metrics": {
|
|
1712
|
-
"shape": "
|
|
1848
|
+
"shape": "S39"
|
|
1713
1849
|
},
|
|
1714
1850
|
"OptOut": {},
|
|
1715
1851
|
"RequestId": {},
|
|
1716
1852
|
"User": {
|
|
1717
|
-
"shape": "
|
|
1853
|
+
"shape": "S3a"
|
|
1718
1854
|
}
|
|
1719
1855
|
}
|
|
1720
1856
|
}
|
|
@@ -1732,7 +1868,7 @@
|
|
|
1732
1868
|
"type": "structure",
|
|
1733
1869
|
"members": {
|
|
1734
1870
|
"MessageBody": {
|
|
1735
|
-
"shape": "
|
|
1871
|
+
"shape": "S4z"
|
|
1736
1872
|
}
|
|
1737
1873
|
},
|
|
1738
1874
|
"required": [
|
|
@@ -1774,7 +1910,7 @@
|
|
|
1774
1910
|
"type": "structure",
|
|
1775
1911
|
"members": {
|
|
1776
1912
|
"GCMChannelResponse": {
|
|
1777
|
-
"shape": "
|
|
1913
|
+
"shape": "S21"
|
|
1778
1914
|
}
|
|
1779
1915
|
},
|
|
1780
1916
|
"required": [
|
|
@@ -1801,7 +1937,7 @@
|
|
|
1801
1937
|
"locationName": "segment-id"
|
|
1802
1938
|
},
|
|
1803
1939
|
"WriteSegmentRequest": {
|
|
1804
|
-
"shape": "
|
|
1940
|
+
"shape": "S11"
|
|
1805
1941
|
}
|
|
1806
1942
|
},
|
|
1807
1943
|
"required": [
|
|
@@ -1815,7 +1951,7 @@
|
|
|
1815
1951
|
"type": "structure",
|
|
1816
1952
|
"members": {
|
|
1817
1953
|
"SegmentResponse": {
|
|
1818
|
-
"shape": "
|
|
1954
|
+
"shape": "S1f"
|
|
1819
1955
|
}
|
|
1820
1956
|
},
|
|
1821
1957
|
"required": [
|
|
@@ -1857,7 +1993,7 @@
|
|
|
1857
1993
|
"type": "structure",
|
|
1858
1994
|
"members": {
|
|
1859
1995
|
"SMSChannelResponse": {
|
|
1860
|
-
"shape": "
|
|
1996
|
+
"shape": "S26"
|
|
1861
1997
|
}
|
|
1862
1998
|
},
|
|
1863
1999
|
"required": [
|
|
@@ -1868,7 +2004,14 @@
|
|
|
1868
2004
|
}
|
|
1869
2005
|
},
|
|
1870
2006
|
"shapes": {
|
|
1871
|
-
"
|
|
2007
|
+
"S5": {
|
|
2008
|
+
"type": "structure",
|
|
2009
|
+
"members": {
|
|
2010
|
+
"Id": {},
|
|
2011
|
+
"Name": {}
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2014
|
+
"S7": {
|
|
1872
2015
|
"type": "structure",
|
|
1873
2016
|
"members": {
|
|
1874
2017
|
"AdditionalTreatments": {
|
|
@@ -1877,10 +2020,10 @@
|
|
|
1877
2020
|
"type": "structure",
|
|
1878
2021
|
"members": {
|
|
1879
2022
|
"MessageConfiguration": {
|
|
1880
|
-
"shape": "
|
|
2023
|
+
"shape": "Sa"
|
|
1881
2024
|
},
|
|
1882
2025
|
"Schedule": {
|
|
1883
|
-
"shape": "
|
|
2026
|
+
"shape": "Sh"
|
|
1884
2027
|
},
|
|
1885
2028
|
"SizePercent": {
|
|
1886
2029
|
"type": "integer"
|
|
@@ -1898,14 +2041,14 @@
|
|
|
1898
2041
|
"type": "boolean"
|
|
1899
2042
|
},
|
|
1900
2043
|
"Limits": {
|
|
1901
|
-
"shape": "
|
|
2044
|
+
"shape": "Sl"
|
|
1902
2045
|
},
|
|
1903
2046
|
"MessageConfiguration": {
|
|
1904
|
-
"shape": "
|
|
2047
|
+
"shape": "Sa"
|
|
1905
2048
|
},
|
|
1906
2049
|
"Name": {},
|
|
1907
2050
|
"Schedule": {
|
|
1908
|
-
"shape": "
|
|
2051
|
+
"shape": "Sh"
|
|
1909
2052
|
},
|
|
1910
2053
|
"SegmentId": {},
|
|
1911
2054
|
"SegmentVersion": {
|
|
@@ -1915,25 +2058,26 @@
|
|
|
1915
2058
|
"TreatmentName": {}
|
|
1916
2059
|
}
|
|
1917
2060
|
},
|
|
1918
|
-
"
|
|
2061
|
+
"Sa": {
|
|
1919
2062
|
"type": "structure",
|
|
1920
2063
|
"members": {
|
|
1921
2064
|
"APNSMessage": {
|
|
1922
|
-
"shape": "
|
|
2065
|
+
"shape": "Sb"
|
|
1923
2066
|
},
|
|
1924
2067
|
"DefaultMessage": {
|
|
1925
|
-
"shape": "
|
|
2068
|
+
"shape": "Sb"
|
|
1926
2069
|
},
|
|
1927
2070
|
"EmailMessage": {
|
|
1928
2071
|
"type": "structure",
|
|
1929
2072
|
"members": {
|
|
1930
2073
|
"Body": {},
|
|
2074
|
+
"FromAddress": {},
|
|
1931
2075
|
"HtmlBody": {},
|
|
1932
2076
|
"Title": {}
|
|
1933
2077
|
}
|
|
1934
2078
|
},
|
|
1935
2079
|
"GCMMessage": {
|
|
1936
|
-
"shape": "
|
|
2080
|
+
"shape": "Sb"
|
|
1937
2081
|
},
|
|
1938
2082
|
"SMSMessage": {
|
|
1939
2083
|
"type": "structure",
|
|
@@ -1945,7 +2089,7 @@
|
|
|
1945
2089
|
}
|
|
1946
2090
|
}
|
|
1947
2091
|
},
|
|
1948
|
-
"
|
|
2092
|
+
"Sb": {
|
|
1949
2093
|
"type": "structure",
|
|
1950
2094
|
"members": {
|
|
1951
2095
|
"Action": {},
|
|
@@ -1955,6 +2099,7 @@
|
|
|
1955
2099
|
"ImageUrl": {},
|
|
1956
2100
|
"JsonBody": {},
|
|
1957
2101
|
"MediaUrl": {},
|
|
2102
|
+
"RawContent": {},
|
|
1958
2103
|
"SilentPush": {
|
|
1959
2104
|
"type": "boolean"
|
|
1960
2105
|
},
|
|
@@ -1962,7 +2107,7 @@
|
|
|
1962
2107
|
"Url": {}
|
|
1963
2108
|
}
|
|
1964
2109
|
},
|
|
1965
|
-
"
|
|
2110
|
+
"Sh": {
|
|
1966
2111
|
"type": "structure",
|
|
1967
2112
|
"members": {
|
|
1968
2113
|
"EndTime": {},
|
|
@@ -1971,20 +2116,20 @@
|
|
|
1971
2116
|
"type": "boolean"
|
|
1972
2117
|
},
|
|
1973
2118
|
"QuietTime": {
|
|
1974
|
-
"shape": "
|
|
2119
|
+
"shape": "Sj"
|
|
1975
2120
|
},
|
|
1976
2121
|
"StartTime": {},
|
|
1977
2122
|
"Timezone": {}
|
|
1978
2123
|
}
|
|
1979
2124
|
},
|
|
1980
|
-
"
|
|
2125
|
+
"Sj": {
|
|
1981
2126
|
"type": "structure",
|
|
1982
2127
|
"members": {
|
|
1983
2128
|
"End": {},
|
|
1984
2129
|
"Start": {}
|
|
1985
2130
|
}
|
|
1986
2131
|
},
|
|
1987
|
-
"
|
|
2132
|
+
"Sl": {
|
|
1988
2133
|
"type": "structure",
|
|
1989
2134
|
"members": {
|
|
1990
2135
|
"Daily": {
|
|
@@ -1995,7 +2140,7 @@
|
|
|
1995
2140
|
}
|
|
1996
2141
|
}
|
|
1997
2142
|
},
|
|
1998
|
-
"
|
|
2143
|
+
"Sn": {
|
|
1999
2144
|
"type": "structure",
|
|
2000
2145
|
"members": {
|
|
2001
2146
|
"AdditionalTreatments": {
|
|
@@ -2005,16 +2150,16 @@
|
|
|
2005
2150
|
"members": {
|
|
2006
2151
|
"Id": {},
|
|
2007
2152
|
"MessageConfiguration": {
|
|
2008
|
-
"shape": "
|
|
2153
|
+
"shape": "Sa"
|
|
2009
2154
|
},
|
|
2010
2155
|
"Schedule": {
|
|
2011
|
-
"shape": "
|
|
2156
|
+
"shape": "Sh"
|
|
2012
2157
|
},
|
|
2013
2158
|
"SizePercent": {
|
|
2014
2159
|
"type": "integer"
|
|
2015
2160
|
},
|
|
2016
2161
|
"State": {
|
|
2017
|
-
"shape": "
|
|
2162
|
+
"shape": "Sq"
|
|
2018
2163
|
},
|
|
2019
2164
|
"TreatmentDescription": {},
|
|
2020
2165
|
"TreatmentName": {}
|
|
@@ -2024,7 +2169,7 @@
|
|
|
2024
2169
|
"ApplicationId": {},
|
|
2025
2170
|
"CreationDate": {},
|
|
2026
2171
|
"DefaultState": {
|
|
2027
|
-
"shape": "
|
|
2172
|
+
"shape": "Sq"
|
|
2028
2173
|
},
|
|
2029
2174
|
"Description": {},
|
|
2030
2175
|
"HoldoutPercent": {
|
|
@@ -2036,21 +2181,21 @@
|
|
|
2036
2181
|
},
|
|
2037
2182
|
"LastModifiedDate": {},
|
|
2038
2183
|
"Limits": {
|
|
2039
|
-
"shape": "
|
|
2184
|
+
"shape": "Sl"
|
|
2040
2185
|
},
|
|
2041
2186
|
"MessageConfiguration": {
|
|
2042
|
-
"shape": "
|
|
2187
|
+
"shape": "Sa"
|
|
2043
2188
|
},
|
|
2044
2189
|
"Name": {},
|
|
2045
2190
|
"Schedule": {
|
|
2046
|
-
"shape": "
|
|
2191
|
+
"shape": "Sh"
|
|
2047
2192
|
},
|
|
2048
2193
|
"SegmentId": {},
|
|
2049
2194
|
"SegmentVersion": {
|
|
2050
2195
|
"type": "integer"
|
|
2051
2196
|
},
|
|
2052
2197
|
"State": {
|
|
2053
|
-
"shape": "
|
|
2198
|
+
"shape": "Sq"
|
|
2054
2199
|
},
|
|
2055
2200
|
"TreatmentDescription": {},
|
|
2056
2201
|
"TreatmentName": {},
|
|
@@ -2059,13 +2204,13 @@
|
|
|
2059
2204
|
}
|
|
2060
2205
|
}
|
|
2061
2206
|
},
|
|
2062
|
-
"
|
|
2207
|
+
"Sq": {
|
|
2063
2208
|
"type": "structure",
|
|
2064
2209
|
"members": {
|
|
2065
2210
|
"CampaignStatus": {}
|
|
2066
2211
|
}
|
|
2067
2212
|
},
|
|
2068
|
-
"
|
|
2213
|
+
"Sw": {
|
|
2069
2214
|
"type": "structure",
|
|
2070
2215
|
"members": {
|
|
2071
2216
|
"ApplicationId": {},
|
|
@@ -2095,7 +2240,7 @@
|
|
|
2095
2240
|
"type": "integer"
|
|
2096
2241
|
},
|
|
2097
2242
|
"Failures": {
|
|
2098
|
-
"shape": "
|
|
2243
|
+
"shape": "Sy"
|
|
2099
2244
|
},
|
|
2100
2245
|
"Id": {},
|
|
2101
2246
|
"JobStatus": {},
|
|
@@ -2111,24 +2256,24 @@
|
|
|
2111
2256
|
"Type": {}
|
|
2112
2257
|
}
|
|
2113
2258
|
},
|
|
2114
|
-
"
|
|
2259
|
+
"Sy": {
|
|
2115
2260
|
"type": "list",
|
|
2116
2261
|
"member": {}
|
|
2117
2262
|
},
|
|
2118
|
-
"
|
|
2263
|
+
"S11": {
|
|
2119
2264
|
"type": "structure",
|
|
2120
2265
|
"members": {
|
|
2121
2266
|
"Dimensions": {
|
|
2122
|
-
"shape": "
|
|
2267
|
+
"shape": "S12"
|
|
2123
2268
|
},
|
|
2124
2269
|
"Name": {}
|
|
2125
2270
|
}
|
|
2126
2271
|
},
|
|
2127
|
-
"
|
|
2272
|
+
"S12": {
|
|
2128
2273
|
"type": "structure",
|
|
2129
2274
|
"members": {
|
|
2130
2275
|
"Attributes": {
|
|
2131
|
-
"shape": "
|
|
2276
|
+
"shape": "S13"
|
|
2132
2277
|
},
|
|
2133
2278
|
"Behavior": {
|
|
2134
2279
|
"type": "structure",
|
|
@@ -2146,22 +2291,22 @@
|
|
|
2146
2291
|
"type": "structure",
|
|
2147
2292
|
"members": {
|
|
2148
2293
|
"AppVersion": {
|
|
2149
|
-
"shape": "
|
|
2294
|
+
"shape": "S1b"
|
|
2150
2295
|
},
|
|
2151
2296
|
"Channel": {
|
|
2152
|
-
"shape": "
|
|
2297
|
+
"shape": "S1b"
|
|
2153
2298
|
},
|
|
2154
2299
|
"DeviceType": {
|
|
2155
|
-
"shape": "
|
|
2300
|
+
"shape": "S1b"
|
|
2156
2301
|
},
|
|
2157
2302
|
"Make": {
|
|
2158
|
-
"shape": "
|
|
2303
|
+
"shape": "S1b"
|
|
2159
2304
|
},
|
|
2160
2305
|
"Model": {
|
|
2161
|
-
"shape": "
|
|
2306
|
+
"shape": "S1b"
|
|
2162
2307
|
},
|
|
2163
2308
|
"Platform": {
|
|
2164
|
-
"shape": "
|
|
2309
|
+
"shape": "S1b"
|
|
2165
2310
|
}
|
|
2166
2311
|
}
|
|
2167
2312
|
},
|
|
@@ -2169,16 +2314,16 @@
|
|
|
2169
2314
|
"type": "structure",
|
|
2170
2315
|
"members": {
|
|
2171
2316
|
"Country": {
|
|
2172
|
-
"shape": "
|
|
2317
|
+
"shape": "S1b"
|
|
2173
2318
|
}
|
|
2174
2319
|
}
|
|
2175
2320
|
},
|
|
2176
2321
|
"UserAttributes": {
|
|
2177
|
-
"shape": "
|
|
2322
|
+
"shape": "S13"
|
|
2178
2323
|
}
|
|
2179
2324
|
}
|
|
2180
2325
|
},
|
|
2181
|
-
"
|
|
2326
|
+
"S13": {
|
|
2182
2327
|
"type": "map",
|
|
2183
2328
|
"key": {},
|
|
2184
2329
|
"value": {
|
|
@@ -2186,27 +2331,27 @@
|
|
|
2186
2331
|
"members": {
|
|
2187
2332
|
"AttributeType": {},
|
|
2188
2333
|
"Values": {
|
|
2189
|
-
"shape": "
|
|
2334
|
+
"shape": "Sy"
|
|
2190
2335
|
}
|
|
2191
2336
|
}
|
|
2192
2337
|
}
|
|
2193
2338
|
},
|
|
2194
|
-
"
|
|
2339
|
+
"S1b": {
|
|
2195
2340
|
"type": "structure",
|
|
2196
2341
|
"members": {
|
|
2197
2342
|
"DimensionType": {},
|
|
2198
2343
|
"Values": {
|
|
2199
|
-
"shape": "
|
|
2344
|
+
"shape": "Sy"
|
|
2200
2345
|
}
|
|
2201
2346
|
}
|
|
2202
2347
|
},
|
|
2203
|
-
"
|
|
2348
|
+
"S1f": {
|
|
2204
2349
|
"type": "structure",
|
|
2205
2350
|
"members": {
|
|
2206
2351
|
"ApplicationId": {},
|
|
2207
2352
|
"CreationDate": {},
|
|
2208
2353
|
"Dimensions": {
|
|
2209
|
-
"shape": "
|
|
2354
|
+
"shape": "S12"
|
|
2210
2355
|
},
|
|
2211
2356
|
"Id": {},
|
|
2212
2357
|
"ImportDefinition": {
|
|
@@ -2236,7 +2381,7 @@
|
|
|
2236
2381
|
}
|
|
2237
2382
|
}
|
|
2238
2383
|
},
|
|
2239
|
-
"
|
|
2384
|
+
"S1l": {
|
|
2240
2385
|
"type": "structure",
|
|
2241
2386
|
"members": {
|
|
2242
2387
|
"ApplicationId": {},
|
|
@@ -2256,7 +2401,7 @@
|
|
|
2256
2401
|
}
|
|
2257
2402
|
}
|
|
2258
2403
|
},
|
|
2259
|
-
"
|
|
2404
|
+
"S1o": {
|
|
2260
2405
|
"type": "structure",
|
|
2261
2406
|
"members": {
|
|
2262
2407
|
"ApplicationId": {},
|
|
@@ -2276,7 +2421,7 @@
|
|
|
2276
2421
|
}
|
|
2277
2422
|
}
|
|
2278
2423
|
},
|
|
2279
|
-
"
|
|
2424
|
+
"S1v": {
|
|
2280
2425
|
"type": "structure",
|
|
2281
2426
|
"members": {
|
|
2282
2427
|
"ApplicationId": {},
|
|
@@ -2299,7 +2444,7 @@
|
|
|
2299
2444
|
}
|
|
2300
2445
|
}
|
|
2301
2446
|
},
|
|
2302
|
-
"
|
|
2447
|
+
"S1y": {
|
|
2303
2448
|
"type": "structure",
|
|
2304
2449
|
"members": {
|
|
2305
2450
|
"ApplicationId": {},
|
|
@@ -2310,7 +2455,7 @@
|
|
|
2310
2455
|
"RoleArn": {}
|
|
2311
2456
|
}
|
|
2312
2457
|
},
|
|
2313
|
-
"
|
|
2458
|
+
"S21": {
|
|
2314
2459
|
"type": "structure",
|
|
2315
2460
|
"members": {
|
|
2316
2461
|
"ApplicationId": {},
|
|
@@ -2331,7 +2476,7 @@
|
|
|
2331
2476
|
}
|
|
2332
2477
|
}
|
|
2333
2478
|
},
|
|
2334
|
-
"
|
|
2479
|
+
"S26": {
|
|
2335
2480
|
"type": "structure",
|
|
2336
2481
|
"members": {
|
|
2337
2482
|
"ApplicationId": {},
|
|
@@ -2353,39 +2498,39 @@
|
|
|
2353
2498
|
}
|
|
2354
2499
|
}
|
|
2355
2500
|
},
|
|
2356
|
-
"
|
|
2501
|
+
"S2f": {
|
|
2357
2502
|
"type": "structure",
|
|
2358
2503
|
"members": {
|
|
2359
2504
|
"ApplicationId": {},
|
|
2360
2505
|
"LastModifiedDate": {},
|
|
2361
2506
|
"Limits": {
|
|
2362
|
-
"shape": "
|
|
2507
|
+
"shape": "Sl"
|
|
2363
2508
|
},
|
|
2364
2509
|
"QuietTime": {
|
|
2365
|
-
"shape": "
|
|
2510
|
+
"shape": "Sj"
|
|
2366
2511
|
}
|
|
2367
2512
|
}
|
|
2368
2513
|
},
|
|
2369
|
-
"
|
|
2514
|
+
"S2v": {
|
|
2370
2515
|
"type": "structure",
|
|
2371
2516
|
"members": {
|
|
2372
2517
|
"Item": {
|
|
2373
2518
|
"type": "list",
|
|
2374
2519
|
"member": {
|
|
2375
|
-
"shape": "
|
|
2520
|
+
"shape": "Sn"
|
|
2376
2521
|
}
|
|
2377
2522
|
},
|
|
2378
2523
|
"NextToken": {}
|
|
2379
2524
|
}
|
|
2380
2525
|
},
|
|
2381
|
-
"
|
|
2526
|
+
"S34": {
|
|
2382
2527
|
"type": "map",
|
|
2383
2528
|
"key": {},
|
|
2384
2529
|
"value": {
|
|
2385
|
-
"shape": "
|
|
2530
|
+
"shape": "Sy"
|
|
2386
2531
|
}
|
|
2387
2532
|
},
|
|
2388
|
-
"
|
|
2533
|
+
"S36": {
|
|
2389
2534
|
"type": "structure",
|
|
2390
2535
|
"members": {
|
|
2391
2536
|
"AppVersion": {},
|
|
@@ -2398,7 +2543,7 @@
|
|
|
2398
2543
|
"Timezone": {}
|
|
2399
2544
|
}
|
|
2400
2545
|
},
|
|
2401
|
-
"
|
|
2546
|
+
"S37": {
|
|
2402
2547
|
"type": "structure",
|
|
2403
2548
|
"members": {
|
|
2404
2549
|
"City": {},
|
|
@@ -2413,52 +2558,52 @@
|
|
|
2413
2558
|
"Region": {}
|
|
2414
2559
|
}
|
|
2415
2560
|
},
|
|
2416
|
-
"
|
|
2561
|
+
"S39": {
|
|
2417
2562
|
"type": "map",
|
|
2418
2563
|
"key": {},
|
|
2419
2564
|
"value": {
|
|
2420
2565
|
"type": "double"
|
|
2421
2566
|
}
|
|
2422
2567
|
},
|
|
2423
|
-
"
|
|
2568
|
+
"S3a": {
|
|
2424
2569
|
"type": "structure",
|
|
2425
2570
|
"members": {
|
|
2426
2571
|
"UserAttributes": {
|
|
2427
|
-
"shape": "
|
|
2572
|
+
"shape": "S34"
|
|
2428
2573
|
},
|
|
2429
2574
|
"UserId": {}
|
|
2430
2575
|
}
|
|
2431
2576
|
},
|
|
2432
|
-
"
|
|
2577
|
+
"S3j": {
|
|
2433
2578
|
"type": "structure",
|
|
2434
2579
|
"members": {
|
|
2435
2580
|
"Item": {
|
|
2436
2581
|
"type": "list",
|
|
2437
2582
|
"member": {
|
|
2438
|
-
"shape": "
|
|
2583
|
+
"shape": "Sw"
|
|
2439
2584
|
}
|
|
2440
2585
|
},
|
|
2441
2586
|
"NextToken": {}
|
|
2442
2587
|
}
|
|
2443
2588
|
},
|
|
2444
|
-
"
|
|
2589
|
+
"S3t": {
|
|
2445
2590
|
"type": "structure",
|
|
2446
2591
|
"members": {
|
|
2447
2592
|
"Item": {
|
|
2448
2593
|
"type": "list",
|
|
2449
2594
|
"member": {
|
|
2450
|
-
"shape": "
|
|
2595
|
+
"shape": "S1f"
|
|
2451
2596
|
}
|
|
2452
2597
|
},
|
|
2453
2598
|
"NextToken": {}
|
|
2454
2599
|
}
|
|
2455
2600
|
},
|
|
2456
|
-
"
|
|
2601
|
+
"S46": {
|
|
2457
2602
|
"type": "map",
|
|
2458
2603
|
"key": {},
|
|
2459
2604
|
"value": {}
|
|
2460
2605
|
},
|
|
2461
|
-
"
|
|
2606
|
+
"S4z": {
|
|
2462
2607
|
"type": "structure",
|
|
2463
2608
|
"members": {
|
|
2464
2609
|
"Message": {},
|