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

@@ -40,6 +40,14 @@
40
40
  ],
41
41
  "dependentActions": []
42
42
  },
43
+ "deletegroupingconfiguration": {
44
+ "name": "DeleteGroupingConfiguration",
45
+ "description": "Grants permission to delete a grouping configuration",
46
+ "accessLevel": "Write",
47
+ "resourceTypes": [],
48
+ "conditionKeys": [],
49
+ "dependentActions": []
50
+ },
43
51
  "deleteservicelevelobjective": {
44
52
  "name": "DeleteServiceLevelObjective",
45
53
  "description": "Grants permission to delete a service level objective",
@@ -87,6 +95,22 @@
87
95
  "conditionKeys": [],
88
96
  "dependentActions": []
89
97
  },
98
+ "listauditfindings": {
99
+ "name": "ListAuditFindings",
100
+ "description": "Grants permission to list service auditing results",
101
+ "accessLevel": "List",
102
+ "resourceTypes": [],
103
+ "conditionKeys": [],
104
+ "dependentActions": []
105
+ },
106
+ "listgroupingattributedefinitions": {
107
+ "name": "ListGroupingAttributeDefinitions",
108
+ "description": "Grants permission to list grouping attribute configurations",
109
+ "accessLevel": "List",
110
+ "resourceTypes": [],
111
+ "conditionKeys": [],
112
+ "dependentActions": []
113
+ },
90
114
  "listobservedentities": {
91
115
  "name": "ListObservedEntities",
92
116
  "description": "Grants permission to list entities associated with other entities",
@@ -142,6 +166,14 @@
142
166
  "conditionKeys": [],
143
167
  "dependentActions": []
144
168
  },
169
+ "listservicestates": {
170
+ "name": "ListServiceStates",
171
+ "description": "Grants permission to list service states",
172
+ "accessLevel": "List",
173
+ "resourceTypes": [],
174
+ "conditionKeys": [],
175
+ "dependentActions": []
176
+ },
145
177
  "listservices": {
146
178
  "name": "ListServices",
147
179
  "description": "Grants permission to list services",
@@ -165,6 +197,14 @@
165
197
  "conditionKeys": [],
166
198
  "dependentActions": []
167
199
  },
200
+ "putgroupingconfiguration": {
201
+ "name": "PutGroupingConfiguration",
202
+ "description": "Grants permission to create or update a grouping configuration",
203
+ "accessLevel": "Write",
204
+ "resourceTypes": [],
205
+ "conditionKeys": [],
206
+ "dependentActions": []
207
+ },
168
208
  "startdiscovery": {
169
209
  "name": "StartDiscovery",
170
210
  "description": "Grants permission to enable CloudWatch discovery",
@@ -1,4 +1,24 @@
1
1
  {
2
+ "associatesourceviews": {
3
+ "name": "AssociateSourceViews",
4
+ "description": "Grants permission to associate source views to a billing view",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "billingview",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": [
12
+ "billing:UseSourceView",
13
+ "iam:CreateServiceLinkedRole"
14
+ ]
15
+ }
16
+ ],
17
+ "conditionKeys": [
18
+ "aws:ResourceTag/${TagKey}"
19
+ ],
20
+ "dependentActions": []
21
+ },
2
22
  "createbillingview": {
3
23
  "name": "CreateBillingView",
4
24
  "description": "Grants permission to create a billing view",
@@ -8,7 +28,10 @@
8
28
  "name": "billingview",
9
29
  "required": true,
10
30
  "conditionKeys": [],
11
- "dependentActions": []
31
+ "dependentActions": [
32
+ "billing:UseSourceView",
33
+ "iam:CreateServiceLinkedRole"
34
+ ]
12
35
  }
13
36
  ],
14
37
  "conditionKeys": [
@@ -52,6 +75,23 @@
52
75
  ],
53
76
  "dependentActions": []
54
77
  },
78
+ "disassociatesourceviews": {
79
+ "name": "DisassociateSourceViews",
80
+ "description": "Grants permission to disassociate source views from a billing view",
81
+ "accessLevel": "Write",
82
+ "resourceTypes": [
83
+ {
84
+ "name": "billingview",
85
+ "required": true,
86
+ "conditionKeys": [],
87
+ "dependentActions": []
88
+ }
89
+ ],
90
+ "conditionKeys": [
91
+ "aws:ResourceTag/${TagKey}"
92
+ ],
93
+ "dependentActions": []
94
+ },
55
95
  "getbillingdata": {
56
96
  "name": "GetBillingData",
57
97
  "isPermissionOnly": true,
@@ -323,5 +363,14 @@
323
363
  "resourceTypes": [],
324
364
  "conditionKeys": [],
325
365
  "dependentActions": []
366
+ },
367
+ "usesourceview": {
368
+ "name": "UseSourceView",
369
+ "isPermissionOnly": true,
370
+ "description": "Grants permission to use a billing view as a data source for other billing views",
371
+ "accessLevel": "Read",
372
+ "resourceTypes": [],
373
+ "conditionKeys": [],
374
+ "dependentActions": []
326
375
  }
327
376
  }
@@ -94,6 +94,37 @@
94
94
  ],
95
95
  "dependentActions": []
96
96
  },
