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

Files changed (31) hide show
  1. iamdata/data/actions/bedrock-agentcore.json +1063 -0
  2. iamdata/data/actions/dataexchange.json +61 -9
  3. iamdata/data/actions/datazone.json +9 -0
  4. iamdata/data/actions/freetier.json +32 -0
  5. iamdata/data/actions/network-firewall.json +21 -0
  6. iamdata/data/actions/network-security-director.json +74 -0
  7. iamdata/data/actions/rds.json +25 -2
  8. iamdata/data/actions/s3.json +65 -3
  9. iamdata/data/actions/s3vectors.json +242 -0
  10. iamdata/data/actions/sagemaker-mlflow.json +135 -0
  11. iamdata/data/actions/sagemaker.json +144 -3
  12. iamdata/data/actions/securitylake.json +1 -0
  13. iamdata/data/conditionKeys/bedrock-agentcore.json +22 -0
  14. iamdata/data/conditionKeys/s3.json +10 -0
  15. iamdata/data/conditionKeys/s3vectors.json +12 -0
  16. iamdata/data/conditionKeys/sagemaker.json +10 -0
  17. iamdata/data/metadata.json +2 -2
  18. iamdata/data/resourceTypes/bedrock-agentcore.json +46 -0
  19. iamdata/data/resourceTypes/dataexchange.json +4 -1
  20. iamdata/data/resourceTypes/rds.json +4 -1
  21. iamdata/data/resourceTypes/s3vectors.json +10 -0
  22. iamdata/data/resourceTypes/sagemaker.json +10 -2
  23. iamdata/data/serviceNames.json +3 -1
  24. iamdata/data/services.json +3 -1
  25. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/METADATA +1 -1
  26. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/RECORD +30 -24
  27. iamdata/data/actions/supportrecommendations.json +0 -20
  28. /iamdata/data/conditionKeys/{supportrecommendations.json → network-security-director.json} +0 -0
  29. /iamdata/data/resourceTypes/{supportrecommendations.json → network-security-director.json} +0 -0
  30. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/WHEEL +0 -0
  31. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,242 @@
