@@ -17,23 +17,23 @@ type VPCLatticeRequestV2 struct {
17
17
Method string `json:"method"`
18
18
Headers map [string ][]string `json:"headers"`
19
19
Body string `json:"body"`
20
- RequestContext VpcLatticeRequestContext `json:"requestContext"`
20
+ RequestContext VPCLatticeRequestContext `json:"requestContext"`
21
21
IsBase64Encoded bool `json:"isBase64Encoded,omitempty"`
22
22
}
23
23
24
- // VpcLatticeRequestContext contains metadata about the incoming request
25
- type VpcLatticeRequestContext struct {
24
+ // VPCLatticeRequestContext contains metadata about the incoming request
25
+ type VPCLatticeRequestContext struct {
26
26
ServiceNetworkARN string `json:"serviceNetworkArn"`
27
27
ServiceARN string `json:"serviceArn"`
28
28
TargetGroupARN string `json:"targetGroupArn"`
29
- Identity * VpcLatticeRequestIdentity `json:"identity,omitempty"`
29
+ Identity * VPCLatticeRequestIdentity `json:"identity,omitempty"`
30
30
Region string `json:"region"`
31
31
TimeEpoch string `json:"timeEpoch"`
32
32
}
33
33
34
34
// VpcLatticeRequestIdentity contains information about the caller
35
- type VpcLatticeRequestIdentity struct {
36
- SourceVpcARN string `json:"sourceVpcArn"`
35
+ type VPCLatticeRequestIdentity struct {
36
+ SourceVPCARN string `json:"sourceVpcArn"`
37
37
Type string `json:"type"`
38
38
Principal string `json:"principal"`
39
39
SessionName string `json:"sessionName"`
0 commit comments