Trait aws_sdk_ecrpublic::operation::RequestId

source ·
pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

source§

impl RequestId for Headers

source§

impl<B> RequestId for Response<B>

source§

impl<E> RequestId for SdkError<E, Response>

source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for BatchCheckLayerAvailabilityError

source§

impl RequestId for BatchDeleteImageError

source§

impl RequestId for CompleteLayerUploadError

source§

impl RequestId for CreateRepositoryError

source§

impl RequestId for DeleteRepositoryError

source§

impl RequestId for DeleteRepositoryPolicyError

source§

impl RequestId for DescribeImageTagsError

source§

impl RequestId for DescribeImagesError

source§

impl RequestId for DescribeRegistriesError

source§

impl RequestId for DescribeRepositoriesError

source§

impl RequestId for GetAuthorizationTokenError

source§

impl RequestId for GetRegistryCatalogDataError

source§

impl RequestId for GetRepositoryCatalogDataError

source§

impl RequestId for GetRepositoryPolicyError

source§

impl RequestId for InitiateLayerUploadError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutImageError

source§

impl RequestId for PutRegistryCatalogDataError

source§

impl RequestId for PutRepositoryCatalogDataError

source§

impl RequestId for SetRepositoryPolicyError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UploadLayerPartError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for EmptyUploadException

source§

impl RequestId for ImageAlreadyExistsException

source§

impl RequestId for ImageDigestDoesNotMatchException

source§

impl RequestId for ImageNotFoundException

source§

impl RequestId for ImageTagAlreadyExistsException

source§

impl RequestId for InvalidLayerException

source§

impl RequestId for InvalidLayerPartException

source§

impl RequestId for InvalidParameterException

source§

impl RequestId for InvalidTagParameterException

source§

impl RequestId for LayerAlreadyExistsException

source§

impl RequestId for LayerPartTooSmallException

source§

impl RequestId for LayersNotFoundException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for ReferencedImagesNotFoundException

source§

impl RequestId for RegistryNotFoundException

source§

impl RequestId for RepositoryAlreadyExistsException

source§

impl RequestId for RepositoryCatalogDataNotFoundException

source§

impl RequestId for RepositoryNotEmptyException

source§

impl RequestId for RepositoryNotFoundException

source§

impl RequestId for RepositoryPolicyNotFoundException

source§

impl RequestId for ServerException

source§

impl RequestId for TooManyTagsException

source§

impl RequestId for UnsupportedCommandException

source§

impl RequestId for UploadNotFoundException

source§

impl RequestId for BatchCheckLayerAvailabilityOutput

source§

impl RequestId for BatchDeleteImageOutput

source§

impl RequestId for CompleteLayerUploadOutput

source§

impl RequestId for CreateRepositoryOutput

source§

impl RequestId for DeleteRepositoryOutput

source§

impl RequestId for DeleteRepositoryPolicyOutput

source§

impl RequestId for DescribeImageTagsOutput

source§

impl RequestId for DescribeImagesOutput

source§

impl RequestId for DescribeRegistriesOutput

source§

impl RequestId for DescribeRepositoriesOutput

source§

impl RequestId for GetAuthorizationTokenOutput

source§

impl RequestId for GetRegistryCatalogDataOutput

source§

impl RequestId for GetRepositoryCatalogDataOutput

source§

impl RequestId for GetRepositoryPolicyOutput

source§

impl RequestId for InitiateLayerUploadOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutImageOutput

source§

impl RequestId for PutRegistryCatalogDataOutput

source§

impl RequestId for PutRepositoryCatalogDataOutput

source§

impl RequestId for SetRepositoryPolicyOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UploadLayerPartOutput