1
+ {
2
+ "createindex": {
3
+ "name": "CreateIndex",
4
+ "description": "Grants permission to create a new vector index within a specified vector bucket",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "Index",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "createvectorbucket": {
18
+ "name": "CreateVectorBucket",
19
+ "description": "Grants permission to create a new vector bucket",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "VectorBucket",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [
30
+ "s3vectors:sseType",
31
+ "s3vectors:kmsKeyArn"
32
+ ],
33
+ "dependentActions": []
34
+ },
35
+ "deleteindex": {
36
+ "name": "DeleteIndex",
37
+ "description": "Grants permission to delete a specified vector index",
38
+ "accessLevel": "Write",
39
+ "resourceTypes": [
40
+ {
41
+ "name": "Index",
42
+ "required": true,
43
+ "conditionKeys": [],
44
+ "dependentActions": []
45
+ }
46
+ ],
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ },
50
+ "deletevectorbucket": {
51
+ "name": "DeleteVectorBucket",
52
+ "description": "Grants permission to delete a specified vector bucket",
53
+ "accessLevel": "Write",
54
+ "resourceTypes": [
55
+ {
56
+ "name": "VectorBucket",
57
+ "required": true,
58
+ "conditionKeys": [],
59
+ "dependentActions": []
60
+ }
61
+ ],
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ },
65
+ "deletevectorbucketpolicy": {
66
+ "name": "DeleteVectorBucketPolicy",
67
+ "description": "Grants permission to delete the IAM resource policy from a specified vector bucket",
68
+ "accessLevel": "Write",
69
+ "resourceTypes": [
70
+ {
71
+ "name": "VectorBucket",
72
+ "required": true,
73
+ "conditionKeys": [],
74
+ "dependentActions": []
75
+ }
76
+ ],
77
+ "conditionKeys": [],
78
+ "dependentActions": []
79
+ },
80
+ "deletevectors": {
81
+ "name": "DeleteVectors",
82
+ "description": "Grants permission to delete a batch of vectors from a specified vector index",
83
+ "accessLevel": "Write",
84
+ "resourceTypes": [
85
+ {
86
+ "name": "Index",
87
+ "required": true,
88
+ "conditionKeys": [],
89
+ "dependentActions": []
90
+ }
91
+ ],
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ },
95
+ "getindex": {
96
+ "name": "GetIndex",
97
+ "description": "Grants permission to get the attributes of a specified vector index",
98
+ "accessLevel": "Read",
99
+ "resourceTypes": [
100
+ {
101
+ "name": "Index",
102
+ "required": true,
103
+ "conditionKeys": [],
104
+ "dependentActions": []
105
+ }
106
+ ],
107
+ "conditionKeys": [],
108
+ "dependentActions": []
109
+ },
110
+ "getvectorbucket": {
111
+ "name": "GetVectorBucket",
112
+ "description": "Grants permission to get the attributes of a specified vector bucket",
113
+ "accessLevel": "Read",
114
+ "resourceTypes": [
115
+ {
116
+ "name": "VectorBucket",
117
+ "required": true,
118
+ "conditionKeys": [],
119
+ "dependentActions": []
120
+ }
121
+ ],
122
+ "conditionKeys": [],
123
+ "dependentActions": []
124
+ },
125
+ "getvectorbucketpolicy": {
126
+ "name": "GetVectorBucketPolicy",
127
+ "description": "Grants permission to get the IAM resource policy for a specific vector bucket",
128
+ "accessLevel": "Read",
129
+ "resourceTypes": [
130
+ {
131
+ "name": "VectorBucket",
132
+ "required": true,
133
+ "conditionKeys": [],
134
+ "dependentActions": []
135
+ }
136
+ ],
137
+ "conditionKeys": [],
138
+ "dependentActions": []
139
+ },
140
+ "getvectors": {
141
+ "name": "GetVectors",
142
+ "description": "Grants permission to get a batch of vectors by their vector keys",
143
+ "accessLevel": "Read",
144
+ "resourceTypes": [
145
+ {
146
+ "name": "Index",
147
+ "required": true,
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ }
151
+ ],
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ },
155
+ "listindexes": {
156
+ "name": "ListIndexes",
157
+ "description": "Grants permission to get a paginated list of all indexes in a specified vector bucket",
158
+ "accessLevel": "List",
159
+ "resourceTypes": [
160
+ {
161
+ "name": "VectorBucket",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
170
+ "listvectorbuckets": {
171
+ "name": "ListVectorBuckets",
172
+ "description": "Grants permission to get a paginated list of all vector buckets in the account",
173
+ "accessLevel": "List",
174
+ "resourceTypes": [],
175
+ "conditionKeys": [],
176
+ "dependentActions": []
177
+ },
178
+ "listvectors": {
179
+ "name": "ListVectors",
180
+ "description": "Grants permission to get a paginated list of all vectors in a specified vector index",
181
+ "accessLevel": "List",
182
+ "resourceTypes": [
183
+ {
184
+ "name": "Index",
185
+ "required": true,
186
+ "conditionKeys": [],
187
+ "dependentActions": []
188
+ }
189
+ ],
190
+ "conditionKeys": [],
191
+ "dependentActions": [
192
+ "s3vectors:GetVectors"
193
+ ]
194
+ },
195
+ "putvectorbucketpolicy": {
196
+ "name": "PutVectorBucketPolicy",
197
+ "description": "Grants permission to add an IAM resource policy to a specified vector bucket",
198
+ "accessLevel": "Write",
199
+ "resourceTypes": [
200
+ {
201
+ "name": "VectorBucket",
202
+ "required": true,
203
+ "conditionKeys": [],
204
+ "dependentActions": []
205
+ }
206
+ ],
207
+ "conditionKeys": [],
208
+ "dependentActions": []
209
+ },
210
+ "putvectors": {
211
+ "name": "PutVectors",
212
+ "description": "Grants permission to add a batch of vectors to a specified vector index",
213
+ "accessLevel": "Write",
214
+ "resourceTypes": [
215
+ {
216
+ "name": "Index",
217
+ "required": true,
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ }
221
+ ],
222
+ "conditionKeys": [],
223
+ "dependentActions": []
224
+ },
225
+ "queryvectors": {
226
+ "name": "QueryVectors",
227
+ "description": "Grants permission to find approximate nearest neighbors within a specified search vector index for a given query vector",
228
+ "accessLevel": "Read",
229
+ "resourceTypes": [
230
+ {
231
+ "name": "Index",
232
+ "required": true,
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ }
236
+ ],
237
+ "conditionKeys": [],
238
+ "dependentActions": [
239
+ "s3vectors:GetVectors"
240
+ ]
241
+ }
242
+ }
@@ -82,6 +82,36 @@
82
82
  "conditionKeys": [],
83
83
  "dependentActions": []
84
84
  },
85
+ "deleteloggedmodel": {
86
+ "name": "DeleteLoggedModel",
87
+ "description": "Grants permission to delete a logged model in MLflow",
88
+ "accessLevel": "Write",
89
+ "resourceTypes": [
90
+ {
91
+ "name": "mlflow-tracking-server",
92
+ "required": true,
93
+ "conditionKeys": [],
94
+ "dependentActions": []
95
+ }
96
+ ],
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
100
+ "deleteloggedmodeltag": {
101
+ "name": "DeleteLoggedModelTag",
102
+ "description": "Grants permission to delete a tag for a logged model in MLflow",
103
+ "accessLevel": "Write",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "mlflow-tracking-server",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ },
85
115
  "deletemodelversion": {
86
116
  "name": "DeleteModelVersion",
87
117
  "description": "Grants permission to delete a model version",
@@ -232,6 +262,21 @@
232
262
  "conditionKeys": [],
233
263
  "dependentActions": []
234
264
  },
265
+ "finalizeloggedmodel": {
266
+ "name": "FinalizeLoggedModel",
267
+ "description": "Grants permission to set status for a logged model in MLflow",
268
+ "accessLevel": "Write",
269
+ "resourceTypes": [
270
+ {
271
+ "name": "mlflow-tracking-server",
272
+ "required": true,
273
+ "conditionKeys": [],
274
+ "dependentActions": []
275
+ }
276
+ ],
277
+ "conditionKeys": [],
278
+ "dependentActions": []
279
+ },
235
280
  "getdownloaduriformodelversionartifacts": {
236
281
  "name": "GetDownloadURIForModelVersionArtifacts",
237
282
  "description": "Grants permission to get a URI to download model artifacts for a specific model version",
@@ -292,6 +337,21 @@
292
337
  "conditionKeys": [],
293
338
  "dependentActions": []
294
339
  },
340
+ "getloggedmodel": {
341
+ "name": "GetLoggedModel",
342
+ "description": "Grants permission to get a logged model in MLflow",
343
+ "accessLevel": "Read",
344
+ "resourceTypes": [
345
+ {
346
+ "name": "mlflow-tracking-server",
347
+ "required": true,
348
+ "conditionKeys": [],
349
+ "dependentActions": []
350
+ }
351
+ ],
352
+ "conditionKeys": [],
353
+ "dependentActions": []
354
+ },
295
355
  "getmetrichistory": {
296
356
  "name": "GetMetricHistory",
297
357
  "description": "Grants permission to get a list of all values for the specified metric for a given run",
@@ -397,6 +457,21 @@
397
457
  "conditionKeys": [],
398
458
  "dependentActions": []
399
459
  },
460
+ "listloggedmodelartifacts": {
461
+ "name": "ListLoggedModelArtifacts",
462
+ "description": "Grants permission to list artifacts for a logged model in MLflow",
463
+ "accessLevel": "List",
464
+ "resourceTypes": [
465
+ {
466
+ "name": "mlflow-tracking-server",
467
+ "required": true,
468
+ "conditionKeys": [],
469
+ "dependentActions": []
470
+ }
471
+ ],
472
+ "conditionKeys": [],
473
+ "dependentActions": []
474
+ },
400
475
  "logbatch": {
401
476
  "name": "LogBatch",
402
477
  "description": "Grants permission to log a batch of metrics, parameters, and tags for a run",
@@ -427,6 +502,21 @@
427
502
  "conditionKeys": [],
428
503
  "dependentActions": []
429
504
  },
505
+ "logloggedmodelparams": {
506
+ "name": "LogLoggedModelParams",
507
+ "description": "Grants permission to log params for a logged model in MLflow",
508
+ "accessLevel": "Write",
509
+ "resourceTypes": [
510
+ {
511
+ "name": "mlflow-tracking-server",
512
+ "required": true,
513
+ "conditionKeys": [],
514
+ "dependentActions": []
515
+ }
516
+ ],
517
+ "conditionKeys": [],
518
+ "dependentActions": []
519
+ },
430
520
  "logmetric": {
431
521
  "name": "LogMetric",
432
522
  "description": "Grants permission to log a metric for a run",
@@ -457,6 +547,21 @@
457
547
  "conditionKeys": [],
458
548
  "dependentActions": []
459
549
  },
550
+ "logoutputs": {
551
+ "name": "LogOutputs",
552
+ "description": "Grants permission to log outputs, such as models, for a run in MLflow",
553
+ "accessLevel": "Write",
554
+ "resourceTypes": [
555
+ {
556
+ "name": "mlflow-tracking-server",
557
+ "required": true,
558
+ "conditionKeys": [],
559
+ "dependentActions": []
560
+ }
561
+ ],
562
+ "conditionKeys": [],
563
+ "dependentActions": []
564
+ },
460
565
  "logparam": {
461
566
  "name": "LogParam",
462
567
  "description": "Grants permission to log a parameter tracked during a run",
@@ -532,6 +637,21 @@
532
637
  "conditionKeys": [],
533
638
  "dependentActions": []
534
639
  },
640
+ "searchloggedmodels": {
641
+ "name": "SearchLoggedModels",
642
+ "description": "Grants permission to search for logged models in MLflow",
643
+ "accessLevel": "Read",
644
+ "resourceTypes": [
645
+ {
646
+ "name": "mlflow-tracking-server",
647
+ "required": true,
648
+ "conditionKeys": [],
649
+ "dependentActions": []
650
+ }
651
+ ],
652
+ "conditionKeys": [],
653
+ "dependentActions": []
654
+ },
535
655
  "searchmodelversions": {
536
656
  "name": "SearchModelVersions",
537
657
  "description": "Grants permission to search for a model version",
@@ -607,6 +727,21 @@
607
727
  "conditionKeys": [],
608
728
  "dependentActions": []
609
729
  },
730
+ "setloggedmodeltags": {
731
+ "name": "SetLoggedModelTags",
732
+ "description": "Grants permission to set tags for a logged model in MLflow",
733
+ "accessLevel": "Write",
734
+ "resourceTypes": [
735
+ {
736
+ "name": "mlflow-tracking-server",
737
+ "required": true,
738
+ "conditionKeys": [],
739
+ "dependentActions": []
740
+ }
741
+ ],
742
+ "conditionKeys": [],
743
+ "dependentActions": []
744
+ },
610
745
  "setmodelversiontag": {
611
746
  "name": "SetModelVersionTag",
612
747
  "description": "Grants permission to set a tag for the model version",
@@ -301,6 +301,12 @@
301
301
  "conditionKeys": [],
302
302
  "dependentActions": []
303
303
  },
304
+ {
305
+ "name": "notebook-instance-lifecycle-config",
306
+ "required": false,
307
+ "conditionKeys": [],
308
+ "dependentActions": []
309
+ },
304
310
  {
305
311
  "name": "optimization-job",
306
312
  "required": false,
@@ -1121,6 +1127,27 @@
1121
1127
  ],
1122
1128
  "dependentActions": []
1123
1129
  },
1130
+ "createhubcontentpresignedurls": {
1131
+ "name": "CreateHubContentPresignedUrls",
1132
+ "description": "Grants permission to generate S3 presigned URLs with GetObject permission for accessing model artifacts",
1133
+ "accessLevel": "Read",
1134
+ "resourceTypes": [
1135
+ {
1136
+ "name": "hub",
1137
+ "required": true,
1138
+ "conditionKeys": [],
1139
+ "dependentActions": []
1140
+ },
1141
+ {
1142
+ "name": "hub-content",
1143
+ "required": true,
1144
+ "conditionKeys": [],
1145
+ "dependentActions": []
1146
+ }
1147
+ ],
1148
+ "conditionKeys": [],
1149
+ "dependentActions": []
1150
+ },
1124
1151
  "createhubcontentreference": {
1125
1152
  "name": "CreateHubContentReference",
1126
1153
  "description": "Grants permission to create hub content reference",
@@ -1623,10 +1650,15 @@
1623
1650
  "name": "notebook-instance-lifecycle-config",
1624
1651
  "required": true,
1625
1652
  "conditionKeys": [],
1626
- "dependentActions": []
1653
+ "dependentActions": [
1654
+ "sagemaker:AddTags"
1655
+ ]
1627
1656
  }
1628
1657
  ],
1629
- "conditionKeys": [],
1658
+ "conditionKeys": [
1659
+ "aws:RequestTag/${TagKey}",
1660
+ "aws:TagKeys"
1661
+ ],
1630
1662
  "dependentActions": []
1631
1663
  },
1632
1664
  "createoptimizationjob": {
@@ -1858,6 +1890,7 @@
1858
1890
  "sagemaker:ImageArns",
1859
1891
  "sagemaker:ImageVersionArns",
1860
1892
  "sagemaker:OwnerUserProfileArn",
1893
+ "sagemaker:RemoteAccess",
1861
1894
  "sagemaker:SpaceSharingType"
1862
1895
  ],
1863
1896
  "dependentActions": []
@@ -3178,6 +3211,12 @@
3178
3211
  "conditionKeys": [],
3179
3212
  "dependentActions": []
3180
3213
  },
