Values.CreateApprovalTeamResponseSourceCreates a new approval team. For more information, see Approval team in the Multi-party approval User Guide.
type nonrec t = {creationTime : IsoTimestamp.t option;Timestamp when the team was created.
*)arn : ApprovalTeamArn.t option;Amazon Resource Name (ARN) for the team that was created.
*)name : String_.t option;Name of the team that was created.
*)versionId : String_.t option;Version ID for the team that was created. When a team is updated, the version ID changes.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.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
| `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
| `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
* [> `String of ApprovalTeamArn.t | `Timestamp of IsoTimestamp.t ])
list ]