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

@@ -63,6 +63,15 @@
63
63
  "conditionKeys": [],
64
64
  "dependentActions": []
65
65
  },
66
+ "link": {
67
+ "name": "Link",
68
+ "isPermissionOnly": true,
69
+ "description": "Grants permission to share Application Signals resources with a monitoring account",
70
+ "accessLevel": "Write",
71
+ "resourceTypes": [],
72
+ "conditionKeys": [],
73
+ "dependentActions": []
74
+ },
66
75
  "listobservedentities": {
67
76
  "name": "ListObservedEntities",
68
77
  "description": "Grants permission to list entities associated with other entities",
@@ -324,6 +324,21 @@
324
324
  ],
325
325
  "dependentActions": []
326
326
  },
327
+ "createinvocation": {
328
+ "name": "CreateInvocation",
329
+ "description": "Grants permission to create a new invocation in an existing session",
330
+ "accessLevel": "Write",
331
+ "resourceTypes": [
332
+ {
333
+ "name": "session",
334
+ "required": true,
335
+ "conditionKeys": [],
336
+ "dependentActions": []
337
+ }
338
+ ],
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ },
327
342
  "createknowledgebase": {
328
343
  "name": "CreateKnowledgeBase",
329
344
  "description": "Grants permission to create a knowledge base",
@@ -503,6 +518,17 @@
503
518
  ],
504
519
  "dependentActions": []
505
520
  },
521
+ "createsession": {
522
+ "name": "CreateSession",
523
+ "description": "Grants permission to create a new session",
524
+ "accessLevel": "Write",
525
+ "resourceTypes": [],
526
+ "conditionKeys": [
527
+ "aws:RequestTag/${TagKey}",
528
+ "aws:TagKeys"
529
+ ],
530
+ "dependentActions": []
531
+ },
506
532
  "deleteagent": {
507
533
  "name": "DeleteAgent",
508
534
  "description": "Grants permission to delete an Agent that you created earlier",
@@ -849,6 +875,21 @@
849
875
  "conditionKeys": [],
850
876
  "dependentActions": []
851
877
  },
878
+ "deletesession": {
879
+ "name": "DeleteSession",
880
+ "description": "Grants permission to delete a Session that you created earlier",
881
+ "accessLevel": "Write",
882
+ "resourceTypes": [
883
+ {
884
+ "name": "session",
885
+ "required": true,
886
+ "conditionKeys": [],
887
+ "dependentActions": []
888
+ }
889
+ ],
890
+ "conditionKeys": [],
891
+ "dependentActions": []
892
+ },
852
893
  "deregistermarketplacemodelendpoint": {
853
894
  "name": "DeregisterMarketplaceModelEndpoint",
854
895
  "description": "Grants permission to deregister a marketplace model endpoint to make it unusable in Bedrock Marketplace",
@@ -915,6 +956,21 @@
915
956
  "conditionKeys": [],
916
957
  "dependentActions": []
917
958
  },
959
+ "endsession": {
960
+ "name": "EndSession",
961
+ "description": "Grants permission to end a Session that you created earlier",
962
+ "accessLevel": "Write",
963
+ "resourceTypes": [
964
+ {
965
+ "name": "session",
966
+ "required": true,
967
+ "conditionKeys": [],
968
+ "dependentActions": []
969
+ }
970
+ ],
971
+ "conditionKeys": [],
972
+ "dependentActions": []
973
+ },
918
974
  "generatequery": {
919
975
  "name": "GenerateQuery",
920
976
  "description": "Grants permission to generate queries associated with user input",
@@ -1282,6 +1338,21 @@
1282
1338
  "conditionKeys": [],
1283
1339
  "dependentActions": []
1284
1340
  },
1341
+ "getinvocationstep": {
1342
+ "name": "GetInvocationStep",
1343
+ "description": "Grants permission to get an invocation step from a session",
1344
+ "accessLevel": "Read",
1345
+ "resourceTypes": [
1346
+ {
1347
+ "name": "session",
1348
+ "required": true,
1349
+ "conditionKeys": [],
1350
+ "dependentActions": []
1351
+ }
1352
+ ],
1353
+ "conditionKeys": [],
1354
+ "dependentActions": []
1355
+ },
1285
1356
  "getknowledgebase": {
1286
1357
  "name": "GetKnowledgeBase",
1287
1358
  "description": "Grants permission to retrieve an existing knowledge base",
@@ -1477,6 +1548,21 @@
1477
1548
  "conditionKeys": [],
1478
1549
  "dependentActions": []
1479
1550
  },