3214
+ {
3215
+ "name": "notebook-instance-lifecycle-config",
3216
+ "required": false,
3217
+ "conditionKeys": [],
3218
+ "dependentActions": []
3219
+ },
3181
3220
  {
3182
3221
  "name": "optimization-job",
3183
3222
  "required": false,
@@ -3493,6 +3532,22 @@
3493
3532
  "conditionKeys": [],
3494
3533
  "dependentActions": []
3495
3534
  },
3535
+ "describeclusterinference": {
3536
+ "name": "DescribeClusterInference",
3537
+ "isPermissionOnly": true,
3538
+ "description": "Grants permission to get information about the inference operator for a SageMaker HyperPod cluster",
3539
+ "accessLevel": "Read",
3540
+ "resourceTypes": [
3541
+ {
3542
+ "name": "cluster",
3543
+ "required": true,
3544
+ "conditionKeys": [],
3545
+ "dependentActions": []
3546
+ }
3547
+ ],
3548
+ "conditionKeys": [],
3549
+ "dependentActions": []
3550
+ },
3496
3551
  "describeclusternode": {
3497
3552
  "name": "DescribeClusterNode",
3498
3553
  "description": "Grants permission to return information about a SageMaker HyperPod cluster node",
@@ -4164,7 +4219,9 @@
4164
4219
  "dependentActions": []
4165
4220
  }
