Module Values.ClientIdSource

Client identifier pattern for AWS Sign-In devtools clients The ARN used by client as part of Sign-In onboarding. Expected values: arn:aws:signin:::devtools/cross-device (for cross-device devtools login) arn:aws:signin:::devtools/same-device (for same-device devtools login) This will be finalized after consulting with UX as this is visible to end customer.

Sourcetype nonrec t = string

Client identifier pattern for AWS Sign-In devtools clients The ARN used by client as part of Sign-In onboarding. Expected values: arn:aws:signin:::devtools/cross-device (for cross-device devtools login) arn:aws:signin:::devtools/same-device (for same-device devtools login) This will be finalized after consulting with UX as this is visible to end customer.

Sourceval context_ : string
Sourceval make : string -> string
Sourceval of_string : 'a -> 'a
Sourceval to_value : 'a -> [> `String of 'a ]
Sourceval to_query : string -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'a
Sourceval of_xml : Awso.Xml.t -> string
Sourceval of_json : Yojson.Safe.t -> string
Sourceval to_json : string -> Yojson.Safe.t