iamdata 0.1.202506121__py3-none-any.whl → 0.1.202506141__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.

@@ -92,10 +92,7 @@
92
92
  "dependentActions": []
93
93
  }
94
94
  ],
95
- "conditionKeys": [
96
- "aws:RequestTag/${TagKey}",
97
- "aws:TagKeys"
98
- ],
95
+ "conditionKeys": [],
99
96
  "dependentActions": []
100
97
  },
101
98
  "createwebhook": {
@@ -947,6 +947,14 @@
947
947
  "conditionKeys": [],
948
948
  "dependentActions": []
949
949
  },
950
+ "gettokensfromrefreshtoken": {
951
+ "name": "GetTokensFromRefreshToken",
952
+ "description": "Grants permission to update user tokens with refresh tokens",
953
+ "accessLevel": "Write",
954
+ "resourceTypes": [],
955
+ "conditionKeys": [],
956
+ "dependentActions": []
957
+ },
950
958
  "getuicustomization": {
951
959
  "name": "GetUICustomization",
952
960
  "description": "Grants permission to get UI customization information for the hosted UI of any app client",
@@ -22,6 +22,14 @@
22
22
  "conditionKeys": [],
23
23
  "dependentActions": []
24
24
  },
25
+ "listcontrolmappings": {
26
+ "name": "ListControlMappings",
27
+ "description": "Grants permission to return a paginated list of control mappings from the AWS Control Catalog",
28
+ "accessLevel": "List",
29
+ "resourceTypes": [],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
25
33
  "listcontrols": {
26
34
  "name": "ListControls",
27
35
  "description": "Grants permission to return a paginated list of all available controls in the AWS Control Catalog library",
@@ -18,7 +18,9 @@
18
18
  {
19
19
  "name": "cluster",
20
20
  "required": true,
21
- "conditionKeys": [],
21
+ "conditionKeys": [
22
+ "aws:ResourceTag/${TagKey}"
23
+ ],
22
24
  "dependentActions": []
23
25
  }
24
26
  ],
@@ -682,12 +684,13 @@
682
684
  {
683
685
  "name": "cluster",
684
686
  "required": true,
685
- "conditionKeys": [],
687
+ "conditionKeys": [
688
+ "aws:ResourceTag/${TagKey}"
689
+ ],
686
690
  "dependentActions": []
687
691
  }
688
692
  ],
689
693
  "conditionKeys": [
690
- "aws:ResourceTag/${TagKey}",
691
694
  "ecs:capacity-provider"
692
695
  ],
693
696
  "dependentActions": []
@@ -700,13 +703,14 @@
700
703
  {
701
704
  "name": "cluster",
702
705
  "required": true,
703
- "conditionKeys": [],
706
+ "conditionKeys": [
707
+ "aws:ResourceTag/${TagKey}"
708
+ ],
704
709
  "dependentActions": []
705
710
  }
706
711
  ],
707
712
  "conditionKeys": [
708
713
  "aws:RequestTag/${TagKey}",
709
- "aws:ResourceTag/${TagKey}",
710
714
  "aws:TagKeys"
711
715
  ],
712
716
  "dependentActions": []
@@ -1034,12 +1038,13 @@
1034
1038
  {
1035
1039
  "name": "cluster",
1036
1040
  "required": true,
1037
- "conditionKeys": [],
1041
+ "conditionKeys": [
1042
+ "aws:ResourceTag/${TagKey}"
1043
+ ],
1038
1044
  "dependentActions": []
1039
1045
  }
1040
1046
  ],
1041
1047
  "conditionKeys": [
1042
- "aws:ResourceTag/${TagKey}",
1043
1048
  "ecs:fargate-ephemeral-storage-kms-key"
1044
1049
  ],
1045
1050
  "dependentActions": []
@@ -51,6 +51,7 @@
51
51
  ],
52
52
  "conditionKeys": [
53
53
  "aws:RequestTag/${TagKey}",
54
+ "aws:ResourceTag/${TagKey}",
54
55
  "aws:TagKeys"
55
56
  ],
56
57
  "dependentActions": []
@@ -59,7 +60,14 @@
59
60
  "name": "CreatePrivateConnectivityConfig",
60
61
  "description": "Grants permission to create a private connectivity configuration",
61
62
  "accessLevel": "Write",
