File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 5045
5045
}
5046
5046
]
5047
5047
},
5048
+ {
5049
+ "name" : " dynamodb_deleteRecord" ,
5050
+ "description" : " Deletes a record in DynamoDB record" ,
5051
+ "metadata" : [
5052
+ {
5053
+ "type" : " reason" ,
5054
+ "required" : false
5055
+ },
5056
+ {
5057
+ "type" : " result"
5058
+ }
5059
+ ]
5060
+ },
5048
5061
{
5049
5062
"name" : " dynamodb_deleteTable" ,
5050
5063
"description" : " Delete a DynamoDB table" ,
5078
5091
"name" : " dynamodb_fetchRecords" ,
5079
5092
"description" : " Fetch records from a DynamoDB table in the table browser" ,
5080
5093
"metadata" : [
5094
+ {
5095
+ "type" : " count" ,
5096
+ "required" : false
5097
+ },
5081
5098
{
5082
5099
"type" : " dynamoDbFetchType"
5083
5100
},
5090
5107
}
5091
5108
]
5092
5109
},
5110
+ {
5111
+ "name" : " dynamodb_fetchTables" ,
5112
+ "description" : " Fetches the tables in a DynamoDB entity" ,
5113
+ "metadata" : [
5114
+ {
5115
+ "type" : " count" ,
5116
+ "required" : false
5117
+ },
5118
+ {
5119
+ "type" : " result"
5120
+ },
5121
+ {
5122
+ "type" : " source" ,
5123
+ "required" : false
5124
+ }
5125
+ ]
5126
+ },
5093
5127
{
5094
5128
"name" : " dynamodb_openTable" ,
5095
5129
"description" : " Open a DynamoDB table in the table browser" ,
5096
5130
"metadata" : [
5131
+ {
5132
+ "type" : " count" ,
5133
+ "required" : false
5134
+ },
5097
5135
{
5098
5136
"type" : " result"
5137
+ },
5138
+ {
5139
+ "type" : " source" ,
5140
+ "required" : false
5099
5141
}
5100
5142
]
5101
5143
},
You can’t perform that action at this time.
0 commit comments