Smaws_Client_Snowball.DescribeAddresses
Returns a specified number of ADDRESS
objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidResourceException of Types.invalid_resource_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_addresses_request ->
(Types.describe_addresses_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidResourceException of Types.invalid_resource_exception ])
Stdlib.result