Trait aws_sdk_apigateway::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 CreateApiKeyError

source§

impl RequestId for CreateAuthorizerError

source§

impl RequestId for CreateBasePathMappingError

source§

impl RequestId for CreateDeploymentError

source§

impl RequestId for CreateDocumentationPartError

source§

impl RequestId for CreateDocumentationVersionError

source§

impl RequestId for CreateDomainNameError

source§

impl RequestId for CreateModelError

source§

impl RequestId for CreateRequestValidatorError

source§

impl RequestId for CreateResourceError

source§

impl RequestId for CreateRestApiError

source§

impl RequestId for CreateStageError

source§

impl RequestId for CreateUsagePlanError

source§

impl RequestId for CreateUsagePlanKeyError

source§

impl RequestId for CreateVpcLinkError

source§

impl RequestId for DeleteApiKeyError

source§

impl RequestId for DeleteAuthorizerError

source§

impl RequestId for DeleteBasePathMappingError

source§

impl RequestId for DeleteClientCertificateError

source§

impl RequestId for DeleteDeploymentError

source§

impl RequestId for DeleteDocumentationPartError

source§

impl RequestId for DeleteDocumentationVersionError

source§

impl RequestId for DeleteDomainNameError

source§

impl RequestId for DeleteGatewayResponseError

source§

impl RequestId for DeleteIntegrationError

source§

impl RequestId for DeleteIntegrationResponseError

source§

impl RequestId for DeleteMethodError

source§

impl RequestId for DeleteMethodResponseError

source§

impl RequestId for DeleteModelError

source§

impl RequestId for DeleteRequestValidatorError

source§

impl RequestId for DeleteResourceError

source§

impl RequestId for DeleteRestApiError

source§

impl RequestId for DeleteStageError

source§

impl RequestId for DeleteUsagePlanError

source§

impl RequestId for DeleteUsagePlanKeyError

source§

impl RequestId for DeleteVpcLinkError

source§

impl RequestId for FlushStageAuthorizersCacheError

source§

impl RequestId for FlushStageCacheError

source§

impl RequestId for GenerateClientCertificateError

source§

impl RequestId for GetAccountError

source§

impl RequestId for GetApiKeyError

source§

impl RequestId for GetApiKeysError

source§

impl RequestId for GetAuthorizerError

source§

impl RequestId for GetAuthorizersError

source§

impl RequestId for GetBasePathMappingError

source§

impl RequestId for GetBasePathMappingsError

source§

impl RequestId for GetClientCertificateError

source§

impl RequestId for GetClientCertificatesError

source§

impl RequestId for GetDeploymentError

source§

impl RequestId for GetDeploymentsError

source§

impl RequestId for GetDocumentationPartError

source§

impl RequestId for GetDocumentationPartsError

source§

impl RequestId for GetDocumentationVersionError

source§

impl RequestId for GetDocumentationVersionsError

source§

impl RequestId for GetDomainNameError

source§

impl RequestId for GetDomainNamesError

source§

impl RequestId for GetExportError

source§

impl RequestId for GetGatewayResponseError

source§

impl RequestId for GetGatewayResponsesError

source§

impl RequestId for GetIntegrationError

source§

impl RequestId for GetIntegrationResponseError

source§

impl RequestId for GetMethodError

source§

impl RequestId for GetMethodResponseError

source§

impl RequestId for GetModelError

source§

impl RequestId for GetModelTemplateError

source§

impl RequestId for GetModelsError

source§

impl RequestId for GetRequestValidatorError

source§

impl RequestId for GetRequestValidatorsError

source§

impl RequestId for GetResourceError

source§

impl RequestId for GetResourcesError

source§

impl RequestId for GetRestApiError

source§

impl RequestId for GetRestApisError

source§

impl RequestId for GetSdkError

source§

impl RequestId for GetSdkTypeError

source§

impl RequestId for GetSdkTypesError

source§

impl RequestId for GetStageError

source§

impl RequestId for GetStagesError

source§

impl RequestId for GetTagsError

source§

impl RequestId for GetUsageError

source§

impl RequestId for GetUsagePlanError

source§

impl RequestId for GetUsagePlanKeyError

source§

impl RequestId for GetUsagePlanKeysError

source§

impl RequestId for GetUsagePlansError

source§

impl RequestId for GetVpcLinkError

source§

