@cloud-copilot/iam-data 0.21.202608071 → 0.21.202608131

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.
Files changed (37) hide show
  1. package/data/actions/account-access.json +164 -0
  2. package/data/actions/agent-registry.json +302 -0
  3. package/data/actions/backup.json +90 -34
  4. package/data/actions/bedrock-agentcore.json +228 -0
  5. package/data/actions/cleanrooms.json +45 -0
  6. package/data/actions/connect.json +162 -0
  7. package/data/actions/datazone.json +8 -0
  8. package/data/actions/dms.json +98 -22
  9. package/data/actions/dynamodb.json +21 -0
  10. package/data/actions/eks.json +6 -0
  11. package/data/actions/elasticmapreduce.json +92 -0
  12. package/data/actions/iam.json +12 -6
  13. package/data/actions/quicksight.json +213 -49
  14. package/data/actions/securityagent.json +6 -0
  15. package/data/actions/securityhub.json +15 -0
  16. package/data/actions/transform-custom.json +34 -0
  17. package/data/actions/workspaces.json +45 -0
  18. package/data/categories/machine-learning-and-ai.json +1 -0
  19. package/data/categories/security-identity-and-compliance.json +1 -0
  20. package/data/conditionKeys/account-access.json +17 -0
  21. package/data/conditionKeys/agent-registry.json +17 -0
  22. package/data/conditionKeys/airflow.json +2 -2
  23. package/data/conditionKeys/autoscaling.json +5 -0
  24. package/data/conditionKeys/bedrock-agentcore.json +6 -1
  25. package/data/conditionKeys/eks.json +15 -0
  26. package/data/rcpSupportedServices.json +2 -0
  27. package/data/resourceTypes/account-access.json +9 -0
  28. package/data/resourceTypes/agent-registry.json +16 -0
  29. package/data/resourceTypes/backup.json +7 -0
  30. package/data/resourceTypes/bedrock-agentcore.json +7 -0
  31. package/data/resourceTypes/connect.json +14 -0
  32. package/data/resourceTypes/elasticmapreduce.json +8 -0
  33. package/data/resourceTypes/quicksight.json +7 -0
  34. package/data/serviceCategories.json +2 -0
  35. package/data/serviceNames.json +2 -0
  36. package/data/services.json +2 -0
  37. package/package.json +2 -2
@@ -168,6 +168,38 @@
168
168
  "conditionKeys": [],
169
169
  "dependentActions": []
170
170
  },
171
+ "passcapacityprovider": {
172
+ "name": "PassCapacityProvider",
173
+ "description": "Grants permission to pass a capacity provider to a runtime resource",
174
+ "accessLevel": "Write",
175
+ "resourceTypes": [
176
+ {
177
+ "name": "capacity-provider",
178
+ "required": true,
179
+ "conditionKeys": [],
180
+ "dependentActions": []
181
+ }
182
+ ],
183
+ "conditionKeys": [],
184
+ "dependentActions": []
185
+ },
186
+ "putsystemlogevents": {
187
+ "name": "PutSystemLogEvents",
188
+ "description": "Grants permission to collect system logs from the runtime instances",
189
+ "accessLevel": "Write",
190
+ "resourceTypes": [
191
+ {
192
+ "name": "capacity-provider",
193
+ "required": true,
194
+ "conditionKeys": [],
195
+ "dependentActions": []
196
+ }
197
+ ],
198
+ "conditionKeys": [
199
+ "bedrock-agentcore:runtimeSessionId"
200
+ ],
201
+ "dependentActions": []
202
+ },
171
203
  "synchronizegatewaytargets": {
172
204
  "name": "SynchronizeGatewayTargets",
173
205
  "description": "Grants permission to enable search on gateways",
@@ -230,6 +262,21 @@
230
262
  "conditionKeys": [],
231
263
  "dependentActions": []
232
264
  },
265
+ "batchputgatewayratelimits": {
266
+ "name": "BatchPutGatewayRateLimits",
267
+ "description": "Grants permission to batch put rate limits on a gateway",
268
+ "accessLevel": "Write",
269
+ "resourceTypes": [
270
+ {
271
+ "name": "gateway",
272
+ "required": true,
273
+ "conditionKeys": [],
274
+ "dependentActions": []
275
+ }
276
+ ],
277
+ "conditionKeys": [],
278
+ "dependentActions": []
279
+ },
233
280
  "batchupdatememoryrecords": {
234
281
  "name": "BatchUpdateMemoryRecords",
235
282
  "description": "Grants permission to update one or more memory records",
@@ -391,6 +438,18 @@
391
438
  ],
