@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071

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 (80) hide show
  1. package/data/actions/aiops.json +384 -0
  2. package/data/actions/aoss.json +9 -2
  3. package/data/actions/bedrock.json +576 -2
  4. package/data/actions/chime.json +95 -1
  5. package/data/actions/cleanrooms.json +1 -0
  6. package/data/actions/config.json +146 -14
  7. package/data/actions/connect-campaigns.json +15 -0
  8. package/data/actions/connect.json +40 -1
  9. package/data/actions/datazone.json +0 -5
  10. package/data/actions/dsql.json +191 -0
  11. package/data/actions/eks.json +8 -2
  12. package/data/actions/es.json +99 -3
  13. package/data/actions/glue.json +75 -0
  14. package/data/actions/imagebuilder.json +15 -0
  15. package/data/actions/invoicing.json +136 -0
  16. package/data/actions/logs.json +32 -0
  17. package/data/actions/memorydb.json +162 -0
  18. package/data/actions/networkflowmonitor.json +393 -0
  19. package/data/actions/networkmanager.json +59 -0
  20. package/data/actions/observabilityadmin.json +66 -0
  21. package/data/actions/opensearch.json +60 -0
  22. package/data/actions/partnercentral.json +256 -0
  23. package/data/actions/qapps.json +0 -4
  24. package/data/actions/qbusiness.json +377 -0
  25. package/data/actions/quicksight.json +79 -0
  26. package/data/actions/redshift-data.json +19 -2
  27. package/data/actions/redshift-serverless.json +23 -0
  28. package/data/actions/redshift.json +16 -0
  29. package/data/actions/rekognition.json +58 -11
  30. package/data/actions/s3.json +71 -0
  31. package/data/actions/s3tables.json +461 -0
  32. package/data/actions/sagemaker-data-science-assistant.json +11 -0
  33. package/data/actions/sagemaker.json +371 -9
  34. package/data/actions/security-ir.json +344 -0
  35. package/data/actions/transfer.json +127 -0
  36. package/data/actions/vpc-lattice.json +423 -44
  37. package/data/actions/vpce.json +11 -0
  38. package/data/conditionKeys/aiops.json +17 -0
  39. package/data/conditionKeys/bedrock.json +5 -0
  40. package/data/conditionKeys/config.json +5 -0
  41. package/data/conditionKeys/dsql.json +22 -0
  42. package/data/conditionKeys/eks.json +15 -0
  43. package/data/conditionKeys/invoicing.json +17 -1
  44. package/data/conditionKeys/networkflowmonitor.json +17 -0
  45. package/data/conditionKeys/networkmanager.json +10 -0
  46. package/data/conditionKeys/observabilityadmin.json +1 -0
  47. package/data/conditionKeys/redshift-data.json +5 -0
  48. package/data/conditionKeys/redshift-serverless.json +5 -0
  49. package/data/conditionKeys/s3express.json +5 -0
  50. package/data/conditionKeys/s3tables.json +12 -0
  51. package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
  52. package/data/conditionKeys/security-ir.json +17 -0
  53. package/data/conditionKeys/vpc-lattice.json +10 -0
  54. package/data/conditionKeys/vpce.json +1 -0
  55. package/data/resourceTypes/aiops.json +9 -0
  56. package/data/resourceTypes/bedrock.json +27 -0
  57. package/data/resourceTypes/config.json +7 -0
  58. package/data/resourceTypes/dsql.json +9 -0
  59. package/data/resourceTypes/es.json +7 -0
  60. package/data/resourceTypes/invoicing.json +9 -1
  61. package/data/resourceTypes/memorydb.json +12 -0
  62. package/data/resourceTypes/networkflowmonitor.json +16 -0
  63. package/data/resourceTypes/observabilityadmin.json +1 -0
  64. package/data/resourceTypes/opensearch.json +4 -0
  65. package/data/resourceTypes/partnercentral.json +12 -0
  66. package/data/resourceTypes/personalize.json +3 -3
  67. package/data/resourceTypes/qbusiness.json +14 -0
  68. package/data/resourceTypes/redshift-data.json +4 -0
  69. package/data/resourceTypes/redshift-serverless.json +4 -0
  70. package/data/resourceTypes/rekognition.json +8 -2
  71. package/data/resourceTypes/s3tables.json +14 -0
  72. package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
  73. package/data/resourceTypes/sagemaker.json +32 -0
  74. package/data/resourceTypes/security-ir.json +16 -0
  75. package/data/resourceTypes/transfer.json +7 -0
  76. package/data/resourceTypes/vpc-lattice.json +76 -35
  77. package/data/resourceTypes/vpce.json +1 -0
  78. package/data/serviceNames.json +8 -0
  79. package/data/services.json +8 -0
  80. package/package.json +2 -2
