View Source aws_appfabric (aws 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: https://docs.aws.amazon.com/appfabric/latest/adminguide/. For more information about using the Command Line Interface (CLI) to manage your AppFabric resources, see the AppFabric section of the CLI Reference: https://docs.aws.amazon.com/cli/latest/reference/appfabric/index.html.Summary
Functions
Gets user access details in a batch request.
Deletes an app authorization.
Deletes an app bundle.
Deletes an ingestion.
Deletes an ingestion destination.
Starts the tasks to search user access status for a specific email address.
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
Functions
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by theStartUserAccessTasks
action.
connect_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, Input)
View Sourceconnect_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, Input0, Options0)
View Sourcecreate_app_authorization(Client, AppBundleIdentifier, Input0, Options0)
View Sourcecreate_ingestion_destination(Client, AppBundleIdentifier, IngestionIdentifier, Input)
View Sourcecreate_ingestion_destination(Client, AppBundleIdentifier, IngestionIdentifier, Input0, Options0)
View Sourcedelete_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, Input)
View SourceDeletes an app authorization.
You must delete the associated ingestion before you can delete an app authorization.delete_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, Input0, Options0)
View SourceDeletes an app bundle.
You must delete all associated app authorizations before you can delete an app bundle.delete_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, Input)
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(Client, AppBundleIdentifier, IngestionIdentifier, Input0, Options0)
View Sourcedelete_ingestion_destination(Client, AppBundleIdentifier, IngestionDestinationIdentifier, IngestionIdentifier, Input)
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.delete_ingestion_destination(Client, AppBundleIdentifier, IngestionDestinationIdentifier, IngestionIdentifier, Input0, Options0)
View Sourceget_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier)
View Sourceget_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, QueryMap, HeadersMap)
View Sourceget_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, QueryMap, HeadersMap, Options0)
View Sourceget_app_bundle(Client, AppBundleIdentifier, QueryMap, HeadersMap, Options0)
View Sourceget_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, QueryMap, HeadersMap)
View Sourceget_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, QueryMap, HeadersMap, Options0)
View Sourceget_ingestion_destination(Client, AppBundleIdentifier, IngestionDestinationIdentifier, IngestionIdentifier)
View Sourceget_ingestion_destination(Client, AppBundleIdentifier, IngestionDestinationIdentifier, IngestionIdentifier, QueryMap, HeadersMap)
View Sourceget_ingestion_destination(Client, AppBundleIdentifier, IngestionDestinationIdentifier, IngestionIdentifier, QueryMap, HeadersMap, Options0)
View Sourcelist_app_authorizations(Client, AppBundleIdentifier, QueryMap, HeadersMap)
View Sourcelist_app_authorizations(Client, AppBundleIdentifier, QueryMap, HeadersMap, Options0)
View Sourcelist_ingestion_destinations(Client, AppBundleIdentifier, IngestionIdentifier)
View Sourcelist_ingestion_destinations(Client, AppBundleIdentifier, IngestionIdentifier, QueryMap, HeadersMap)
View Sourcelist_ingestion_destinations(Client, AppBundleIdentifier, IngestionIdentifier, QueryMap, HeadersMap, Options0)
View Sourcelist_ingestions(Client, AppBundleIdentifier, QueryMap, HeadersMap)
View Sourcelist_ingestions(Client, AppBundleIdentifier, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Sourcestart_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, Input)
View Sourcestart_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, Input0, Options0)
View SourceStarts 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, AppBundleIdentifier, IngestionIdentifier, Input)
View Sourcestop_ingestion(Client, AppBundleIdentifier, IngestionIdentifier, Input0, Options0)
View Sourceupdate_app_authorization(Client, AppAuthorizationIdentifier, AppBundleIdentifier, Input)
View SourceUpdates an app authorization within an app bundle, which allows AppFabric to connect to an application.
If the app authorization was in aconnected
state, updating the app authorization will set it back to a PendingConnect
state.