@@ -122,7 +122,7 @@ func TestDynamodbTagsCreateTableInput(t *testing.T) {
122
122
assert .Contains (t , attributes , attribute .StringSlice (
123
123
"aws.dynamodb.global_secondary_indexes" ,
124
124
[]string {
125
- `{"IndexName":"index1","KeySchema":[{"AttributeName":"attributename","KeyType":"HASH"}],"Projection":{"NonKeyAttributes":["non-key-attributes"],"ProjectionType":""},"OnDemandThroughput":null,"ProvisionedThroughput":null}` ,
125
+ `{"IndexName":"index1","KeySchema":[{"AttributeName":"attributename","KeyType":"HASH"}],"Projection":{"NonKeyAttributes":["non-key-attributes"],"ProjectionType":""},"OnDemandThroughput":null,"ProvisionedThroughput":null,"WarmThroughput":null }` ,
126
126
},
127
127
))
128
128
assert .Contains (t , attributes , attribute .StringSlice (
@@ -338,7 +338,7 @@ func TestDynamodbTagsUpdateTableInput(t *testing.T) {
338
338
assert .Contains (t , attributes , attribute .StringSlice (
339
339
"aws.dynamodb.global_secondary_index_updates" ,
340
340
[]string {
341
- `{"Create":{"IndexName":"index1","KeySchema":[{"AttributeName":"attribute","KeyType":"HASH"}],"Projection":{"NonKeyAttributes":["attribute1","attribute2"],"ProjectionType":"ALL"},"OnDemandThroughput":null,"ProvisionedThroughput":null},"Delete":null,"Update":null}` ,
341
+ `{"Create":{"IndexName":"index1","KeySchema":[{"AttributeName":"attribute","KeyType":"HASH"}],"Projection":{"NonKeyAttributes":["attribute1","attribute2"],"ProjectionType":"ALL"},"OnDemandThroughput":null,"ProvisionedThroughput":null,"WarmThroughput":null },"Delete":null,"Update":null}` ,
342
342
},
343
343
))
344
344
assert .Contains (t , attributes , attribute .Float64 ("aws.dynamodb.provisioned_read_capacity" , 123 ))
0 commit comments