pub type ApiGatewayV2httpRequestContextAuthorizerCognitoIdentity = ApiGatewayRequestAuthorizerCognitoIdentity;
👎Deprecated: use ApiGatewayRequestAuthorizerCognitoIdentity instead

Aliased Type§

struct ApiGatewayV2httpRequestContextAuthorizerCognitoIdentity {
    pub amr: Vec<String>,
    pub identity_id: Option<String>,
    pub identity_pool_id: Option<String>,
}

Fields§

§amr: Vec<String>§identity_id: Option<String>§identity_pool_id: Option<String>