62
- "resourceTypes": [],
63
+ "resourceTypes": [
64
+ {
65
+ "name": "outpost",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
63
71
  "conditionKeys": [],
64
72
  "dependentActions": []
65
73
  },
@@ -70,6 +78,7 @@
70
78
  "resourceTypes": [],
71
79
  "conditionKeys": [
72
80
  "aws:RequestTag/${TagKey}",
81
+ "aws:ResourceTag/${TagKey}",
73
82
  "aws:TagKeys"
74
83
  ],
75
84
  "dependentActions": []
@@ -192,7 +201,14 @@
192
201
  "name": "GetPrivateConnectivityConfig",
193
202
  "description": "Grants permission to get a private connectivity configuration",
194
203
  "accessLevel": "Read",
195
- "resourceTypes": [],
204
+ "resourceTypes": [
205
+ {
206
+ "name": "outpost",
207
+ "required": true,
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ }
211
+ ],
196
212
  "conditionKeys": [],
197
213
  "dependentActions": []
198
214
  },
@@ -245,7 +261,14 @@
245
261
  "name": "ListAssets",
246
262
  "description": "Grants permission to list the assets for your Outpost",
247
263
  "accessLevel": "List",
248
- "resourceTypes": [],
264
+ "resourceTypes": [
265
+ {
266
+ "name": "outpost",
267
+ "required": true,
268
+ "conditionKeys": [],
269
+ "dependentActions": []
270
+ }
271
+ ],
249
272
  "conditionKeys": [],
250
273
  "dependentActions": []
251
274
  },