1551
+ "getsession": {
1552
+ "name": "GetSession",
1553
+ "description": "Grants permission to retrieve an existing session",
1554
+ "accessLevel": "Read",
1555
+ "resourceTypes": [
1556
+ {
1557
+ "name": "session",
1558
+ "required": true,
1559
+ "conditionKeys": [],
1560
+ "dependentActions": []
1561
+ }
1562
+ ],
1563
+ "conditionKeys": [],
1564
+ "dependentActions": []
1565
+ },
1480
1566
  "getusecaseformodelaccess": {
1481
1567
  "name": "GetUseCaseForModelAccess",
1482
1568
  "description": "Grants permission to retrieve a use case for model access",
@@ -1945,6 +2031,36 @@
1945
2031
  "conditionKeys": [],
1946
2032
  "dependentActions": []
1947
2033
  },
2034
+ "listinvocationsteps": {
2035
+ "name": "ListInvocationSteps",
2036
+ "description": "Grants permission to get list of invocation step from a session",
2037
+ "accessLevel": "List",
2038
+ "resourceTypes": [
2039
+ {
2040
+ "name": "session",
2041
+ "required": true,
2042
+ "conditionKeys": [],
2043
+ "dependentActions": []
2044
+ }
2045
+ ],
2046
+ "conditionKeys": [],
2047
+ "dependentActions": []
2048
+ },
2049
+ "listinvocations": {
2050
+ "name": "ListInvocations",
2051
+ "description": "Grants permission to list invocations in a session",
2052
+ "accessLevel": "List",
2053
+ "resourceTypes": [
2054
+ {
2055
+ "name": "session",
2056
+ "required": true,
2057
+ "conditionKeys": [],
2058
+ "dependentActions": []
2059
+ }
2060
+ ],
2061
+ "conditionKeys": [],
2062
+ "dependentActions": []
2063
+ },
1948
2064
  "listknowledgebasedocuments": {
1949
2065
  "name": "ListKnowledgeBaseDocuments",
1950
2066
  "description": "Grants permission to list documents in a knowledge base",
@@ -2047,6 +2163,14 @@
2047
2163
  "conditionKeys": [],
2048
2164
  "dependentActions": []
2049
2165
  },
2166
+ "listsessions": {
2167
+ "name": "ListSessions",
2168
+ "description": "Grants permission to list existing sessions",
2169
+ "accessLevel": "List",
2170
+ "resourceTypes": [],
2171
+ "conditionKeys": [],
2172
+ "dependentActions": []
2173
+ },
2050
2174
  "listtagsforresource": {
2051
2175
  "name": "ListTagsForResource",
2052
2176
  "description": "Grants permission to list tags for a Bedrock resource",
@@ -2165,6 +2289,12 @@
2165
2289
  "required": true,
2166
2290
  "conditionKeys": [],
2167
2291
  "dependentActions": []
2292
+ },
2293
+ {
2294
+ "name": "session",
2295
+ "required": true,
2296
+ "conditionKeys": [],
2297
+ "dependentActions": []
2168
2298
  }
2169
2299
  ],
2170
2300
  "conditionKeys": [],
@@ -2216,6 +2346,21 @@
2216
2346
  "conditionKeys": [],
2217
2347
  "dependentActions": []
2218
2348
  },
2349
+ "putinvocationstep": {
2350
+ "name": "PutInvocationStep",
2351
+ "description": "Grants permission to put an invocation step into an invocation in session",
2352
+ "accessLevel": "Write",
2353
+ "resourceTypes": [
2354
+ {
2355
+ "name": "session",
2356
+ "required": true,
2357
+ "conditionKeys": [],
2358
+ "dependentActions": []
2359
+ }
2360
+ ],
2361
+ "conditionKeys": [],
2362
+ "dependentActions": []
2363
+ },
2219
2364
  "putmodelinvocationloggingconfiguration": {
2220
2365
  "name": "PutModelInvocationLoggingConfiguration",
2221
2366
  "description": "Grants permission to create an existing Invocation logging configuration",
@@ -2512,6 +2657,12 @@
2512
2657
  "required": false,
2513
2658
  "conditionKeys": [],
2514
2659
  "dependentActions": []
2660
+ },
2661
+ {
2662
+ "name": "session",
2663
+ "required": false,
2664
+ "conditionKeys": [],
2665
+ "dependentActions": []
2515
2666
  }
