Values.DeleteAppAuthorizationRequestSourceDeletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
type nonrec t = {appBundleIdentifier : Identifier.t;The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
*)appAuthorizationIdentifier : Identifier.t;The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
*)}val make :
appBundleIdentifier:Identifier.t ->
appAuthorizationIdentifier:Identifier.t ->
unit ->
t