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

@@ -22,6 +22,14 @@
22
22
  "conditionKeys": [],
23
23
  "dependentActions": []
24
24
  },
25
+ "listcontrolmappings": {
26
+ "name": "ListControlMappings",
27
+ "description": "Grants permission to return a paginated list of control mappings from the AWS Control Catalog",
28
+ "accessLevel": "List",
29
+ "resourceTypes": [],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
25
33
  "listcontrols": {
26
34
  "name": "ListControls",
27
35
  "description": "Grants permission to return a paginated list of all available controls in the AWS Control Catalog library",
@@ -18,7 +18,9 @@
18
18
  {
19
19
  "name": "cluster",
20
20
  "required": true,
21
- "conditionKeys": [],
21
+ "conditionKeys": [
22
+ "aws:ResourceTag/${TagKey}"
23
+ ],
22
24
  "dependentActions": []
23
25
  }
24
26
  ],
@@ -682,12 +684,13 @@
682
684
  {
683
685
  "name": "cluster",
684
686
  "required": true,
685
- "conditionKeys": [],
687
+ "conditionKeys": [
688
+ "aws:ResourceTag/${TagKey}"
689
+ ],
686
690
  "dependentActions": []
687
691
  }
688
692
  ],
689
693
  "conditionKeys": [
690
- "aws:ResourceTag/${TagKey}",
691
694
  "ecs:capacity-provider"
692
695
  ],
693
696
  "dependentActions": []
@@ -700,13 +703,14 @@
700
703
  {
701
704
  "name": "cluster",
702
705
  "required": true,
703
- "conditionKeys": [],
706
+ "conditionKeys": [
707
+ "aws:ResourceTag/${TagKey}"
708
+ ],
704
709
  "dependentActions": []
705
710
  }
706
711
  ],
707
712
  "conditionKeys": [
708
713
  "aws:RequestTag/${TagKey}",
709
- "aws:ResourceTag/${TagKey}",
710
714
  "aws:TagKeys"
711
715
  ],
712
716
  "dependentActions": []
@@ -1034,12 +1038,13 @@
1034
1038
  {
1035
1039
  "name": "cluster",
1036
1040
  "required": true,
1037
- "conditionKeys": [],
1041
+ "conditionKeys": [
1042
+ "aws:ResourceTag/${TagKey}"
1043
+ ],
1038
1044
  "dependentActions": []
1039
1045
  }
1040
1046
  ],
1041
1047
  "conditionKeys": [
1042
- "aws:ResourceTag/${TagKey}",
1043
1048
  "ecs:fargate-ephemeral-storage-kms-key"
1044
1049
  ],
1045
1050
  "dependentActions": []
