Skip to content

Commit a2853d1

Browse files
committed
update schema
1 parent 9641d9a commit a2853d1

File tree

1 file changed

+9
-11
lines changed
  • localstack-core/localstack/aws/protocol

1 file changed

+9
-11
lines changed

localstack-core/localstack/aws/protocol/parser.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@
2323
┌────────┴─────────┐ ┌─────────┴───────────┐ ┌──────────┴──────────┐ ┌──────────┴──────────┐
2424
│QueryRequestParser│ │BaseRestRequestParser│ │BaseJSONRequestParser│ │BaseCBORRequestParser│
2525
└──────────────────┘ └─────────────────────┘ └─────────────────────┘ └─────────────────────┘
26-
▲ ▲ ▲ ▲ ▲ ▲
27-
┌───────┴────────┐ ┌─────────┴──────────┐ │ │ │ │
28-
│EC2RequestParser│ │RestXMLRequestParser│ │ │ │ │
29-
└────────────────┘ └────────────────────┘ │ │ │ │
30-
┌────────────────┴───┴┐ ┌────────┴────────┐ │
31-
│RestJSONRequestParser│ │JSONRequestParser│ │
32-
└─────────────────────┘ └─────────────────┘ │
33-
▲ │
34-
┌─┴──────┴────────┐
35-
│CBORRequestParser│
36-
└─────────────────┘
26+
▲ ▲ ▲ ▲ ▲ ▲
27+
┌───────┴────────┐ ┌─────────┴──────────┐ │ │ ┌────────┴────────┐ │
28+
│EC2RequestParser│ │RestXMLRequestParser│ │ │ │JSONRequestParser│ │
29+
└────────────────┘ └────────────────────┘ │ │ └─────────────────┘ │
30+
┌────────────────┴───┴┐ ▲ │
31+
│RestJSONRequestParser│ ┌───┴──────┴──────┐
32+
└─────────────────────┘ │CBORRequestParser│
33+
└─────────────────┘
34+
3735
::
3836
3937
The ``RequestParser`` contains the logic that is used among all the

0 commit comments

Comments
 (0)