iamdata 0.1.202507011__py3-none-any.whl → 0.1.202507031__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",
@@ -97,6 +97,21 @@
97
97
  ],
98
98
  "dependentActions": []
99
99
  },
100
+ "createdataintegrationschedule": {
101
+ "name": "CreateDataIntegrationSchedule",
102
+ "description": "Grants permission to create a data integration schedule",
103
+ "accessLevel": "Write",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "data-integration",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ },
100
115
  "createeventintegration": {
101
116
  "name": "CreateEventIntegration",
102
117
  "description": "Grants permission to create a new EventIntegration",
@@ -286,6 +301,36 @@
286
301
  ],
287
302
  "dependentActions": []
288
303
  },
304
+ "getdataintegrationexecution": {
305
+ "name": "GetDataIntegrationExecution",
306
+ "description": "Grants permission to get details about a data integration execution",
307
+ "accessLevel": "Read",
308
+ "resourceTypes": [
309
+ {
310
+ "name": "data-integration",
311
+ "required": true,
312
+ "conditionKeys": [],
313
+ "dependentActions": []
314
+ }
315
+ ],
316
+ "conditionKeys": [],
317
+ "dependentActions": []
318
+ },
319
+ "getdataintegrationschedule": {
320
+ "name": "GetDataIntegrationSchedule",
321
+ "description": "Grants permission to get details about a data integration schedule",
322
+ "accessLevel": "Read",
323
+ "resourceTypes": [
324
+ {
325
+ "name": "data-integration",
326
+ "required": true,
327
+ "conditionKeys": [],
328
+ "dependentActions": []
329
+ }
330
+ ],
331
+ "conditionKeys": [],
332
+ "dependentActions": []
333
+ },
289
334
  "geteventintegration": {
290
335
  "name": "GetEventIntegration",
291
336
  "description": "Grants permission to view details about EventIntegrations",
@@ -327,6 +372,36 @@
327
372
  "conditionKeys": [],
328
373
  "dependentActions": []
329
374
  },
375
+ "listdataintegrationexecutions": {
376
+ "name": "ListDataIntegrationExecutions",
377
+ "description": "Grants permission to list data integration executions",
378
+ "accessLevel": "List",
379
+ "resourceTypes": [
380
+ {
381
+ "name": "data-integration",
382
+ "required": true,
383
+ "conditionKeys": [],
384
+ "dependentActions": []
385
+ }
386
+ ],
387
+ "conditionKeys": [],
388
+ "dependentActions": []
389
+ },
390
+ "listdataintegrationschedules": {
391
+ "name": "ListDataIntegrationSchedules",
392
+ "description": "Grants permission to list data integration schedules",
393
+ "accessLevel": "List",
394
+ "resourceTypes": [
395
+ {
396
+ "name": "data-integration",
397
+ "required": true,
398
+ "conditionKeys": [],
399
+ "dependentActions": []
400
+ }
401
+ ],
402
+ "conditionKeys": [],
403
+ "dependentActions": []
404
+ },
330
405
  "listdataintegrations": {
331
406
  "name": "ListDataIntegrations",
332
407
  "description": "Grants permission to list DataIntegrations",
@@ -392,6 +467,24 @@
392
467
  ],
393
468
  "dependentActions": []
394
469
  },
470
+ "startdataintegrationexecution": {
471
+ "name": "StartDataIntegrationExecution",
472
+ "description": "Grants permission to start a data integration execution",
473
+ "accessLevel": "Write",
474
+ "resourceTypes": [
475
+ {
476
+ "name": "data-integration",
477
+ "required": true,
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ }
481
+ ],
482
+ "conditionKeys": [],
483
+ "dependentActions": [
484
+ "profile:CreateSegmentSnapshot",
485
+ "profile:CreateSnapshot"
486
+ ]
487
+ },
395
488
  "tagresource": {
396
489
  "name": "TagResource",
397
490
  "description": "Grants permission to tag an Amazon AppIntegration resource",
@@ -543,6 +636,21 @@
543
636
  ],
544
637
  "dependentActions": []
545
638
  },
639
+ "updatedataintegrationschedule": {
640
+ "name": "UpdateDataIntegrationSchedule",
641
+ "description": "Grants permission to update a data integration schedule",
642
+ "accessLevel": "Write",
643
+ "resourceTypes": [
644
+ {
645
+ "name": "data-integration",
646
+ "required": true,
647
+ "conditionKeys": [],
648
+ "dependentActions": []
649
+ }
650
+ ],
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
546
654
  "updateeventintegration": {
547
655
  "name": "UpdateEventIntegration",
548
656
  "description": "Grants permission to modify an EventIntegration",
@@ -29,42 +29,6 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
- "downloadagreement": {
33
- "name": "DownloadAgreement",
34
- "description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
35
- "accessLevel": "Read",
36
- "resourceTypes": [
37
- {
38
- "name": "agreement",
39
- "required": false,
40
- "conditionKeys": [],
41
- "dependentActions": []
42
- },
43
- {
44
- "name": "customer-agreement",
45
- "required": false,
46
- "conditionKeys": [],
47
- "dependentActions": []
48
- }
49
- ],
50
- "conditionKeys": [],
51
- "dependentActions": []
52
- },
53
- "get": {
54
- "name": "Get",
55
- "description": "Grants permission to download an AWS compliance report package",
56
- "accessLevel": "Read",
57
- "resourceTypes": [
58
- {
59
- "name": "report-package",
60
- "required": true,
61
- "conditionKeys": [],
62
- "dependentActions": []
63
- }
64
- ],
65
- "conditionKeys": [],
66
- "dependentActions": []
67
- },
68
32
  "getaccountsettings": {
69
33
  "name": "GetAccountSettings",
70
34
  "description": "Grants permission to get the account settings for Artifact",
@@ -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,
@@ -755,6 +755,9 @@
755
755
  "app-integrations:CreateApplicationAssociation",
756
756
  "app-integrations:CreateEventIntegrationAssociation",
757
757
  "app-integrations:GetApplication",
758
+ "app-integrations:GetDataIntegration",
759
+ "app-integrations:ListDataIntegrationAssociations",
760
+ "app-integrations:TagResource",
758
761
  "cases:GetDomain",
759
762
  "chime:AssociateVoiceConnectorConnect",
760
763
  "chime:DisassociateVoiceConnectorConnect",
@@ -1441,6 +1444,7 @@
1441
1444
  "dependentActions": [
1442
1445
  "app-integrations:DeleteApplicationAssociation",
1443
1446
  "app-integrations:DeleteEventIntegrationAssociation",
1447
+ "app-integrations:UntagResource",
1444
1448
  "connect:DescribeInstance",
1445
1449
  "ds:DescribeDirectories",
1446
1450
  "events:DeleteRule",
@@ -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",