updateAppAuthorization
abstract suspend fun updateAppAuthorization(input: UpdateAppAuthorizationRequest): UpdateAppAuthorizationResponse
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.