@cloud-copilot/iam-data 0.7.202410111 → 0.7.202410161

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.
@@ -973,7 +973,7 @@
973
973
  },
974
974
  "updatelinkattributes": {
975
975
  "name": "UpdateLinkAttributes",
976
- "description": "Grants permission to update a given typed links attributes. Attributes to be updated must not contribute to the typed links identity, as defined by its IdentityAttributeOrder",
976
+ "description": "Grants permission to update a given typed link's attributes. Attributes to be updated must not contribute to the typed link's identity, as defined by its IdentityAttributeOrder",
977
977
  "accessLevel": "Write",
978
978
  "resourceTypes": [
979
979
  {
@@ -274,23 +274,6 @@
274
274
  "conditionKeys": [],
275
275
  "dependentActions": []
276
276
  },
277
- "deleteresourcepolicy": {
278
- "name": "DeleteResourcePolicy",
279
- "description": "Grants permission to delete the resource-based policy for an AWS Lambda function, version, or alias",
280
- "accessLevel": "Permissions management",
281
- "resourceTypes": [
282
- {
283
- "name": "function",
284
- "required": true,
285
- "conditionKeys": [],
286
- "dependentActions": []
287
- }
288
- ],
289
- "conditionKeys": [],
290
- "dependentActions": [
291
- "lambda:RemovePermission"
292
- ]
293
- },
294
277
  "disablereplication": {
295
278
  "name": "DisableReplication",
296
279
  "isPermissionOnly": true,
@@ -552,38 +535,6 @@
552
535
  "conditionKeys": [],
553
536
  "dependentActions": []
554
537
  },
555
- "getpublicaccessblockconfig": {
556
- "name": "GetPublicAccessBlockConfig",
557
- "description": "Grants permission to view the PublicAccessBlockConfig of an AWS Lambda function",
558
- "accessLevel": "Read",
559
- "resourceTypes": [
560
- {
561
- "name": "function",
562
- "required": true,
563
- "conditionKeys": [],
564
- "dependentActions": []
565
- }
566
- ],
567
- "conditionKeys": [],
568
- "dependentActions": []
569
- },
570
- "getresourcepolicy": {
571
- "name": "GetResourcePolicy",
572
- "description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias",
573
- "accessLevel": "Read",
574
- "resourceTypes": [
575
- {
576
- "name": "function",
577
- "required": true,
578
- "conditionKeys": [],
579
- "dependentActions": []
580
- }
581
- ],
582
- "conditionKeys": [],
583
- "dependentActions": [
584
- "lambda:GetPolicy"
585
- ]
586
- },
587
538
  "getruntimemanagementconfig": {
588
539
  "name": "GetRuntimeManagementConfig",
589
540
  "description": "Grants permission to view the runtime management configuration of an AWS Lambda function",
@@ -929,39 +880,6 @@
929
880
  "conditionKeys": [],
930
881
  "dependentActions": []
931
882
  },
932
- "putpublicaccessblockconfig": {
933
- "name": "PutPublicAccessBlockConfig",
934
- "description": "Grants permission to update the PublicAccessBlockConfig of an AWS Lambda function",
935
- "accessLevel": "Permissions management",
936
- "resourceTypes": [
937
- {
938
- "name": "function",
939
- "required": true,
940
- "conditionKeys": [],
941
- "dependentActions": []
942
- }
943
- ],
944
- "conditionKeys": [],
945
- "dependentActions": []
946
- },
947
- "putresourcepolicy": {
948
- "name": "PutResourcePolicy",
949
- "description": "Grants permission to update the resource-based policy for an AWS Lambda function, version, or alias",
950
- "accessLevel": "Permissions management",
951
- "resourceTypes": [
952
- {
953
- "name": "function",
954
- "required": true,
955
- "conditionKeys": [],
956
- "dependentActions": []
957
- }
958
- ],
959
- "conditionKeys": [],
960
- "dependentActions": [
961
- "lambda:AddPermission",
962
- "lambda:RemovePermission"
963
- ]
964
- },
965
883
  "putruntimemanagementconfig": {
966
884
  "name": "PutRuntimeManagementConfig",
967
885
  "description": "Grants permission to update the runtime management configuration of an AWS Lambda function",
@@ -183,6 +183,14 @@
183
183
  "conditionKeys": [],
184
184
  "dependentActions": []
185
185
  },
186
+ "describeflowsourcethumbnail": {
187
+ "name": "DescribeFlowSourceThumbnail",
188
+ "description": "Grants permission to view flow's source thumbnail",
189
+ "accessLevel": "Read",
190
+ "resourceTypes": [],
191
+ "conditionKeys": [],
192
+ "dependentActions": []
193
+ },
186
194
  "describegateway": {
187
195
  "name": "DescribeGateway",
188
196
  "description": "Grants permission to display the details of a gateway including the gateway ARN, name, and CIDR blocks, as well as details about the networks",
@@ -437,6 +437,22 @@
437
437
  "conditionKeys": [],
438
438
  "dependentActions": []
439
439
  },
440
+ "disableaclondatasource": {
441
+ "name": "DisableAclOnDataSource",
442
+ "isPermissionOnly": true,
443
+ "description": "Grants permission to disable the ACL crawl while creating the Amazon Q Business data source resource",
444
+ "accessLevel": "Write",
445
+ "resourceTypes": [
446
+ {
447
+ "name": "application",
448
+ "required": true,
449
+ "conditionKeys": [],
450
+ "dependentActions": []
451
+ }
452
+ ],
453
+ "conditionKeys": [],
454
+ "dependentActions": []
455
+ },
440
456
  "getapplication": {
441
457
  "name": "GetApplication",
442
458
  "description": "Grants permission to get an application",
@@ -0,0 +1,212 @@
1
+ {
2
+ "associatewhatsappbusinessaccount": {
3
+ "name": "AssociateWhatsAppBusinessAccount",
4
+ "description": "Grants permission to associate a WhatsApp Business Account with your AWS account",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [
8
+ "aws:RequestTag/${TagKey}",
9
+ "aws:ResourceTag/${TagKey}",
10
+ "aws:TagKeys"
11
+ ],
12
+ "dependentActions": []
13
+ },
14
+ "deletewhatsappmessagemedia": {
15
+ "name": "DeleteWhatsAppMessageMedia",
16
+ "description": "Grants permission to delete a media object from WhatsApp",
17
+ "accessLevel": "Write",
18
+ "resourceTypes": [
19
+ {
20
+ "name": "phone-number-id",
21
+ "required": true,
22
+ "conditionKeys": [],
23
+ "dependentActions": []
24
+ }
25
+ ],
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ },
29
+ "disassociatewhatsappbusinessaccount": {
30
+ "name": "DisassociateWhatsAppBusinessAccount",
31
+ "description": "Grants permission to disassociate a WhatsApp Business Account from your AWS account",
32
+ "accessLevel": "Write",
33
+ "resourceTypes": [
34
+ {
35
+ "name": "waba",
36
+ "required": true,
37
+ "conditionKeys": [],
38
+ "dependentActions": []
39
+ }
40
+ ],
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ },
44
+ "getlinkedwhatsappbusinessaccount": {
45
+ "name": "GetLinkedWhatsAppBusinessAccount",
46
+ "description": "Grants permission to view the details of a WhatsApp Business Account",
47
+ "accessLevel": "Read",
48
+ "resourceTypes": [
49
+ {
50
+ "name": "waba",
51
+ "required": true,
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ }
55
+ ],
56
+ "conditionKeys": [],
57
+ "dependentActions": []
58
+ },
59
+ "getlinkedwhatsappbusinessaccountphonenumber": {
60
+ "name": "GetLinkedWhatsAppBusinessAccountPhoneNumber",
61
+ "description": "Grants permission to view the details of a phone number",
62
+ "accessLevel": "Read",
63
+ "resourceTypes": [
64
+ {
65
+ "name": "phone-number-id",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ },
74
+ "getwhatsappmessagemedia": {
75
+ "name": "GetWhatsAppMessageMedia",
76
+ "description": "Grants permission to get a media object from WhatsApp",
77
+ "accessLevel": "Write",
78
+ "resourceTypes": [
79
+ {
80
+ "name": "phone-number-id",
81
+ "required": true,
82
+ "conditionKeys": [],
83
+ "dependentActions": []
84
+ }
85
+ ],
86
+ "conditionKeys": [],
87
+ "dependentActions": []
88
+ },
89
+ "listlinkedwhatsappbusinessaccounts": {
90
+ "name": "ListLinkedWhatsAppBusinessAccounts",
91
+ "description": "Grants permission to view all of your WhatsApp Business Accounts",
92
+ "accessLevel": "List",
93
+ "resourceTypes": [],
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ },
97
+ "listtagsforresource": {
98
+ "name": "ListTagsForResource",
99
+ "description": "Grants permission to list tags for a resource",
100
+ "accessLevel": "Read",
101
+ "resourceTypes": [
102
+ {
103
+ "name": "phone-number-id",
104
+ "required": false,
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ },
108
+ {
109
+ "name": "waba",
110
+ "required": false,
111
+ "conditionKeys": [],
112
+ "dependentActions": []
113
+ }
114
+ ],
115
+ "conditionKeys": [],
116
+ "dependentActions": []
117
+ },
118
+ "postwhatsappmessagemedia": {
119
+ "name": "PostWhatsAppMessageMedia",
120
+ "description": "Grants permission to upload a media object to WhatsApp",
121
+ "accessLevel": "Write",
122
+ "resourceTypes": [
123
+ {
124
+ "name": "phone-number-id",
125
+ "required": true,
126
+ "conditionKeys": [],
127
+ "dependentActions": []
128
+ }
129
+ ],
130
+ "conditionKeys": [],
131
+ "dependentActions": []
132
+ },
133
+ "putwhatsappbusinessaccounteventdestinations": {
134
+ "name": "PutWhatsAppBusinessAccountEventDestinations",
135
+ "description": "Grants permission to update a WhatsApp Business Accounts event destination",
136
+ "accessLevel": "Write",
137
+ "resourceTypes": [
138
+ {
139
+ "name": "waba",
140
+ "required": true,
141
+ "conditionKeys": [],
142
+ "dependentActions": []
143
+ }
144
+ ],
145
+ "conditionKeys": [],
146
+ "dependentActions": []
147
+ },
148
+ "sendwhatsappmessage": {
149
+ "name": "SendWhatsAppMessage",
150
+ "description": "Grants permission to send a message through WhatsApp",
151
+ "accessLevel": "Write",
152
+ "resourceTypes": [
153
+ {
154
+ "name": "phone-number-id",
155
+ "required": true,
156
+ "conditionKeys": [],
157
+ "dependentActions": []
158
+ }
159
+ ],
160
+ "conditionKeys": [],
161
+ "dependentActions": []
162
+ },
163
+ "tagresource": {
164
+ "name": "TagResource",
165
+ "description": "Grants permission to add a tag to a resource",
166
+ "accessLevel": "Tagging",
167
+ "resourceTypes": [
168
+ {
169
+ "name": "phone-number-id",
170
+ "required": false,
171
+ "conditionKeys": [],
172
+ "dependentActions": []
173
+ },
174
+ {
175
+ "name": "waba",
176
+ "required": false,
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ }
180
+ ],
181
+ "conditionKeys": [
182
+ "aws:RequestTag/${TagKey}",
183
+ "aws:ResourceTag/${TagKey}",
184
+ "aws:TagKeys"
185
+ ],
186
+ "dependentActions": []
187
+ },
188
+ "untagresource": {
189
+ "name": "UntagResource",
190
+ "description": "Grants permission to remove a tag from a resource",
191
+ "accessLevel": "Tagging",
192
+ "resourceTypes": [
193
+ {
194
+ "name": "phone-number-id",
195
+ "required": false,
196
+ "conditionKeys": [],
197
+ "dependentActions": []
198
+ },
199
+ {
200
+ "name": "waba",
201
+ "required": false,
202
+ "conditionKeys": [],
203
+ "dependentActions": []
204
+ }
205
+ ],
206
+ "conditionKeys": [
207
+ "aws:ResourceTag/${TagKey}",
208
+ "aws:TagKeys"
209
+ ],
210
+ "dependentActions": []
211
+ }
212
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by the tags that are passed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "phone-number-id": {
3
+ "key": "phone-number-id",
4
+ "arn": "arn:${Partition}:social-messaging:${Region}:${Account}:phone-number-id/${OriginationPhoneNumberId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "waba": {
10
+ "key": "waba",
11
+ "arn": "arn:${Partition}:social-messaging:${Region}:${Account}:waba/${WabaId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ }
16
+ }
@@ -345,6 +345,7 @@
345
345
  "snow-device-management": "AWS Snow Device Management",
346
346
  "snowball": "AWS Snowball",
347
347
  "sns": "Amazon SNS",
348
+ "social-messaging": "AWS End User Messaging Social",
348
349
  "sqlworkbench": "AWS SQL Workbench",
349
350
  "sqs": "Amazon SQS",
350
351
  "ssm": "AWS Systems Manager",
@@ -345,6 +345,7 @@
345
345
  "snow-device-management",
346
346
  "snowball",
347
347
  "sns",
348
+ "social-messaging",
348
349
  "sqlworkbench",
349
350
  "sqs",
350
351
  "ssm",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.7.202410111",
3
+ "version": "0.7.202410161",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-11T04:48:51.641Z",
6
+ "updatedAt": "2024-10-16T04:48:23.435Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",