@@ -103,6 +103,15 @@
103
103
  "conditionKeys": [],
104
104
  "dependentActions": []
105
105
  },
106
+ "associatevoiceconnectorconnect": {
107
+ "name": "AssociateVoiceConnectorConnect",
108
+ "isPermissionOnly": true,
109
+ "description": "Grants permission to associate the specified Amazon Connect instance with an Amazon Chime Voice Connector",
110
+ "accessLevel": "Write",
111
+ "resourceTypes": [],
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ },
106
115
  "authorizedirectory": {
107
116
  "name": "AuthorizeDirectory",
108
117
  "description": "Grants permission to authorize an Active Directory for your Amazon Chime Enterprise account",
@@ -489,6 +498,34 @@
489
498
  "conditionKeys": [],
490
499
  "dependentActions": []
491
500
  },
501
+ "createconnectanalyticsconnector": {
502
+ "name": "CreateConnectAnalyticsConnector",
503
+ "isPermissionOnly": true,
504
+ "description": "Grants permission to create an Amazon Connect Analytics Connector in the AWS account (tag-based access controls are only supported on voice-chime.<region>.amazonaws.com endpoints)",
505
+ "accessLevel": "Write",
506
+ "resourceTypes": [],
507
+ "conditionKeys": [
508
+ "aws:TagKeys",
509
+ "aws:RequestTag/${TagKey}"
510
+ ],
511
+ "dependentActions": [
512
+ "chime:CreateVoiceConnector"
513
+ ]
514
+ },
515
+ "createconnectcalltransferconnector": {
516
+ "name": "CreateConnectCallTransferConnector",
517
+ "isPermissionOnly": true,
518
+ "description": "Grants permission to create an Amazon Connect Call Transfer Connector in the AWS account (tag-based access controls are only supported on voice-chime.<region>.amazonaws.com endpoints)",
519
+ "accessLevel": "Write",
520
+ "resourceTypes": [],
521
+ "conditionKeys": [
522
+ "aws:TagKeys",
523
+ "aws:RequestTag/${TagKey}"
524
+ ],
525
+ "dependentActions": [
526
+ "chime:CreateVoiceConnector"
527
+ ]
528
+ },
492
529
  "createmediacapturepipeline": {
493
530
  "name": "CreateMediaCapturePipeline",
494
531
  "description": "Grants permission to create a media capture pipeline (tag-based access controls are only supported on media-pipelines-chime.<region>.amazonaws.com endpoints)",
@@ -735,7 +772,10 @@
735
772
  "aws:TagKeys",
736
773
  "aws:RequestTag/${TagKey}"
737
774
  ],
738
- "dependentActions": []
775
+ "dependentActions": [
776
+ "chime:CreateConnectAnalyticsConnector",
777
+ "chime:CreateConnectCallTransferConnector"
778
+ ]
739
779
  },
740
780
  "createvoiceconnectorgroup": {
741
781
  "name": "CreateVoiceConnectorGroup",
@@ -1282,6 +1322,21 @@
1282
1322
  "conditionKeys": [],
1283
1323
  "dependentActions": []
1284
1324
  },
