AppFabric
import { AppFabric } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/appfabric.ts?docs=full";§Constructors
§Methods
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
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. You must delete the associated ingestion before you can delete an app authorization.
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
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.
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 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.
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.
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.