iamdata 0.1.202506181__py3-none-any.whl → 0.1.202506201__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/aiops.json +7 -1
- iamdata/data/actions/backup.json +80 -0
- iamdata/data/actions/connect-campaigns.json +16 -0
- iamdata/data/actions/lex.json +42 -0
- iamdata/data/actions/mpa.json +313 -0
- iamdata/data/actions/profile.json +144 -0
- 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.202506181.dist-info → iamdata-0.1.202506201.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506181.dist-info → iamdata-0.1.202506201.dist-info}/RECORD +19 -16
- {iamdata-0.1.202506181.dist-info → iamdata-0.1.202506201.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506181.dist-info → iamdata-0.1.202506201.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/aiops.json
CHANGED
@@ -32,8 +32,13 @@
|
|
32
32
|
],
|
33
33
|
"conditionKeys": [],
|
34
34
|
"dependentActions": [
|
35
|
+
"cloudwatch:DescribeAlarmHistory",
|
36
|
+
"cloudwatch:DescribeAlarms",
|
37
|
+
"cloudwatch:GetInsightRuleReport",
|
38
|
+
"cloudwatch:GetMetricData",
|
35
39
|
"kms:Decrypt",
|
36
40
|
"kms:GenerateDataKey",
|
41
|
+
"logs:GetQueryResults",
|
37
42
|
"sts:SetContext"
|
38
43
|
]
|
39
44
|
},
|
@@ -44,7 +49,8 @@
|
|
44
49
|
"resourceTypes": [],
|
45
50
|
"conditionKeys": [
|
46
51
|
"aws:TagKeys",
|
47
|
-
"aws:RequestTag/${TagKey}"
|
52
|
+
"aws:RequestTag/${TagKey}",
|
53
|
+
"aws:ResourceTag/${TagKey}"
|
48
54
|
],
|
49
55
|
"dependentActions": [
|
50
56
|
"aiops:TagResource",
|
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,
|
@@ -160,6 +160,14 @@
|
|
160
160
|
"conditionKeys": [],
|
161
161
|
"dependentActions": []
|
162
162
|
},
|
163
|
+
"getinstancecommunicationlimits": {
|
164
|
+
"name": "GetInstanceCommunicationLimits",
|
165
|
+
"description": "Grants permission to get the communication limits configuration of an Amazon Connect instance",
|
166
|
+
"accessLevel": "Read",
|
167
|
+
"resourceTypes": [],
|
168
|
+
"conditionKeys": [],
|
169
|
+
"dependentActions": []
|
170
|
+
},
|
163
171
|
"getinstanceonboardingjobstatus": {
|
164
172
|
"name": "GetInstanceOnboardingJobStatus",
|
165
173
|
"description": "Grants permission to get onboarding job status for an Amazon Connect instance",
|
@@ -241,6 +249,14 @@
|
|
241
249
|
"conditionKeys": [],
|
242
250
|
"dependentActions": []
|
243
251
|
},
|
252
|
+
"putinstancecommunicationlimits": {
|
253
|
+
"name": "PutInstanceCommunicationLimits",
|
254
|
+
"description": "Grants permission to put the communication limits configuration of an Amazon Connect instance",
|
255
|
+
"accessLevel": "Write",
|
256
|
+
"resourceTypes": [],
|
257
|
+
"conditionKeys": [],
|
258
|
+
"dependentActions": []
|
259
|
+
},
|
244
260
|
"putoutboundrequestbatch": {
|
245
261
|
"name": "PutOutboundRequestBatch",
|
246
262
|
"description": "Grants permission to create dial requests for the specified campaign",
|
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
|
+
}
|
@@ -284,6 +284,21 @@
|
|
284
284
|
"conditionKeys": [],
|
285
285
|
"dependentActions": []
|
286
286
|
},
|
287
|
+
"createuploadjob": {
|
288
|
+
"name": "CreateUploadJob",
|
289
|
+
"description": "Grants permission to create an upload job in the domain",
|
290
|
+
"accessLevel": "Write",
|
291
|
+
"resourceTypes": [
|
292
|
+
{
|
293
|
+
"name": "domains",
|
294
|
+
"required": true,
|
295
|
+
"conditionKeys": [],
|
296
|
+
"dependentActions": []
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"conditionKeys": [],
|
300
|
+
"dependentActions": []
|
301
|
+
},
|
287
302
|
"deletecalculatedattributedefinition": {
|
288
303
|
"name": "DeleteCalculatedAttributeDefinition",
|
289
304
|
"description": "Grants permission to delete a calculated attribute definition in the domain",
|
@@ -855,6 +870,36 @@
|
|
855
870
|
"conditionKeys": [],
|
856
871
|
"dependentActions": []
|
857
872
|
},
|
873
|
+
"getuploadjob": {
|
874
|
+
"name": "GetUploadJob",
|
875
|
+
"description": "Grants permission to get details of an upload job in the domain",
|
876
|
+
"accessLevel": "Read",
|
877
|
+
"resourceTypes": [
|
878
|
+
{
|
879
|
+
"name": "domains",
|
880
|
+
"required": true,
|
881
|
+
"conditionKeys": [],
|
882
|
+
"dependentActions": []
|
883
|
+
}
|
884
|
+
],
|
885
|
+
"conditionKeys": [],
|
886
|
+
"dependentActions": []
|
887
|
+
},
|
888
|
+
"getuploadjobpath": {
|
889
|
+
"name": "GetUploadJobPath",
|
890
|
+
"description": "Grants permission to get a pre-signed URL to upload file for an upload job",
|
891
|
+
"accessLevel": "Read",
|
892
|
+
"resourceTypes": [
|
893
|
+
{
|
894
|
+
"name": "domains",
|
895
|
+
"required": true,
|
896
|
+
"conditionKeys": [],
|
897
|
+
"dependentActions": []
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"conditionKeys": [],
|
901
|
+
"dependentActions": []
|
902
|
+
},
|
858
903
|
"getworkflow": {
|
859
904
|
"name": "GetWorkflow",
|
860
905
|
"description": "Grants permission to get workflow details in a domain",
|
@@ -1139,17 +1184,50 @@
|
|
1139
1184
|
"conditionKeys": [],
|
1140
1185
|
"dependentActions": []
|
1141
1186
|
},
|
1187
|
+
{
|
1188
|
+
"name": "event-triggers",
|
1189
|
+
"required": false,
|
1190
|
+
"conditionKeys": [],
|
1191
|
+
"dependentActions": []
|
1192
|
+
},
|
1142
1193
|
{
|
1143
1194
|
"name": "integrations",
|
1144
1195
|
"required": false,
|
1145
1196
|
"conditionKeys": [],
|
1146
1197
|
"dependentActions": []
|
1147
1198
|
},
|
1199
|
+
{
|
1200
|
+
"name": "layouts",
|
1201
|
+
"required": false,
|
1202
|
+
"conditionKeys": [],
|
1203
|
+
"dependentActions": []
|
1204
|
+
},
|
1148
1205
|
{
|
1149
1206
|
"name": "object-types",
|
1150
1207
|
"required": false,
|
1151
1208
|
"conditionKeys": [],
|
1152
1209
|
"dependentActions": []
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"name": "segment-definitions",
|
1213
|
+
"required": false,
|
1214
|
+
"conditionKeys": [],
|
1215
|
+
"dependentActions": []
|
1216
|
+
}
|
1217
|
+
],
|
1218
|
+
"conditionKeys": [],
|
1219
|
+
"dependentActions": []
|
1220
|
+
},
|
1221
|
+
"listuploadjobs": {
|
1222
|
+
"name": "ListUploadJobs",
|
1223
|
+
"description": "Grants permission to list all upload jobs in the domain",
|
1224
|
+
"accessLevel": "List",
|
1225
|
+
"resourceTypes": [
|
1226
|
+
{
|
1227
|
+
"name": "domains",
|
1228
|
+
"required": true,
|
1229
|
+
"conditionKeys": [],
|
1230
|
+
"dependentActions": []
|
1153
1231
|
}
|
1154
1232
|
],
|
1155
1233
|
"conditionKeys": [],
|
@@ -1269,6 +1347,36 @@
|
|
1269
1347
|
"conditionKeys": [],
|
1270
1348
|
"dependentActions": []
|
1271
1349
|
},
|
1350
|
+
"startuploadjob": {
|
1351
|
+
"name": "StartUploadJob",
|
1352
|
+
"description": "Grants permission to start an upload job in the domain",
|
1353
|
+
"accessLevel": "Write",
|
1354
|
+
"resourceTypes": [
|
1355
|
+
{
|
1356
|
+
"name": "domains",
|
1357
|
+
"required": true,
|
1358
|
+
"conditionKeys": [],
|
1359
|
+
"dependentActions": []
|
1360
|
+
}
|
1361
|
+
],
|
1362
|
+
"conditionKeys": [],
|
1363
|
+
"dependentActions": []
|
1364
|
+
},
|
1365
|
+
"stopuploadjob": {
|
1366
|
+
"name": "StopUploadJob",
|
1367
|
+
"description": "Grants permission to stop an upload job in the domain",
|
1368
|
+
"accessLevel": "Write",
|
1369
|
+
"resourceTypes": [
|
1370
|
+
{
|
1371
|
+
"name": "domains",
|
1372
|
+
"required": true,
|
1373
|
+
"conditionKeys": [],
|
1374
|
+
"dependentActions": []
|
1375
|
+
}
|
1376
|
+
],
|
1377
|
+
"conditionKeys": [],
|
1378
|
+
"dependentActions": []
|
1379
|
+
},
|
1272
1380
|
"tagresource": {
|
1273
1381
|
"name": "TagResource",
|
1274
1382
|
"description": "Grants permission to adds tags to a resource",
|
@@ -1292,17 +1400,35 @@
|
|
1292
1400
|
"conditionKeys": [],
|
1293
1401
|
"dependentActions": []
|
1294
1402
|
},
|
1403
|
+
{
|
1404
|
+
"name": "event-triggers",
|
1405
|
+
"required": false,
|
1406
|
+
"conditionKeys": [],
|
1407
|
+
"dependentActions": []
|
1408
|
+
},
|
1295
1409
|
{
|
1296
1410
|
"name": "integrations",
|
1297
1411
|
"required": false,
|
1298
1412
|
"conditionKeys": [],
|
1299
1413
|
"dependentActions": []
|
1300
1414
|
},
|
1415
|
+
{
|
1416
|
+
"name": "layouts",
|
1417
|
+
"required": false,
|
1418
|
+
"conditionKeys": [],
|
1419
|
+
"dependentActions": []
|
1420
|
+
},
|
1301
1421
|
{
|
1302
1422
|
"name": "object-types",
|
1303
1423
|
"required": false,
|
1304
1424
|
"conditionKeys": [],
|
1305
1425
|
"dependentActions": []
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"name": "segment-definitions",
|
1429
|
+
"required": false,
|
1430
|
+
"conditionKeys": [],
|
1431
|
+
"dependentActions": []
|
1306
1432
|
}
|
1307
1433
|
],
|
1308
1434
|
"conditionKeys": [
|
@@ -1334,17 +1460,35 @@
|
|
1334
1460
|
"conditionKeys": [],
|
1335
1461
|
"dependentActions": []
|
1336
1462
|
},
|
1463
|
+
{
|
1464
|
+
"name": "event-triggers",
|
1465
|
+
"required": false,
|
1466
|
+
"conditionKeys": [],
|
1467
|
+
"dependentActions": []
|
1468
|
+
},
|
1337
1469
|
{
|
1338
1470
|
"name": "integrations",
|
1339
1471
|
"required": false,
|
1340
1472
|
"conditionKeys": [],
|
1341
1473
|
"dependentActions": []
|
1342
1474
|
},
|
1475
|
+
{
|
1476
|
+
"name": "layouts",
|
1477
|
+
"required": false,
|
1478
|
+
"conditionKeys": [],
|
1479
|
+
"dependentActions": []
|
1480
|
+
},
|
1343
1481
|
{
|
1344
1482
|
"name": "object-types",
|
1345
1483
|
"required": false,
|
1346
1484
|
"conditionKeys": [],
|
1347
1485
|
"dependentActions": []
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
"name": "segment-definitions",
|
1489
|
+
"required": false,
|
1490
|
+
"conditionKeys": [],
|
1491
|
+
"dependentActions": []
|
1348
1492
|
}
|
1349
1493
|
],
|
1350
1494
|
"conditionKeys": [
|
@@ -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.202506201
|
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,17 +4,17 @@ 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=ABXlQ1_y8y58yfHnshOXNO7vDApmbjwq0xk5WbOudM4,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
|
-
iamdata/data/actions/aiops.json,sha256=
|
17
|
+
iamdata/data/actions/aiops.json,sha256=1_cFRMkuafBaFhK9d5tysiSvb4XfamsR1ocNHpDcPrY,10921
|
18
18
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
19
19
|
iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqSoEUM,16794
|
20
20
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
@@ -53,7 +53,7 @@ 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
|
@@ -104,7 +104,7 @@ iamdata/data/actions/comprehend.json,sha256=tIqpIHBjGVXNkxIrlJ1INhji7uCd0AdTl-Q6
|
|
104
104
|
iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpLLJIJZgzWr_MhJM,7303
|
105
105
|
iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
|
106
106
|
iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
|
107
|
-
iamdata/data/actions/connect-campaigns.json,sha256=
|
107
|
+
iamdata/data/actions/connect-campaigns.json,sha256=JoCThQJCWcNvtd3xvaFllCpWlakITKZVbvAak3GTo4I,14120
|
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
|
@@ -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,6 +264,7 @@ 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
|
@@ -299,7 +300,7 @@ iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-
|
|
299
300
|
iamdata/data/actions/polly.json,sha256=hYPq7nRF2-8kyoNVNdlsOjqeSDl8sT0l4Vf0SRgN9VI,3079
|
300
301
|
iamdata/data/actions/pricing.json,sha256=zm-BI0D9leB4oGj7Z71PkPf6hnGtx56eXWfMle9rDIA,1432
|
301
302
|
iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFsshHbuAUbROV32Wg,11076
|
302
|
-
iamdata/data/actions/profile.json,sha256=
|
303
|
+
iamdata/data/actions/profile.json,sha256=x8o2FyxyP2DgAlbNGWED5yqwp9elCy4ZkgX4ZexS2qI,40212
|
303
304
|
iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
|
304
305
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
305
306
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
@@ -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.202506201.dist-info/METADATA,sha256=cJlHr1wQ7ndcW1YOHRG0-vDfFWRuVSJCV3sPNzKYm8E,3491
|
1281
|
+
iamdata-0.1.202506201.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1282
|
+
iamdata-0.1.202506201.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1283
|
+
iamdata-0.1.202506201.dist-info/RECORD,,
|
File without changes
|
File without changes
|