impl RequestId for GetVpcLinksError

source§

impl RequestId for ImportApiKeysError

source§

impl RequestId for ImportDocumentationPartsError

source§

impl RequestId for ImportRestApiError

source§

impl RequestId for PutGatewayResponseError

source§

impl RequestId for PutIntegrationError

source§

impl RequestId for PutIntegrationResponseError

source§

impl RequestId for PutMethodError

source§

impl RequestId for PutMethodResponseError

source§

impl RequestId for PutRestApiError

source§

impl RequestId for TagResourceError

source§

impl RequestId for TestInvokeAuthorizerError

source§

impl RequestId for TestInvokeMethodError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateAccountError

source§

impl RequestId for UpdateApiKeyError

source§

impl RequestId for UpdateAuthorizerError

source§

impl RequestId for UpdateBasePathMappingError

source§

impl RequestId for UpdateClientCertificateError

source§

impl RequestId for UpdateDeploymentError

source§

impl RequestId for UpdateDocumentationPartError

source§

impl RequestId for UpdateDocumentationVersionError

source§

impl RequestId for UpdateDomainNameError

source§

impl RequestId for UpdateGatewayResponseError

source§

impl RequestId for UpdateIntegrationError

source§

impl RequestId for UpdateIntegrationResponseError

source§

impl RequestId for UpdateMethodError

source§

impl RequestId for UpdateMethodResponseError

source§

impl RequestId for UpdateModelError

source§

impl RequestId for UpdateRequestValidatorError

source§

impl RequestId for UpdateResourceError

source§

impl RequestId for UpdateRestApiError

source§

impl RequestId for UpdateStageError

source§

impl RequestId for UpdateUsageError

source§

impl RequestId for UpdateUsagePlanError

source§

impl RequestId for UpdateVpcLinkError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for BadRequestException

source§

impl RequestId for ConflictException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for NotFoundException

source§

impl RequestId for ServiceUnavailableException

source§

impl RequestId for TooManyRequestsException

source§

impl RequestId for UnauthorizedException

source§

impl RequestId for CreateApiKeyOutput

source§

impl RequestId for CreateAuthorizerOutput

source§

impl RequestId for CreateBasePathMappingOutput

source§

impl RequestId for CreateDeploymentOutput

source§

impl RequestId for CreateDocumentationPartOutput

source§

impl RequestId for CreateDocumentationVersionOutput

source§

impl RequestId for CreateDomainNameOutput

source§

impl RequestId for CreateModelOutput

source§

impl RequestId for CreateRequestValidatorOutput

source§

impl RequestId for CreateResourceOutput

source§

impl RequestId for CreateRestApiOutput

source§

impl RequestId for CreateStageOutput

source§

impl RequestId for CreateUsagePlanOutput

source§

impl RequestId for CreateUsagePlanKeyOutput

source§

impl RequestId for CreateVpcLinkOutput

source§

impl RequestId for DeleteApiKeyOutput

source§

impl RequestId for DeleteAuthorizerOutput

source§

impl RequestId for DeleteBasePathMappingOutput

source§

impl RequestId for DeleteClientCertificateOutput

source§

impl RequestId for DeleteDeploymentOutput

source§

impl RequestId for DeleteDocumentationPartOutput

source§

impl RequestId for DeleteDocumentationVersionOutput

source§

impl RequestId for DeleteDomainNameOutput

source§

impl RequestId for DeleteGatewayResponseOutput

source§

impl RequestId for DeleteIntegrationOutput

source§

impl RequestId for DeleteIntegrationResponseOutput

source§

impl RequestId for DeleteMethodOutput

source§

impl RequestId for DeleteMethodResponseOutput

source§

impl RequestId for DeleteModelOutput

source§

impl RequestId for DeleteRequestValidatorOutput

source§

impl RequestId for DeleteResourceOutput

source§

impl RequestId for DeleteRestApiOutput

source§

impl RequestId for DeleteStageOutput

source§

impl RequestId for DeleteUsagePlanOutput

source§

impl RequestId for DeleteUsagePlanKeyOutput

source§

impl RequestId for DeleteVpcLinkOutput

source§

impl RequestId for FlushStageAuthorizersCacheOutput

source§

impl RequestId for FlushStageCacheOutput

source§

impl RequestId for GenerateClientCertificateOutput

source§