392
439
  "dependentActions": []
393
440
  },
441
+ "createcapacityprovider": {
442
+ "name": "CreateCapacityProvider",
443
+ "description": "Grants permission to create a new capacity provider",
444
+ "accessLevel": "Write",
445
+ "resourceTypes": [],
446
+ "conditionKeys": [
447
+ "aws:RequestTag/${TagKey}",
448
+ "aws:ResourceTag/${TagKey}",
449
+ "aws:TagKeys"
450
+ ],
451
+ "dependentActions": []
452
+ },
394
453
  "createcodeinterpreter": {
395
454
  "name": "CreateCodeInterpreter",
396
455
  "description": "Grants permission to create a new custom code interpreter",
@@ -480,6 +539,21 @@
480
539
  ],
481
540
  "dependentActions": []
482
541
  },
542
+ "creategatewayratelimit": {
543
+ "name": "CreateGatewayRateLimit",
544
+ "description": "Grants permission to create a rate limit on a gateway",
545
+ "accessLevel": "Write",
546
+ "resourceTypes": [
547
+ {
548
+ "name": "gateway",
549
+ "required": true,
550
+ "conditionKeys": [],
551
+ "dependentActions": []
552
+ }
553
+ ],
554
+ "conditionKeys": [],
555
+ "dependentActions": []
556
+ },
483
557
  "creategatewayrule": {
484
558
  "name": "CreateGatewayRule",
485
559
  "description": "Grants permission to create a new rule in an existing gateway",
@@ -858,6 +932,36 @@
858
932
  "conditionKeys": [],
859
933
  "dependentActions": []
860
934
  },
935
+ "deletecapacityprovider": {
936
+ "name": "DeleteCapacityProvider",
937
+ "description": "Grants permission to delete a capacity provider",
938
+ "accessLevel": "Write",
939
+ "resourceTypes": [
940
+ {
941
+ "name": "capacity-provider",
942
+ "required": true,
943
+ "conditionKeys": [],
944
+ "dependentActions": []
945
+ }
946
+ ],
947
+ "conditionKeys": [],
948
+ "dependentActions": []
949
+ },
950
+ "deletecapacityprovidersession": {
951
+ "name": "DeleteCapacityProviderSession",
952
+ "description": "Grants permission to delete a capacity provider session",
953
+ "accessLevel": "Write",
954
+ "resourceTypes": [
955
+ {
956
+ "name": "capacity-provider",
957
+ "required": true,
958
+ "conditionKeys": [],
959
+ "dependentActions": []
960
+ }
961
+ ],
962
+ "conditionKeys": [],
963
+ "dependentActions": []
964
+ },
861
965
  "deletecodeinterpreter": {
862
966
  "name": "DeleteCodeInterpreter",
863
967
  "description": "Grants permission to delete a custom code interpreter",
@@ -966,6 +1070,21 @@
966
1070
  "conditionKeys": [],
967
1071
  "dependentActions": []
968
1072
  },
1073
+ "deletegatewayratelimit": {
1074
+ "name": "DeleteGatewayRateLimit",
1075
+ "description": "Grants permission to delete a rate limit on a gateway",
1076
+ "accessLevel": "Write",
1077
+ "resourceTypes": [
1078
+ {
1079
+ "name": "gateway",
1080
+ "required": true,
1081
+ "conditionKeys": [],
1082
+ "dependentActions": []
1083
+ }
1084
+ ],
1085
+ "conditionKeys": [],
1086
+ "dependentActions": []
1087
+ },
969
1088
  "deletegatewayrule": {
970
1089
  "name": "DeleteGatewayRule",
971
1090
  "description": "Grants permission to delete an existing gateway rule",
@@ -1482,6 +1601,21 @@
1482
1601
  "conditionKeys": [],
1483
1602
  "dependentActions": []
1484
1603
  },
1604
+ "getcapacityprovider": {
1605
+ "name": "GetCapacityProvider",
1606
+ "description": "Grants permission to get details of a capacity provider",
1607
+ "accessLevel": "Read",
1608
+ "resourceTypes": [
1609
+ {
1610
+ "name": "capacity-provider",
1611
+ "required": true,
1612
+ "conditionKeys": [],
1613
+ "dependentActions": []
1614
+ }
1615
+ ],
1616
+ "conditionKeys": [],
1617
+ "dependentActions": []
1618
+ },
1485
1619
  "getcodeinterpreter": {
1486
1620
  "name": "GetCodeInterpreter",
1487
1621
  "description": "Grants permission to get details of a code interpreter",
@@ -1611,6 +1745,21 @@
1611
1745
  "conditionKeys": [],
1612
1746
  "dependentActions": []
1613
1747
  },
