disassociateApplications
inline suspend fun GameLiftStreamsClient.disassociateApplications(crossinline block: DisassociateApplicationsRequest.Builder.() -> Unit): DisassociateApplicationsResponse
When you disassociate, or unlink, an application from a stream group, you can no longer stream this application by using that stream group's allocated compute resources. Any streams in process will continue until they terminate, which helps avoid interrupting an end-user's stream. Amazon GameLift Streams will not initiate new streams using this stream group. The disassociate action does not affect the stream capacity of a stream group.
You can only disassociate an application if it's not a default application of the stream group. Check DefaultApplicationIdentifier
by calling GetStreamGroup.