{
"Update": {
"IndexName": "string",
"ProvisionedThroughput": {
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
}
},
"Create": {
"IndexName": "string",
"KeySchema": [],
"Projection": {
"ProjectionType": "ALL",
"NonKeyAttributes": []
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
}
},
"Delete": {
"IndexName": "string"
}
}