avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
70 lines • 1.84 kB
JSON
{
"EcommercePlatform": {
"entityTypes": {
"CustomerGroup": {
"shape": {
"type": "Record",
"attributes": {}
}
},
"Product": {
"shape": {
"type": "Record",
"attributes": {}
}
},
"Customer": {
"shape": {
"attributes": {},
"type": "Record"
},
"memberOfTypes": [
"CustomerGroup"
]
}
},
"actions": {
"Create": {
"appliesTo": {
"resourceTypes": [
"Product"
],
"principalTypes": [
"Customer"
]
}
},
"Preorder": {
"appliesTo": {
"resourceTypes": [
"Product"
],
"principalTypes": [
"Customer",
"CustomerGroup"
]
}
},
"Delete": {
"appliesTo": {
"principalTypes": [
"Customer"
],
"resourceTypes": [
"Product"
]
}
},
"View": {
"appliesTo": {
"principalTypes": [
"Customer"
],
"resourceTypes": [
"Product"
]
}
}
}
}
}