cognitect.aws.mediaconnect.docs.edn Maven / Gradle / Ivy
{:StopFlow {:documentation "Stops a flow.", :request {:FlowArn string}, :required [:FlowArn], :response {:FlowArn string, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}}, :ListEntitlements {:documentation "Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.", :request {:MaxResults integer, :NextToken string}, :required nil, :response {:Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :EntitlementArn string, :EntitlementName string}], :NextToken string}}, :ListTagsForResource {:documentation "List all tags on an AWS Elemental MediaConnect resource", :request {:ResourceArn string}, :required [:ResourceArn], :response {:Tags [:map-of string string]}}, :UpdateFlowSource {:documentation "Updates the source of a flow.", :request {:MaxLatency integer, :VpcInterfaceName string, :FlowArn string, :EntitlementArn string, :WhitelistCidr string, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :StreamId string, :MaxBitrate integer, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :IngestPort integer, :SourceArn string}, :required [:FlowArn :SourceArn], :response {:FlowArn string, :Source {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}}}, :DescribeFlow {:documentation "Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements.", :request {:FlowArn string}, :required [:FlowArn], :response {:Flow {:AvailabilityZone string, :EgressIp string, :Sources [:seq-of {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}], :SourceFailoverConfig {:RecoveryWindow integer, :State [:one-of ["ENABLED" "DISABLED"]]}, :Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :Name string, :Subscribers [:seq-of string]}], :VpcInterfaces [:seq-of {:Name string, :NetworkInterfaceIds [:seq-of string], :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}], :FlowArn string, :Outputs [:seq-of {:Port integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :EntitlementArn string, :OutputArn string, :DataTransferSubscriberFeePercent integer, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :MediaLiveInputArn string, :Name string, :Description string}], :Name string, :Description string, :Source {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}, :Messages {:Errors [:seq-of string]}}}, :TagResource {:documentation "Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.", :request {:ResourceArn string, :Tags [:map-of string string]}, :required [:ResourceArn :Tags], :response nil}, :UpdateFlowOutput {:documentation "Updates an existing flow output.", :request {:Port integer, :MaxLatency integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :FlowArn string, :Destination string, :OutputArn string, :StreamId string, :SmoothingLatency integer, :CidrAllowList [:seq-of string], :RemoteId string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]]}, :required [:FlowArn :OutputArn], :response {:FlowArn string, :Output {:Port integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :EntitlementArn string, :OutputArn string, :DataTransferSubscriberFeePercent integer, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :MediaLiveInputArn string, :Name string, :Description string}}}, :UntagResource {:documentation "Deletes specified tags from a resource.", :request {:ResourceArn string, :TagKeys [:seq-of string]}, :required [:TagKeys :ResourceArn], :response nil}, :RemoveFlowOutput {:documentation "Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output.", :request {:FlowArn string, :OutputArn string}, :required [:FlowArn :OutputArn], :response {:FlowArn string, :OutputArn string}}, :AddFlowOutputs {:documentation "Adds outputs to an existing flow. You can create up to 50 outputs per flow.", :request {:FlowArn string, :Outputs [:seq-of {:Port integer, :MaxLatency integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :StreamId string, :SmoothingLatency integer, :CidrAllowList [:seq-of string], :RemoteId string, :Name string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]]}]}, :required [:FlowArn :Outputs], :response {:FlowArn string, :Outputs [:seq-of {:Port integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :EntitlementArn string, :OutputArn string, :DataTransferSubscriberFeePercent integer, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :MediaLiveInputArn string, :Name string, :Description string}]}}, :DeleteFlow {:documentation "Deletes a flow. Before you can delete a flow, you must stop the flow.", :request {:FlowArn string}, :required [:FlowArn], :response {:FlowArn string, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}}, :UpdateFlowEntitlement {:documentation "You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.", :request {:Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :FlowArn string, :Subscribers [:seq-of string]}, :required [:FlowArn :EntitlementArn], :response {:Entitlement {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :Name string, :Subscribers [:seq-of string]}, :FlowArn string}}, :RemoveFlowVpcInterface {:documentation "Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.", :request {:FlowArn string, :VpcInterfaceName string}, :required [:FlowArn :VpcInterfaceName], :response {:FlowArn string, :NonDeletedNetworkInterfaceIds [:seq-of string], :VpcInterfaceName string}}, :GrantFlowEntitlements {:documentation "Grants entitlements to an existing flow.", :request {:Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Name string, :Subscribers [:seq-of string]}], :FlowArn string}, :required [:FlowArn :Entitlements], :response {:Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :Name string, :Subscribers [:seq-of string]}], :FlowArn string}}, :StartFlow {:documentation "Starts a flow.", :request {:FlowArn string}, :required [:FlowArn], :response {:FlowArn string, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}}, :AddFlowVpcInterfaces {:documentation "Adds VPC interfaces to flow", :request {:FlowArn string, :VpcInterfaces [:seq-of {:Name string, :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}]}, :required [:FlowArn :VpcInterfaces], :response {:FlowArn string, :VpcInterfaces [:seq-of {:Name string, :NetworkInterfaceIds [:seq-of string], :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}]}}, :UpdateFlow {:documentation "Updates flow", :request {:FlowArn string, :SourceFailoverConfig {:RecoveryWindow integer, :State [:one-of ["ENABLED" "DISABLED"]]}}, :required [:FlowArn], :response {:Flow {:AvailabilityZone string, :EgressIp string, :Sources [:seq-of {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}], :SourceFailoverConfig {:RecoveryWindow integer, :State [:one-of ["ENABLED" "DISABLED"]]}, :Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :Name string, :Subscribers [:seq-of string]}], :VpcInterfaces [:seq-of {:Name string, :NetworkInterfaceIds [:seq-of string], :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}], :FlowArn string, :Outputs [:seq-of {:Port integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :EntitlementArn string, :OutputArn string, :DataTransferSubscriberFeePercent integer, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :MediaLiveInputArn string, :Name string, :Description string}], :Name string, :Description string, :Source {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}}}, :ListFlows {:documentation "Displays a list of flows that are associated with this account. This request returns a paginated result.", :request {:MaxResults integer, :NextToken string}, :required nil, :response {:Flows [:seq-of {:AvailabilityZone string, :Description string, :FlowArn string, :Name string, :SourceType [:one-of ["OWNED" "ENTITLED"]], :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}], :NextToken string}}, :RevokeFlowEntitlement {:documentation "Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.", :request {:EntitlementArn string, :FlowArn string}, :required [:FlowArn :EntitlementArn], :response {:EntitlementArn string, :FlowArn string}}, :CreateFlow {:documentation "Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).", :request {:AvailabilityZone string, :Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Name string, :Subscribers [:seq-of string]}], :Name string, :Outputs [:seq-of {:Port integer, :MaxLatency integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :StreamId string, :SmoothingLatency integer, :CidrAllowList [:seq-of string], :RemoteId string, :Name string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]]}], :Source {:MaxLatency integer, :VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :StreamId string, :MaxBitrate integer, :Name string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :IngestPort integer}, :SourceFailoverConfig {:RecoveryWindow integer, :State [:one-of ["ENABLED" "DISABLED"]]}, :Sources [:seq-of {:MaxLatency integer, :VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :StreamId string, :MaxBitrate integer, :Name string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :IngestPort integer}], :VpcInterfaces [:seq-of {:Name string, :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}]}, :required [:Name], :response {:Flow {:AvailabilityZone string, :EgressIp string, :Sources [:seq-of {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}], :SourceFailoverConfig {:RecoveryWindow integer, :State [:one-of ["ENABLED" "DISABLED"]]}, :Entitlements [:seq-of {:DataTransferSubscriberFeePercent integer, :Description string, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :EntitlementArn string, :Name string, :Subscribers [:seq-of string]}], :VpcInterfaces [:seq-of {:Name string, :NetworkInterfaceIds [:seq-of string], :RoleArn string, :SecurityGroupIds [:seq-of string], :SubnetId string}], :FlowArn string, :Outputs [:seq-of {:Port integer, :Encryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Destination string, :EntitlementArn string, :OutputArn string, :DataTransferSubscriberFeePercent integer, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :MediaLiveInputArn string, :Name string, :Description string}], :Name string, :Description string, :Source {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}, :Status [:one-of ["STANDBY" "ACTIVE" "UPDATING" "DELETING" "STARTING" "STOPPING" "ERROR"]]}}}, :RemoveFlowSource {:documentation "Removes a source from an existing flow. This request can be made only if there is more than one source on the flow.", :request {:FlowArn string, :SourceArn string}, :required [:FlowArn :SourceArn], :response {:FlowArn string, :SourceArn string}}, :AddFlowSources {:documentation "Adds Sources to flow", :request {:FlowArn string, :Sources [:seq-of {:MaxLatency integer, :VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :StreamId string, :MaxBitrate integer, :Name string, :Description string, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :IngestPort integer}]}, :required [:FlowArn :Sources], :response {:FlowArn string, :Sources [:seq-of {:VpcInterfaceName string, :EntitlementArn string, :WhitelistCidr string, :DataTransferSubscriberFeePercent integer, :Decryption {:Url string, :DeviceId string, :ConstantInitializationVector string, :ResourceId string, :RoleArn string, :Region string, :Algorithm [:one-of ["aes128" "aes192" "aes256"]], :SecretArn string, :KeyType [:one-of ["speke" "static-key"]]}, :Transport {:CidrAllowList [:seq-of string], :MaxBitrate integer, :MaxLatency integer, :Protocol [:one-of ["zixi-push" "rtp-fec" "rtp" "zixi-pull" "rist"]], :RemoteId string, :SmoothingLatency integer, :StreamId string}, :IngestIp string, :Name string, :Description string, :IngestPort integer, :SourceArn string}]}}} © 2015 - 2025 Weber Informatics LLC | Privacy Policy