1325
+ "deletevoiceconnectorexternalsystemsconfiguration": {
1326
+ "name": "DeleteVoiceConnectorExternalSystemsConfiguration",
1327
+ "description": "Grants permission to delete the configuration of the external system that is connected with the specified Amazon Chime Voice Connector",
1328
+ "accessLevel": "Write",
1329
+ "resourceTypes": [
1330
+ {
1331
+ "name": "voice-connector",
1332
+ "required": true,
1333
+ "conditionKeys": [],
1334
+ "dependentActions": []
1335
+ }
1336
+ ],
1337
+ "conditionKeys": [],
1338
+ "dependentActions": []
1339
+ },
1285
1340
  "deletevoiceconnectorgroup": {
1286
1341
  "name": "DeleteVoiceConnectorGroup",
1287
1342
  "description": "Grants permission to delete the specified Amazon Chime Voice Connector Group",
@@ -1746,6 +1801,15 @@
1746
1801
  "conditionKeys": [],
1747
1802
  "dependentActions": []
1748
1803
  },
1804
+ "disassociatevoiceconnectorconnect": {
1805
+ "name": "DisassociateVoiceConnectorConnect",
1806
+ "isPermissionOnly": true,
1807
+ "description": "Grants permission to disassociate the Amazon Connect instance from the specified Amazon Chime Voice Connector",
1808
+ "accessLevel": "Write",
1809
+ "resourceTypes": [],
1810
+ "conditionKeys": [],
1811
+ "dependentActions": []
1812
+ },
1749
1813
  "disconnectdirectory": {
1750
1814
  "name": "DisconnectDirectory",
1751
1815
  "description": "Grants permission to disconnect the Active Directory from your Amazon Chime Enterprise account",
@@ -2263,6 +2327,21 @@
2263
2327
  "conditionKeys": [],
2264
2328
  "dependentActions": []
2265
2329
  },
2330
+ "getvoiceconnectorexternalsystemsconfiguration": {
2331
+ "name": "GetVoiceConnectorExternalSystemsConfiguration",
2332
+ "description": "Grants permission to get the configuration of the external system that is connected with the specified Amazon Chime Voice Connector",
2333
+ "accessLevel": "Read",
2334
+ "resourceTypes": [
2335
+ {
2336
+ "name": "voice-connector",
2337
+ "required": true,
2338
+ "conditionKeys": [],
2339
+ "dependentActions": []
2340
+ }
2341
+ ],
2342
+ "conditionKeys": [],
2343
+ "dependentActions": []
2344
+ },
2266
2345
  "getvoiceconnectorgroup": {
2267
2346
  "name": "GetVoiceConnectorGroup",
2268
2347
  "description": "Grants permission to get details for the specified Amazon Chime Voice Connector Group",
@@ -3341,6 +3420,21 @@
3341
3420
  "conditionKeys": [],
3342
3421
  "dependentActions": []
3343
3422
  },
3423
+ "putvoiceconnectorexternalsystemsconfiguration": {
3424
+ "name": "PutVoiceConnectorExternalSystemsConfiguration",
3425
+ "description": "Grants permission to update the configuration of the external system that is connected with the specified Amazon Chime Voice Connector",
3426
+ "accessLevel": "Write",
3427
+ "resourceTypes": [
3428
+ {
3429
+ "name": "voice-connector",
3430
+ "required": true,
3431
+ "conditionKeys": [],
3432
+ "dependentActions": []
3433
+ }
3434
+ ],
3435
+ "conditionKeys": [],
3436
+ "dependentActions": []
3437
+ },
3344
3438
  "putvoiceconnectorloggingconfiguration": {
3345
3439
  "name": "PutVoiceConnectorLoggingConfiguration",
3346
3440
  "description": "Grants permission to add logging configuration for the specified Amazon Chime Voice Connector",
@@ -179,6 +179,7 @@
179
179
  "aws:TagKeys"
180
180
  ],
