aws-iam-data 0.0.314 → 0.0.315
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,16 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-01-15",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Managed Streaming for Kafka Connect": [
|
|
8
|
+
"kafkaconnect:DescribeConnectorOperation",
|
|
9
|
+
"kafkaconnect:ListConnectorOperations"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-01-14",
|
|
4
16
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -249915,6 +249915,21 @@
|
|
|
249915
249915
|
}
|
|
249916
249916
|
]
|
|
249917
249917
|
},
|
|
249918
|
+
{
|
|
249919
|
+
"name": "DescribeConnectorOperation",
|
|
249920
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_DescribeConnectorOperation.html",
|
|
249921
|
+
"permissionOnly": false,
|
|
249922
|
+
"description": "Grants permission to describe a MSK Connect connector operation",
|
|
249923
|
+
"accessLevel": "Read",
|
|
249924
|
+
"resourceTypes": [
|
|
249925
|
+
{
|
|
249926
|
+
"resourceType": "connector operation",
|
|
249927
|
+
"required": true,
|
|
249928
|
+
"conditionKeys": [],
|
|
249929
|
+
"dependentActions": []
|
|
249930
|
+
}
|
|
249931
|
+
]
|
|
249932
|
+
},
|
|
249918
249933
|
{
|
|
249919
249934
|
"name": "DescribeCustomPlugin",
|
|
249920
249935
|
"apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_DescribeCustomPlugin.html",
|
|
@@ -249945,6 +249960,21 @@
|
|
|
249945
249960
|
}
|
|
249946
249961
|
]
|
|
249947
249962
|
},
|
|
249963
|
+
{
|
|
249964
|
+
"name": "ListConnectorOperations",
|
|
249965
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ListConnectorOperations.html",
|
|
249966
|
+
"permissionOnly": false,
|
|
249967
|
+
"description": "Grants permission to list all operations of a given MSK Connect connector",
|
|
249968
|
+
"accessLevel": "Read",
|
|
249969
|
+
"resourceTypes": [
|
|
249970
|
+
{
|
|
249971
|
+
"resourceType": "connector",
|
|
249972
|
+
"required": true,
|
|
249973
|
+
"conditionKeys": [],
|
|
249974
|
+
"dependentActions": []
|
|
249975
|
+
}
|
|
249976
|
+
]
|
|
249977
|
+
},
|
|
249948
249978
|
{
|
|
249949
249979
|
"name": "ListConnectors",
|
|
249950
249980
|
"apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ListConnectors.html",
|
|
@@ -250152,6 +250182,14 @@
|
|
|
250152
250182
|
"conditionKeys": [
|
|
250153
250183
|
"aws:ResourceTag/${TagKey}"
|
|
250154
250184
|
]
|
|
250185
|
+
},
|
|
250186
|
+
{
|
|
250187
|
+
"name": "connector operation",
|
|
250188
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ConnectorOperation.html",
|
|
250189
|
+
"arnPattern": "arn:${Partition}:kafkaconnect:${Region}:${Account}:connector-operation/${ConnectorName}/${ConnectorUUID}/${UUID}",
|
|
250190
|
+
"conditionKeys": [
|
|
250191
|
+
"aws:ResourceTag/${TagKey}"
|
|
250192
|
+
]
|
|
250155
250193
|
}
|
|
250156
250194
|
],
|
|
250157
250195
|
"conditionKeys": [
|
|
@@ -17777,7 +17777,7 @@
|
|
|
17777
17777
|
"name": "Amazon Managed Streaming for Kafka Connect",
|
|
17778
17778
|
"servicePrefix": "kafkaconnect",
|
|
17779
17779
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedstreamingforkafkaconnect.html",
|
|
17780
|
-
"actionsCount":
|
|
17780
|
+
"actionsCount": 18,
|
|
17781
17781
|
"actions": [
|
|
17782
17782
|
"CreateConnector",
|
|
17783
17783
|
"CreateCustomPlugin",
|
|
@@ -17786,8 +17786,10 @@
|
|
|
17786
17786
|
"DeleteCustomPlugin",
|
|
17787
17787
|
"DeleteWorkerConfiguration",
|
|
17788
17788
|
"DescribeConnector",
|
|
17789
|
+
"DescribeConnectorOperation",
|
|
17789
17790
|
"DescribeCustomPlugin",
|
|
17790
17791
|
"DescribeWorkerConfiguration",
|
|
17792
|
+
"ListConnectorOperations",
|
|
17791
17793
|
"ListConnectors",
|
|
17792
17794
|
"ListCustomPlugins",
|
|
17793
17795
|
"ListTagsForResource",
|
|
@@ -17796,11 +17798,12 @@
|
|
|
17796
17798
|
"UntagResource",
|
|
17797
17799
|
"UpdateConnector"
|
|
17798
17800
|
],
|
|
17799
|
-
"resourceTypesCount":
|
|
17801
|
+
"resourceTypesCount": 4,
|
|
17800
17802
|
"resourceTypes": [
|
|
17801
17803
|
"connector",
|
|
17802
17804
|
"custom plugin",
|
|
17803
|
-
"worker configuration"
|
|
17805
|
+
"worker configuration",
|
|
17806
|
+
"connector operation"
|
|
17804
17807
|
],
|
|
17805
17808
|
"conditionKeysCount": 3,
|
|
17806
17809
|
"conditionKeys": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4904
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1872
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.315",
|
|
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",
|