1748
+ "getgatewayratelimit": {
1749
+ "name": "GetGatewayRateLimit",
1750
+ "description": "Grants permission to retrieve a rate limit on a gateway",
1751
+ "accessLevel": "Read",
1752
+ "resourceTypes": [
1753
+ {
1754
+ "name": "gateway",
1755
+ "required": true,
1756
+ "conditionKeys": [],
1757
+ "dependentActions": []
1758
+ }
1759
+ ],
1760
+ "conditionKeys": [],
1761
+ "dependentActions": []
1762
+ },
1614
1763
  "getgatewayrule": {
1615
1764
  "name": "GetGatewayRule",
1616
1765
  "description": "Grants permission to retrieve an existing gateway rule",
@@ -2453,6 +2602,14 @@
2453
2602
  "conditionKeys": [],
2454
2603
  "dependentActions": []
2455
2604
  },
2605
+ "listagentruntimeversionsbycapacityprovider": {
2606
+ "name": "ListAgentRuntimeVersionsByCapacityProvider",
2607
+ "description": "Grants permission to list agent runtime versions by capacity provider",
2608
+ "accessLevel": "List",
2609
+ "resourceTypes": [],
2610
+ "conditionKeys": [],
2611
+ "dependentActions": []
2612
+ },
2456
2613
  "listagentruntimes": {
2457
2614
  "name": "ListAgentRuntimes",
2458
2615
  "description": "Grants permission to list agent runtimes",
@@ -2514,6 +2671,14 @@
2514
2671
  "conditionKeys": [],
2515
2672
  "dependentActions": []
2516
2673
  },
2674
+ "listcapacityproviders": {
2675
+ "name": "ListCapacityProviders",
2676
+ "description": "Grants permission to list capacity providers",
2677
+ "accessLevel": "List",
2678
+ "resourceTypes": [],
2679
+ "conditionKeys": [],
2680
+ "dependentActions": []
2681
+ },
2517
2682
  "listcodeinterpretersessions": {
2518
2683
  "name": "ListCodeInterpreterSessions",
2519
2684
  "description": "Grants permission to list code interpreter sessions",
@@ -2630,6 +2795,21 @@
2630
2795
  ],
2631
2796
  "dependentActions": []
2632
2797
  },
2798
+ "listgatewayratelimits": {
2799
+ "name": "ListGatewayRateLimits",
2800
+ "description": "Grants permission to list rate limits on a gateway",
2801
+ "accessLevel": "List",
2802
+ "resourceTypes": [
2803
+ {
2804
+ "name": "gateway",
2805
+ "required": true,
2806
+ "conditionKeys": [],
2807
+ "dependentActions": []
2808
+ }
2809
+ ],
2810
+ "conditionKeys": [],
2811
+ "dependentActions": []
2812
+ },
2633
2813
  "listgatewayrules": {
2634
2814
  "name": "ListGatewayRules",
2635
2815
  "description": "Grants permission to list existing gateway rules",
@@ -3004,6 +3184,12 @@
3004
3184
  "conditionKeys": [],
3005
3185
  "dependentActions": []
3006
3186
  },
3187
+ {
3188
+ "name": "capacity-provider",
3189
+ "required": false,
3190
+ "conditionKeys": [],
3191
+ "dependentActions": []
3192
+ },
3007
3193
  {
3008
3194
  "name": "code-interpreter-custom",
3009
3195
  "required": false,
@@ -3450,6 +3636,12 @@
3450
3636
  "conditionKeys": [],
3451
3637
  "dependentActions": []
3452
3638
  },
3639
+ {
3640
+ "name": "capacity-provider",
3641
+ "required": false,
3642
+ "conditionKeys": [],
3643
+ "dependentActions": []
3644
+ },
3453
3645
  {
3454
3646
  "name": "code-interpreter-custom",
3455
3647
  "required": false,
@@ -3570,6 +3762,12 @@
3570
3762
  "conditionKeys": [],
3571
3763
  "dependentActions": []
3572
3764
  },
