Values.CreateInstanceProfileResponseSourceCreates the instance profile using the specified parameters.
type nonrec t = {instanceProfile : InstanceProfile.t option;The instance profile that was created.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `FailedDependencyFault of FailedDependencyFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t| `S3AccessDeniedFault of S3AccessDeniedFault.t| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `FailedDependencyFault of FailedDependencyFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `FailedDependencyFault of FailedDependencyFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of Iso8601DateTime.t ])
list ])
list ]