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

@@ -1,4 +1,26 @@
1
1
  {
2
+ "createroutingrule": {
3
+ "name": "CreateRoutingRule",
4
+ "description": "Grants permission to create a routing rule",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "RoutingRule",
9
+ "required": true,
10
+ "conditionKeys": [
11
+ "apigateway:Request/Priority",
12
+ "apigateway:Request/ConditionBasePaths"
13
+ ],
14
+ "dependentActions": []
15
+ }
16
+ ],
17
+ "conditionKeys": [
18
+ "aws:ResourceTag/${TagKey}",
19
+ "apigateway:Request/Priority",
20
+ "apigateway:Request/ConditionBasePaths"
21
+ ],
22
+ "dependentActions": []
23
+ },
2
24
  "delete": {
3
25
  "name": "DELETE",
4
26
  "description": "Grants permission to delete a particular resource",
@@ -167,6 +189,28 @@
167
189
  ],
168
190
  "dependentActions": []
169
191
  },
192
+ "deleteroutingrule": {
193
+ "name": "DeleteRoutingRule",
194
+ "description": "Grants permission to delete a routing rule",
195
+ "accessLevel": "Write",
196
+ "resourceTypes": [
197
+ {
198
+ "name": "RoutingRule",
199
+ "required": true,
200
+ "conditionKeys": [
201
+ "apigateway:Resource/Priority",
202
+ "apigateway:Resource/ConditionBasePaths"
203
+ ],
204
+ "dependentActions": []
205
+ }
206
+ ],
207
+ "conditionKeys": [
208
+ "aws:ResourceTag/${TagKey}",
209
+ "apigateway:Resource/Priority",
210
+ "apigateway:Resource/ConditionBasePaths"
211
+ ],
212
+ "dependentActions": []
213
+ },
170
214
  "get": {
171
215
  "name": "GET",
172
216
  "description": "Grants permission to read a particular resource",
@@ -446,6 +490,40 @@
446
490
  "conditionKeys": [],
447
491
  "dependentActions": []
448
492
  },
493
+ "getroutingrule": {
494
+ "name": "GetRoutingRule",
495
+ "description": "Grants permission to read a routing rule",
496
+ "accessLevel": "Read",
497
+ "resourceTypes": [
498
+ {
499
+ "name": "RoutingRule",
500
+ "required": true,
501
+ "conditionKeys": [],
502
+ "dependentActions": []
503
+ }
504
+ ],
505
+ "conditionKeys": [
506
+ "aws:ResourceTag/${TagKey}"
507
+ ],
508
+ "dependentActions": []
509
+ },
510
+ "listroutingrule": {
511
+ "name": "ListRoutingRule",
512
+ "description": "Grants permission to list routing rules under a domain name",
513
+ "accessLevel": "List",
514
+ "resourceTypes": [
515
+ {
516
+ "name": "RoutingRule",
517
+ "required": true,
518
+ "conditionKeys": [],
519
+ "dependentActions": []
520
+ }
521
+ ],
522
+ "conditionKeys": [
523
+ "aws:ResourceTag/${TagKey}"
524
+ ],
525
+ "dependentActions": []
526
+ },
449
527
  "patch": {
450
528
  "name": "PATCH",
451
529
  "description": "Grants permission to update a particular resource",
@@ -794,6 +872,32 @@
794
872
  ],
795
873
  "dependentActions": []
796
874
  },
875
+ "updateroutingrule": {
876
+ "name": "UpdateRoutingRule",
877
+ "description": "Grants permission to update a routing rule using the PutRoutingRule API",
878
+ "accessLevel": "Write",
879
+ "resourceTypes": [
880
+ {
881
+ "name": "RoutingRule",
882
+ "required": true,
883
+ "conditionKeys": [
884
+ "apigateway:Request/Priority",
885
+ "apigateway:Request/ConditionBasePaths",
886
+ "apigateway:Resource/Priority",
887
+ "apigateway:Resource/ConditionBasePaths"
888
+ ],
889
+ "dependentActions": []
890
+ }
891
+ ],
892
+ "conditionKeys": [
893
+ "aws:ResourceTag/${TagKey}",
894
+ "apigateway:Request/Priority",
895
+ "apigateway:Request/ConditionBasePaths",
896
+ "apigateway:Resource/Priority",
897
+ "apigateway:Resource/ConditionBasePaths"
898
+ ],
899
+ "dependentActions": []
900
+ },
797
901
  "addcertificatetodomain": {
798
902
  "name": "AddCertificateToDomain",
799
903
  "description": "Grants permission to add certificates for mutual TLS authentication to a domain name. This is an additional authorization control for managing the DomainName resource due to the sensitive nature of mTLS",
@@ -137,6 +137,59 @@
137
137
  "conditionKeys": [],
138
138
  "dependentActions": []
139
139
  },