3765
+ {
3766
+ "name": "capacity-provider",
3767
+ "required": false,
3768
+ "conditionKeys": [],
3769
+ "dependentActions": []
3770
+ },
3573
3771
  {
3574
3772
  "name": "code-interpreter-custom",
3575
3773
  "required": false,
@@ -3763,6 +3961,21 @@
3763
3961
  "conditionKeys": [],
3764
3962
  "dependentActions": []
3765
3963
  },
3964
+ "updatecapacityprovider": {
3965
+ "name": "UpdateCapacityProvider",
3966
+ "description": "Grants permission to update a capacity provider",
3967
+ "accessLevel": "Write",
3968
+ "resourceTypes": [
3969
+ {
3970
+ "name": "capacity-provider",
3971
+ "required": true,
3972
+ "conditionKeys": [],
3973
+ "dependentActions": []
3974
+ }
3975
+ ],
3976
+ "conditionKeys": [],
3977
+ "dependentActions": []
3978
+ },
3766
3979
  "updateconfigurationbundle": {
3767
3980
  "name": "UpdateConfigurationBundle",
3768
3981
  "description": "Grants permission to update a configuration bundle",
@@ -3838,6 +4051,21 @@
3838
4051
  "conditionKeys": [],
3839
4052
  "dependentActions": []
3840
4053
  },
4054
+ "updategatewayratelimit": {
4055
+ "name": "UpdateGatewayRateLimit",
4056
+ "description": "Grants permission to update a rate limit on a gateway",
4057
+ "accessLevel": "Write",
4058
+ "resourceTypes": [
4059
+ {
4060
+ "name": "gateway",
4061
+ "required": true,
4062
+ "conditionKeys": [],
4063
+ "dependentActions": []
4064
+ }
4065
+ ],
4066
+ "conditionKeys": [],
4067
+ "dependentActions": []
4068
+ },
3841
4069
  "updategatewayrule": {
3842
4070
  "name": "UpdateGatewayRule",
3843
4071
  "description": "Grants permission to update an existing gateway rule",
@@ -743,6 +743,21 @@
743
743
  "conditionKeys": [],
744
744
  "dependentActions": []
745
745
  },
746
+ "getanalysislogexport": {
747
+ "name": "GetAnalysisLogExport",
748
+ "description": "Grants permission to get an analysis log export",
749
+ "accessLevel": "Read",
750
+ "resourceTypes": [
751
+ {
752
+ "name": "membership",
753
+ "required": true,
754
+ "conditionKeys": [],
755
+ "dependentActions": []
756
+ }
757
+ ],
758
+ "conditionKeys": [],
759
+ "dependentActions": []
760
+ },
746
761
  "getanalysistemplate": {
747
762
  "name": "GetAnalysisTemplate",
748
763
  "description": "Grants permission to view details for an analysis template",
@@ -1127,6 +1142,21 @@
1127
1142
  "conditionKeys": [],
1128
1143
  "dependentActions": []
1129
1144
  },
1145
+ "listanalysislogexports": {
1146
+ "name": "ListAnalysisLogExports",
1147
+ "description": "Grants permission to list analysis log exports",
1148
+ "accessLevel": "List",
1149
+ "resourceTypes": [
1150
+ {
1151
+ "name": "membership",
1152
+ "required": true,
1153
+ "conditionKeys": [],
1154
+ "dependentActions": []
1155
+ }
1156
+ ],
1157
+ "conditionKeys": [],
1158
+ "dependentActions": []
1159
+ },
1130
1160
  "listanalysistemplates": {
1131
1161
  "name": "ListAnalysisTemplates",
1132
1162
  "description": "Grants permission to list available analysis templates",
@@ -1610,6 +1640,21 @@
1610
1640
  "conditionKeys": [],
1611
1641
  "dependentActions": []
1612
1642
  },
1643
+ "startanalysislogexport": {
1644
+ "name": "StartAnalysisLogExport",
1645
+ "description": "Grants permission to start an analysis log export",
1646
+ "accessLevel": "Write",
1647
+ "resourceTypes": [
1648
+ {
1649
+ "name": "membership",
1650
+ "required": true,
1651
+ "conditionKeys": [],
1652
+ "dependentActions": []
1653
+ }
1654
+ ],
1655
+ "conditionKeys": [],
1656
+ "dependentActions": []
1657
+ },
1613
1658
  "startprotectedjob": {
1614
1659
  "name": "StartProtectedJob",
1615
1660
  "description": "Grants permission to start protected jobs",
@@ -1130,6 +1130,25 @@
1130
1130
  ],