@@ -0,0 +1,163 @@
1
+ {
2
+ "createenvironment": {
3
+ "name": "CreateEnvironment",
4
+ "description": "Grants permission to create an Amazon EVS environment",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [
8
+ "aws:RequestTag/${TagKey}",
9
+ "aws:TagKeys"
10
+ ],
11
+ "dependentActions": []
12
+ },
13
+ "createenvironmenthost": {
14
+ "name": "CreateEnvironmentHost",
15
+ "description": "Grants permission to add host to an Amazon EVS environment",
16
+ "accessLevel": "Write",
17
+ "resourceTypes": [
18
+ {
19
+ "name": "environment",
20
+ "required": true,
21
+ "conditionKeys": [],
22
+ "dependentActions": []
23
+ }
24
+ ],
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ },
28
+ "deleteenvironment": {
29
+ "name": "DeleteEnvironment",
30
+ "description": "Grants permission to delete an Amazon EVS environment",
31
+ "accessLevel": "Write",
32
+ "resourceTypes": [
33
+ {
34
+ "name": "environment",
35
+ "required": true,
36
+ "conditionKeys": [],
37
+ "dependentActions": []
38
+ }
39
+ ],
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ },
43
+ "deleteenvironmenthost": {
44
+ "name": "DeleteEnvironmentHost",
45
+ "description": "Grants permission to delete a host from an Amazon EVS environment",
46
+ "accessLevel": "Write",
47
+ "resourceTypes": [
48
+ {
49
+ "name": "environment",
50
+ "required": true,
51
+ "conditionKeys": [],
52
+ "dependentActions": []
53
+ }
54
+ ],
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ },
58
+ "getenvironment": {
59
+ "name": "GetEnvironment",
60
+ "description": "Grants permission to get an Amazon EVS environment",
61
+ "accessLevel": "Read",
62
+ "resourceTypes": [
63
+ {
64
+ "name": "environment",
65
+ "required": true,
66
+ "conditionKeys": [],
67
+ "dependentActions": []
68
+ }
69
+ ],
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ },
73
+ "listenvironmenthosts": {
74
+ "name": "ListEnvironmentHosts",
75
+ "description": "Grants permission to retrieve a list of hosts associated with an Amazon EVS environment",
76
+ "accessLevel": "List",
77
+ "resourceTypes": [
78
+ {
79
+ "name": "environment",
80
+ "required": true,
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ }
84
+ ],
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ },
88
+ "listenvironmentvlans": {
89
+ "name": "ListEnvironmentVlans",
90
+ "description": "Grants permission to retrieve a list of Amazon EVS environment VLANs",
91
+ "accessLevel": "List",
92
+ "resourceTypes": [
93
+ {
94
+ "name": "environment",
95
+ "required": true,
96
+ "conditionKeys": [],
97
+ "dependentActions": []
98
+ }
99
+ ],
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ },
103
+ "listenvironments": {
104
+ "name": "ListEnvironments",
105
+ "description": "Grants permission to retrieve a list of Amazon EVS environments in an account",
106
+ "accessLevel": "List",
107
+ "resourceTypes": [],
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ },
111
+ "listtagsforresource": {
112
+ "name": "ListTagsForResource",
113
+ "description": "Grants permission to list the tags on a specified resource ARN",
114
+ "accessLevel": "Read",
115
+ "resourceTypes": [
116
+ {
117
+ "name": "environment",
118
+ "required": false,
119
+ "conditionKeys": [],
120
+ "dependentActions": []
121
+ }
122
+ ],
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
126
+ "tagresource": {
127
+ "name": "TagResource",
128
+ "description": "Grants permission to tag a specified resource ARN",
129
+ "accessLevel": "Tagging",
130
+ "resourceTypes": [
131
+ {
132
+ "name": "environment",
133
+ "required": true,
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ }
137
+ ],
138
+ "conditionKeys": [
139
+ "aws:RequestTag/${TagKey}",
140
+ "aws:ResourceTag/${TagKey}",
141
+ "aws:TagKeys"
142
+ ],
143
+ "dependentActions": []
144
+ },
145
+ "untagresource": {
146
+ "name": "UntagResource",
147
+ "description": "Grants permission to remove tags from a specified resource ARN",
148
+ "accessLevel": "Tagging",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "environment",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [
158
+ "aws:ResourceTag/${TagKey}",
159
+ "aws:TagKeys"
160
+ ],
161
+ "dependentActions": []
162
+ }
163
+ }
@@ -70,7 +70,6 @@
70
70
  },
