Skip to content

Commit e202ca8

Browse files
authored
Skip sparse trait (#3363)
1 parent a616f66 commit e202ca8

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/client_api_module.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ClientApiModule < View
4444
'eventpayload' => false,
4545
'exceptionEvent' => false, # internal, exceptions cannot be events
4646
# other
47+
'sparse' => false,
4748
'synthetic' => false,
4849
'box' => false,
4950
'fault' => false,

build_tools/aws-sdk-code-generator/spec/protocol-tests-ignore-list.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,105 +2,105 @@
22
"json": {
33
"input": {
44
"AwsJson11SparseMapsSerializeNullValues" : {
5-
"description": "Sparse trait support required to test"
5+
"description": "Sparse trait not supported"
66
},
77
"AwsJson11SparseListsSerializeNull" : {
8-
"description": "Sparse trait support required to test"
8+
"description": "Sparse trait not supported"
99
}
1010
},
1111
"output": {
1212
"AwsJson11SparseMapsDeserializeNullValues" : {
13-
"description": "Sparse trait support required to test"
13+
"description": "Sparse trait not supported"
1414
},
1515
"AwsJson11SparseListsDeserializeNull" : {
16-
"description": "Sparse trait support required to test"
16+
"description": "Sparse trait not supported"
1717
}
1818
}
1919
},
2020
"rest-json": {
2121
"input": {
2222
"RestJsonSparseListsSerializeNull" : {
23-
"description": "Sparse trait support required to test"
23+
"description": "Sparse trait not supported"
2424
},
2525
"RestJsonSparseJsonMaps" : {
26-
"description": "Sparse trait support required to test"
26+
"description": "Sparse trait not supported"
2727
},
2828
"RestJsonSerializesSparseNullMapValues" : {
29-
"description": "Sparse trait support required to test"
29+
"description": "Sparse trait not supported"
3030
},
3131
"RestJsonSerializesZeroValuesInSparseMaps" : {
32-
"description": "Sparse trait support required to test"
32+
"description": "Sparse trait not supported"
3333
},
3434
"RestJsonSerializesSparseSetMap" : {
35-
"description": "Sparse trait support required to test"
35+
"description": "Sparse trait not supported"
3636
},
3737
"RestJsonSerializesSparseSetMapAndRetainsNull" : {
38-
"description": "Sparse trait support required to test"
38+
"description": "Sparse trait not supported"
3939
}
4040
},
4141
"output": {
4242
"RestJsonSparseListsSerializeNull" : {
43-
"description": "Sparse trait support required to test"
43+
"description": "Sparse trait not supported"
4444
},
4545
"RestJsonSparseJsonMaps" : {
46-
"description": "Sparse trait support required to test"
46+
"description": "Sparse trait not supported"
4747
},
4848
"RestJsonDeserializesSparseNullMapValues" : {
49-
"description": "Sparse trait support required to test"
49+
"description": "Sparse trait not supported"
5050
},
5151
"RestJsonDeserializesZeroValuesInSparseMaps" : {
52-
"description": "Sparse trait support required to test"
52+
"description": "Sparse trait not supported"
5353
},
5454
"RestJsonDeserializesSparseSetMap" : {
55-
"description": "Sparse trait support required to test"
55+
"description": "Sparse trait not supported"
5656
},
5757
"RestJsonDeserializesSparseSetMapAndRetainsNull" : {
58-
"description": "Sparse trait support required to test"
58+
"description": "Sparse trait not supported"
5959
}
6060
}
6161
},
6262
"smithy-rpc-v2-cbor": {
6363
"input": {
6464
"RpcV2CborSparseMaps" : {
65-
"description": "Sparse trait support required to test"
65+
"description": "Sparse trait not supported"
6666
},
6767
"RpcV2CborSerializesNullMapValues" : {
68-
"description": "Sparse trait support required to test"
68+
"description": "Sparse trait not supported"
6969
},
7070
"RpcV2CborSerializesSparseSetMap" : {
71-
"description": "Sparse trait support required to test"
71+
"description": "Sparse trait not supported"
7272
},
7373
"RpcV2CborSerializesSparseSetMapAndRetainsNull" : {
74-
"description": "Sparse trait support required to test"
74+
"description": "Sparse trait not supported"
7575
},
7676
"RpcV2CborSerializesZeroValuesInSparseMaps" : {
77-
"description": "Sparse trait support required to test"
77+
"description": "Sparse trait not supported"
7878
},
7979
"RpcV2CborSparseMapsSerializeNullValues" : {
80-
"description": "Sparse trait support required to test"
80+
"description": "Sparse trait not supported"
8181
},
8282
"RpcV2CborSparseListsSerializeNull" : {
83-
"description": "Sparse trait support required to test"
83+
"description": "Sparse trait not supported"
8484
}
8585
},
8686
"output": {
8787
"RpcV2CborSparseJsonMaps" : {
88-
"description": "Sparse trait support required to test"
88+
"description": "Sparse trait not supported"
8989
},
9090
"RpcV2CborDeserializesNullMapValues" : {
91-
"description": "Sparse trait support required to test"
91+
"description": "Sparse trait not supported"
9292
},
9393
"RpcV2CborDeserializesSparseSetMapAndRetainsNull" : {
94-
"description": "Sparse trait support required to test"
94+
"description": "Sparse trait not supported"
9595
},
9696
"RpcV2CborDeserializesZeroValuesInSparseMaps" : {
97-
"description": "Sparse trait support required to test"
97+
"description": "Sparse trait not supported"
9898
},
9999
"RpcV2CborSparseMapsDeserializeNullValues" : {
100-
"description": "Sparse trait support required to test"
100+
"description": "Sparse trait not supported"
101101
},
102102
"RpcV2CborSparseListsDeserializeNull" : {
103-
"description": "Sparse trait support required to test"
103+
"description": "Sparse trait not supported"
104104
}
105105
}
106106

0 commit comments

Comments
 (0)