2516
2667
  ],
2517
2668
  "conditionKeys": [
@@ -2638,6 +2789,12 @@
2638
2789
  "required": false,
2639
2790
  "conditionKeys": [],
2640
2791
  "dependentActions": []
2792
+ },
2793
+ {
2794
+ "name": "session",
2795
+ "required": false,
2796
+ "conditionKeys": [],
2797
+ "dependentActions": []
2641
2798
  }
2642
2799
  ],
2643
2800
  "conditionKeys": [
@@ -2894,6 +3051,21 @@
2894
3051
  "conditionKeys": [],
2895
3052
  "dependentActions": []
2896
3053
  },
3054
+ "updatesession": {
3055
+ "name": "UpdateSession",
3056
+ "description": "Grants permission to update an existing session",
3057
+ "accessLevel": "Write",
3058
+ "resourceTypes": [
3059
+ {
3060
+ "name": "session",
3061
+ "required": true,
3062
+ "conditionKeys": [],
3063
+ "dependentActions": []
3064
+ }
3065
+ ],
3066
+ "conditionKeys": [],
3067
+ "dependentActions": []
3068
+ },
2897
3069
  "validateflowdefinition": {
2898
3070
  "name": "ValidateFlowDefinition",
2899
3071
  "description": "Grants permission to validate prompt flow definitions",
@@ -38,22 +38,29 @@
38
38
  {
39
39
  "name": "service",
40
40
  "required": true,
41
- "conditionKeys": [],
41
+ "conditionKeys": [
42
+ "ecs:cluster",
43
+ "aws:ResourceTag/${TagKey}"
44
+ ],
42
45
  "dependentActions": []
43
46
  }
44
47
  ],
45
48
  "conditionKeys": [
46
49
  "aws:RequestTag/${TagKey}",
47
- "aws:ResourceTag/${TagKey}",
48
50
  "aws:TagKeys",
49
- "ecs:cluster",
50
51
  "ecs:capacity-provider",
51
52
  "ecs:task-definition",
52
53
  "ecs:enable-ebs-volumes",
53
54
  "ecs:enable-execute-command",
54
55
  "ecs:enable-service-connect",
55
56
  "ecs:namespace",
56
- "ecs:enable-vpc-lattice"
57
+ "ecs:enable-vpc-lattice",
58
+ "ecs:enable-ecs-managed-tags",
59
+ "ecs:propagate-tags",
60
+ "ecs:auto-assign-public-ip",
61
+ "ecs:subnet",
62
+ "ecs:task-cpu",
63
+ "ecs:task-memory"
57
64
  ],
58
65
  "dependentActions": []
59
66
  },
@@ -708,10 +715,23 @@
708
715
  "name": "RegisterTaskDefinition",
709
716
  "description": "Grants permission to register a new task definition from the supplied family and containerDefinitions",
710
717
  "accessLevel": "Write",
711
- "resourceTypes": [],
718
+ "resourceTypes": [
719
+ {
720
+ "name": "task-definition",
721
+ "required": true,
722
+ "conditionKeys": [
723
+ "aws:ResourceTag/${TagKey}"
724
+ ],
725
+ "dependentActions": []
726
+ }
727
+ ],
712
728
  "conditionKeys": [
713
729
  "aws:RequestTag/${TagKey}",
714
- "aws:TagKeys"
730
+ "aws:TagKeys",
731
+ "ecs:compute-compatibility",
732
+ "ecs:privileged",
733
+ "ecs:task-cpu",
734
+ "ecs:task-memory"
715
735
  ],
716
736
  "dependentActions": []
717
737
  },
@@ -1057,20 +1077,27 @@
1057
1077
  {
1058
1078
  "name": "service",
1059
1079
  "required": true,
1060
- "conditionKeys": [],
1080
+ "conditionKeys": [
1081
+ "ecs:cluster",
1082
+ "aws:ResourceTag/${TagKey}"
1083
+ ],
1061
1084
  "dependentActions": []
1062
1085
  }
