@@ -133,19 +133,20 @@ type APIGatewayV2HTTPResponse struct {
133
133
134
134
// APIGatewayRequestIdentity contains identity information for the request caller.
135
135
type APIGatewayRequestIdentity struct {
136
- CognitoIdentityPoolID string `json:"cognitoIdentityPoolId,omitempty"`
137
- AccountID string `json:"accountId,omitempty"`
138
- CognitoIdentityID string `json:"cognitoIdentityId,omitempty"`
139
- Caller string `json:"caller,omitempty"`
140
- APIKey string `json:"apiKey,omitempty"`
141
- APIKeyID string `json:"apiKeyId,omitempty"`
142
- AccessKey string `json:"accessKey,omitempty"`
143
- SourceIP string `json:"sourceIp"`
144
- CognitoAuthenticationType string `json:"cognitoAuthenticationType,omitempty"`
145
- CognitoAuthenticationProvider string `json:"cognitoAuthenticationProvider,omitempty"`
146
- UserArn string `json:"userArn,omitempty"` //nolint: stylecheck
147
- UserAgent string `json:"userAgent"`
148
- User string `json:"user,omitempty"`
136
+ CognitoIdentityPoolID string `json:"cognitoIdentityPoolId,omitempty"`
137
+ AccountID string `json:"accountId,omitempty"`
138
+ CognitoIdentityID string `json:"cognitoIdentityId,omitempty"`
139
+ Caller string `json:"caller,omitempty"`
140
+ APIKey string `json:"apiKey,omitempty"`
141
+ APIKeyID string `json:"apiKeyId,omitempty"`
142
+ AccessKey string `json:"accessKey,omitempty"`
143
+ SourceIP string `json:"sourceIp"`
144
+ CognitoAuthenticationType string `json:"cognitoAuthenticationType,omitempty"`
145
+ CognitoAuthenticationProvider string `json:"cognitoAuthenticationProvider,omitempty"`
146
+ UserArn string `json:"userArn,omitempty"` //nolint: stylecheck
147
+ UserAgent string `json:"userAgent"`
148
+ User string `json:"user,omitempty"`
149
+ ClientCert * APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert `json:"clientCert,omitempty"`
149
150
}
150
151
151
152
// APIGatewayWebsocketProxyRequest contains data coming from the API Gateway proxy
0 commit comments