Values.GetProfileResponseSourceRetrieves the details for the profile specified by the profile ID. 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 a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
*)name : ProfileName.t option;Returns the name of the profile, used to identify it.
*)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;Returns 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 transformer.
*)modifiedAt : ModifiedDate.t option;Returns a timestamp for last time the profile was modified.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `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
| `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
| `String of ProfileId.t
| `Timestamp of CreatedDate.t ])
list ]