1063
1086
  ],
1064
1087
  "conditionKeys": [
1065
- "aws:ResourceTag/${TagKey}",
1066
- "ecs:cluster",
1067
1088
  "ecs:capacity-provider",
1068
1089
  "ecs:enable-ebs-volumes",
1069
1090
  "ecs:enable-execute-command",
1070
1091
  "ecs:enable-service-connect",
1071
1092
  "ecs:namespace",
1072
1093
  "ecs:task-definition",
1073
- "ecs:enable-vpc-lattice"
1094
+ "ecs:enable-vpc-lattice",
1095
+ "ecs:enable-ecs-managed-tags",
1096
+ "ecs:propagate-tags",
1097
+ "ecs:auto-assign-public-ip",
1098
+ "ecs:subnet",
1099
+ "ecs:task-cpu",
1100
+ "ecs:task-memory"
1074
1101
  ],
1075
1102
  "dependentActions": []
1076
1103
  },
@@ -112,7 +112,8 @@
112
112
  "ram:RequestedResourceType",
113
113
  "ram:ResourceArn",
114
114
  "ram:RequestedAllowsExternalPrincipals",
115
- "ram:Principal"
115
+ "ram:Principal",
116
+ "ram:AllowsExternalPrincipals"
116
117
  ],
117
118
  "dependentActions": []
118
119
  },
@@ -2848,6 +2848,24 @@
2848
2848
  ],
2849
2849
  "dependentActions": []
2850
2850
  },
2851
+ "putconfigurationsetarchivingoptions": {
2852
+ "name": "PutConfigurationSetArchivingOptions",
2853
+ "description": "Grants permission to associate a configuration set with a Mail Manager archive",
2854
+ "accessLevel": "Write",
2855
+ "resourceTypes": [
2856
+ {
2857
+ "name": "configuration-set",
2858
+ "required": true,
2859
+ "conditionKeys": [],
2860
+ "dependentActions": []
2861
+ }
2862
+ ],
2863
+ "conditionKeys": [
2864
+ "ses:ApiVersion",
2865
+ "aws:ResourceTag/${TagKey}"
2866
+ ],
2867
+ "dependentActions": []
2868
+ },
2851
2869
  "putconfigurationsetsuppressionoptions": {
2852
2870
  "name": "PutConfigurationSetSuppressionOptions",
2853
2871
  "description": "Grants permission to specify the account suppression list preferences for a particular configuration set",
@@ -29,16 +29,26 @@
29
29
  "description": "Filters access by the Amazon ECS account setting name",
30
30
  "type": "String"
31
31
  },
32
+ "ecs:auto-assign-public-ip": {
33
+ "key": "ecs:auto-assign-public-ip",
34
+ "description": "Filters access by the public IP assignment configuration of your Amazon ECS task or Amazon ECS service that uses awsvpc network mode",
35
+ "type": "Bool"
36
+ },
32
37
  "ecs:capacity-provider": {
33
38
  "key": "ecs:capacity-provider",
34
39
  "description": "Filters access by the ARN of an Amazon ECS capacity provider",
35
- "type": "ARN"
40
+ "type": "ArrayOfARN"
36
41
  },
37
42
  "ecs:cluster": {
38
43
  "key": "ecs:cluster",
39
44
  "description": "Filters access by the ARN of an Amazon ECS cluster",
40
45
  "type": "ARN"
41
46
  },
47
+ "ecs:compute-compatibility": {
48
+ "key": "ecs:compute-compatibility",
49
+ "description": "Filters access by the required compatibilities field provided in the request",
50
+ "type": "ArrayOfString"
51
+ },
42
52
  "ecs:container-instances": {
43
53
  "key": "ecs:container-instances",
44
54
  "description": "Filters access by the ARN of an Amazon ECS container instance",
@@ -54,6 +64,11 @@
54
64
  "description": "Filters access by the Amazon ECS managed Amazon EBS volume capability of your ECS task or service",
55
65
  "type": "String"
56
66
  },
