pub unsafe extern "C" fn aws_imds_client_new(
allocator: *mut aws_allocator,
options: *const aws_imds_client_options
) -> *mut aws_imds_clientExpand description
Creates a new imds client
@param allocator memory allocator to use for creation and queries @param options configuration options for the imds client
@return a newly-constructed imds client, or NULL on failure