97
+ "associatecontactwithuser": {
98
+ "name": "AssociateContactWithUser",
99
+ "description": "Grants permission to associate a contact with a user using the Amazon Connect API",
100
+ "accessLevel": "Write",
101
+ "resourceTypes": [
102
+ {
103
+ "name": "contact",
104
+ "required": true,
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ },
108
+ {
109
+ "name": "instance",
110
+ "required": true,
111
+ "conditionKeys": [],
112
+ "dependentActions": []
113
+ },
114
+ {
115
+ "name": "user",
116
+ "required": true,
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ }
120
+ ],
121
+ "conditionKeys": [
122
+ "connect:PreferredUserArn",
123
+ "aws:ResourceTag/${TagKey}",
124
+ "connect:InstanceId"
125
+ ],
126
+ "dependentActions": []
127
+ },
97
128
  "associatecustomerprofilesdomain": {
98
129
  "name": "AssociateCustomerProfilesDomain",
99
130
  "isPermissionOnly": true,
@@ -3457,6 +3488,24 @@
3457
3488
  ],
3458
3489
  "dependentActions": []
3459
3490
  },
3491
+ "listroutingprofilemanualassignmentqueues": {
3492
+ "name": "ListRoutingProfileManualAssignmentQueues",
3493
+ "description": "Grants permission to list manual assignment queue resources in a routing profile in an Amazon Connect instance",
3494
+ "accessLevel": "List",
3495
+ "resourceTypes": [
3496
+ {
3497
+ "name": "routing-profile",
3498
+ "required": true,
3499
+ "conditionKeys": [],
3500
+ "dependentActions": []
3501
+ }
3502
+ ],
3503
+ "conditionKeys": [
3504
+ "aws:ResourceTag/${TagKey}",
3505
+ "connect:InstanceId"
3506
+ ],
3507
+ "dependentActions": []
3508
+ },
3460
3509
  "listroutingprofilequeues": {
3461
3510
  "name": "ListRoutingProfileQueues",
3462
3511
  "description": "Grants permission to list queue resources in a routing profile in an Amazon Connect instance",
@@ -4149,7 +4198,9 @@
4149
4198
  ],
4150
4199
  "conditionKeys": [
4151
4200
  "connect:InstanceId",
4152
- "connect:SearchContactsByContactAnalysis"
4201
+ "connect:SearchContactsByContactAnalysis",
4202
+ "connect:Channel",
4203
+ "connect:PreferredUserArn"
4153
4204
  ],
4154
4205
  "dependentActions": []
4155
4206
  },
@@ -287,6 +287,14 @@
287
287
  ],
288
288
  "dependentActions": []
289
289
  },
290
+ "listusers": {
291
+ "name": "ListUsers",
292
+ "description": "Grants permission to view list of Users",
293
+ "accessLevel": "List",
294
+ "resourceTypes": [],
295
+ "conditionKeys": [],
296
+ "dependentActions": []
297
+ },
290
298
  "listusersv1": {
291
299
  "name": "ListUsersV1",
292
300
  "description": "Grants permission to view list of Users",
@@ -16,6 +16,26 @@
16
16
  "logs:CreateLogDelivery"
17
17
  ]
18
18
  },
19
+ "createpipelineendpoint": {
20
+ "name": "CreatePipelineEndpoint",
21
+ "description": "Grants permission to create an OpenSearch Ingestion pipeline endpoint",
22
+ "accessLevel": "Write",
23
+ "resourceTypes": [
24
+ {
25
+ "name": "pipeline",
26
+ "required": true,
27
+ "conditionKeys": [],
28
+ "dependentActions": [
29
+ "iam:CreateServiceLinkedRole"
30
+ ]
31
+ }
32
+ ],
33
+ "conditionKeys": [
34
+ "aws:TagKeys",
35
+ "aws:RequestTag/${TagKey}"
36
+ ],
37
+ "dependentActions": []
38
+ },
19
39
  "deletepipeline": {
20
40
  "name": "DeletePipeline",
21
41
  "description": "Grants permission to delete an OpenSearch Ingestion pipeline",
@@ -35,6 +55,36 @@
35
55
  "logs:ListLogDeliveries"
36
56
  ]
37
57
  },
58
+ "deletepipelineendpoint": {
59
+ "name": "DeletePipelineEndpoint",
60
+ "description": "Grants permission to delete an OpenSearch Ingestion pipeline endpoint in the current account",
61
+ "accessLevel": "Write",
62
+ "resourceTypes": [
63
+ {
64
+ "name": "pipeline-endpoint",
65
+ "required": true,
66
+ "conditionKeys": [],
67
+ "dependentActions": []
68
+ }
69
+ ],
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ },
73
+ "deleteresourcepolicy": {
74
+ "name": "DeleteResourcePolicy",
75
+ "description": "Grants permission to delete a resource policy for an OpenSearch Ingestion resource",
76
+ "accessLevel": "Write",
77
+ "resourceTypes": [
78
+ {
79
+ "name": "pipeline",
80
+ "required": true,
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ }
84
+ ],
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ },
38
88
  "getpipeline": {
39
89
  "name": "GetPipeline",
40
90
  "description": "Grants permission to retrieve configuration information for an OpenSearch Ingestion pipeline",
@@ -80,6 +130,21 @@
80
130
  "conditionKeys": [],
81
131
  "dependentActions": []
82
132
  },
133
+ "getresourcepolicy": {
134
+ "name": "GetResourcePolicy",
135
+ "description": "Grants permission to get a resource policy for an OpenSearch Ingestion resource",
136
+ "accessLevel": "Read",
137
+ "resourceTypes": [
138
+ {
139
+ "name": "pipeline",
140
+ "required": true,
141
+ "conditionKeys": [],
142
+ "dependentActions": []
143
+ }
144
+ ],
145
+ "conditionKeys": [],
146
+ "dependentActions": []
147
+ },
83
148
  "ingest": {
84
149
  "name": "Ingest",
85
150
  "description": "Grants permission to ingest data through an OpenSearch Ingestion pipeline",
@@ -103,6 +168,22 @@
103
168
  "conditionKeys": [],
104
169
  "dependentActions": []
105
170
  },
