Skip to content

Commit a46b072

Browse files
authored
misc: drop field (#1749)
1 parent f7c402b commit a46b072

File tree

1 file changed

+4
-0
lines changed
  • hll/dynamodb-mapper/dynamodb-mapper-ops-codegen/src/main/kotlin/aws/sdk/kotlin/hll/dynamodbmapper/codegen/operations/model

1 file changed

+4
-0
lines changed

hll/dynamodb-mapper/dynamodb-mapper-ops-codegen/src/main/kotlin/aws/sdk/kotlin/hll/dynamodbmapper/codegen/operations/model/MemberCodegenBehavior.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ private val rules = listOf(
139139
Rule("attributesToGet", Types.Kotlin.list(Types.Kotlin.String), Drop),
140140
Rule("attributeUpdates", Types.Kotlin.stringMap(llType("AttributeValueUpdate")), Drop),
141141

142+
// FIXME Add support for workloadProfileName as a pass-through field by applying a @Synthetic annotation to
143+
// pass-through members and ignoring API validation for them
144+
Rule("workloadProfileName", Types.Kotlin.String, Drop),
145+
142146
// Hoisted members
143147
Rule("tableName", Types.Kotlin.String, Hoist),
144148
Rule("indexName", Types.Kotlin.String, Hoist),

0 commit comments

Comments
 (0)