iamdata 0.1.202507031__py3-none-any.whl → 0.1.202507051__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/qbusiness.json +114 -0
- iamdata/data/actions/s3express.json +77 -2
- iamdata/data/actions/shield.json +47 -0
- iamdata/data/conditionKeys/s3express.json +21 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/qbusiness.json +7 -0
- iamdata/data/resourceTypes/s3express.json +5 -1
- {iamdata-0.1.202507031.dist-info → iamdata-0.1.202507051.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507031.dist-info → iamdata-0.1.202507051.dist-info}/RECORD +11 -11
- {iamdata-0.1.202507031.dist-info → iamdata-0.1.202507051.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507031.dist-info → iamdata-0.1.202507051.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -188,6 +188,24 @@
|
|
|
188
188
|
],
|
|
189
189
|
"dependentActions": []
|
|
190
190
|
},
|
|
191
|
+
"createchatresponseconfiguration": {
|
|
192
|
+
"name": "CreateChatResponseConfiguration",
|
|
193
|
+
"description": "Grants permission to create a chat response configuration to the application",
|
|
194
|
+
"accessLevel": "Write",
|
|
195
|
+
"resourceTypes": [
|
|
196
|
+
{
|
|
197
|
+
"name": "application",
|
|
198
|
+
"required": true,
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"conditionKeys": [
|
|
204
|
+
"aws:RequestTag/${TagKey}",
|
|
205
|
+
"aws:TagKeys"
|
|
206
|
+
],
|
|
207
|
+
"dependentActions": []
|
|
208
|
+
},
|
|
191
209
|
"createdataaccessor": {
|
|
192
210
|
"name": "CreateDataAccessor",
|
|
193
211
|
"description": "Grants permission to create DataAccessor to the application",
|
|
@@ -424,6 +442,27 @@
|
|
|
424
442
|
"conditionKeys": [],
|
|
425
443
|
"dependentActions": []
|
|
426
444
|
},
|
|
445
|
+
"deletechatresponseconfiguration": {
|
|
446
|
+
"name": "DeleteChatResponseConfiguration",
|
|
447
|
+
"description": "Grants permission to delete a chat response configuration",
|
|
448
|
+
"accessLevel": "Write",
|
|
449
|
+
"resourceTypes": [
|
|
450
|
+
{
|
|
451
|
+
"name": "application",
|
|
452
|
+
"required": true,
|
|
453
|
+
"conditionKeys": [],
|
|
454
|
+
"dependentActions": []
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "chat-response-configuration",
|
|
458
|
+
"required": true,
|
|
459
|
+
"conditionKeys": [],
|
|
460
|
+
"dependentActions": []
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"conditionKeys": [],
|
|
464
|
+
"dependentActions": []
|
|
465
|
+
},
|
|
427
466
|
"deleteconversation": {
|
|
428
467
|
"name": "DeleteConversation",
|
|
429
468
|
"description": "Grants permission to delete a conversation",
|
|
@@ -691,6 +730,27 @@
|
|
|
691
730
|
"conditionKeys": [],
|
|
692
731
|
"dependentActions": []
|
|
693
732
|
},
|
|
733
|
+
"getchatresponseconfiguration": {
|
|
734
|
+
"name": "GetChatResponseConfiguration",
|
|
735
|
+
"description": "Grants permission to get a chat response configuration",
|
|
736
|
+
"accessLevel": "Read",
|
|
737
|
+
"resourceTypes": [
|
|
738
|
+
{
|
|
739
|
+
"name": "application",
|
|
740
|
+
"required": true,
|
|
741
|
+
"conditionKeys": [],
|
|
742
|
+
"dependentActions": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "chat-response-configuration",
|
|
746
|
+
"required": true,
|
|
747
|
+
"conditionKeys": [],
|
|
748
|
+
"dependentActions": []
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"conditionKeys": [],
|
|
752
|
+
"dependentActions": []
|
|
753
|
+
},
|
|
694
754
|
"getdataaccessor": {
|
|
695
755
|
"name": "GetDataAccessor",
|
|
696
756
|
"description": "Grants permission to get DataAccessor",
|
|
@@ -948,6 +1008,21 @@
|
|
|
948
1008
|
"conditionKeys": [],
|
|
949
1009
|
"dependentActions": []
|
|
950
1010
|
},
|
|
1011
|
+
"listchatresponseconfigurations": {
|
|
1012
|
+
"name": "ListChatResponseConfigurations",
|
|
1013
|
+
"description": "Grants permission to list chat response configurations for an application",
|
|
1014
|
+
"accessLevel": "List",
|
|
1015
|
+
"resourceTypes": [
|
|
1016
|
+
{
|
|
1017
|
+
"name": "application",
|
|
1018
|
+
"required": true,
|
|
1019
|
+
"conditionKeys": [],
|
|
1020
|
+
"dependentActions": []
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"conditionKeys": [],
|
|
1024
|
+
"dependentActions": []
|
|
1025
|
+
},
|
|
951
1026
|
"listconversations": {
|
|
952
1027
|
"name": "ListConversations",
|
|
953
1028
|
"description": "Grants permission to list all conversations for an application",
|
|
@@ -1206,6 +1281,12 @@
|
|
|
1206
1281
|
"conditionKeys": [],
|
|
1207
1282
|
"dependentActions": []
|
|
1208
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "chat-response-configuration",
|
|
1286
|
+
"required": false,
|
|
1287
|
+
"conditionKeys": [],
|
|
1288
|
+
"dependentActions": []
|
|
1289
|
+
},
|
|
1209
1290
|
{
|
|
1210
1291
|
"name": "data-accessor",
|
|
1211
1292
|
"required": false,
|
|
@@ -1436,6 +1517,12 @@
|
|
|
1436
1517
|
"conditionKeys": [],
|
|
1437
1518
|
"dependentActions": []
|
|
1438
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "chat-response-configuration",
|
|
1522
|
+
"required": false,
|
|
1523
|
+
"conditionKeys": [],
|
|
1524
|
+
"dependentActions": []
|
|
1525
|
+
},
|
|
1439
1526
|
{
|
|
1440
1527
|
"name": "data-accessor",
|
|
1441
1528
|
"required": false,
|
|
@@ -1496,6 +1583,12 @@
|
|
|
1496
1583
|
"conditionKeys": [],
|
|
1497
1584
|
"dependentActions": []
|
|
1498
1585
|
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "chat-response-configuration",
|
|
1588
|
+
"required": false,
|
|
1589
|
+
"conditionKeys": [],
|
|
1590
|
+
"dependentActions": []
|
|
1591
|
+
},
|
|
1499
1592
|
{
|
|
1500
1593
|
"name": "data-accessor",
|
|
1501
1594
|
"required": false,
|
|
@@ -1574,6 +1667,27 @@
|
|
|
1574
1667
|
"conditionKeys": [],
|
|
1575
1668
|
"dependentActions": []
|
|
1576
1669
|
},
|
|
1670
|
+
"updatechatresponseconfiguration": {
|
|
1671
|
+
"name": "UpdateChatResponseConfiguration",
|
|
1672
|
+
"description": "Grants permission to update a chat response configuration",
|
|
1673
|
+
"accessLevel": "Write",
|
|
1674
|
+
"resourceTypes": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "application",
|
|
1677
|
+
"required": true,
|
|
1678
|
+
"conditionKeys": [],
|
|
1679
|
+
"dependentActions": []
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "chat-response-configuration",
|
|
1683
|
+
"required": true,
|
|
1684
|
+
"conditionKeys": [],
|
|
1685
|
+
"dependentActions": []
|
|
1686
|
+
}
|
|
1687
|
+
],
|
|
1688
|
+
"conditionKeys": [],
|
|
1689
|
+
"dependentActions": []
|
|
1690
|
+
},
|
|
1577
1691
|
"updatedataaccessor": {
|
|
1578
1692
|
"name": "UpdateDataAccessor",
|
|
1579
1693
|
"description": "Grants permission to update DataAccessor",
|
|
@@ -42,7 +42,9 @@
|
|
|
42
42
|
"s3express:ResourceAccount",
|
|
43
43
|
"s3express:signatureversion",
|
|
44
44
|
"s3express:TlsVersion",
|
|
45
|
-
"s3express:x-amz-content-sha256"
|
|
45
|
+
"s3express:x-amz-content-sha256",
|
|
46
|
+
"aws:RequestTag/${TagKey}",
|
|
47
|
+
"aws:TagKeys"
|
|
46
48
|
],
|
|
47
49
|
"dependentActions": []
|
|
48
50
|
},
|
|
@@ -199,7 +201,14 @@
|
|
|
199
201
|
"name": "GetAccessPoint",
|
|
200
202
|
"description": "Grants permission to return configuration information about the specified access point",
|
|
201
203
|
"accessLevel": "Read",
|
|
202
|
-
"resourceTypes": [
|
|
204
|
+
"resourceTypes": [
|
|
205
|
+
{
|
|
206
|
+
"name": "accesspoint",
|
|
207
|
+
"required": true,
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
}
|
|
211
|
+
],
|
|
203
212
|
"conditionKeys": [
|
|
204
213
|
"s3express:DataAccessPointAccount",
|
|
205
214
|
"s3express:DataAccessPointArn",
|
|
@@ -351,6 +360,27 @@
|
|
|
351
360
|
],
|
|
352
361
|
"dependentActions": []
|
|
353
362
|
},
|
|
363
|
+
"listtagsforresource": {
|
|
364
|
+
"name": "ListTagsForResource",
|
|
365
|
+
"description": "Grants permission to lists all of the tags for a specified resource",
|
|
366
|
+
"accessLevel": "List",
|
|
367
|
+
"resourceTypes": [
|
|
368
|
+
{
|
|
369
|
+
"name": "bucket",
|
|
370
|
+
"required": true,
|
|
371
|
+
"conditionKeys": [],
|
|
372
|
+
"dependentActions": []
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"conditionKeys": [
|
|
376
|
+
"s3express:authType",
|
|
377
|
+
"s3express:ResourceAccount",
|
|
378
|
+
"s3express:signatureversion",
|
|
379
|
+
"s3express:TlsVersion",
|
|
380
|
+
"s3express:x-amz-content-sha256"
|
|
381
|
+
],
|
|
382
|
+
"dependentActions": []
|
|
383
|
+
},
|
|
354
384
|
"putaccesspointpolicy": {
|
|
355
385
|
"name": "PutAccessPointPolicy",
|
|
356
386
|
"description": "Grants permission to associate an access policy with a specified access point",
|
|
@@ -461,5 +491,50 @@
|
|
|
461
491
|
"s3express:x-amz-content-sha256"
|
|
462
492
|
],
|
|
463
493
|
"dependentActions": []
|
|
494
|
+
},
|
|
495
|
+
"tagresource": {
|
|
496
|
+
"name": "TagResource",
|
|
497
|
+
"description": "Grants permission to create a new user-defined tag or update an existing tag",
|
|
498
|
+
"accessLevel": "Tagging",
|
|
499
|
+
"resourceTypes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "bucket",
|
|
502
|
+
"required": true,
|
|
503
|
+
"conditionKeys": [],
|
|
504
|
+
"dependentActions": []
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"conditionKeys": [
|
|
508
|
+
"s3express:authType",
|
|
509
|
+
"s3express:ResourceAccount",
|
|
510
|
+
"s3express:signatureversion",
|
|
511
|
+
"s3express:TlsVersion",
|
|
512
|
+
"s3express:x-amz-content-sha256",
|
|
513
|
+
"aws:RequestTag/${TagKey}",
|
|
514
|
+
"aws:TagKeys"
|
|
515
|
+
],
|
|
516
|
+
"dependentActions": []
|
|
517
|
+
},
|
|
518
|
+
"untagresource": {
|
|
519
|
+
"name": "UntagResource",
|
|
520
|
+
"description": "Grants permission to remove the specified user-defined tags from an S3 resource",
|
|
521
|
+
"accessLevel": "Tagging",
|
|
522
|
+
"resourceTypes": [
|
|
523
|
+
{
|
|
524
|
+
"name": "bucket",
|
|
525
|
+
"required": true,
|
|
526
|
+
"conditionKeys": [],
|
|
527
|
+
"dependentActions": []
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"conditionKeys": [
|
|
531
|
+
"s3express:authType",
|
|
532
|
+
"s3express:ResourceAccount",
|
|
533
|
+
"s3express:signatureversion",
|
|
534
|
+
"s3express:TlsVersion",
|
|
535
|
+
"s3express:x-amz-content-sha256",
|
|
536
|
+
"aws:TagKeys"
|
|
537
|
+
],
|
|
538
|
+
"dependentActions": []
|
|
464
539
|
}
|
|
465
540
|
}
|
iamdata/data/actions/shield.json
CHANGED
|
@@ -136,6 +136,28 @@
|
|
|
136
136
|
"conditionKeys": [],
|
|
137
137
|
"dependentActions": []
|
|
138
138
|
},
|
|
139
|
+
"describeattackcontributors": {
|
|
140
|
+
"name": "DescribeAttackContributors",
|
|
141
|
+
"isPermissionOnly": true,
|
|
142
|
+
"description": "Grants permission to get detailed information about the contributors to a specific DDoS attack",
|
|
143
|
+
"accessLevel": "Read",
|
|
144
|
+
"resourceTypes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "attack",
|
|
147
|
+
"required": true,
|
|
148
|
+
"conditionKeys": [],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "protection-group",
|
|
153
|
+
"required": false,
|
|
154
|
+
"conditionKeys": [],
|
|
155
|
+
"dependentActions": []
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"conditionKeys": [],
|
|
159
|
+
"dependentActions": []
|
|
160
|
+
},
|
|
139
161
|
"describeattackstatistics": {
|
|
140
162
|
"name": "DescribeAttackStatistics",
|
|
141
163
|
"description": "Grants permission to describe information about the number and type of attacks AWS Shield has detected in the last year",
|
|
@@ -280,6 +302,15 @@
|
|
|
280
302
|
"conditionKeys": [],
|
|
281
303
|
"dependentActions": []
|
|
282
304
|
},
|
|
305
|
+
"getglobalthreatdata": {
|
|
306
|
+
"name": "GetGlobalThreatData",
|
|
307
|
+
"isPermissionOnly": true,
|
|
308
|
+
"description": "Grants permission to retrieve global threat intelligence data and trends from AWS Shield's threat monitoring systems",
|
|
309
|
+
"accessLevel": "Read",
|
|
310
|
+
"resourceTypes": [],
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
},
|
|
283
314
|
"getsubscriptionstate": {
|
|
284
315
|
"name": "GetSubscriptionState",
|
|
285
316
|
"description": "Grants permission to get subscription state",
|
|
@@ -296,6 +327,22 @@
|
|
|
296
327
|
"conditionKeys": [],
|
|
297
328
|
"dependentActions": []
|
|
298
329
|
},
|
|
330
|
+
"listmitigations": {
|
|
331
|
+
"name": "ListMitigations",
|
|
332
|
+
"isPermissionOnly": true,
|
|
333
|
+
"description": "Grants permission to retrieve a list of mitigation actions that have been applied during DDoS attacks",
|
|
334
|
+
"accessLevel": "List",
|
|
335
|
+
"resourceTypes": [
|
|
336
|
+
{
|
|
337
|
+
"name": "attack",
|
|
338
|
+
"required": true,
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
},
|
|
299
346
|
"listprotectiongroups": {
|
|
300
347
|
"name": "ListProtectionGroups",
|
|
301
348
|
"description": "Grants permission to retrieve the protection groups for the account",
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"s3express:accesspointnetworkorigin": {
|
|
3
18
|
"key": "s3express:AccessPointNetworkOrigin",
|
|
4
19
|
"description": "Filters access by the network origin (Internet or VPC)",
|
|
@@ -9,6 +24,11 @@
|
|
|
9
24
|
"description": "Filters access by AWS Local Zone network border group(s) provided in this condition key",
|
|
10
25
|
"type": "String"
|
|
11
26
|
},
|
|
27
|
+
"s3express:buckettag/${tagkey}": {
|
|
28
|
+
"key": "s3express:BucketTag/${TagKey}",
|
|
29
|
+
"description": "Filters access by tag key-value pairs attached to the bucket",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
12
32
|
"s3express:dataaccesspointaccount": {
|
|
13
33
|
"key": "s3express:DataAccessPointAccount",
|
|
14
34
|
"description": "Filters access by the AWS Account ID that owns the access point",
|
|
@@ -21,7 +41,7 @@
|
|
|
21
41
|
},
|
|
22
42
|
"s3express:locationname": {
|
|
23
43
|
"key": "s3express:LocationName",
|
|
24
|
-
"description": "Filters access by a specific Availability Zone ID",
|
|
44
|
+
"description": "Filters access by a specific Availability Zone or Local Zone ID",
|
|
25
45
|
"type": "String"
|
|
26
46
|
},
|
|
27
47
|
"s3express:permissions": {
|
iamdata/data/metadata.json
CHANGED
|
@@ -62,5 +62,12 @@
|
|
|
62
62
|
"conditionKeys": [
|
|
63
63
|
"aws:ResourceTag/${TagKey}"
|
|
64
64
|
]
|
|
65
|
+
},
|
|
66
|
+
"chat-response-configuration": {
|
|
67
|
+
"key": "chat-response-configuration",
|
|
68
|
+
"arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/chat-response-configuration/${ChatResponseConfigurationId}",
|
|
69
|
+
"conditionKeys": [
|
|
70
|
+
"aws:ResourceTag/${TagKey}"
|
|
71
|
+
]
|
|
65
72
|
}
|
|
66
73
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bucket": {
|
|
3
3
|
"key": "bucket",
|
|
4
|
-
"arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}"
|
|
4
|
+
"arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"s3express:BucketTag/${TagKey}"
|
|
8
|
+
]
|
|
5
9
|
},
|
|
6
10
|
"accesspoint": {
|
|
7
11
|
"key": "accesspoint",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202507051
|
|
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,7 +4,7 @@ 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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=kwTGTbZZRBg5KwJzDsXZbyFUx1x4M34_nqoJISCBDpA,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=dcaQ2keA7sUeXf9tEONShGHfZS-btwKiRL0n1MJgo9Y,18476
|
|
9
9
|
iamdata/data/services.json,sha256=DEUL9THr5y2DZ_avlfjp5Mmw7u59GIy4rDYCF9z8TSs,7182
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -306,7 +306,7 @@ iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54P
|
|
|
306
306
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
|
307
307
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
|
308
308
|
iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0PdE,20681
|
|
309
|
-
iamdata/data/actions/qbusiness.json,sha256=
|
|
309
|
+
iamdata/data/actions/qbusiness.json,sha256=LNicOmHlS0RwpH1HPHPjnjFjQ9vTN4W-LMWg9tJCuVc,46545
|
|
310
310
|
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
|
311
311
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
312
312
|
iamdata/data/actions/quicksight.json,sha256=YMV8levkEd80fE6yZj-4nvyG1Uk4p2eKabYcxEnCTvg,94104
|
|
@@ -339,7 +339,7 @@ iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ
|
|
|
339
339
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
340
340
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
341
341
|
iamdata/data/actions/s3.json,sha256=u5zIIhpkxCXEE-xZKnSuee5zR1sEgcnV_23-DvXzw-A,105291
|
|
342
|
-
iamdata/data/actions/s3express.json,sha256=
|
|
342
|
+
iamdata/data/actions/s3express.json,sha256=U02cdrYIxAvl7BFynYsygFBLjOGTHaomCeaI2hckrKM,15487
|
|
343
343
|
iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
|
|
344
344
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
345
345
|
iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
|
|
@@ -360,7 +360,7 @@ iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-
|
|
|
360
360
|
iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
|
|
361
361
|
iamdata/data/actions/servicequotas.json,sha256=2fpeZbludV0yhXd29UHf9y6CkVdkHRm1YXq8S83up7s,7533
|
|
362
362
|
iamdata/data/actions/ses.json,sha256=lT-5xchBUEk_RZF1aNTu99Wxj9NdpVdgVh__JHHpvI4,87191
|
|
363
|
-
iamdata/data/actions/shield.json,sha256=
|
|
363
|
+
iamdata/data/actions/shield.json,sha256=Lu5Mk87ReNVm2hxYgNkGf2LCfqvhyh8gMxPCEzxrU9Q,15110
|
|
364
364
|
iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
|
|
365
365
|
iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1Ar8,1118
|
|
366
366
|
iamdata/data/actions/simspaceweaver.json,sha256=h1px0D_ss3w0UcwwwSUfZqJOOhI7I5vzR_0KIuvdpe8,5440
|
|
@@ -762,7 +762,7 @@ iamdata/data/conditionKeys/rum.json,sha256=lGJKpyS_TDaE75aYW2Z3sicCI5ZlyycBnxvPk
|
|
|
762
762
|
iamdata/data/conditionKeys/s3-object-lambda.json,sha256=3a0SOofd6JxSbRn7wUrmRpnBNt8a_4YdXjnGjvvExww,706
|
|
763
763
|
iamdata/data/conditionKeys/s3-outposts.json,sha256=peZ-RQJHMKTPaylyAOyn-El2ABVOEi5-2Msa56QORNg,3793
|
|
764
764
|
iamdata/data/conditionKeys/s3.json,sha256=VrNx_g2_2NzL8a6jOwCPfQ1TO4vGUKGTmQkAQb_EeiY,8966
|
|
765
|
-
iamdata/data/conditionKeys/s3express.json,sha256=
|
|
765
|
+
iamdata/data/conditionKeys/s3express.json,sha256=M0vmIjMriKbfScPAJH2f8KIsRDuoKEZ0LrCSefCxE_A,3624
|
|
766
766
|
iamdata/data/conditionKeys/s3tables.json,sha256=4IoOYR02lUJ7GyAO35ZoR8UTW-xaJmsNhEH1_fHGlck,708
|
|
767
767
|
iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
768
768
|
iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
@@ -1152,7 +1152,7 @@ iamdata/data/resourceTypes/proton.json,sha256=diD6KfNtqpIjBoOdWxmJXFyf3S8MwbScr7
|
|
|
1152
1152
|
iamdata/data/resourceTypes/purchase-orders.json,sha256=ycEaY1Q_PRRMet4H-zrfrrgvgKl-cAcSRiP-gtCbByI,211
|
|
1153
1153
|
iamdata/data/resourceTypes/q.json,sha256=Op6dCuQ3Xu2-JrE1nOgWbgm5E8qoKMS08at6pCI4hWU,318
|
|
1154
1154
|
iamdata/data/resourceTypes/qapps.json,sha256=dPRggFay-CVWzi1XJgMhnaDAynf6m6TKHYEiDuN9tKM,579
|
|
1155
|
-
iamdata/data/resourceTypes/qbusiness.json,sha256=
|
|
1155
|
+
iamdata/data/resourceTypes/qbusiness.json,sha256=poEIcgyt0Th-i5EE3Y-WGI3xNagMQl638mouOqjWNDc,2459
|
|
1156
1156
|
iamdata/data/resourceTypes/qdeveloper.json,sha256=AOEZRFv0hNIdjM_4oQpM0rGcr8Utpk89j4eYaIWEZMM,225
|
|
1157
1157
|
iamdata/data/resourceTypes/qldb.json,sha256=gjxezAWI__V9Urh48_-e5wEv-gU-JaWZgrAYKcU7hRs,786
|
|
1158
1158
|
iamdata/data/resourceTypes/quicksight.json,sha256=7j7DTsk9BA_PRCY3lgLdw4W5__gvN8u8jgG_-hZHcws,4125
|
|
@@ -1185,7 +1185,7 @@ iamdata/data/resourceTypes/rum.json,sha256=m1eE-xNr263sMkH0uPwMTqq97y-fTn7lQhWq8
|
|
|
1185
1185
|
iamdata/data/resourceTypes/s3-object-lambda.json,sha256=anlR9MWqsDVRoLgtetNG3qf-_SzLKg_IKYaOws7wd8Y,175
|
|
1186
1186
|
iamdata/data/resourceTypes/s3-outposts.json,sha256=vzIzZ1JQ0z8mxa4xdGSCSkdH-9FuXAUSyE9uDdd17FU,629
|
|
1187
1187
|
iamdata/data/resourceTypes/s3.json,sha256=CxE_YJOZg6_bhGTlWN8akSoHjsUfg_K1iztI70oDWTw,2396
|
|
1188
|
-
iamdata/data/resourceTypes/s3express.json,sha256=
|
|
1188
|
+
iamdata/data/resourceTypes/s3express.json,sha256=C8CGSkFoah5JTlfUflpNQCIDMZO_X_b1b-tWIRYSBIA,369
|
|
1189
1189
|
iamdata/data/resourceTypes/s3tables.json,sha256=SIQGojJb_qQzk3udQD8aBk-Solazb_gAFVLOkGSgNG0,364
|
|
1190
1190
|
iamdata/data/resourceTypes/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1191
1191
|
iamdata/data/resourceTypes/sagemaker-geospatial.json,sha256=jtejWVh-j2HOeaB6oXyd-F_Dx2lQ_6Xi25qczdOoO2c,711
|
|
@@ -1280,7 +1280,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1280
1280
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1281
1281
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1282
1282
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1283
|
-
iamdata-0.1.
|
|
1284
|
-
iamdata-0.1.
|
|
1285
|
-
iamdata-0.1.
|
|
1286
|
-
iamdata-0.1.
|
|
1283
|
+
iamdata-0.1.202507051.dist-info/METADATA,sha256=UHOimgXRd0vW95BOEbE9LmUfXWBohP2PmqNXW_P2ioo,3491
|
|
1284
|
+
iamdata-0.1.202507051.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1285
|
+
iamdata-0.1.202507051.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1286
|
+
iamdata-0.1.202507051.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|