Values.ResetServiceSpecificCredentialResponseSourceResets the password for a service-specific credential. The new password is Amazon Web Services generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password associated with this user.
type resetServiceSpecificCredentialResult = {serviceSpecificCredential : ServiceSpecificCredential.t option;A structure with details about the updated service-specific credential, including the new password. This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
*)}and t = {resetServiceSpecificCredentialResult : resetServiceSpecificCredentialResult;responseMetaData : responseMetaData;}type error = [ | `NoSuchEntityException of NoSuchEntityException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchEntityException of NoSuchEntityException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchEntityException of NoSuchEntityException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ServiceName.t
| `Timestamp of DateType.t ])
list ])
list ])
list ]