Values.UpdateResourceConfigurationResponseSourceUpdates the specified resource configuration.
type nonrec t = {id : ResourceConfigurationId.t option;The ID of the resource configuration.
*)name : ResourceConfigurationName.t option;The name of the resource configuration.
*)arn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration.
*)resourceGatewayId : ResourceGatewayId.t option;The ID of the resource gateway associated with the resource configuration.
*)resourceConfigurationGroupId : ResourceConfigurationId.t option;The ID of the group resource configuration.
*)type_ : ResourceConfigurationType.t option;The type of resource configuration. SINGLE - A single resource. GROUP - A group of resources. CHILD - A single resource that is part of a group resource configuration. ARN - An Amazon Web Services resource.
*)portRanges : PortRangeList.t option;The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
*)protocol : ProtocolType.t option;The TCP protocol accepted by the specified resource configuration.
*)status : ResourceConfigurationStatus.t option;The status of the resource configuration.
*)resourceConfigurationDefinition : ResourceConfigurationDefinition.t option;The resource configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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 AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of PortRange.t ] list
| `String of ResourceConfigurationId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DomainName.t ])
list ])
list ])
list ]