@@ -2,7 +2,7 @@
2
2
  "allowvendedlogdeliveryforresource": {
3
3
  "name": "AllowVendedLogDeliveryForResource",
4
4
  "isPermissionOnly": true,
5
- "description": "Grants permission to configure vended log delivery for Skybridge cluster logs",
5
+ "description": "Grants permission to configure vended log delivery for AWS PCS cluster logs",
6
6
  "accessLevel": "Write",
7
7
  "resourceTypes": [
8
8
  {
@@ -67,7 +67,7 @@
67
67
  "name": "DeleteResourcePolicy",
68
68
  "isPermissionOnly": true,
69
69
  "description": "Grants permission to delete the specified view's resource policy",
70
- "accessLevel": "Write",
70
+ "accessLevel": "Permissions management",
71
71
  "resourceTypes": [
72
72
  {
73
73
  "name": "view",
@@ -237,7 +237,7 @@
237
237
  "name": "PutResourcePolicy",
238
238
  "isPermissionOnly": true,
239
239
  "description": "Grants permission to update the specified view's resource policy",
240
- "accessLevel": "Write",
240
+ "accessLevel": "Permissions management",
241
241
  "resourceTypes": [
242
242
  {
243
243
  "name": "view",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "createsession": {
50
50
  "name": "CreateSession",
51
- "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, ect",
51
+ "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, etc",
52
52
  "accessLevel": "Write",
53
53
  "resourceTypes": [
54
54
  {
@@ -56,6 +56,14 @@
56
56
  "required": true,
57
57
  "conditionKeys": [],
58
58
  "dependentActions": []
59
+ },
60
+ {
61
+ "name": "accesspoint",
62
+ "required": false,
63
+ "conditionKeys": [
64
+ "s3express:Permissions"
65
+ ],
66
+ "dependentActions": []
59
67
  }
60
68
  ],
61
69
  "conditionKeys": [
@@ -68,7 +76,8 @@
68
76
  "s3express:x-amz-content-sha256",
69
77
  "s3express:x-amz-server-side-encryption",
70
78
  "s3express:x-amz-server-side-encryption-aws-kms-key-id",
71
- "s3express:AllAccessRestrictedToLocalZoneGroup"
79
+ "s3express:AllAccessRestrictedToLocalZoneGroup",
80
+ "s3express:Permissions"
72
81
  ],
73
82
  "dependentActions": []
74
83
  },
@@ -0,0 +1,101 @@
1
+ {
2
+ "checksubscription": {
3
+ "name": "CheckSubscription",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to check whether the account has access to given product",
6
+ "accessLevel": "Read",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [],
9
+ "dependentActions": []
10
+ },
11
+ "createcasedraft": {
12
+ "name": "CreateCaseDraft",
13
+ "isPermissionOnly": true,
14
+ "description": "Grants permission to create or update case draft for the given case type",
15
+ "accessLevel": "Write",
16
+ "resourceTypes": [],
17
+ "conditionKeys": [],
18
+ "dependentActions": []
19
+ },
20
+ "createcontact": {
21
+ "name": "CreateContact",
22
+ "isPermissionOnly": true,
23
+ "description": "Grants permission to create an authenticated contact for the given contact type",
24
+ "accessLevel": "Write",
25
+ "resourceTypes": [],
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ },
29
+ "deletecasedraft": {
30
+ "name": "DeleteCaseDraft",
31
+ "isPermissionOnly": true,
32
+ "description": "Grants permission to delete a case draft for the given case type",
33
+ "accessLevel": "Write",
34
+ "resourceTypes": [],
35
+ "conditionKeys": [],
36
+ "dependentActions": []
37
+ },
38
+ "describedynamichelp": {
39
+ "name": "DescribeDynamicHelp",
40
+ "isPermissionOnly": true,
41
+ "description": "Grants permission to get dynamic help resources for given service and category",
42
+ "accessLevel": "Read",
43
+ "resourceTypes": [],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ "getaccountgovcloudenabled": {
48
+ "name": "GetAccountGovCloudEnabled",
49
+ "isPermissionOnly": true,
50
+ "description": "Grants permission to determines whether the calling account is GovCloud enabled",
51
+ "accessLevel": "Read",
52
+ "resourceTypes": [],
53
+ "conditionKeys": [],
54
+ "dependentActions": []
55
+ },
56
+ "getaccountstate": {
57
+ "name": "GetAccountState",
58
+ "isPermissionOnly": true,
59
+ "description": "Grants permission to get the state of the calling account",
60
+ "accessLevel": "Read",
61
+ "resourceTypes": [],
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ },
65
+ "getbanner": {
66
+ "name": "GetBanner",
67
+ "isPermissionOnly": true,
68
+ "description": "Grants permission to get the support banner information",
69
+ "accessLevel": "Read",
70
+ "resourceTypes": [],
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ },
74
+ "getcasedraft": {
75
+ "name": "GetCaseDraft",
76
+ "isPermissionOnly": true,
77
+ "description": "Grants permission to get a case draft for given case type",
78
+ "accessLevel": "Read",
79
+ "resourceTypes": [],
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ },
83
+ "getquestionnaire": {
84
+ "name": "GetQuestionnaire",
85
+ "isPermissionOnly": true,
86
+ "description": "Grants permission to get a feedback questionnaire",
87
+ "accessLevel": "Read",
88
+ "resourceTypes": [],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "savefeedback": {
93
+ "name": "SaveFeedback",
94
+ "isPermissionOnly": true,
95
+ "description": "Grants permission to save questionnaire feedback",
96
+ "accessLevel": "Write",
97
+ "resourceTypes": [],
98
+ "conditionKeys": [],
99
+ "dependentActions": []
100
+ }
101
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202506121",
3
- "updatedAt": "2025-06-12T04:52:01.896Z"
2
+ "version": "0.1.202506141",
3
+ "updatedAt": "2025-06-14T04:51:21.016Z"
4
4
  }
@@ -153,7 +153,7 @@
153
153
  "es": "Amazon OpenSearch Service",
154
154
  "events": "Amazon EventBridge",
155
155
  "evidently": "Amazon CloudWatch Evidently",
156
- "evs": "Amazon Elastic Virtualization Service",
156
+ "evs": "Amazon Elastic VMware Service",
157
157
  "execute-api": "Amazon API Gateway",
158
158
  "finspace": "Amazon FinSpace",
159
159
  "finspace-api": "Amazon FinSpace API",
@@ -376,6 +376,7 @@
376
376
  "storagegateway": "AWS Storage Gateway",
377
377
  "sts": "AWS Security Token Service",
378
378
  "support": "AWS Support",
379
+ "support-console": "AWS Support Console",
379
380
  "supportapp": "AWS Support App in Slack",
380
381
  "supportplans": "AWS Support Plans",
381
382
  "supportrecommendations": "AWS Support Recommendations",
@@ -376,6 +376,7 @@
376
376
  "storagegateway",
377
377
  "sts",
378
378
  "support",
379
+ "support-console",
379
380
  "supportapp",
380
381
  "supportplans",
381
382
  "supportrecommendations",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202506121
3
+ Version: 0.1.202506141
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,9 +4,9 @@ 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=yq7_zJX61gtyK2-CzjmQBiiSKWMEAja-My6M7n3sWNM,76
8
- iamdata/data/serviceNames.json,sha256=6BlgkDfbZPgKOTqTqGZrkFpeYuzGIaIHeNkWl0SNXSk,18386
9
- iamdata/data/services.json,sha256=t2P0aLWOOHgCktmUhvT0RY6o7t8PrIIihTHrhOX5rpw,7143
7
+ iamdata/data/metadata.json,sha256=BbqlCd73pTtPsENtUz-MJBsfibw5T0Plu_e_hqrw82o,76
8
+ iamdata/data/serviceNames.json,sha256=xAFLAVjVb3aLSeOIhusjnqvvx5pH2HMiiDzptEZ7g44,18422
9
+ iamdata/data/services.json,sha256=4yNtRfU79GjLQhKkAkwmJe9NwhdxvTRCNNrkw8_q8JM,7164
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
11
11
  iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
12
12
  iamdata/data/actions/access-analyzer.json,sha256=wOZB3FD4LQtMnnznZFnEO8936QIvEhxTuATXo0Nefbw,12622
@@ -16,7 +16,7 @@ iamdata/data/actions/acm.json,sha256=qPbui83raaa7pufM-5tv7rSuEOcB9cDyycyB76lMsVA
16
16
  iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
17
17
  iamdata/data/actions/aiops.json,sha256=NLJjV7VTKpu2QEiQ5fpEqUfrtAay0OZCIcXLk_Nbo34,10705
18
18
  iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
19
- iamdata/data/actions/amplify.json,sha256=_KkrmE-wHK5FrUFAPv1ivfeJA0eq4H_AuJsOcb_-6i0,16853
19
+ iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqSoEUM,16794
20
20
  iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
21
21
  iamdata/data/actions/amplifyuibuilder.json,sha256=NOOGIbjjFZyeHodire7tmIjvkF3MMSeBYFJwJLkCo7A,11151
22
22
  iamdata/data/actions/aoss.json,sha256=rC_T9yOMzfduayJK_glFQb1S1Zb3LCOiGOVzop4oIP8,11143
@@ -98,7 +98,7 @@ iamdata/data/actions/codestar-notifications.json,sha256=a1c2FYuTxpbIVemaMFzXZDrl
98
98
  iamdata/data/actions/codestar.json,sha256=9gkFfw_VL7xNQCGHgG0FpA9WXcWrs0Yq7cTslhE-XT0,8702
99
99
  iamdata/data/actions/codewhisperer.json,sha256=WOxPYwZRkAMNshTSVAr-5degDLnY3P6TGvU6yFKtO0g,8607
100
100
  iamdata/data/actions/cognito-identity.json,sha256=I4N7UNtwUzcpeY2g6LW3KrfomoGZqBYpuHGUQ2ZT0Zw,10213
101
- iamdata/data/actions/cognito-idp.json,sha256=_9N6_8cOLXMZU_LeYmHnKb75FSlrtQLJMpiIy2TwL5U,40909
101
+ iamdata/data/actions/cognito-idp.json,sha256=HOXV70G7LjzfKke11IA1APEypT4_fWpO5ozt7eSTi_M,41175
102
102
  iamdata/data/actions/cognito-sync.json,sha256=K3WWwlo82IfXN5myo8OITA0qfdE8R-k7ydk1WBK0wu0,7724
103
103
  iamdata/data/actions/comprehend.json,sha256=tIqpIHBjGVXNkxIrlJ1INhji7uCd0AdTl-Q63oYzkGc,44672
104
104
  iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpLLJIJZgzWr_MhJM,7303
@@ -108,7 +108,7 @@ iamdata/data/actions/connect-campaigns.json,sha256=4Wwn72V9GPaJ5vqicB20I3SM5ufWc
108
108
  iamdata/data/actions/connect.json,sha256=QrlrkzBNzHgstr--DIOCqPGPRjvIo5sqcE2hu2Z-TLs,166598
109
109
  iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
110
110
  iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
111
- iamdata/data/actions/controlcatalog.json,sha256=wWAO-nsZJSMcu6YItEXQulhRiOJtZWhtbDnX4FGVeTs,1608
111
+ iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
112
112
  iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19GBemNWqy0,21776
113
113
  iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
114
114
  iamdata/data/actions/cur.json,sha256=03f0buxaNSdB02oVy3Fn6t32s_CnmaaUzrqXYi4QrwA,4253
@@ -142,7 +142,7 @@ iamdata/data/actions/ec2.json,sha256=kB6Ovtzvrgczwjq1lJL-K2kCzncFfF-_4C_92-43b2w
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
145
- iamdata/data/actions/ecs.json,sha256=JFGY6vEN8FnR62O9ytYn0fG8IwQHAm8nV5kd0xWn7c8,32043
145
+ iamdata/data/actions/ecs.json,sha256=Hs4g5InCDSynyLRwASM8gSWmy4O_b8764IjvalcRsBU,32126
146
146
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
147
147
  iamdata/data/actions/eks.json,sha256=WfaiJ2dJu1Wn477jErQOQn78B6oNY8DIOr9N7xtju6s,28980
148
148
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
@@ -284,7 +284,7 @@ iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8u
284
284
  iamdata/data/actions/opsworks.json,sha256=9LmvtxzgDHGxvoCo7fe9MAXqj5FSk-6SLEcwKxGUFeU,27770
285
285
  iamdata/data/actions/organizations.json,sha256=YVq-VDzpspTBjT2JJzaj0FMDoK8eoVvvcZKfdRQXWBE,25509
286
286
  iamdata/data/actions/osis.json,sha256=2tWKjI3qiz5z-fxjsLe-14Z9Vw-3HoHcxsUwRlpJF8U,6120
287
- iamdata/data/actions/outposts.json,sha256=229Z4lu37mExwY2DcA2PKQ6b5zB9nNDMBgR8ORYDgD0,11558
287
+ iamdata/data/actions/outposts.json,sha256=ZICe0T-WLjebw6_oBtTlXIXol7cDX78oGK7zWaj3otg,12030
288
288
  iamdata/data/actions/panorama.json,sha256=ght9nRGyupi3v5-780o-gw9Vz1_3KDbjqdgszRYTs9M,13293
289
289
  iamdata/data/actions/partnercentral-account-management.json,sha256=U9sp_018hzi3bmWVn2h0G_xGfBIdjiEcLMLS62EwS7w,809
290
290
  iamdata/data/actions/partnercentral.json,sha256=xGxWnTVHS0pw8ECrlx0yP5LlZAcYZ0H-7sG0mhgU9Dc,16027
@@ -292,7 +292,7 @@ iamdata/data/actions/payment-cryptography.json,sha256=sznx_Nd0iukjmJMVl5Ez1xllzS
292
292
  iamdata/data/actions/payments.json,sha256=WV5RwInAC747CtPhd3vAbCqibzf7UoFF2qgcz6JMO44,7279
293
293
  iamdata/data/actions/pca-connector-ad.json,sha256=1Re-ZLS9O4zO_chWn5EbQXer6BFQZacbIiAzr6lu3JQ,10952
294
294
  iamdata/data/actions/pca-connector-scep.json,sha256=A1jFaFO7EvorVRWA6L2UYf8nJngG3kbpQBfRdZtLzv8,4593
295
- iamdata/data/actions/pcs.json,sha256=YImM225-jHUj5sxeUCHbqWpt3QIXdrrg_KlvSu_Osl4,10346
295
+ iamdata/data/actions/pcs.json,sha256=RmdzaRUO_x-Z1iraeY2f6_8KenLSN9gTLweFQtBXuiI,10344
296
296
  iamdata/data/actions/personalize.json,sha256=H6ibVM9Xuo_taxwSJHYnxNK4_Q4Ef_CYuiE9IqDqrso,27857
297
297
  iamdata/data/actions/pi.json,sha256=bQTk71VAJ5-ku_PVcr7b2tQoPhriaJ4tgsdHASIphEc,6233
298
298
  iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-LU,3918
@@ -320,7 +320,7 @@ iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-C
320
320
  iamdata/data/actions/rekognition.json,sha256=IQen9vVuBc5VelIVHB9C5S65rmLRNhysrBBAfqtiwS4,28792
321
321
  iamdata/data/actions/repostspace.json,sha256=zI1zT3e7VsGmVHwShqcMfyqDKyYBIZzM_cg0eMnfa5w,4899
322
322
  iamdata/data/actions/resiliencehub.json,sha256=KBcrQry1ZTvDaHCTkf1IB0Ehx5wla0V_XjIZIrZQ4co,26671
323
- iamdata/data/actions/resource-explorer-2.json,sha256=vlRsPfmRMEV5JJUWacXnCtycU0x_x8LSs3zhJ1PrIKY,9761
323
+ iamdata/data/actions/resource-explorer-2.json,sha256=oqBFZql425StocirFxGONLjgYKRSRauFFCxl-omtWGY,9795
324
324
  iamdata/data/actions/resource-explorer.json,sha256=qbJbAMtPHMgz0JSxpSFMhWxfLPx0l2471ump1XMauPw,914
325
325
  iamdata/data/actions/resource-groups.json,sha256=sj9wDdj4Scr0MV6eRthJOB8Q7CxSh3WTfMI3ovECKYw,11376
326
326
  iamdata/data/actions/rhelkb.json,sha256=u9TR-KDInVSgVPVWCbZh2D8MYDQmHTSWnvCP2FQ51Xw,238
@@ -337,7 +337,7 @@ iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ
337
337
  iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
338
338
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
339
339
  iamdata/data/actions/s3.json,sha256=u5zIIhpkxCXEE-xZKnSuee5zR1sEgcnV_23-DvXzw-A,105291
340
- iamdata/data/actions/s3express.json,sha256=wdb_64O33_pGoNWOUr93D3dMQ-JLsZIwKx1cMBu_dVE,13309
340
+ iamdata/data/actions/s3express.json,sha256=7srTo88hrYP8kpVhW6yh6_tFeQ7FQ6Gu8YKY2FgshTQ,13518
341
341
  iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
342
342
  iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
343
343
  iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
@@ -383,6 +383,7 @@ iamdata/data/actions/sso.json,sha256=8Oo8PaUA2XAAfswSgu6hMqZpWzfXviBdtI0v2_m9zUg
383
383
  iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E28w8,15468
384
384
  iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
385
385
  iamdata/data/actions/sts.json,sha256=PG27BFhzE3DeNQRmJI2_fKA3u6-E-xQ9mzC_k8AtyBA,8283
386
+ iamdata/data/actions/support-console.json,sha256=utZ-Hyz5rKsJumWjCgBQAvwblOuGDrQ7oemy7VHtUGw,3100
386
387
  iamdata/data/actions/support.json,sha256=F-G8-oP9buZruMxaWvuOVJb0WtBSL4v1WtJ-BOtFx3U,8449
387
388
  iamdata/data/actions/supportapp.json,sha256=4_F5iPZ64y_G1bQlR_uQxsTZefZiWi-QpcK74rt2l6w,3850
388
389
  iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO8jIX9JdPA,1549
@@ -803,6 +804,7 @@ iamdata/data/conditionKeys/sso.json,sha256=Kzn3rptUfOlPtp9ycqyMT_odUXeNkc-0Ay9XF
803
804
  iamdata/data/conditionKeys/states.json,sha256=q7gPzhC0bJmtcNnwVjK8Qpozo-cgVazQdd__HP86-uo,1099
804
805
  iamdata/data/conditionKeys/storagegateway.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
805
806
  iamdata/data/conditionKeys/sts.json,sha256=Ly-lFGNyiO0orJve9KoqMLQfTGTWmMhYInPc3m2aJjk,9201
807
+ iamdata/data/conditionKeys/support-console.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
806
808
  iamdata/data/conditionKeys/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
807
809
  iamdata/data/conditionKeys/supportapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
808
810
  iamdata/data/conditionKeys/supportplans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1223,6 +1225,7 @@ iamdata/data/resourceTypes/sso.json,sha256=_6H48l4FGu9cZwkXK90haPKUQSieW3RfIIpnD
1223
1225
  iamdata/data/resourceTypes/states.json,sha256=9hHx1cY1q0SxbZ7KVk8f7a7IbN1XsoFNYQGvaBfjQHM,1780
1224
1226
  iamdata/data/resourceTypes/storagegateway.json,sha256=RNt7jrqBTl3Pu_vm_4EHjcga30xOFS85EpbNEzZVjm0,1704
1225
1227
  iamdata/data/resourceTypes/sts.json,sha256=XhWLkeCF4z5UY4zFob7v-ExjwntIDW8LSn-EYvUxsWc,791
1228
+ iamdata/data/resourceTypes/support-console.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1226
1229
  iamdata/data/resourceTypes/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1227
1230
  iamdata/data/resourceTypes/supportapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1228
1231
  iamdata/data/resourceTypes/supportplans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1271,7 +1274,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1271
1274
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1272
1275
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1273
1276
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1274
- iamdata-0.1.202506121.dist-info/METADATA,sha256=mTiViZkmhINsb9E1t-9QNPeDDluyPbvZchWWb9oSFog,3491
1275
- iamdata-0.1.202506121.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1276
- iamdata-0.1.202506121.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1277
- iamdata-0.1.202506121.dist-info/RECORD,,
1277
+ iamdata-0.1.202506141.dist-info/METADATA,sha256=cU0xEB-8ffZ3qQv5hQmGxB9OiVEk8KHbxXeYVpxC_7k,3491
1278
+ iamdata-0.1.202506141.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1279
+ iamdata-0.1.202506141.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1280
+ iamdata-0.1.202506141.dist-info/RECORD,,