aws-sdk-core 2.11.310 → 2.11.311

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.
@@ -862,7 +862,12 @@
862
862
  },
863
863
  "TransitionToIARules":{
864
864
  "type":"string",
865
- "enum":["AFTER_30_DAYS"]
865
+ "enum":[
866
+ "AFTER_14_DAYS",
867
+ "AFTER_30_DAYS",
868
+ "AFTER_60_DAYS",
869
+ "AFTER_90_DAYS"
870
+ ]
866
871
  },
867
872
  "UnsupportedAvailabilityZone":{
868
873
  "type":"structure",
@@ -1197,6 +1197,13 @@
1197
1197
  },
1198
1198
  "sensitive":true
1199
1199
  },
1200
+ "BackfillMode":{
1201
+ "type":"string",
1202
+ "enum":[
1203
+ "AUTOMATIC",
1204
+ "MANUAL"
1205
+ ]
1206
+ },
1200
1207
  "BooleanModel":{"type":"boolean"},
1201
1208
  "Build":{
1202
1209
  "type":"structure",
@@ -1367,7 +1374,8 @@
1367
1374
  "AdditionalPlayerCount":{"shape":"WholeNumber"},
1368
1375
  "CustomEventData":{"shape":"CustomEventData"},
1369
1376
  "GameProperties":{"shape":"GamePropertyList"},
1370
- "GameSessionData":{"shape":"GameSessionData"}
1377
+ "GameSessionData":{"shape":"GameSessionData"},
1378
+ "BackfillMode":{"shape":"BackfillMode"}
1371
1379
  }
1372
1380
  },
1373
1381
  "CreateMatchmakingConfigurationOutput":{
@@ -2570,7 +2578,8 @@
2570
2578
  "CustomEventData":{"shape":"CustomEventData"},
2571
2579
  "CreationTime":{"shape":"Timestamp"},
2572
2580
  "GameProperties":{"shape":"GamePropertyList"},
2573
- "GameSessionData":{"shape":"GameSessionData"}
2581
+ "GameSessionData":{"shape":"GameSessionData"},
2582
+ "BackfillMode":{"shape":"BackfillMode"}
2574
2583
  }
2575
2584
  },
2576
2585
  "MatchmakingConfigurationList":{
@@ -2597,8 +2606,7 @@
2597
2606
  "MatchmakingIdStringModel":{
2598
2607
  "type":"string",
2599
2608
  "max":128,
2600
- "min":1,
2601
- "pattern":"[a-zA-Z0-9-\\.]+"
2609
+ "pattern":"[a-zA-Z0-9-\\.]*"
2602
2610
  },
2603
2611
  "MatchmakingRequestTimeoutInteger":{
2604
2612
  "type":"integer",
@@ -3334,7 +3342,8 @@
3334
3342
  "AdditionalPlayerCount":{"shape":"WholeNumber"},
3335
3343
  "CustomEventData":{"shape":"CustomEventData"},
3336
3344
  "GameProperties":{"shape":"GamePropertyList"},
3337
- "GameSessionData":{"shape":"GameSessionData"}
3345
+ "GameSessionData":{"shape":"GameSessionData"},
3346
+ "BackfillMode":{"shape":"BackfillMode"}
3338
3347
  }
3339
3348
  },
3340
3349
  "UpdateMatchmakingConfigurationOutput":{
@@ -11,6 +11,25 @@
11
11
  "uid":"kinesis-video-archived-media-2017-09-30"
12
12
  },
