View Source AWS.AppFabric (aws-elixir v1.0.4)
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.
Link to this section 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.
Deletes an app authorization.
Deletes an app bundle.
Deletes an ingestion.
Deletes an ingestion destination.
Returns information about an app authorization.
Returns information about an app bundle.
Returns information about an ingestion.
Returns information about an ingestion destination.
Returns a list of all app authorizations configured for an app bundle.
Returns a list of app bundles.
Returns a list of all ingestion destinations configured for an ingestion.
Returns a list of all ingestions 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.
Stops (disables) an ingestion.
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.
Link to this section Functions
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the
StartUserAccessTasks
action.
connect_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])
View SourceEstablishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
create_app_authorization(client, app_bundle_identifier, input, options \\ [])
View SourceCreates 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.
create_ingestion(client, app_bundle_identifier, input, options \\ [])
View SourceCreates a data ingestion for an application.
create_ingestion_destination(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])
View SourceCreates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
delete_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])
View SourceDeletes an app authorization.
You must delete the associated ingestion before you can delete an app authorization.
delete_app_bundle(client, app_bundle_identifier, input, options \\ [])
View SourceDeletes an app bundle.
You must delete all associated app authorizations before you can delete an app bundle.
delete_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])
View SourceDeletes an ingestion.
You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
delete_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, input, options \\ [])
View SourceDeletes 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.
get_app_authorization(client, app_authorization_identifier, app_bundle_identifier, options \\ [])
View SourceReturns information about an app authorization.
Returns information about an app bundle.
get_ingestion(client, app_bundle_identifier, ingestion_identifier, options \\ [])
View SourceReturns information about an ingestion.
get_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, options \\ [])
View SourceReturns information about an ingestion destination.
list_app_authorizations(client, app_bundle_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all app authorizations configured for an app bundle.
list_app_bundles(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of app bundles.
list_ingestion_destinations(client, app_bundle_identifier, ingestion_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all ingestion destinations configured for an ingestion.
list_ingestions(client, app_bundle_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all ingestions configured for an app bundle.
Returns a list of tags for a resource.
start_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])
View SourceStarts (enables) an ingestion, which collects data from an application.
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.
stop_ingestion(client, app_bundle_identifier, ingestion_identifier, input, options \\ [])
View SourceStops (disables) an ingestion.
Assigns one or more tags (key-value pairs) to the specified resource.
Removes a tag or tags from a resource.
update_app_authorization(client, app_authorization_identifier, app_bundle_identifier, input, options \\ [])
View SourceUpdates 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.
update_ingestion_destination(client, app_bundle_identifier, ingestion_destination_identifier, ingestion_identifier, input, options \\ [])
View SourceUpdates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.