Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 2, 2025
1 parent a4fa679 commit 59ad7d8
Show file tree
Hide file tree
Showing 67 changed files with 2,029 additions and 556 deletions.
3 changes: 2 additions & 1 deletion apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4089,7 +4089,8 @@
"type":"structure",
"required":[
"apiId",
"name"
"name",
"authenticationType"
],
"members":{
"apiId":{
Expand Down
47 changes: 46 additions & 1 deletion apis/gamelift/2015-10-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,23 @@
{"shape":"UnsupportedRegionException"}
]
},
"TerminateGameSession":{
"name":"TerminateGameSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TerminateGameSessionInput"},
"output":{"shape":"TerminateGameSessionOutput"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidRequestException"},
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"},
{"shape":"InvalidGameSessionStatusException"},
{"shape":"NotReadyException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
Expand Down Expand Up @@ -4594,7 +4611,11 @@
},
"GameSessionStatusReason":{
"type":"string",
"enum":["INTERRUPTED"]
"enum":[
"INTERRUPTED",
"TRIGGERED_ON_PROCESS_TERMINATE",
"FORCE_TERMINATED"
]
},
"GetComputeAccessInput":{
"type":"structure",
Expand Down Expand Up @@ -6245,6 +6266,30 @@
},
"exception":true
},
"TerminateGameSessionInput":{
"type":"structure",
"required":[
"GameSessionId",
"TerminationMode"
],
"members":{
"GameSessionId":{"shape":"ArnStringModel"},
"TerminationMode":{"shape":"TerminationMode"}
}
},
"TerminateGameSessionOutput":{
"type":"structure",
"members":{
"GameSession":{"shape":"GameSession"}
}
},
"TerminationMode":{
"type":"string",
"enum":[
"TRIGGER_ON_PROCESS_TERMINATE",
"FORCE_TERMINATE"
]
},
"Timestamp":{"type":"timestamp"},
"UnauthorizedException":{
"type":"structure",
Expand Down
163 changes: 91 additions & 72 deletions apis/gamelift/2015-10-01/docs-2.json

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions apis/mediaconnect/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,15 @@
"aes256"
]
},
"AudioMonitoringSetting": {
"type": "structure",
"members": {
"SilentAudio": {
"shape": "SilentAudio",
"locationName": "silentAudio"
}
}
},
"BadRequestException": {
"type": "structure",
"members": {
Expand All @@ -2274,6 +2283,19 @@
"httpStatusCode": 400
}
},
"BlackFrames": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state"
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds"
}
}
},
"Bridge": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2530,6 +2552,13 @@
"DISCONNECTED"
]
},
"ContentQualityAnalysisState": {
"type": "string",
"enum": [
"ENABLED",
"DISABLED"
]
},
"CreateBridge420Exception": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3437,6 +3466,19 @@
"FrameHeight"
]
},
"FrozenFrames": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state"
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds"
}
}
},
"Gateway": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4380,6 +4422,18 @@
"ThumbnailState": {
"shape": "ThumbnailState",
"locationName": "thumbnailState"
},
"AudioMonitoringSettings": {
"shape": "__listOfAudioMonitoringSetting",
"locationName": "audioMonitoringSettings"
},
"ContentQualityAnalysisState": {
"shape": "ContentQualityAnalysisState",
"locationName": "contentQualityAnalysisState"
},
"VideoMonitoringSettings": {
"shape": "__listOfVideoMonitoringSetting",
"locationName": "videoMonitoringSettings"
}
}
},
Expand Down Expand Up @@ -5080,6 +5134,19 @@
}
}
},
"SilentAudio": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state"
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds"
}
}
},
"Source": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6183,6 +6250,19 @@
}
}
},
"VideoMonitoringSetting": {
"type": "structure",
"members": {
"BlackFrames": {
"shape": "BlackFrames",
"locationName": "blackFrames"
},
"FrozenFrames": {
"shape": "FrozenFrames",
"locationName": "frozenFrames"
}
}
},
"VpcInterface": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6293,6 +6373,12 @@
"shape": "AddOutputRequest"
}
},
"__listOfAudioMonitoringSetting": {
"type": "list",
"member": {
"shape": "AudioMonitoringSetting"
}
},
"__listOfBridgeOutput": {
"type": "list",
"member": {
Expand Down Expand Up @@ -6455,6 +6541,12 @@
"shape": "TransportStreamProgram"
}
},
"__listOfVideoMonitoringSetting": {
"type": "list",
"member": {
"shape": "VideoMonitoringSetting"
}
},
"__listOfVpcInterface": {
"type": "list",
"member": {
Expand Down
56 changes: 55 additions & 1 deletion apis/mediaconnect/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,22 @@
"UpdateEncryption$Algorithm": "The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256)."
}
},
"AudioMonitoringSetting": {
"base" : "Specifies the configuration for audio stream metrics monitoring.",
"refs" : {
"__listOfAudioMonitoringSetting$member" : null
}
},
"BadRequestException": {
"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.",
"refs": {}
},
"BlackFrames": {
"base" : "Configures settings for the BlackFrames metric.",
"refs" : {
"VideoMonitoringSetting$BlackFrames" : "Detects video frames that are black."
}
},
"Bridge": {
"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.",
"refs": {
Expand Down Expand Up @@ -257,6 +269,12 @@
"GatewayInstance$ConnectionStatus": "The connection state of the instance."
}
},
"ContentQualityAnalysisState" : {
"base" : null,
"refs" : {
"MonitoringConfig$ContentQualityAnalysisState" : "Indicates whether content quality analysis is enabled or disabled."
}
},
"CreateBridge420Exception": {
"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.",
"refs": {}
Expand Down Expand Up @@ -469,6 +487,12 @@
"TransportStream$FrameResolution": null
}
},
"FrozenFrames": {
"base" : "Configures settings for the FrozenFrames metric.",
"refs" : {
"VideoMonitoringSetting$FrozenFrames" : "Detects video frames that have not changed."
}
},
"Gateway": {
"base": "The settings for a gateway, including its networks.",
"refs": {
Expand Down Expand Up @@ -880,6 +904,12 @@
"__listOfSetSourceRequest$member": null
}
},
"SilentAudio" : {
"base" : "Configures settings for the SilentAudio metric.",
"refs" : {
"AudioMonitoringSetting$SilentAudio" : "Detects periods of silence."
}
},
"Source": {
"base": "The settings for the source of the flow.",
"refs": {
Expand Down Expand Up @@ -909,7 +939,10 @@
"base": null,
"refs": {
"FailoverConfig$State": null,
"UpdateFailoverConfig$State": null
"UpdateFailoverConfig$State": null,
"BlackFrames$State" : "Indicates whether the BlackFrames metric is enabled or disabled.",
"FrozenFrames$State" : "Indicates whether the FrozenFrames metric is enabled or disabled.",
"SilentAudio$State" : "Indicates whether the SilentAudio metric is enabled or disabled."
}
},
"Status": {
Expand Down Expand Up @@ -1115,6 +1148,12 @@
"UpdateFlowRequest$Maintenance": null
}
},
"VideoMonitoringSetting" : {
"base" : "Specifies the configuration for video stream metrics monitoring.",
"refs" : {
"__listOfVideoMonitoringSetting$member" : null
}
},
"VpcInterface": {
"base": "The settings for a VPC Source.",
"refs": {
Expand Down Expand Up @@ -1168,6 +1207,7 @@
"AddOutputRequest$Port": "The port to use when content is distributed to this output.",
"AddOutputRequest$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
"AddOutputRequest$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
"BlackFrames$ThresholdSeconds" : "Specifies the number of consecutive seconds of black frames that triggers an event or alert.",
"BridgeNetworkOutput$Port": "The network output port.",
"BridgeNetworkOutput$Ttl": "The network output TTL.",
"BridgeNetworkSource$Port": "The network source port.",
Expand All @@ -1178,6 +1218,7 @@
"FailoverConfig$RecoveryWindow": "Search window time to look for dash-7 packets",
"FrameResolution$FrameHeight": "The number of pixels in the height of the video frame.",
"FrameResolution$FrameWidth": "The number of pixels in the width of the video frame.",
"FrozenFrames$ThresholdSeconds" : "Specifies the number of consecutive seconds of a static image that triggers an event or alert.",
"GatewayInstance$RunningBridgeCount": "The running bridge count.",
"GrantEntitlementRequest$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
"IngressGatewayBridge$MaxBitrate" : "The maximum expected bitrate (in bps) of the ingress bridge.",
Expand All @@ -1200,6 +1241,7 @@
"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.",
"SetSourceRequest$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
"SetSourceRequest$SourceListenerPort": "Source port for SRT-caller protocol.",
"SilentAudio$ThresholdSeconds" : "Specifies the number of consecutive seconds of silence that triggers an event or alert.",
"Source$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
"Source$IngestPort": "The port that the flow will be listening on for incoming content.",
"Source$SenderControlPort": "The port that the flow uses to send outbound requests to initiate connection with the sender.",
Expand Down Expand Up @@ -1268,6 +1310,12 @@
"CreateFlowRequest$Outputs": "The outputs that you want to add to this flow."
}
},
"__listOfAudioMonitoringSetting" : {
"base" : null,
"refs" : {
"MonitoringConfig$AudioMonitoringSettings" : "Contains the settings for audio stream metrics monitoring."
}
},
"__listOfBridgeOutput": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1445,6 +1493,12 @@
"TransportMediaInfo$Programs": "The list of transport stream programs in the current flow's source."
}
},
"__listOfVideoMonitoringSetting" : {
"base" : null,
"refs" : {
"MonitoringConfig$VideoMonitoringSettings" : "Contains the settings for video stream metrics monitoring."
}
},
"__listOfVpcInterface": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit 59ad7d8

Please sign in to comment.