13
13
  "operations":{
14
+ "GetDASHStreamingSessionURL":{
15
+ "name":"GetDASHStreamingSessionURL",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/getDASHStreamingSessionURL"
19
+ },
20
+ "input":{"shape":"GetDASHStreamingSessionURLInput"},
21
+ "output":{"shape":"GetDASHStreamingSessionURLOutput"},
22
+ "errors":[
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"InvalidArgumentException"},
25
+ {"shape":"ClientLimitExceededException"},
26
+ {"shape":"NotAuthorizedException"},
27
+ {"shape":"UnsupportedStreamMediaTypeException"},
28
+ {"shape":"NoDataRetentionException"},
29
+ {"shape":"MissingCodecPrivateDataException"},
30
+ {"shape":"InvalidCodecPrivateDataException"}
31
+ ]
32
+ },
14
33
  "GetHLSStreamingSessionURL":{
15
34
  "name":"GetHLSStreamingSessionURL",
16
35
  "http":{
@@ -83,20 +102,50 @@
83
102
  "min":1,
84
103
  "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
85
104
  },
86
- "DiscontinuityMode":{
105
+ "DASHDisplayFragmentNumber":{
87
106
  "type":"string",
88
107
  "enum":[
89
108
  "ALWAYS",
90
109
  "NEVER"
91
110
  ]
92
111
  },
93
- "DisplayFragmentTimestamp":{
112
+ "DASHDisplayFragmentTimestamp":{
94
113
  "type":"string",
95
114
  "enum":[
96
115
  "ALWAYS",
97
116
  "NEVER"
98
117
  ]
99
118
  },
119
+ "DASHFragmentSelector":{
120
+ "type":"structure",
121
+ "members":{
122
+ "FragmentSelectorType":{"shape":"DASHFragmentSelectorType"},
123
+ "TimestampRange":{"shape":"DASHTimestampRange"}
124
+ }
125
+ },
126
+ "DASHFragmentSelectorType":{
127
+ "type":"string",
128
+ "enum":[
129
+ "PRODUCER_TIMESTAMP",
130
+ "SERVER_TIMESTAMP"
131
+ ]
132
+ },
133
+ "DASHPlaybackMode":{
134
+ "type":"string",
135
+ "enum":[
136
+ "LIVE",
137
+ "LIVE_REPLAY",
138
+ "ON_DEMAND"
139
+ ]
140
+ },
141
+ "DASHStreamingSessionURL":{"type":"string"},
142
+ "DASHTimestampRange":{
143
+ "type":"structure",
144
+ "members":{
145
+ "StartTimestamp":{"shape":"Timestamp"},
146
+ "EndTimestamp":{"shape":"Timestamp"}
147
+ }
148
+ },
100
149
  "ErrorMessage":{"type":"string"},
101
150
  "Expires":{
102
151
  "type":"integer",
@@ -147,16 +196,35 @@
147
196
  "SERVER_TIMESTAMP"
148
197
  ]
149
198
  },
199
+ "GetDASHStreamingSessionURLInput":{
200
+ "type":"structure",
201
+ "members":{
202
+ "StreamName":{"shape":"StreamName"},
203
+ "StreamARN":{"shape":"ResourceARN"},
204
+ "PlaybackMode":{"shape":"DASHPlaybackMode"},
205
+ "DisplayFragmentTimestamp":{"shape":"DASHDisplayFragmentTimestamp"},
206
+ "DisplayFragmentNumber":{"shape":"DASHDisplayFragmentNumber"},
207
+ "DASHFragmentSelector":{"shape":"DASHFragmentSelector"},
208
+ "Expires":{"shape":"Expires"},
209
+ "MaxManifestFragmentResults":{"shape":"PageLimit"}
210
+ }
211
+ },
212
+ "GetDASHStreamingSessionURLOutput":{
213
+ "type":"structure",
214
+ "members":{
215
+ "DASHStreamingSessionURL":{"shape":"DASHStreamingSessionURL"}
216
+ }
217
+ },
150
218
  "GetHLSStreamingSessionURLInput":{
151
219
  "type":"structure",
152
220
  "members":{
153
221
  "StreamName":{"shape":"StreamName"},
154
222
  "StreamARN":{"shape":"ResourceARN"},
155
- "PlaybackMode":{"shape":"PlaybackMode"},
223
+ "PlaybackMode":{"shape":"HLSPlaybackMode"},
156
224
  "HLSFragmentSelector":{"shape":"HLSFragmentSelector"},
157
225
  "ContainerFormat":{"shape":"ContainerFormat"},
158
- "DiscontinuityMode":{"shape":"DiscontinuityMode"},
159
- "DisplayFragmentTimestamp":{"shape":"DisplayFragmentTimestamp"},
226
+ "DiscontinuityMode":{"shape":"HLSDiscontinuityMode"},
227
+ "DisplayFragmentTimestamp":{"shape":"HLSDisplayFragmentTimestamp"},
160
228
  "Expires":{"shape":"Expires"},
161
229
  "MaxMediaPlaylistFragmentResults":{"shape":"PageLimit"}
162
230
  }
@@ -190,6 +258,20 @@
190
258
  },
191
259
  "payload":"Payload"
192
260
  },
261
+ "HLSDiscontinuityMode":{
262
+ "type":"string",
263
+ "enum":[
264
+ "ALWAYS",
265
+ "NEVER"
266
+ ]
267
+ },
268
+ "HLSDisplayFragmentTimestamp":{
269
+ "type":"string",
270
+ "enum":[
271
+ "ALWAYS",
272
+ "NEVER"
273
+ ]
274
+ },
193
275
  "HLSFragmentSelector":{
194
276
  "type":"structure",
195
277
  "members":{
@@ -204,6 +286,14 @@
204
286
  "SERVER_TIMESTAMP"
205
287
  ]
206
288
  },
289
+ "HLSPlaybackMode":{
290
+ "type":"string",
291
+ "enum":[
292
+ "LIVE",
293
+ "LIVE_REPLAY",
294
+ "ON_DEMAND"
295
+ ]
296
+ },
207
297
  "HLSStreamingSessionURL":{"type":"string"},
208
298
  "HLSTimestampRange":{
209
299
  "type":"structure",
@@ -279,13 +369,6 @@
279
369
  "type":"blob",
280
370
  "streaming":true
281
371
  },
282
- "PlaybackMode":{
283
- "type":"string",
284
- "enum":[
285
- "LIVE",
286
- "ON_DEMAND"
287
- ]
288
- },
289
372
  "ResourceARN":{
290
373
  "type":"string",
291
374
  "max":1024,
@@ -1,4 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListFragments": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Fragments"
8
+ }
3
9
  }
