aws-iam-data 0.0.101 → 0.0.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/json/iam.json +1 -1
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -173659,7 +173659,7 @@
|
|
|
173659
173659
|
"name": "iot:ThingGroupArn",
|
|
173660
173660
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
|
|
173661
173661
|
"description": "Filters access by a list of IoT Thing Group ARNs that the destination IoT Thing belongs to for an IoT Tunnel",
|
|
173662
|
-
"type": "
|
|
173662
|
+
"type": "ArrayOfARN"
|
|
173663
173663
|
},
|
|
173664
173664
|
{
|
|
173665
173665
|
"name": "iot:TunnelDestinationService",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.102",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|