iamdata 0.1.202506131__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.
- iamdata/data/actions/amplify.json +1 -4
- iamdata/data/actions/cognito-idp.json +8 -0
- iamdata/data/actions/outposts.json +26 -3
- iamdata/data/actions/pcs.json +1 -1
- iamdata/data/actions/resource-explorer-2.json +2 -2
- iamdata/data/actions/s3express.json +11 -2
- iamdata/data/actions/support-console.json +101 -0
- iamdata/data/conditionKeys/support-console.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/support-console.json +1 -0
- iamdata/data/serviceNames.json +2 -1
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202506131.dist-info → iamdata-0.1.202506141.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506131.dist-info → iamdata-0.1.202506141.dist-info}/RECORD +16 -13
- {iamdata-0.1.202506131.dist-info → iamdata-0.1.202506141.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506131.dist-info → iamdata-0.1.202506141.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -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",
|
|
@@ -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
|
},
|
iamdata/data/actions/pcs.json
CHANGED
|
@@ -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
|
|
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": "
|
|
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": "
|
|
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,
|
|
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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/metadata.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -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
|
|
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",
|
iamdata/data/services.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
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=
|
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
|
9
|
-
iamdata/data/services.json,sha256=
|
|
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=
|
|
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=
|
|
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
|
|
@@ -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=
|
|
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=
|
|
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=
|
|
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=
|
|
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.
|
|
1275
|
-
iamdata-0.1.
|
|
1276
|
-
iamdata-0.1.
|
|
1277
|
-
iamdata-0.1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|