iamdata 0.1.202506171__py3-none-any.whl → 0.1.202506191__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.
- iamdata/data/actions/acm.json +23 -3
- iamdata/data/actions/backup.json +80 -0
- iamdata/data/actions/braket.json +0 -9
- iamdata/data/actions/lex.json +42 -0
- iamdata/data/actions/mpa.json +313 -0
- iamdata/data/actions/network-firewall.json +90 -0
- iamdata/data/actions/securityhub.json +4 -4
- iamdata/data/actions/support.json +8 -0
- iamdata/data/conditionKeys/acm.json +5 -0
- iamdata/data/conditionKeys/backup.json +6 -1
- iamdata/data/conditionKeys/mpa.json +27 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/mpa.json +23 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202506171.dist-info → iamdata-0.1.202506191.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506171.dist-info → iamdata-0.1.202506191.dist-info}/RECORD +19 -16
- {iamdata-0.1.202506171.dist-info → iamdata-0.1.202506191.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506171.dist-info → iamdata-0.1.202506191.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/acm.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
},
|
50
50
|
"exportcertificate": {
|
51
51
|
"name": "ExportCertificate",
|
52
|
-
"description": "Grants permission to export
|
52
|
+
"description": "Grants permission to export an exportable certificate for use anywhere",
|
53
53
|
"accessLevel": "Read",
|
54
54
|
"resourceTypes": [
|
55
55
|
{
|
@@ -59,7 +59,9 @@
|
|
59
59
|
"dependentActions": []
|
60
60
|
}
|
61
61
|
],
|
62
|
-
"conditionKeys": [
|
62
|
+
"conditionKeys": [
|
63
|
+
"acm:DomainNames"
|
64
|
+
],
|
63
65
|
"dependentActions": []
|
64
66
|
},
|
65
67
|
"getaccountconfiguration": {
|
@@ -179,7 +181,8 @@
|
|
179
181
|
"acm:CertificateTransparencyLogging",
|
180
182
|
"acm:ValidationMethod",
|
181
183
|
"acm:KeyAlgorithm",
|
182
|
-
"acm:CertificateAuthority"
|
184
|
+
"acm:CertificateAuthority",
|
185
|
+
"acm:Export"
|
183
186
|
],
|
184
187
|
"dependentActions": []
|
185
188
|
},
|
@@ -198,6 +201,23 @@
|
|
198
201
|
"conditionKeys": [],
|
199
202
|
"dependentActions": []
|
200
203
|
},
|
204
|
+
"revokecertificate": {
|
205
|
+
"name": "RevokeCertificate",
|
206
|
+
"description": "Grants permission to revoke an exportable certificate",
|
207
|
+
"accessLevel": "Write",
|
208
|
+
"resourceTypes": [
|
209
|
+
{
|
210
|
+
"name": "certificate",
|
211
|
+
"required": true,
|
212
|
+
"conditionKeys": [],
|
213
|
+
"dependentActions": []
|
214
|
+
}
|
215
|
+
],
|
216
|
+
"conditionKeys": [
|
217
|
+
"acm:DomainNames"
|
218
|
+
],
|
219
|
+
"dependentActions": []
|
220
|
+
},
|
201
221
|
"updatecertificateoptions": {
|
202
222
|
"name": "UpdateCertificateOptions",
|
203
223
|
"description": "Grants permission to update a certificate configuration. Use this to specify whether to opt in to or out of certificate transparency logging",
|
iamdata/data/actions/backup.json
CHANGED
@@ -1,4 +1,21 @@
|
|
1
1
|
{
|
2
|
+
"associatebackupvaultmpaapprovalteam": {
|
3
|
+
"name": "AssociateBackupVaultMpaApprovalTeam",
|
4
|
+
"description": "Grants permission to associate an MPA approval team with a backup vault",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [
|
7
|
+
{
|
8
|
+
"name": "backupVault",
|
9
|
+
"required": true,
|
10
|
+
"conditionKeys": [],
|
11
|
+
"dependentActions": []
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"conditionKeys": [
|
15
|
+
"backup:MpaApprovalTeamArn"
|
16
|
+
],
|
17
|
+
"dependentActions": []
|
18
|
+
},
|
2
19
|
"cancellegalhold": {
|
3
20
|
"name": "CancelLegalHold",
|
4
21
|
"description": "Grants permission to cancel a legal hold",
|
@@ -179,6 +196,24 @@
|
|
179
196
|
],
|
180
197
|
"dependentActions": []
|
181
198
|
},
|
199
|
+
"createrestoreaccessbackupvault": {
|
200
|
+
"name": "CreateRestoreAccessBackupVault",
|
201
|
+
"description": "Grants permission to create a restore access backup vault",
|
202
|
+
"accessLevel": "Write",
|
203
|
+
"resourceTypes": [
|
204
|
+
{
|
205
|
+
"name": "backupVault",
|
206
|
+
"required": true,
|
207
|
+
"conditionKeys": [],
|
208
|
+
"dependentActions": []
|
209
|
+
}
|
210
|
+
],
|
211
|
+
"conditionKeys": [
|
212
|
+
"aws:RequestTag/${TagKey}",
|
213
|
+
"aws:TagKeys"
|
214
|
+
],
|
215
|
+
"dependentActions": []
|
216
|
+
},
|
182
217
|
"createrestoretestingplan": {
|
183
218
|
"name": "CreateRestoreTestingPlan",
|
184
219
|
"description": "Grants permission to create a new restore testing plan",
|
@@ -511,6 +546,21 @@
|
|
511
546
|
"conditionKeys": [],
|
512
547
|
"dependentActions": []
|
513
548
|
},
|
549
|
+
"disassociatebackupvaultmpaapprovalteam": {
|
550
|
+
"name": "DisassociateBackupVaultMpaApprovalTeam",
|
551
|
+
"description": "Grants permission to disassociate an MPA approval team from a backup vault",
|
552
|
+
"accessLevel": "Write",
|
553
|
+
"resourceTypes": [
|
554
|
+
{
|
555
|
+
"name": "backupVault",
|
556
|
+
"required": true,
|
557
|
+
"conditionKeys": [],
|
558
|
+
"dependentActions": []
|
559
|
+
}
|
560
|
+
],
|
561
|
+
"conditionKeys": [],
|
562
|
+
"dependentActions": []
|
563
|
+
},
|
514
564
|
"disassociaterecoverypoint": {
|
515
565
|
"name": "DisassociateRecoveryPoint",
|
516
566
|
"description": "Grants permission to disassociate a recovery point from a backup vault",
|
@@ -936,6 +986,21 @@
|
|
936
986
|
"conditionKeys": [],
|
937
987
|
"dependentActions": []
|
938
988
|
},
|
989
|
+
"listrestoreaccessbackupvaults": {
|
990
|
+
"name": "ListRestoreAccessBackupVaults",
|
991
|
+
"description": "Grants permission to list a restore access backup vaults associated with a backup vault",
|
992
|
+
"accessLevel": "List",
|
993
|
+
"resourceTypes": [
|
994
|
+
{
|
995
|
+
"name": "backupVault",
|
996
|
+
"required": true,
|
997
|
+
"conditionKeys": [],
|
998
|
+
"dependentActions": []
|
999
|
+
}
|
1000
|
+
],
|
1001
|
+
"conditionKeys": [],
|
1002
|
+
"dependentActions": []
|
1003
|
+
},
|
939
1004
|
"listrestorejobsummaries": {
|
940
1005
|
"name": "ListRestoreJobSummaries",
|
941
1006
|
"description": "Grants permission to list restore job summaries",
|
@@ -1107,6 +1172,21 @@
|
|
1107
1172
|
"conditionKeys": [],
|
1108
1173
|
"dependentActions": []
|
1109
1174
|
},
|
1175
|
+
"revokerestoreaccessbackupvault": {
|
1176
|
+
"name": "RevokeRestoreAccessBackupVault",
|
1177
|
+
"description": "Grants permission to revoke a restore access backup vault",
|
1178
|
+
"accessLevel": "Write",
|
1179
|
+
"resourceTypes": [
|
1180
|
+
{
|
1181
|
+
"name": "backupVault",
|
1182
|
+
"required": true,
|
1183
|
+
"conditionKeys": [],
|
1184
|
+
"dependentActions": []
|
1185
|
+
}
|
1186
|
+
],
|
1187
|
+
"conditionKeys": [],
|
1188
|
+
"dependentActions": []
|
1189
|
+
},
|
1110
1190
|
"searchrecoverypoint": {
|
1111
1191
|
"name": "SearchRecoveryPoint",
|
1112
1192
|
"isPermissionOnly": true,
|
iamdata/data/actions/braket.json
CHANGED
@@ -8,15 +8,6 @@
|
|
8
8
|
"conditionKeys": [],
|
9
9
|
"dependentActions": []
|
10
10
|
},
|
11
|
-
"accessbraketfeature": {
|
12
|
-
"name": "AccessBraketFeature",
|
13
|
-
"isPermissionOnly": true,
|
14
|
-
"description": "Grants permission to check if an Amazon Braket feature is enabled for an account. Customers need this permission to use all features available in the console",
|
15
|
-
"accessLevel": "Read",
|
16
|
-
"resourceTypes": [],
|
17
|
-
"conditionKeys": [],
|
18
|
-
"dependentActions": []
|
19
|
-
},
|
20
11
|
"canceljob": {
|
21
12
|
"name": "CancelJob",
|
22
13
|
"description": "Grants permission to cancel a job",
|
iamdata/data/actions/lex.json
CHANGED
@@ -235,6 +235,27 @@
|
|
235
235
|
"conditionKeys": [],
|
236
236
|
"dependentActions": []
|
237
237
|
},
|
238
|
+
"createresourcepolicystatement": {
|
239
|
+
"name": "CreateResourcePolicyStatement",
|
240
|
+
"description": "Grants permission to create a new resource policy statement for a Lex resource",
|
241
|
+
"accessLevel": "Write",
|
242
|
+
"resourceTypes": [
|
243
|
+
{
|
244
|
+
"name": "bot",
|
245
|
+
"required": false,
|
246
|
+
"conditionKeys": [],
|
247
|
+
"dependentActions": []
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"name": "bot alias",
|
251
|
+
"required": false,
|
252
|
+
"conditionKeys": [],
|
253
|
+
"dependentActions": []
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"conditionKeys": [],
|
257
|
+
"dependentActions": []
|
258
|
+
},
|
238
259
|
"createslot": {
|
239
260
|
"name": "CreateSlot",
|
240
261
|
"description": "Grants permission to create a new slot in an intent",
|
@@ -485,6 +506,27 @@
|
|
485
506
|
"conditionKeys": [],
|
486
507
|
"dependentActions": []
|
487
508
|
},
|
509
|
+
"deleteresourcepolicystatement": {
|
510
|
+
"name": "DeleteResourcePolicyStatement",
|
511
|
+
"description": "Grants permission to delete an existing resource policy statement for a Lex resource",
|
512
|
+
"accessLevel": "Write",
|
513
|
+
"resourceTypes": [
|
514
|
+
{
|
515
|
+
"name": "bot",
|
516
|
+
"required": false,
|
517
|
+
"conditionKeys": [],
|
518
|
+
"dependentActions": []
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"name": "bot alias",
|
522
|
+
"required": false,
|
523
|
+
"conditionKeys": [],
|
524
|
+
"dependentActions": []
|
525
|
+
}
|
526
|
+
],
|
527
|
+
"conditionKeys": [],
|
528
|
+
"dependentActions": []
|
529
|
+
},
|
488
530
|
"deletesession": {
|
489
531
|
"name": "DeleteSession",
|
490
532
|
"description": "Removes session information for a specified bot, alias, and user ID",
|
@@ -0,0 +1,313 @@
|
|
1
|
+
{
|
2
|
+
"cancelsession": {
|
3
|
+
"name": "CancelSession",
|
4
|
+
"description": "Grants permission to cancel an approval session",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [
|
7
|
+
{
|
8
|
+
"name": "session",
|
9
|
+
"required": true,
|
10
|
+
"conditionKeys": [],
|
11
|
+
"dependentActions": []
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"conditionKeys": [
|
15
|
+
"aws:ResourceTag/${TagKey}",
|
16
|
+
"mpa:RequestedOperation",
|
17
|
+
"mpa:ProtectedResourceAccount"
|
18
|
+
],
|
19
|
+
"dependentActions": []
|
20
|
+
},
|
21
|
+
"createapprovalteam": {
|
22
|
+
"name": "CreateApprovalTeam",
|
23
|
+
"description": "Grants permission to create an approval team",
|
24
|
+
"accessLevel": "Write",
|
25
|
+
"resourceTypes": [
|
26
|
+
{
|
27
|
+
"name": "approval-team",
|
28
|
+
"required": true,
|
29
|
+
"conditionKeys": [],
|
30
|
+
"dependentActions": []
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"conditionKeys": [
|
34
|
+
"aws:RequestTag/${TagKey}",
|
35
|
+
"aws:ResourceTag/${TagKey}",
|
36
|
+
"aws:TagKeys"
|
37
|
+
],
|
38
|
+
"dependentActions": []
|
39
|
+
},
|
40
|
+
"createidentitysource": {
|
41
|
+
"name": "CreateIdentitySource",
|
42
|
+
"description": "Grants permission to create an identity source",
|
43
|
+
"accessLevel": "Write",
|
44
|
+
"resourceTypes": [
|
45
|
+
{
|
46
|
+
"name": "identity-source",
|
47
|
+
"required": true,
|
48
|
+
"conditionKeys": [],
|
49
|
+
"dependentActions": []
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"conditionKeys": [
|
53
|
+
"aws:RequestTag/${TagKey}",
|
54
|
+
"aws:ResourceTag/${TagKey}",
|
55
|
+
"aws:TagKeys"
|
56
|
+
],
|
57
|
+
"dependentActions": []
|
58
|
+
},
|
59
|
+
"deleteidentitysource": {
|
60
|
+
"name": "DeleteIdentitySource",
|
61
|
+
"description": "Grants permission to delete an identity source",
|
62
|
+
"accessLevel": "Write",
|
63
|
+
"resourceTypes": [
|
64
|
+
{
|
65
|
+
"name": "identity-source",
|
66
|
+
"required": true,
|
67
|
+
"conditionKeys": [],
|
68
|
+
"dependentActions": []
|
69
|
+
}
|
70
|
+
],
|
71
|
+
"conditionKeys": [
|
72
|
+
"aws:ResourceTag/${TagKey}"
|
73
|
+
],
|
74
|
+
"dependentActions": []
|
75
|
+
},
|
76
|
+
"deleteinactiveapprovalteamversion": {
|
77
|
+
"name": "DeleteInactiveApprovalTeamVersion",
|
78
|
+
"description": "Grants permission to delete an inactive approval team",
|
79
|
+
"accessLevel": "Write",
|
80
|
+
"resourceTypes": [
|
81
|
+
{
|
82
|
+
"name": "approval-team",
|
83
|
+
"required": true,
|
84
|
+
"conditionKeys": [],
|
85
|
+
"dependentActions": []
|
86
|
+
}
|
87
|
+
],
|
88
|
+
"conditionKeys": [
|
89
|
+
"aws:ResourceTag/${TagKey}"
|
90
|
+
],
|
91
|
+
"dependentActions": []
|
92
|
+
},
|
93
|
+
"deleteresourcepolicy": {
|
94
|
+
"name": "DeleteResourcePolicy",
|
95
|
+
"isPermissionOnly": true,
|
96
|
+
"description": "Grants permission to delete a resource policy",
|
97
|
+
"accessLevel": "Permissions management",
|
98
|
+
"resourceTypes": [],
|
99
|
+
"conditionKeys": [],
|
100
|
+
"dependentActions": []
|
101
|
+
},
|
102
|
+
"getapprovalteam": {
|
103
|
+
"name": "GetApprovalTeam",
|
104
|
+
"description": "Grants permission to retrieve details for an approval team",
|
105
|
+
"accessLevel": "Read",
|
106
|
+
"resourceTypes": [
|
107
|
+
{
|
108
|
+
"name": "approval-team",
|
109
|
+
"required": true,
|
110
|
+
"conditionKeys": [],
|
111
|
+
"dependentActions": []
|
112
|
+
}
|
113
|
+
],
|
114
|
+
"conditionKeys": [
|
115
|
+
"aws:ResourceTag/${TagKey}"
|
116
|
+
],
|
117
|
+
"dependentActions": []
|
118
|
+
},
|
119
|
+
"getidentitysource": {
|
120
|
+
"name": "GetIdentitySource",
|
121
|
+
"description": "Grants permission to retrieve details for an identity source",
|
122
|
+
"accessLevel": "Read",
|
123
|
+
"resourceTypes": [
|
124
|
+
{
|
125
|
+
"name": "identity-source",
|
126
|
+
"required": true,
|
127
|
+
"conditionKeys": [],
|
128
|
+
"dependentActions": []
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"conditionKeys": [
|
132
|
+
"aws:ResourceTag/${TagKey}"
|
133
|
+
],
|
134
|
+
"dependentActions": []
|
135
|
+
},
|
136
|
+
"getpolicyversion": {
|
137
|
+
"name": "GetPolicyVersion",
|
138
|
+
"description": "Grants permission to retrieve details for a policy",
|
139
|
+
"accessLevel": "Read",
|
140
|
+
"resourceTypes": [],
|
141
|
+
"conditionKeys": [],
|
142
|
+
"dependentActions": []
|
143
|
+
},
|
144
|
+
"getresourcepolicy": {
|
145
|
+
"name": "GetResourcePolicy",
|
146
|
+
"description": "Grants permission to retrieve details for a specific resource",
|
147
|
+
"accessLevel": "Read",
|
148
|
+
"resourceTypes": [],
|
149
|
+
"conditionKeys": [],
|
150
|
+
"dependentActions": []
|
151
|
+
},
|
152
|
+
"getsession": {
|
153
|
+
"name": "GetSession",
|
154
|
+
"description": "Grants permission to retrieve details for an approval session",
|
155
|
+
"accessLevel": "Read",
|
156
|
+
"resourceTypes": [
|
157
|
+
{
|
158
|
+
"name": "session",
|
159
|
+
"required": true,
|
160
|
+
"conditionKeys": [],
|
161
|
+
"dependentActions": []
|
162
|
+
}
|
163
|
+
],
|
164
|
+
"conditionKeys": [
|
165
|
+
"aws:ResourceTag/${TagKey}",
|
166
|
+
"mpa:RequestedOperation",
|
167
|
+
"mpa:ProtectedResourceAccount"
|
168
|
+
],
|
169
|
+
"dependentActions": []
|
170
|
+
},
|
171
|
+
"listapprovalteams": {
|
172
|
+
"name": "ListApprovalTeams",
|
173
|
+
"description": "Grants permission to list approval teams",
|
174
|
+
"accessLevel": "List",
|
175
|
+
"resourceTypes": [],
|
176
|
+
"conditionKeys": [],
|
177
|
+
"dependentActions": []
|
178
|
+
},
|
179
|
+
"listidentitysources": {
|
180
|
+
"name": "ListIdentitySources",
|
181
|
+
"description": "Grants permission to list identity sources",
|
182
|
+
"accessLevel": "List",
|
183
|
+
"resourceTypes": [],
|
184
|
+
"conditionKeys": [],
|
185
|
+
"dependentActions": []
|
186
|
+
},
|
187
|
+
"listpolicies": {
|
188
|
+
"name": "ListPolicies",
|
189
|
+
"description": "Grants permission to list policies",
|
190
|
+
"accessLevel": "List",
|
191
|
+
"resourceTypes": [],
|
192
|
+
"conditionKeys": [],
|
193
|
+
"dependentActions": []
|
194
|
+
},
|
195
|
+
"listpolicyversions": {
|
196
|
+
"name": "ListPolicyVersions",
|
197
|
+
"description": "Grants permission to list the versions for policies",
|
198
|
+
"accessLevel": "List",
|
199
|
+
"resourceTypes": [],
|
200
|
+
"conditionKeys": [],
|
201
|
+
"dependentActions": []
|
202
|
+
},
|
203
|
+
"listresourcepolicies": {
|
204
|
+
"name": "ListResourcePolicies",
|
205
|
+
"description": "Grants permission to list policies for a resource",
|
206
|
+
"accessLevel": "List",
|
207
|
+
"resourceTypes": [],
|
208
|
+
"conditionKeys": [],
|
209
|
+
"dependentActions": []
|
210
|
+
},
|
211
|
+
"listsessions": {
|
212
|
+
"name": "ListSessions",
|
213
|
+
"description": "Grants permission to list approval sessions",
|
214
|
+
"accessLevel": "List",
|
215
|
+
"resourceTypes": [],
|
216
|
+
"conditionKeys": [],
|
217
|
+
"dependentActions": []
|
218
|
+
},
|
219
|
+
"listtagsforresource": {
|
220
|
+
"name": "ListTagsForResource",
|
221
|
+
"description": "Grants permission to list tags for a resource",
|
222
|
+
"accessLevel": "List",
|
223
|
+
"resourceTypes": [],
|
224
|
+
"conditionKeys": [],
|
225
|
+
"dependentActions": []
|
226
|
+
},
|
227
|
+
"putresourcepolicy": {
|
228
|
+
"name": "PutResourcePolicy",
|
229
|
+
"isPermissionOnly": true,
|
230
|
+
"description": "Grants permission to create or update policies for a resource",
|
231
|
+
"accessLevel": "Permissions management",
|
232
|
+
"resourceTypes": [],
|
233
|
+
"conditionKeys": [],
|
234
|
+
"dependentActions": []
|
235
|
+
},
|
236
|
+
"startactiveapprovalteamdeletion": {
|
237
|
+
"name": "StartActiveApprovalTeamDeletion",
|
238
|
+
"description": "Grants permission to start the deletion process for an active approval team",
|
239
|
+
"accessLevel": "Write",
|
240
|
+
"resourceTypes": [
|
241
|
+
{
|
242
|
+
"name": "approval-team",
|
243
|
+
"required": true,
|
244
|
+
"conditionKeys": [],
|
245
|
+
"dependentActions": []
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"conditionKeys": [
|
249
|
+
"aws:ResourceTag/${TagKey}"
|
250
|
+
],
|
251
|
+
"dependentActions": []
|
252
|
+
},
|
253
|
+
"startsession": {
|
254
|
+
"name": "StartSession",
|
255
|
+
"isPermissionOnly": true,
|
256
|
+
"description": "Grants permission to start an approval session",
|
257
|
+
"accessLevel": "Write",
|
258
|
+
"resourceTypes": [
|
259
|
+
{
|
260
|
+
"name": "session",
|
261
|
+
"required": true,
|
262
|
+
"conditionKeys": [],
|
263
|
+
"dependentActions": []
|
264
|
+
}
|
265
|
+
],
|
266
|
+
"conditionKeys": [
|
267
|
+
"aws:ResourceTag/${TagKey}",
|
268
|
+
"mpa:RequestedOperation",
|
269
|
+
"mpa:ProtectedResourceAccount"
|
270
|
+
],
|
271
|
+
"dependentActions": []
|
272
|
+
},
|
273
|
+
"tagresource": {
|
274
|
+
"name": "TagResource",
|
275
|
+
"description": "Grants permission to tag a resource",
|
276
|
+
"accessLevel": "Tagging",
|
277
|
+
"resourceTypes": [],
|
278
|
+
"conditionKeys": [
|
279
|
+
"aws:RequestTag/${TagKey}",
|
280
|
+
"aws:ResourceTag/${TagKey}",
|
281
|
+
"aws:TagKeys"
|
282
|
+
],
|
283
|
+
"dependentActions": []
|
284
|
+
},
|
285
|
+
"untagresource": {
|
286
|
+
"name": "UntagResource",
|
287
|
+
"description": "Grants permission to untag a resource",
|
288
|
+
"accessLevel": "Tagging",
|
289
|
+
"resourceTypes": [],
|
290
|
+
"conditionKeys": [
|
291
|
+
"aws:ResourceTag/${TagKey}",
|
292
|
+
"aws:TagKeys"
|
293
|
+
],
|
294
|
+
"dependentActions": []
|
295
|
+
},
|
296
|
+
"updateapprovalteam": {
|
297
|
+
"name": "UpdateApprovalTeam",
|
298
|
+
"description": "Grants permission to update approval team",
|
299
|
+
"accessLevel": "Write",
|
300
|
+
"resourceTypes": [
|
301
|
+
{
|
302
|
+
"name": "approval-team",
|
303
|
+
"required": true,
|
304
|
+
"conditionKeys": [],
|
305
|
+
"dependentActions": []
|
306
|
+
}
|
307
|
+
],
|
308
|
+
"conditionKeys": [
|
309
|
+
"aws:ResourceTag/${TagKey}"
|
310
|
+
],
|
311
|
+
"dependentActions": []
|
312
|
+
}
|
313
|
+
}
|
@@ -1,4 +1,34 @@
|
|
1
1
|
{
|
2
|
+
"acceptnetworkfirewalltransitgatewayattachment": {
|
3
|
+
"name": "AcceptNetworkFirewallTransitGatewayAttachment",
|
4
|
+
"description": "Grants permission to accept pending Network Firewall attachments on a transit gateway",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [
|
7
|
+
{
|
8
|
+
"name": "Firewall",
|
9
|
+
"required": true,
|
10
|
+
"conditionKeys": [],
|
11
|
+
"dependentActions": []
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"conditionKeys": [],
|
15
|
+
"dependentActions": []
|
16
|
+
},
|
17
|
+
"associateavailabilityzones": {
|
18
|
+
"name": "AssociateAvailabilityZones",
|
19
|
+
"description": "Grants permission to associate availability zones to a firewall",
|
20
|
+
"accessLevel": "Write",
|
21
|
+
"resourceTypes": [
|
22
|
+
{
|
23
|
+
"name": "Firewall",
|
24
|
+
"required": true,
|
25
|
+
"conditionKeys": [],
|
26
|
+
"dependentActions": []
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"conditionKeys": [],
|
30
|
+
"dependentActions": []
|
31
|
+
},
|
2
32
|
"associatefirewallpolicy": {
|
3
33
|
"name": "AssociateFirewallPolicy",
|
4
34
|
"description": "Grants permission to create an association between a firewall policy and a firewall",
|
@@ -197,6 +227,21 @@
|
|
197
227
|
"conditionKeys": [],
|
198
228
|
"dependentActions": []
|
199
229
|
},
|
230
|
+
"deletenetworkfirewalltransitgatewayattachment": {
|
231
|
+
"name": "DeleteNetworkFirewallTransitGatewayAttachment",
|
232
|
+
"description": "Grants permission to delete Network Firewall attachments on a transit gateway",
|
233
|
+
"accessLevel": "Write",
|
234
|
+
"resourceTypes": [
|
235
|
+
{
|
236
|
+
"name": "Firewall",
|
237
|
+
"required": true,
|
238
|
+
"conditionKeys": [],
|
239
|
+
"dependentActions": []
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"conditionKeys": [],
|
243
|
+
"dependentActions": []
|
244
|
+
},
|
200
245
|
"deleteresourcepolicy": {
|
201
246
|
"name": "DeleteResourcePolicy",
|
202
247
|
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
@@ -482,6 +527,21 @@
|
|
482
527
|
"conditionKeys": [],
|
483
528
|
"dependentActions": []
|
484
529
|
},
|
530
|
+
"disassociateavailabilityzones": {
|
531
|
+
"name": "DisassociateAvailabilityZones",
|
532
|
+
"description": "Grants permission to disassociate availability zones to a firewall",
|
533
|
+
"accessLevel": "Write",
|
534
|
+
"resourceTypes": [
|
535
|
+
{
|
536
|
+
"name": "Firewall",
|
537
|
+
"required": true,
|
538
|
+
"conditionKeys": [],
|
539
|
+
"dependentActions": []
|
540
|
+
}
|
541
|
+
],
|
542
|
+
"conditionKeys": [],
|
543
|
+
"dependentActions": []
|
544
|
+
},
|
485
545
|
"disassociatesubnets": {
|
486
546
|
"name": "DisassociateSubnets",
|
487
547
|
"description": "Grants permission to disassociate VPC subnets from a firewall",
|
@@ -703,6 +763,21 @@
|
|
703
763
|
"conditionKeys": [],
|
704
764
|
"dependentActions": []
|
705
765
|
},
|
766
|
+
"rejectnetworkfirewalltransitgatewayattachment": {
|
767
|
+
"name": "RejectNetworkFirewallTransitGatewayAttachment",
|
768
|
+
"description": "Grants permission to reject pending Network Firewall attachments on a transit gateway",
|
769
|
+
"accessLevel": "Write",
|
770
|
+
"resourceTypes": [
|
771
|
+
{
|
772
|
+
"name": "Firewall",
|
773
|
+
"required": true,
|
774
|
+
"conditionKeys": [],
|
775
|
+
"dependentActions": []
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"conditionKeys": [],
|
779
|
+
"dependentActions": []
|
780
|
+
},
|
706
781
|
"startanalysisreport": {
|
707
782
|
"name": "StartAnalysisReport",
|
708
783
|
"description": "Grants permission to start an analysis report on a firewall",
|
@@ -843,6 +918,21 @@
|
|
843
918
|
],
|
844
919
|
"dependentActions": []
|
845
920
|
},
|
921
|
+
"updateavailabilityzonechangeprotection": {
|
922
|
+
"name": "UpdateAvailabilityZoneChangeProtection",
|
923
|
+
"description": "Grants permission to add or remove availability zone change protection for a firewall",
|
924
|
+
"accessLevel": "Write",
|
925
|
+
"resourceTypes": [
|
926
|
+
{
|
927
|
+
"name": "Firewall",
|
928
|
+
"required": true,
|
929
|
+
"conditionKeys": [],
|
930
|
+
"dependentActions": []
|
931
|
+
}
|
932
|
+
],
|
933
|
+
"conditionKeys": [],
|
934
|
+
"dependentActions": []
|
935
|
+
},
|
846
936
|
"updatefirewallanalysissettings": {
|
847
937
|
"name": "UpdateFirewallAnalysisSettings",
|
848
938
|
"description": "Grants permission to modify firewall analysis settings of a firewall",
|
@@ -1067,8 +1067,8 @@
|
|
1067
1067
|
"conditionKeys": [],
|
1068
1068
|
"dependentActions": []
|
1069
1069
|
},
|
1070
|
-
"
|
1071
|
-
"name": "
|
1070
|
+
"getresourcesstatisticsv2": {
|
1071
|
+
"name": "GetResourcesStatisticsV2",
|
1072
1072
|
"description": "Grants permission to retrieve aggregate statistics about resources",
|
1073
1073
|
"accessLevel": "Read",
|
1074
1074
|
"resourceTypes": [
|
@@ -1138,8 +1138,8 @@
|
|
1138
1138
|
"conditionKeys": [],
|
1139
1139
|
"dependentActions": []
|
1140
1140
|
},
|
1141
|
-
"
|
1142
|
-
"name": "
|
1141
|
+
"listaggregatorsv2": {
|
1142
|
+
"name": "ListAggregatorsV2",
|
1143
1143
|
"description": "Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions",
|
1144
1144
|
"accessLevel": "List",
|
1145
1145
|
"resourceTypes": [],
|
@@ -230,5 +230,13 @@
|
|
230
230
|
"resourceTypes": [],
|
231
231
|
"conditionKeys": [],
|
232
232
|
"dependentActions": []
|
233
|
+
},
|
234
|
+
"updateinteraction": {
|
235
|
+
"name": "UpdateInteraction",
|
236
|
+
"description": "Grants permission to update a specific interaction to receive personalized troubleshooting assistance for account and technical issues",
|
237
|
+
"accessLevel": "Write",
|
238
|
+
"resourceTypes": [],
|
239
|
+
"conditionKeys": [],
|
240
|
+
"dependentActions": []
|
233
241
|
}
|
234
242
|
}
|
@@ -14,6 +14,11 @@
|
|
14
14
|
"description": "Filters access by domainNames in the request. This key can be used to restrict which domains can be in certificate requests",
|
15
15
|
"type": "ArrayOfString"
|
16
16
|
},
|
17
|
+
"acm:export": {
|
18
|
+
"key": "acm:Export",
|
19
|
+
"description": "Filters access by the export option in the request. Can be used to restrict creation of certificates that can be exported",
|
20
|
+
"type": "String"
|
21
|
+
},
|
17
22
|
"acm:keyalgorithm": {
|
18
23
|
"key": "acm:KeyAlgorithm",
|
19
24
|
"description": "Filters access by keyAlgorithm in the request",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"backup:copytargets": {
|
28
28
|
"key": "backup:CopyTargets",
|
29
|
-
"description": "Filters access by the ARN of
|
29
|
+
"description": "Filters access by the ARN of a backup vault",
|
30
30
|
"type": "ArrayOfARN"
|
31
31
|
},
|
32
32
|
"backup:frameworkarns": {
|
@@ -48,5 +48,10 @@
|
|
48
48
|
"key": "backup:MinRetentionDays",
|
49
49
|
"description": "Filters access by the value of the MinRetentionDays parameter",
|
50
50
|
"type": "Numeric"
|
51
|
+
},
|
52
|
+
"backup:mpaapprovalteamarn": {
|
53
|
+
"key": "backup:MpaApprovalTeamArn",
|
54
|
+
"description": "Filters access by the MPA Approval Team ARN of a backup vault",
|
55
|
+
"type": "ARN"
|
51
56
|
}
|
52
57
|
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
{
|
2
|
+
"aws:requesttag/${tagkey}": {
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
4
|
+
"description": "Filters access by a tag key and value pair that is allowed in the request",
|
5
|
+
"type": "String"
|
6
|
+
},
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
9
|
+
"description": "Filters access by a tag key and value pair of a resource",
|
10
|
+
"type": "String"
|
11
|
+
},
|
12
|
+
"aws:tagkeys": {
|
13
|
+
"key": "aws:TagKeys",
|
14
|
+
"description": "Filters access by a list of tag keys that are allowed in the request",
|
15
|
+
"type": "ArrayOfString"
|
16
|
+
},
|
17
|
+
"mpa:protectedresourceaccount": {
|
18
|
+
"key": "mpa:ProtectedResourceAccount",
|
19
|
+
"description": "Filters access by the account that owns the resource that is the target of the operation that requires approval",
|
20
|
+
"type": "String"
|
21
|
+
},
|
22
|
+
"mpa:requestedoperation": {
|
23
|
+
"key": "mpa:RequestedOperation",
|
24
|
+
"description": "Filters access by a requested operation that requires team approval before it can be executed",
|
25
|
+
"type": "String"
|
26
|
+
}
|
27
|
+
}
|
iamdata/data/metadata.json
CHANGED
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"approval-team": {
|
3
|
+
"key": "approval-team",
|
4
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:approval-team/${Arn}",
|
5
|
+
"conditionKeys": [
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
7
|
+
]
|
8
|
+
},
|
9
|
+
"identity-source": {
|
10
|
+
"key": "identity-source",
|
11
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:identity-source/${IdentitySourceArn}",
|
12
|
+
"conditionKeys": [
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
14
|
+
]
|
15
|
+
},
|
16
|
+
"session": {
|
17
|
+
"key": "session",
|
18
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:session/${SessionArn}",
|
19
|
+
"conditionKeys": [
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
21
|
+
]
|
22
|
+
}
|
23
|
+
}
|
iamdata/data/serviceNames.json
CHANGED
@@ -256,6 +256,7 @@
|
|
256
256
|
"mobileanalytics": "Amazon Mobile Analytics",
|
257
257
|
"mobiletargeting": "Amazon Pinpoint",
|
258
258
|
"monitron": "Amazon Monitron",
|
259
|
+
"mpa": "Multi-party approval",
|
259
260
|
"mq": "Amazon MQ",
|
260
261
|
"neptune-db": "Amazon Neptune",
|
261
262
|
"neptune-graph": "Amazon Neptune Analytics",
|
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.202506191
|
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,15 +4,15 @@ 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=hXRTRVN0wEK0nvkMhbHH6CmmMbg1eXuzTapwl0kOvB0,76
|
8
|
+
iamdata/data/serviceNames.json,sha256=mFNp3JQL3wXYEyRGWud5DgOBVppMVtFKg5lVhArcShQ,18455
|
9
|
+
iamdata/data/services.json,sha256=tOMPn_2c_zODHhAM0eS0-SG3Uh91-tH-eBR_SMs5vcI,7173
|
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
|
13
13
|
iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3VqYkn8,7819
|
14
14
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
15
|
-
iamdata/data/actions/acm.json,sha256=
|
15
|
+
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
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
|
@@ -53,14 +53,14 @@ iamdata/data/actions/b2bi.json,sha256=L_lu8OzkJdZw319ZGET4HRPUwye1K2gLWV7z56uduG
|
|
53
53
|
iamdata/data/actions/backup-gateway.json,sha256=cJhxxuUTF6zVSNDqo4C2D-43OTrx9KslArWPFX6Z4O8,10576
|
54
54
|
iamdata/data/actions/backup-search.json,sha256=g37ZjdEazsIVYO7lSh08gAblAvc-cuyigmeDAsGXtrE,4808
|
55
55
|
iamdata/data/actions/backup-storage.json,sha256=xIVT3cQuIpi4IxizgNWGhgX5rOzuKM6zg0mkoYuaanI,4064
|
56
|
-
iamdata/data/actions/backup.json,sha256=
|
56
|
+
iamdata/data/actions/backup.json,sha256=uFP_DCQT3nD80b7AExlp6z3gIsxi8ZhHKfNdRObdF8g,40605
|
57
57
|
iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
|
58
58
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
59
59
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
60
60
|
iamdata/data/actions/bedrock.json,sha256=dOk2tv9zYUsdDDesuCJzQ9qwLYioBT3Fs3Jk_nQVarM,89947
|
61
61
|
iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
|
62
62
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
63
|
-
iamdata/data/actions/braket.json,sha256=
|
63
|
+
iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
|
64
64
|
iamdata/data/actions/budgets.json,sha256=zHabdh-h4VycehSTplKnMRgHNt_yj-Z-uBcnjA9TCL4,6247
|
65
65
|
iamdata/data/actions/bugbust.json,sha256=LVGgvR56fzKuto-YN7DY5QEZLUuJ-LyqEhHYIHkxDVU,8065
|
66
66
|
iamdata/data/actions/cases.json,sha256=xbWEZ_pdxVXupYub2gtHBB0gs5pFA8ZfvICipvDlSio,20772
|
@@ -229,7 +229,7 @@ iamdata/data/actions/kms.json,sha256=muPERxCDFE0lssFSCfBQdL3c47yqvbisslS3Fvp_ln4
|
|
229
229
|
iamdata/data/actions/lakeformation.json,sha256=umu3862CPiA-ngZwCjQ2gHSCOKk1L8aWqZeuds74jFc,16117
|
230
230
|
iamdata/data/actions/lambda.json,sha256=GztbLvqZ0DOGCEt-1apK3U5FtgPZ95Aao5Fpv6U4Kis,31247
|
231
231
|
iamdata/data/actions/launchwizard.json,sha256=um7PaidJkgrT-VIHRMcCXtcYBz83CbMuy-jN6_N2Bu0,10792
|
232
|
-
iamdata/data/actions/lex.json,sha256=
|
232
|
+
iamdata/data/actions/lex.json,sha256=NL6mveM_wNL4VgscUQp8SOgqmHqu8Tln8zwjdUZCB0Q,57846
|
233
233
|
iamdata/data/actions/license-manager-linux-subscriptions.json,sha256=AYenC_fl0whD4ppeKchYDjW__QtcZe7xP_pad9GOzDQ,3926
|
234
234
|
iamdata/data/actions/license-manager-user-subscriptions.json,sha256=Dy8cH3ijnRi6v-u4Fm31uKniNNsdTeko4NrWrE1-YaA,8770
|
235
235
|
iamdata/data/actions/license-manager.json,sha256=cYlwIZQi9dEPPk8tJ6R3r-nVkXRuy0bpVnmAu2Hr3ug,17924
|
@@ -264,10 +264,11 @@ iamdata/data/actions/migrationhub-strategy.json,sha256=6ZKOu_f3muZp6j_nukHkQbFY2
|
|
264
264
|
iamdata/data/actions/mobileanalytics.json,sha256=OA2QozA8-7mEOXTLmttAi-CMi3DxEEksoN-qhy6-vYc,684
|
265
265
|
iamdata/data/actions/mobiletargeting.json,sha256=WPZKFqjR163L1MysKIDg5Jn2WX3C-kcj4wYne_6ouuA,52911
|
266
266
|
iamdata/data/actions/monitron.json,sha256=kO8R-chIFGhGC5_fQjBCi6BH_Lxl0CRXOE1obWBRRWg,9224
|
267
|
+
iamdata/data/actions/mpa.json,sha256=OkJXt0YYAGzc5oQDhKTeoThOrg80hGRW-xFLMUmDbSk,8323
|
267
268
|
iamdata/data/actions/mq.json,sha256=zhybxIfW7F1v8u9IppBNogL4v6617gSQDHVTspuoR34,10055
|
268
269
|
iamdata/data/actions/neptune-db.json,sha256=h1XoLU76_YFyFTG5JYPMHsxo2HRNwishnAggEjLe6r8,12891
|
269
270
|
iamdata/data/actions/neptune-graph.json,sha256=zTrtjGrznKZ0r6jlXI8DqU7YvlwEyRkzOUA1-uYn-g8,17467
|
270
|
-
iamdata/data/actions/network-firewall.json,sha256=
|
271
|
+
iamdata/data/actions/network-firewall.json,sha256=OBm0F79-LuI4MCgkvZPDYX_35v-cYl4l7P5p41g87cI,29266
|
271
272
|
iamdata/data/actions/networkflowmonitor.json,sha256=oXvUqH12HIWhqfBDyRy2J9zoOhXqdH_j8teJsF42OSc,10696
|
272
273
|
iamdata/data/actions/networkmanager-chat.json,sha256=Bun_ZO7mHpktWyMQIcoQdE1XPBJeb3BU9BnU3q_MWok,1943
|
273
274
|
iamdata/data/actions/networkmanager.json,sha256=LnA8pjpR1Y9RGLwQnzhTuVnkvStYujocyEVMBD0F-1k,42919
|
@@ -350,7 +351,7 @@ iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI
|
|
350
351
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
351
352
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
352
353
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
353
|
-
iamdata/data/actions/securityhub.json,sha256=
|
354
|
+
iamdata/data/actions/securityhub.json,sha256=TXVHNSOZcAkORDCqpQeXye7b6jsGAtORh6C5Olou6G4,47361
|
354
355
|
iamdata/data/actions/securitylake.json,sha256=BgRT1ABCBjALz-lSjQfjXjpWCCvqvc3fgttTTEh_9pQ,18295
|
355
356
|
iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQn15fzQ56B7U,5952
|
356
357
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
@@ -384,7 +385,7 @@ iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E2
|
|
384
385
|
iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
|
385
386
|
iamdata/data/actions/sts.json,sha256=PG27BFhzE3DeNQRmJI2_fKA3u6-E-xQ9mzC_k8AtyBA,8283
|
386
387
|
iamdata/data/actions/support-console.json,sha256=utZ-Hyz5rKsJumWjCgBQAvwblOuGDrQ7oemy7VHtUGw,3100
|
387
|
-
iamdata/data/actions/support.json,sha256=
|
388
|
+
iamdata/data/actions/support.json,sha256=QQmdTBJsAyqzUPGEwqu-0MkNc5ReumrXrVvbNxr_z3o,8774
|
388
389
|
iamdata/data/actions/supportapp.json,sha256=4_F5iPZ64y_G1bQlR_uQxsTZefZiWi-QpcK74rt2l6w,3850
|
389
390
|
iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO8jIX9JdPA,1549
|
390
391
|
iamdata/data/actions/supportrecommendations.json,sha256=yOHJWonwKtV4zt4yZFv0Z0wxprcdde5oAKwbnp9BR2I,715
|
@@ -433,7 +434,7 @@ iamdata/data/conditionKeys/a4b.json,sha256=rxQCKCe125TdAUcjup1xxhAlFRFh5HrcaAk__
|
|
433
434
|
iamdata/data/conditionKeys/access-analyzer.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
|
434
435
|
iamdata/data/conditionKeys/account.json,sha256=qWDd3sNh08aeLYqHPbQt6gGHeBdhiiWKe5--QEYtHWY,986
|
435
436
|
iamdata/data/conditionKeys/acm-pca.json,sha256=PDC0twLMSo9fbV0B2pfTUPvhWr0OYdkCsFPZWOfU3ik,712
|
436
|
-
iamdata/data/conditionKeys/acm.json,sha256=
|
437
|
+
iamdata/data/conditionKeys/acm.json,sha256=zsLTIzp-iNdSa_jMNoqeJnBf1hb_ovfprvrkjKolLP4,1864
|
437
438
|
iamdata/data/conditionKeys/activate.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
438
439
|
iamdata/data/conditionKeys/aiops.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
439
440
|
iamdata/data/conditionKeys/airflow.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
@@ -474,7 +475,7 @@ iamdata/data/conditionKeys/b2bi.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf9
|
|
474
475
|
iamdata/data/conditionKeys/backup-gateway.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
475
476
|
iamdata/data/conditionKeys/backup-search.json,sha256=rq2nXOG8pApcsvxUyS90bR7-ryJzed-pD_bYopkYfXw,527
|
476
477
|
iamdata/data/conditionKeys/backup-storage.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
477
|
-
iamdata/data/conditionKeys/backup.json,sha256=
|
478
|
+
iamdata/data/conditionKeys/backup.json,sha256=M51upnH3EF1fRucFrv6XHAHT6WG-_Kver2sUOqj8rfw,1867
|
478
479
|
iamdata/data/conditionKeys/batch.json,sha256=yzWN8dncyJS43HhQy-MqjFWJSZ47qMIe61-IVvVeoxg,3495
|
479
480
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
480
481
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
@@ -685,6 +686,7 @@ iamdata/data/conditionKeys/migrationhub-strategy.json,sha256=RBNvo1WzZ4oRRq0W9-h
|
|
685
686
|
iamdata/data/conditionKeys/mobileanalytics.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
686
687
|
iamdata/data/conditionKeys/mobiletargeting.json,sha256=vuj0jd-QXPg3aFfRh4BedFSuALvDlBLAZ_avmnhScu8,593
|
687
688
|
iamdata/data/conditionKeys/monitron.json,sha256=qK26C4LmmaXyfNtBgMX_zJI5zB_Qz-0Rg8zCMMfyaZw,513
|
689
|
+
iamdata/data/conditionKeys/mpa.json,sha256=PawvLh0UDtaaiU6-OhBEGJQFVf_zYPHWMNZkziulQK4,990
|
688
690
|
iamdata/data/conditionKeys/mq.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
689
691
|
iamdata/data/conditionKeys/neptune-db.json,sha256=HYs4-nhvV1vnPdRBoE5FqoOpJJZxIxh7ilfv9HwDtB8,151
|
690
692
|
iamdata/data/conditionKeys/neptune-graph.json,sha256=GvdY0qhFf8x-6i32hEBNEJgOgGSr-E3g5K7tcdOXtis,810
|
@@ -1106,6 +1108,7 @@ iamdata/data/resourceTypes/migrationhub-strategy.json,sha256=RBNvo1WzZ4oRRq0W9-h
|
|
1106
1108
|
iamdata/data/resourceTypes/mobileanalytics.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
1107
1109
|
iamdata/data/resourceTypes/mobiletargeting.json,sha256=9XjfkxmAObxG2KQW38yMTzwzIShu8g_5moeK-B9mLno,4636
|
1108
1110
|
iamdata/data/resourceTypes/monitron.json,sha256=S4CXxKgVAddJpnTwFEpJH9IwtnWgBCVkGh3ICuUWQXo,190
|
1111
|
+
iamdata/data/resourceTypes/mpa.json,sha256=P7vQSzj-_daS_pTJZwOs-MeNQYQUNZXhkkVvLvQFc3Q,593
|
1109
1112
|
iamdata/data/resourceTypes/mq.json,sha256=Blx5zy9IymOulmGIkOtylZs7OCXOa8MOZi8I00c9y_w,402
|
1110
1113
|
iamdata/data/resourceTypes/neptune-db.json,sha256=6c8c4eRzkIRx7DDEz5bNB3it0xqK3Qz-CYUgOcf-isg,131
|
1111
1114
|
iamdata/data/resourceTypes/neptune-graph.json,sha256=5fLuvXIZuKjpkup39h0dfdAAhAsuKv9mjNeygovOmQ0,685
|
@@ -1274,7 +1277,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1274
1277
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1275
1278
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1276
1279
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1277
|
-
iamdata-0.1.
|
1278
|
-
iamdata-0.1.
|
1279
|
-
iamdata-0.1.
|
1280
|
-
iamdata-0.1.
|
1280
|
+
iamdata-0.1.202506191.dist-info/METADATA,sha256=4GbEbbsr26WIoac8ExiXxbf0BbekcoK2frO_nIqf440,3491
|
1281
|
+
iamdata-0.1.202506191.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1282
|
+
iamdata-0.1.202506191.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1283
|
+
iamdata-0.1.202506191.dist-info/RECORD,,
|
File without changes
|
File without changes
|