Values.GetIngestionDestinationRequestSourceReturns information about an ingestion destination.
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.
*)ingestionIdentifier : Identifier.t;The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
*)ingestionDestinationIdentifier : Identifier.t;The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
*)}val make :
appBundleIdentifier:Identifier.t ->
ingestionIdentifier:Identifier.t ->
ingestionDestinationIdentifier:Identifier.t ->
unit ->
t