aws-iam-data 0.0.191 → 0.0.192
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,17 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-04-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS App Mesh": [
|
|
8
|
+
"appmesh:DeleteMeshPolicy",
|
|
9
|
+
"appmesh:GetMeshPolicy",
|
|
10
|
+
"appmesh:PutMeshPolicy"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"removedActions": {}
|
|
14
|
+
},
|
|
2
15
|
{
|
|
3
16
|
"dateOfChange": "2024-04-20",
|
|
4
17
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -7342,6 +7342,21 @@
|
|
|
7342
7342
|
}
|
|
7343
7343
|
]
|
|
7344
7344
|
},
|
|
7345
|
+
{
|
|
7346
|
+
"name": "DeleteMeshPolicy",
|
|
7347
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html",
|
|
7348
|
+
"permissionOnly": true,
|
|
7349
|
+
"description": "Grants permission to delete the RAM access control policy for a mesh",
|
|
7350
|
+
"accessLevel": "Write",
|
|
7351
|
+
"resourceTypes": [
|
|
7352
|
+
{
|
|
7353
|
+
"resourceType": "mesh",
|
|
7354
|
+
"required": true,
|
|
7355
|
+
"conditionKeys": [],
|
|
7356
|
+
"dependentActions": []
|
|
7357
|
+
}
|
|
7358
|
+
]
|
|
7359
|
+
},
|
|
7345
7360
|
{
|
|
7346
7361
|
"name": "DeleteRoute",
|
|
7347
7362
|
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/APIReference/API_DeleteRoute.html",
|
|
@@ -7522,6 +7537,21 @@
|
|
|
7522
7537
|
}
|
|
7523
7538
|
]
|
|
7524
7539
|
},
|
|
7540
|
+
{
|
|
7541
|
+
"name": "GetMeshPolicy",
|
|
7542
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html",
|
|
7543
|
+
"permissionOnly": true,
|
|
7544
|
+
"description": "Grants permission to read the RAM access control policy for a mesh",
|
|
7545
|
+
"accessLevel": "Read",
|
|
7546
|
+
"resourceTypes": [
|
|
7547
|
+
{
|
|
7548
|
+
"resourceType": "mesh",
|
|
7549
|
+
"required": true,
|
|
7550
|
+
"conditionKeys": [],
|
|
7551
|
+
"dependentActions": []
|
|
7552
|
+
}
|
|
7553
|
+
]
|
|
7554
|
+
},
|
|
7525
7555
|
{
|
|
7526
7556
|
"name": "ListGatewayRoutes",
|
|
7527
7557
|
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/APIReference/API_ListGatewayRoutes.html",
|
|
@@ -7678,6 +7708,21 @@
|
|
|
7678
7708
|
}
|
|
7679
7709
|
]
|
|
7680
7710
|
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "PutMeshPolicy",
|
|
7713
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html",
|
|
7714
|
+
"permissionOnly": true,
|
|
7715
|
+
"description": "Grants permission to define the RAM access control policy for a mesh",
|
|
7716
|
+
"accessLevel": "Write",
|
|
7717
|
+
"resourceTypes": [
|
|
7718
|
+
{
|
|
7719
|
+
"resourceType": "mesh",
|
|
7720
|
+
"required": true,
|
|
7721
|
+
"conditionKeys": [],
|
|
7722
|
+
"dependentActions": []
|
|
7723
|
+
}
|
|
7724
|
+
]
|
|
7725
|
+
},
|
|
7681
7726
|
{
|
|
7682
7727
|
"name": "StreamAggregatedResources",
|
|
7683
7728
|
"apiReferenceUrl": "https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"name": "AWS App Mesh",
|
|
597
597
|
"servicePrefix": "appmesh",
|
|
598
598
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsappmesh.html",
|
|
599
|
-
"actionsCount":
|
|
599
|
+
"actionsCount": 42,
|
|
600
600
|
"actions": [
|
|
601
601
|
"CreateGatewayRoute",
|
|
602
602
|
"CreateMesh",
|
|
@@ -607,6 +607,7 @@
|
|
|
607
607
|
"CreateVirtualService",
|
|
608
608
|
"DeleteGatewayRoute",
|
|
609
609
|
"DeleteMesh",
|
|
610
|
+
"DeleteMeshPolicy",
|
|
610
611
|
"DeleteRoute",
|
|
611
612
|
"DeleteVirtualGateway",
|
|
612
613
|
"DeleteVirtualNode",
|
|
@@ -619,6 +620,7 @@
|
|
|
619
620
|
"DescribeVirtualNode",
|
|
620
621
|
"DescribeVirtualRouter",
|
|
621
622
|
"DescribeVirtualService",
|
|
623
|
+
"GetMeshPolicy",
|
|
622
624
|
"ListGatewayRoutes",
|
|
623
625
|
"ListMeshes",
|
|
624
626
|
"ListRoutes",
|
|
@@ -627,6 +629,7 @@
|
|
|
627
629
|
"ListVirtualNodes",
|
|
628
630
|
"ListVirtualRouters",
|
|
629
631
|
"ListVirtualServices",
|
|
632
|
+
"PutMeshPolicy",
|
|
630
633
|
"StreamAggregatedResources",
|
|
631
634
|
"TagResource",
|
|
632
635
|
"UntagResource",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.192",
|
|
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",
|