171
+ "listpipelineendpointconnections": {
172
+ "name": "ListPipelineEndpointConnections",
173
+ "description": "Grants permission to list OpenSearch Ingestion pipeline endpoint connections to pipelines in the current account",
174
+ "accessLevel": "List",
175
+ "resourceTypes": [],
176
+ "conditionKeys": [],
177
+ "dependentActions": []
178
+ },
179
+ "listpipelineendpoints": {
180
+ "name": "ListPipelineEndpoints",
181
+ "description": "Grants permission to list OpenSearch Ingestion pipeline endpoints in the current account",
182
+ "accessLevel": "List",
183
+ "resourceTypes": [],
184
+ "conditionKeys": [],
185
+ "dependentActions": []
186
+ },
106
187
  "listpipelines": {
107
188
  "name": "ListPipelines",
108
189
  "description": "Grants permission to list basic configuration for each OpenSearch Ingestion pipeline in the current account and Region",
@@ -126,6 +207,36 @@
126
207
  "conditionKeys": [],
127
208
  "dependentActions": []
128
209
  },
210
+ "putresourcepolicy": {
211
+ "name": "PutResourcePolicy",
212
+ "description": "Grants permission to put a resource policy for an OpenSearch Ingestion resource",
213
+ "accessLevel": "Write",
214
+ "resourceTypes": [
215
+ {
216
+ "name": "pipeline",
217
+ "required": true,
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ }
221
+ ],
222
+ "conditionKeys": [],
223
+ "dependentActions": []
224
+ },
225
+ "revokepipelineendpointconnections": {
226
+ "name": "RevokePipelineEndpointConnections",
227
+ "description": "Grants permission to revoke an OpenSearch Ingestion pipeline endpoint connection from a pipeline in the current account",
228
+ "accessLevel": "Write",
229
+ "resourceTypes": [
230
+ {
231
+ "name": "pipeline",
232
+ "required": true,
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ }
236
+ ],
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ },
129
240
  "startpipeline": {
130
241
  "name": "StartPipeline",
131
242
  "description": "Grants permission to start an OpenSearch Ingestion pipeline",
@@ -732,6 +732,21 @@
732
732
  "conditionKeys": [],
733
733
  "dependentActions": []
734
734
  },
735
+ "getprofilehistoryrecord": {
736
+ "name": "GetProfileHistoryRecord",
737
+ "description": "Grants permission to get a profile history record for a profile in a domain",
738
+ "accessLevel": "Read",
739
+ "resourceTypes": [
740
+ {
741
+ "name": "domains",
742
+ "required": true,
743
+ "conditionKeys": [],
744
+ "dependentActions": []
745
+ }
746
+ ],
747
+ "conditionKeys": [],
748
+ "dependentActions": []
749
+ },
735
750
  "getprofileobjecttype": {
736
751
  "name": "GetProfileObjectType",
737
752
  "description": "Grants permission to get a specific profile object type in the domain",
@@ -1087,6 +1102,21 @@
1087
1102
  "conditionKeys": [],
1088
1103
  "dependentActions": []
1089
1104
  },
1105
+ "listprofilehistoryrecords": {
1106
+ "name": "ListProfileHistoryRecords",
1107
+ "description": "Grants permission to list all the profile history records for a profile in a domain",
1108
+ "accessLevel": "List",
1109
+ "resourceTypes": [
1110
+ {
1111
+ "name": "domains",
1112
+ "required": true,
1113
+ "conditionKeys": [],
1114
+ "dependentActions": []
1115
+ }
1116
+ ],
1117
+ "conditionKeys": [],
1118
+ "dependentActions": []
1119
+ },
1090
1120
  "listprofileobjecttypetemplates": {
1091
1121
  "name": "ListProfileObjectTypeTemplates",
1092
1122
  "description": "Grants permission to list all the profile object type templates in the account",
@@ -37,6 +37,23 @@
37
37
  "conditionKeys": [],
38
38
  "dependentActions": []
39
39
  },
40
+ "createresourceexplorersetup": {
41
+ "name": "CreateResourceExplorerSetup",
42
+ "description": "Grants permission to create resource explorer setup",
43
+ "accessLevel": "Write",
44
+ "resourceTypes": [],
45
+ "conditionKeys": [],
46
+ "dependentActions": []
47
+ },
48
+ "createstreamingaccessforservice": {
49
+ "name": "CreateStreamingAccessForService",
50
+ "isPermissionOnly": true,
51
+ "description": "Grants permission to create resource explorer streaming access",
52
+ "accessLevel": "Write",
53
+ "resourceTypes": [],
54
+ "conditionKeys": [],
55
+ "dependentActions": []
56
+ },
40
57
  "createview": {
41
58
  "name": "CreateView",
42
59
  "description": "Grants permission to create a view that users can query",
@@ -63,6 +80,14 @@
63
80
  "conditionKeys": [],
64
81
  "dependentActions": []
65
82
  },
