pub struct DescribePartnerEventSource { /* private fields */ }Expand description
Fluent builder constructing a request to DescribePartnerEventSource.
An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
Implementations§
source§impl DescribePartnerEventSource
impl DescribePartnerEventSource
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribePartnerEventSource, AwsResponseRetryClassifier>, SdkError<DescribePartnerEventSourceError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribePartnerEventSource, AwsResponseRetryClassifier>, SdkError<DescribePartnerEventSourceError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribePartnerEventSourceOutput, SdkError<DescribePartnerEventSourceError>>
pub async fn send(
self
) -> Result<DescribePartnerEventSourceOutput, SdkError<DescribePartnerEventSourceError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Trait Implementations§
source§impl Clone for DescribePartnerEventSource
impl Clone for DescribePartnerEventSource
source§fn clone(&self) -> DescribePartnerEventSource
fn clone(&self) -> DescribePartnerEventSource
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more