iamdata 0.1.202509301__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/profile.json +30 -0
- iamdata/data/actions/resource-explorer-2.json +82 -0
- iamdata/data/actions/scn.json +17 -5
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/scn.json +16 -4
- {iamdata-0.1.202509301.dist-info → iamdata-0.1.202510021.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509301.dist-info → iamdata-0.1.202510021.dist-info}/RECORD +11 -11
- {iamdata-0.1.202509301.dist-info → iamdata-0.1.202510021.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509301.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",
|
|
@@ -732,6 +732,21 @@
|
|
|
732
732
|
"conditionKeys": [],
|
|
733
733
|
"dependentActions": []
|
|
734
734
|
},
|
|
735
|
+
"getprofilehistoryrecord": {
|
|
736
|
+
"name": "GetProfileHistoryRecord",
|
|
737
|
+
"description": "Grants permission to get a profile history record for a profile in a domain",
|
|
738
|
+
"accessLevel": "Read",
|
|
739
|
+
"resourceTypes": [
|
|
740
|
+
{
|
|
741
|
+
"name": "domains",
|
|
742
|
+
"required": true,
|
|
743
|
+
"conditionKeys": [],
|
|
744
|
+
"dependentActions": []
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"conditionKeys": [],
|
|
748
|
+
"dependentActions": []
|
|
749
|
+
},
|
|
735
750
|
"getprofileobjecttype": {
|
|
736
751
|
"name": "GetProfileObjectType",
|
|
737
752
|
"description": "Grants permission to get a specific profile object type in the domain",
|
|
@@ -1087,6 +1102,21 @@
|
|
|
1087
1102
|
"conditionKeys": [],
|
|
1088
1103
|
"dependentActions": []
|
|
1089
1104
|
},
|
|
1105
|
+
"listprofilehistoryrecords": {
|
|
1106
|
+
"name": "ListProfileHistoryRecords",
|
|
1107
|
+
"description": "Grants permission to list all the profile history records for a profile in a domain",
|
|
1108
|
+
"accessLevel": "List",
|
|
1109
|
+
"resourceTypes": [
|
|
1110
|
+
{
|
|
1111
|
+
"name": "domains",
|
|
1112
|
+
"required": true,
|
|
1113
|
+
"conditionKeys": [],
|
|
1114
|
+
"dependentActions": []
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"conditionKeys": [],
|
|
1118
|
+
"dependentActions": []
|
|
1119
|
+
},
|
|
1090
1120
|
"listprofileobjecttypetemplates": {
|
|
1091
1121
|
"name": "ListProfileObjectTypeTemplates",
|
|
1092
1122
|
"description": "Grants permission to list all the profile object type templates in the account",
|
|
@@ -37,6 +37,23 @@
|
|
|
37
37
|
"conditionKeys": [],
|
|
38
38
|
"dependentActions": []
|
|
39
39
|
},
|
|
40
|
+
"createresourceexplorersetup": {
|
|
41
|
+
"name": "CreateResourceExplorerSetup",
|
|
42
|
+
"description": "Grants permission to create resource explorer setup",
|
|
43
|
+
"accessLevel": "Write",
|
|
44
|
+
"resourceTypes": [],
|
|
45
|
+
"conditionKeys": [],
|
|
46
|
+
"dependentActions": []
|
|
47
|
+
},
|
|
48
|
+
"createstreamingaccessforservice": {
|
|
49
|
+
"name": "CreateStreamingAccessForService",
|
|
50
|
+
"isPermissionOnly": true,
|
|
51
|
+
"description": "Grants permission to create resource explorer streaming access",
|
|
52
|
+
"accessLevel": "Write",
|
|
53
|
+
"resourceTypes": [],
|
|
54
|
+
"conditionKeys": [],
|
|
55
|
+
"dependentActions": []
|
|
56
|
+
},
|
|
40
57
|
"createview": {
|
|
41
58
|
"name": "CreateView",
|
|
42
59
|
"description": "Grants permission to create a view that users can query",
|
|
@@ -63,6 +80,14 @@
|
|
|
63
80
|
"conditionKeys": [],
|
|
64
81
|
"dependentActions": []
|
|
65
82
|
},
|
|
83
|
+
"deleteresourceexplorersetup": {
|
|
84
|
+
"name": "DeleteResourceExplorerSetup",
|
|
85
|
+
"description": "Grants permission to delete resource explorer setup",
|
|
86
|
+
"accessLevel": "Write",
|
|
87
|
+
"resourceTypes": [],
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
},
|
|
66
91
|
"deleteresourcepolicy": {
|
|
67
92
|
"name": "DeleteResourcePolicy",
|
|
68
93
|
"isPermissionOnly": true,
|
|
@@ -79,6 +104,15 @@
|
|
|
79
104
|
"conditionKeys": [],
|
|
80
105
|
"dependentActions": []
|
|
81
106
|
},
|
|
107
|
+
"deletestreamingaccessforservice": {
|
|
108
|
+
"name": "DeleteStreamingAccessForService",
|
|
109
|
+
"isPermissionOnly": true,
|
|
110
|
+
"description": "Grants permission to delete resource explorer streaming access",
|
|
111
|
+
"accessLevel": "Write",
|
|
112
|
+
"resourceTypes": [],
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
82
116
|
"deleteview": {
|
|
83
117
|
"name": "DeleteView",
|
|
84
118
|
"description": "Grants permission to delete a view",
|
|
@@ -141,6 +175,14 @@
|
|
|
141
175
|
"conditionKeys": [],
|
|
142
176
|
"dependentActions": []
|
|
143
177
|
},
|
|
178
|
+
"getresourceexplorersetup": {
|
|
179
|
+
"name": "GetResourceExplorerSetup",
|
|
180
|
+
"description": "Grants permission to get resource explorer setup",
|
|
181
|
+
"accessLevel": "Read",
|
|
182
|
+
"resourceTypes": [],
|
|
183
|
+
"conditionKeys": [],
|
|
184
|
+
"dependentActions": []
|
|
185
|
+
},
|
|
144
186
|
"getresourcepolicy": {
|
|
145
187
|
"name": "GetResourcePolicy",
|
|
146
188
|
"isPermissionOnly": true,
|
|
@@ -157,6 +199,22 @@
|
|
|
157
199
|
"conditionKeys": [],
|
|
158
200
|
"dependentActions": []
|
|
159
201
|
},
|
|
202
|
+
"getserviceindex": {
|
|
203
|
+
"name": "GetServiceIndex",
|
|
204
|
+
"description": "Grants permission to get service index",
|
|
205
|
+
"accessLevel": "Read",
|
|
206
|
+
"resourceTypes": [],
|
|
207
|
+
"conditionKeys": [],
|
|
208
|
+
"dependentActions": []
|
|
209
|
+
},
|
|
210
|
+
"getserviceview": {
|
|
211
|
+
"name": "GetServiceView",
|
|
212
|
+
"description": "Grants permission to get service view",
|
|
213
|
+
"accessLevel": "Read",
|
|
214
|
+
"resourceTypes": [],
|
|
215
|
+
"conditionKeys": [],
|
|
216
|
+
"dependentActions": []
|
|
217
|
+
},
|
|
160
218
|
"getview": {
|
|
161
219
|
"name": "GetView",
|
|
162
220
|
"description": "Grants permission to retrieve information about the specified view",
|
|
@@ -196,6 +254,30 @@
|
|
|
196
254
|
"conditionKeys": [],
|
|
197
255
|
"dependentActions": []
|
|
198
256
|
},
|
|
257
|
+
"listserviceindexes": {
|
|
258
|
+
"name": "ListServiceIndexes",
|
|
259
|
+
"description": "Grants permission to list service indexes in all AWS Regions",
|
|
260
|
+
"accessLevel": "List",
|
|
261
|
+
"resourceTypes": [],
|
|
262
|
+
"conditionKeys": [],
|
|
263
|
+
"dependentActions": []
|
|
264
|
+
},
|
|
265
|
+
"listserviceviews": {
|
|
266
|
+
"name": "ListServiceViews",
|
|
267
|
+
"description": "Grants permission to list service views in all AWS Regions",
|
|
268
|
+
"accessLevel": "List",
|
|
269
|
+
"resourceTypes": [],
|
|
270
|
+
"conditionKeys": [],
|
|
271
|
+
"dependentActions": []
|
|
272
|
+
},
|
|
273
|
+
"liststreamingaccessforservices": {
|
|
274
|
+
"name": "ListStreamingAccessForServices",
|
|
275
|
+
"description": "Grants permission to list streaming access for services",
|
|
276
|
+
"accessLevel": "List",
|
|
277
|
+
"resourceTypes": [],
|
|
278
|
+
"conditionKeys": [],
|
|
279
|
+
"dependentActions": []
|
|
280
|
+
},
|
|
199
281
|
"listsupportedresourcetypes": {
|
|
200
282
|
"name": "ListSupportedResourceTypes",
|
|
201
283
|
"description": "Grants permission to retrieve a list of all resource types currently supported by Resource Explorer",
|
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,14 +301,14 @@ 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
|
|
308
308
|
iamdata/data/actions/polly.json,sha256=hYPq7nRF2-8kyoNVNdlsOjqeSDl8sT0l4Vf0SRgN9VI,3079
|
|
309
309
|
iamdata/data/actions/pricing.json,sha256=zm-BI0D9leB4oGj7Z71PkPf6hnGtx56eXWfMle9rDIA,1432
|
|
310
310
|
iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFsshHbuAUbROV32Wg,11076
|
|
311
|
-
iamdata/data/actions/profile.json,sha256=
|
|
311
|
+
iamdata/data/actions/profile.json,sha256=4rG3IBmv1JwQhuZ-1gdn_MeQqQOhNmMLrUh0xuPf1_g,41320
|
|
312
312
|
iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
|
|
313
313
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
|
314
314
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
|
@@ -329,7 +329,7 @@ iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-C
|
|
|
329
329
|
iamdata/data/actions/rekognition.json,sha256=aGZ2k7vF-Fxe0SNP2cYNW0Xcs2jZfXLRMk-ZwcAWdbU,28650
|
|
330
330
|
iamdata/data/actions/repostspace.json,sha256=PetIthawrhjjPP__L3t7ymfNJ8Ws6vTFwlfkWYXRFLk,7366
|
|
331
331
|
iamdata/data/actions/resiliencehub.json,sha256=KBcrQry1ZTvDaHCTkf1IB0Ehx5wla0V_XjIZIrZQ4co,26671
|
|
332
|
-
iamdata/data/actions/resource-explorer-2.json,sha256=
|
|
332
|
+
iamdata/data/actions/resource-explorer-2.json,sha256=G74CB58Wedh4S9rpTi9Vk1hdr_WmS-HnuIETYKNn_0U,12407
|
|
333
333
|
iamdata/data/actions/resource-explorer.json,sha256=qbJbAMtPHMgz0JSxpSFMhWxfLPx0l2471ump1XMauPw,914
|
|
334
334
|
iamdata/data/actions/resource-groups.json,sha256=sj9wDdj4Scr0MV6eRthJOB8Q7CxSh3WTfMI3ovECKYw,11376
|
|
335
335
|
iamdata/data/actions/rhelkb.json,sha256=u9TR-KDInVSgVPVWCbZh2D8MYDQmHTSWnvCP2FQ51Xw,238
|
|
@@ -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
|