iamdata 0.1.202510011__py3-none-any.whl → 0.1.202510021__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/ecs.json +20 -2
- iamdata/data/actions/pcs.json +26 -0
- iamdata/data/actions/scn.json +17 -5
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/scn.json +16 -4
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510021.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510021.dist-info}/RECORD +9 -9
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510021.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510021.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/ecs.json
CHANGED
|
@@ -3,8 +3,18 @@
|
|
|
3
3
|
"name": "CreateCapacityProvider",
|
|
4
4
|
"description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "capacity-provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [
|
|
11
|
+
"aws:ResourceTag/${TagKey}"
|
|
12
|
+
],
|
|
13
|
+
"dependentActions": []
|
|
14
|
+
}
|
|
15
|
+
],
|
|
7
16
|
"conditionKeys": [
|
|
17
|
+
"ecs:propagate-tags",
|
|
8
18
|
"aws:RequestTag/${TagKey}",
|
|
9
19
|
"aws:TagKeys"
|
|
10
20
|
],
|
|
@@ -70,7 +80,14 @@
|
|
|
70
80
|
"name": "CreateTaskSet",
|
|
71
81
|
"description": "Grants permission to create a new Amazon ECS task set",
|
|
72
82
|
"accessLevel": "Write",
|
|
73
|
-
"resourceTypes": [
|
|
83
|
+
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "task-set",
|
|
86
|
+
"required": true,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
}
|
|
90
|
+
],
|
|
74
91
|
"conditionKeys": [
|
|
75
92
|
"aws:RequestTag/${TagKey}",
|
|
76
93
|
"aws:TagKeys",
|
|
@@ -1053,6 +1070,7 @@
|
|
|
1053
1070
|
}
|
|
1054
1071
|
],
|
|
1055
1072
|
"conditionKeys": [
|
|
1073
|
+
"ecs:propagate-tags",
|
|
1056
1074
|
"aws:ResourceTag/${TagKey}"
|
|
1057
1075
|
],
|
|
1058
1076
|
"dependentActions": []
|
iamdata/data/actions/pcs.json
CHANGED
|
@@ -347,6 +347,32 @@
|
|
|
347
347
|
],
|
|
348
348
|
"dependentActions": []
|
|
349
349
|
},
|
|
350
|
+
"updatecluster": {
|
|
351
|
+
"name": "UpdateCluster",
|
|
352
|
+
"description": "Grants permission to update cluster properties",
|
|
353
|
+
"accessLevel": "Write",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "cluster",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": [
|
|
364
|
+
"ec2:CreateNetworkInterface",
|
|
365
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
366
|
+
"ec2:DescribeNetworkInterfaces",
|
|
367
|
+
"ec2:DescribeSecurityGroups",
|
|
368
|
+
"ec2:DescribeSubnets",
|
|
369
|
+
"ec2:DescribeVpcs",
|
|
370
|
+
"ec2:GetSecurityGroupsForVpc",
|
|
371
|
+
"iam:CreateServiceLinkedRole",
|
|
372
|
+
"secretsmanager:CreateSecret",
|
|
373
|
+
"secretsmanager:TagResource"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
350
376
|
"updatecomputenodegroup": {
|
|
351
377
|
"name": "UpdateComputeNodeGroup",
|
|
352
378
|
"description": "Grants permission to update compute node group properties",
|
iamdata/data/actions/scn.json
CHANGED
|
@@ -41,7 +41,10 @@
|
|
|
41
41
|
"dependentActions": []
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
|
-
"conditionKeys": [
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
45
48
|
"dependentActions": []
|
|
46
49
|
},
|
|
47
50
|
"createdatalakedataset": {
|
|
@@ -56,7 +59,10 @@
|
|
|
56
59
|
"dependentActions": []
|
|
57
60
|
}
|
|
58
61
|
],
|
|
59
|
-
"conditionKeys": [
|
|
62
|
+
"conditionKeys": [
|
|
63
|
+
"aws:RequestTag/${TagKey}",
|
|
64
|
+
"aws:TagKeys"
|
|
65
|
+
],
|
|
60
66
|
"dependentActions": []
|
|
61
67
|
},
|
|
62
68
|
"createdatalakenamespace": {
|
|
@@ -71,7 +77,10 @@
|
|
|
71
77
|
"dependentActions": []
|
|
72
78
|
}
|
|
73
79
|
],
|
|
74
|
-
"conditionKeys": [
|
|
80
|
+
"conditionKeys": [
|
|
81
|
+
"aws:RequestTag/${TagKey}",
|
|
82
|
+
"aws:TagKeys"
|
|
83
|
+
],
|
|
75
84
|
"dependentActions": []
|
|
76
85
|
},
|
|
77
86
|
"createinstance": {
|
|
@@ -86,7 +95,10 @@
|
|
|
86
95
|
"dependentActions": []
|
|
87
96
|
}
|
|
88
97
|
],
|
|
89
|
-
"conditionKeys": [
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:RequestTag/${TagKey}",
|
|
100
|
+
"aws:TagKeys"
|
|
101
|
+
],
|
|
90
102
|
"dependentActions": []
|
|
91
103
|
},
|
|
92
104
|
"createssoapplication": {
|
|
@@ -361,7 +373,7 @@
|
|
|
361
373
|
},
|
|
362
374
|
"listdatalakedatasets": {
|
|
363
375
|
"name": "ListDataLakeDatasets",
|
|
364
|
-
"description": "Grants permission to list the data lake datasets under specific instance
|
|
376
|
+
"description": "Grants permission to list the data lake datasets under specific instance or namespace",
|
|
365
377
|
"accessLevel": "List",
|
|
366
378
|
"resourceTypes": [
|
|
367
379
|
{
|
iamdata/data/metadata.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"instance": {
|
|
3
3
|
"key": "instance",
|
|
4
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}"
|
|
4
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"bill-of-materials-import-job": {
|
|
7
10
|
"key": "bill-of-materials-import-job",
|
|
@@ -9,14 +12,23 @@
|
|
|
9
12
|
},
|
|
10
13
|
"data-integration-flow": {
|
|
11
14
|
"key": "data-integration-flow",
|
|
12
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
15
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"namespace": {
|
|
15
21
|
"key": "namespace",
|
|
16
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}"
|
|
22
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
17
26
|
},
|
|
18
27
|
"dataset": {
|
|
19
28
|
"key": "dataset",
|
|
20
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
29
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
21
33
|
}
|
|
22
34
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202510021
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -5,7 +5,7 @@ iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
7
|
iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=D8QXI9PkMJyNA7NDV_x90U_uf9VfcpCuLYj8BWN3Mbg,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
@@ -148,7 +148,7 @@ iamdata/data/actions/ec2.json,sha256=cFTlDflq8nyO4tIOc9tU-PrW_6N_H6G7Nag43uSSgn4
|
|
|
148
148
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
149
149
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
150
150
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
151
|
-
iamdata/data/actions/ecs.json,sha256=
|
|
151
|
+
iamdata/data/actions/ecs.json,sha256=MjQ4YTW8hq2lx05MJt23yuTQCyxhIcW_EPWMLOQ7OAs,33199
|
|
152
152
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
153
153
|
iamdata/data/actions/eks.json,sha256=F0lEmL0VwmMgSZ9F4198FBubwpEZPZlQ0ygHMGLSPpo,29897
|
|
154
154
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
@@ -301,7 +301,7 @@ iamdata/data/actions/payment-cryptography.json,sha256=sznx_Nd0iukjmJMVl5Ez1xllzS
|
|
|
301
301
|
iamdata/data/actions/payments.json,sha256=WV5RwInAC747CtPhd3vAbCqibzf7UoFF2qgcz6JMO44,7279
|
|
302
302
|
iamdata/data/actions/pca-connector-ad.json,sha256=1Re-ZLS9O4zO_chWn5EbQXer6BFQZacbIiAzr6lu3JQ,10952
|
|
303
303
|
iamdata/data/actions/pca-connector-scep.json,sha256=A1jFaFO7EvorVRWA6L2UYf8nJngG3kbpQBfRdZtLzv8,4593
|
|
304
|
-
iamdata/data/actions/pcs.json,sha256=
|
|
304
|
+
iamdata/data/actions/pcs.json,sha256=rI_BeISRUGVIrA13oPH0fnVKd_zsBXz1JrFfrmchIrI,11070
|
|
305
305
|
iamdata/data/actions/personalize.json,sha256=H6ibVM9Xuo_taxwSJHYnxNK4_Q4Ef_CYuiE9IqDqrso,27857
|
|
306
306
|
iamdata/data/actions/pi.json,sha256=bQTk71VAJ5-ku_PVcr7b2tQoPhriaJ4tgsdHASIphEc,6233
|
|
307
307
|
iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-LU,3918
|
|
@@ -356,7 +356,7 @@ iamdata/data/actions/sagemaker.json,sha256=v1qyPjXgzzv6sWnA6nFt2aK9M6taa6jNeic12
|
|
|
356
356
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
357
357
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
358
358
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
359
|
-
iamdata/data/actions/scn.json,sha256=
|
|
359
|
+
iamdata/data/actions/scn.json,sha256=YF7AwRcR28dvqnGVDgMoxPDEOvxMG73j_Q-TgcwOND0,14857
|
|
360
360
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
|
361
361
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
362
362
|
iamdata/data/actions/security-ir.json,sha256=N6uBDYgXkPxJNfWmEq5OENIrOhqgCHAVfqGDSUJzQZ8,8709
|
|
@@ -1214,7 +1214,7 @@ iamdata/data/resourceTypes/sagemaker.json,sha256=r5fdw4lg-me4aP64RP6LBoP_vKfg-Si
|
|
|
1214
1214
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1215
1215
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1216
1216
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
1217
|
-
iamdata/data/resourceTypes/scn.json,sha256=
|
|
1217
|
+
iamdata/data/resourceTypes/scn.json,sha256=7X4WFcfebA1ypFNr2UTIU3mtYUXM3E4uwLYzko0xykM,1079
|
|
1218
1218
|
iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
|
|
1219
1219
|
iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
|
|
1220
1220
|
iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
|
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202510021.dist-info/METADATA,sha256=N3RT6VpMDy2TTHfyGv5yeVyjorssBGWnjkYZPTw3-2c,3491
|
|
1304
|
+
iamdata-0.1.202510021.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202510021.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202510021.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|