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 a new link between gateways.

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.

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.

Link to this section Functions

Link to this function

accept_link(client, gateway_id, link_id, input, options \\ [])

View Source

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.

Link to this function

create_inbound_external_link(client, gateway_id, input, options \\ [])

View Source

Creates an inbound external link.

Link to this function

create_link(client, gateway_id, input, options \\ [])

View Source

Creates a new link between gateways.

Establishes a connection that allows gateways to communicate and exchange bid requests and responses.

Link to this function

create_outbound_external_link(client, gateway_id, input, options \\ [])

View Source

Creates an outbound external link.

Link to this function

create_requester_gateway(client, input, options \\ [])

View Source

Creates a requester gateway.

Link to this function

create_responder_gateway(client, input, options \\ [])

View Source

Creates a responder gateway.

A domain name or managed endpoint is required.

Link to this function

delete_inbound_external_link(client, gateway_id, link_id, input, options \\ [])

View Source

Deletes an inbound external link.

Link to this function

delete_link(client, gateway_id, link_id, input, options \\ [])

View Source

Deletes a link between gateways.

Permanently removes the connection between gateways. This action cannot be undone.

Link to this function

delete_outbound_external_link(client, gateway_id, link_id, input, options \\ [])

View Source

Deletes an outbound external link.

Link to this function

delete_requester_gateway(client, gateway_id, input, options \\ [])

View Source

Deletes a requester gateway.

Link to this function

delete_responder_gateway(client, gateway_id, input, options \\ [])

View Source

Deletes a responder gateway.

Link to this function

get_inbound_external_link(client, gateway_id, link_id, options \\ [])

View Source

Retrieves information about an inbound external link.

Link to this function

get_link(client, gateway_id, link_id, options \\ [])

View Source

Retrieves information about a link between gateways.

Returns detailed information about the link configuration, status, and associated gateways.

Link to this function

get_outbound_external_link(client, gateway_id, link_id, options \\ [])

View Source

Retrieves information about an outbound external link.

Link to this function

get_requester_gateway(client, gateway_id, options \\ [])

View Source

Retrieves information about a requester gateway.

Link to this function

get_responder_gateway(client, gateway_id, options \\ [])

View Source

Retrieves information about a responder gateway.

Link to this function

list_links(client, gateway_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists links associated with gateways.

Returns a list of all links for the specified gateways, including their status and configuration details.

Link to this function

list_requester_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists requester gateways.

Link to this function

list_responder_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists reponder gateways.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists tags for a resource.

Link to this function

reject_link(client, gateway_id, link_id, input, options \\ [])

View Source

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.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Assigns one or more tags (key-value pairs) to the specified resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes a tag or tags from a resource.

Link to this function

update_link(client, gateway_id, link_id, input, options \\ [])

View Source

Updates the configuration of a link between gateways.

Allows you to modify settings and parameters for an existing link.

Link to this function

update_requester_gateway(client, gateway_id, input, options \\ [])

View Source

Updates a requester gateway.

Link to this function

update_responder_gateway(client, gateway_id, input, options \\ [])

View Source

Updates a responder gateway.