aws_sdk_s3::waiters::bucket_exists

Type Alias BucketExistsFinalPoll

source
pub type BucketExistsFinalPoll = FinalPoll<HeadBucketOutput, SdkError<HeadBucketError, HttpResponse>>;
Expand description

Successful return type for the bucket_exists waiter.

Aliased Typeยง

struct BucketExistsFinalPoll { /* private fields */ }