181
181
  "dependentActions": [
182
+ "athena:GetTableMetadata",
182
183
  "glue:BatchGetPartition",
183
184
  "glue:GetDatabase",
184
185
  "glue:GetDatabases",
@@ -1,4 +1,19 @@
1
1
  {
2
+ "associateresourcetypes": {
3
+ "name": "AssociateResourceTypes",
4
+ "description": "Grants permission to add all specified resource types to the RecordingGroup of configuration recorder and includes those resource types when recording",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "ConfigurationRecorder",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
2
17
  "batchgetaggregateresourceconfig": {
3
18
  "name": "BatchGetAggregateResourceConfig",
4
19
  "description": "Grants permission to return the current configuration items for resources that are present in your AWS Config aggregator",
@@ -69,9 +84,16 @@
69
84
  },
70
85
  "deleteconfigurationrecorder": {
71
86
  "name": "DeleteConfigurationRecorder",
72
- "description": "Grants permission to delete the configuration recorder",
87
+ "description": "Grants permission to delete the customer managed configuration recorder",
73
88
  "accessLevel": "Write",
74
- "resourceTypes": [],
89
+ "resourceTypes": [
90
+ {
91
+ "name": "ConfigurationRecorder",
92
+ "required": true,
93
+ "conditionKeys": [],
94
+ "dependentActions": []
95
+ }
96
+ ],
75
97
  "conditionKeys": [],
76
98
  "dependentActions": []
77
99
  },
@@ -190,6 +212,23 @@
190
212
  "conditionKeys": [],
191
213
  "dependentActions": []
192
214
  },
215
+ "deleteservicelinkedconfigurationrecorder": {
216
+ "name": "DeleteServiceLinkedConfigurationRecorder",
217
+ "description": "Grants permission to delete the service-linked configuration recorder",
218
+ "accessLevel": "Write",
219
+ "resourceTypes": [
220
+ {
221
+ "name": "ConfigurationRecorder",
222
+ "required": true,
223
+ "conditionKeys": [],
224
+ "dependentActions": []
225
+ }
226
+ ],
227
+ "conditionKeys": [
228
+ "config:ConfigurationRecorderServicePrincipal"
229
+ ],
230
+ "dependentActions": []
231
+ },
193
232
  "deletestoredquery": {
194
233
  "name": "DeleteStoredQuery",
195
234
  "description": "Grants permission to delete the stored query for an AWS account in an AWS Region",
@@ -310,16 +349,34 @@
310
349
  "name": "DescribeConfigurationRecorderStatus",
311
350
  "description": "Grants permission to return the current status of the specified configuration recorder",
312
351
  "accessLevel": "Read",
313
- "resourceTypes": [],
314
- "conditionKeys": [],
352
+ "resourceTypes": [
353
+ {
354
+ "name": "ConfigurationRecorder",
355
+ "required": true,
356
+ "conditionKeys": [],
357
+ "dependentActions": []
358
+ }
359
+ ],
360
+ "conditionKeys": [
361
+ "config:ConfigurationRecorderServicePrincipal"
362
+ ],
315
363
  "dependentActions": []
316
364
  },
317
365
  "describeconfigurationrecorders": {
318
366
  "name": "DescribeConfigurationRecorders",
319
367
  "description": "Grants permission to return the names of one or more specified configuration recorders",
320
- "accessLevel": "List",
321
- "resourceTypes": [],
322
- "conditionKeys": [],
368
+ "accessLevel": "Read",
369
+ "resourceTypes": [
370
+ {
371
+ "name": "ConfigurationRecorder",
372
+ "required": true,
373
+ "conditionKeys": [],
374
+ "dependentActions": []
375
+ }
376
+ ],
377
+ "conditionKeys": [
378
+ "config:ConfigurationRecorderServicePrincipal"
379
+ ],
323
380
  "dependentActions": []
324
381
  },
325
382
  "describeconformancepackcompliance": {
@@ -455,6 +512,21 @@
455
512
  "conditionKeys": [],
456
513
  "dependentActions": []
457
514
  },
515
+ "disassociateresourcetypes": {
516
+ "name": "DisassociateResourceTypes",
517
+ "description": "Grants permission to remove all specified resource types from the RecordingGroup of configuration recorder and excludes these resource types when recording",
518
+ "accessLevel": "Write",
519
+ "resourceTypes": [
520
+ {
521
+ "name": "ConfigurationRecorder",
522
+ "required": true,
523
+ "conditionKeys": [],
524
+ "dependentActions": []
525
+ }
526
+ ],
527
+ "conditionKeys": [],
528
+ "dependentActions": []
529
+ },
458
530
  "getaggregatecompliancedetailsbyconfigrule": {
459
531
  "name": "GetAggregateComplianceDetailsByConfigRule",
460
532
  "description": "Grants permission to return the evaluation results for the specified AWS Config rule for a specific resource in a rule",
@@ -713,6 +785,14 @@
713
785
  "conditionKeys": [],
714
786
  "dependentActions": []
715
787
  },
788
+ "listconfigurationrecorders": {
789
+ "name": "ListConfigurationRecorders",
790
+ "description": "Grants permission to list the configuration recorder summaries for an AWS account in an AWS Region",
791
+ "accessLevel": "List",
792
+ "resourceTypes": [],
793
+ "conditionKeys": [],
794
+ "dependentActions": []
795
+ },
716
796
  "listconformancepackcompliancescores": {
717
797
  "name": "ListConformancePackComplianceScores",
718
798
  "description": "Grants permission to return the percentage of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations",
@@ -768,6 +848,12 @@
768
848
  "conditionKeys": [],
769
849
  "dependentActions": []
770
850
  },
851
+ {
852
+ "name": "ConfigurationRecorder",
853
+ "required": false,
854
+ "conditionKeys": [],
855
+ "dependentActions": []
856
+ },
771
857
  {
772
858
  "name": "ConformancePack",
773
859
  "required": false,
@@ -856,11 +942,16 @@
856
942
  },
857
943
  "putconfigurationrecorder": {
858
944
  "name": "PutConfigurationRecorder",
859
- "description": "Grants permission to create a new configuration recorder to record the selected resource configurations",
945
+ "description": "Grants permission to create or update a customer managed configuration recorder to record the selected resource configurations",
860
946
  "accessLevel": "Write",
861
947
  "resourceTypes": [],
862
- "conditionKeys": [],
863
- "dependentActions": []
948
+ "conditionKeys": [
949
+ "aws:RequestTag/${TagKey}",
950
+ "aws:TagKeys"
951
+ ],
952
+ "dependentActions": [
953
+ "iam:PassRole"
954
+ ]
864
955
  },
865
956
  "putconformancepack": {
866
957
  "name": "PutConformancePack",
@@ -996,6 +1087,21 @@
996
1087
  "conditionKeys": [],
997
1088
  "dependentActions": []
998
1089
  },
1090
+ "putservicelinkedconfigurationrecorder": {
1091
+ "name": "PutServiceLinkedConfigurationRecorder",
1092
+ "description": "Grants permission to create a new service-linked configuration recorder to record the resource configurations in scope for the linked service",
1093
+ "accessLevel": "Write",
1094
+ "resourceTypes": [],
1095
+ "conditionKeys": [
1096
+ "aws:RequestTag/${TagKey}",
1097
+ "aws:TagKeys",
1098
+ "config:ConfigurationRecorderServicePrincipal"
1099
+ ],
1100
+ "dependentActions": [
1101
+ "iam:CreateServiceLinkedRole",
1102
+ "iam:PassRole"
1103
+ ]
1104
+ },
999
1105
  "putstoredquery": {
1000
1106
  "name": "PutStoredQuery",
1001
1107
  "description": "Grants permission to save a new query or updates an existing saved query",
@@ -1054,9 +1160,16 @@
1054
1160
  },
1055
1161
  "startconfigurationrecorder": {
1056
1162
  "name": "StartConfigurationRecorder",
1057
- "description": "Grants permission to start recording configurations of the AWS resources you have selected to record in your AWS account",
1163
+ "description": "Grants permission to the customer managed configuration recorder to start recording configurations of the AWS resources you have selected to record in your AWS account",
1058
1164
  "accessLevel": "Write",
1059
- "resourceTypes": [],
1165
+ "resourceTypes": [
1166
+ {
1167
+ "name": "ConfigurationRecorder",
1168
+ "required": true,
1169
+ "conditionKeys": [],
1170
+ "dependentActions": []
1171
+ }
1172
+ ],
1060
1173
  "conditionKeys": [],
1061
1174
  "dependentActions": []
1062
1175
  },
@@ -1082,9 +1195,16 @@
1082
1195
  },
1083
1196
  "stopconfigurationrecorder": {
1084
1197
  "name": "StopConfigurationRecorder",
1085
- "description": "Grants permission to stop recording configurations of the AWS resources you have selected to record in your AWS account",
1198
+ "description": "Grants permission to the customer managed configuration recorder to stop recording configurations of the AWS resources you have selected to record in your AWS account",
1086
1199
  "accessLevel": "Write",
1087
- "resourceTypes": [],
1200
+ "resourceTypes": [
1201
+ {
1202
+ "name": "ConfigurationRecorder",
1203
+ "required": true,
1204
+ "conditionKeys": [],
1205
+ "dependentActions": []
1206
+ }
1207
+ ],
1088
1208
  "conditionKeys": [],
1089
1209
  "dependentActions": []
1090
1210
  },
@@ -1111,6 +1231,12 @@
1111
1231
  "conditionKeys": [],
1112
1232
  "dependentActions": []
1113
1233
  },
