Skip to content

Commit 59ad7d8

Browse files
Updated API models and rebuilt service gems.
1 parent a4fa679 commit 59ad7d8

File tree

67 files changed

+2029
-556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2029
-556
lines changed

apis/appsync/2017-07-25/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4089,7 +4089,8 @@
40894089
"type":"structure",
40904090
"required":[
40914091
"apiId",
4092-
"name"
4092+
"name",
4093+
"authenticationType"
40934094
],
40944095
"members":{
40954096
"apiId":{

apis/gamelift/2015-10-01/api-2.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,23 @@
16021602
{"shape":"UnsupportedRegionException"}
16031603
]
16041604
},
1605+
"TerminateGameSession":{
1606+
"name":"TerminateGameSession",
1607+
"http":{
1608+
"method":"POST",
1609+
"requestUri":"/"
1610+
},
1611+
"input":{"shape":"TerminateGameSessionInput"},
1612+
"output":{"shape":"TerminateGameSessionOutput"},
1613+
"errors":[
1614+
{"shape":"InternalServiceException"},
1615+
{"shape":"InvalidRequestException"},
1616+
{"shape":"NotFoundException"},
1617+
{"shape":"UnauthorizedException"},
1618+
{"shape":"InvalidGameSessionStatusException"},
1619+
{"shape":"NotReadyException"}
1620+
]
1621+
},
16051622
"UntagResource":{
16061623
"name":"UntagResource",
16071624
"http":{
@@ -4594,7 +4611,11 @@
45944611
},
45954612
"GameSessionStatusReason":{
45964613
"type":"string",
4597-
"enum":["INTERRUPTED"]
4614+
"enum":[
4615+
"INTERRUPTED",
4616+
"TRIGGERED_ON_PROCESS_TERMINATE",
4617+
"FORCE_TERMINATED"
4618+
]
45984619
},
45994620
"GetComputeAccessInput":{
46004621
"type":"structure",
@@ -6245,6 +6266,30 @@
62456266
},
62466267
"exception":true
62476268
},
6269+
"TerminateGameSessionInput":{
6270+
"type":"structure",
6271+
"required":[
6272+
"GameSessionId",
6273+
"TerminationMode"
6274+
],
6275+
"members":{
6276+
"GameSessionId":{"shape":"ArnStringModel"},
6277+
"TerminationMode":{"shape":"TerminationMode"}
6278+
}
6279+
},
6280+
"TerminateGameSessionOutput":{
6281+
"type":"structure",
6282+
"members":{
6283+
"GameSession":{"shape":"GameSession"}
6284+
}
6285+
},
6286+
"TerminationMode":{
6287+
"type":"string",
6288+
"enum":[
6289+
"TRIGGER_ON_PROCESS_TERMINATE",
6290+
"FORCE_TERMINATE"
6291+
]
6292+
},
62486293
"Timestamp":{"type":"timestamp"},
62496294
"UnauthorizedException":{
62506295
"type":"structure",

apis/gamelift/2015-10-01/docs-2.json

Lines changed: 91 additions & 72 deletions
Large diffs are not rendered by default.

apis/mediaconnect/2018-11-14/api-2.json

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,6 +2258,15 @@
22582258
"aes256"
22592259
]
22602260
},
2261+
"AudioMonitoringSetting": {
2262+
"type": "structure",
2263+
"members": {
2264+
"SilentAudio": {
2265+
"shape": "SilentAudio",
2266+
"locationName": "silentAudio"
2267+
}
2268+
}
2269+
},
22612270
"BadRequestException": {
22622271
"type": "structure",
22632272
"members": {
@@ -2274,6 +2283,19 @@
22742283
"httpStatusCode": 400
22752284
}
22762285
},
2286+
"BlackFrames": {
2287+
"type": "structure",
2288+
"members": {
2289+
"State": {
2290+
"shape": "State",
2291+
"locationName": "state"
2292+
},
2293+
"ThresholdSeconds": {
2294+
"shape": "__integer",
2295+
"locationName": "thresholdSeconds"
2296+
}
2297+
}
2298+
},
22772299
"Bridge": {
22782300
"type": "structure",
22792301
"members": {
@@ -2530,6 +2552,13 @@
25302552
"DISCONNECTED"
25312553
]
25322554
},
2555+
"ContentQualityAnalysisState": {
2556+
"type": "string",
2557+
"enum": [
2558+
"ENABLED",
2559+
"DISABLED"
2560+
]
2561+
},
25332562
"CreateBridge420Exception": {
25342563
"type": "structure",
25352564
"members": {
@@ -3437,6 +3466,19 @@
34373466
"FrameHeight"
34383467
]
34393468
},
3469+
"FrozenFrames": {
3470+
"type": "structure",
3471+
"members": {
3472+
"State": {
3473+
"shape": "State",
3474+
"locationName": "state"
3475+
},
3476+
"ThresholdSeconds": {
3477+
"shape": "__integer",
3478+
"locationName": "thresholdSeconds"
3479+
}
3480+
}
3481+
},
34403482
"Gateway": {
34413483
"type": "structure",
34423484
"members": {
@@ -4380,6 +4422,18 @@
43804422
"ThumbnailState": {
43814423
"shape": "ThumbnailState",
43824424
"locationName": "thumbnailState"
4425+
},
4426+
"AudioMonitoringSettings": {
4427+
"shape": "__listOfAudioMonitoringSetting",
4428+
"locationName": "audioMonitoringSettings"
4429+
},
4430+
"ContentQualityAnalysisState": {
4431+
"shape": "ContentQualityAnalysisState",
4432+
"locationName": "contentQualityAnalysisState"
4433+
},
4434+
"VideoMonitoringSettings": {
4435+
"shape": "__listOfVideoMonitoringSetting",
4436+
"locationName": "videoMonitoringSettings"
43834437
}
43844438
}
43854439
},
@@ -5080,6 +5134,19 @@
50805134
}
50815135
}
50825136
},
5137+
"SilentAudio": {
5138+
"type": "structure",
5139+
"members": {
5140+
"State": {
5141+
"shape": "State",
5142+
"locationName": "state"
5143+
},
5144+
"ThresholdSeconds": {
5145+
"shape": "__integer",
5146+
"locationName": "thresholdSeconds"
5147+
}
5148+
}
5149+
},
50835150
"Source": {
50845151
"type": "structure",
50855152
"members": {
@@ -6183,6 +6250,19 @@
61836250
}
61846251
}
61856252
},
6253+
"VideoMonitoringSetting": {
6254+
"type": "structure",
6255+
"members": {
6256+
"BlackFrames": {
6257+
"shape": "BlackFrames",
6258+
"locationName": "blackFrames"
6259+
},
6260+
"FrozenFrames": {
6261+
"shape": "FrozenFrames",
6262+
"locationName": "frozenFrames"
6263+
}
6264+
}
6265+
},
61866266
"VpcInterface": {
61876267
"type": "structure",
61886268
"members": {
@@ -6293,6 +6373,12 @@
62936373
"shape": "AddOutputRequest"
62946374
}
62956375
},
6376+
"__listOfAudioMonitoringSetting": {
6377+
"type": "list",
6378+
"member": {
6379+
"shape": "AudioMonitoringSetting"
6380+
}
6381+
},
62966382
"__listOfBridgeOutput": {
62976383
"type": "list",
62986384
"member": {
@@ -6455,6 +6541,12 @@
64556541
"shape": "TransportStreamProgram"
64566542
}
64576543
},
6544+
"__listOfVideoMonitoringSetting": {
6545+
"type": "list",
6546+
"member": {
6547+
"shape": "VideoMonitoringSetting"
6548+
}
6549+
},
64586550
"__listOfVpcInterface": {
64596551
"type": "list",
64606552
"member": {

apis/mediaconnect/2018-11-14/docs-2.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,22 @@
175175
"UpdateEncryption$Algorithm": "The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256)."
176176
}
177177
},
178+
"AudioMonitoringSetting": {
179+
"base" : "Specifies the configuration for audio stream metrics monitoring.",
180+
"refs" : {
181+
"__listOfAudioMonitoringSetting$member" : null
182+
}
183+
},
178184
"BadRequestException": {
179185
"base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
180186
"refs": {}
181187
},
188+
"BlackFrames": {
189+
"base" : "Configures settings for the BlackFrames metric.",
190+
"refs" : {
191+
"VideoMonitoringSetting$BlackFrames" : "Detects video frames that are black."
192+
}
193+
},
182194
"Bridge": {
183195
"base": "A Bridge is the connection between your data center's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your data center or from your data center to the AWS cloud.",
184196
"refs": {
@@ -257,6 +269,12 @@
257269
"GatewayInstance$ConnectionStatus": "The connection state of the instance."
258270
}
259271
},
272+
"ContentQualityAnalysisState" : {
273+
"base" : null,
274+
"refs" : {
275+
"MonitoringConfig$ContentQualityAnalysisState" : "Indicates whether content quality analysis is enabled or disabled."
276+
}
277+
},
260278
"CreateBridge420Exception": {
261279
"base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
262280
"refs": {}
@@ -469,6 +487,12 @@
469487
"TransportStream$FrameResolution": null
470488
}
471489
},
490+
"FrozenFrames": {
491+
"base" : "Configures settings for the FrozenFrames metric.",
492+
"refs" : {
493+
"VideoMonitoringSetting$FrozenFrames" : "Detects video frames that have not changed."
494+
}
495+
},
472496
"Gateway": {
473497
"base": "The settings for a gateway, including its networks.",
474498
"refs": {
@@ -880,6 +904,12 @@
880904
"__listOfSetSourceRequest$member": null
881905
}
882906
},
907+
"SilentAudio" : {
908+
"base" : "Configures settings for the SilentAudio metric.",
909+
"refs" : {
910+
"AudioMonitoringSetting$SilentAudio" : "Detects periods of silence."
911+
}
912+
},
883913
"Source": {
884914
"base": "The settings for the source of the flow.",
885915
"refs": {
@@ -909,7 +939,10 @@
909939
"base": null,
910940
"refs": {
911941
"FailoverConfig$State": null,
912-
"UpdateFailoverConfig$State": null
942+
"UpdateFailoverConfig$State": null,
943+
"BlackFrames$State" : "Indicates whether the BlackFrames metric is enabled or disabled.",
944+
"FrozenFrames$State" : "Indicates whether the FrozenFrames metric is enabled or disabled.",
945+
"SilentAudio$State" : "Indicates whether the SilentAudio metric is enabled or disabled."
913946
}
914947
},
915948
"Status": {
@@ -1115,6 +1148,12 @@
11151148
"UpdateFlowRequest$Maintenance": null
11161149
}
11171150
},
1151+
"VideoMonitoringSetting" : {
1152+
"base" : "Specifies the configuration for video stream metrics monitoring.",
1153+
"refs" : {
1154+
"__listOfVideoMonitoringSetting$member" : null
1155+
}
1156+
},
11181157
"VpcInterface": {
11191158
"base": "The settings for a VPC Source.",
11201159
"refs": {
@@ -1168,6 +1207,7 @@
11681207
"AddOutputRequest$Port": "The port to use when content is distributed to this output.",
11691208
"AddOutputRequest$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
11701209
"AddOutputRequest$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
1210+
"BlackFrames$ThresholdSeconds" : "Specifies the number of consecutive seconds of black frames that triggers an event or alert.",
11711211
"BridgeNetworkOutput$Port": "The network output port.",
11721212
"BridgeNetworkOutput$Ttl": "The network output TTL.",
11731213
"BridgeNetworkSource$Port": "The network source port.",
@@ -1178,6 +1218,7 @@
11781218
"FailoverConfig$RecoveryWindow": "Search window time to look for dash-7 packets",
11791219
"FrameResolution$FrameHeight": "The number of pixels in the height of the video frame.",
11801220
"FrameResolution$FrameWidth": "The number of pixels in the width of the video frame.",
1221+
"FrozenFrames$ThresholdSeconds" : "Specifies the number of consecutive seconds of a static image that triggers an event or alert.",
11811222
"GatewayInstance$RunningBridgeCount": "The running bridge count.",
11821223
"GrantEntitlementRequest$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
11831224
"IngressGatewayBridge$MaxBitrate" : "The maximum expected bitrate (in bps) of the ingress bridge.",
@@ -1200,6 +1241,7 @@
12001241
"SetSourceRequest$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
12011242
"SetSourceRequest$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
12021243
"SetSourceRequest$SourceListenerPort": "Source port for SRT-caller protocol.",
1244+
"SilentAudio$ThresholdSeconds" : "Specifies the number of consecutive seconds of silence that triggers an event or alert.",
12031245
"Source$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
12041246
"Source$IngestPort": "The port that the flow will be listening on for incoming content.",
12051247
"Source$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
@@ -1268,6 +1310,12 @@
12681310
"CreateFlowRequest$Outputs": "The outputs that you want to add to this flow."
12691311
}
12701312
},
1313+
"__listOfAudioMonitoringSetting" : {
1314+
"base" : null,
1315+
"refs" : {
1316+
"MonitoringConfig$AudioMonitoringSettings" : "Contains the settings for audio stream metrics monitoring."
1317+
}
1318+
},
12711319
"__listOfBridgeOutput": {
12721320
"base": null,
12731321
"refs": {
@@ -1445,6 +1493,12 @@
14451493
"TransportMediaInfo$Programs": "The list of transport stream programs in the current flow's source."
14461494
}
14471495
},
1496+
"__listOfVideoMonitoringSetting" : {
1497+
"base" : null,
1498+
"refs" : {
1499+
"MonitoringConfig$VideoMonitoringSettings" : "Contains the settings for video stream metrics monitoring."
1500+
}
1501+
},
14481502
"__listOfVpcInterface": {
14491503
"base": null,
14501504
"refs": {

0 commit comments

Comments
 (0)