4166
4221
  ],
4167
- "conditionKeys": [],
4222
+ "conditionKeys": [
4223
+ "sagemaker:PipelineVersionId"
4224
+ ],
4168
4225
  "dependentActions": []
4169
4226
  },
4170
4227
  "describepipelinedefinitionforexecution": {
@@ -5267,6 +5324,21 @@
5267
5324
  "conditionKeys": [],
5268
5325
  "dependentActions": []
5269
5326
  },
5327
+ "listpipelineversions": {
5328
+ "name": "ListPipelineVersions",
5329
+ "description": "Grants permission to list versions of a pipeline",
5330
+ "accessLevel": "List",
5331
+ "resourceTypes": [
5332
+ {
5333
+ "name": "pipeline",
5334
+ "required": true,
5335
+ "conditionKeys": [],
5336
+ "dependentActions": []
5337
+ }
5338
+ ],
5339
+ "conditionKeys": [],
5340
+ "dependentActions": []
5341
+ },
5270
5342
  "listpipelines": {
5271
5343
  "name": "ListPipelines",
5272
5344
  "description": "Grants permission to list pipelines",
@@ -5628,6 +5700,12 @@
5628
5700
  "conditionKeys": [],
5629
5701
  "dependentActions": []
5630
5702
  },
5703
+ {
5704
+ "name": "notebook-instance-lifecycle-config",
5705
+ "required": false,
5706
+ "conditionKeys": [],
5707
+ "dependentActions": []
5708
+ },
5631
5709
  {
5632
5710
  "name": "optimization-job",
5633
5711
  "required": false,
@@ -5646,6 +5724,12 @@
5646
5724
  "conditionKeys": [],
5647
5725
  "dependentActions": []
5648
5726
  },
