Struct aws_sdk_codepipeline::client::fluent_builders::GetPipeline
source · [−]pub struct GetPipeline<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to GetPipeline
.
Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline
.
Implementations
impl<C, M, R> GetPipeline<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetPipeline<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<GetPipelineOutput, SdkError<GetPipelineError>> where
R::Policy: SmithyRetryPolicy<GetPipelineInputOperationOutputAlias, GetPipelineOutput, GetPipelineError, GetPipelineInputOperationRetryAlias>,
pub async fn send(self) -> Result<GetPipelineOutput, SdkError<GetPipelineError>> where
R::Policy: SmithyRetryPolicy<GetPipelineInputOperationOutputAlias, GetPipelineOutput, GetPipelineError, GetPipelineInputOperationRetryAlias>,
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.
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
The version number of the pipeline. If you do not specify a version, defaults to the current version.
The version number of the pipeline. If you do not specify a version, defaults to the current version.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetPipeline<C, M, R>
impl<C, M, R> Unpin for GetPipeline<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetPipeline<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more