Values.ConfirmDeviceRequestSourceThe confirm-device request.
type nonrec t = {accessToken : TokenModelType.t;A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.
*)deviceKey : DeviceKeyType.t;The unique identifier, or device key, of the device that you want to update the status for.
*)deviceSecretVerifierConfig : DeviceSecretVerifierConfigType.t option;The configuration of the device secret verifier.
*)deviceName : DeviceNameType.t option;A friendly name for the device, for example MyMobilePhone.
*)}val make :
?deviceSecretVerifierConfig:??? ->
?deviceName:??? ->
accessToken:TokenModelType.t ->
deviceKey:DeviceKeyType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TokenModelType.t
| `Structure of (string * [> `String of StringType.t ]) list ])
list ]