Values.UpdateAdapterResponseSourceUpdate the configuration for an adapter. FeatureTypes configurations cannot be updated. At least one new parameter must be specified as an argument.
type nonrec t = {adapterId : AdapterId.t option;A string containing a unique ID for the adapter that has been updated.
*)adapterName : AdapterName.t option;A string containing the name of the adapter that has been updated.
*)creationTime : DateTime.t option;An object specifying the creation time of the the adapter that has been updated.
*)description : AdapterDescription.t option;A string containing the description of the adapter that has been updated.
*)featureTypes : FeatureTypes.t option;List of the targeted feature types for the updated adapter.
*)autoUpdate : AutoUpdate.t option;The auto-update status of the adapter that has been updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerError of InternalServerError.t| `InvalidParameterException of InvalidParameterException.t| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `ConflictException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `ConflictException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of AdapterId.t
| `Timestamp of DateTime.t ])
list ]