1131
1131
  "dependentActions": []
1132
1132
  },
1133
+ "createmetric": {
1134
+ "name": "CreateMetric",
1135
+ "description": "Grants permission to create a metric in an Amazon Connect instance",
1136
+ "accessLevel": "Write",
1137
+ "resourceTypes": [
1138
+ {
1139
+ "name": "metric",
1140
+ "required": true,
1141
+ "conditionKeys": [],
1142
+ "dependentActions": []
1143
+ }
1144
+ ],
1145
+ "conditionKeys": [
1146
+ "aws:RequestTag/${TagKey}",
1147
+ "aws:TagKeys",
1148
+ "connect:InstanceId"
1149
+ ],
1150
+ "dependentActions": []
1151
+ },
1133
1152
  "createnotification": {
1134
1153
  "name": "CreateNotification",
1135
1154
  "description": "Grants permission to create a notification in an Amazon Connect instance",
@@ -1930,6 +1949,24 @@
1930
1949
  ],
1931
1950
  "dependentActions": []
1932
1951
  },
1952
+ "deletemetric": {
1953
+ "name": "DeleteMetric",
1954
+ "description": "Grants permission to delete a metric in an Amazon Connect instance",
1955
+ "accessLevel": "Write",
1956
+ "resourceTypes": [
1957
+ {
1958
+ "name": "metric",
1959
+ "required": true,
1960
+ "conditionKeys": [],
1961
+ "dependentActions": []
1962
+ }
1963
+ ],
1964
+ "conditionKeys": [
1965
+ "aws:ResourceTag/${TagKey}",
1966
+ "connect:InstanceId"
1967
+ ],
1968
+ "dependentActions": []
1969
+ },
1933
1970
  "deletenotification": {
1934
1971
  "name": "DeleteNotification",
1935
1972
  "description": "Grants permission to delete a notification in an Amazon Connect instance",
@@ -2604,6 +2641,30 @@
2604
2641
  ],
2605
2642
  "dependentActions": []
2606
2643
  },
2644
+ "describemetric": {
2645
+ "name": "DescribeMetric",
2646
+ "description": "Grants permission to describe a metric in an Amazon Connect instance",
2647
+ "accessLevel": "Read",
2648
+ "resourceTypes": [
2649
+ {
2650
+ "name": "metric",
2651
+ "required": true,
2652
+ "conditionKeys": [],
2653
+ "dependentActions": []
2654
+ },
2655
+ {
2656
+ "name": "qualified-metric",
2657
+ "required": true,
2658
+ "conditionKeys": [],
2659
+ "dependentActions": []
2660
+ }
2661
+ ],
2662
+ "conditionKeys": [
2663
+ "aws:ResourceTag/${TagKey}",
2664
+ "connect:InstanceId"
2665
+ ],
2666
+ "dependentActions": []
2667
+ },
2607
2668
  "describenotification": {
2608
2669
  "name": "DescribeNotification",
2609
2670
  "description": "Grants permission to describe a notification in an Amazon Connect instance",
@@ -4185,6 +4246,23 @@
4185
4246
  ],
4186
4247
  "dependentActions": []
4187
4248
  },
4249
+ "listmetrics": {
4250
+ "name": "ListMetrics",
4251
+ "description": "Grants permission to list metrics in an Amazon Connect instance",
4252
+ "accessLevel": "List",
4253
+ "resourceTypes": [
4254
+ {
4255
+ "name": "instance",
4256
+ "required": true,
4257
+ "conditionKeys": [],
4258
+ "dependentActions": []
4259
+ }
4260
+ ],
4261
+ "conditionKeys": [
4262
+ "connect:InstanceId"
4263
+ ],
4264
+ "dependentActions": []
4265
+ },
4188
4266
  "listnotifications": {
4189
4267
  "name": "ListNotifications",
4190
4268
  "description": "Grants permission to list notifications in an Amazon Connect instance",
@@ -4585,6 +4663,12 @@
4585
4663
  "conditionKeys": [],
4586
4664
  "dependentActions": []
4587
4665
  },
4666
+ {
4667
+ "name": "metric",
4668
+ "required": false,
4669
+ "conditionKeys": [],
4670
+ "dependentActions": []
4671
+ },
4588
4672
  {
4589
4673
  "name": "phone-number",
4590
4674
  "required": false,
@@ -5272,6 +5356,24 @@
5272
5356
  ],
