aws-iam-data 0.0.231 → 0.0.232
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.
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-06-28",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Control Tower": [
|
|
8
|
+
"controltower:ListLandingZoneOperations"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2024-06-27",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -80180,6 +80180,21 @@
|
|
|
80180
80180
|
}
|
|
80181
80181
|
]
|
|
80182
80182
|
},
|
|
80183
|
+
{
|
|
80184
|
+
"name": "ListLandingZoneOperations",
|
|
80185
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html",
|
|
80186
|
+
"permissionOnly": false,
|
|
80187
|
+
"description": "Grants permission to list all landing zone operations",
|
|
80188
|
+
"accessLevel": "List",
|
|
80189
|
+
"resourceTypes": [
|
|
80190
|
+
{
|
|
80191
|
+
"resourceType": "",
|
|
80192
|
+
"required": false,
|
|
80193
|
+
"conditionKeys": [],
|
|
80194
|
+
"dependentActions": []
|
|
80195
|
+
}
|
|
80196
|
+
]
|
|
80197
|
+
},
|
|
80183
80198
|
{
|
|
80184
80199
|
"name": "ListLandingZones",
|
|
80185
80200
|
"apiReferenceUrl": "https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZones.html",
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
"name": "AWS Control Tower",
|
|
6072
6072
|
"servicePrefix": "controltower",
|
|
6073
6073
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontroltower.html",
|
|
6074
|
-
"actionsCount":
|
|
6074
|
+
"actionsCount": 64,
|
|
6075
6075
|
"actions": [
|
|
6076
6076
|
"CreateLandingZone",
|
|
6077
6077
|
"CreateManagedAccount",
|
|
@@ -6118,6 +6118,7 @@
|
|
|
6118
6118
|
"ListGuardrailViolations",
|
|
6119
6119
|
"ListGuardrails",
|
|
6120
6120
|
"ListGuardrailsForTarget",
|
|
6121
|
+
"ListLandingZoneOperations",
|
|
6121
6122
|
"ListLandingZones",
|
|
6122
6123
|
"ListManagedAccounts",
|
|
6123
6124
|
"ListManagedAccountsForGuardrail",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.232",
|
|
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",
|