@cloud-copilot/iam-data 0.19.202606241 → 0.19.202606251

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.
@@ -112,6 +112,21 @@
112
112
  "conditionKeys": [],
113
113
  "dependentActions": []
114
114
  },
115
+ "deleteconnector": {
116
+ "name": "DeleteConnector",
117
+ "description": "Grants permission to delete a connector configuration",
118
+ "accessLevel": "Write",
119
+ "resourceTypes": [
120
+ {
121
+ "name": "Connector",
122
+ "required": true,
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ }
126
+ ],
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ },
115
130
  "deletedeliverychannel": {
116
131
  "name": "DeleteDeliveryChannel",
117
132
  "description": "Grants permission to delete the delivery channel",
@@ -671,6 +686,21 @@
671
686
  "conditionKeys": [],
672
687
  "dependentActions": []
673
688
  },
689
+ "getconnector": {
690
+ "name": "GetConnector",
691
+ "description": "Grants permission to return the details of a specific connector configuration",
692
+ "accessLevel": "Read",
693
+ "resourceTypes": [
694
+ {
695
+ "name": "Connector",
696
+ "required": true,
697
+ "conditionKeys": [],
698
+ "dependentActions": []
699
+ }
700
+ ],
701
+ "conditionKeys": [],
702
+ "dependentActions": []
703
+ },
674
704
  "getcustomrulepolicy": {
675
705
  "name": "GetCustomRulePolicy",
676
706
  "description": "Grants permission to return the policy definition containing the logic for your AWS Config Custom Policy rule",
@@ -801,6 +831,14 @@
801
831
  "conditionKeys": [],
802
832
  "dependentActions": []
803
833
  },
834
+ "listconnectors": {
835
+ "name": "ListConnectors",
836
+ "description": "Grants permission to list all connectors in the AWS account and region",
837
+ "accessLevel": "List",
838
+ "resourceTypes": [],
839
+ "conditionKeys": [],
840
+ "dependentActions": []
841
+ },
804
842
  "listdiscoveredresources": {
805
843
  "name": "ListDiscoveredResources",
806
844
  "description": "Grants permission to accept a resource type and returns a list of resource identifiers for the resources of that type",
@@ -987,6 +1025,26 @@
987
1025
  "ssm:GetDocument"
988
1026
  ]
989
1027
  },
1028
+ "putconnector": {
1029
+ "name": "PutConnector",
1030
+ "description": "Grants permission to create a connector configuration that contains provider identity information, as well as other optional provider-specific information required for third-party recording",
1031
+ "accessLevel": "Write",
1032
+ "resourceTypes": [
1033
+ {
1034
+ "name": "Connector",
1035
+ "required": true,
1036
+ "conditionKeys": [],
1037
+ "dependentActions": [
1038
+ "iam:CreateServiceLinkedRole"
1039
+ ]
1040
+ }
1041
+ ],
1042
+ "conditionKeys": [
1043
+ "aws:RequestTag/${TagKey}",
1044
+ "aws:TagKeys"
1045
+ ],
1046
+ "dependentActions": []
1047
+ },
990
1048
  "putdeliverychannel": {
991
1049
  "name": "PutDeliveryChannel",
992
1050
  "description": "Grants permission to create a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic",
@@ -1133,6 +1191,27 @@
1133
1191
  ],
1134
1192
  "dependentActions": []
1135
1193
  },
1194
+ "putthirdpartyservicelinkedconfigurationrecorder": {
1195
+ "name": "PutThirdPartyServiceLinkedConfigurationRecorder",
1196
+ "description": "Grants permission to create or update a service-linked configuration recorder for a third-party provider linked to a specific AWS partner service",
1197
+ "accessLevel": "Write",
1198
+ "resourceTypes": [
1199
+ {
1200
+ "name": "Connector",
1201
+ "required": true,
1202
+ "conditionKeys": [],
1203
+ "dependentActions": [
1204
+ "config:GetConnector"
1205
+ ]
1206
+ }
1207
+ ],
1208
+ "conditionKeys": [
1209
+ "aws:RequestTag/${TagKey}",
1210
+ "aws:TagKeys",
1211
+ "config:ConfigurationRecorderServicePrincipal"
1212
+ ],
1213
+ "dependentActions": []
1214
+ },
1136
1215
  "selectaggregateresourceconfig": {
1137
1216
  "name": "SelectAggregateResourceConfig",
1138
1217
  "description": "Grants permission to accept a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties",
@@ -142,6 +142,24 @@
142
142
  ],
143
143
  "dependentActions": []
144
144
  },
