Values.DeleteApplicationInputProcessingConfigurationRequestSourceDeletes an InputProcessingConfiguration from an input.
type nonrec t = {applicationName : ApplicationName.t;The name of the application.
*)currentApplicationVersionId : ApplicationVersionId.t;The application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
*)inputId : Id.t;The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
*)}val make :
applicationName:ApplicationName.t ->
currentApplicationVersionId:ApplicationVersionId.t ->
inputId:Id.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t | `String of ApplicationName.t ])
list ]