67
+ "ecs:enable-ecs-managed-tags": {
68
+ "key": "ecs:enable-ecs-managed-tags",
69
+ "description": "Filters access by the enableECSManagedTags configuration of your Amazon ECS task or Amazon ECS service",
70
+ "type": "Bool"
71
+ },
57
72
  "ecs:enable-execute-command": {
58
73
  "key": "ecs:enable-execute-command",
59
74
  "description": "Filters access by the execute-command capability of your Amazon ECS task or Amazon ECS service",
@@ -79,19 +94,44 @@
79
94
  "description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration",
80
95
  "type": "ARN"
81
96
  },
97
+ "ecs:privileged": {
98
+ "key": "ecs:privileged",
99
+ "description": "Filters access by the privileged field provided in the request",
100
+ "type": "String"
101
+ },
102
+ "ecs:propagate-tags": {
103
+ "key": "ecs:propagate-tags",
104
+ "description": "Filters access by the tag propagation configuration of your Amazon ECS task or Amazon ECS service",
105
+ "type": "String"
106
+ },
82
107
  "ecs:service": {
83
108
  "key": "ecs:service",
84
109
  "description": "Filters access by the ARN of an Amazon ECS service",
85
110
  "type": "ARN"
86
111
  },
112
+ "ecs:subnet": {
113
+ "key": "ecs:subnet",
114
+ "description": "Filters access by the subnet configuration of your Amazon ECS task or Amazon ECS service that uses awsvpc network mode",
115
+ "type": "ArrayOfString"
116
+ },
87
117
  "ecs:task": {
88
118
  "key": "ecs:task",
89
119
  "description": "Filters access by the ARN of an Amazon ECS task",
90
120
  "type": "ARN"
91
121
  },
122
+ "ecs:task-cpu": {
123
+ "key": "ecs:task-cpu",
124
+ "description": "Filters access by the task cpu, as an integer with 1024 = 1 vCPU, provided in the request",
125
+ "type": "Numeric"
126
+ },
92
127
  "ecs:task-definition": {
93
128
  "key": "ecs:task-definition",
94
129
  "description": "Filters access by the ARN of an Amazon ECS task definition",
95
130
  "type": "ARN"
131
+ },
132
+ "ecs:task-memory": {
133
+ "key": "ecs:task-memory",
134
+ "description": "Filters access by the task memory, as an integer representing MiB, provided in the request",
135
+ "type": "Numeric"
96
136
  }
97
137
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202502261",
3
- "updatedAt": "2025-02-26T04:47:26.541Z"
2
+ "version": "0.1.202502281",
3
+ "updatedAt": "2025-02-28T04:45:41.680Z"
4
4
  }
@@ -159,5 +159,12 @@
159
159
  "data-automation-invocation-job": {
160
160
  "key": "data-automation-invocation-job",
161
161
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}"
162
+ },
163
+ "session": {
164
+ "key": "session",
165
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:session/${SessionId}",
166
+ "conditionKeys": [
167
+ "aws:ResourceTag/${TagKey}"
168
+ ]
162
169
  }
