AWS MediaConnect 2018-11-14
- Client: Aws\MediaConnect\MediaConnectClient
- Service ID: mediaconnect
- Version: 2018-11-14
This page describes the parameters and results for the operations of the AWS MediaConnect (2018-11-14), and shows how to use the Aws\MediaConnect\MediaConnectClient object to call the described operations. This documentation is specific to the 2018-11-14 API version of the service.
Operation Summary
Each of the following operations can be created from a client using
$client->getCommand('CommandName')
, where "CommandName" is the
name of one of the following operations. Note: a command is a value that
encapsulates an operation and the parameters used to create an HTTP request.
You can also create and send a command immediately using the magic methods
available on a client object: $client->commandName(/* parameters */)
.
You can send the command asynchronously (returning a promise) by appending the
word "Async" to the operation name: $client->commandNameAsync(/* parameters */)
.
- AddFlowOutputs ( array $params = [] )
Adds outputs to an existing flow.
- AddFlowSources ( array $params = [] )
Adds Sources to flow
- AddFlowVpcInterfaces ( array $params = [] )
Adds VPC interfaces to flow
- CreateFlow ( array $params = [] )
Creates a new flow.
- DeleteFlow ( array $params = [] )
Deletes a flow.
- DescribeFlow ( array $params = [] )
Displays the details of a flow.
- DescribeOffering ( array $params = [] )
Displays the details of an offering.
- DescribeReservation ( array $params = [] )
Displays the details of a reservation.
- GrantFlowEntitlements ( array $params = [] )
Grants entitlements to an existing flow.
- ListEntitlements ( array $params = [] )
Displays a list of all entitlements that have been granted to this account.
- ListFlows ( array $params = [] )
Displays a list of flows that are associated with this account.
- ListOfferings ( array $params = [] )
Displays a list of all offerings that are available to this account in the current AWS Region.
- ListReservations ( array $params = [] )
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
- ListTagsForResource ( array $params = [] )
List all tags on an AWS Elemental MediaConnect resource
- PurchaseOffering ( array $params = [] )
Submits a request to purchase an offering.
- RemoveFlowOutput ( array $params = [] )
Removes an output from an existing flow.
- RemoveFlowSource ( array $params = [] )
Removes a source from an existing flow.
- RemoveFlowVpcInterface ( array $params = [] )
Removes a VPC Interface from an existing flow.
- RevokeFlowEntitlement ( array $params = [] )
Revokes an entitlement from a flow.
- StartFlow ( array $params = [] )
Starts a flow.
- StopFlow ( array $params = [] )
Stops a flow.
- TagResource ( array $params = [] )
Associates the specified tags to a resource with the specified resourceArn.
- UntagResource ( array $params = [] )
Deletes specified tags from a resource.
- UpdateFlow ( array $params = [] )
Updates flow
- UpdateFlowEntitlement ( array $params = [] )
You can change an entitlement's description, subscribers, and encryption.
- UpdateFlowOutput ( array $params = [] )
Updates an existing flow output.
- UpdateFlowSource ( array $params = [] )
Updates the source of a flow.
Paginators
Paginators handle automatically iterating over paginated API results. Paginators are associated with specific API operations, and they accept the parameters that the corresponding API operation accepts. You can get a paginator from a client class using getPaginator($paginatorName, $operationParameters). This client supports the following paginators:
Operations
AddFlowOutputs
$result = $client->addFlowOutputs
([/* ... */]); $promise = $client->addFlowOutputsAsync
([/* ... */]);
Parameter Syntax
$result = $client->addFlowOutputs([ 'FlowArn' => '<string>', // REQUIRED 'Outputs' => [ // REQUIRED [ 'CidrAllowList' => ['<string>', ...], 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Name' => '<string>', 'Port' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', // REQUIRED 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], ]);
Parameter Details
Members
- FlowArn
-
- Required: Yes
- Type: string
- Outputs
-
- Required: Yes
- Type: Array of AddOutputRequest structures
A list of outputs that you want to add.
Result Syntax
[ 'FlowArn' => '<string>', 'Outputs' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'MediaLiveInputArn' => '<string>', 'Name' => '<string>', 'OutputArn' => '<string>', 'Port' => <integer>, 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that these outputs were added to. - Outputs
-
- Type: Array of Output structures
The details of the newly added outputs.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
AddFlowSources
$result = $client->addFlowSources
([/* ... */]); $promise = $client->addFlowSourcesAsync
([/* ... */]);
Parameter Syntax
$result = $client->addFlowSources([ 'FlowArn' => '<string>', // REQUIRED 'Sources' => [ // REQUIRED [ 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestPort' => <integer>, 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Name' => '<string>', 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'StreamId' => '<string>', 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], ]);
Parameter Details
Members
- FlowArn
-
- Required: Yes
- Type: string
- Sources
-
- Required: Yes
- Type: Array of SetSourceRequest structures
A list of sources that you want to add.
Result Syntax
[ 'FlowArn' => '<string>', 'Sources' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that these sources were added to. - Sources
-
- Type: Array of Source structures
The details of the newly added sources.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
AddFlowVpcInterfaces
$result = $client->addFlowVpcInterfaces
([/* ... */]); $promise = $client->addFlowVpcInterfacesAsync
([/* ... */]);
Parameter Syntax
$result = $client->addFlowVpcInterfaces([ 'FlowArn' => '<string>', // REQUIRED 'VpcInterfaces' => [ // REQUIRED [ 'Name' => '<string>', // REQUIRED 'RoleArn' => '<string>', // REQUIRED 'SecurityGroupIds' => ['<string>', ...], // REQUIRED 'SubnetId' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- FlowArn
-
- Required: Yes
- Type: string
- VpcInterfaces
-
- Required: Yes
- Type: Array of VpcInterfaceRequest structures
A list of VPC interfaces that you want to add.
Result Syntax
[ 'FlowArn' => '<string>', 'VpcInterfaces' => [ [ 'Name' => '<string>', 'NetworkInterfaceIds' => ['<string>', ...], 'RoleArn' => '<string>', 'SecurityGroupIds' => ['<string>', ...], 'SubnetId' => '<string>', ], // ... ], ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that these VPC interfaces were added to. - VpcInterfaces
-
- Type: Array of VpcInterface structures
The details of the newly added VPC interfaces.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
CreateFlow
$result = $client->createFlow
([/* ... */]); $promise = $client->createFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->createFlow([ 'AvailabilityZone' => '<string>', 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], // REQUIRED ], // ... ], 'Name' => '<string>', // REQUIRED 'Outputs' => [ [ 'CidrAllowList' => ['<string>', ...], 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Name' => '<string>', 'Port' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', // REQUIRED 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], 'Source' => [ 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestPort' => <integer>, 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Name' => '<string>', 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'StreamId' => '<string>', 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], 'SourceFailoverConfig' => [ 'RecoveryWindow' => <integer>, 'State' => 'ENABLED|DISABLED', ], 'Sources' => [ [ 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestPort' => <integer>, 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Name' => '<string>', 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'StreamId' => '<string>', 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], 'VpcInterfaces' => [ [ 'Name' => '<string>', // REQUIRED 'RoleArn' => '<string>', // REQUIRED 'SecurityGroupIds' => ['<string>', ...], // REQUIRED 'SubnetId' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- AvailabilityZone
-
- Type: string
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region. - Entitlements
-
- Type: Array of GrantEntitlementRequest structures
The entitlements that you want to grant on a flow. - Name
-
- Required: Yes
- Type: string
The name of the flow. - Outputs
-
- Type: Array of AddOutputRequest structures
The outputs that you want to add to this flow. - Source
-
- Type: SetSourceRequest structure
The settings for the source of the flow. - SourceFailoverConfig
-
- Type: FailoverConfig structure
The settings for source failover - Sources
-
- Type: Array of SetSourceRequest structures
- VpcInterfaces
-
- Type: Array of VpcInterfaceRequest structures
The VPC interfaces you want on the flow.
Result Syntax
[ 'Flow' => [ 'AvailabilityZone' => '<string>', 'Description' => '<string>', 'EgressIp' => '<string>', 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], ], // ... ], 'FlowArn' => '<string>', 'Name' => '<string>', 'Outputs' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'MediaLiveInputArn' => '<string>', 'Name' => '<string>', 'OutputArn' => '<string>', 'Port' => <integer>, 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], 'Source' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], 'SourceFailoverConfig' => [ 'RecoveryWindow' => <integer>, 'State' => 'ENABLED|DISABLED', ], 'Sources' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', 'VpcInterfaces' => [ [ 'Name' => '<string>', 'NetworkInterfaceIds' => ['<string>', ...], 'RoleArn' => '<string>', 'SecurityGroupIds' => ['<string>', ...], 'SubnetId' => '<string>', ], // ... ], ], ]
Result Details
Members
- Flow
-
- Type: Flow structure
The settings for a flow, including its source, outputs, and entitlements.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
DeleteFlow
$result = $client->deleteFlow
([/* ... */]); $promise = $client->deleteFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteFlow([ 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
DescribeFlow
$result = $client->describeFlow
([/* ... */]); $promise = $client->describeFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeFlow([ 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'Flow' => [ 'AvailabilityZone' => '<string>', 'Description' => '<string>', 'EgressIp' => '<string>', 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], ], // ... ], 'FlowArn' => '<string>', 'Name' => '<string>', 'Outputs' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'MediaLiveInputArn' => '<string>', 'Name' => '<string>', 'OutputArn' => '<string>', 'Port' => <integer>, 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], 'Source' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], 'SourceFailoverConfig' => [ 'RecoveryWindow' => <integer>, 'State' => 'ENABLED|DISABLED', ], 'Sources' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', 'VpcInterfaces' => [ [ 'Name' => '<string>', 'NetworkInterfaceIds' => ['<string>', ...], 'RoleArn' => '<string>', 'SecurityGroupIds' => ['<string>', ...], 'SubnetId' => '<string>', ], // ... ], ], 'Messages' => [ 'Errors' => ['<string>', ...], ], ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
DescribeOffering
$result = $client->describeOffering
([/* ... */]); $promise = $client->describeOfferingAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeOffering([ 'OfferingArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'Offering' => [ 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'OfferingArn' => '<string>', 'OfferingDescription' => '<string>', 'PricePerUnit' => '<string>', 'PriceUnits' => 'HOURLY', 'ResourceSpecification' => [ 'ReservedBitrate' => <integer>, 'ResourceType' => 'Mbps_Outbound_Bandwidth', ], ], ]
Result Details
Members
- Offering
-
- Type: Offering structure
A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
DescribeReservation
$result = $client->describeReservation
([/* ... */]); $promise = $client->describeReservationAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeReservation([ 'ReservationArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'Reservation' => [ 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'OfferingArn' => '<string>', 'OfferingDescription' => '<string>', 'PricePerUnit' => '<string>', 'PriceUnits' => 'HOURLY', 'ReservationArn' => '<string>', 'ReservationName' => '<string>', 'ReservationState' => 'ACTIVE|EXPIRED|PROCESSING|CANCELED', 'ResourceSpecification' => [ 'ReservedBitrate' => <integer>, 'ResourceType' => 'Mbps_Outbound_Bandwidth', ], 'Start' => '<string>', ], ]
Result Details
Members
- Reservation
-
- Type: Reservation structure
A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
GrantFlowEntitlements
$result = $client->grantFlowEntitlements
([/* ... */]); $promise = $client->grantFlowEntitlementsAsync
([/* ... */]);
Parameter Syntax
$result = $client->grantFlowEntitlements([ 'Entitlements' => [ // REQUIRED [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', // REQUIRED 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], // REQUIRED ], // ... ], 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- Entitlements
-
- Required: Yes
- Type: Array of GrantEntitlementRequest structures
The list of entitlements that you want to grant. - FlowArn
-
- Required: Yes
- Type: string
Result Syntax
[ 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], ], // ... ], 'FlowArn' => '<string>', ]
Result Details
Members
- Entitlements
-
- Type: Array of Entitlement structures
The entitlements that were just granted. - FlowArn
-
- Type: string
The ARN of the flow that these entitlements were granted to.
Errors
-
GrantFlowEntitlements420Exception:
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ListEntitlements
$result = $client->listEntitlements
([/* ... */]); $promise = $client->listEntitlementsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listEntitlements([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Result Syntax
[ 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'EntitlementArn' => '<string>', 'EntitlementName' => '<string>', ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- Entitlements
-
- Type: Array of ListedEntitlement structures
A list of entitlements that have been granted to you from other AWS accounts. - NextToken
-
- Type: string
The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ListFlows
$result = $client->listFlows
([/* ... */]); $promise = $client->listFlowsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listFlows([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Result Syntax
[ 'Flows' => [ [ 'AvailabilityZone' => '<string>', 'Description' => '<string>', 'FlowArn' => '<string>', 'Name' => '<string>', 'SourceType' => 'OWNED|ENTITLED', 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- Flows
-
- Type: Array of ListedFlow structures
A list of flow summaries. - NextToken
-
- Type: string
The token that identifies which batch of results that you want to see. For example, you submit a ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second time and specify the NextToken value.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ListOfferings
$result = $client->listOfferings
([/* ... */]); $promise = $client->listOfferingsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listOfferings([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Result Syntax
[ 'NextToken' => '<string>', 'Offerings' => [ [ 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'OfferingArn' => '<string>', 'OfferingDescription' => '<string>', 'PricePerUnit' => '<string>', 'PriceUnits' => 'HOURLY', 'ResourceSpecification' => [ 'ReservedBitrate' => <integer>, 'ResourceType' => 'Mbps_Outbound_Bandwidth', ], ], // ... ], ]
Result Details
Members
- NextToken
-
- Type: string
The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value. - Offerings
-
- Type: Array of Offering structures
A list of offerings that are available to this account in the current AWS Region.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ListReservations
$result = $client->listReservations
([/* ... */]); $promise = $client->listReservationsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listReservations([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Result Syntax
[ 'NextToken' => '<string>', 'Reservations' => [ [ 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'OfferingArn' => '<string>', 'OfferingDescription' => '<string>', 'PricePerUnit' => '<string>', 'PriceUnits' => 'HOURLY', 'ReservationArn' => '<string>', 'ReservationName' => '<string>', 'ReservationState' => 'ACTIVE|EXPIRED|PROCESSING|CANCELED', 'ResourceSpecification' => [ 'ReservedBitrate' => <integer>, 'ResourceType' => 'Mbps_Outbound_Bandwidth', ], 'Start' => '<string>', ], // ... ], ]
Result Details
Members
- NextToken
-
- Type: string
The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListReservations request a second time and specify the NextToken value. - Reservations
-
- Type: Array of Reservation structures
A list of all reservations that have been purchased by this account in the current AWS Region.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ListTagsForResource
$result = $client->listTagsForResource
([/* ... */]); $promise = $client->listTagsForResourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->listTagsForResource([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'Tags' => ['<string>', ...], ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
PurchaseOffering
$result = $client->purchaseOffering
([/* ... */]); $promise = $client->purchaseOfferingAsync
([/* ... */]);
Parameter Syntax
$result = $client->purchaseOffering([ 'OfferingArn' => '<string>', // REQUIRED 'ReservationName' => '<string>', // REQUIRED 'Start' => '<string>', // REQUIRED ]);
Parameter Details
Members
- OfferingArn
-
- Required: Yes
- Type: string
- ReservationName
-
- Required: Yes
- Type: string
The name that you want to use for the reservation. - Start
-
- Required: Yes
- Type: string
The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.
Result Syntax
[ 'Reservation' => [ 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'OfferingArn' => '<string>', 'OfferingDescription' => '<string>', 'PricePerUnit' => '<string>', 'PriceUnits' => 'HOURLY', 'ReservationArn' => '<string>', 'ReservationName' => '<string>', 'ReservationState' => 'ACTIVE|EXPIRED|PROCESSING|CANCELED', 'ResourceSpecification' => [ 'ReservedBitrate' => <integer>, 'ResourceType' => 'Mbps_Outbound_Bandwidth', ], 'Start' => '<string>', ], ]
Result Details
Members
- Reservation
-
- Type: Reservation structure
A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
RemoveFlowOutput
$result = $client->removeFlowOutput
([/* ... */]); $promise = $client->removeFlowOutputAsync
([/* ... */]);
Parameter Syntax
$result = $client->removeFlowOutput([ 'FlowArn' => '<string>', // REQUIRED 'OutputArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'OutputArn' => '<string>', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
RemoveFlowSource
$result = $client->removeFlowSource
([/* ... */]); $promise = $client->removeFlowSourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->removeFlowSource([ 'FlowArn' => '<string>', // REQUIRED 'SourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'SourceArn' => '<string>', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
RemoveFlowVpcInterface
$result = $client->removeFlowVpcInterface
([/* ... */]); $promise = $client->removeFlowVpcInterfaceAsync
([/* ... */]);
Parameter Syntax
$result = $client->removeFlowVpcInterface([ 'FlowArn' => '<string>', // REQUIRED 'VpcInterfaceName' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'NonDeletedNetworkInterfaceIds' => ['<string>', ...], 'VpcInterfaceName' => '<string>', ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that is associated with the VPC interface you removed. - NonDeletedNetworkInterfaceIds
-
- Type: Array of strings
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove. - VpcInterfaceName
-
- Type: string
The name of the VPC interface that was removed.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
RevokeFlowEntitlement
$result = $client->revokeFlowEntitlement
([/* ... */]); $promise = $client->revokeFlowEntitlementAsync
([/* ... */]);
Parameter Syntax
$result = $client->revokeFlowEntitlement([ 'EntitlementArn' => '<string>', // REQUIRED 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'EntitlementArn' => '<string>', 'FlowArn' => '<string>', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
StartFlow
$result = $client->startFlow
([/* ... */]); $promise = $client->startFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->startFlow([ 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
StopFlow
$result = $client->stopFlow
([/* ... */]); $promise = $client->stopFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->stopFlow([ 'FlowArn' => '<string>', // REQUIRED ]);
Parameter Details
Result Syntax
[ 'FlowArn' => '<string>', 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', ]
Result Details
Members
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
TagResource
$result = $client->tagResource
([/* ... */]); $promise = $client->tagResourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->tagResource([ 'ResourceArn' => '<string>', // REQUIRED 'Tags' => ['<string>', ...], // REQUIRED ]);
Parameter Details
Members
Result Syntax
[]
Result Details
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
UntagResource
$result = $client->untagResource
([/* ... */]); $promise = $client->untagResourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->untagResource([ 'ResourceArn' => '<string>', // REQUIRED 'TagKeys' => ['<string>', ...], // REQUIRED ]);
Parameter Details
Result Syntax
[]
Result Details
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
UpdateFlow
$result = $client->updateFlow
([/* ... */]); $promise = $client->updateFlowAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateFlow([ 'FlowArn' => '<string>', // REQUIRED 'SourceFailoverConfig' => [ 'RecoveryWindow' => <integer>, 'State' => 'ENABLED|DISABLED', ], ]);
Parameter Details
Members
- FlowArn
-
- Required: Yes
- Type: string
- SourceFailoverConfig
-
- Type: UpdateFailoverConfig structure
The settings for source failover
Result Syntax
[ 'Flow' => [ 'AvailabilityZone' => '<string>', 'Description' => '<string>', 'EgressIp' => '<string>', 'Entitlements' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], ], // ... ], 'FlowArn' => '<string>', 'Name' => '<string>', 'Outputs' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'MediaLiveInputArn' => '<string>', 'Name' => '<string>', 'OutputArn' => '<string>', 'Port' => <integer>, 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], // ... ], 'Source' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], 'SourceFailoverConfig' => [ 'RecoveryWindow' => <integer>, 'State' => 'ENABLED|DISABLED', ], 'Sources' => [ [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], // ... ], 'Status' => 'STANDBY|ACTIVE|UPDATING|DELETING|STARTING|STOPPING|ERROR', 'VpcInterfaces' => [ [ 'Name' => '<string>', 'NetworkInterfaceIds' => ['<string>', ...], 'RoleArn' => '<string>', 'SecurityGroupIds' => ['<string>', ...], 'SubnetId' => '<string>', ], // ... ], ], ]
Result Details
Members
- Flow
-
- Type: Flow structure
The settings for a flow, including its source, outputs, and entitlements.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
UpdateFlowEntitlement
$result = $client->updateFlowEntitlement
([/* ... */]); $promise = $client->updateFlowEntitlementAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateFlowEntitlement([ 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', // REQUIRED 'EntitlementStatus' => 'ENABLED|DISABLED', 'FlowArn' => '<string>', // REQUIRED 'Subscribers' => ['<string>', ...], ]);
Parameter Details
Members
- Description
-
- Type: string
A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user. - Encryption
-
- Type: UpdateEncryption structure
The type of encryption that will be used on the output associated with this entitlement. - EntitlementArn
-
- Required: Yes
- Type: string
- EntitlementStatus
-
- Type: string
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged. - FlowArn
-
- Required: Yes
- Type: string
- Subscribers
-
- Type: Array of strings
The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
Result Syntax
[ 'Entitlement' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'EntitlementStatus' => 'ENABLED|DISABLED', 'Name' => '<string>', 'Subscribers' => ['<string>', ...], ], 'FlowArn' => '<string>', ]
Result Details
Members
- Entitlement
-
- Type: Entitlement structure
The new configuration of the entitlement that you updated. - FlowArn
-
- Type: string
The ARN of the flow that this entitlement was granted on.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
UpdateFlowOutput
$result = $client->updateFlowOutput
([/* ... */]); $promise = $client->updateFlowOutputAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateFlowOutput([ 'CidrAllowList' => ['<string>', ...], 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'FlowArn' => '<string>', // REQUIRED 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'OutputArn' => '<string>', // REQUIRED 'Port' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ]);
Parameter Details
Members
- CidrAllowList
-
- Type: Array of strings
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. - Description
-
- Type: string
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user. - Destination
-
- Type: string
The IP address where you want to send the output. - Encryption
-
- Type: UpdateEncryption structure
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). - FlowArn
-
- Required: Yes
- Type: string
- MaxLatency
-
- Type: int
The maximum latency in milliseconds for Zixi-based streams. - MinLatency
-
- Type: int
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’s minimum latency and the receiver’s minimum latency. - OutputArn
-
- Required: Yes
- Type: string
- Port
-
- Type: int
The port to use when content is distributed to this output. - Protocol
-
- Type: string
The protocol to use for the output. - RemoteId
-
- Type: string
The remote ID for the Zixi-pull stream. - SmoothingLatency
-
- Type: int
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. - StreamId
-
- Type: string
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. - VpcInterfaceAttachment
-
- Type: VpcInterfaceAttachment structure
The name of the VPC interface attachment to use for this output.
Result Syntax
[ 'FlowArn' => '<string>', 'Output' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Description' => '<string>', 'Destination' => '<string>', 'Encryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'EntitlementArn' => '<string>', 'MediaLiveInputArn' => '<string>', 'Name' => '<string>', 'OutputArn' => '<string>', 'Port' => <integer>, 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceAttachment' => [ 'VpcInterfaceName' => '<string>', ], ], ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that is associated with the updated output. - Output
-
- Type: Output structure
The new settings of the output that you updated.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
UpdateFlowSource
$result = $client->updateFlowSource
([/* ... */]); $promise = $client->updateFlowSourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateFlowSource([ 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'FlowArn' => '<string>', // REQUIRED 'IngestPort' => <integer>, 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'SourceArn' => '<string>', // REQUIRED 'StreamId' => '<string>', 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ]);
Parameter Details
Members
- Decryption
-
- Type: UpdateEncryption structure
The type of encryption used on the content ingested from this source. - Description
-
- Type: string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. - EntitlementArn
-
- Type: string
The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow. - FlowArn
-
- Required: Yes
- Type: string
- IngestPort
-
- Type: int
The port that the flow will be listening on for incoming content. - MaxBitrate
-
- Type: int
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. - MaxLatency
-
- Type: int
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. - MinLatency
-
- Type: int
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’s minimum latency and the receiver’s minimum latency. - Protocol
-
- Type: string
The protocol that is used by the source. - SourceArn
-
- Required: Yes
- Type: string
- StreamId
-
- Type: string
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. - VpcInterfaceName
-
- Type: string
The name of the VPC Interface to configure this Source with. - WhitelistCidr
-
- Type: string
The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Result Syntax
[ 'FlowArn' => '<string>', 'Source' => [ 'DataTransferSubscriberFeePercent' => <integer>, 'Decryption' => [ 'Algorithm' => 'aes128|aes192|aes256', 'ConstantInitializationVector' => '<string>', 'DeviceId' => '<string>', 'KeyType' => 'speke|static-key|srt-password', 'Region' => '<string>', 'ResourceId' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'Url' => '<string>', ], 'Description' => '<string>', 'EntitlementArn' => '<string>', 'IngestIp' => '<string>', 'IngestPort' => <integer>, 'Name' => '<string>', 'SourceArn' => '<string>', 'Transport' => [ 'CidrAllowList' => ['<string>', ...], 'MaxBitrate' => <integer>, 'MaxLatency' => <integer>, 'MinLatency' => <integer>, 'Protocol' => 'zixi-push|rtp-fec|rtp|zixi-pull|rist|srt-listener', 'RemoteId' => '<string>', 'SmoothingLatency' => <integer>, 'StreamId' => '<string>', ], 'VpcInterfaceName' => '<string>', 'WhitelistCidr' => '<string>', ], ]
Result Details
Members
- FlowArn
-
- Type: string
The ARN of the flow that you want to update. - Source
-
- Type: Source structure
The settings for the source of the flow.
Errors
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
-
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
Shapes
AddFlowOutputs420Exception
Description
Members
AddOutputRequest
Description
Members
- CidrAllowList
-
- Type: Array of strings
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. - Description
-
- Type: string
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user. - Destination
-
- Type: string
The IP address from which video will be sent to output destinations. - Encryption
-
- Type: Encryption structure
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). - MaxLatency
-
- Type: int
The maximum latency in milliseconds for Zixi-based streams. - MinLatency
-
- Type: int
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’s minimum latency and the receiver’s minimum latency. - Name
-
- Type: string
The name of the output. This value must be unique within the current flow. - Port
-
- Type: int
The port to use when content is distributed to this output. - Protocol
-
- Required: Yes
- Type: string
The protocol to use for the output. - RemoteId
-
- Type: string
The remote ID for the Zixi-pull output stream. - SmoothingLatency
-
- Type: int
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. - StreamId
-
- Type: string
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. - VpcInterfaceAttachment
-
- Type: VpcInterfaceAttachment structure
The name of the VPC interface attachment to use for this output.
BadRequestException
Description
Members
CreateFlow420Exception
Description
Members
Encryption
Description
Members
- Algorithm
-
- Type: string
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256). - ConstantInitializationVector
-
- Type: string
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption. - DeviceId
-
- Type: string
The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption. - KeyType
-
- Type: string
The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key). - Region
-
- Type: string
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption. - ResourceId
-
- Type: string
An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption. - RoleArn
-
- Required: Yes
- Type: string
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity). - SecretArn
-
- Type: string
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption. - Url
-
- Type: string
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
Entitlement
Description
Members
- DataTransferSubscriberFeePercent
-
- Type: int
Percentage from 0-100 of the data transfer cost to be billed to the subscriber. - Description
-
- Type: string
A description of the entitlement. - Encryption
-
- Type: Encryption structure
The type of encryption that will be used on the output that is associated with this entitlement. - EntitlementArn
-
- Required: Yes
- Type: string
The ARN of the entitlement. - EntitlementStatus
-
- Type: string
An indication of whether the entitlement is enabled. - Name
-
- Required: Yes
- Type: string
The name of the entitlement. - Subscribers
-
- Required: Yes
- Type: Array of strings
The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
FailoverConfig
Description
Members
Flow
Description
Members
- AvailabilityZone
-
- Required: Yes
- Type: string
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS. - Description
-
- Type: string
A description of the flow. This value is not used or seen outside of the current AWS Elemental MediaConnect account. - EgressIp
-
- Type: string
The IP address from which video will be sent to output destinations. - Entitlements
-
- Required: Yes
- Type: Array of Entitlement structures
The entitlements in this flow. - FlowArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. - Name
-
- Required: Yes
- Type: string
The name of the flow. - Outputs
-
- Required: Yes
- Type: Array of Output structures
The outputs in this flow. - Source
-
- Required: Yes
- Type: Source structure
The settings for the source of the flow. - SourceFailoverConfig
-
- Type: FailoverConfig structure
The settings for source failover - Sources
-
- Type: Array of Source structures
- Status
-
- Required: Yes
- Type: string
The current status of the flow. - VpcInterfaces
-
- Type: Array of VpcInterface structures
The VPC Interfaces for this flow.
ForbiddenException
Description
Members
GrantEntitlementRequest
Description
Members
- DataTransferSubscriberFeePercent
-
- Type: int
Percentage from 0-100 of the data transfer cost to be billed to the subscriber. - Description
-
- Type: string
A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user. - Encryption
-
- Type: Encryption structure
The type of encryption that will be used on the output that is associated with this entitlement. - EntitlementStatus
-
- Type: string
An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED. - Name
-
- Type: string
The name of the entitlement. This value must be unique within the current flow. - Subscribers
-
- Required: Yes
- Type: Array of strings
The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
GrantFlowEntitlements420Exception
Description
Members
InternalServerErrorException
Description
Members
ListedEntitlement
Description
Members
ListedFlow
Description
Members
- AvailabilityZone
-
- Required: Yes
- Type: string
The Availability Zone that the flow was created in. - Description
-
- Required: Yes
- Type: string
A description of the flow. - FlowArn
-
- Required: Yes
- Type: string
The ARN of the flow. - Name
-
- Required: Yes
- Type: string
The name of the flow. - SourceType
-
- Required: Yes
- Type: string
The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account). - Status
-
- Required: Yes
- Type: string
The current status of the flow.
Messages
Description
Members
NotFoundException
Description
Members
Offering
Description
Members
- CurrencyCode
-
- Required: Yes
- Type: string
The type of currency that is used for billing. The currencyCode used for all reservations is US dollars. - Duration
-
- Required: Yes
- Type: int
The length of time that your reservation would be active. - DurationUnits
-
- Required: Yes
- Type: string
The unit of measurement for the duration of the offering. - OfferingArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering. - OfferingDescription
-
- Required: Yes
- Type: string
A description of the offering. - PricePerUnit
-
- Required: Yes
- Type: string
The cost of a single unit. This value, in combination with priceUnits, makes up the rate. - PriceUnits
-
- Required: Yes
- Type: string
The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. - ResourceSpecification
-
- Required: Yes
- Type: ResourceSpecification structure
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
Output
Description
Members
- DataTransferSubscriberFeePercent
-
- Type: int
Percentage from 0-100 of the data transfer cost to be billed to the subscriber. - Description
-
- Type: string
A description of the output. - Destination
-
- Type: string
The address where you want to send the output. - Encryption
-
- Type: Encryption structure
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). - EntitlementArn
-
- Type: string
The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows. - MediaLiveInputArn
-
- Type: string
The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input. - Name
-
- Required: Yes
- Type: string
The name of the output. This value must be unique within the current flow. - OutputArn
-
- Required: Yes
- Type: string
The ARN of the output. - Port
-
- Type: int
The port to use when content is distributed to this output. - Transport
-
- Type: Transport structure
Attributes related to the transport stream that are used in the output. - VpcInterfaceAttachment
-
- Type: VpcInterfaceAttachment structure
The name of the VPC interface attachment to use for this output.
Reservation
Description
Members
- CurrencyCode
-
- Required: Yes
- Type: string
The type of currency that is used for billing. The currencyCode used for your reservation is US dollars. - Duration
-
- Required: Yes
- Type: int
The length of time that this reservation is active. MediaConnect defines this value in the offering. - DurationUnits
-
- Required: Yes
- Type: string
The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering. - End
-
- Required: Yes
- Type: string
The day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration. - OfferingArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering. - OfferingDescription
-
- Required: Yes
- Type: string
A description of the offering. MediaConnect defines this value in the offering. - PricePerUnit
-
- Required: Yes
- Type: string
The cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering. - PriceUnits
-
- Required: Yes
- Type: string
The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. MediaConnect defines this value in the offering. - ReservationArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering. - ReservationName
-
- Required: Yes
- Type: string
The name that you assigned to the reservation when you purchased the offering. - ReservationState
-
- Required: Yes
- Type: string
The status of your reservation. - ResourceSpecification
-
- Required: Yes
- Type: ResourceSpecification structure
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. MediaConnect defines the values that make up the resourceSpecification in the offering. - Start
-
- Required: Yes
- Type: string
The day and time that the reservation becomes active. You set this value when you purchase the offering.
ResourceSpecification
Description
Members
ResponseError
Description
Members
ServiceUnavailableException
Description
Members
SetSourceRequest
Description
Members
- Decryption
-
- Type: Encryption structure
The type of encryption that is used on the content ingested from this source. - Description
-
- Type: string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. - EntitlementArn
-
- Type: string
The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow. - IngestPort
-
- Type: int
The port that the flow will be listening on for incoming content. - MaxBitrate
-
- Type: int
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. - MaxLatency
-
- Type: int
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. - MinLatency
-
- Type: int
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’s minimum latency and the receiver’s minimum latency. - Name
-
- Type: string
The name of the source. - Protocol
-
- Type: string
The protocol that is used by the source. - StreamId
-
- Type: string
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. - VpcInterfaceName
-
- Type: string
The name of the VPC interface to use for this source. - WhitelistCidr
-
- Type: string
The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Source
Description
Members
- DataTransferSubscriberFeePercent
-
- Type: int
Percentage from 0-100 of the data transfer cost to be billed to the subscriber. - Decryption
-
- Type: Encryption structure
The type of encryption that is used on the content ingested from this source. - Description
-
- Type: string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. - EntitlementArn
-
- Type: string
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow. - IngestIp
-
- Type: string
The IP address that the flow will be listening on for incoming content. - IngestPort
-
- Type: int
The port that the flow will be listening on for incoming content. - Name
-
- Required: Yes
- Type: string
The name of the source. - SourceArn
-
- Required: Yes
- Type: string
The ARN of the source. - Transport
-
- Type: Transport structure
Attributes related to the transport stream that are used in the source. - VpcInterfaceName
-
- Type: string
The name of the VPC Interface this Source is configured with. - WhitelistCidr
-
- Type: string
The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
TooManyRequestsException
Description
Members
Transport
Description
Members
- CidrAllowList
-
- Type: Array of strings
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. - MaxBitrate
-
- Type: int
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. - MaxLatency
-
- Type: int
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. - MinLatency
-
- Type: int
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’s minimum latency and the receiver’s minimum latency. - Protocol
-
- Required: Yes
- Type: string
The protocol that is used by the source or output. - RemoteId
-
- Type: string
The remote ID for the Zixi-pull stream. - SmoothingLatency
-
- Type: int
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. - StreamId
-
- Type: string
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
UpdateEncryption
Description
Members
- Algorithm
-
- Type: string
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256). - ConstantInitializationVector
-
- Type: string
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption. - DeviceId
-
- Type: string
The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption. - KeyType
-
- Type: string
The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key). - Region
-
- Type: string
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption. - ResourceId
-
- Type: string
An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption. - RoleArn
-
- Type: string
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity). - SecretArn
-
- Type: string
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption. - Url
-
- Type: string
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
UpdateFailoverConfig
Description
Members
VpcInterface
Description
Members
- Name
-
- Required: Yes
- Type: string
Immutable and has to be a unique against other VpcInterfaces in this Flow - NetworkInterfaceIds
-
- Required: Yes
- Type: Array of strings
IDs of the network interfaces created in customer's account by MediaConnect. - RoleArn
-
- Required: Yes
- Type: string
Role Arn MediaConnect can assumes to create ENIs in customer's account - SecurityGroupIds
-
- Required: Yes
- Type: Array of strings
Security Group IDs to be used on ENI. - SubnetId
-
- Required: Yes
- Type: string
Subnet must be in the AZ of the Flow
VpcInterfaceAttachment
Description
Members
VpcInterfaceRequest
Description
Members
- Name
-
- Required: Yes
- Type: string
The name of the VPC Interface. This value must be unique within the current flow. - RoleArn
-
- Required: Yes
- Type: string
Role Arn MediaConnect can assumes to create ENIs in customer's account - SecurityGroupIds
-
- Required: Yes
- Type: Array of strings
Security Group IDs to be used on ENI. - SubnetId
-
- Required: Yes
- Type: string
Subnet must be in the AZ of the Flow