Values.CreateAddressResultSourceCreates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown. If providing an address as a JSON file through the cli-input-json option, include the full file path. For example, --cli-input-json file://create-address.json.
type nonrec error = [ | `InvalidAddressException of InvalidAddressException.t| `UnsupportedAddressException of UnsupportedAddressException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAddressException of InvalidAddressException.t
| `Unknown_operation_error of string * string option
| `UnsupportedAddressException of UnsupportedAddressException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAddressException of InvalidAddressException.t
| `Unknown_operation_error of string * string option
| `UnsupportedAddressException of UnsupportedAddressException.t ]