145
+ "createconnector": {
146
+ "name": "CreateConnector",
147
+ "description": "Grants permission to create a connector to scan resources from a third-party cloud provider",
148
+ "accessLevel": "Write",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "Connector",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [
158
+ "aws:RequestTag/${TagKey}",
159
+ "aws:TagKeys"
160
+ ],
161
+ "dependentActions": []
162
+ },
145
163
  "createfilter": {
146
164
  "name": "CreateFilter",
147
165
  "description": "Grants permission to create and define the settings for a findings filter",
@@ -223,6 +241,21 @@
223
241
  "conditionKeys": [],
224
242
  "dependentActions": []
225
243
  },
244
+ "deleteconnector": {
245
+ "name": "DeleteConnector",
246
+ "description": "Grants permission to delete a connector configured for scanning resources from a third-party cloud provider",
247
+ "accessLevel": "Write",
248
+ "resourceTypes": [
249
+ {
250
+ "name": "Connector",
251
+ "required": true,
252
+ "conditionKeys": [],
253
+ "dependentActions": []
254
+ }
255
+ ],
256
+ "conditionKeys": [],
257
+ "dependentActions": []
258
+ },
226
259
  "deletefilter": {
227
260
  "name": "DeleteFilter",
228
261
  "description": "Grants permission to delete a findings filter",
@@ -454,6 +487,22 @@
454
487
  "conditionKeys": [],
455
488
  "dependentActions": []
456
489
  },
490
+ "listconnectorscanconfigurations": {
491
+ "name": "ListConnectorScanConfigurations",
492
+ "description": "Grants permission to list scan configurations for connectors",
493
+ "accessLevel": "List",
494
+ "resourceTypes": [],
495
+ "conditionKeys": [],
496
+ "dependentActions": []
497
+ },
498
+ "listconnectors": {
499
+ "name": "ListConnectors",
500
+ "description": "Grants permission to list connectors configured for scanning resources from third-party cloud providers",
501
+ "accessLevel": "List",
502
+ "resourceTypes": [],
503
+ "conditionKeys": [],
504
+ "dependentActions": []
505
+ },
457
506
  "listcoverage": {
458
507
  "name": "ListCoverage",
459
508
  "description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors",
@@ -726,6 +775,33 @@
726
775
  "conditionKeys": [],
727
776
  "dependentActions": []
728
777
  },
778
+ "updateconnector": {
779
+ "name": "UpdateConnector",
780
+ "description": "Grants permission to update a connector configured for scanning resources from a third-party cloud provider",
781
+ "accessLevel": "Write",
782
+ "resourceTypes": [
783
+ {
784
+ "name": "Connector",
785
+ "required": true,
786
+ "conditionKeys": [],
787
+ "dependentActions": []
788
+ }
789
+ ],
790
+ "conditionKeys": [
791
+ "aws:ResourceTag/${TagKey}",
792
+ "aws:RequestTag/${TagKey}",
793
+ "aws:TagKeys"
794
+ ],
795
+ "dependentActions": []
796
+ },
797
+ "updateconnectorscanconfiguration": {
798
+ "name": "UpdateConnectorScanConfiguration",
799
+ "description": "Grants permission to update scan configuration settings for resources associated with a connector",
800
+ "accessLevel": "Write",
801
+ "resourceTypes": [],
802
+ "conditionKeys": [],
803
+ "dependentActions": []
804
+ },
729
805
  "updateec2deepinspectionconfiguration": {
730
806
  "name": "UpdateEc2DeepInspectionConfiguration",
731
807
  "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator, member and standalone account",
@@ -58,5 +58,12 @@
58
58
  "conditionKeys": [
59
59
  "aws:ResourceTag/${TagKey}"
60
60
  ]
61
+ },
62
+ "connector": {
63
+ "key": "Connector",
64
+ "arn": "arn:${Partition}:config:${Region}:${Account}:connector/${Provider}/${ProviderId}/${ConnectorId}",
65
+ "conditionKeys": [
66
+ "aws:ResourceTag/${TagKey}"
67
+ ]
61
68
  }
62
69
  }
@@ -30,5 +30,12 @@
30
30
  "conditionKeys": [
31
31
  "aws:ResourceTag/${TagKey}"
32
32
  ]
33
+ },
34
+ "connector": {
35
+ "key": "Connector",
36
+ "arn": "arn:${Partition}:inspector2:${Region}:${Account}:connector/${ConnectorId}",
37
+ "conditionKeys": [
38
+ "aws:ResourceTag/${TagKey}"
39
+ ]
33
40
  }
34
41
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606241",
3
+ "version": "0.19.202606251",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-06-24T06:00:42.161Z",
9
+ "updatedAt": "2026-06-25T06:00:10.464Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",