@uhuru/awsiot-thing-creator
Advanced tools
Comparing version 1.0.1-beta.38 to 1.0.1-beta.39
{ | ||
"Version": "2021-09-14", | ||
"Version": "2012-10-17", | ||
"Statement": [ | ||
{ | ||
"Effect": "Allow", | ||
"Action": [ | ||
"iot:Connect" | ||
], | ||
"Resource": [ | ||
"*" | ||
], | ||
"Condition": { | ||
@@ -18,3 +11,6 @@ "Bool": { | ||
} | ||
} | ||
}, | ||
"Effect": "Allow", | ||
"Action": "iot:Connect", | ||
"Resource": "*" | ||
}, | ||
@@ -27,5 +23,3 @@ { | ||
], | ||
"Resource": [ | ||
"arn:aws:iot:%region%:%accountId%:topic/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
] | ||
"Resource": "arn:aws:iot:%region%:%accountId%:topic/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
}, | ||
@@ -44,16 +38,10 @@ { | ||
], | ||
"Resource": [ | ||
"arn:aws:iot:%region%:%accountId%:thing/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
] | ||
"Resource": "arn:aws:iot:%region%:%accountId%:thing/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
}, | ||
{ | ||
"Effect": "Allow", | ||
"Action": [ | ||
"iot:Subscribe" | ||
], | ||
"Resource": [ | ||
"arn:aws:iot:%region%:%accountId%:topicfilter/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
] | ||
"Action": "iot:Subscribe", | ||
"Resource": "arn:aws:iot:%region%:%accountId%:topicfilter/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*" | ||
} | ||
] | ||
} |
{ | ||
"name": "@uhuru/awsiot-thing-creator", | ||
"version": "1.0.1-beta.38", | ||
"version": "1.0.1-beta.39", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
58158
669