140
+ "getrecords": {
141
+ "name": "GetRecords",
142
+ "description": "Grants permission to retrieve the CDC stream records from a given shard",
143
+ "accessLevel": "Read",
144
+ "resourceTypes": [
145
+ {
146
+ "name": "stream",
147
+ "required": true,
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ }
151
+ ],
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ },
155
+ "getsharditerator": {
156
+ "name": "GetShardIterator",
157
+ "description": "Grants permission to return a shard iterator",
158
+ "accessLevel": "Read",
159
+ "resourceTypes": [
160
+ {
161
+ "name": "stream",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
170
+ "getstream": {
171
+ "name": "GetStream",
172
+ "description": "Grants permission to return information about a CDC stream, including the composition of its shards",
173
+ "accessLevel": "Read",
174
+ "resourceTypes": [
175
+ {
176
+ "name": "stream",
177
+ "required": true,
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ }
181
+ ],
182
+ "conditionKeys": [],
183
+ "dependentActions": []
184
+ },
185
+ "liststreams": {
186
+ "name": "ListStreams",
187
+ "description": "Grants permission to return an array of CDC stream ARNs associated with the current account and endpoint",
188
+ "accessLevel": "List",
189
+ "resourceTypes": [],
190
+ "conditionKeys": [],
191
+ "dependentActions": []
192
+ },
140
193
  "modify": {
141
194
  "name": "Modify",
142
195
  "description": "Grants permission to INSERT, UPDATE or DELETE data in a table",
@@ -253,7 +306,7 @@
253
306
  },
254
307
  "tagresource": {
255
308
  "name": "TagResource",
256
- "description": "Grants permission to tag a keyspace or table",
309
+ "description": "Grants permission to tag a keyspace, table, or stream",
257
310
  "accessLevel": "Tagging",
258
311
  "resourceTypes": [
259
312
  {
@@ -262,6 +315,12 @@
262
315
  "conditionKeys": [],
263
316
  "dependentActions": []
264
317
  },
318
+ {
319
+ "name": "stream",
320
+ "required": false,
321
+ "conditionKeys": [],
322
+ "dependentActions": []
323
+ },
265
324
  {
266
325
  "name": "table",
267
326
  "required": false,
@@ -300,7 +359,7 @@
300
359
  },
301
360
  "untagresource": {
302
361
  "name": "UntagResource",
303
- "description": "Grants permission to untag a keyspace or table",
362
+ "description": "Grants permission to untag a keyspace, table or stream",
304
363
  "accessLevel": "Tagging",
305
364
  "resourceTypes": [
306
365
  {
@@ -309,6 +368,12 @@
309
368
  "conditionKeys": [],
310
369
  "dependentActions": []
311
370
  },
371
+ {
372
+ "name": "stream",
373
+ "required": false,
374
+ "conditionKeys": [],
375
+ "dependentActions": []
376
+ },
312
377
  {
313
378
  "name": "table",
314
379
  "required": false,
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "addpeercluster": {
3
3
  "name": "AddPeerCluster",
4
+ "isPermissionOnly": true,
4
5
  "description": "Grants permission to add a peer cluster to a multi-Region cluster",
5
6
  "accessLevel": "Write",
6
7
  "resourceTypes": [
@@ -167,6 +168,7 @@
167
168
  },
168
169
  "putmultiregionproperties": {
169
170
  "name": "PutMultiRegionProperties",
171
+ "isPermissionOnly": true,
170
172
  "description": "Grants permission to update multi-Region properties of a cluster",
171
173
  "accessLevel": "Write",
172
174
  "resourceTypes": [
@@ -182,6 +184,7 @@
182
184
  },
183
185
  "putwitnessregion": {
184
186
  "name": "PutWitnessRegion",
187
+ "isPermissionOnly": true,
185
188
  "description": "Grants permission to configure and update the witness Region of a multi-Region cluster",
186
189
  "accessLevel": "Write",
187
190
  "resourceTypes": [
@@ -201,6 +204,7 @@
201
204
  },
202
205
  "removepeercluster": {
203
206
  "name": "RemovePeerCluster",
207
+ "isPermissionOnly": true,
204
208
  "description": "Grants permission to remove a peer cluster from a multi-Region cluster",
205
209
  "accessLevel": "Write",
206
210
  "resourceTypes": [
@@ -94,6 +94,22 @@
94
94
  "conditionKeys": [],
95
95
  "dependentActions": []
96
96
  },
97
+ "createglobaltablewitness": {
98
+ "name": "CreateGlobalTableWitness",
99
+ "isPermissionOnly": true,
100
+ "description": "Grants permission to add a Witness to a Global Table",
101
+ "accessLevel": "Write",
102
+ "resourceTypes": [
103
+ {
104
+ "name": "table",
105
+ "required": true,
106
+ "conditionKeys": [],
107
+ "dependentActions": []
108
+ }
109
+ ],
110
+ "conditionKeys": [],
111
+ "dependentActions": []
112
+ },
97
113
  "createtable": {
98
114
  "name": "CreateTable",
99
115
  "description": "Grants permission to the CreateTable operation adds a new table to your account",
@@ -143,6 +159,22 @@
143
159
  "conditionKeys": [],
144
160
  "dependentActions": []
145
161
  },
162
+ "deleteglobaltablewitness": {
163
+ "name": "DeleteGlobalTableWitness",
164
+ "isPermissionOnly": true,
165
+ "description": "Grants permission to remove a Witness from a Global Table",
166
+ "accessLevel": "Write",
167
+ "resourceTypes": [
168
+ {
169
+ "name": "table",
170
+ "required": true,
171
+ "conditionKeys": [],
172
+ "dependentActions": []
173
+ }
174
+ ],
175
+ "conditionKeys": [],
176
+ "dependentActions": []
177
+ },
146
178
  "deleteitem": {
147
179
  "name": "DeleteItem",
148
180
  "description": "Grants permission to deletes a single item in a table by primary key",