5727
+ {
5728
+ "name": "pipeline-execution",
5729
+ "required": false,
5730
+ "conditionKeys": [],
5731
+ "dependentActions": []
5732
+ },
5649
5733
  {
5650
5734
  "name": "processing-job",
5651
5735
  "required": false,
@@ -6068,6 +6152,23 @@
6068
6152
  "dependentActions": []
6069
6153
  }
6070
6154
  ],
6155
+ "conditionKeys": [
6156
+ "sagemaker:PipelineVersionId"
6157
+ ],
6158
+ "dependentActions": []
6159
+ },
6160
+ "startsession": {
6161
+ "name": "StartSession",
6162
+ "description": "Grants permission to start a remote session for a SageMaker space",
6163
+ "accessLevel": "Write",
6164
+ "resourceTypes": [
6165
+ {
6166
+ "name": "space",
6167
+ "required": true,
6168
+ "conditionKeys": [],
6169
+ "dependentActions": []
6170
+ }
6171
+ ],
6071
6172
  "conditionKeys": [],
6072
6173
  "dependentActions": []
6073
6174
  },
@@ -6431,6 +6532,28 @@
6431
6532
  ],
6432
6533
  "dependentActions": []
6433
6534
  },
6535
+ "updateclusterinference": {
6536
+ "name": "UpdateClusterInference",
6537
+ "isPermissionOnly": true,
6538
+ "description": "Grants permission to update the inference operator for a SageMaker HyperPod cluster",
6539
+ "accessLevel": "Write",
6540
+ "resourceTypes": [
6541
+ {
6542
+ "name": "cluster",
6543
+ "required": true,
6544
+ "conditionKeys": [],
6545
+ "dependentActions": []
6546
+ }
6547
+ ],
6548
+ "conditionKeys": [],
6549
+ "dependentActions": [
6550
+ "eks:AssociateAccessPolicy",
6551
+ "eks:DescribeCluster",
6552
+ "eks:ListAssociatedAccessPolicies",
6553
+ "iam:PassRole",
6554
+ "sagemaker:DescribeCluster"
6555
+ ]
6556
+ },
6434
6557
  "updateclusterschedulerconfig": {
6435
6558
  "name": "UpdateClusterSchedulerConfig",
6436
6559
  "description": "Grants permission to update a cluster scheduler config",
@@ -6958,6 +7081,23 @@
6958
7081
  "conditionKeys": [],
6959
7082
  "dependentActions": []
6960
7083
  },
