aws-iam-data 0.0.157 → 0.0.158
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
CHANGED
|
@@ -263940,12 +263940,6 @@
|
|
|
263940
263940
|
"rds:subgrp-tag/${TagKey}"
|
|
263941
263941
|
]
|
|
263942
263942
|
},
|
|
263943
|
-
{
|
|
263944
|
-
"name": "target",
|
|
263945
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html",
|
|
263946
|
-
"arnPattern": "arn:${Partition}:rds:${Region}:${Account}:target:${TargetId}",
|
|
263947
|
-
"conditionKeys": []
|
|
263948
|
-
},
|
|
263949
263943
|
{
|
|
263950
263944
|
"name": "target-group",
|
|
263951
263945
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html",
|
|
@@ -19341,7 +19341,7 @@
|
|
|
19341
19341
|
"SwitchoverGlobalCluster",
|
|
19342
19342
|
"SwitchoverReadReplica"
|
|
19343
19343
|
],
|
|
19344
|
-
"resourceTypesCount":
|
|
19344
|
+
"resourceTypesCount": 24,
|
|
19345
19345
|
"resourceTypes": [
|
|
19346
19346
|
"cluster",
|
|
19347
19347
|
"shardgrp",
|
|
@@ -19361,7 +19361,6 @@
|
|
|
19361
19361
|
"secgrp",
|
|
19362
19362
|
"snapshot",
|
|
19363
19363
|
"subgrp",
|
|
19364
|
-
"target",
|
|
19365
19364
|
"target-group",
|
|
19366
19365
|
"cev",
|
|
19367
19366
|
"deployment",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.158",
|
|
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",
|