Module Values.UpdatePhoneNumberSettingsRequestSource

Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.

Sourcetype nonrec t = {
  1. callingName : CallingName.t;
    (*

    The default outbound calling name for the account.

    *)
}
Sourceval context_ : string
Sourceval make : callingName:CallingName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CallingName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t