83
+ "deleteresourceexplorersetup": {
84
+ "name": "DeleteResourceExplorerSetup",
85
+ "description": "Grants permission to delete resource explorer setup",
86
+ "accessLevel": "Write",
87
+ "resourceTypes": [],
88
+ "conditionKeys": [],
89
+ "dependentActions": []
90
+ },
66
91
  "deleteresourcepolicy": {
67
92
  "name": "DeleteResourcePolicy",
68
93
  "isPermissionOnly": true,
@@ -79,6 +104,15 @@
79
104
  "conditionKeys": [],
80
105
  "dependentActions": []
81
106
  },
107
+ "deletestreamingaccessforservice": {
108
+ "name": "DeleteStreamingAccessForService",
109
+ "isPermissionOnly": true,
110
+ "description": "Grants permission to delete resource explorer streaming access",
111
+ "accessLevel": "Write",
112
+ "resourceTypes": [],
113
+ "conditionKeys": [],
114
+ "dependentActions": []
115
+ },
82
116
  "deleteview": {
83
117
  "name": "DeleteView",
84
118
  "description": "Grants permission to delete a view",
@@ -141,6 +175,14 @@
141
175
  "conditionKeys": [],
142
176
  "dependentActions": []
143
177
  },
178
+ "getresourceexplorersetup": {
179
+ "name": "GetResourceExplorerSetup",
180
+ "description": "Grants permission to get resource explorer setup",
181
+ "accessLevel": "Read",
182
+ "resourceTypes": [],
183
+ "conditionKeys": [],
184
+ "dependentActions": []
185
+ },
144
186
  "getresourcepolicy": {
145
187
  "name": "GetResourcePolicy",
146
188
  "isPermissionOnly": true,
@@ -157,6 +199,22 @@
157
199
  "conditionKeys": [],
158
200
  "dependentActions": []
159
201
  },
202
+ "getserviceindex": {
203
+ "name": "GetServiceIndex",
204
+ "description": "Grants permission to get service index",
205
+ "accessLevel": "Read",
206
+ "resourceTypes": [],
207
+ "conditionKeys": [],
208
+ "dependentActions": []
209
+ },
210
+ "getserviceview": {
211
+ "name": "GetServiceView",
212
+ "description": "Grants permission to get service view",
213
+ "accessLevel": "Read",
214
+ "resourceTypes": [],
215
+ "conditionKeys": [],
216
+ "dependentActions": []
217
+ },
160
218
  "getview": {
161
219
  "name": "GetView",
162
220
  "description": "Grants permission to retrieve information about the specified view",
@@ -196,6 +254,30 @@
196
254
  "conditionKeys": [],
197
255
  "dependentActions": []
198
256
  },
257
+ "listserviceindexes": {
258
+ "name": "ListServiceIndexes",
259
+ "description": "Grants permission to list service indexes in all AWS Regions",
260
+ "accessLevel": "List",
261
+ "resourceTypes": [],
262
+ "conditionKeys": [],
263
+ "dependentActions": []
264
+ },
265
+ "listserviceviews": {
266
+ "name": "ListServiceViews",
267
+ "description": "Grants permission to list service views in all AWS Regions",
268
+ "accessLevel": "List",
269
+ "resourceTypes": [],
270
+ "conditionKeys": [],
271
+ "dependentActions": []
272
+ },
273
+ "liststreamingaccessforservices": {
274
+ "name": "ListStreamingAccessForServices",
275
+ "description": "Grants permission to list streaming access for services",
276
+ "accessLevel": "List",
277
+ "resourceTypes": [],
278
+ "conditionKeys": [],
279
+ "dependentActions": []
280
+ },
199
281
  "listsupportedresourcetypes": {
200
282
  "name": "ListSupportedResourceTypes",
201
283
  "description": "Grants permission to retrieve a list of all resource types currently supported by Resource Explorer",
@@ -15,5 +15,41 @@
15
15
  "dependentActions": [
16
16
  "kms:Decrypt"
17
17
  ]
18
+ },
19
+ "introspecttokenwithiam": {
20
+ "name": "IntrospectTokenWithIAM",
21
+ "isPermissionOnly": true,
22
+ "description": "Grants permission to validate and retrieve information about active OAuth 2.0 access tokens and refresh tokens, including their associated scopes and permissions. This permission is used only by AWS managed applications and is not documented in the IAM Identity Center OIDC API Reference",
23
+ "accessLevel": "Write",
24
+ "resourceTypes": [
25
+ {
26
+ "name": "Application",
27
+ "required": true,
28
+ "conditionKeys": [],
29
+ "dependentActions": []
30
+ }
31
+ ],
32
+ "conditionKeys": [],
33
+ "dependentActions": [
34
+ "kms:Decrypt"
35
+ ]
36
+ },
37
+ "revoketokenwithiam": {
38
+ "name": "RevokeTokenWithIAM",
39
+ "isPermissionOnly": true,
40
+ "description": "Grants permission to revoke OAuth 2.0 access tokens and refresh tokens, invalidating them before their normal expiration. This permission is used only by AWS managed applications and is not documented in the IAM Identity Center OIDC API Reference",
41
+ "accessLevel": "Write",
42
+ "resourceTypes": [
43
+ {
44
+ "name": "Application",
45
+ "required": true,
46
+ "conditionKeys": [],
47
+ "dependentActions": []
48
+ }
49
+ ],
50
+ "conditionKeys": [],
51
+ "dependentActions": [
52
+ "kms:Decrypt"
53
+ ]
18
54
  }
19
55
  }
@@ -32,7 +32,8 @@
32
32
  ],