163
170
  }
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "callanalyticsjob": {
45
45
  "key": "callanalyticsjob",
46
- "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-job/${JobName}",
46
+ "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics/${JobName}",
47
47
  "conditionKeys": [
48
48
  "aws:ResourceTag/${TagKey}"
49
49
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202502261
3
+ Version: 0.1.202502281
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=y33GYO2uhrZwsA--SZuTnuDzHKRQD6PhsEDSB9QZVsw,76
7
+ iamdata/data/metadata.json,sha256=7swuf3LF9c8Bk6jRaR-XDZrHm013QRK8EYRzBzCTBMg,76
8
8
  iamdata/data/serviceNames.json,sha256=cq4NoN6Uff23-Xak3U-bQlEXqGmnf_EOZZeaR89HcCs,18231
9
9
  iamdata/data/services.json,sha256=a_m1ljUk8AJ5U4v3dpI-Z7mARUWv-NGDwxp4ZwrfRvQ,7079
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -27,7 +27,7 @@ iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlN
27
27
  iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
28
28
  iamdata/data/actions/application-autoscaling.json,sha256=POMpk1nQ_WCxpwCxQLn7PGB4YlCCIf0Nuf9dTYVD8hY,5984
29
29
  iamdata/data/actions/application-cost-profiler.json,sha256=9VcuPqhnt0kpwf1isl4twq8bdq8xOboCeDjEJ7L7By8,1763
30
- iamdata/data/actions/application-signals.json,sha256=zgDMcWuYsv9k4sFVGiGOLsDi_jj8ltTkJDSZy6KuACg,5096
30
+ iamdata/data/actions/application-signals.json,sha256=MYT66N7eAz3IsyyTV5kF2c92gSKR0ZQxsInaD-MRu9c,5373
31
31
  iamdata/data/actions/application-transformation.json,sha256=Q61FUo8d-kkrSlJWTR5-7n3lVCWT7i47Cxw4Dpywe6o,3693
32
32
  iamdata/data/actions/applicationinsights.json,sha256=e3XCjtB1ZxRLJx_QFvanOwjKXDTh-X3de84YT-Z_Rq4,8215
33
33
  iamdata/data/actions/appmesh-preview.json,sha256=XucS5yrPAd5Gd_plXGjkh5BFBY5NwYTb8pl5A42u2fU,16570
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
57
57
  iamdata/data/actions/batch.json,sha256=WDT6NPGyJLLRpRDGdx7z6Emwuy2ZHSKOhBI9U107GvU,12594
58
58
  iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
59
59
  iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
60
- iamdata/data/actions/bedrock.json,sha256=eeDJqlXKc5WjNODF7Ck4P6OyUjZxfgqbz9E0AMAyUvs,77450
60
+ iamdata/data/actions/bedrock.json,sha256=p4BgBCejAMYDyaXyGInSoPSr6A-_BfUMHMqIDcq1hW8,81751
61
61
  iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
62
62
  iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
63
63
  iamdata/data/actions/braket.json,sha256=wOW6oOfFpz0KjEahp8VcgEvwwMMC7VbO3J-5DV1Uesc,5969
@@ -143,7 +143,7 @@ iamdata/data/actions/ec2.json,sha256=YhHl8lAK5izVTLBazEacCaJb9JrS2aHFUCGbFREynvo
143
143
  iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
144
144
  iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
145
145
  iamdata/data/actions/ecr.json,sha256=XokLvCW7j0MIYvOwLCJe9buyNetiTMKOiTw6Zm_-7D0,18846
146
- iamdata/data/actions/ecs.json,sha256=X1LjEFXEqul21NVfGzGClI1coVVAycoma5Ox3tP7_wA,30684
146
+ iamdata/data/actions/ecs.json,sha256=7r7KMOQPYziMGQazz-eH9APCJ5qo7FlHKJtEdp5O6f8,31345
147
147
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
148
148
  iamdata/data/actions/eks.json,sha256=uqnPJTUD04TcCoL9gq1B9CcBDvxWOusNCSGfiS7pKaQ,27452
149
149
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
@@ -305,7 +305,7 @@ iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJ
305
305
  iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
306
306
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
307
307
  iamdata/data/actions/quicksight.json,sha256=m1I0am8GHu35UuKsfzmBv09jjUSXXr8NhAmfayY-7Vg,93967
308
- iamdata/data/actions/ram.json,sha256=d3y6Gtkrbh2oAVI0xcApod2zBXW0YbLlbXk0tAhnZwc,16311
308
+ iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
309
309
  iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
310
310
  iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
311
311
  iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
@@ -355,7 +355,7 @@ iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9E
355
355
  iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-iw905_HpTM01E,10761
356
356
  iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
357
357
  iamdata/data/actions/servicequotas.json,sha256=tcwug9DFh7k6EdfL6m1077mYevKgeQoiFYJIwtYH7M0,7241
358
- iamdata/data/actions/ses.json,sha256=MAuRdrjEtviZUqpX_h1q-uTHEViBgVFgQtMAwcCkYGs,86077
358
+ iamdata/data/actions/ses.json,sha256=6ZMEMOqlnvIWdmbs5spsyepSa-WrY-ycH2Ixl0yXqKk,86589
359
359
  iamdata/data/actions/shield.json,sha256=dkMkYVIfVDoURc4NvaU_EqQsYm9lc6BeFemF1LU14TU,13715
360
360
  iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
361
361
  iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1Ar8,1118
@@ -559,7 +559,7 @@ iamdata/data/conditionKeys/ec2.json,sha256=Hi5Zzxt-ymLFZT_br8sxacIL8FnA_8OWU-_X_
559
559
  iamdata/data/conditionKeys/ec2messages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
560
560
  iamdata/data/conditionKeys/ecr-public.json,sha256=51bQfBuLh-b_fqAhlxKGp81zVbaSdkWVg29SRvVoi8U,764
561
561
  iamdata/data/conditionKeys/ecr.json,sha256=DvjSF2Bl80kd7EkBBcH5AESp4V1lnSj9dTQZNmiYHcw,860
562
- iamdata/data/conditionKeys/ecs.json,sha256=1RI-gi-Ob5IYCtJv_AdHE-LlXDbfDFldmwQsDRQGm-Y,3401
562
+ iamdata/data/conditionKeys/ecs.json,sha256=0n7_WJvFVT4EsuDGaHJ5dcDxwfCH_AfdiDZrVl5b-d0,5054
563
563
  iamdata/data/conditionKeys/eks-auth.json,sha256=4zcDb81GvLzhZtdFdqmWUF2lWj1FjKY-SuOwuz1nI_c,166
564
564
  iamdata/data/conditionKeys/eks.json,sha256=76psSvBcEYWpTYTsqlK_CjczCOlYk1cl-EiJ1gGa4IE,4266
565
565
  iamdata/data/conditionKeys/elasticache.json,sha256=m7rJ8esnmHr5ipNL8fvJ8wR8t7PENUlakcCy3Ye9iWA,5569
@@ -889,7 +889,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
889
889
  iamdata/data/resourceTypes/batch.json,sha256=jfVf4PiwDGoIi86_dtbmYY1TkUbaNCawB0p1k4uJDjA,1213
890
890
  iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
891
891
  iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
892
- iamdata/data/resourceTypes/bedrock.json,sha256=92CswktLNyVwAUO61I9eWUpeW7EQMwtVy-Hx3Aqpiz4,5113
892
+ iamdata/data/resourceTypes/bedrock.json,sha256=DxcbBa5rAO4muWNFIfrBOKlewXmrGTKKIeoKle-AIjY,5299
893
893
  iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
894
894
  iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
895
895
  iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
@@ -1228,7 +1228,7 @@ iamdata/data/resourceTypes/timestream-influxdb.json,sha256=p_7qMwNXw4GRU0XmD1f__
1228
1228
  iamdata/data/resourceTypes/timestream.json,sha256=lJAI9gLfLgNMu0d1awlKKOiPmBCDMPakyVmm9yIWjc4,627
1229
1229
  iamdata/data/resourceTypes/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1230
1230
  iamdata/data/resourceTypes/tnb.json,sha256=EEB4Jm3qBw2n3lS8MZVuP2znRFdabek_RdA_l2KGW78,1091
1231
- iamdata/data/resourceTypes/transcribe.json,sha256=ql_LYo90qv-mJo2PJo4wriPTX6yaVIT0KFtKNfXyH9s,1976
1231
+ iamdata/data/resourceTypes/transcribe.json,sha256=Y1LenEDOj8QF-BA9t5aXlc4CaUKbBQDCHgX15k9gIKw,1972
1232
1232
  iamdata/data/resourceTypes/transfer.json,sha256=B7Z7IT_PzyzIz7qIzoEHpfeYB-uQ_uDjBovqpe91ZIE,1742
1233
1233
  iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq717VqQe9xrS8,414
1234
1234
  iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
@@ -1259,7 +1259,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1259
1259
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1260
1260
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1261
1261
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1262
- iamdata-0.1.202502261.dist-info/METADATA,sha256=HnMDOHUwXOG6EkDU7LZ-lVwTv2B3Ml_BYeuJRw9saDM,3491
1263
- iamdata-0.1.202502261.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1264
- iamdata-0.1.202502261.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1265
- iamdata-0.1.202502261.dist-info/RECORD,,
1262
+ iamdata-0.1.202502281.dist-info/METADATA,sha256=JiCllbsEURj2P_Xy8LYXj8JDu7nqnuDCfGv9OfZGrRU,3491
1263
+ iamdata-0.1.202502281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1264
+ iamdata-0.1.202502281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1265
+ iamdata-0.1.202502281.dist-info/RECORD,,