iamdata 0.1.202505131__py3-none-any.whl → 0.1.202505151__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/dsql.json +69 -3
- iamdata/data/actions/ec2.json +139 -2
- iamdata/data/actions/license-manager.json +70 -8
- iamdata/data/actions/s3.json +11 -11
- iamdata/data/actions/scn.json +135 -0
- iamdata/data/actions/synthetics.json +18 -0
- iamdata/data/conditionKeys/license-manager.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/ec2.json +12 -0
- iamdata/data/resourceTypes/license-manager.json +10 -2
- iamdata/data/resourceTypes/scn.json +4 -0
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505151.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505151.dist-info}/RECORD +15 -15
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505151.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505151.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/dsql.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addpeercluster": {
|
|
3
|
+
"name": "AddPeerCluster",
|
|
4
|
+
"description": "Grants permission to add a peer cluster to a multi-Region cluster",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Cluster",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": [
|
|
16
|
+
"dsql:PutMultiRegionProperties"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
2
19
|
"createcluster": {
|
|
3
20
|
"name": "CreateCluster",
|
|
4
21
|
"description": "Grants permission to create new clusters",
|
|
@@ -21,7 +38,7 @@
|
|
|
21
38
|
},
|
|
22
39
|
"createmultiregionclusters": {
|
|
23
40
|
"name": "CreateMultiRegionClusters",
|
|
24
|
-
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region",
|
|
41
|
+
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
25
42
|
"accessLevel": "Write",
|
|
26
43
|
"resourceTypes": [
|
|
27
44
|
{
|
|
@@ -85,7 +102,7 @@
|
|
|
85
102
|
},
|
|
86
103
|
"deletemultiregionclusters": {
|
|
87
104
|
"name": "DeleteMultiRegionClusters",
|
|
88
|
-
"description": "Grants permission to delete multi-Region clusters. Deleting multi-Region clusters also requires DeleteCluster permission in each specified Region",
|
|
105
|
+
"description": "Grants permission to delete multi-Region clusters. Deleting multi-Region clusters also requires DeleteCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
89
106
|
"accessLevel": "Write",
|
|
90
107
|
"resourceTypes": [
|
|
91
108
|
{
|
|
@@ -117,7 +134,7 @@
|
|
|
117
134
|
},
|
|
118
135
|
"getvpcendpointservicename": {
|
|
119
136
|
"name": "GetVpcEndpointServiceName",
|
|
120
|
-
"description": "Grants permission to retrieve endpoint service name
|
|
137
|
+
"description": "Grants permission to retrieve the VPC endpoint service name for a cluster",
|
|
121
138
|
"accessLevel": "Read",
|
|
122
139
|
"resourceTypes": [
|
|
123
140
|
{
|
|
@@ -153,6 +170,55 @@
|
|
|
153
170
|
"conditionKeys": [],
|
|
154
171
|
"dependentActions": []
|
|
155
172
|
},
|
|
173
|
+
"putmultiregionproperties": {
|
|
174
|
+
"name": "PutMultiRegionProperties",
|
|
175
|
+
"description": "Grants permission to update multi-Region properties of a cluster",
|
|
176
|
+
"accessLevel": "Write",
|
|
177
|
+
"resourceTypes": [
|
|
178
|
+
{
|
|
179
|
+
"name": "Cluster",
|
|
180
|
+
"required": true,
|
|
181
|
+
"conditionKeys": [],
|
|
182
|
+
"dependentActions": []
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
"putwitnessregion": {
|
|
189
|
+
"name": "PutWitnessRegion",
|
|
190
|
+
"description": "Grants permission to configure and update the witness Region of a multi-Region cluster",
|
|
191
|
+
"accessLevel": "Write",
|
|
192
|
+
"resourceTypes": [
|
|
193
|
+
{
|
|
194
|
+
"name": "Cluster",
|
|
195
|
+
"required": true,
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": [
|
|
202
|
+
"dsql:PutMultiRegionProperties"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"removepeercluster": {
|
|
206
|
+
"name": "RemovePeerCluster",
|
|
207
|
+
"description": "Grants permission to remove a peer cluster from a multi-Region cluster",
|
|
208
|
+
"accessLevel": "Write",
|
|
209
|
+
"resourceTypes": [
|
|
210
|
+
{
|
|
211
|
+
"name": "Cluster",
|
|
212
|
+
"required": true,
|
|
213
|
+
"conditionKeys": [],
|
|
214
|
+
"dependentActions": []
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": [
|
|
219
|
+
"dsql:PutMultiRegionProperties"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
156
222
|
"tagresource": {
|
|
157
223
|
"name": "TagResource",
|
|
158
224
|
"description": "Grants permission to add tags to Aurora DSQL resources",
|
iamdata/data/actions/ec2.json
CHANGED
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
},
|
|
1718
1718
|
"copysnapshot": {
|
|
1719
1719
|
"name": "CopySnapshot",
|
|
1720
|
-
"description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to the
|
|
1720
|
+
"description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to both the snapshot copy and the source snapshot",
|
|
1721
1721
|
"accessLevel": "Write",
|
|
1722
1722
|
"resourceTypes": [
|
|
1723
1723
|
{
|
|
@@ -1726,8 +1726,14 @@
|
|
|
1726
1726
|
"conditionKeys": [
|
|
1727
1727
|
"aws:RequestTag/${TagKey}",
|
|
1728
1728
|
"aws:TagKeys",
|
|
1729
|
+
"ec2:Encrypted",
|
|
1729
1730
|
"ec2:OutpostArn",
|
|
1730
|
-
"ec2:
|
|
1731
|
+
"ec2:Owner",
|
|
1732
|
+
"ec2:ParentSnapshot",
|
|
1733
|
+
"ec2:ParentVolume",
|
|
1734
|
+
"ec2:SnapshotID",
|
|
1735
|
+
"ec2:SnapshotTime",
|
|
1736
|
+
"ec2:VolumeSize"
|
|
1731
1737
|
],
|
|
1732
1738
|
"dependentActions": [
|
|
1733
1739
|
"ec2:CreateTags"
|
|
@@ -2932,6 +2938,77 @@
|
|
|
2932
2938
|
],
|
|
2933
2939
|
"dependentActions": []
|
|
2934
2940
|
},
|
|
2941
|
+
"createlocalgatewayvirtualinterface": {
|
|
2942
|
+
"name": "CreateLocalGatewayVirtualInterface",
|
|
2943
|
+
"description": "Grants permission to create a local gateway virtual interface",
|
|
2944
|
+
"accessLevel": "Write",
|
|
2945
|
+
"resourceTypes": [
|
|
2946
|
+
{
|
|
2947
|
+
"name": "local-gateway-virtual-interface",
|
|
2948
|
+
"required": true,
|
|
2949
|
+
"conditionKeys": [
|
|
2950
|
+
"aws:RequestTag/${TagKey}",
|
|
2951
|
+
"aws:TagKeys"
|
|
2952
|
+
],
|
|
2953
|
+
"dependentActions": [
|
|
2954
|
+
"ec2:CreateTags"
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "local-gateway-virtual-interface-group",
|
|
2959
|
+
"required": true,
|
|
2960
|
+
"conditionKeys": [
|
|
2961
|
+
"aws:ResourceTag/${TagKey}",
|
|
2962
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2963
|
+
],
|
|
2964
|
+
"dependentActions": []
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"name": "outpost-lag",
|
|
2968
|
+
"required": true,
|
|
2969
|
+
"conditionKeys": [
|
|
2970
|
+
"aws:ResourceTag/${TagKey}",
|
|
2971
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2972
|
+
],
|
|
2973
|
+
"dependentActions": []
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"conditionKeys": [
|
|
2977
|
+
"ec2:Region"
|
|
2978
|
+
],
|
|
2979
|
+
"dependentActions": []
|
|
2980
|
+
},
|
|
2981
|
+
"createlocalgatewayvirtualinterfacegroup": {
|
|
2982
|
+
"name": "CreateLocalGatewayVirtualInterfaceGroup",
|
|
2983
|
+
"description": "Grants permission to create a local gateway virtual interface group",
|
|
2984
|
+
"accessLevel": "Write",
|
|
2985
|
+
"resourceTypes": [
|
|
2986
|
+
{
|
|
2987
|
+
"name": "local-gateway",
|
|
2988
|
+
"required": true,
|
|
2989
|
+
"conditionKeys": [
|
|
2990
|
+
"aws:ResourceTag/${TagKey}",
|
|
2991
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2992
|
+
],
|
|
2993
|
+
"dependentActions": [
|
|
2994
|
+
"ec2:CreateTags"
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "local-gateway-virtual-interface-group",
|
|
2999
|
+
"required": true,
|
|
3000
|
+
"conditionKeys": [
|
|
3001
|
+
"aws:RequestTag/${TagKey}",
|
|
3002
|
+
"aws:TagKeys"
|
|
3003
|
+
],
|
|
3004
|
+
"dependentActions": []
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
"conditionKeys": [
|
|
3008
|
+
"ec2:Region"
|
|
3009
|
+
],
|
|
3010
|
+
"dependentActions": []
|
|
3011
|
+
},
|
|
2935
3012
|
"createmanagedprefixlist": {
|
|
2936
3013
|
"name": "CreateManagedPrefixList",
|
|
2937
3014
|
"description": "Grants permission to create a managed prefix list",
|
|
@@ -6600,6 +6677,46 @@
|
|
|
6600
6677
|
],
|
|
6601
6678
|
"dependentActions": []
|
|
6602
6679
|
},
|
|
6680
|
+
"deletelocalgatewayvirtualinterface": {
|
|
6681
|
+
"name": "DeleteLocalGatewayVirtualInterface",
|
|
6682
|
+
"description": "Grants permission to delete a local gateway virtual interface",
|
|
6683
|
+
"accessLevel": "Write",
|
|
6684
|
+
"resourceTypes": [
|
|
6685
|
+
{
|
|
6686
|
+
"name": "local-gateway-virtual-interface",
|
|
6687
|
+
"required": true,
|
|
6688
|
+
"conditionKeys": [
|
|
6689
|
+
"aws:ResourceTag/${TagKey}",
|
|
6690
|
+
"ec2:ResourceTag/${TagKey}"
|
|
6691
|
+
],
|
|
6692
|
+
"dependentActions": []
|
|
6693
|
+
}
|
|
6694
|
+
],
|
|
6695
|
+
"conditionKeys": [
|
|
6696
|
+
"ec2:Region"
|
|
6697
|
+
],
|
|
6698
|
+
"dependentActions": []
|
|
6699
|
+
},
|
|
6700
|
+
"deletelocalgatewayvirtualinterfacegroup": {
|
|
6701
|
+
"name": "DeleteLocalGatewayVirtualInterfaceGroup",
|
|
6702
|
+
"description": "Grants permission to delete a local gateway virtual interface group",
|
|
6703
|
+
"accessLevel": "Write",
|
|
6704
|
+
"resourceTypes": [
|
|
6705
|
+
{
|
|
6706
|
+
"name": "local-gateway-virtual-interface-group",
|
|
6707
|
+
"required": true,
|
|
6708
|
+
"conditionKeys": [
|
|
6709
|
+
"aws:ResourceTag/${TagKey}",
|
|
6710
|
+
"ec2:ResourceTag/${TagKey}"
|
|
6711
|
+
],
|
|
6712
|
+
"dependentActions": []
|
|
6713
|
+
}
|
|
6714
|
+
],
|
|
6715
|
+
"conditionKeys": [
|
|
6716
|
+
"ec2:Region"
|
|
6717
|
+
],
|
|
6718
|
+
"dependentActions": []
|
|
6719
|
+
},
|
|
6603
6720
|
"deletemanagedprefixlist": {
|
|
6604
6721
|
"name": "DeleteManagedPrefixList",
|
|
6605
6722
|
"description": "Grants permission to delete a managed prefix list",
|
|
@@ -9974,6 +10091,16 @@
|
|
|
9974
10091
|
],
|
|
9975
10092
|
"dependentActions": []
|
|
9976
10093
|
},
|
|
10094
|
+
"describeoutpostlags": {
|
|
10095
|
+
"name": "DescribeOutpostLags",
|
|
10096
|
+
"description": "Grants permission to describe Outpost LAGs",
|
|
10097
|
+
"accessLevel": "List",
|
|
10098
|
+
"resourceTypes": [],
|
|
10099
|
+
"conditionKeys": [
|
|
10100
|
+
"ec2:Region"
|
|
10101
|
+
],
|
|
10102
|
+
"dependentActions": []
|
|
10103
|
+
},
|
|
9977
10104
|
"describeplacementgroups": {
|
|
9978
10105
|
"name": "DescribePlacementGroups",
|
|
9979
10106
|
"description": "Grants permission to describe one or more placement groups",
|
|
@@ -10186,6 +10313,16 @@
|
|
|
10186
10313
|
],
|
|
10187
10314
|
"dependentActions": []
|
|
10188
10315
|
},
|
|
10316
|
+
"describeservicelinkvirtualinterfaces": {
|
|
10317
|
+
"name": "DescribeServiceLinkVirtualInterfaces",
|
|
10318
|
+
"description": "Grants permission to describe service link virtual interfaces",
|
|
10319
|
+
"accessLevel": "List",
|
|
10320
|
+
"resourceTypes": [],
|
|
10321
|
+
"conditionKeys": [
|
|
10322
|
+
"ec2:Region"
|
|
10323
|
+
],
|
|
10324
|
+
"dependentActions": []
|
|
10325
|
+
},
|
|
10189
10326
|
"describesnapshotattribute": {
|
|
10190
10327
|
"name": "DescribeSnapshotAttribute",
|
|
10191
10328
|
"description": "Grants permission to describe an attribute of a snapshot",
|
|
@@ -57,7 +57,10 @@
|
|
|
57
57
|
"dependentActions": []
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
|
-
"conditionKeys": [
|
|
60
|
+
"conditionKeys": [
|
|
61
|
+
"aws:RequestTag/${TagKey}",
|
|
62
|
+
"aws:TagKeys"
|
|
63
|
+
],
|
|
61
64
|
"dependentActions": []
|
|
62
65
|
},
|
|
63
66
|
"creategrantversion": {
|
|
@@ -80,7 +83,10 @@
|
|
|
80
83
|
"description": "Grants permission to create a new license",
|
|
81
84
|
"accessLevel": "Write",
|
|
82
85
|
"resourceTypes": [],
|
|
83
|
-
"conditionKeys": [
|
|
86
|
+
"conditionKeys": [
|
|
87
|
+
"aws:RequestTag/${TagKey}",
|
|
88
|
+
"aws:TagKeys"
|
|
89
|
+
],
|
|
84
90
|
"dependentActions": []
|
|
85
91
|
},
|
|
86
92
|
"createlicenseconfiguration": {
|
|
@@ -463,9 +469,27 @@
|
|
|
463
469
|
"description": "Grants permission to list tags for a selected resource",
|
|
464
470
|
"accessLevel": "Read",
|
|
465
471
|
"resourceTypes": [
|
|
472
|
+
{
|
|
473
|
+
"name": "grant",
|
|
474
|
+
"required": false,
|
|
475
|
+
"conditionKeys": [],
|
|
476
|
+
"dependentActions": []
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "license",
|
|
480
|
+
"required": false,
|
|
481
|
+
"conditionKeys": [],
|
|
482
|
+
"dependentActions": []
|
|
483
|
+
},
|
|
466
484
|
{
|
|
467
485
|
"name": "license-configuration",
|
|
468
|
-
"required":
|
|
486
|
+
"required": false,
|
|
487
|
+
"conditionKeys": [],
|
|
488
|
+
"dependentActions": []
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "report-generator",
|
|
492
|
+
"required": false,
|
|
469
493
|
"conditionKeys": [],
|
|
470
494
|
"dependentActions": []
|
|
471
495
|
}
|
|
@@ -516,16 +540,34 @@
|
|
|
516
540
|
"description": "Grants permission to tag a selected resource",
|
|
517
541
|
"accessLevel": "Tagging",
|
|
518
542
|
"resourceTypes": [
|
|
543
|
+
{
|
|
544
|
+
"name": "grant",
|
|
545
|
+
"required": false,
|
|
546
|
+
"conditionKeys": [],
|
|
547
|
+
"dependentActions": []
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "license",
|
|
551
|
+
"required": false,
|
|
552
|
+
"conditionKeys": [],
|
|
553
|
+
"dependentActions": []
|
|
554
|
+
},
|
|
519
555
|
{
|
|
520
556
|
"name": "license-configuration",
|
|
521
|
-
"required":
|
|
557
|
+
"required": false,
|
|
558
|
+
"conditionKeys": [],
|
|
559
|
+
"dependentActions": []
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "report-generator",
|
|
563
|
+
"required": false,
|
|
522
564
|
"conditionKeys": [],
|
|
523
565
|
"dependentActions": []
|
|
524
566
|
}
|
|
525
567
|
],
|
|
526
568
|
"conditionKeys": [
|
|
527
|
-
"aws:
|
|
528
|
-
"aws:
|
|
569
|
+
"aws:TagKeys",
|
|
570
|
+
"aws:RequestTag/${TagKey}"
|
|
529
571
|
],
|
|
530
572
|
"dependentActions": []
|
|
531
573
|
},
|
|
@@ -534,14 +576,34 @@
|
|
|
534
576
|
"description": "Grants permission to untag a selected resource",
|
|
535
577
|
"accessLevel": "Tagging",
|
|
536
578
|
"resourceTypes": [
|
|
579
|
+
{
|
|
580
|
+
"name": "grant",
|
|
581
|
+
"required": false,
|
|
582
|
+
"conditionKeys": [],
|
|
583
|
+
"dependentActions": []
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "license",
|
|
587
|
+
"required": false,
|
|
588
|
+
"conditionKeys": [],
|
|
589
|
+
"dependentActions": []
|
|
590
|
+
},
|
|
537
591
|
{
|
|
538
592
|
"name": "license-configuration",
|
|
539
|
-
"required":
|
|
593
|
+
"required": false,
|
|
594
|
+
"conditionKeys": [],
|
|
595
|
+
"dependentActions": []
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "report-generator",
|
|
599
|
+
"required": false,
|
|
540
600
|
"conditionKeys": [],
|
|
541
601
|
"dependentActions": []
|
|
542
602
|
}
|
|
543
603
|
],
|
|
544
|
-
"conditionKeys": [
|
|
604
|
+
"conditionKeys": [
|
|
605
|
+
"aws:TagKeys"
|
|
606
|
+
],
|
|
545
607
|
"dependentActions": []
|
|
546
608
|
},
|
|
547
609
|
"updatelicenseconfiguration": {
|
iamdata/data/actions/s3.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"associateaccessgrantsidentitycenter": {
|
|
29
29
|
"name": "AssociateAccessGrantsIdentityCenter",
|
|
30
30
|
"description": "Grants permission to associate Access Grants identity center",
|
|
31
|
-
"accessLevel": "
|
|
31
|
+
"accessLevel": "Permissions management",
|
|
32
32
|
"resourceTypes": [
|
|
33
33
|
{
|
|
34
34
|
"name": "accessgrantsinstance",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"createaccessgrant": {
|
|
92
92
|
"name": "CreateAccessGrant",
|
|
93
93
|
"description": "Grants permission to create Access Grant",
|
|
94
|
-
"accessLevel": "
|
|
94
|
+
"accessLevel": "Permissions management",
|
|
95
95
|
"resourceTypes": [
|
|
96
96
|
{
|
|
97
97
|
"name": "accessgrantslocation",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"createaccessgrantsinstance": {
|
|
117
117
|
"name": "CreateAccessGrantsInstance",
|
|
118
118
|
"description": "Grants permission to Create Access Grants Instance",
|
|
119
|
-
"accessLevel": "
|
|
119
|
+
"accessLevel": "Permissions management",
|
|
120
120
|
"resourceTypes": [
|
|
121
121
|
{
|
|
122
122
|
"name": "accessgrantsinstance",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"createaccessgrantslocation": {
|
|
142
142
|
"name": "CreateAccessGrantsLocation",
|
|
143
143
|
"description": "Grants permission to create Access Grants location",
|
|
144
|
-
"accessLevel": "
|
|
144
|
+
"accessLevel": "Permissions management",
|
|
145
145
|
"resourceTypes": [
|
|
146
146
|
{
|
|
147
147
|
"name": "accessgrantsinstance",
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"deleteaccessgrant": {
|
|
338
338
|
"name": "DeleteAccessGrant",
|
|
339
339
|
"description": "Grants permission to delete Access Grant",
|
|
340
|
-
"accessLevel": "
|
|
340
|
+
"accessLevel": "Permissions management",
|
|
341
341
|
"resourceTypes": [
|
|
342
342
|
{
|
|
343
343
|
"name": "accessgrant",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"deleteaccessgrantsinstance": {
|
|
361
361
|
"name": "DeleteAccessGrantsInstance",
|
|
362
362
|
"description": "Grants permission to Delete Access Grants Instance",
|
|
363
|
-
"accessLevel": "
|
|
363
|
+
"accessLevel": "Permissions management",
|
|
364
364
|
"resourceTypes": [
|
|
365
365
|
{
|
|
366
366
|
"name": "accessgrantsinstance",
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"deleteaccessgrantsinstanceresourcepolicy": {
|
|
384
384
|
"name": "DeleteAccessGrantsInstanceResourcePolicy",
|
|
385
385
|
"description": "Grants permission to read Access grants instance resource policy",
|
|
386
|
-
"accessLevel": "
|
|
386
|
+
"accessLevel": "Permissions management",
|
|
387
387
|
"resourceTypes": [
|
|
388
388
|
{
|
|
389
389
|
"name": "accessgrantsinstance",
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"deleteaccessgrantslocation": {
|
|
407
407
|
"name": "DeleteAccessGrantsLocation",
|
|
408
408
|
"description": "Grants permission to delete Access Grants location",
|
|
409
|
-
"accessLevel": "
|
|
409
|
+
"accessLevel": "Permissions management",
|
|
410
410
|
"resourceTypes": [
|
|
411
411
|
{
|
|
412
412
|
"name": "accessgrantslocation",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"dissociateaccessgrantsidentitycenter": {
|
|
881
881
|
"name": "DissociateAccessGrantsIdentityCenter",
|
|
882
882
|
"description": "Grants permission to disassociate Access Grants identity center",
|
|
883
|
-
"accessLevel": "
|
|
883
|
+
"accessLevel": "Permissions management",
|
|
884
884
|
"resourceTypes": [
|
|
885
885
|
{
|
|
886
886
|
"name": "accessgrantsinstance",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"putaccessgrantsinstanceresourcepolicy": {
|
|
2705
2705
|
"name": "PutAccessGrantsInstanceResourcePolicy",
|
|
2706
2706
|
"description": "Grants permission to put Access grants instance resource policy",
|
|
2707
|
-
"accessLevel": "
|
|
2707
|
+
"accessLevel": "Permissions management",
|
|
2708
2708
|
"resourceTypes": [
|
|
2709
2709
|
{
|
|
2710
2710
|
"name": "accessgrantsinstance",
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
"updateaccessgrantslocation": {
|
|
3773
3773
|
"name": "UpdateAccessGrantsLocation",
|
|
3774
3774
|
"description": "Grants permission to update Access Grants location",
|
|
3775
|
-
"accessLevel": "
|
|
3775
|
+
"accessLevel": "Permissions management",
|
|
3776
3776
|
"resourceTypes": [
|
|
3777
3777
|
{
|
|
3778
3778
|
"name": "accessgrantslocation",
|
iamdata/data/actions/scn.json
CHANGED
|
@@ -59,6 +59,21 @@
|
|
|
59
59
|
"conditionKeys": [],
|
|
60
60
|
"dependentActions": []
|
|
61
61
|
},
|
|
62
|
+
"createdatalakenamespace": {
|
|
63
|
+
"name": "CreateDataLakeNamespace",
|
|
64
|
+
"description": "Grants permission to create the data lake namespace",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "instance",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
62
77
|
"createinstance": {
|
|
63
78
|
"name": "CreateInstance",
|
|
64
79
|
"description": "Grants permission to create a new AWS Supply Chain instance",
|
|
@@ -119,6 +134,21 @@
|
|
|
119
134
|
"conditionKeys": [],
|
|
120
135
|
"dependentActions": []
|
|
121
136
|
},
|
|
137
|
+
"deletedatalakenamespace": {
|
|
138
|
+
"name": "DeleteDataLakeNamespace",
|
|
139
|
+
"description": "Grants permission to delete the data lake namespace",
|
|
140
|
+
"accessLevel": "Write",
|
|
141
|
+
"resourceTypes": [
|
|
142
|
+
{
|
|
143
|
+
"name": "namespace",
|
|
144
|
+
"required": true,
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
122
152
|
"deleteinstance": {
|
|
123
153
|
"name": "DeleteInstance",
|
|
124
154
|
"description": "Grants permission to delete an AWS Supply Chain instance",
|
|
@@ -179,6 +209,21 @@
|
|
|
179
209
|
"conditionKeys": [],
|
|
180
210
|
"dependentActions": []
|
|
181
211
|
},
|
|
212
|
+
"getdataintegrationevent": {
|
|
213
|
+
"name": "GetDataIntegrationEvent",
|
|
214
|
+
"description": "Grants permission to get a DataIntegrationEvent",
|
|
215
|
+
"accessLevel": "Read",
|
|
216
|
+
"resourceTypes": [
|
|
217
|
+
{
|
|
218
|
+
"name": "instance",
|
|
219
|
+
"required": true,
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
182
227
|
"getdataintegrationflow": {
|
|
183
228
|
"name": "GetDataIntegrationFlow",
|
|
184
229
|
"description": "Grants permission to get the DataIntegrationFlow details",
|
|
@@ -194,6 +239,21 @@
|
|
|
194
239
|
"conditionKeys": [],
|
|
195
240
|
"dependentActions": []
|
|
196
241
|
},
|
|
242
|
+
"getdataintegrationflowexecution": {
|
|
243
|
+
"name": "GetDataIntegrationFlowExecution",
|
|
244
|
+
"description": "Grants permission to get a particular execution of one specified DataIntegrationFlow",
|
|
245
|
+
"accessLevel": "Read",
|
|
246
|
+
"resourceTypes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "data-integration-flow",
|
|
249
|
+
"required": true,
|
|
250
|
+
"conditionKeys": [],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
197
257
|
"getdatalakedataset": {
|
|
198
258
|
"name": "GetDataLakeDataset",
|
|
199
259
|
"description": "Grants permission to get the dataset details",
|
|
@@ -209,6 +269,21 @@
|
|
|
209
269
|
"conditionKeys": [],
|
|
210
270
|
"dependentActions": []
|
|
211
271
|
},
|
|
272
|
+
"getdatalakenamespace": {
|
|
273
|
+
"name": "GetDataLakeNamespace",
|
|
274
|
+
"description": "Grants permission to get the namespace details",
|
|
275
|
+
"accessLevel": "Read",
|
|
276
|
+
"resourceTypes": [
|
|
277
|
+
{
|
|
278
|
+
"name": "namespace",
|
|
279
|
+
"required": true,
|
|
280
|
+
"conditionKeys": [],
|
|
281
|
+
"dependentActions": []
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
212
287
|
"getinstance": {
|
|
213
288
|
"name": "GetInstance",
|
|
214
289
|
"description": "Grants permission to view details of an AWS Supply Chain instance",
|
|
@@ -239,6 +314,36 @@
|
|
|
239
314
|
"conditionKeys": [],
|
|
240
315
|
"dependentActions": []
|
|
241
316
|
},
|
|
317
|
+
"listdataintegrationevents": {
|
|
318
|
+
"name": "ListDataIntegrationEvents",
|
|
319
|
+
"description": "Grants permission to list all DataIntegrationEvents under an instance",
|
|
320
|
+
"accessLevel": "List",
|
|
321
|
+
"resourceTypes": [
|
|
322
|
+
{
|
|
323
|
+
"name": "instance",
|
|
324
|
+
"required": true,
|
|
325
|
+
"conditionKeys": [],
|
|
326
|
+
"dependentActions": []
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"conditionKeys": [],
|
|
330
|
+
"dependentActions": []
|
|
331
|
+
},
|
|
332
|
+
"listdataintegrationflowexecutions": {
|
|
333
|
+
"name": "ListDataIntegrationFlowExecutions",
|
|
334
|
+
"description": "Grants permission to list all executions of one specified DataIntegrationFlow",
|
|
335
|
+
"accessLevel": "List",
|
|
336
|
+
"resourceTypes": [
|
|
337
|
+
{
|
|
338
|
+
"name": "data-integration-flow",
|
|
339
|
+
"required": true,
|
|
340
|
+
"conditionKeys": [],
|
|
341
|
+
"dependentActions": []
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"conditionKeys": [],
|
|
345
|
+
"dependentActions": []
|
|
346
|
+
},
|
|
242
347
|
"listdataintegrationflows": {
|
|
243
348
|
"name": "ListDataIntegrationFlows",
|
|
244
349
|
"description": "Grants permission to list all the DataIntegrationFlows in a paginated way",
|
|
@@ -269,6 +374,21 @@
|
|
|
269
374
|
"conditionKeys": [],
|
|
270
375
|
"dependentActions": []
|
|
271
376
|
},
|
|
377
|
+
"listdatalakenamespaces": {
|
|
378
|
+
"name": "ListDataLakeNamespaces",
|
|
379
|
+
"description": "Grants permission to list the data lake namespaces under specific instance",
|
|
380
|
+
"accessLevel": "List",
|
|
381
|
+
"resourceTypes": [
|
|
382
|
+
{
|
|
383
|
+
"name": "instance",
|
|
384
|
+
"required": true,
|
|
385
|
+
"conditionKeys": [],
|
|
386
|
+
"dependentActions": []
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
},
|
|
272
392
|
"listinstances": {
|
|
273
393
|
"name": "ListInstances",
|
|
274
394
|
"description": "Grants permission to view the AWS Supply Chain instances associated with an AWS account",
|
|
@@ -394,6 +514,21 @@
|
|
|
394
514
|
"conditionKeys": [],
|
|
395
515
|
"dependentActions": []
|
|
396
516
|
},
|
|
517
|
+
"updatedatalakenamespace": {
|
|
518
|
+
"name": "UpdateDataLakeNamespace",
|
|
519
|
+
"description": "Grants permission to update the data lake namespace",
|
|
520
|
+
"accessLevel": "Write",
|
|
521
|
+
"resourceTypes": [
|
|
522
|
+
{
|
|
523
|
+
"name": "namespace",
|
|
524
|
+
"required": true,
|
|
525
|
+
"conditionKeys": [],
|
|
526
|
+
"dependentActions": []
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"conditionKeys": [],
|
|
530
|
+
"dependentActions": []
|
|
531
|
+
},
|
|
397
532
|
"updateinstance": {
|
|
398
533
|
"name": "UpdateInstance",
|
|
399
534
|
"description": "Grants permission to update an AWS Supply Chain instance",
|
|
@@ -258,6 +258,24 @@
|
|
|
258
258
|
],
|
|
259
259
|
"dependentActions": []
|
|
260
260
|
},
|
|
261
|
+
"startcanarydryrun": {
|
|
262
|
+
"name": "StartCanaryDryRun",
|
|
263
|
+
"description": "Grants permission to start a canary dry run, so that Amazon CloudWatch Synthetics can execute a test execution of a canary with provided parameters",
|
|
264
|
+
"accessLevel": "Write",
|
|
265
|
+
"resourceTypes": [
|
|
266
|
+
{
|
|
267
|
+
"name": "canary",
|
|
268
|
+
"required": true,
|
|
269
|
+
"conditionKeys": [],
|
|
270
|
+
"dependentActions": []
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"conditionKeys": [
|
|
274
|
+
"aws:ResourceTag/${TagKey}",
|
|
275
|
+
"aws:TagKeys"
|
|
276
|
+
],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
261
279
|
"stopcanary": {
|
|
262
280
|
"name": "StopCanary",
|
|
263
281
|
"description": "Grants permission to stop a canary",
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the tags that are passed in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"aws:tagkeys": {
|
|
8
13
|
"key": "aws:TagKeys",
|
|
9
14
|
"description": "Filters access by tag keys that are passed in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -653,6 +653,17 @@
|
|
|
653
653
|
"ec2:Vpc"
|
|
654
654
|
]
|
|
655
655
|
},
|
|
656
|
+
"outpost-lag": {
|
|
657
|
+
"key": "outpost-lag",
|
|
658
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:outpost-lag/${OutpostLagId}",
|
|
659
|
+
"conditionKeys": [
|
|
660
|
+
"aws:RequestTag/${TagKey}",
|
|
661
|
+
"aws:ResourceTag/${TagKey}",
|
|
662
|
+
"aws:TagKeys",
|
|
663
|
+
"ec2:Region",
|
|
664
|
+
"ec2:ResourceTag/${TagKey}"
|
|
665
|
+
]
|
|
666
|
+
},
|
|
656
667
|
"placement-group": {
|
|
657
668
|
"key": "placement-group",
|
|
658
669
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:placement-group/${PlacementGroupName}",
|
|
@@ -811,6 +822,7 @@
|
|
|
811
822
|
"ec2:Location",
|
|
812
823
|
"ec2:OutpostArn",
|
|
813
824
|
"ec2:Owner",
|
|
825
|
+
"ec2:ParentSnapshot",
|
|
814
826
|
"ec2:ParentVolume",
|
|
815
827
|
"ec2:Region",
|
|
816
828
|
"ec2:Remove/group",
|
|
@@ -3,21 +3,29 @@
|
|
|
3
3
|
"key": "license-configuration",
|
|
4
4
|
"arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}",
|
|
5
5
|
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
6
7
|
"license-manager:ResourceTag/${TagKey}"
|
|
7
8
|
]
|
|
8
9
|
},
|
|
9
10
|
"license": {
|
|
10
11
|
"key": "license",
|
|
11
|
-
"arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}"
|
|
12
|
+
"arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"aws:ResourceTag/${TagKey}"
|
|
15
|
+
]
|
|
12
16
|
},
|
|
13
17
|
"grant": {
|
|
14
18
|
"key": "grant",
|
|
15
|
-
"arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}"
|
|
19
|
+
"arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}",
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"aws:ResourceTag/${TagKey}"
|
|
22
|
+
]
|
|
16
23
|
},
|
|
17
24
|
"report-generator": {
|
|
18
25
|
"key": "report-generator",
|
|
19
26
|
"arn": "arn:${Partition}:license-manager:${Region}:${Account}:report-generator:${ReportGeneratorId}",
|
|
20
27
|
"conditionKeys": [
|
|
28
|
+
"aws:ResourceTag/${TagKey}",
|
|
21
29
|
"license-manager:ResourceTag/${TagKey}"
|
|
22
30
|
]
|
|
23
31
|
}
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"key": "data-integration-flow",
|
|
12
12
|
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
13
13
|
},
|
|
14
|
+
"namespace": {
|
|
15
|
+
"key": "namespace",
|
|
16
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}"
|
|
17
|
+
},
|
|
14
18
|
"dataset": {
|
|
15
19
|
"key": "dataset",
|
|
16
20
|
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505151
|
|
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=oPh4pcPfXuOBm8C6doM0pqJ_DHdwk80MCO2LhvpYYP8,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=7TPEzcSJtN8aqffnzVsa_u08kLpdGqvFsaqAsVXiivc,18390
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -134,11 +134,11 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
|
|
|
134
134
|
iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
|
|
135
135
|
iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
|
|
136
136
|
iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
|
|
137
|
-
iamdata/data/actions/dsql.json,sha256=
|
|
137
|
+
iamdata/data/actions/dsql.json,sha256=RPj8_1ouUJE0YqfvAIEbixAmeK-4XIfS6zfYrR6dD8Y,7183
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
141
|
-
iamdata/data/actions/ec2.json,sha256=
|
|
141
|
+
iamdata/data/actions/ec2.json,sha256=WAEc3M9Tr3qNiBYBnK2SAVMBBQT5jatm0j5xaNljbvU,521222
|
|
142
142
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
143
143
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
144
144
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
@@ -231,7 +231,7 @@ iamdata/data/actions/launchwizard.json,sha256=um7PaidJkgrT-VIHRMcCXtcYBz83CbMuy-
|
|
|
231
231
|
iamdata/data/actions/lex.json,sha256=fwvYrD93lKdBLEs2BdSR_7XZZfFodrjzOCLrSEEqmsU,56726
|
|
232
232
|
iamdata/data/actions/license-manager-linux-subscriptions.json,sha256=AYenC_fl0whD4ppeKchYDjW__QtcZe7xP_pad9GOzDQ,3926
|
|
233
233
|
iamdata/data/actions/license-manager-user-subscriptions.json,sha256=Dy8cH3ijnRi6v-u4Fm31uKniNNsdTeko4NrWrE1-YaA,8770
|
|
234
|
-
iamdata/data/actions/license-manager.json,sha256=
|
|
234
|
+
iamdata/data/actions/license-manager.json,sha256=cYlwIZQi9dEPPk8tJ6R3r-nVkXRuy0bpVnmAu2Hr3ug,17924
|
|
235
235
|
iamdata/data/actions/lightsail.json,sha256=M6YCmK_MHh2ivpIWLtJL1fkAFGSKziGhjEQEPZxaXaA,61881
|
|
236
236
|
iamdata/data/actions/logs.json,sha256=nazwlLzHeJCWxu3SozyhKPYeHBw3JvW4PtIVe6yyZ-s,39102
|
|
237
237
|
iamdata/data/actions/lookoutequipment.json,sha256=xNRu9aMnlUjSIemxZk-HuO_TKiiq2Zvv1Eqn_9bw0xI,21805
|
|
@@ -335,7 +335,7 @@ iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRw
|
|
|
335
335
|
iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
|
|
336
336
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
337
337
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
338
|
-
iamdata/data/actions/s3.json,sha256=
|
|
338
|
+
iamdata/data/actions/s3.json,sha256=u5zIIhpkxCXEE-xZKnSuee5zR1sEgcnV_23-DvXzw-A,105291
|
|
339
339
|
iamdata/data/actions/s3express.json,sha256=wdb_64O33_pGoNWOUr93D3dMQ-JLsZIwKx1cMBu_dVE,13309
|
|
340
340
|
iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
|
|
341
341
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
@@ -346,7 +346,7 @@ iamdata/data/actions/sagemaker.json,sha256=eBE98ZFyf3mmmx8Op4Nn-jQ7TzlkRvME5NJpf
|
|
|
346
346
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
347
347
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
348
348
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
349
|
-
iamdata/data/actions/scn.json,sha256=
|
|
349
|
+
iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI,14622
|
|
350
350
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
|
351
351
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
352
352
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
|
@@ -389,7 +389,7 @@ iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO
|
|
|
389
389
|
iamdata/data/actions/supportrecommendations.json,sha256=yOHJWonwKtV4zt4yZFv0Z0wxprcdde5oAKwbnp9BR2I,715
|
|
390
390
|
iamdata/data/actions/sustainability.json,sha256=b8CNrtppR_4schwoRrlDz_ylztwLaNmvdY0aFPiPv6k,259
|
|
391
391
|
iamdata/data/actions/swf.json,sha256=1iUenJtd4QkZ_1CprxmCYOEl84xuK1G9xgVg0fEZ2-s,23946
|
|
392
|
-
iamdata/data/actions/synthetics.json,sha256=
|
|
392
|
+
iamdata/data/actions/synthetics.json,sha256=_RDjrSsueamor4rfrx5uI-NmsYYYlxdCNv_TeNIADfU,9146
|
|
393
393
|
iamdata/data/actions/tag.json,sha256=tdQDgZqx6JbKFfIe07yrGpHqbbde2nnxgera-F1xElY,2364
|
|
394
394
|
iamdata/data/actions/tax.json,sha256=0qG1Z0mLD3Y2XsFhab3bG4OErNzJGSN59f15utrvQO8,4348
|
|
395
395
|
iamdata/data/actions/textract.json,sha256=2rvvfLNuj7bTT7btlXT0_sVv2oH_xCc1_jMimTuA8m0,8725
|
|
@@ -649,7 +649,7 @@ iamdata/data/conditionKeys/launchwizard.json,sha256=j7cRW7qj_UYp1Y9MKa8EzaXdbJ7C
|
|
|
649
649
|
iamdata/data/conditionKeys/lex.json,sha256=NoVtd3SK9EVtjDaAlBQtlNLMJcdNMUoR6iRWO5OfddE,1081
|
|
650
650
|
iamdata/data/conditionKeys/license-manager-linux-subscriptions.json,sha256=jyxHWUw7VH4OWyUEwP8pFglGB6mEmTf9hukul1nGF60,521
|
|
651
651
|
iamdata/data/conditionKeys/license-manager-user-subscriptions.json,sha256=1epza3xuMw5nCD0wrj4tA1v284P7qqgi1CeIhDxX2xA,525
|
|
652
|
-
iamdata/data/conditionKeys/license-manager.json,sha256=
|
|
652
|
+
iamdata/data/conditionKeys/license-manager.json,sha256=6letjftFDwqcMsMKFG7GDzCbR2PnoZZgEO_sR7WDtTo,726
|
|
653
653
|
iamdata/data/conditionKeys/lightsail.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
|
|
654
654
|
iamdata/data/conditionKeys/logs.json,sha256=IXJ0CvhJrgGbjg8kY_pT2FepOJPUc1QZooLnxCgtrX8,928
|
|
655
655
|
iamdata/data/conditionKeys/lookoutequipment.json,sha256=x1ozVKT1PwHPDPWKCRZF2AeJXAdyNWqdcbCf57u14jg,722
|
|
@@ -974,7 +974,7 @@ iamdata/data/resourceTypes/dsql.json,sha256=IXlF846K2_5vaSD_laF0PclcNj8GYgQjlIVY
|
|
|
974
974
|
iamdata/data/resourceTypes/dynamodb.json,sha256=tKPW8mCqd-I7XVmon85l0pwZ3hEUaM4AgCF62SlLjuI,1079
|
|
975
975
|
iamdata/data/resourceTypes/ebs.json,sha256=IrmZIp2kkVvqipTbQ79UEhzs_0odG193uDOChdaVAYM,310
|
|
976
976
|
iamdata/data/resourceTypes/ec2-instance-connect.json,sha256=B25bqvMKwZ4AdJe7K-O-KrR9_IgNgaZQy0dHYUpsW9w,510
|
|
977
|
-
iamdata/data/resourceTypes/ec2.json,sha256=
|
|
977
|
+
iamdata/data/resourceTypes/ec2.json,sha256=fSi3HH25UlEGOA7b7om1QSU18PZPbPGQN3TU2wQDss0,39493
|
|
978
978
|
iamdata/data/resourceTypes/ec2messages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
979
979
|
iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazjHduNbJ0ggsKH0,358
|
|
980
980
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
|
@@ -1067,7 +1067,7 @@ iamdata/data/resourceTypes/launchwizard.json,sha256=Aio0MQWAEjk3eyQzlINexA6tadY6
|
|
|
1067
1067
|
iamdata/data/resourceTypes/lex.json,sha256=aW3BE_YDVQ5sHaXMXBiQKypdqvzH2AzjLrlBfAjlVI8,1256
|
|
1068
1068
|
iamdata/data/resourceTypes/license-manager-linux-subscriptions.json,sha256=XC023U7TmQ_Qs65GLK587lEl3nJa-Lcgc3K8RyjVYQk,271
|
|
1069
1069
|
iamdata/data/resourceTypes/license-manager-user-subscriptions.json,sha256=07gOf_iwfXSLfqISUg-_O2S82JWmZ0crgVO6oaeJp38,1029
|
|
1070
|
-
iamdata/data/resourceTypes/license-manager.json,sha256=
|
|
1070
|
+
iamdata/data/resourceTypes/license-manager.json,sha256=yffHqI_u2LR2_3ZQaNzFDznEki3pyIl-ofS5Fak7wOI,936
|
|
1071
1071
|
iamdata/data/resourceTypes/lightsail.json,sha256=6rUFQ9x_amKBuKXSFOEG1-vAKA8imQeIiOesZP8RfAs,3475
|
|
1072
1072
|
iamdata/data/resourceTypes/logs.json,sha256=UPItJhhWzLJRu9q-BgEQBAN83wkr__HV9ceMOLXanEE,1469
|
|
1073
1073
|
iamdata/data/resourceTypes/lookoutequipment.json,sha256=DOWF2AeYN6fdXYHx2NW8thn9VUmNy3jp6Z0A3DL62Sg,1160
|
|
@@ -1182,7 +1182,7 @@ iamdata/data/resourceTypes/sagemaker.json,sha256=7letYvHOdZ86r4rHhVRG4btAWS5Rctg
|
|
|
1182
1182
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1183
1183
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1184
1184
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
1185
|
-
iamdata/data/resourceTypes/scn.json,sha256=
|
|
1185
|
+
iamdata/data/resourceTypes/scn.json,sha256=_7mTFStgXzA-DYDX-WW5EIpbTz8ECLsnQKh8E7yt1nU,823
|
|
1186
1186
|
iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
|
|
1187
1187
|
iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
|
|
1188
1188
|
iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202505151.dist-info/METADATA,sha256=4ChJTOA6jpXUZ7f5bZfOoNU0KWVhy6-Qw7vngUgdwFk,3491
|
|
1269
|
+
iamdata-0.1.202505151.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202505151.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202505151.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|