View Source AWS.AppFabric (aws-elixir v1.0.0)

Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.

This allows IT and security teams to easily manage and secure applications using a standard schema, and employees can complete everyday tasks faster using generative artificial intelligence (AI). You can use these APIs to complete AppFabric tasks, such as setting up audit log ingestions or viewing user access. For more information about AppFabric, including the required permissions to use the service, see the Amazon Web Services AppFabric Administration Guide. For more information about using the Command Line Interface (CLI) to manage your AppFabric resources, see the AppFabric section of the CLI Reference.

Summary

Functions

Gets user access details in a batch request.

Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.

Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.

Creates an app bundle to collect data from an application using AppFabric.

Creates a data ingestion for an application.

Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

Returns information about an app bundle.

Returns a list of all app authorizations configured for an app bundle.

Returns a list of tags for a resource.

Starts (enables) an ingestion, which collects data from an application.

Starts the tasks to search user access status for a specific email address.

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

Removes a tag or tags from a resource.

Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.

Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

Functions

Link to this function

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

View Source

Gets user access details in a batch request.

This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.

Link to this function

connect_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])

View Source

Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.

Link to this function

create_app_authorization(client, app_bundle_identifier, input, options \\ [])

View Source

Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.

Link to this function

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

View Source

Creates an app bundle to collect data from an application using AppFabric.

Link to this function

create_ingestion(client, app_bundle_identifier, input, options \\ [])

View Source

Creates a data ingestion for an application.

Link to this function

create_ingestion_destination(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])

View Source

Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

Link to this function

delete_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])

View Source

Deletes an app authorization.

You must delete the associated ingestion before you can delete an app authorization.

Link to this function

delete_app_bundle(client, app_bundle_identifier, input, options \\ [])

View Source

Deletes an app bundle.

You must delete all associated app authorizations before you can delete an app bundle.

Link to this function

delete_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])

View Source

Deletes an ingestion.

You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.

Link to this function

delete_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, input, options \\ [])

View Source

Deletes an ingestion destination.

This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.

Link to this function

get_app_authorization(client, app_authorization_identifier, app_bundle_identifier, options \\ [])

View Source

Returns information about an app authorization.

Link to this function

get_app_bundle(client, app_bundle_identifier, options \\ [])

View Source

Returns information about an app bundle.

Link to this function

get_ingestion(client, app_bundle_identifier, ingestion_identifier, options \\ [])

View Source

Returns information about an ingestion.

Link to this function

get_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, options \\ [])

View Source

Returns information about an ingestion destination.

Link to this function

list_app_authorizations(client, app_bundle_identifier, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all app authorizations configured for an app bundle.

Link to this function

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

View Source

Returns a list of app bundles.

Link to this function

list_ingestion_destinations(client, app_bundle_identifier, ingestion_identifier, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all ingestion destinations configured for an ingestion.

Link to this function

list_ingestions(client, app_bundle_identifier, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all ingestions configured for an app bundle.

Link to this function

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

View Source

Returns a list of tags for a resource.

Link to this function

start_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])

View Source

Starts (enables) an ingestion, which collects data from an application.

Link to this function

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

View Source

Starts the tasks to search user access status for a specific email address.

The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.

Link to this function

stop_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])

View Source

Stops (disables) an ingestion.

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_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])

View Source

Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.

If the app authorization was in a connected state, updating the app authorization will set it back to a PendingConnect state.

Link to this function

update_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, input, options \\ [])

View Source

Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.