File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # smithy-python interfaces
2
+ * Data Class Generation
3
+ * Scalar Values
4
+ * Enums
5
+ * Structures
6
+ * List
7
+ * Set
8
+ * Union
9
+ * Documents
10
+ * Exceptions
11
+ * HTTP Client Interfaces
12
+ * Request / Response data classes
13
+ * Mypy Protocol Definitions for HTTP client/session
14
+ * Middleware Stack
15
+ * Service Client Generation
16
+ * Operation Interface Generation
17
+ * Paginators
18
+ * Waiters
19
+ * Event Streams
20
+
21
+ # Standalone
22
+ * CRT based HTTP client that implements Smithy HTTP Client Interface
23
+ * AWS signing package
24
+ * SigV4
25
+ * SigV4a
26
+ * AWS credential resolution package
27
+
28
+ # aws-python-sdk
29
+ * Endpoint Resolution
30
+ * Marshalling Generation
31
+ * Serialization (Query, JSON, RestJSON, RestXML)
32
+ * Deserialization (Query, JSON, RestJSON, RestXML)
33
+ * Credential Resolution
34
+ * Client Configuration
You can’t perform that action at this time.
0 commit comments