View Source AWS.RTBFabric (aws-elixir v1.0.10)
Amazon Web Services RTB Fabric provides secure, low-latency infrastructure for connecting real-time bidding (RTB) applications.
Rather than hosting applications directly, RTB Fabric acts as the connecting fabric that enables your applications to communicate efficiently over private networks instead of the public internet. You maintain complete control over your applications, data, and bidding decisions, while RTB Fabric provides the underlying infrastructure for secure, reliable connectivity.
You can use these APIs to complete RTB Fabric tasks, such as setting up audit log ingestions or viewing user access. For more information about RTB Fabric, including the required permissions to use the service, see the Amazon Web Services RTB Fabric User Guide.
Link to this section Summary
Functions
Accepts a link request between gateways.
Creates an inbound external link.
Creates a new link between gateways.
Creates an outbound external link.
Creates a requester gateway.
Creates a responder gateway.
Deletes an inbound external link.
Deletes a link between gateways.
Deletes an outbound external link.
Deletes a requester gateway.
Deletes a responder gateway.
Retrieves information about an inbound external link.
Retrieves information about a link between gateways.
Retrieves information about an outbound external link.
Retrieves information about a requester gateway.
Retrieves information about a responder gateway.
Lists links associated with gateways.
Lists requester gateways.
Lists reponder gateways.
Lists tags for a resource.
Rejects a link request between gateways.
Assigns one or more tags (key-value pairs) to the specified resource.
Removes a tag or tags from a resource.
Updates the configuration of a link between gateways.
Updates a link module flow.
Updates a requester gateway.
Updates a responder gateway.
Link to this section Functions
Accepts a link request between gateways.
When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.
create_inbound_external_link(client, gateway_id, input, options \\ [])
View SourceCreates an inbound external link.
Creates a new link between gateways.
Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
create_outbound_external_link(client, gateway_id, input, options \\ [])
View SourceCreates an outbound external link.
Creates a requester gateway.
Creates a responder gateway.
A domain name or managed endpoint is required.
delete_inbound_external_link(client, gateway_id, link_id, input, options \\ [])
View SourceDeletes an inbound external link.
Deletes a link between gateways.
Permanently removes the connection between gateways. This action cannot be undone.
delete_outbound_external_link(client, gateway_id, link_id, input, options \\ [])
View SourceDeletes an outbound external link.
delete_requester_gateway(client, gateway_id, input, options \\ [])
View SourceDeletes a requester gateway.
delete_responder_gateway(client, gateway_id, input, options \\ [])
View SourceDeletes a responder gateway.
get_inbound_external_link(client, gateway_id, link_id, options \\ [])
View SourceRetrieves information about an inbound external link.
Retrieves information about a link between gateways.
Returns detailed information about the link configuration, status, and associated gateways.
get_outbound_external_link(client, gateway_id, link_id, options \\ [])
View SourceRetrieves information about an outbound external link.
Retrieves information about a requester gateway.
Retrieves information about a responder gateway.
list_links(client, gateway_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists links associated with gateways.
Returns a list of all links for the specified gateways, including their status and configuration details.
list_requester_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists requester gateways.
list_responder_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists reponder gateways.
Lists tags for a resource.
Rejects a link request between gateways.
When a requester gateway requests to link with a responder gateway, the responder can use this operation to decline the link request.
Assigns one or more tags (key-value pairs) to the specified resource.
Removes a tag or tags from a resource.
Updates the configuration of a link between gateways.
Allows you to modify settings and parameters for an existing link.
update_link_module_flow(client, gateway_id, link_id, input, options \\ [])
View SourceUpdates a link module flow.
update_requester_gateway(client, gateway_id, input, options \\ [])
View SourceUpdates a requester gateway.
update_responder_gateway(client, gateway_id, input, options \\ [])
View SourceUpdates a responder gateway.