4
- }
10
+ }
@@ -180,7 +180,8 @@
180
180
  "GET_MEDIA",
181
181
  "LIST_FRAGMENTS",
182
182
  "GET_MEDIA_FOR_FRAGMENT_LIST",
183
- "GET_HLS_STREAMING_SESSION_URL"
183
+ "GET_HLS_STREAMING_SESSION_URL",
184
+ "GET_DASH_STREAMING_SESSION_URL"
184
185
  ]
185
186
  },
186
187
  "AccountStreamLimitExceededException":{
@@ -1,4 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListStreams": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "StreamInfoList"
8
+ }
3
9
  }
4
- }
10
+ }
@@ -23,6 +23,24 @@
23
23
  {"shape":"ResourceNotFound"}
24
24
  ]
25
25
  },
26
+ "DeleteAnomalyDetector":{
27
+ "name":"DeleteAnomalyDetector",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"DeleteAnomalyDetectorInput"},
33
+ "output":{
34
+ "shape":"DeleteAnomalyDetectorOutput",
35
+ "resultWrapper":"DeleteAnomalyDetectorResult"
36
+ },
37
+ "errors":[
38
+ {"shape":"ResourceNotFoundException"},
39
+ {"shape":"InternalServiceFault"},
40
+ {"shape":"InvalidParameterValueException"},
41
+ {"shape":"MissingRequiredParameterException"}
42
+ ]
43
+ },
26
44
  "DeleteDashboards":{
27
45
  "name":"DeleteDashboards",
28
46
  "http":{
@@ -82,6 +100,23 @@
82
100
  "resultWrapper":"DescribeAlarmsForMetricResult"
83
101
  }
84
102
  },
103
+ "DescribeAnomalyDetectors":{
104
+ "name":"DescribeAnomalyDetectors",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"DescribeAnomalyDetectorsInput"},
110
+ "output":{
111
+ "shape":"DescribeAnomalyDetectorsOutput",
112
+ "resultWrapper":"DescribeAnomalyDetectorsResult"
113
+ },
114
+ "errors":[
115
+ {"shape":"InvalidNextToken"},
116
+ {"shape":"InternalServiceFault"},
117
+ {"shape":"InvalidParameterValueException"}
118
+ ]
119
+ },
85
120
  "DisableAlarmActions":{
86
121
  "name":"DisableAlarmActions",
87
122
  "http":{
@@ -209,6 +244,24 @@
209
244
  {"shape":"InternalServiceFault"}
210
245
  ]
211
246
  },