1234
+ {
1235
+ "name": "ConfigurationRecorder",
1236
+ "required": false,
1237
+ "conditionKeys": [],
1238
+ "dependentActions": []
1239
+ },
1114
1240
  {
1115
1241
  "name": "ConformancePack",
1116
1242
  "required": false,
@@ -1165,6 +1291,12 @@
1165
1291
  "conditionKeys": [],
1166
1292
  "dependentActions": []
1167
1293
  },
1294
+ {
1295
+ "name": "ConfigurationRecorder",
1296
+ "required": false,
1297
+ "conditionKeys": [],
1298
+ "dependentActions": []
1299
+ },
1168
1300
  {
1169
1301
  "name": "ConformancePack",
1170
1302
  "required": false,
@@ -256,6 +256,21 @@
256
256
  "conditionKeys": [],
257
257
  "dependentActions": []
258
258
  },
259
+ "putprofileoutboundrequestbatch": {
260
+ "name": "PutProfileOutboundRequestBatch",
261
+ "description": "Grants permission to create profile outbound requests for the specified campaign",
262
+ "accessLevel": "Write",
263
+ "resourceTypes": [
264
+ {
265
+ "name": "campaign",
266
+ "required": true,
267
+ "conditionKeys": [],
268
+ "dependentActions": []
269
+ }
270
+ ],
271
+ "conditionKeys": [],
272
+ "dependentActions": []
273
+ },
259
274
  "resumecampaign": {
260
275
  "name": "ResumeCampaign",
261
276
  "description": "Grants permission to resume a campaign",
@@ -706,6 +706,10 @@
706
706
  "app-integrations:CreateEventIntegrationAssociation",
707
707
  "app-integrations:GetApplication",
708
708
  "cases:GetDomain",
709
+ "chime:AssociateVoiceConnectorConnect",
710
+ "chime:DisassociateVoiceConnectorConnect",
711
+ "chime:TagResource",
712
+ "chime:UntagResource",
709
713
  "connect:DescribeInstance",
710
714
  "ds:DescribeDirectories",
711
715
  "events:PutRule",
@@ -2707,7 +2711,9 @@
2707
2711
  "required": true,
2708
2712
  "conditionKeys": [],
2709
2713
  "dependentActions": [
2710
- "sms-voice:DescribePhoneNumbers"
2714
+ "sms-voice:DescribePhoneNumbers",
2715
+ "social-messaging:GetLinkedWhatsAppBusinessAccountPhoneNumber",
2716
+ "social-messaging:TagResource"
2711
2717
  ]
2712
2718
  },