7084
+ "updatepipelineversion": {
7085
+ "name": "UpdatePipelineVersion",
7086
+ "description": "Grants permission to update a pipeline version",
7087
+ "accessLevel": "Write",
7088
+ "resourceTypes": [
7089
+ {
7090
+ "name": "pipeline",
7091
+ "required": true,
7092
+ "conditionKeys": [],
7093
+ "dependentActions": []
7094
+ }
7095
+ ],
7096
+ "conditionKeys": [
7097
+ "sagemaker:PipelineVersionId"
7098
+ ],
7099
+ "dependentActions": []
7100
+ },
6961
7101
  "updateproject": {
6962
7102
  "name": "UpdateProject",
6963
7103
  "description": "Grants permission to update a Project",
@@ -7009,6 +7149,7 @@
7009
7149
  "sagemaker:ImageArns",
7010
7150
  "sagemaker:ImageVersionArns",
7011
7151
  "sagemaker:OwnerUserProfileArn",
7152
+ "sagemaker:RemoteAccess",
7012
7153
  "sagemaker:SpaceSharingType"
7013
7154
  ],
7014
7155
  "dependentActions": []
@@ -130,6 +130,7 @@
130
130
  "resourceTypes": [],
131
131
  "conditionKeys": [
132
132
  "aws:RequestTag/${TagKey}",
133
+ "aws:ResourceTag/${TagKey}",
133
134
  "aws:TagKeys"
134
135
  ],
135
136
  "dependentActions": [
@@ -0,0 +1,22 @@
1
+ {
2
+ "bedrock-agentcore:actorid": {
3
+ "key": "bedrock-agentcore:actorId",
4
+ "description": "Filters access by Actor Id",
5
+ "type": "String"
6
+ },
7
+ "bedrock-agentcore:namespace": {
8
+ "key": "bedrock-agentcore:namespace",
9
+ "description": "Filters access by namespace",
10
+ "type": "String"
11
+ },
12
+ "bedrock-agentcore:sessionid": {
13
+ "key": "bedrock-agentcore:sessionId",
14
+ "description": "Filters access by Session Id",
15
+ "type": "String"
16
+ },
17
+ "bedrock-agentcore:strategyid": {
18
+ "key": "bedrock-agentcore:strategyId",
19
+ "description": "Filters access by Memory Strategy Id",
20
+ "type": "String"
21
+ }
22
+ }