247
+ "PutAnomalyDetector":{
248
+ "name":"PutAnomalyDetector",
249
+ "http":{
250
+ "method":"POST",
251
+ "requestUri":"/"
252
+ },
253
+ "input":{"shape":"PutAnomalyDetectorInput"},
254
+ "output":{
255
+ "shape":"PutAnomalyDetectorOutput",
256
+ "resultWrapper":"PutAnomalyDetectorResult"
257
+ },
258
+ "errors":[
259
+ {"shape":"LimitExceededException"},
260
+ {"shape":"InternalServiceFault"},
261
+ {"shape":"InvalidParameterValueException"},
262
+ {"shape":"MissingRequiredParameterException"}
263
+ ]
264
+ },
212
265
  "PutDashboard":{
213
266
  "name":"PutDashboard",
214
267
  "http":{
@@ -350,6 +403,32 @@
350
403
  "max":1024,
351
404
  "min":1
352
405
  },
406
+ "AnomalyDetector":{
407
+ "type":"structure",
408
+ "members":{
409
+ "Namespace":{"shape":"Namespace"},
410
+ "MetricName":{"shape":"MetricName"},
411
+ "Dimensions":{"shape":"Dimensions"},
412
+ "Stat":{"shape":"Stat"},
413
+ "Configuration":{"shape":"AnomalyDetectorConfiguration"}
414
+ }
415
+ },
416
+ "AnomalyDetectorConfiguration":{
417
+ "type":"structure",
418
+ "members":{
419
+ "ExcludedTimeRanges":{"shape":"AnomalyDetectorExcludedTimeRanges"},
420
+ "MetricTimezone":{"shape":"AnomalyDetectorMetricTimezone"}
421
+ }
422
+ },
423
+ "AnomalyDetectorExcludedTimeRanges":{
424
+ "type":"list",
425
+ "member":{"shape":"Range"}
426
+ },
427
+ "AnomalyDetectorMetricTimezone":{"type":"string"},
428
+ "AnomalyDetectors":{
429
+ "type":"list",
430
+ "member":{"shape":"AnomalyDetector"}
431
+ },
353
432
  "AwsQueryErrorMessage":{"type":"string"},
354
433
  "ComparisonOperator":{
355
434
  "type":"string",
@@ -357,7 +436,10 @@
357
436
  "GreaterThanOrEqualToThreshold",
358
437
  "GreaterThanThreshold",
359
438
  "LessThanThreshold",
360
- "LessThanOrEqualToThreshold"
439
+ "LessThanOrEqualToThreshold",
440
+ "LessThanLowerOrGreaterThanUpperThreshold",
441
+ "LessThanLowerThreshold",
442
+ "GreaterThanUpperThreshold"
361
443
  ]
362
444
  },
363
445
  "ConcurrentModificationException":{
@@ -482,6 +564,25 @@
482
564
  "AlarmNames":{"shape":"AlarmNames"}
483
565
  }
484
566
  },
567
+ "DeleteAnomalyDetectorInput":{
568
+ "type":"structure",
569
+ "required":[
570
+ "Namespace",
571
+ "MetricName",
572
+ "Stat"
573
+ ],
574
+ "members":{
575
+ "Namespace":{"shape":"Namespace"},
576
+ "MetricName":{"shape":"MetricName"},
577
+ "Dimensions":{"shape":"Dimensions"},
578
+ "Stat":{"shape":"Stat"}
579
+ }
580
+ },
581
+ "DeleteAnomalyDetectorOutput":{
582
+ "type":"structure",
583
+ "members":{
584
+ }
585
+ },
485
586
  "DeleteDashboardsInput":{
486
587
  "type":"structure",
487
588
  "required":["DashboardNames"],
@@ -552,6 +653,23 @@
552
653
  "NextToken":{"shape":"NextToken"}
553
654
  }
554
655
  },
