Values.GetSigningProfileResponseSourceReturns information on a specific signing profile.
type nonrec t = {profileName : ProfileName.t option;The name of the target signing profile.
*)profileVersion : ProfileVersion.t option;The current version of the signing profile.
*)profileVersionArn : Arn.t option;The signing profile ARN, including the profile version.
*)revocationRecord : SigningProfileRevocationRecord.t option;signingMaterial : SigningMaterial.t option;The ARN of the certificate that the target profile uses for signing operations.
*)platformId : PlatformId.t option;The ID of the platform that is used by the target signing profile.
*)platformDisplayName : DisplayName.t option;A human-readable name for the signing platform associated with the signing profile.
*)signatureValidityPeriod : SignatureValidityPeriod.t option;overrides : SigningPlatformOverrides.t option;A list of overrides applied by the target signing profile for signing operations.
*)signingParameters : SigningParameters.t option;A map of key-value pairs for signing operations that is attached to the target signing profile.
*)status : SigningProfileStatus.t option;The status of the target signing profile.
*)statusReason : String_.t option;Reason for the status of the target signing profile.
*)arn : string option;The Amazon Resource Name (ARN) for the signing profile.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceErrorException of InternalServiceErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?profileName:??? ->
?profileVersion:??? ->
?profileVersionArn:??? ->
?revocationRecord:??? ->
?signingMaterial:??? ->
?platformId:??? ->
?platformDisplayName:??? ->
?signatureValidityPeriod:??? ->
?overrides:??? ->
?signingParameters:??? ->
?status:??? ->
?statusReason:??? ->
?arn:??? ->
?tags:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of InternalServiceErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of InternalServiceErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of SigningParameterKey.t ]
* [> `String of SigningParameterValue.t ])
list
| `String of ProfileName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]