Smaws_Client_Snowball.DescribeAddress
Takes an AddressId
and returns specific details about that address in the form of an Address
object.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidResourceException of Types.invalid_resource_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_address_request ->
(Types.describe_address_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidResourceException of Types.invalid_resource_exception ])
Stdlib.result