Values.UpdateResourceGatewayResponseSourceUpdates the specified resource gateway.
type nonrec t = {name : ResourceGatewayName.t option;The name of the resource gateway.
*)id : ResourceGatewayId.t option;The ID of the resource gateway.
*)arn : ResourceGatewayArn.t option;The Amazon Resource Name (ARN) of the resource gateway.
*)status : ResourceGatewayStatus.t option;The status of the resource gateway.
*)vpcId : VpcId.t option;The ID of the VPC for the resource gateway.
*)subnetIds : SubnetList.t option;The IDs of the VPC subnets for the resource gateway.
*)securityGroupIds : SecurityGroupList.t option;The IDs of the security groups associated with the resource gateway.
*)ipAddressType : IpAddressType.t option;The type of IP address used by the resource gateway.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.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 AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of ResourceGatewayName.t ])
list ]