656
+ "DescribeAnomalyDetectorsInput":{
657
+ "type":"structure",
658
+ "members":{
659
+ "NextToken":{"shape":"NextToken"},
660
+ "MaxResults":{"shape":"MaxReturnedResultsCount"},
661
+ "Namespace":{"shape":"Namespace"},
662
+ "MetricName":{"shape":"MetricName"},
663
+ "Dimensions":{"shape":"Dimensions"}
664
+ }
665
+ },
666
+ "DescribeAnomalyDetectorsOutput":{
667
+ "type":"structure",
668
+ "members":{
669
+ "AnomalyDetectors":{"shape":"AnomalyDetectors"},
670
+ "NextToken":{"shape":"NextToken"}
671
+ }
672
+ },
555
673
  "Dimension":{
556
674
  "type":"structure",
557
675
  "required":[
@@ -797,6 +915,17 @@
797
915
  "synthetic":true
798
916
  },
799
917
  "LastModified":{"type":"timestamp"},
918
+ "LimitExceededException":{
919
+ "type":"structure",
920
+ "members":{
921
+ },
922
+ "error":{
923
+ "code":"LimitExceededException",
924
+ "httpStatusCode":400,
925
+ "senderFault":true
926
+ },
927
+ "exception":true
928
+ },
800
929
  "LimitExceededFault":{
801
930
  "type":"structure",
802
931
  "members":{
@@ -861,6 +990,10 @@
861
990
  "max":100,
862
991
  "min":1
863
992
  },
993
+ "MaxReturnedResultsCount":{
994
+ "type":"integer",
995
+ "min":1
996
+ },
864
997
  "Message":{"type":"string"},
865
998
  "MessageData":{
866
999
  "type":"structure",
@@ -912,7 +1045,8 @@
912
1045
  "ComparisonOperator":{"shape":"ComparisonOperator"},
913
1046
  "TreatMissingData":{"shape":"TreatMissingData"},
914
1047
  "EvaluateLowSampleCountPercentile":{"shape":"EvaluateLowSampleCountPercentile"},
915
- "Metrics":{"shape":"MetricDataQueries"}
1048
+ "Metrics":{"shape":"MetricDataQueries"},
1049
+ "ThresholdMetricId":{"shape":"MetricId"}
916
1050
  },
917
1051
  "xmlOrder":[
918
1052
  "AlarmName",
@@ -940,7 +1074,8 @@
940
1074
  "TreatMissingData",
941
1075
  "EvaluateLowSampleCountPercentile",
942
1076
  "DatapointsToAlarm",
943
- "Metrics"
1077
+ "Metrics",
1078
+ "ThresholdMetricId"
944
1079
  ]
945
1080
  },
946
1081
  "MetricAlarms":{
@@ -1061,6 +1196,26 @@
1061
1196
  "type":"integer",
1062
1197
  "min":1
1063
1198
  },
1199
+ "PutAnomalyDetectorInput":{
1200
+ "type":"structure",
1201
+ "required":[
1202
+ "Namespace",
1203
+ "MetricName",
1204
+ "Stat"
1205
+ ],
1206
+ "members":{
1207
+ "Namespace":{"shape":"Namespace"},
1208
+ "MetricName":{"shape":"MetricName"},
1209
+ "Dimensions":{"shape":"Dimensions"},
1210
+ "Stat":{"shape":"Stat"},
1211
+ "Configuration":{"shape":"AnomalyDetectorConfiguration"}
1212
+ }
1213
+ },
1214
+ "PutAnomalyDetectorOutput":{
1215
+ "type":"structure",
1216
+ "members":{
1217
+ }
1218
+ },
1064
1219
  "PutDashboardInput":{
1065
1220
  "type":"structure",
1066
1221
  "required":[
@@ -1083,7 +1238,6 @@
1083
1238
  "required":[
1084
1239
  "AlarmName",
1085
1240
  "EvaluationPeriods",
1086
- "Threshold",
1087
1241
  "ComparisonOperator"
1088
1242
  ],
1089
1243
  "members":{
@@ -1107,7 +1261,8 @@
1107
1261
  "TreatMissingData":{"shape":"TreatMissingData"},
1108
1262
  "EvaluateLowSampleCountPercentile":{"shape":"EvaluateLowSampleCountPercentile"},
1109
1263
  "Metrics":{"shape":"MetricDataQueries"},
1110
- "Tags":{"shape":"TagList"}
1264
+ "Tags":{"shape":"TagList"},
1265
+ "ThresholdMetricId":{"shape":"MetricId"}
1111
1266
  }
1112
1267
  },
1113
1268
  "PutMetricDataInput":{
@@ -1121,6 +1276,21 @@
1121
1276
  "MetricData":{"shape":"MetricData"}
1122
1277
  }
1123
1278
  },
1279
+ "Range":{
1280
+ "type":"structure",
1281
+ "required":[
1282
+ "StartTime",
1283
+ "EndTime"
1284
+ ],
1285
+ "members":{
1286
+ "StartTime":{"shape":"Timestamp"},
1287
+ "EndTime":{"shape":"Timestamp"}
1288
+ },
1289
+ "xmlOrder":[
1290
+ "StartTime",
1291
+ "EndTime"
1292
+ ]
1293
+ },
1124
1294
  "ResourceId":{"type":"string"},
1125
1295
  "ResourceList":{
1126
1296
  "type":"list",