Struct aws_sdk_ecr::client::fluent_builders::BatchGetImage [−][src]
pub struct BatchGetImage<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to BatchGetImage.
Gets detailed information for an image. Images are specified with either an imageTag or imageDigest.
When an image is pulled, the BatchGetImage API is called once to retrieve the image manifest.
Implementations
impl<C, M, R> BatchGetImage<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> BatchGetImage<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<BatchGetImageOutput, SdkError<BatchGetImageError>> where
R::Policy: SmithyRetryPolicy<BatchGetImageInputOperationOutputAlias, BatchGetImageOutput, BatchGetImageError, BatchGetImageInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<BatchGetImageOutput, SdkError<BatchGetImageError>> where
R::Policy: SmithyRetryPolicy<BatchGetImageInputOperationOutputAlias, BatchGetImageOutput, BatchGetImageError, BatchGetImageInputOperationRetryAlias>,
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 Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
The repository that contains the images to describe.
The repository that contains the images to describe.
Appends an item to imageIds.
To override the contents of this collection use set_image_ids.
A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
Appends an item to acceptedMediaTypes.
To override the contents of this collection use set_accepted_media_types.
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for BatchGetImage<C, M, R>
impl<C, M, R> Unpin for BatchGetImage<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for BatchGetImage<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
