Values.UpdateProfileResponseSourceUpdates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.
type nonrec t = {profileId : ProfileId.t option;Returns the unique, system-generated identifier for the profile.
*)profileArn : ResourceArn.t option;Returns an Amazon Resource Name (ARN) for the profile.
*)name : ProfileName.t option;Returns the name of the profile.
*)email : Email.t option;Returns the email address associated with this customer profile.
*)phone : Phone.t option;Returns the phone number associated with the profile.
*)businessName : BusinessName.t option;Returns the name for the business associated with this profile.
*)logging : Logging.t option;Specifies whether or not logging is enabled for this profile.
*)logGroupName : LogGroupName.t option;Returns the name of the logging group.
*)createdAt : CreatedDate.t option;Returns a timestamp for creation date and time of the profile.
*)modifiedAt : ModifiedDate.t option;Returns a timestamp for last time the profile was modified.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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
* [> `Enum of string
| `String of ProfileId.t
| `Timestamp of CreatedDate.t ])
list ]