Values.UpdateIngestionDestinationRequestSourceUpdates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
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.
*)destinationConfiguration : DestinationConfiguration.t;Contains information about the destination of ingested data.
*)}val make :
appBundleIdentifier:Identifier.t ->
ingestionIdentifier:Identifier.t ->
ingestionDestinationIdentifier:Identifier.t ->
destinationConfiguration:DestinationConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Identifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of String63.t ]) list ])
list ])
list ])
list ])
list ]