33
33
  "conditionKeys": [
34
34
  "aws:TagKeys",
35
- "aws:RequestTag/${TagKey}"
35
+ "aws:RequestTag/${TagKey}",
36
+ "aws:ResourceTag/${TagKey}"
36
37
  ],
37
38
  "dependentActions": []
38
39
  },
@@ -43,7 +44,9 @@
43
44
  "resourceTypes": [],
44
45
  "conditionKeys": [
45
46
  "aws:TagKeys",
46
- "aws:RequestTag/${TagKey}"
47
+ "aws:RequestTag/${TagKey}",
48
+ "aws:ResourceTag/${TagKey}",
49
+ "transfer:RequestConnectorProtocol"
47
50
  ],
48
51
  "dependentActions": [
49
52
  "iam:PassRole"
@@ -56,7 +59,8 @@
56
59
  "resourceTypes": [],
57
60
  "conditionKeys": [
58
61
  "aws:TagKeys",
59
- "aws:RequestTag/${TagKey}"
62
+ "aws:RequestTag/${TagKey}",
63
+ "aws:ResourceTag/${TagKey}"
60
64
  ],
61
65
  "dependentActions": []
62
66
  },
@@ -67,7 +71,11 @@
67
71
  "resourceTypes": [],
68
72
  "conditionKeys": [
69
73
  "aws:TagKeys",
70
- "aws:RequestTag/${TagKey}"
74
+ "aws:RequestTag/${TagKey}",
75
+ "aws:ResourceTag/${TagKey}",
76
+ "transfer:RequestServerEndpointType",
77
+ "transfer:RequestServerDomain",
78
+ "transfer:RequestServerProtocols"
71
79
  ],
72
80
  "dependentActions": [
73
81
  "iam:PassRole"
@@ -89,7 +97,8 @@
89
97
  ],
90
98
  "conditionKeys": [
91
99
  "aws:TagKeys",
92
- "aws:RequestTag/${TagKey}"
100
+ "aws:RequestTag/${TagKey}",
101
+ "aws:ResourceTag/${TagKey}"
93
102
  ],
94
103
  "dependentActions": []
95
104
  },
@@ -100,7 +109,8 @@
100
109
  "resourceTypes": [],
101
110
  "conditionKeys": [
102
111
  "aws:TagKeys",
103
- "aws:RequestTag/${TagKey}"
112
+ "aws:RequestTag/${TagKey}",
113
+ "aws:ResourceTag/${TagKey}"
104
114
  ],
105
115
  "dependentActions": [
106
116
  "iam:PassRole"
@@ -113,7 +123,8 @@
113
123
  "resourceTypes": [],
114
124
  "conditionKeys": [
115
125
  "aws:TagKeys",
116
- "aws:RequestTag/${TagKey}"
126
+ "aws:RequestTag/${TagKey}",
127
+ "aws:ResourceTag/${TagKey}"
117
128
  ],
118
129
  "dependentActions": []
119
130
  },
@@ -492,7 +503,8 @@
492
503
  "resourceTypes": [],
493
504
  "conditionKeys": [
494
505
  "aws:TagKeys",
495
- "aws:RequestTag/${TagKey}"
506
+ "aws:RequestTag/${TagKey}",
507
+ "aws:ResourceTag/${TagKey}"
496
508
  ],
497
509
  "dependentActions": []
498
510
  },
@@ -510,7 +522,8 @@
510
522
  ],
511
523
  "conditionKeys": [
512
524
  "aws:TagKeys",
513
- "aws:RequestTag/${TagKey}"
525
+ "aws:RequestTag/${TagKey}",
526
+ "aws:ResourceTag/${TagKey}"
514
527
  ],
515
528
  "dependentActions": []
516
529
  },
@@ -1096,13 +1109,16 @@
1096
1109
  "name": "server",
1097
1110
  "required": true,
1098
1111
  "conditionKeys": [],
1099
- "dependentActions": []
1112
+ "dependentActions": [
1113
+ "iam:PassRole"
1114
+ ]
1100
1115
  }
1101
1116
  ],
1102
- "conditionKeys": [],
1103
- "dependentActions": [
1104
- "iam:PassRole"
1105
- ]
1117
+ "conditionKeys": [
1118
+ "transfer:RequestServerEndpointType",
1119
+ "transfer:RequestServerProtocols"
1120
+ ],
1121
+ "dependentActions": []
1106
1122
  },
1107
1123
  "updateuser": {
1108
1124
  "name": "UpdateUser",
@@ -64,6 +64,11 @@
64
64
  "description": "Filters access by restricting the monitor capabilities of the user in the request",
65
65
  "type": "ArrayOfString"
66
66
  },
67
+ "connect:preferreduserarn": {
68
+ "key": "connect:PreferredUserArn",
69
+ "description": "Filters access by PreferredUserArn",
70
+ "type": "ARN"
71
+ },
67
72
  "connect:searchcontactsbycontactanalysis": {
68
73
  "key": "connect:SearchContactsByContactAnalysis",
69
74
  "description": "Filters access by restricting searches using analysis outputs from Amazon Connect Contact Lens",
@@ -13,5 +13,25 @@
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by the tag keys that are passed in the request",
15
15
  "type": "ArrayOfString"
16
+ },
17
+ "transfer:requestconnectorprotocol": {
18
+ "key": "transfer:RequestConnectorProtocol",
19
+ "description": "Filters access by the connector protocol that is passed in the request",
20
+ "type": "String"
21
+ },
22
+ "transfer:requestserverdomain": {
23
+ "key": "transfer:RequestServerDomain",
24
+ "description": "Filters access by the storage domain that is passed in the request",
25
+ "type": "String"
26
+ },
27
+ "transfer:requestserverendpointtype": {
28
+ "key": "transfer:RequestServerEndpointType",
29
+ "description": "Filters access by the endpoint type that is passed in the request",
30
+ "type": "String"
31
+ },
32
+ "transfer:requestserverprotocols": {
33
+ "key": "transfer:RequestServerProtocols",
34
+ "description": "Filters access by the server protocols that are passed in the request",
35
+ "type": "ArrayOfString"
16
36
  }
