aws-sdk 2.1004.0 → 2.1008.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 +24 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +62 -56
- package/apis/ec2-2016-11-15.min.json +813 -781
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/robomaker-2018-06-29.min.json +213 -200
- package/apis/sagemaker-2017-07-24.min.json +1 -2
- package/apis/storagegateway-2013-06-30.min.json +53 -9
- package/apis/workmail-2017-10-01.min.json +156 -27
- package/apis/workmail-2017-10-01.paginators.json +5 -0
- package/clients/autoscaling.d.ts +12 -8
- package/clients/configservice.d.ts +1 -1
- package/clients/ec2.d.ts +128 -86
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +18 -1
- package/clients/frauddetector.d.ts +434 -26
- package/clients/kinesisanalyticsv2.d.ts +30 -30
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/robomaker.d.ts +54 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/storagegateway.d.ts +85 -33
- package/clients/workmail.d.ts +171 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +963 -875
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -97,6 +97,53 @@
|
|
|
97
97
|
"type": "structure"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
+
"CreatePrefetchSchedule": {
|
|
101
|
+
"http": {
|
|
102
|
+
"requestUri": "/prefetchSchedule/{PlaybackConfigurationName}/{Name}",
|
|
103
|
+
"responseCode": 200
|
|
104
|
+
},
|
|
105
|
+
"input": {
|
|
106
|
+
"members": {
|
|
107
|
+
"Consumption": {
|
|
108
|
+
"shape": "Sj"
|
|
109
|
+
},
|
|
110
|
+
"Name": {
|
|
111
|
+
"location": "uri",
|
|
112
|
+
"locationName": "Name"
|
|
113
|
+
},
|
|
114
|
+
"PlaybackConfigurationName": {
|
|
115
|
+
"location": "uri",
|
|
116
|
+
"locationName": "PlaybackConfigurationName"
|
|
117
|
+
},
|
|
118
|
+
"Retrieval": {
|
|
119
|
+
"shape": "Sn"
|
|
120
|
+
},
|
|
121
|
+
"StreamId": {}
|
|
122
|
+
},
|
|
123
|
+
"required": [
|
|
124
|
+
"Name",
|
|
125
|
+
"PlaybackConfigurationName",
|
|
126
|
+
"Consumption",
|
|
127
|
+
"Retrieval"
|
|
128
|
+
],
|
|
129
|
+
"type": "structure"
|
|
130
|
+
},
|
|
131
|
+
"output": {
|
|
132
|
+
"members": {
|
|
133
|
+
"Arn": {},
|
|
134
|
+
"Consumption": {
|
|
135
|
+
"shape": "Sj"
|
|
136
|
+
},
|
|
137
|
+
"Name": {},
|
|
138
|
+
"PlaybackConfigurationName": {},
|
|
139
|
+
"Retrieval": {
|
|
140
|
+
"shape": "Sn"
|
|
141
|
+
},
|
|
142
|
+
"StreamId": {}
|
|
143
|
+
},
|
|
144
|
+
"type": "structure"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
100
147
|
"CreateProgram": {
|
|
101
148
|
"http": {
|
|
102
149
|
"requestUri": "/channel/{channelName}/program/{programName}",
|
|
@@ -105,7 +152,7 @@
|
|
|
105
152
|
"input": {
|
|
106
153
|
"members": {
|
|
107
154
|
"AdBreaks": {
|
|
108
|
-
"shape": "
|
|
155
|
+
"shape": "Sq"
|
|
109
156
|
},
|
|
110
157
|
"ChannelName": {
|
|
111
158
|
"location": "uri",
|
|
@@ -153,7 +200,7 @@
|
|
|
153
200
|
"output": {
|
|
154
201
|
"members": {
|
|
155
202
|
"AdBreaks": {
|
|
156
|
-
"shape": "
|
|
203
|
+
"shape": "Sq"
|
|
157
204
|
},
|
|
158
205
|
"Arn": {},
|
|
159
206
|
"ChannelName": {},
|
|
@@ -178,13 +225,13 @@
|
|
|
178
225
|
"input": {
|
|
179
226
|
"members": {
|
|
180
227
|
"AccessConfiguration": {
|
|
181
|
-
"shape": "
|
|
228
|
+
"shape": "S10"
|
|
182
229
|
},
|
|
183
230
|
"DefaultSegmentDeliveryConfiguration": {
|
|
184
|
-
"shape": "
|
|
231
|
+
"shape": "S13"
|
|
185
232
|
},
|
|
186
233
|
"HttpConfiguration": {
|
|
187
|
-
"shape": "
|
|
234
|
+
"shape": "S14"
|
|
188
235
|
},
|
|
189
236
|
"SourceLocationName": {
|
|
190
237
|
"location": "uri",
|
|
@@ -204,17 +251,17 @@
|
|
|
204
251
|
"output": {
|
|
205
252
|
"members": {
|
|
206
253
|
"AccessConfiguration": {
|
|
207
|
-
"shape": "
|
|
254
|
+
"shape": "S10"
|
|
208
255
|
},
|
|
209
256
|
"Arn": {},
|
|
210
257
|
"CreationTime": {
|
|
211
258
|
"shape": "Sf"
|
|
212
259
|
},
|
|
213
260
|
"DefaultSegmentDeliveryConfiguration": {
|
|
214
|
-
"shape": "
|
|
261
|
+
"shape": "S13"
|
|
215
262
|
},
|
|
216
263
|
"HttpConfiguration": {
|
|
217
|
-
"shape": "
|
|
264
|
+
"shape": "S14"
|
|
218
265
|
},
|
|
219
266
|
"LastModifiedTime": {
|
|
220
267
|
"shape": "Sf"
|
|
@@ -236,7 +283,7 @@
|
|
|
236
283
|
"input": {
|
|
237
284
|
"members": {
|
|
238
285
|
"HttpPackageConfigurations": {
|
|
239
|
-
"shape": "
|
|
286
|
+
"shape": "S17"
|
|
240
287
|
},
|
|
241
288
|
"SourceLocationName": {
|
|
242
289
|
"location": "uri",
|
|
@@ -265,7 +312,7 @@
|
|
|
265
312
|
"shape": "Sf"
|
|
266
313
|
},
|
|
267
314
|
"HttpPackageConfigurations": {
|
|
268
|
-
"shape": "
|
|
315
|
+
"shape": "S17"
|
|
269
316
|
},
|
|
270
317
|
"LastModifiedTime": {
|
|
271
318
|
"shape": "Sf"
|
|
@@ -349,6 +396,34 @@
|
|
|
349
396
|
"type": "structure"
|
|
350
397
|
}
|
|
351
398
|
},
|
|
399
|
+
"DeletePrefetchSchedule": {
|
|
400
|
+
"http": {
|
|
401
|
+
"method": "DELETE",
|
|
402
|
+
"requestUri": "/prefetchSchedule/{PlaybackConfigurationName}/{Name}",
|
|
403
|
+
"responseCode": 204
|
|
404
|
+
},
|
|
405
|
+
"input": {
|
|
406
|
+
"members": {
|
|
407
|
+
"Name": {
|
|
408
|
+
"location": "uri",
|
|
409
|
+
"locationName": "Name"
|
|
410
|
+
},
|
|
411
|
+
"PlaybackConfigurationName": {
|
|
412
|
+
"location": "uri",
|
|
413
|
+
"locationName": "PlaybackConfigurationName"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"required": [
|
|
417
|
+
"Name",
|
|
418
|
+
"PlaybackConfigurationName"
|
|
419
|
+
],
|
|
420
|
+
"type": "structure"
|
|
421
|
+
},
|
|
422
|
+
"output": {
|
|
423
|
+
"members": {},
|
|
424
|
+
"type": "structure"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
352
427
|
"DeleteProgram": {
|
|
353
428
|
"http": {
|
|
354
429
|
"method": "DELETE",
|
|
@@ -498,7 +573,7 @@
|
|
|
498
573
|
"output": {
|
|
499
574
|
"members": {
|
|
500
575
|
"AdBreaks": {
|
|
501
|
-
"shape": "
|
|
576
|
+
"shape": "Sq"
|
|
502
577
|
},
|
|
503
578
|
"Arn": {},
|
|
504
579
|
"ChannelName": {},
|
|
@@ -536,17 +611,17 @@
|
|
|
536
611
|
"output": {
|
|
537
612
|
"members": {
|
|
538
613
|
"AccessConfiguration": {
|
|
539
|
-
"shape": "
|
|
614
|
+
"shape": "S10"
|
|
540
615
|
},
|
|
541
616
|
"Arn": {},
|
|
542
617
|
"CreationTime": {
|
|
543
618
|
"shape": "Sf"
|
|
544
619
|
},
|
|
545
620
|
"DefaultSegmentDeliveryConfiguration": {
|
|
546
|
-
"shape": "
|
|
621
|
+
"shape": "S13"
|
|
547
622
|
},
|
|
548
623
|
"HttpConfiguration": {
|
|
549
|
-
"shape": "
|
|
624
|
+
"shape": "S14"
|
|
550
625
|
},
|
|
551
626
|
"LastModifiedTime": {
|
|
552
627
|
"shape": "Sf"
|
|
@@ -590,7 +665,7 @@
|
|
|
590
665
|
"shape": "Sf"
|
|
591
666
|
},
|
|
592
667
|
"HttpPackageConfigurations": {
|
|
593
|
-
"shape": "
|
|
668
|
+
"shape": "S17"
|
|
594
669
|
},
|
|
595
670
|
"LastModifiedTime": {
|
|
596
671
|
"shape": "Sf"
|
|
@@ -733,31 +808,31 @@
|
|
|
733
808
|
"members": {
|
|
734
809
|
"AdDecisionServerUrl": {},
|
|
735
810
|
"AvailSuppression": {
|
|
736
|
-
"shape": "
|
|
811
|
+
"shape": "S29"
|
|
737
812
|
},
|
|
738
813
|
"Bumper": {
|
|
739
|
-
"shape": "
|
|
814
|
+
"shape": "S2b"
|
|
740
815
|
},
|
|
741
816
|
"CdnConfiguration": {
|
|
742
|
-
"shape": "
|
|
817
|
+
"shape": "S2c"
|
|
743
818
|
},
|
|
744
819
|
"ConfigurationAliases": {
|
|
745
|
-
"shape": "
|
|
820
|
+
"shape": "S2d"
|
|
746
821
|
},
|
|
747
822
|
"DashConfiguration": {
|
|
748
|
-
"shape": "
|
|
823
|
+
"shape": "S2e"
|
|
749
824
|
},
|
|
750
825
|
"HlsConfiguration": {
|
|
751
|
-
"shape": "
|
|
826
|
+
"shape": "S2g"
|
|
752
827
|
},
|
|
753
828
|
"LivePreRollConfiguration": {
|
|
754
|
-
"shape": "
|
|
829
|
+
"shape": "S2h"
|
|
755
830
|
},
|
|
756
831
|
"LogConfiguration": {
|
|
757
|
-
"shape": "
|
|
832
|
+
"shape": "S2i"
|
|
758
833
|
},
|
|
759
834
|
"ManifestProcessingRules": {
|
|
760
|
-
"shape": "
|
|
835
|
+
"shape": "S2j"
|
|
761
836
|
},
|
|
762
837
|
"Name": {},
|
|
763
838
|
"PersonalizationThresholdSeconds": {
|
|
@@ -777,6 +852,45 @@
|
|
|
777
852
|
"type": "structure"
|
|
778
853
|
}
|
|
779
854
|
},
|
|
855
|
+
"GetPrefetchSchedule": {
|
|
856
|
+
"http": {
|
|
857
|
+
"method": "GET",
|
|
858
|
+
"requestUri": "/prefetchSchedule/{PlaybackConfigurationName}/{Name}",
|
|
859
|
+
"responseCode": 200
|
|
860
|
+
},
|
|
861
|
+
"input": {
|
|
862
|
+
"members": {
|
|
863
|
+
"Name": {
|
|
864
|
+
"location": "uri",
|
|
865
|
+
"locationName": "Name"
|
|
866
|
+
},
|
|
867
|
+
"PlaybackConfigurationName": {
|
|
868
|
+
"location": "uri",
|
|
869
|
+
"locationName": "PlaybackConfigurationName"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"required": [
|
|
873
|
+
"Name",
|
|
874
|
+
"PlaybackConfigurationName"
|
|
875
|
+
],
|
|
876
|
+
"type": "structure"
|
|
877
|
+
},
|
|
878
|
+
"output": {
|
|
879
|
+
"members": {
|
|
880
|
+
"Arn": {},
|
|
881
|
+
"Consumption": {
|
|
882
|
+
"shape": "Sj"
|
|
883
|
+
},
|
|
884
|
+
"Name": {},
|
|
885
|
+
"PlaybackConfigurationName": {},
|
|
886
|
+
"Retrieval": {
|
|
887
|
+
"shape": "Sn"
|
|
888
|
+
},
|
|
889
|
+
"StreamId": {}
|
|
890
|
+
},
|
|
891
|
+
"type": "structure"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
780
894
|
"ListAlerts": {
|
|
781
895
|
"http": {
|
|
782
896
|
"method": "GET",
|
|
@@ -815,7 +929,7 @@
|
|
|
815
929
|
"shape": "Sf"
|
|
816
930
|
},
|
|
817
931
|
"RelatedResourceArns": {
|
|
818
|
-
"shape": "
|
|
932
|
+
"shape": "S2t"
|
|
819
933
|
},
|
|
820
934
|
"ResourceArn": {}
|
|
821
935
|
},
|
|
@@ -924,31 +1038,31 @@
|
|
|
924
1038
|
"members": {
|
|
925
1039
|
"AdDecisionServerUrl": {},
|
|
926
1040
|
"AvailSuppression": {
|
|
927
|
-
"shape": "
|
|
1041
|
+
"shape": "S29"
|
|
928
1042
|
},
|
|
929
1043
|
"Bumper": {
|
|
930
|
-
"shape": "
|
|
1044
|
+
"shape": "S2b"
|
|
931
1045
|
},
|
|
932
1046
|
"CdnConfiguration": {
|
|
933
|
-
"shape": "
|
|
1047
|
+
"shape": "S2c"
|
|
934
1048
|
},
|
|
935
1049
|
"ConfigurationAliases": {
|
|
936
|
-
"shape": "
|
|
1050
|
+
"shape": "S2d"
|
|
937
1051
|
},
|
|
938
1052
|
"DashConfiguration": {
|
|
939
|
-
"shape": "
|
|
1053
|
+
"shape": "S2e"
|
|
940
1054
|
},
|
|
941
1055
|
"HlsConfiguration": {
|
|
942
|
-
"shape": "
|
|
1056
|
+
"shape": "S2g"
|
|
943
1057
|
},
|
|
944
1058
|
"LivePreRollConfiguration": {
|
|
945
|
-
"shape": "
|
|
1059
|
+
"shape": "S2h"
|
|
946
1060
|
},
|
|
947
1061
|
"LogConfiguration": {
|
|
948
|
-
"shape": "
|
|
1062
|
+
"shape": "S2i"
|
|
949
1063
|
},
|
|
950
1064
|
"ManifestProcessingRules": {
|
|
951
|
-
"shape": "
|
|
1065
|
+
"shape": "S2j"
|
|
952
1066
|
},
|
|
953
1067
|
"Name": {},
|
|
954
1068
|
"PersonalizationThresholdSeconds": {
|
|
@@ -974,6 +1088,60 @@
|
|
|
974
1088
|
"type": "structure"
|
|
975
1089
|
}
|
|
976
1090
|
},
|
|
1091
|
+
"ListPrefetchSchedules": {
|
|
1092
|
+
"http": {
|
|
1093
|
+
"requestUri": "/prefetchSchedule/{PlaybackConfigurationName}",
|
|
1094
|
+
"responseCode": 200
|
|
1095
|
+
},
|
|
1096
|
+
"input": {
|
|
1097
|
+
"members": {
|
|
1098
|
+
"MaxResults": {
|
|
1099
|
+
"type": "integer"
|
|
1100
|
+
},
|
|
1101
|
+
"NextToken": {},
|
|
1102
|
+
"PlaybackConfigurationName": {
|
|
1103
|
+
"location": "uri",
|
|
1104
|
+
"locationName": "PlaybackConfigurationName"
|
|
1105
|
+
},
|
|
1106
|
+
"StreamId": {}
|
|
1107
|
+
},
|
|
1108
|
+
"required": [
|
|
1109
|
+
"PlaybackConfigurationName"
|
|
1110
|
+
],
|
|
1111
|
+
"type": "structure"
|
|
1112
|
+
},
|
|
1113
|
+
"output": {
|
|
1114
|
+
"members": {
|
|
1115
|
+
"Items": {
|
|
1116
|
+
"member": {
|
|
1117
|
+
"members": {
|
|
1118
|
+
"Arn": {},
|
|
1119
|
+
"Consumption": {
|
|
1120
|
+
"shape": "Sj"
|
|
1121
|
+
},
|
|
1122
|
+
"Name": {},
|
|
1123
|
+
"PlaybackConfigurationName": {},
|
|
1124
|
+
"Retrieval": {
|
|
1125
|
+
"shape": "Sn"
|
|
1126
|
+
},
|
|
1127
|
+
"StreamId": {}
|
|
1128
|
+
},
|
|
1129
|
+
"required": [
|
|
1130
|
+
"Retrieval",
|
|
1131
|
+
"Consumption",
|
|
1132
|
+
"Arn",
|
|
1133
|
+
"PlaybackConfigurationName",
|
|
1134
|
+
"Name"
|
|
1135
|
+
],
|
|
1136
|
+
"type": "structure"
|
|
1137
|
+
},
|
|
1138
|
+
"type": "list"
|
|
1139
|
+
},
|
|
1140
|
+
"NextToken": {}
|
|
1141
|
+
},
|
|
1142
|
+
"type": "structure"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
977
1145
|
"ListSourceLocations": {
|
|
978
1146
|
"http": {
|
|
979
1147
|
"method": "GET",
|
|
@@ -1000,17 +1168,17 @@
|
|
|
1000
1168
|
"member": {
|
|
1001
1169
|
"members": {
|
|
1002
1170
|
"AccessConfiguration": {
|
|
1003
|
-
"shape": "
|
|
1171
|
+
"shape": "S10"
|
|
1004
1172
|
},
|
|
1005
1173
|
"Arn": {},
|
|
1006
1174
|
"CreationTime": {
|
|
1007
1175
|
"shape": "Sf"
|
|
1008
1176
|
},
|
|
1009
1177
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1010
|
-
"shape": "
|
|
1178
|
+
"shape": "S13"
|
|
1011
1179
|
},
|
|
1012
1180
|
"HttpConfiguration": {
|
|
1013
|
-
"shape": "
|
|
1181
|
+
"shape": "S14"
|
|
1014
1182
|
},
|
|
1015
1183
|
"LastModifiedTime": {
|
|
1016
1184
|
"shape": "Sf"
|
|
@@ -1100,7 +1268,7 @@
|
|
|
1100
1268
|
"shape": "Sf"
|
|
1101
1269
|
},
|
|
1102
1270
|
"HttpPackageConfigurations": {
|
|
1103
|
-
"shape": "
|
|
1271
|
+
"shape": "S17"
|
|
1104
1272
|
},
|
|
1105
1273
|
"LastModifiedTime": {
|
|
1106
1274
|
"shape": "Sf"
|
|
@@ -1162,13 +1330,13 @@
|
|
|
1162
1330
|
"members": {
|
|
1163
1331
|
"AdDecisionServerUrl": {},
|
|
1164
1332
|
"AvailSuppression": {
|
|
1165
|
-
"shape": "
|
|
1333
|
+
"shape": "S29"
|
|
1166
1334
|
},
|
|
1167
1335
|
"Bumper": {
|
|
1168
|
-
"shape": "
|
|
1336
|
+
"shape": "S2b"
|
|
1169
1337
|
},
|
|
1170
1338
|
"CdnConfiguration": {
|
|
1171
|
-
"shape": "
|
|
1339
|
+
"shape": "S2c"
|
|
1172
1340
|
},
|
|
1173
1341
|
"ConfigurationAliases": {
|
|
1174
1342
|
"key": {},
|
|
@@ -1185,10 +1353,10 @@
|
|
|
1185
1353
|
"type": "structure"
|
|
1186
1354
|
},
|
|
1187
1355
|
"LivePreRollConfiguration": {
|
|
1188
|
-
"shape": "
|
|
1356
|
+
"shape": "S2h"
|
|
1189
1357
|
},
|
|
1190
1358
|
"ManifestProcessingRules": {
|
|
1191
|
-
"shape": "
|
|
1359
|
+
"shape": "S2j"
|
|
1192
1360
|
},
|
|
1193
1361
|
"Name": {},
|
|
1194
1362
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1208,31 +1376,31 @@
|
|
|
1208
1376
|
"members": {
|
|
1209
1377
|
"AdDecisionServerUrl": {},
|
|
1210
1378
|
"AvailSuppression": {
|
|
1211
|
-
"shape": "
|
|
1379
|
+
"shape": "S29"
|
|
1212
1380
|
},
|
|
1213
1381
|
"Bumper": {
|
|
1214
|
-
"shape": "
|
|
1382
|
+
"shape": "S2b"
|
|
1215
1383
|
},
|
|
1216
1384
|
"CdnConfiguration": {
|
|
1217
|
-
"shape": "
|
|
1385
|
+
"shape": "S2c"
|
|
1218
1386
|
},
|
|
1219
1387
|
"ConfigurationAliases": {
|
|
1220
|
-
"shape": "
|
|
1388
|
+
"shape": "S2d"
|
|
1221
1389
|
},
|
|
1222
1390
|
"DashConfiguration": {
|
|
1223
|
-
"shape": "
|
|
1391
|
+
"shape": "S2e"
|
|
1224
1392
|
},
|
|
1225
1393
|
"HlsConfiguration": {
|
|
1226
|
-
"shape": "
|
|
1394
|
+
"shape": "S2g"
|
|
1227
1395
|
},
|
|
1228
1396
|
"LivePreRollConfiguration": {
|
|
1229
|
-
"shape": "
|
|
1397
|
+
"shape": "S2h"
|
|
1230
1398
|
},
|
|
1231
1399
|
"LogConfiguration": {
|
|
1232
|
-
"shape": "
|
|
1400
|
+
"shape": "S2i"
|
|
1233
1401
|
},
|
|
1234
1402
|
"ManifestProcessingRules": {
|
|
1235
|
-
"shape": "
|
|
1403
|
+
"shape": "S2j"
|
|
1236
1404
|
},
|
|
1237
1405
|
"Name": {},
|
|
1238
1406
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1336,7 +1504,7 @@
|
|
|
1336
1504
|
"TagKeys": {
|
|
1337
1505
|
"location": "querystring",
|
|
1338
1506
|
"locationName": "tagKeys",
|
|
1339
|
-
"shape": "
|
|
1507
|
+
"shape": "S2t"
|
|
1340
1508
|
}
|
|
1341
1509
|
},
|
|
1342
1510
|
"required": [
|
|
@@ -1403,13 +1571,13 @@
|
|
|
1403
1571
|
"input": {
|
|
1404
1572
|
"members": {
|
|
1405
1573
|
"AccessConfiguration": {
|
|
1406
|
-
"shape": "
|
|
1574
|
+
"shape": "S10"
|
|
1407
1575
|
},
|
|
1408
1576
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1409
|
-
"shape": "
|
|
1577
|
+
"shape": "S13"
|
|
1410
1578
|
},
|
|
1411
1579
|
"HttpConfiguration": {
|
|
1412
|
-
"shape": "
|
|
1580
|
+
"shape": "S14"
|
|
1413
1581
|
},
|
|
1414
1582
|
"SourceLocationName": {
|
|
1415
1583
|
"location": "uri",
|
|
@@ -1425,17 +1593,17 @@
|
|
|
1425
1593
|
"output": {
|
|
1426
1594
|
"members": {
|
|
1427
1595
|
"AccessConfiguration": {
|
|
1428
|
-
"shape": "
|
|
1596
|
+
"shape": "S10"
|
|
1429
1597
|
},
|
|
1430
1598
|
"Arn": {},
|
|
1431
1599
|
"CreationTime": {
|
|
1432
1600
|
"shape": "Sf"
|
|
1433
1601
|
},
|
|
1434
1602
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1435
|
-
"shape": "
|
|
1603
|
+
"shape": "S13"
|
|
1436
1604
|
},
|
|
1437
1605
|
"HttpConfiguration": {
|
|
1438
|
-
"shape": "
|
|
1606
|
+
"shape": "S14"
|
|
1439
1607
|
},
|
|
1440
1608
|
"LastModifiedTime": {
|
|
1441
1609
|
"shape": "Sf"
|
|
@@ -1458,7 +1626,7 @@
|
|
|
1458
1626
|
"input": {
|
|
1459
1627
|
"members": {
|
|
1460
1628
|
"HttpPackageConfigurations": {
|
|
1461
|
-
"shape": "
|
|
1629
|
+
"shape": "S17"
|
|
1462
1630
|
},
|
|
1463
1631
|
"SourceLocationName": {
|
|
1464
1632
|
"location": "uri",
|
|
@@ -1483,7 +1651,7 @@
|
|
|
1483
1651
|
"shape": "Sf"
|
|
1484
1652
|
},
|
|
1485
1653
|
"HttpPackageConfigurations": {
|
|
1486
|
-
"shape": "
|
|
1654
|
+
"shape": "S17"
|
|
1487
1655
|
},
|
|
1488
1656
|
"LastModifiedTime": {
|
|
1489
1657
|
"shape": "Sf"
|
|
@@ -1584,6 +1752,51 @@
|
|
|
1584
1752
|
"type": "list"
|
|
1585
1753
|
},
|
|
1586
1754
|
"Sj": {
|
|
1755
|
+
"members": {
|
|
1756
|
+
"AvailMatchingCriteria": {
|
|
1757
|
+
"member": {
|
|
1758
|
+
"members": {
|
|
1759
|
+
"DynamicVariable": {},
|
|
1760
|
+
"Operator": {}
|
|
1761
|
+
},
|
|
1762
|
+
"required": [
|
|
1763
|
+
"Operator",
|
|
1764
|
+
"DynamicVariable"
|
|
1765
|
+
],
|
|
1766
|
+
"type": "structure"
|
|
1767
|
+
},
|
|
1768
|
+
"type": "list"
|
|
1769
|
+
},
|
|
1770
|
+
"EndTime": {
|
|
1771
|
+
"shape": "Sf"
|
|
1772
|
+
},
|
|
1773
|
+
"StartTime": {
|
|
1774
|
+
"shape": "Sf"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"required": [
|
|
1778
|
+
"EndTime"
|
|
1779
|
+
],
|
|
1780
|
+
"type": "structure"
|
|
1781
|
+
},
|
|
1782
|
+
"Sn": {
|
|
1783
|
+
"members": {
|
|
1784
|
+
"DynamicVariables": {
|
|
1785
|
+
"shape": "Sc"
|
|
1786
|
+
},
|
|
1787
|
+
"EndTime": {
|
|
1788
|
+
"shape": "Sf"
|
|
1789
|
+
},
|
|
1790
|
+
"StartTime": {
|
|
1791
|
+
"shape": "Sf"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"required": [
|
|
1795
|
+
"EndTime"
|
|
1796
|
+
],
|
|
1797
|
+
"type": "structure"
|
|
1798
|
+
},
|
|
1799
|
+
"Sq": {
|
|
1587
1800
|
"member": {
|
|
1588
1801
|
"members": {
|
|
1589
1802
|
"MessageType": {},
|
|
@@ -1615,7 +1828,7 @@
|
|
|
1615
1828
|
},
|
|
1616
1829
|
"type": "list"
|
|
1617
1830
|
},
|
|
1618
|
-
"
|
|
1831
|
+
"S10": {
|
|
1619
1832
|
"members": {
|
|
1620
1833
|
"AccessType": {},
|
|
1621
1834
|
"SecretsManagerAccessTokenConfiguration": {
|
|
@@ -1629,13 +1842,13 @@
|
|
|
1629
1842
|
},
|
|
1630
1843
|
"type": "structure"
|
|
1631
1844
|
},
|
|
1632
|
-
"
|
|
1845
|
+
"S13": {
|
|
1633
1846
|
"members": {
|
|
1634
1847
|
"BaseUrl": {}
|
|
1635
1848
|
},
|
|
1636
1849
|
"type": "structure"
|
|
1637
1850
|
},
|
|
1638
|
-
"
|
|
1851
|
+
"S14": {
|
|
1639
1852
|
"members": {
|
|
1640
1853
|
"BaseUrl": {}
|
|
1641
1854
|
},
|
|
@@ -1644,7 +1857,7 @@
|
|
|
1644
1857
|
],
|
|
1645
1858
|
"type": "structure"
|
|
1646
1859
|
},
|
|
1647
|
-
"
|
|
1860
|
+
"S17": {
|
|
1648
1861
|
"member": {
|
|
1649
1862
|
"members": {
|
|
1650
1863
|
"Path": {},
|
|
@@ -1660,35 +1873,35 @@
|
|
|
1660
1873
|
},
|
|
1661
1874
|
"type": "list"
|
|
1662
1875
|
},
|
|
1663
|
-
"
|
|
1876
|
+
"S29": {
|
|
1664
1877
|
"members": {
|
|
1665
1878
|
"Mode": {},
|
|
1666
1879
|
"Value": {}
|
|
1667
1880
|
},
|
|
1668
1881
|
"type": "structure"
|
|
1669
1882
|
},
|
|
1670
|
-
"
|
|
1883
|
+
"S2b": {
|
|
1671
1884
|
"members": {
|
|
1672
1885
|
"EndUrl": {},
|
|
1673
1886
|
"StartUrl": {}
|
|
1674
1887
|
},
|
|
1675
1888
|
"type": "structure"
|
|
1676
1889
|
},
|
|
1677
|
-
"
|
|
1890
|
+
"S2c": {
|
|
1678
1891
|
"members": {
|
|
1679
1892
|
"AdSegmentUrlPrefix": {},
|
|
1680
1893
|
"ContentSegmentUrlPrefix": {}
|
|
1681
1894
|
},
|
|
1682
1895
|
"type": "structure"
|
|
1683
1896
|
},
|
|
1684
|
-
"
|
|
1897
|
+
"S2d": {
|
|
1685
1898
|
"key": {},
|
|
1686
1899
|
"type": "map",
|
|
1687
1900
|
"value": {
|
|
1688
1901
|
"shape": "Sc"
|
|
1689
1902
|
}
|
|
1690
1903
|
},
|
|
1691
|
-
"
|
|
1904
|
+
"S2e": {
|
|
1692
1905
|
"members": {
|
|
1693
1906
|
"ManifestEndpointPrefix": {},
|
|
1694
1907
|
"MpdLocation": {},
|
|
@@ -1696,13 +1909,13 @@
|
|
|
1696
1909
|
},
|
|
1697
1910
|
"type": "structure"
|
|
1698
1911
|
},
|
|
1699
|
-
"
|
|
1912
|
+
"S2g": {
|
|
1700
1913
|
"members": {
|
|
1701
1914
|
"ManifestEndpointPrefix": {}
|
|
1702
1915
|
},
|
|
1703
1916
|
"type": "structure"
|
|
1704
1917
|
},
|
|
1705
|
-
"
|
|
1918
|
+
"S2h": {
|
|
1706
1919
|
"members": {
|
|
1707
1920
|
"AdDecisionServerUrl": {},
|
|
1708
1921
|
"MaxDurationSeconds": {
|
|
@@ -1711,7 +1924,7 @@
|
|
|
1711
1924
|
},
|
|
1712
1925
|
"type": "structure"
|
|
1713
1926
|
},
|
|
1714
|
-
"
|
|
1927
|
+
"S2i": {
|
|
1715
1928
|
"members": {
|
|
1716
1929
|
"PercentEnabled": {
|
|
1717
1930
|
"type": "integer"
|
|
@@ -1722,7 +1935,7 @@
|
|
|
1722
1935
|
],
|
|
1723
1936
|
"type": "structure"
|
|
1724
1937
|
},
|
|
1725
|
-
"
|
|
1938
|
+
"S2j": {
|
|
1726
1939
|
"members": {
|
|
1727
1940
|
"AdMarkerPassthrough": {
|
|
1728
1941
|
"members": {
|
|
@@ -1735,7 +1948,7 @@
|
|
|
1735
1948
|
},
|
|
1736
1949
|
"type": "structure"
|
|
1737
1950
|
},
|
|
1738
|
-
"
|
|
1951
|
+
"S2t": {
|
|
1739
1952
|
"member": {},
|
|
1740
1953
|
"type": "list"
|
|
1741
1954
|
}
|