5273
5357
  "dependentActions": []
5274
5358
  },
5359
+ "searchmetrics": {
5360
+ "name": "SearchMetrics",
5361
+ "description": "Grants permission to search metrics in an Amazon Connect instance",
5362
+ "accessLevel": "Read",
5363
+ "resourceTypes": [
5364
+ {
5365
+ "name": "instance",
5366
+ "required": true,
5367
+ "conditionKeys": [],
5368
+ "dependentActions": []
5369
+ }
5370
+ ],
5371
+ "conditionKeys": [
5372
+ "connect:InstanceId",
5373
+ "connect:SearchTag/${TagKey}"
5374
+ ],
5375
+ "dependentActions": []
5376
+ },
5275
5377
  "searchnotifications": {
5276
5378
  "name": "SearchNotifications",
5277
5379
  "description": "Grants permission to search notifications in an Amazon Connect instance",
@@ -6113,6 +6215,12 @@
6113
6215
  "conditionKeys": [],
6114
6216
  "dependentActions": []
6115
6217
  },
6218
+ {
6219
+ "name": "metric",
6220
+ "required": false,
6221
+ "conditionKeys": [],
6222
+ "dependentActions": []
6223
+ },
6116
6224
  {
6117
6225
  "name": "phone-number",
6118
6226
  "required": false,
@@ -6323,6 +6431,12 @@
6323
6431
  "conditionKeys": [],
6324
6432
  "dependentActions": []
6325
6433
  },
6434
+ {
6435
+ "name": "metric",
6436
+ "required": false,
6437
+ "conditionKeys": [],
6438
+ "dependentActions": []
6439
+ },
6326
6440
  {
6327
6441
  "name": "phone-number",
6328
6442
  "required": false,
@@ -6838,6 +6952,54 @@
6838
6952
  ],
6839
6953
  "dependentActions": []
6840
6954
  },
6955
+ "updatemetriccontent": {
6956
+ "name": "UpdateMetricContent",
6957
+ "description": "Grants permission to update the content of a metric in an Amazon Connect instance",
6958
+ "accessLevel": "Write",
6959
+ "resourceTypes": [
6960
+ {
6961
+ "name": "metric",
6962
+ "required": true,
6963
+ "conditionKeys": [],
6964
+ "dependentActions": []
6965
+ },
6966
+ {
6967
+ "name": "qualified-metric",
6968
+ "required": true,
6969
+ "conditionKeys": [],
6970
+ "dependentActions": []
6971
+ }
6972
+ ],
6973
+ "conditionKeys": [
6974
+ "aws:ResourceTag/${TagKey}",
6975
+ "connect:InstanceId"
6976
+ ],
6977
+ "dependentActions": []
6978
+ },
6979
+ "updatemetricmetadata": {
6980
+ "name": "UpdateMetricMetadata",
6981
+ "description": "Grants permission to update the metadata of a metric in an Amazon Connect instance",
6982
+ "accessLevel": "Write",
6983
+ "resourceTypes": [
6984
+ {
6985
+ "name": "metric",
6986
+ "required": true,
6987
+ "conditionKeys": [],
6988
+ "dependentActions": []
6989
+ },
6990
+ {
6991
+ "name": "qualified-metric",
6992
+ "required": true,
6993
+ "conditionKeys": [],
6994
+ "dependentActions": []
6995
+ }
6996
+ ],
6997
+ "conditionKeys": [
6998
+ "aws:ResourceTag/${TagKey}",
6999
+ "connect:InstanceId"
7000
+ ],
7001
+ "dependentActions": []
7002
+ },
6841
7003
  "updatenotificationcontent": {
6842
7004
  "name": "UpdateNotificationContent",
6843
7005
  "description": "Grants permission to update the content of a notification in an Amazon Connect instance",
@@ -29,6 +29,14 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
+ "batchupdatenotifications": {
33
+ "name": "BatchUpdateNotifications",
34
+ "description": "Grants permission to update mutable fields of the calling user's own notifications",
35
+ "accessLevel": "Write",
36
+ "resourceTypes": [],
37
+ "conditionKeys": [],
38
+ "dependentActions": []
39
+ },
32
40
  "deletedomainsharingpolicy": {
33
41
  "name": "DeleteDomainSharingPolicy",
34
42
  "description": "Grants permission to delete a resource policy for a DataZone Domain",