iamdata 0.1.202505271__py3-none-any.whl → 0.1.202505281__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/aws-marketplace.json +0 -32
- iamdata/data/actions/ce.json +34 -0
- iamdata/data/actions/inspector2.json +12 -12
- iamdata/data/actions/logs.json +8 -0
- iamdata/data/actions/network-firewall.json +125 -3
- iamdata/data/actions/servicequotas.json +8 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/network-firewall.json +7 -0
- {iamdata-0.1.202505271.dist-info → iamdata-0.1.202505281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505271.dist-info → iamdata-0.1.202505281.dist-info}/RECORD +12 -12
- {iamdata-0.1.202505271.dist-info → iamdata-0.1.202505281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505271.dist-info → iamdata-0.1.202505281.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -14,14 +14,6 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
-
"completetask": {
|
|
18
|
-
"name": "CompleteTask",
|
|
19
|
-
"description": "Grants permission to complete an existing task and submit the content to the associated change",
|
|
20
|
-
"accessLevel": "Write",
|
|
21
|
-
"resourceTypes": [],
|
|
22
|
-
"conditionKeys": [],
|
|
23
|
-
"dependentActions": []
|
|
24
|
-
},
|
|
25
17
|
"deleteresourcepolicy": {
|
|
26
18
|
"name": "DeleteResourcePolicy",
|
|
27
19
|
"description": "Grants permission to delete the resource policy of an existing entity",
|
|
@@ -75,14 +67,6 @@
|
|
|
75
67
|
"conditionKeys": [],
|
|
76
68
|
"dependentActions": []
|
|
77
69
|
},
|
|
78
|
-
"describetask": {
|
|
79
|
-
"name": "DescribeTask",
|
|
80
|
-
"description": "Grants permission to return the details of an existing task",
|
|
81
|
-
"accessLevel": "Read",
|
|
82
|
-
"resourceTypes": [],
|
|
83
|
-
"conditionKeys": [],
|
|
84
|
-
"dependentActions": []
|
|
85
|
-
},
|
|
86
70
|
"getresourcepolicy": {
|
|
87
71
|
"name": "GetResourcePolicy",
|
|
88
72
|
"description": "Grants permission to get the resource policy of an existing entity",
|
|
@@ -139,14 +123,6 @@
|
|
|
139
123
|
],
|
|
140
124
|
"dependentActions": []
|
|
141
125
|
},
|
|
142
|
-
"listtasks": {
|
|
143
|
-
"name": "ListTasks",
|
|
144
|
-
"description": "Grants permission to list existing tasks",
|
|
145
|
-
"accessLevel": "List",
|
|
146
|
-
"resourceTypes": [],
|
|
147
|
-
"conditionKeys": [],
|
|
148
|
-
"dependentActions": []
|
|
149
|
-
},
|
|
150
126
|
"putresourcepolicy": {
|
|
151
127
|
"name": "PutResourcePolicy",
|
|
152
128
|
"description": "Grants permission to attach a resource policy to an existing entity",
|
|
@@ -226,14 +202,6 @@
|
|
|
226
202
|
],
|
|
227
203
|
"dependentActions": []
|
|
228
204
|
},
|
|
229
|
-
"updatetask": {
|
|
230
|
-
"name": "UpdateTask",
|
|
231
|
-
"description": "Grants permission to update the contents of an existing task",
|
|
232
|
-
"accessLevel": "Write",
|
|
233
|
-
"resourceTypes": [],
|
|
234
|
-
"conditionKeys": [],
|
|
235
|
-
"dependentActions": []
|
|
236
|
-
},
|
|
237
205
|
"putdeploymentparameter": {
|
|
238
206
|
"name": "PutDeploymentParameter",
|
|
239
207
|
"description": "Grants permission to create or update a deployment parameter resource",
|
iamdata/data/actions/ce.json
CHANGED
|
@@ -247,6 +247,23 @@
|
|
|
247
247
|
],
|
|
248
248
|
"dependentActions": []
|
|
249
249
|
},
|
|
250
|
+
"getcostandusagecomparisons": {
|
|
251
|
+
"name": "GetCostAndUsageComparisons",
|
|
252
|
+
"description": "Grants permission to retrieve the cost and usage comparisons for your account",
|
|
253
|
+
"accessLevel": "Read",
|
|
254
|
+
"resourceTypes": [
|
|
255
|
+
{
|
|
256
|
+
"name": "billingview",
|
|
257
|
+
"required": false,
|
|
258
|
+
"conditionKeys": [],
|
|
259
|
+
"dependentActions": []
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"conditionKeys": [
|
|
263
|
+
"aws:ResourceTag/${TagKey}"
|
|
264
|
+
],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
},
|
|
250
267
|
"getcostandusagewithresources": {
|
|
251
268
|
"name": "GetCostAndUsageWithResources",
|
|
252
269
|
"description": "Grants permission to retrieve the cost and usage metrics with resources for your account",
|
|
@@ -281,6 +298,23 @@
|
|
|
281
298
|
],
|
|
282
299
|
"dependentActions": []
|
|
283
300
|
},
|
|
301
|
+
"getcostcomparisondrivers": {
|
|
302
|
+
"name": "GetCostComparisonDrivers",
|
|
303
|
+
"description": "Grants permission to retrieve the cost drivers for your account",
|
|
304
|
+
"accessLevel": "Read",
|
|
305
|
+
"resourceTypes": [
|
|
306
|
+
{
|
|
307
|
+
"name": "billingview",
|
|
308
|
+
"required": false,
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"conditionKeys": [
|
|
314
|
+
"aws:ResourceTag/${TagKey}"
|
|
315
|
+
],
|
|
316
|
+
"dependentActions": []
|
|
317
|
+
},
|
|
284
318
|
"getcostforecast": {
|
|
285
319
|
"name": "GetCostForecast",
|
|
286
320
|
"description": "Grants permission to retrieve a cost forecast for a forecast time period",
|
|
@@ -220,6 +220,14 @@
|
|
|
220
220
|
"conditionKeys": [],
|
|
221
221
|
"dependentActions": []
|
|
222
222
|
},
|
|
223
|
+
"getclustersforimage": {
|
|
224
|
+
"name": "GetClustersForImage",
|
|
225
|
+
"description": "Grants permission to get cluster information for a given a continuously scanned amazon Ecr image",
|
|
226
|
+
"accessLevel": "Read",
|
|
227
|
+
"resourceTypes": [],
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
223
231
|
"getconfiguration": {
|
|
224
232
|
"name": "GetConfiguration",
|
|
225
233
|
"description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS account",
|
|
@@ -444,17 +452,13 @@
|
|
|
444
452
|
{
|
|
445
453
|
"name": "CIS Scan Configuration",
|
|
446
454
|
"required": false,
|
|
447
|
-
"conditionKeys": [
|
|
448
|
-
"inspector2:Cis Scan Configuration"
|
|
449
|
-
],
|
|
455
|
+
"conditionKeys": [],
|
|
450
456
|
"dependentActions": []
|
|
451
457
|
},
|
|
452
458
|
{
|
|
453
459
|
"name": "Filter",
|
|
454
460
|
"required": false,
|
|
455
|
-
"conditionKeys": [
|
|
456
|
-
"inspector2:Filter"
|
|
457
|
-
],
|
|
461
|
+
"conditionKeys": [],
|
|
458
462
|
"dependentActions": []
|
|
459
463
|
}
|
|
460
464
|
],
|
|
@@ -473,17 +477,13 @@
|
|
|
473
477
|
{
|
|
474
478
|
"name": "CIS Scan Configuration",
|
|
475
479
|
"required": false,
|
|
476
|
-
"conditionKeys": [
|
|
477
|
-
"inspector2:Cis Scan Configuration"
|
|
478
|
-
],
|
|
480
|
+
"conditionKeys": [],
|
|
479
481
|
"dependentActions": []
|
|
480
482
|
},
|
|
481
483
|
{
|
|
482
484
|
"name": "Filter",
|
|
483
485
|
"required": false,
|
|
484
|
-
"conditionKeys": [
|
|
485
|
-
"inspector2:Filter"
|
|
486
|
-
],
|
|
486
|
+
"conditionKeys": [],
|
|
487
487
|
"dependentActions": []
|
|
488
488
|
}
|
|
489
489
|
],
|
iamdata/data/actions/logs.json
CHANGED
|
@@ -797,6 +797,14 @@
|
|
|
797
797
|
"conditionKeys": [],
|
|
798
798
|
"dependentActions": []
|
|
799
799
|
},
|
|
800
|
+
"listloggroups": {
|
|
801
|
+
"name": "ListLogGroups",
|
|
802
|
+
"description": "Grants permission to return all the log groups that are associated with the AWS account making the request",
|
|
803
|
+
"accessLevel": "List",
|
|
804
|
+
"resourceTypes": [],
|
|
805
|
+
"conditionKeys": [],
|
|
806
|
+
"dependentActions": []
|
|
807
|
+
},
|
|
800
808
|
"listloggroupsforentity": {
|
|
801
809
|
"name": "ListLogGroupsForEntity",
|
|
802
810
|
"isPermissionOnly": true,
|
|
@@ -141,6 +141,32 @@
|
|
|
141
141
|
],
|
|
142
142
|
"dependentActions": []
|
|
143
143
|
},
|
|
144
|
+
"createvpcendpointassociation": {
|
|
145
|
+
"name": "CreateVpcEndpointAssociation",
|
|
146
|
+
"description": "Grants permission to create an AWS Network Firewall vpc endpoint association",
|
|
147
|
+
"accessLevel": "Write",
|
|
148
|
+
"resourceTypes": [
|
|
149
|
+
{
|
|
150
|
+
"name": "Firewall",
|
|
151
|
+
"required": true,
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": [
|
|
154
|
+
"iam:CreateServiceLinkedRole"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "VpcEndpointAssociation",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:RequestTag/${TagKey}",
|
|
166
|
+
"aws:TagKeys"
|
|
167
|
+
],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
144
170
|
"deletefirewall": {
|
|
145
171
|
"name": "DeleteFirewall",
|
|
146
172
|
"description": "Grants permission to delete a firewall",
|
|
@@ -173,9 +199,15 @@
|
|
|
173
199
|
},
|
|
174
200
|
"deleteresourcepolicy": {
|
|
175
201
|
"name": "DeleteResourcePolicy",
|
|
176
|
-
"description": "Grants permission to delete a resource policy for a firewall policy or rule group",
|
|
202
|
+
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
|
177
203
|
"accessLevel": "Write",
|
|
178
204
|
"resourceTypes": [
|
|
205
|
+
{
|
|
206
|
+
"name": "Firewall",
|
|
207
|
+
"required": false,
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
179
211
|
{
|
|
180
212
|
"name": "FirewallPolicy",
|
|
181
213
|
"required": false,
|
|
@@ -234,6 +266,21 @@
|
|
|
234
266
|
"conditionKeys": [],
|
|
235
267
|
"dependentActions": []
|
|
236
268
|
},
|
|
269
|
+
"deletevpcendpointassociation": {
|
|
270
|
+
"name": "DeleteVpcEndpointAssociation",
|
|
271
|
+
"description": "Grants permission to delete a vpc endpoint association",
|
|
272
|
+
"accessLevel": "Write",
|
|
273
|
+
"resourceTypes": [
|
|
274
|
+
{
|
|
275
|
+
"name": "VpcEndpointAssociation",
|
|
276
|
+
"required": true,
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"conditionKeys": [],
|
|
282
|
+
"dependentActions": []
|
|
283
|
+
},
|
|
237
284
|
"describefirewall": {
|
|
238
285
|
"name": "DescribeFirewall",
|
|
239
286
|
"description": "Grants permission to retrieve the data objects that define a firewall",
|
|
@@ -249,6 +296,21 @@
|
|
|
249
296
|
"conditionKeys": [],
|
|
250
297
|
"dependentActions": []
|
|
251
298
|
},
|
|
299
|
+
"describefirewallmetadata": {
|
|
300
|
+
"name": "DescribeFirewallMetadata",
|
|
301
|
+
"description": "Grants permission to retrieve the high-level information about a firewall",
|
|
302
|
+
"accessLevel": "Read",
|
|
303
|
+
"resourceTypes": [
|
|
304
|
+
{
|
|
305
|
+
"name": "Firewall",
|
|
306
|
+
"required": true,
|
|
307
|
+
"conditionKeys": [],
|
|
308
|
+
"dependentActions": []
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
},
|
|
252
314
|
"describefirewallpolicy": {
|
|
253
315
|
"name": "DescribeFirewallPolicy",
|
|
254
316
|
"description": "Grants permission to retrieve the data objects that define a firewall policy",
|
|
@@ -317,9 +379,15 @@
|
|
|
317
379
|
},
|
|
318
380
|
"describeresourcepolicy": {
|
|
319
381
|
"name": "DescribeResourcePolicy",
|
|
320
|
-
"description": "Grants permission to describe a resource policy for a firewall policy or rule group",
|
|
382
|
+
"description": "Grants permission to describe a resource policy for a firewall policy or rule group or firewall",
|
|
321
383
|
"accessLevel": "Read",
|
|
322
384
|
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "Firewall",
|
|
387
|
+
"required": false,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
},
|
|
323
391
|
{
|
|
324
392
|
"name": "FirewallPolicy",
|
|
325
393
|
"required": false,
|
|
@@ -399,6 +467,21 @@
|
|
|
399
467
|
"conditionKeys": [],
|
|
400
468
|
"dependentActions": []
|
|
401
469
|
},
|
|
470
|
+
"describevpcendpointassociation": {
|
|
471
|
+
"name": "DescribeVpcEndpointAssociation",
|
|
472
|
+
"description": "Grants permission to retrieve the data objects that define a vpc endpoint association",
|
|
473
|
+
"accessLevel": "Read",
|
|
474
|
+
"resourceTypes": [
|
|
475
|
+
{
|
|
476
|
+
"name": "VpcEndpointAssociation",
|
|
477
|
+
"required": true,
|
|
478
|
+
"conditionKeys": [],
|
|
479
|
+
"dependentActions": []
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"conditionKeys": [],
|
|
483
|
+
"dependentActions": []
|
|
484
|
+
},
|
|
402
485
|
"disassociatesubnets": {
|
|
403
486
|
"name": "DisassociateSubnets",
|
|
404
487
|
"description": "Grants permission to disassociate VPC subnets from a firewall",
|
|
@@ -561,6 +644,27 @@
|
|
|
561
644
|
"required": false,
|
|
562
645
|
"conditionKeys": [],
|
|
563
646
|
"dependentActions": []
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "VpcEndpointAssociation",
|
|
650
|
+
"required": false,
|
|
651
|
+
"conditionKeys": [],
|
|
652
|
+
"dependentActions": []
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"conditionKeys": [],
|
|
656
|
+
"dependentActions": []
|
|
657
|
+
},
|
|
658
|
+
"listvpcendpointassociations": {
|
|
659
|
+
"name": "ListVpcEndpointAssociations",
|
|
660
|
+
"description": "Grants permission to retrieve the metadata for vpc endpoint associations",
|
|
661
|
+
"accessLevel": "List",
|
|
662
|
+
"resourceTypes": [
|
|
663
|
+
{
|
|
664
|
+
"name": "VpcEndpointAssociation",
|
|
665
|
+
"required": true,
|
|
666
|
+
"conditionKeys": [],
|
|
667
|
+
"dependentActions": []
|
|
564
668
|
}
|
|
565
669
|
],
|
|
566
670
|
"conditionKeys": [],
|
|
@@ -568,9 +672,15 @@
|
|
|
568
672
|
},
|
|
569
673
|
"putresourcepolicy": {
|
|
570
674
|
"name": "PutResourcePolicy",
|
|
571
|
-
"description": "Grants permission to put a resource policy for a firewall policy or rule group",
|
|
675
|
+
"description": "Grants permission to put a resource policy for a firewall policy or rule group or firewall",
|
|
572
676
|
"accessLevel": "Write",
|
|
573
677
|
"resourceTypes": [
|
|
678
|
+
{
|
|
679
|
+
"name": "Firewall",
|
|
680
|
+
"required": false,
|
|
681
|
+
"conditionKeys": [],
|
|
682
|
+
"dependentActions": []
|
|
683
|
+
},
|
|
574
684
|
{
|
|
575
685
|
"name": "FirewallPolicy",
|
|
576
686
|
"required": false,
|
|
@@ -672,6 +782,12 @@
|
|
|
672
782
|
"required": false,
|
|
673
783
|
"conditionKeys": [],
|
|
674
784
|
"dependentActions": []
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "VpcEndpointAssociation",
|
|
788
|
+
"required": false,
|
|
789
|
+
"conditionKeys": [],
|
|
790
|
+
"dependentActions": []
|
|
675
791
|
}
|
|
676
792
|
],
|
|
677
793
|
"conditionKeys": [
|
|
@@ -714,6 +830,12 @@
|
|
|
714
830
|
"required": false,
|
|
715
831
|
"conditionKeys": [],
|
|
716
832
|
"dependentActions": []
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "VpcEndpointAssociation",
|
|
836
|
+
"required": false,
|
|
837
|
+
"conditionKeys": [],
|
|
838
|
+
"dependentActions": []
|
|
717
839
|
}
|
|
718
840
|
],
|
|
719
841
|
"conditionKeys": [
|
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
"organizations:EnableAWSServiceAccess"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
+
"createsupportcase": {
|
|
14
|
+
"name": "CreateSupportCase",
|
|
15
|
+
"description": "Grants permission to submit a request to create a support case for an existing quota increase request",
|
|
16
|
+
"accessLevel": "Write",
|
|
17
|
+
"resourceTypes": [],
|
|
18
|
+
"conditionKeys": [],
|
|
19
|
+
"dependentActions": []
|
|
20
|
+
},
|
|
13
21
|
"deleteservicequotaincreaserequestfromtemplate": {
|
|
14
22
|
"name": "DeleteServiceQuotaIncreaseRequestFromTemplate",
|
|
15
23
|
"description": "Grants permission to remove the specified service quota from the service quota template",
|
iamdata/data/metadata.json
CHANGED
|
@@ -33,5 +33,12 @@
|
|
|
33
33
|
"conditionKeys": [
|
|
34
34
|
"aws:ResourceTag/${TagKey}"
|
|
35
35
|
]
|
|
36
|
+
},
|
|
37
|
+
"vpcendpointassociation": {
|
|
38
|
+
"key": "VpcEndpointAssociation",
|
|
39
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:vpc-endpoint-association/${Name}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
36
43
|
}
|
|
37
44
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505281
|
|
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
|
|
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
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
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=ZoAtG69tEbATIoS8lEgwsiutlB4Sz8LtHtNsL2IcYVc,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=ms_55dp8bPobEthMcfs3MvPGhKjE6fSWz06V6_NnVrs,18422
|
|
9
9
|
iamdata/data/services.json,sha256=0cUxm8n2SwGM65YNE7s82l4r0IIthuRyHwCNON7Qq6c,7154
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -46,7 +46,7 @@ iamdata/data/actions/auditmanager.json,sha256=riVIo2E7H6C7GEE0Zl16zrg8R_n48OmSuP
|
|
|
46
46
|
iamdata/data/actions/autoscaling-plans.json,sha256=_m3Y8BzwGJt7RBR023KBHN3om4Htm7sGOMoxP_ZwdHg,1470
|
|
47
47
|
iamdata/data/actions/autoscaling.json,sha256=7NK9udX0wnCQRsgwSXIxtAqQUa5TZRWbPRYWkXpC3K0,29860
|
|
48
48
|
iamdata/data/actions/aws-marketplace-management.json,sha256=7_LogpX5ntD0bZUQi9ZnYHOZML9BqSJ-yY6NWmxlqxM,4007
|
|
49
|
-
iamdata/data/actions/aws-marketplace.json,sha256=
|
|
49
|
+
iamdata/data/actions/aws-marketplace.json,sha256=bJxQyjMpz5Ghad9kAthp3I7n2qaB48S9t3zsYOMF7fI,19982
|
|
50
50
|
iamdata/data/actions/aws-portal.json,sha256=-WAb_llUoaJ-mebtp7hFxHrNqKXDEryptbSN6Ajmmes,2734
|
|
51
51
|
iamdata/data/actions/awsconnector.json,sha256=T01wGHaWnQSAxiGTFGTZe2qnJJRVtXdWHCRzF_wH_OI,892
|
|
52
52
|
iamdata/data/actions/b2bi.json,sha256=L_lu8OzkJdZw319ZGET4HRPUwye1K2gLWV7z56uduG8,12135
|
|
@@ -65,7 +65,7 @@ iamdata/data/actions/budgets.json,sha256=zHabdh-h4VycehSTplKnMRgHNt_yj-Z-uBcnjA9
|
|
|
65
65
|
iamdata/data/actions/bugbust.json,sha256=LVGgvR56fzKuto-YN7DY5QEZLUuJ-LyqEhHYIHkxDVU,8065
|
|
66
66
|
iamdata/data/actions/cases.json,sha256=xbWEZ_pdxVXupYub2gtHBB0gs5pFA8ZfvICipvDlSio,20772
|
|
67
67
|
iamdata/data/actions/cassandra.json,sha256=h7nS3EKLNKlEkcH-EBI6qIKAn6m31u-UBMjvcl9jhfE,8108
|
|
68
|
-
iamdata/data/actions/ce.json,sha256=
|
|
68
|
+
iamdata/data/actions/ce.json,sha256=FVgTpieSXfdkDUB103G3HyTFnK38FqAmeuyJo8s-nm8,21396
|
|
69
69
|
iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPpEUvc,13377
|
|
70
70
|
iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
|
|
71
71
|
iamdata/data/actions/cleanrooms-ml.json,sha256=5PGSYRckq8xpMuzTrOjBN6j3I9UwHPcttBh7ULHjnrk,29129
|
|
@@ -197,7 +197,7 @@ iamdata/data/actions/imagebuilder.json,sha256=sbR1OcX71VPdtaYPHS0Y8g93S-CDfU0o1B
|
|
|
197
197
|
iamdata/data/actions/importexport.json,sha256=h1-JuJoaK_SEIUsKjZlSpjdlQ86fyNwkHCvi13vysPM,1738
|
|
198
198
|
iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG3-KaKEd1HPI,269
|
|
199
199
|
iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
|
|
200
|
-
iamdata/data/actions/inspector2.json,sha256=
|
|
200
|
+
iamdata/data/actions/inspector2.json,sha256=S7sb8HtloLxRDOfvPH1NYsiKOEe1hTvF5C4z1yaNtqs,19025
|
|
201
201
|
iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
|
|
202
202
|
iamdata/data/actions/invoicing.json,sha256=TDXameeVUAkhpg0izvlXX6nasuF0Hz89p93gbjfzU78,4576
|
|
203
203
|
iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
|
|
@@ -233,7 +233,7 @@ iamdata/data/actions/license-manager-linux-subscriptions.json,sha256=AYenC_fl0wh
|
|
|
233
233
|
iamdata/data/actions/license-manager-user-subscriptions.json,sha256=Dy8cH3ijnRi6v-u4Fm31uKniNNsdTeko4NrWrE1-YaA,8770
|
|
234
234
|
iamdata/data/actions/license-manager.json,sha256=cYlwIZQi9dEPPk8tJ6R3r-nVkXRuy0bpVnmAu2Hr3ug,17924
|
|
235
235
|
iamdata/data/actions/lightsail.json,sha256=M6YCmK_MHh2ivpIWLtJL1fkAFGSKziGhjEQEPZxaXaA,61881
|
|
236
|
-
iamdata/data/actions/logs.json,sha256=
|
|
236
|
+
iamdata/data/actions/logs.json,sha256=IWfcbWxHCIcSaT1t2_71bDCRYsmFeZfyGcGCA6I_--s,39390
|
|
237
237
|
iamdata/data/actions/lookoutequipment.json,sha256=xNRu9aMnlUjSIemxZk-HuO_TKiiq2Zvv1Eqn_9bw0xI,21805
|
|
238
238
|
iamdata/data/actions/lookoutmetrics.json,sha256=PY4n9xe4BSKOntE1DIKP-YmzAlaf1ZCvdGvlDZO5K8w,12809
|
|
239
239
|
iamdata/data/actions/lookoutvision.json,sha256=kcSQuDJXLSIW4dJda_ME6OZoEw-BS1HrMgP6GzlwEn8,8105
|
|
@@ -266,7 +266,7 @@ iamdata/data/actions/monitron.json,sha256=kO8R-chIFGhGC5_fQjBCi6BH_Lxl0CRXOE1obW
|
|
|
266
266
|
iamdata/data/actions/mq.json,sha256=zhybxIfW7F1v8u9IppBNogL4v6617gSQDHVTspuoR34,10055
|
|
267
267
|
iamdata/data/actions/neptune-db.json,sha256=h1XoLU76_YFyFTG5JYPMHsxo2HRNwishnAggEjLe6r8,12891
|
|
268
268
|
iamdata/data/actions/neptune-graph.json,sha256=zTrtjGrznKZ0r6jlXI8DqU7YvlwEyRkzOUA1-uYn-g8,17467
|
|
269
|
-
iamdata/data/actions/network-firewall.json,sha256=
|
|
269
|
+
iamdata/data/actions/network-firewall.json,sha256=PkocSsiX0Gr5-7sPA-6fMbPnCExS-kfet-u0vBo1D5U,26597
|
|
270
270
|
iamdata/data/actions/networkflowmonitor.json,sha256=oXvUqH12HIWhqfBDyRy2J9zoOhXqdH_j8teJsF42OSc,10696
|
|
271
271
|
iamdata/data/actions/networkmanager-chat.json,sha256=Bun_ZO7mHpktWyMQIcoQdE1XPBJeb3BU9BnU3q_MWok,1943
|
|
272
272
|
iamdata/data/actions/networkmanager.json,sha256=LnA8pjpR1Y9RGLwQnzhTuVnkvStYujocyEVMBD0F-1k,42919
|
|
@@ -356,7 +356,7 @@ iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQ
|
|
|
356
356
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
|
357
357
|
iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-iw905_HpTM01E,10761
|
|
358
358
|
iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
|
|
359
|
-
iamdata/data/actions/servicequotas.json,sha256=
|
|
359
|
+
iamdata/data/actions/servicequotas.json,sha256=2fpeZbludV0yhXd29UHf9y6CkVdkHRm1YXq8S83up7s,7533
|
|
360
360
|
iamdata/data/actions/ses.json,sha256=lT-5xchBUEk_RZF1aNTu99Wxj9NdpVdgVh__JHHpvI4,87191
|
|
361
361
|
iamdata/data/actions/shield.json,sha256=dkMkYVIfVDoURc4NvaU_EqQsYm9lc6BeFemF1LU14TU,13715
|
|
362
362
|
iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
|
|
@@ -1106,7 +1106,7 @@ iamdata/data/resourceTypes/monitron.json,sha256=S4CXxKgVAddJpnTwFEpJH9IwtnWgBCVk
|
|
|
1106
1106
|
iamdata/data/resourceTypes/mq.json,sha256=Blx5zy9IymOulmGIkOtylZs7OCXOa8MOZi8I00c9y_w,402
|
|
1107
1107
|
iamdata/data/resourceTypes/neptune-db.json,sha256=6c8c4eRzkIRx7DDEz5bNB3it0xqK3Qz-CYUgOcf-isg,131
|
|
1108
1108
|
iamdata/data/resourceTypes/neptune-graph.json,sha256=5fLuvXIZuKjpkup39h0dfdAAhAsuKv9mjNeygovOmQ0,685
|
|
1109
|
-
iamdata/data/resourceTypes/network-firewall.json,sha256=
|
|
1109
|
+
iamdata/data/resourceTypes/network-firewall.json,sha256=NV7hb3xBJ2pxXkDf1H4XNoGoLzhRtYjkAcBQzPokYIU,1327
|
|
1110
1110
|
iamdata/data/resourceTypes/networkflowmonitor.json,sha256=hHsYttwL1U2vtzsPdhiQMEBqdNuC7azXMc-XilDP9GQ,390
|
|
1111
1111
|
iamdata/data/resourceTypes/networkmanager-chat.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1112
1112
|
iamdata/data/resourceTypes/networkmanager.json,sha256=yT0wmbzlUC8vf23q3kDamquSuiQ7US5ktgmTsSpwoMo,1791
|
|
@@ -1271,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1271
1271
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1272
1272
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1273
1273
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1274
|
-
iamdata-0.1.
|
|
1275
|
-
iamdata-0.1.
|
|
1276
|
-
iamdata-0.1.
|
|
1277
|
-
iamdata-0.1.
|
|
1274
|
+
iamdata-0.1.202505281.dist-info/METADATA,sha256=KpHFEcEiMvrF6XjCbtkMrGzdXLw2ZDBRxWNOXF2dcsw,3491
|
|
1275
|
+
iamdata-0.1.202505281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1276
|
+
iamdata-0.1.202505281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1277
|
+
iamdata-0.1.202505281.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|