17
37
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202509291",
3
- "updatedAt": "2025-09-29T04:47:19.015Z"
2
+ "version": "0.1.202510011",
3
+ "updatedAt": "2025-10-01T04:46:55.741Z"
4
4
  }
@@ -6,6 +6,13 @@
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
+ "pipeline-endpoint": {
10
+ "key": "pipeline-endpoint",
11
+ "arn": "arn:${Partition}:osis:${Region}:${Account}:endpoint/${EndpointId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
9
16
  "pipeline-blueprint": {
10
17
  "key": "pipeline-blueprint",
11
18
  "arn": "arn:${Partition}:osis:${Region}:${Account}:blueprint/${BlueprintName}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202509291
3
+ Version: 0.1.202510011
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
@@ -5,7 +5,7 @@ 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
7
  iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
8
- iamdata/data/metadata.json,sha256=5VSHXy5dRTI6sVlUwl1QJs0DHXIdNM1fiStApqFd2kM,76
8
+ iamdata/data/metadata.json,sha256=tsVXHIzWFY9cMAstWTbgS-ewrOgWM1fNqKiZcmGhg4M,76
9
9
  iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
10
10
  iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
11
11
  iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
@@ -29,7 +29,7 @@ iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlN
29
29
  iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
30
30
  iamdata/data/actions/application-autoscaling.json,sha256=POMpk1nQ_WCxpwCxQLn7PGB4YlCCIf0Nuf9dTYVD8hY,5984
31
31
  iamdata/data/actions/application-cost-profiler.json,sha256=9VcuPqhnt0kpwf1isl4twq8bdq8xOboCeDjEJ7L7By8,1763
32
- iamdata/data/actions/application-signals.json,sha256=vPcWZoMqm1D8p0ScymMB4KPz75dOOqRjdfVhEQl5Kso,6234
32
+ iamdata/data/actions/application-signals.json,sha256=ahCcvYfQPx6aTajyNMADbK7Q_qpN61ukZBGDZuIW6-0,7513
33
33
  iamdata/data/actions/application-transformation.json,sha256=Q61FUo8d-kkrSlJWTR5-7n3lVCWT7i47Cxw4Dpywe6o,3693
34
34
  iamdata/data/actions/applicationinsights.json,sha256=e3XCjtB1ZxRLJx_QFvanOwjKXDTh-X3de84YT-Z_Rq4,8215
35
35
  iamdata/data/actions/appmesh-preview.json,sha256=XucS5yrPAd5Gd_plXGjkh5BFBY5NwYTb8pl5A42u2fU,16570
@@ -64,7 +64,7 @@ iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMn
64
64
  iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
65
65
  iamdata/data/actions/bedrock-agentcore.json,sha256=meBJTA_AVMxrfXtejIZenMyoAcsHHFndb_WTk60T6Tw,38526
66
66
  iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
67
- iamdata/data/actions/billing.json,sha256=it40jkO1aQnvxXgcFqW5bc3gFzJCznyy_kwjnSGxbG0,9379
67
+ iamdata/data/actions/billing.json,sha256=ZvE1P49Tcbgv1ObPBM9Hzp3Ffgh7Qx2B0NtUhK9ZDPs,10720
68
68
  iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
69
69
  iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
70
70
  iamdata/data/actions/budgets.json,sha256=V70YtXUrU_2YloeloCACVHlSNID61Y3W0YwhRz9I9Cw,6328
@@ -111,7 +111,7 @@ iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpL
111
111
  iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
112
112
  iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
113
113
  iamdata/data/actions/connect-campaigns.json,sha256=JoCThQJCWcNvtd3xvaFllCpWlakITKZVbvAak3GTo4I,14120
114
- iamdata/data/actions/connect.json,sha256=-sCc2PZgATjFF1QbVPu_8Pm3JmcFW2FnPaLiY_b9vpI,167352
114
+ iamdata/data/actions/connect.json,sha256=nnudO6BAIySavTjBkUymIqahtp8IskaqYPt3rJJKigQ,168745
115
115
  iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
116
116
  iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
117
117
  iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
@@ -287,12 +287,12 @@ iamdata/data/actions/oam.json,sha256=A2X3P7Xoi5fgeAFzVUbgtMJ_AB80fGTBI84pQoQ6PDo
287
287
  iamdata/data/actions/observabilityadmin.json,sha256=GaM0WaLTjl4E8Bz_jQGoP2o2-GyjMu675syEDpPF_4k,11940
288
288
  iamdata/data/actions/odb.json,sha256=0MTgqoae5KAhg7DqlMkpDsUOSE2qqo8F8nw05bMd-oo,22259
289
289
  iamdata/data/actions/omics.json,sha256=MBuT-Dp0aXrevfXSTBU5cEN4_0Ffdq3tm13etZk1PAA,39397
290
- iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc,11248
290
+ iamdata/data/actions/one.json,sha256=qOEJ_ithGXth-xIJrB5sg1brXOMx3HCV_BCPmjIrtco,11461
291
291
  iamdata/data/actions/opensearch.json,sha256=crtW3ri7sgT0s0pfxP2Q881-MJbBhgSXHdhEtRv3qig,2120
292
292
  iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8uXagyiBlM,5073
293
293
  iamdata/data/actions/opsworks.json,sha256=9LmvtxzgDHGxvoCo7fe9MAXqj5FSk-6SLEcwKxGUFeU,27770
294
294
  iamdata/data/actions/organizations.json,sha256=2escmcq58J-u-cnK_80nCab5HOFZb5kto_rKtOIfOz4,26486
295
- iamdata/data/actions/osis.json,sha256=2tWKjI3qiz5z-fxjsLe-14Z9Vw-3HoHcxsUwRlpJF8U,6120
295
+ iamdata/data/actions/osis.json,sha256=74TngBU0meXibZkRFn6blpHHfxZkjvt2FYHA2b79qqE,9386
296
296
  iamdata/data/actions/outposts.json,sha256=yM3Yi80JLyGbAZeF9X47ojW-yzDyqmzuO3iKn4jnEMc,12454
297
297
  iamdata/data/actions/panorama.json,sha256=ght9nRGyupi3v5-780o-gw9Vz1_3KDbjqdgszRYTs9M,13293
298
298
  iamdata/data/actions/partnercentral-account-management.json,sha256=U9sp_018hzi3bmWVn2h0G_xGfBIdjiEcLMLS62EwS7w,809
@@ -308,7 +308,7 @@ iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-
308
308
  iamdata/data/actions/polly.json,sha256=hYPq7nRF2-8kyoNVNdlsOjqeSDl8sT0l4Vf0SRgN9VI,3079
309
309
  iamdata/data/actions/pricing.json,sha256=zm-BI0D9leB4oGj7Z71PkPf6hnGtx56eXWfMle9rDIA,1432
310
310
  iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFsshHbuAUbROV32Wg,11076
311
- iamdata/data/actions/profile.json,sha256=j7zXn6ZUSS6gPEKIjZItQygyC2VPIhzAp2wS7NweIi0,40486
311
+ iamdata/data/actions/profile.json,sha256=4rG3IBmv1JwQhuZ-1gdn_MeQqQOhNmMLrUh0xuPf1_g,41320
312
312
  iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
313
313
  iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
314
314
  iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
@@ -329,7 +329,7 @@ iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-C
329
329
  iamdata/data/actions/rekognition.json,sha256=aGZ2k7vF-Fxe0SNP2cYNW0Xcs2jZfXLRMk-ZwcAWdbU,28650
330
330
  iamdata/data/actions/repostspace.json,sha256=PetIthawrhjjPP__L3t7ymfNJ8Ws6vTFwlfkWYXRFLk,7366
331
331
  iamdata/data/actions/resiliencehub.json,sha256=KBcrQry1ZTvDaHCTkf1IB0Ehx5wla0V_XjIZIrZQ4co,26671
332
- iamdata/data/actions/resource-explorer-2.json,sha256=oqBFZql425StocirFxGONLjgYKRSRauFFCxl-omtWGY,9795
332
+ iamdata/data/actions/resource-explorer-2.json,sha256=G74CB58Wedh4S9rpTi9Vk1hdr_WmS-HnuIETYKNn_0U,12407
333
333
  iamdata/data/actions/resource-explorer.json,sha256=qbJbAMtPHMgz0JSxpSFMhWxfLPx0l2471ump1XMauPw,914
334
334
  iamdata/data/actions/resource-groups.json,sha256=sj9wDdj4Scr0MV6eRthJOB8Q7CxSh3WTfMI3ovECKYw,11376
335
335
  iamdata/data/actions/rhelkb.json,sha256=u9TR-KDInVSgVPVWCbZh2D8MYDQmHTSWnvCP2FQ51Xw,238
@@ -388,7 +388,7 @@ iamdata/data/actions/ssm-sap.json,sha256=jmiUval48vekNp4OVHVSB4RqtSnL-Z1kUnu2s2b
388
388
  iamdata/data/actions/ssm.json,sha256=9mTf108bWFFJHWmhpocqjUx57J9-9BDRW_SVPJFQ3q0,72148
389
389
  iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
390
390
  iamdata/data/actions/sso-directory.json,sha256=d_kgAAQaui8k4UDevqkhk3W2GkHHscq36667ppbHZXU,17404
391
- iamdata/data/actions/sso-oauth.json,sha256=I2Rgq813GDfxS-pvuSiUIXxmqqK3IXs5CBO4UGQh9YQ,581
391
+ iamdata/data/actions/sso-oauth.json,sha256=IMnEMUIZ51PoAqkBDpTSGGRJadFWAJw6xUe0e4tRQPo,1894
392
392
  iamdata/data/actions/sso.json,sha256=Q3ZJJtfiVO921UVGaGrMpukjhyK1g1JS8K6vW0Wcn6g,55099
393
393
  iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E28w8,15468
394
394
  iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
@@ -409,7 +409,7 @@ iamdata/data/actions/timestream.json,sha256=jXFfbtJ94TX9nsoJGVb11ZHQiFJQF-Kp7DNp
409
409
  iamdata/data/actions/tiros.json,sha256=MvTnjapgT7stB-Qgqt437uHfO4pJ8VlqYUM1O94gP00,1425
410
410
  iamdata/data/actions/tnb.json,sha256=pSSZBlcAa_16gSpKyNlZkkwvplhShtgFB3JY8jn3a5A,15302
411
411
  iamdata/data/actions/transcribe.json,sha256=FPl8NHUUMKUPsovwk_QeXLOnDYbL4Ws7D3GUvrgUkcQ,20616
412
- iamdata/data/actions/transfer.json,sha256=2kYPy_UI562IdFHP0M_oynG1xmtIhQBz8btMnfvhRnQ,28189
412
+ iamdata/data/actions/transfer.json,sha256=sKJPw5wvWbuSkGPt-oV67qdaHG3mfvSalXg-6Ggfjdg,28767
413
413
  iamdata/data/actions/transform.json,sha256=IUvFR5VZGQKRQqV1a8-sRIfHgr273nqf3U0VjlmqR_s,4752
414
414
  iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs-9r4v0,7655
415
415
  iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
@@ -540,7 +540,7 @@ iamdata/data/conditionKeys/comprehendmedical.json,sha256=bAc4VL2jS9ZQ8K87lwjiN3U
540
540
  iamdata/data/conditionKeys/compute-optimizer.json,sha256=LFt_0wCvj0NSswFtDbXMmpi06xo--MPmnNs07jziWvI,169
541
541
  iamdata/data/conditionKeys/config.json,sha256=UGeo7u-tuyU4kREakKdObgNFxM1DrwkzZLEDTV_ovuA,753
542
542
  iamdata/data/conditionKeys/connect-campaigns.json,sha256=JvMsBWtJ4AFGCd6tmGcW4x22C10PEH-7wB4Qi3LyMk4,583
543
- iamdata/data/conditionKeys/connect.json,sha256=jXLPNa0c--zTT2d3xOc_U46XWMsrOTwRfmt8wz9AXno,3562
543
+ iamdata/data/conditionKeys/connect.json,sha256=DTfJfDD205ujI9p8OQnDcKMHoxYS5MDKPCXGxLzk-lU,3713
544
544
  iamdata/data/conditionKeys/consoleapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
545
545
  iamdata/data/conditionKeys/consolidatedbilling.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
546
546
  iamdata/data/conditionKeys/controlcatalog.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -838,7 +838,7 @@ iamdata/data/conditionKeys/timestream.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0
838
838
  iamdata/data/conditionKeys/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
839
839
  iamdata/data/conditionKeys/tnb.json,sha256=zM2nELfhbNXD7hJYZuDIxi4pYwCnSV2lR8W0r-dgI7I,546
840
840
  iamdata/data/conditionKeys/transcribe.json,sha256=n5Xe5BTCRsif_v7kYZZ20YhaUeHGGgx8YV3tIVMikSg,1363
841
- iamdata/data/conditionKeys/transfer.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
841
+ iamdata/data/conditionKeys/transfer.json,sha256=YhNwfPSqIbsldNpivy2fbNiPX8ce81xMLbaupWTst3Q,1335
842
842
  iamdata/data/conditionKeys/transform.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw4pU4OFEeOU0ekI590,341
843
843
  iamdata/data/conditionKeys/translate.json,sha256=W-Nq0JyFJVmTKP2LLaWROVsJm9BqJxIfqoKSG_1Ip6k,561
844
844
  iamdata/data/conditionKeys/trustedadvisor.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1150,7 +1150,7 @@ iamdata/data/resourceTypes/opensearch.json,sha256=ryA1cn3lDDvmFVS7gMCjLMbfPKsc0t
1150
1150
  iamdata/data/resourceTypes/opsworks-cm.json,sha256=J2z9VHApOX7RSooR-S9azoXCE0_42b1BLgyZFApHsKA,276
1151
1151
  iamdata/data/resourceTypes/opsworks.json,sha256=nrqgR5Y6GIGW9tse0SJVIRkl7DQP9WJsT-xRew53ye8,118
1152
1152
  iamdata/data/resourceTypes/organizations.json,sha256=lbH1LIUly-BVZu-UFYrzPtD1PoGpvDBa9qOq_jjkT7c,1518
1153
- iamdata/data/resourceTypes/osis.json,sha256=j31Wz51p6GNZ2gOGJMkm3cd3y7D2pfZO3Fi331UPxms,338
1153
+ iamdata/data/resourceTypes/osis.json,sha256=MUXSgDgRn2lO4_BXnkOhZRCVJRbY7rS7Q-N7vAMEOk4,543
1154
1154
  iamdata/data/resourceTypes/outposts.json,sha256=SjviBH34VuplSHhwWr2PMbRk-8l8IgEscJs6EFubE40,364
1155
1155
  iamdata/data/resourceTypes/panorama.json,sha256=VjJW7ptz73UjFUiSthbCd2BjejNVwvvja8QGRsDYRQQ,607
1156
1156
  iamdata/data/resourceTypes/partnercentral-account-management.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1300
1300
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1301
1301
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1302
1302
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1303
- iamdata-0.1.202509291.dist-info/METADATA,sha256=i6IQWK9cP-f59zB78N3ICBvuXcVHdcaOwYPqYf2vr18,3491
1304
- iamdata-0.1.202509291.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1305
- iamdata-0.1.202509291.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1306
- iamdata-0.1.202509291.dist-info/RECORD,,
1303
+ iamdata-0.1.202510011.dist-info/METADATA,sha256=I2wpoal7tf8a5bNnSk7VWdoGEk9eNRIevBJfeD93wZs,3491
1304
+ iamdata-0.1.202510011.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1305
+ iamdata-0.1.202510011.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1306
+ iamdata-0.1.202510011.dist-info/RECORD,,