2713
2719
  {
@@ -4179,6 +4185,15 @@
4179
4185
  "conditionKeys": [],
4180
4186
  "dependentActions": []
4181
4187
  },
4188
+ "sendintegrationevent": {
4189
+ "name": "SendIntegrationEvent",
4190
+ "isPermissionOnly": true,
4191
+ "description": "Grants permission to send integration events using the Amazon Connect API",
4192
+ "accessLevel": "Write",
4193
+ "resourceTypes": [],
4194
+ "conditionKeys": [],
4195
+ "dependentActions": []
4196
+ },
4182
4197
  "sendoutboundemail": {
4183
4198
  "name": "SendOutboundEmail",
4184
4199
  "description": "Grants permission to send outbound email using the Amazon Connect API",
@@ -4300,6 +4315,30 @@
4300
4315
  "conditionKeys": [],
4301
4316
  "dependentActions": []
4302
4317
  },
4318
+ "startemailcontact": {
4319
+ "name": "StartEmailContact",
4320
+ "description": "Grants permission to initiate an inbound email using the Amazon Connect API",
4321
+ "accessLevel": "Write",
4322
+ "resourceTypes": [
4323
+ {
4324
+ "name": "instance",
4325
+ "required": true,
4326
+ "conditionKeys": [],
4327
+ "dependentActions": []
4328
+ },
4329
+ {
4330
+ "name": "contact-flow",
4331
+ "required": false,
4332
+ "conditionKeys": [],
4333
+ "dependentActions": []
4334
+ }
4335
+ ],
4336
+ "conditionKeys": [
4337
+ "aws:ResourceTag/${TagKey}",
4338
+ "connect:InstanceId"
4339
+ ],
4340
+ "dependentActions": []
4341
+ },
4303
4342
  "startforecastingplanningschedulingintegration": {
4304
4343
  "name": "StartForecastingPlanningSchedulingIntegration",
4305
4344
  "isPermissionOnly": true,
@@ -261,7 +261,6 @@
261
261
  },