impl RequestId for GetAccountOutput

source§

impl RequestId for GetApiKeyOutput

source§

impl RequestId for GetApiKeysOutput

source§

impl RequestId for GetAuthorizerOutput

source§

impl RequestId for GetAuthorizersOutput

source§

impl RequestId for GetBasePathMappingOutput

source§

impl RequestId for GetBasePathMappingsOutput

source§

impl RequestId for GetClientCertificateOutput

source§

impl RequestId for GetClientCertificatesOutput

source§

impl RequestId for GetDeploymentOutput

source§

impl RequestId for GetDeploymentsOutput

source§

impl RequestId for GetDocumentationPartOutput

source§

impl RequestId for GetDocumentationPartsOutput

source§

impl RequestId for GetDocumentationVersionOutput

source§

impl RequestId for GetDocumentationVersionsOutput

source§

impl RequestId for GetDomainNameOutput

source§

impl RequestId for GetDomainNamesOutput

source§

impl RequestId for GetExportOutput

source§

impl RequestId for GetGatewayResponseOutput

source§

impl RequestId for GetGatewayResponsesOutput

source§

impl RequestId for GetIntegrationOutput

source§

impl RequestId for GetIntegrationResponseOutput

source§

impl RequestId for GetMethodOutput

source§

impl RequestId for GetMethodResponseOutput

source§

impl RequestId for GetModelOutput

source§

impl RequestId for GetModelTemplateOutput

source§

impl RequestId for GetModelsOutput

source§

impl RequestId for GetRequestValidatorOutput

source§

impl RequestId for GetRequestValidatorsOutput

source§

impl RequestId for GetResourceOutput

source§

impl RequestId for GetResourcesOutput

source§

impl RequestId for GetRestApiOutput

source§

impl RequestId for GetRestApisOutput

source§

impl RequestId for GetSdkOutput

source§

impl RequestId for GetSdkTypeOutput

source§

impl RequestId for GetSdkTypesOutput

source§

impl RequestId for GetStageOutput

source§

impl RequestId for GetStagesOutput

source§

impl RequestId for GetTagsOutput

source§

impl RequestId for GetUsageOutput

source§

impl RequestId for GetUsagePlanOutput

source§

impl RequestId for GetUsagePlanKeyOutput

source§

impl RequestId for GetUsagePlanKeysOutput

source§

impl RequestId for GetUsagePlansOutput

source§

impl RequestId for GetVpcLinkOutput

source§

impl RequestId for GetVpcLinksOutput

source§

impl RequestId for ImportApiKeysOutput

source§

impl RequestId for ImportDocumentationPartsOutput

source§

impl RequestId for ImportRestApiOutput

source§

impl RequestId for PutGatewayResponseOutput

source§

impl RequestId for PutIntegrationOutput

source§

impl RequestId for PutIntegrationResponseOutput

source§

impl RequestId for PutMethodOutput

source§

impl RequestId for PutMethodResponseOutput

source§

impl RequestId for PutRestApiOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for TestInvokeAuthorizerOutput

source§

impl RequestId for TestInvokeMethodOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateAccountOutput

source§

impl RequestId for UpdateApiKeyOutput

source§

impl RequestId for UpdateAuthorizerOutput

source§

impl RequestId for UpdateBasePathMappingOutput

source§

impl RequestId for UpdateClientCertificateOutput

source§

impl RequestId for UpdateDeploymentOutput

source§

impl RequestId for UpdateDocumentationPartOutput

source§

impl RequestId for UpdateDocumentationVersionOutput

source§

impl RequestId for UpdateDomainNameOutput

source§

impl RequestId for UpdateGatewayResponseOutput

source§

impl RequestId for UpdateIntegrationOutput

source§

impl RequestId for UpdateIntegrationResponseOutput

source§

impl RequestId for UpdateMethodOutput

source§

impl RequestId for UpdateMethodResponseOutput

source§

impl RequestId for UpdateModelOutput

source§

impl RequestId for UpdateRequestValidatorOutput

source§

impl RequestId for UpdateResourceOutput

source§

impl RequestId for UpdateRestApiOutput

source§

impl RequestId for UpdateStageOutput

source§

impl RequestId for UpdateUsageOutput

source§

impl RequestId for UpdateUsagePlanOutput

source§

impl RequestId for UpdateVpcLinkOutput