File tree
99 files changed
+2472
-1677
lines changed- codegen
- src
- main
- java/software/amazon/awssdk/codegen
- emitters/tasks
- model/config/customization
- poet
- client
- specs
- model
- transform
- protocols
- resources/templates
- query
- rest-xml
- test/resources/software/amazon/awssdk/codegen/poet
- client
- model
- nonautoconstructcontainers
- core
- aws-core/src
- main/java/software/amazon/awssdk/awscore
- http/response
- protocol/xml
- util
- test/java/software/amazon/awssdk/awscore/client/http
- sdk-core/src/main/java/software/amazon/awssdk/core
- interceptor
- traits
- http-client-spi/src/main/java/software/amazon/awssdk/http
- protocols
- aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/internal
- marshall
- unmarshall
- aws-query-protocol/src/main/java/software/amazon/awssdk/protocols/query
- internal/unmarshall
- aws-xml-protocol
- src/main/java/software/amazon/awssdk/protocols/xml/internal
- marshall
- unmarshall
- protocol-core/src/main/java/software/amazon/awssdk/protocols/core
- services
- budgets
- cloudfront
- src/test/resources
- ec2/src/main/java/software/amazon/awssdk/services/ec2/transform
- rds/src
- main/java/software/amazon/awssdk/services/rds
- test/java/software/amazon/awssdk/services/rds
- route53
- src/test
- java/software/amazon/awssdk/services/route53
- resources
- s3
- src
- main
- java/software/amazon/awssdk/services/s3/handlers
- resources
- codegen-resources
- software/amazon/awssdk/services/s3
- test/java/software/amazon/awssdk/services/s3/handlers
- test
- protocol-tests
- src
- main/resources/codegen-resources/restxml
- test/java/software/amazon/awssdk/protocol/tests
- exception
- protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+2472
-1677
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 |
| |
134 | 139 |
| |
135 | 140 |
| |
|
Lines changed: 4 additions & 53 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 |
| - | |
22 |
| - | |
23 | 20 |
| |
24 |
| - | |
25 | 21 |
| |
26 | 22 |
| |
27 |
| - | |
28 | 23 |
| |
29 | 24 |
| |
30 | 25 |
| |
31 |
| - | |
32 | 26 |
| |
33 | 27 |
| |
34 | 28 |
| |
35 | 29 |
| |
36 |
| - | |
37 | 30 |
| |
38 | 31 |
| |
39 | 32 |
| |
40 |
| - | |
41 | 33 |
| |
42 |
| - | |
43 | 34 |
| |
44 | 35 |
| |
45 | 36 |
| |
46 |
| - | |
47 | 37 |
| |
48 |
| - | |
49 | 38 |
| |
50 | 39 |
| |
51 | 40 |
| |
| |||
62 | 51 |
| |
63 | 52 |
| |
64 | 53 |
| |
| 54 | + | |
65 | 55 |
| |
66 | 56 |
| |
67 | 57 |
| |
68 | 58 |
| |
69 | 59 |
| |
70 | 60 |
| |
71 | 61 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
76 | 65 |
| |
77 | 66 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 | 67 |
| |
117 | 68 |
|
codegen/src/main/java/software/amazon/awssdk/codegen/emitters/tasks/UnmarshallerGeneratorTasks.java
Lines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
57 |
| - | |
58 | 56 |
| |
59 | 57 |
| |
60 | 58 |
| |
| |||
65 | 63 |
| |
66 | 64 |
| |
67 | 65 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 | 66 |
| |
76 | 67 |
| |
77 |
| - | |
| 68 | + | |
78 | 69 |
| |
79 | 70 |
| |
80 | 71 |
| |
| |||
90 | 81 |
| |
91 | 82 |
| |
92 | 83 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 | 84 |
| |
98 | 85 |
| |
99 | 86 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 |
| |
144 | 149 |
| |
145 | 150 |
| |
| |||
389 | 394 |
| |
390 | 395 |
| |
391 | 396 |
| |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
392 | 405 |
| |
393 | 406 |
| |
394 | 407 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
| |||
83 | 87 |
| |
84 | 88 |
| |
85 | 89 |
| |
86 |
| - | |
| 90 | + | |
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + |
0 commit comments