262
262
  "createprojectprofile": {
263
263
  "name": "CreateProjectProfile",
264
- "isPermissionOnly": true,
265
264
  "description": "Grants permission to create a project profile",
266
265
  "accessLevel": "Write",
267
266
  "resourceTypes": [],
@@ -479,7 +478,6 @@
479
478
  },
480
479
  "deleteprojectprofile": {
481
480
  "name": "DeleteProjectProfile",
482
- "isPermissionOnly": true,
483
481
  "description": "Grants permission to delete a project profile",
484
482
  "accessLevel": "Write",
485
483
  "resourceTypes": [],
@@ -778,7 +776,6 @@
778
776
  },
779
777
  "getprojectprofile": {
780
778
  "name": "GetProjectProfile",
781
- "isPermissionOnly": true,
782
779
  "description": "Grants permission to get project profile details",
783
780
  "accessLevel": "Read",
784
781
  "resourceTypes": [],
@@ -1069,7 +1066,6 @@
1069
1066
  },
1070
1067
  "listprojectprofiles": {
1071
1068
  "name": "ListProjectProfiles",
1072
- "isPermissionOnly": true,
1073
1069
  "description": "Grants permission to list project profiles",
1074
1070
  "accessLevel": "List",
1075
1071
  "resourceTypes": [],
@@ -1514,7 +1510,6 @@
1514
1510
  },
1515
1511
  "updateprojectprofile": {
1516
1512
  "name": "UpdateProjectProfile",
1517
- "isPermissionOnly": true,
1518
1513
  "description": "Grants permission to update a project profile",
1519
1514
  "accessLevel": "Write",
1520
1515
  "resourceTypes": [],