71
71
  "listinvoicesummaries": {
72
72
  "name": "ListInvoiceSummaries",
73
- "isPermissionOnly": true,
74
73
  "description": "Grants permission to get Invoice summary information for your account or linked account",
75
74
  "accessLevel": "Read",
76
75
  "resourceTypes": [],
@@ -0,0 +1,186 @@
1
+ {
2
+ "associatevolume": {
3
+ "name": "AssociateVolume",
4
+ "description": "Grants permission to associate a workspace managed volume to a workspace managed instance in your account",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "WorkspaceInstanceId",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": [
16
+ "ec2:AttachVolume",
17
+ "ec2:DescribeVolumes"
18
+ ]
19
+ },
20
+ "createvolume": {
21
+ "name": "CreateVolume",
22
+ "description": "Grants permission to create a workspace managed volume in your account",
23
+ "accessLevel": "Write",
24
+ "resourceTypes": [],
25
+ "conditionKeys": [],
26
+ "dependentActions": [
27
+ "ec2:CreateVolume"
28
+ ]
29
+ },
30
+ "createworkspaceinstance": {
31
+ "name": "CreateWorkspaceInstance",
32
+ "description": "Grants permission to create a workspace managed instance in your account",
33
+ "accessLevel": "Write",
34
+ "resourceTypes": [],
35
+ "conditionKeys": [
36
+ "aws:RequestTag/${TagKey}",
37
+ "aws:TagKeys"
38
+ ],
39
+ "dependentActions": [
40
+ "ec2:DescribeInstances",
41
+ "ec2:RunInstances"
42
+ ]
43
+ },
44
+ "deletevolume": {
45
+ "name": "DeleteVolume",
46
+ "description": "Grants permission to delete a workspace managed volume in your account",
47
+ "accessLevel": "Write",
48
+ "resourceTypes": [
49
+ {
50
+ "name": "VolumeId",
51
+ "required": true,
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ }
55
+ ],
56
+ "conditionKeys": [],
57
+ "dependentActions": [
58
+ "ec2:DeleteVolume",
59
+ "ec2:DescribeVolumes"
60
+ ]
61
+ },
62
+ "deleteworkspaceinstance": {
63
+ "name": "DeleteWorkspaceInstance",
64
+ "description": "Grants permission to delete a workspace managed instance in your account",
65
+ "accessLevel": "Write",
66
+ "resourceTypes": [
67
+ {
68
+ "name": "WorkspaceInstanceId",
69
+ "required": true,
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ }
73
+ ],
74
+ "conditionKeys": [],
75
+ "dependentActions": [
76
+ "ec2:TerminateInstances"
77
+ ]
78
+ },
79
+ "disassociatevolume": {
80
+ "name": "DisassociateVolume",
81
+ "description": "Grants permission to disassociate a workspace managed volume from a workspace managed instance in your account",
82
+ "accessLevel": "Write",
83
+ "resourceTypes": [
84
+ {
85
+ "name": "WorkspaceInstanceId",
86
+ "required": true,
87
+ "conditionKeys": [],
88
+ "dependentActions": []
89
+ }
90
+ ],
91
+ "conditionKeys": [],
92
+ "dependentActions": [
93
+ "ec2:DescribeVolumes",
94
+ "ec2:DetachVolume"
95
+ ]
96
+ },
97
+ "getworkspaceinstance": {
98
+ "name": "GetWorkspaceInstance",
99
+ "description": "Grants permission to get details for a specific workspace managed instance in your account",
100
+ "accessLevel": "Read",
101
+ "resourceTypes": [
102
+ {
103
+ "name": "WorkspaceInstanceId",
104
+ "required": true,
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ }
108
+ ],
109
+ "conditionKeys": [],
110
+ "dependentActions": []
111
+ },
112
+ "listinstancetypes": {
113
+ "name": "ListInstanceTypes",
114
+ "description": "Grants permission to list all supported instance types",
115
+ "accessLevel": "List",
116
+ "resourceTypes": [],
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ },
120
+ "listregions": {
121
+ "name": "ListRegions",
122
+ "description": "Grants permission to list all supported AWS regions",
123
+ "accessLevel": "List",
124
+ "resourceTypes": [],
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ },
128
+ "listtagsforresource": {
129
+ "name": "ListTagsForResource",
130
+ "description": "Grants permission to list user tags for resources in your account",
131
+ "accessLevel": "List",
132
+ "resourceTypes": [
133
+ {
134
+ "name": "WorkspaceInstanceId",
135
+ "required": true,
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ }
139
+ ],
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ },
143
+ "listworkspaceinstances": {
144
+ "name": "ListWorkspaceInstances",
145
+ "description": "Grants permission to list workspace managed instances in your account",
146
+ "accessLevel": "List",
147
+ "resourceTypes": [],
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ },
151
+ "tagresource": {
152
+ "name": "TagResource",
153
+ "description": "Grants permission to add user tags to resources in your account",
154
+ "accessLevel": "Tagging",
155
+ "resourceTypes": [
156
+ {
157
+ "name": "WorkspaceInstanceId",
158
+ "required": true,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [
164
+ "aws:RequestTag/${TagKey}",
165
+ "aws:TagKeys"
166
+ ],
167
+ "dependentActions": []
168
+ },
169
+ "untagresource": {
170
+ "name": "UntagResource",
171
+ "description": "Grants permission to remove user tags from resources in your account",
172
+ "accessLevel": "Tagging",
173
+ "resourceTypes": [
174
+ {
175
+ "name": "WorkspaceInstanceId",
176
+ "required": true,
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ }
180
+ ],
181
+ "conditionKeys": [
182
+ "aws:TagKeys"
183
+ ],
184
+ "dependentActions": []
185
+ }
186
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access based on 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 based on the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access based on the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202506111",
3
- "updatedAt": "2025-06-11T04:53:45.208Z"
2
+ "version": "0.1.202506131",
3
+ "updatedAt": "2025-06-13T04:52:04.576Z"
4
4
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "environment": {
3
+ "key": "environment",
4
+ "arn": "arn:${Partition}:evs:${Region}:${Account}:environment/${EnvironmentIdentifier}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "workspaceinstanceid": {
3
+ "key": "WorkspaceInstanceId",
4
+ "arn": "arn:${Partition}:workspaces-instances:${Region}:${Account}:workspaceinstance/${WorkspaceInstanceId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "volumeid": {
10
+ "key": "VolumeId",
11
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:volume/${VolumeId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ }
16
+ }
@@ -153,6 +153,7 @@
153
153
  "es": "Amazon OpenSearch Service",
154
154
  "events": "Amazon EventBridge",
155
155
  "evidently": "Amazon CloudWatch Evidently",
156
+ "evs": "Amazon Elastic Virtualization Service",
156
157
  "execute-api": "Amazon API Gateway",
157
158
  "finspace": "Amazon FinSpace",
158
159
  "finspace-api": "Amazon FinSpace API",
@@ -415,6 +416,7 @@
415
416
  "workmail": "Amazon WorkMail",
416
417
  "workmailmessageflow": "Amazon WorkMail Message Flow",
417
418
  "workspaces": "Amazon WorkSpaces",
419
+ "workspaces-instances": "AWS WorkSpaces Managed Instances",
418
420
  "workspaces-web": "Amazon WorkSpaces Secure Browser",
419
421
  "xray": "AWS X-Ray"
420
422
  }
@@ -153,6 +153,7 @@
153
153
  "es",
154
154
  "events",
155
155
  "evidently",
156
+ "evs",
156
157
  "execute-api",
157
158
  "finspace",
158
159
  "finspace-api",
@@ -415,6 +416,7 @@
415
416
  "workmail",
416
417
  "workmailmessageflow",
417
418
  "workspaces",
419
+ "workspaces-instances",
418
420
  "workspaces-web",
419
421
  "xray"
420
422
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202506111
3
+ Version: 0.1.202506131
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,9 +4,9 @@ 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=qaX2aZFFOd9w-ayqojEyK7eSSNyqC2DkOajFgOtAuz8,76
8
- iamdata/data/serviceNames.json,sha256=BHXC5gFyTxjRpouDrGhb4nH0LZwrW1os_joN2Tzeln0,18274
9
- iamdata/data/services.json,sha256=vOQrKK0Hgx4DM3PVdVJ616IAJk9mAzhvVkCfNTZ5k48,7108
7
+ iamdata/data/metadata.json,sha256=JX6Kb0YQJHT68sENEKnkqBZHVkHDUvJ7BqGP5p240-U,76
8
+ iamdata/data/serviceNames.json,sha256=6BlgkDfbZPgKOTqTqGZrkFpeYuzGIaIHeNkWl0SNXSk,18386
9
+ iamdata/data/services.json,sha256=t2P0aLWOOHgCktmUhvT0RY6o7t8PrIIihTHrhOX5rpw,7143
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
@@ -108,7 +108,7 @@ iamdata/data/actions/connect-campaigns.json,sha256=4Wwn72V9GPaJ5vqicB20I3SM5ufWc
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
111
- iamdata/data/actions/controlcatalog.json,sha256=wWAO-nsZJSMcu6YItEXQulhRiOJtZWhtbDnX4FGVeTs,1608
111
+ iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
112
112
  iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19GBemNWqy0,21776
113
113
  iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
114
114
  iamdata/data/actions/cur.json,sha256=03f0buxaNSdB02oVy3Fn6t32s_CnmaaUzrqXYi4QrwA,4253
@@ -142,7 +142,7 @@ iamdata/data/actions/ec2.json,sha256=kB6Ovtzvrgczwjq1lJL-K2kCzncFfF-_4C_92-43b2w
142
142
  iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
143
143
  iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
144
144
  iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
145
- iamdata/data/actions/ecs.json,sha256=JFGY6vEN8FnR62O9ytYn0fG8IwQHAm8nV5kd0xWn7c8,32043
145
+ iamdata/data/actions/ecs.json,sha256=Hs4g5InCDSynyLRwASM8gSWmy4O_b8764IjvalcRsBU,32126
146
146
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
147
147
  iamdata/data/actions/eks.json,sha256=WfaiJ2dJu1Wn477jErQOQn78B6oNY8DIOr9N7xtju6s,28980
148
148
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
@@ -161,6 +161,7 @@ iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-q
161
161
  iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
162
162
  iamdata/data/actions/events.json,sha256=Rj5DO-1s2H4kdiySUW8BKogNGJjIGrLV4dcX7yGsAgU,25122
163
163
  iamdata/data/actions/evidently.json,sha256=_8CG5r8kMEnqHdda6QOKhd7J1_sf8f43BFUEUoGxeM4,13445
164
+ iamdata/data/actions/evs.json,sha256=gz5JOuw_0QrETEaPvJL9ZzlamTbWBIDYjje9tJNaG5Q,4246
164
165
  iamdata/data/actions/execute-api.json,sha256=JK8sAQbfih1ryeIhX2oHCG3Nc8BM6h5PXmz_psr9pbI,1280
165
166
  iamdata/data/actions/finspace-api.json,sha256=1YWtEsqWlnn94VfSjPip2wYsQ6SyKghSea00OMFUbak,429
166
167
  iamdata/data/actions/finspace.json,sha256=dleWfTnKhIxfM2N5oNBsv20xZE5l2cjS_lsk-OoYSQA,26696
@@ -199,7 +200,7 @@ iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG
199
200
  iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
200
201
  iamdata/data/actions/inspector2.json,sha256=S7sb8HtloLxRDOfvPH1NYsiKOEe1hTvF5C4z1yaNtqs,19025
201
202
  iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
202
- iamdata/data/actions/invoicing.json,sha256=TDXameeVUAkhpg0izvlXX6nasuF0Hz89p93gbjfzU78,4576
203
+ iamdata/data/actions/invoicing.json,sha256=qS0q6VK-ZFU2aMzHxa5ypU-9ZDYPCAd1-tQSgPjD78k,4546
203
204
  iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
204
205
  iamdata/data/actions/iot.json,sha256=rIkyylPS6GR9UdeFph5B7NYdQ45-GGJldHGLpFZm-xs,120051
205
206
  iamdata/data/actions/iotanalytics.json,sha256=97BKV-eWEdhuEwkNBFS3ILrv8B8zK-hihuJIByp6YJg,12912
@@ -422,6 +423,7 @@ iamdata/data/actions/workdocs.json,sha256=u8F-gh348948tbmxwFExBxd5e57wmQbZiWwW7b
422
423
  iamdata/data/actions/worklink.json,sha256=kFJjO6FyD8FjqcS3kwooIyqfj1ik8mDZtH0WJVunzOI,14184
423
424
  iamdata/data/actions/workmail.json,sha256=-jvK5uBMMZZb14NefPsoKAhvseWyqFv1KfJ5FnFc7z8,53171
424
425
  iamdata/data/actions/workmailmessageflow.json,sha256=J9wg1dkXioNULN8nhKqbXSTq5zezo2XYNetqfnw2_xE,841
426
+ iamdata/data/actions/workspaces-instances.json,sha256=lTKAhRp8mNNKu_rXwLt093h--hn8Varn1M9VRRMLflQ,5037
425
427
  iamdata/data/actions/workspaces-web.json,sha256=X-1Y3h-rpUxGaYjHUodzLnsBj-9mh77u8HTv8Id-eLQ,29213
426
428
  iamdata/data/actions/workspaces.json,sha256=ase-LiFu_Pz8K9cpHnArViZKM1yGyqNFaT6XOY-dM_M,37128
427
429
  iamdata/data/actions/xray.json,sha256=eAWoJvkJNgvvdAgzbWZfIglFZjj0IkRYocDXb_1hig4,14394
@@ -579,6 +581,7 @@ iamdata/data/conditionKeys/entityresolution.json,sha256=CwIeqVVB_N7y2LjV1KG6tz2B
579
581
  iamdata/data/conditionKeys/es.json,sha256=Ho5aZnG_yYWDlAIFY6T1OsNOrea682pe6sZciw3GMWM,536
580
582
  iamdata/data/conditionKeys/events.json,sha256=ocbgyht-tomxiW2IrDHh0DlkTB-88OmE7yc5j0MX56E,2947
581
583
  iamdata/data/conditionKeys/evidently.json,sha256=lGJKpyS_TDaE75aYW2Z3sicCI5ZlyycBnxvPkZf73zs,630
584
+ iamdata/data/conditionKeys/evs.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
582
585
  iamdata/data/conditionKeys/execute-api.json,sha256=-2qXNL2ONV2rmz14IrZtZgxazUUd1iea5OSBbSditdg,182
583
586
  iamdata/data/conditionKeys/finspace-api.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
584
587
  iamdata/data/conditionKeys/finspace.json,sha256=ojcVH4q6Vzatk1tB6d8_GNCuL_2IxzSm9kArCiJeAhU,536
@@ -840,6 +843,7 @@ iamdata/data/conditionKeys/workdocs.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536D
840
843
  iamdata/data/conditionKeys/worklink.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
841
844
  iamdata/data/conditionKeys/workmail.json,sha256=tyKpxMliHwm3Q1CUl1JnYOnUxxUiTqenYuIUWrRDSiE,544
842
845
  iamdata/data/conditionKeys/workmailmessageflow.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
846
+ iamdata/data/conditionKeys/workspaces-instances.json,sha256=Ho5aZnG_yYWDlAIFY6T1OsNOrea682pe6sZciw3GMWM,536
843
847
  iamdata/data/conditionKeys/workspaces-web.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
844
848
  iamdata/data/conditionKeys/workspaces.json,sha256=Xd79UFBDsDfAdwJcfLi812rr7RmsyuuiytaZu1OKGeU,689
845
849
  iamdata/data/conditionKeys/xray.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -997,6 +1001,7 @@ iamdata/data/resourceTypes/entityresolution.json,sha256=wJqhFgiNDrA9IvZvd02wZ0wK
997
1001
  iamdata/data/resourceTypes/es.json,sha256=47_z_Czok3nPYwg_4Yogm2RJuMJRSLxG4GEwhQx1lCU,1090
998
1002
  iamdata/data/resourceTypes/events.json,sha256=vSf1qTmWYUYRWeZQPA2D_CkWoV2VhhFOPoCDEUPn2is,2203
999
1003
  iamdata/data/resourceTypes/evidently.json,sha256=RsiBy5YinOKEFz-pwB2LYWv_nylCfQIPaJKSo2vgWzg,1029
1004
+ iamdata/data/resourceTypes/evs.json,sha256=g7XxBN8VgWxxiZHTXF5W3N3C6XZxrhjimB_MSA3oTMQ,208
1000
1005
  iamdata/data/resourceTypes/execute-api.json,sha256=deWgNO9wCNkwRuCLSBwNFWXMgVBy6c9laKUnbVeUgwI,423
1001
1006
  iamdata/data/resourceTypes/finspace-api.json,sha256=kzXgO4IoK2BBEeipoFd6CDokfWGcqM42dAEJVUNuJoI,140
1002
1007
  iamdata/data/resourceTypes/finspace.json,sha256=IMftn0F6p-wywzwnEKcwQyc7uaf951bBJ7Qk63tOOQs,1972
@@ -1258,6 +1263,7 @@ iamdata/data/resourceTypes/workdocs.json,sha256=DcV_SSOAODIQ989rmP4KCKbOm-bIl-8y
1258
1263
  iamdata/data/resourceTypes/worklink.json,sha256=zkt_r-JrZTD4rnkJnqLslnhtB0rOfy636wer88XDHws,174
1259
1264
  iamdata/data/resourceTypes/workmail.json,sha256=tosTaoITwjbXBp4JmYVKQ_GrkIC7YU_R9B5lbqDltSY,205
1260
1265
  iamdata/data/resourceTypes/workmailmessageflow.json,sha256=hb98FQaX5WGIj6O-uF_NcJRrIK4EgK_AgPCYcjd_1sI,171
1266
+ iamdata/data/resourceTypes/workspaces-instances.json,sha256=fOfGrVNkPcaaU296k4cGXgOOSlqRkdquTMQmzh14vJQ,427
1261
1267
  iamdata/data/resourceTypes/workspaces-web.json,sha256=AfsrERGus3bSSv8O6deDxRK0teRREoShJUIpenXA7x4,2047
1262
1268
  iamdata/data/resourceTypes/workspaces.json,sha256=Y-0wChLPrIITnzb7ex7KjvkaheX9HMJma0GusnwAGb0,1711
1263
1269
  iamdata/data/resourceTypes/xray.json,sha256=iQgTPdtx5TElaoMyhQ2-D7W2CpGjYgL9Uh_VNYJs_FA,393
@@ -1265,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1265
1271
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1266
1272
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1267
1273
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1268
- iamdata-0.1.202506111.dist-info/METADATA,sha256=Qs-pugpH4FpKs7HaLKE-VTmjIPdqGthbEvJLf0-Uc-c,3491
1269
- iamdata-0.1.202506111.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202506111.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202506111.dist-info/RECORD,,
1274
+ iamdata-0.1.202506131.dist-info/METADATA,sha256=wmAHKWQrZC5RnHa23-LBJ-ZgRwnQe5jCn2cul09ljtI,3491
1275
+ iamdata-0.1.202506131.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1276
+ iamdata-0.1.202506131.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1277
+ iamdata-0.1.202506131.dist-info/RECORD,,