aws-iam-data 0.0.435 → 0.0.436
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-08-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS IoT": [
|
|
8
|
+
"iot:DescribeEncryptionConfiguration",
|
|
9
|
+
"iot:UpdateEncryptionConfiguration"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-08-22",
|
|
4
16
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -219934,6 +219934,21 @@
|
|
|
219934
219934
|
}
|
|
219935
219935
|
]
|
|
219936
219936
|
},
|
|
219937
|
+
{
|
|
219938
|
+
"name": "DescribeEncryptionConfiguration",
|
|
219939
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeEncryptionConfiguration.html",
|
|
219940
|
+
"permissionOnly": false,
|
|
219941
|
+
"description": "Grants permission to describe the encryption configuration for the account",
|
|
219942
|
+
"accessLevel": "Read",
|
|
219943
|
+
"resourceTypes": [
|
|
219944
|
+
{
|
|
219945
|
+
"resourceType": "",
|
|
219946
|
+
"required": false,
|
|
219947
|
+
"conditionKeys": [],
|
|
219948
|
+
"dependentActions": []
|
|
219949
|
+
}
|
|
219950
|
+
]
|
|
219951
|
+
},
|
|
219937
219952
|
{
|
|
219938
219953
|
"name": "DescribeEndpoint",
|
|
219939
219954
|
"apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeEndpoint.html",
|
|
@@ -222953,6 +222968,21 @@
|
|
|
222953
222968
|
}
|
|
222954
222969
|
]
|
|
222955
222970
|
},
|
|
222971
|
+
{
|
|
222972
|
+
"name": "UpdateEncryptionConfiguration",
|
|
222973
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateEncryptionConfiguration.html",
|
|
222974
|
+
"permissionOnly": false,
|
|
222975
|
+
"description": "Grants permission to update the encryption configuration for the account",
|
|
222976
|
+
"accessLevel": "Write",
|
|
222977
|
+
"resourceTypes": [
|
|
222978
|
+
{
|
|
222979
|
+
"resourceType": "",
|
|
222980
|
+
"required": false,
|
|
222981
|
+
"conditionKeys": [],
|
|
222982
|
+
"dependentActions": []
|
|
222983
|
+
}
|
|
222984
|
+
]
|
|
222985
|
+
},
|
|
222956
222986
|
{
|
|
222957
222987
|
"name": "UpdateEventConfigurations",
|
|
222958
222988
|
"apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateEventConfigurations.html",
|
|
@@ -15151,7 +15151,7 @@
|
|
|
15151
15151
|
"name": "AWS IoT",
|
|
15152
15152
|
"servicePrefix": "iot",
|
|
15153
15153
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
|
|
15154
|
-
"actionsCount":
|
|
15154
|
+
"actionsCount": 290,
|
|
15155
15155
|
"actions": [
|
|
15156
15156
|
"AcceptCertificateTransfer",
|
|
15157
15157
|
"AddThingToBillingGroup",
|
|
@@ -15258,6 +15258,7 @@
|
|
|
15258
15258
|
"DescribeDetectMitigationActionsTask",
|
|
15259
15259
|
"DescribeDimension",
|
|
15260
15260
|
"DescribeDomainConfiguration",
|
|
15261
|
+
"DescribeEncryptionConfiguration",
|
|
15261
15262
|
"DescribeEndpoint",
|
|
15262
15263
|
"DescribeEventConfigurations",
|
|
15263
15264
|
"DescribeFleetMetric",
|
|
@@ -15421,6 +15422,7 @@
|
|
|
15421
15422
|
"UpdateDimension",
|
|
15422
15423
|
"UpdateDomainConfiguration",
|
|
15423
15424
|
"UpdateDynamicThingGroup",
|
|
15425
|
+
"UpdateEncryptionConfiguration",
|
|
15424
15426
|
"UpdateEventConfigurations",
|
|
15425
15427
|
"UpdateFleetMetric",
|
|
15426
15428
|
"UpdateIndexingConfiguration",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10567
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5135
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "AWS IoT",
|
|
253
|
-
"value":
|
|
253
|
+
"value": 290
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"key": "Amazon QuickSight",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.436",
|
|
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",
|