@cloud-copilot/iam-data 0.2.202408313 → 0.3.202409011-beta

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 (81) hide show
  1. package/README.md +6 -4
  2. package/data/actions/bedrock.json +161 -2
  3. package/data/actions/cloudfront.json +1 -1
  4. package/data/actions/frauddetector.json +2 -2
  5. package/data/actions/healthlake.json +1 -1
  6. package/data/actions/pcs.json +409 -0
  7. package/data/actions/quicksight.json +41 -2
  8. package/data/actions/redshift-serverless.json +48 -4
  9. package/data/actions/redshift.json +41 -3
  10. package/data/actions/securitylake.json +1 -1
  11. package/data/actions/thinclient.json +46 -14
  12. package/data/actions/wickr.json +8 -0
  13. package/data/actions/wisdom.json +114 -114
  14. package/data/actions/workspaces-web.json +1 -2
  15. package/data/conditionKeys/bedrock.json +5 -0
  16. package/data/conditionKeys/pcs.json +17 -0
  17. package/data/conditionKeys/ram.json +1 -1
  18. package/data/resourceTypes/bedrock.json +18 -0
  19. package/data/resourceTypes/events.json +16 -0
  20. package/data/resourceTypes/pcs.json +23 -0
  21. package/data/resourceTypes/wisdom.json +7 -7
  22. package/data/serviceNames.json +3 -2
  23. package/data/services.json +1 -0
  24. package/dist/cjs/actions.d.ts +3 -3
  25. package/dist/cjs/actions.d.ts.map +1 -1
  26. package/dist/cjs/actions.js +6 -6
  27. package/dist/cjs/actions.js.map +1 -1
  28. package/dist/cjs/conditionKeys.d.ts +3 -3
  29. package/dist/cjs/conditionKeys.d.ts.map +1 -1
  30. package/dist/cjs/conditionKeys.js +6 -6
  31. package/dist/cjs/conditionKeys.js.map +1 -1
  32. package/dist/cjs/data.d.ts +4 -4
  33. package/dist/cjs/data.d.ts.map +1 -1
  34. package/dist/cjs/data.js +5 -5
  35. package/dist/cjs/data.js.map +1 -1
  36. package/dist/cjs/readRelativeFile.d.ts +1 -1
  37. package/dist/cjs/readRelativeFile.d.ts.map +1 -1
  38. package/dist/cjs/readRelativeFile.js +4 -3
  39. package/dist/cjs/readRelativeFile.js.map +1 -1
  40. package/dist/cjs/resourceTypes.d.ts +3 -3
  41. package/dist/cjs/resourceTypes.d.ts.map +1 -1
  42. package/dist/cjs/resourceTypes.js +6 -6
  43. package/dist/cjs/resourceTypes.js.map +1 -1
  44. package/dist/cjs/services.d.ts +3 -3
  45. package/dist/cjs/services.d.ts.map +1 -1
  46. package/dist/cjs/services.js +5 -5
  47. package/dist/cjs/services.js.map +1 -1
  48. package/dist/cjs/version.d.ts +7 -1
  49. package/dist/cjs/version.d.ts.map +1 -1
  50. package/dist/cjs/version.js +26 -8
  51. package/dist/cjs/version.js.map +1 -1
  52. package/dist/esm/actions.d.ts +3 -3
  53. package/dist/esm/actions.d.ts.map +1 -1
  54. package/dist/esm/actions.js +6 -6
  55. package/dist/esm/actions.js.map +1 -1
  56. package/dist/esm/conditionKeys.d.ts +3 -3
  57. package/dist/esm/conditionKeys.d.ts.map +1 -1
  58. package/dist/esm/conditionKeys.js +6 -6
  59. package/dist/esm/conditionKeys.js.map +1 -1
  60. package/dist/esm/data.d.ts +4 -4
  61. package/dist/esm/data.d.ts.map +1 -1
  62. package/dist/esm/data.js +5 -5
  63. package/dist/esm/data.js.map +1 -1
  64. package/dist/esm/readRelativeFile.d.ts +1 -1
  65. package/dist/esm/readRelativeFile.d.ts.map +1 -1
  66. package/dist/esm/readRelativeFile.js +11 -4
  67. package/dist/esm/readRelativeFile.js.map +1 -1
  68. package/dist/esm/readRelativeFileEsm.d.ts.map +1 -1
  69. package/dist/esm/resourceTypes.d.ts +3 -3
  70. package/dist/esm/resourceTypes.d.ts.map +1 -1
  71. package/dist/esm/resourceTypes.js +6 -6
  72. package/dist/esm/resourceTypes.js.map +1 -1
  73. package/dist/esm/services.d.ts +3 -3
  74. package/dist/esm/services.d.ts.map +1 -1
  75. package/dist/esm/services.js +5 -5
  76. package/dist/esm/services.js.map +1 -1
  77. package/dist/esm/version.d.ts +7 -1
  78. package/dist/esm/version.d.ts.map +1 -1
  79. package/dist/esm/version.js +25 -8
  80. package/dist/esm/version.js.map +1 -1
  81. package/package.json +4 -2
@@ -8,7 +8,12 @@
8
8
  "aws:TagKeys",
9
9
  "aws:RequestTag/${TagKey}"
10
10
  ],
11
- "dependentActions": []
11
+ "dependentActions": [
12
+ "appstream:DescribeStacks",
13
+ "workspaces-web:GetPortal",
14
+ "workspaces-web:GetUserSettings",
15
+ "workspaces:DescribeWorkspaceDirectories"
16
+ ]
12
17
  },
13
18
  "deletedevice": {
14
19
  "name": "DeleteDevice",
@@ -22,7 +27,9 @@
22
27
  "dependentActions": []
23
28
  }
24
29
  ],
25
- "conditionKeys": [],
30
+ "conditionKeys": [
31
+ "aws:ResourceTag/${TagKey}"
32
+ ],
26
33
  "dependentActions": []
27
34
  },
28
35
  "deleteenvironment": {
@@ -37,7 +44,9 @@
37
44
  "dependentActions": []
38
45
  }
39
46
  ],
40
- "conditionKeys": [],
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ],
41
50
  "dependentActions": []
42
51
  },
43
52
  "deregisterdevice": {
@@ -52,7 +61,9 @@
52
61
  "dependentActions": []
53
62
  }
54
63
  ],
55
- "conditionKeys": [],
64
+ "conditionKeys": [
65
+ "aws:ResourceTag/${TagKey}"
66
+ ],
56
67
  "dependentActions": []
57
68
  },
58
69
  "getdevice": {
@@ -67,7 +78,9 @@
67
78
  "dependentActions": []
68
79
  }
69
80
  ],
70
- "conditionKeys": [],
81
+ "conditionKeys": [
82
+ "aws:ResourceTag/${TagKey}"
83
+ ],
71
84
  "dependentActions": []
72
85
  },
73
86
  "getenvironment": {
@@ -82,7 +95,9 @@
82
95
  "dependentActions": []
83
96
  }
84
97
  ],
85
- "conditionKeys": [],
98
+ "conditionKeys": [
99
+ "aws:ResourceTag/${TagKey}"
100
+ ],
86
101
  "dependentActions": []
87
102
  },
88
103
  "getsoftwareset": {
@@ -97,7 +112,9 @@
97
112
  "dependentActions": []
98
113
  }
99
114
  ],
100
- "conditionKeys": [],
115
+ "conditionKeys": [
116
+ "aws:ResourceTag/${TagKey}"
117
+ ],
101
118
  "dependentActions": []
102
119
  },
103
120
  "listdevicesessions": {
@@ -113,7 +130,9 @@
113
130
  "dependentActions": []
114
131
  }
115
132
  ],
116
- "conditionKeys": [],
133
+ "conditionKeys": [
134
+ "aws:ResourceTag/${TagKey}"
135
+ ],
117
136
  "dependentActions": []
118
137
  },
119
138
  "listdevices": {
@@ -174,7 +193,8 @@
174
193
  ],
175
194
  "conditionKeys": [
176
195
  "aws:TagKeys",
177
- "aws:RequestTag/${TagKey}"
196
+ "aws:RequestTag/${TagKey}",
197
+ "aws:ResourceTag/${TagKey}"
178
198
  ],
179
199
  "dependentActions": []
180
200
  },
@@ -203,7 +223,8 @@
203
223
  }
204
224
  ],
205
225
  "conditionKeys": [
206
- "aws:TagKeys"
226
+ "aws:TagKeys",
227
+ "aws:ResourceTag/${TagKey}"
207
228
  ],
208
229
  "dependentActions": []
209
230
  },
@@ -219,7 +240,9 @@
219
240
  "dependentActions": []
220
241
  }
221
242
  ],
222
- "conditionKeys": [],
243
+ "conditionKeys": [
244
+ "aws:ResourceTag/${TagKey}"
245
+ ],
223
246
  "dependentActions": []
224
247
  },
225
248
  "updateenvironment": {
@@ -231,10 +254,17 @@
231
254
  "name": "environment",
232
255
  "required": true,
233
256
  "conditionKeys": [],
234
- "dependentActions": []
257
+ "dependentActions": [
258
+ "appstream:DescribeStacks",
259
+ "workspaces-web:GetPortal",
260
+ "workspaces-web:GetUserSettings",
261
+ "workspaces:DescribeWorkspaceDirectories"
262
+ ]
235
263
  }
236
264
  ],
237
- "conditionKeys": [],
265
+ "conditionKeys": [
266
+ "aws:ResourceTag/${TagKey}"
267
+ ],
238
268
  "dependentActions": []
239
269
  },
240
270
  "updatesoftwareset": {
@@ -249,7 +279,9 @@
249
279
  "dependentActions": []
250
280
  }
251
281
  ],
252
- "conditionKeys": [],
282
+ "conditionKeys": [
283
+ "aws:ResourceTag/${TagKey}"
284
+ ],
253
285
  "dependentActions": []
254
286
  }
255
287
  }
@@ -22,6 +22,14 @@
22
22
  "conditionKeys": [],
23
23
  "dependentActions": []
24
24
  },
25
+ "deletenetwork": {
26
+ "name": "DeleteNetwork",
27
+ "description": "Grants permission to create a delete Wickr networks",
28
+ "accessLevel": "Write",
29
+ "resourceTypes": [],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
25
33
  "listnetworks": {
26
34
  "name": "ListNetworks",
27
35
  "description": "Grants permission to view Wickr networks",
@@ -46,6 +46,30 @@
46
46
  ],
47
47
  "dependentActions": []
48
48
  },
49
+ "createcontentassociation": {
50
+ "name": "CreateContentAssociation",
51
+ "description": "Grants permission to create a content association",
52
+ "accessLevel": "Write",
53
+ "resourceTypes": [
54
+ {
55
+ "name": "Content",
56
+ "required": true,
57
+ "conditionKeys": [],
58
+ "dependentActions": []
59
+ },
60
+ {
61
+ "name": "KnowledgeBase",
62
+ "required": true,
63
+ "conditionKeys": [],
64
+ "dependentActions": []
65
+ }
66
+ ],
67
+ "conditionKeys": [
68
+ "aws:TagKeys",
69
+ "aws:RequestTag/${TagKey}"
70
+ ],
71
+ "dependentActions": []
72
+ },
49
73
  "createknowledgebase": {
50
74
  "name": "CreateKnowledgeBase",
51
75
  "description": "Grants permission to create a knowledge base",
@@ -150,6 +174,33 @@
150
174
  "conditionKeys": [],
151
175
  "dependentActions": []
152
176
  },
177
+ "deletecontentassociation": {
178
+ "name": "DeleteContentAssociation",
179
+ "description": "Grants permission to delete a content association",
180
+ "accessLevel": "Write",
181
+ "resourceTypes": [
182
+ {
183
+ "name": "Content",
184
+ "required": true,
185
+ "conditionKeys": [],
186
+ "dependentActions": []
187
+ },
188
+ {
189
+ "name": "ContentAssociation",
190
+ "required": true,
191
+ "conditionKeys": [],
192
+ "dependentActions": []
193
+ },
194
+ {
195
+ "name": "KnowledgeBase",
196
+ "required": true,
197
+ "conditionKeys": [],
198
+ "dependentActions": []
199
+ }
200
+ ],
201
+ "conditionKeys": [],
202
+ "dependentActions": []
203
+ },
153
204
  "deleteimportjob": {
154
205
  "name": "DeleteImportJob",
155
206
  "description": "Grants permission to delete a import job of a knowledge base",
@@ -258,6 +309,33 @@
258
309
  "conditionKeys": [],
259
310
  "dependentActions": []
260
311
  },
312
+ "getcontentassociation": {
313
+ "name": "GetContentAssociation",
314
+ "description": "Grants permission to retrieve information about a content association",
315
+ "accessLevel": "Read",
316
+ "resourceTypes": [
317
+ {
318
+ "name": "Content",
319
+ "required": true,
320
+ "conditionKeys": [],
321
+ "dependentActions": []
322
+ },
323
+ {
324
+ "name": "ContentAssociation",
325
+ "required": true,
326
+ "conditionKeys": [],
327
+ "dependentActions": []
328
+ },
329
+ {
330
+ "name": "KnowledgeBase",
331
+ "required": true,
332
+ "conditionKeys": [],
333
+ "dependentActions": []
334
+ }
335
+ ],
336
+ "conditionKeys": [],
337
+ "dependentActions": []
338
+ },
261
339
  "getcontentsummary": {
262
340
  "name": "GetContentSummary",
263
341
  "description": "Grants permission to retrieve summary information about the content",
@@ -389,6 +467,27 @@
389
467
  "conditionKeys": [],
390
468
  "dependentActions": []
391
469
  },
470
+ "listcontentassociations": {
471
+ "name": "ListContentAssociations",
472
+ "description": "Grants permission to list information about content associations",
473
+ "accessLevel": "List",
474
+ "resourceTypes": [
475
+ {
476
+ "name": "Content",
477
+ "required": true,
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ },
481
+ {
482
+ "name": "KnowledgeBase",
483
+ "required": true,
484
+ "conditionKeys": [],
485
+ "dependentActions": []
486
+ }
487
+ ],
488
+ "conditionKeys": [],
489
+ "dependentActions": []
490
+ },
392
491
  "listcontents": {
393
492
  "name": "ListContents",
394
493
  "description": "Grants permission to list the content with a knowledge base",
@@ -465,6 +564,21 @@
465
564
  "conditionKeys": [],
466
565
  "dependentActions": []
467
566
  },
567
+ "putfeedback": {
568
+ "name": "PutFeedback",
569
+ "description": "Grants permission to submit feedback",
570
+ "accessLevel": "Write",
571
+ "resourceTypes": [
572
+ {
573
+ "name": "Assistant",
574
+ "required": true,
575
+ "conditionKeys": [],
576
+ "dependentActions": []
577
+ }
578
+ ],
579
+ "conditionKeys": [],
580
+ "dependentActions": []
581
+ },
468
582
  "queryassistant": {
469
583
  "name": "QueryAssistant",
470
584
  "description": "Grants permission to perform a manual search against the specified assistant",
@@ -743,120 +857,6 @@
743
857
  "conditionKeys": [],
744
858
  "dependentActions": []
745
859
  },
746
- "createcontentassociation": {
747
- "name": "CreateContentAssociation",
748
- "description": "Grants permission to create a content association",
749
- "accessLevel": "Write",
750
- "resourceTypes": [
751
- {
752
- "name": "Content",
753
- "required": true,
754
- "conditionKeys": [],
755
- "dependentActions": []
756
- },
757
- {
758
- "name": "KnowledgeBase",
759
- "required": true,
760
- "conditionKeys": [],
761
- "dependentActions": []
762
- }
763
- ],
764
- "conditionKeys": [
765
- "aws:TagKeys",
766
- "aws:RequestTag/${TagKey}"
767
- ],
768
- "dependentActions": []
769
- },
770
- "deletecontentassociation": {
771
- "name": "DeleteContentAssociation",
772
- "description": "Grants permission to delete a content association",
773
- "accessLevel": "Write",
774
- "resourceTypes": [
775
- {
776
- "name": "Content",
777
- "required": true,
778
- "conditionKeys": [],
779
- "dependentActions": []
780
- },
781
- {
782
- "name": "ContentAssociation",
783
- "required": true,
784
- "conditionKeys": [],
785
- "dependentActions": []
786
- },
787
- {
788
- "name": "KnowledgeBase",
789
- "required": true,
790
- "conditionKeys": [],
791
- "dependentActions": []
792
- }
793
- ],
794
- "conditionKeys": [],
795
- "dependentActions": []
796
- },
797
- "getcontentassociation": {
798
- "name": "GetContentAssociation",
799
- "description": "Grants permission to retrieve information about a content association",
800
- "accessLevel": "Read",
801
- "resourceTypes": [
802
- {
803
- "name": "Content",
804
- "required": true,
805
- "conditionKeys": [],
806
- "dependentActions": []
807
- },
808
- {
809
- "name": "ContentAssociation",
810
- "required": true,
811
- "conditionKeys": [],
812
- "dependentActions": []
813
- },
814
- {
815
- "name": "KnowledgeBase",
816
- "required": true,
817
- "conditionKeys": [],
818
- "dependentActions": []
819
- }
820
- ],
821
- "conditionKeys": [],
822
- "dependentActions": []
823
- },
824
- "listcontentassociations": {
825
- "name": "ListContentAssociations",
826
- "description": "Grants permission to list information about content associations",
827
- "accessLevel": "List",
828
- "resourceTypes": [
829
- {
830
- "name": "Content",
831
- "required": true,
832
- "conditionKeys": [],
833
- "dependentActions": []
834
- },
835
- {
836
- "name": "KnowledgeBase",
837
- "required": true,
838
- "conditionKeys": [],
839
- "dependentActions": []
840
- }
841
- ],
842
- "conditionKeys": [],
843
- "dependentActions": []
844
- },
845
- "putfeedback": {
846
- "name": "PutFeedback",
847
- "description": "Grants permission to submit feedback",
848
- "accessLevel": "Write",
849
- "resourceTypes": [
850
- {
851
- "name": "Assistant",
852
- "required": true,
853
- "conditionKeys": [],
854
- "dependentActions": []
855
- }
856
- ],
857
- "conditionKeys": [],
858
- "dependentActions": []
859
- },
860
860
  "updatesession": {
861
861
  "name": "UpdateSession",
862
862
  "description": "Grants permission to update a session",
@@ -802,8 +802,7 @@
802
802
  }
803
803
  ],
804
804
  "conditionKeys": [
805
- "aws:TagKeys",
806
- "aws:RequestTag/${TagKey}"
805
+ "aws:TagKeys"
807
806
  ],
808
807
  "dependentActions": []
809
808
  },
@@ -14,6 +14,11 @@
14
14
  "description": "Filters access by creating requests based on the presence of mandatory tags in the request",
15
15
  "type": "ArrayOfString"
16
16
  },
17
+ "bedrock:inferenceprofilearn": {
18
+ "key": "bedrock:InferenceProfileArn",
19
+ "description": "Filters access by the specified inference profile",
20
+ "type": "ARN"
21
+ },
17
22
  "bedrock:thirdpartyknowledgebasecredentialssecretarn": {
18
23
  "key": "bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn",
19
24
  "description": "Filters access by the secretArn containing the credentials of the third party platform",
@@ -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
+ }
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "ram:shareowneraccountid": {
63
63
  "key": "ram:ShareOwnerAccountId",
64
- "description": "Filters access by resource shares owned by a specific account. For example, you can use this condition key to specify which resource share invitations can be accepted or rejected based on the resource share owners account ID",
64
+ "description": "Filters access by resource shares owned by a specific account. For example, you can use this condition key to specify which resource share invitations can be accepted or rejected based on the resource share owner's account ID",
65
65
  "type": "String"
66
66
  }
67
67
  }
@@ -3,6 +3,10 @@
3
3
  "key": "foundation-model",
4
4
  "arn": "arn:${Partition}:bedrock:${Region}::foundation-model/${ResourceId}"
5
5
  },
6
+ "inference-profile": {
7
+ "key": "inference-profile",
8
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:inference-profile/${ResourceId}"
9
+ },
6
10
  "custom-model": {
7
11
  "key": "custom-model",
8
12
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
@@ -107,5 +111,19 @@
107
111
  "conditionKeys": [
108
112
  "aws:ResourceTag/${TagKey}"
109
113
  ]
114
+ },
115
+ "model-import-job": {
116
+ "key": "model-import-job",
117
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-import-job/${ResourceId}",
118
+ "conditionKeys": [
119
+ "aws:ResourceTag/${TagKey}"
120
+ ]
121
+ },
122
+ "imported-model": {
123
+ "key": "imported-model",
124
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:imported-model/${ResourceId}",
125
+ "conditionKeys": [
126
+ "aws:ResourceTag/${TagKey}"
127
+ ]
110
128
  }
111
129
  }
@@ -43,5 +43,21 @@
43
43
  "endpoint": {
44
44
  "key": "endpoint",
45
45
  "arn": "arn:${Partition}:events:${Region}:${Account}:endpoint/${EndpointName}"
46
+ },
47
+ "create-snapshot": {
48
+ "key": "create-snapshot",
49
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/create-snapshot"
50
+ },
51
+ "reboot-instance": {
52
+ "key": "reboot-instance",
53
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/reboot-instance"
54
+ },
55
+ "stop-instance": {
56
+ "key": "stop-instance",
57
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/stop-instance"
58
+ },
59
+ "terminate-instance": {
60
+ "key": "terminate-instance",
61
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance"
46
62
  }
47
63
  }
@@ -0,0 +1,23 @@
1
+ {
2
+ "cluster": {
3
+ "key": "cluster",
4
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "computenodegroup": {
10
+ "key": "computenodegroup",
11
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/computenodegroup/${ComputeNodeGroupIdentifier}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "queue": {
17
+ "key": "queue",
18
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/queue/${QueueIdentifier}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ }
23
+ }
@@ -20,6 +20,13 @@
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
22
  },
23
+ "contentassociation": {
24
+ "key": "ContentAssociation",
25
+ "arn": "arn:${Partition}:wisdom:${Region}:${Account}:content-association/${KnowledgeBaseId}/${ContentId}/${ContentAssociationId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ },
23
30
  "knowledgebase": {
24
31
  "key": "KnowledgeBase",
25
32
  "arn": "arn:${Partition}:wisdom:${Region}:${Account}:knowledge-base/${KnowledgeBaseId}",
@@ -40,12 +47,5 @@
40
47
  "conditionKeys": [
41
48
  "aws:ResourceTag/${TagKey}"
42
49
  ]
43
- },
44
- "contentassociation": {
45
- "key": "ContentAssociation",
46
- "arn": "arn:${Partition}:wisdom:${Region}:${Account}:content-association/${KnowledgeBaseId}/${ContentId}/${ContentAssociationId}",
47
- "conditionKeys": [
48
- "aws:ResourceTag/${TagKey}"
49
- ]
50
50
  }
51
51
  }
@@ -47,7 +47,7 @@
47
47
  "batch": "AWS Batch",
48
48
  "bcm-data-exports": "AWS Billing And Cost Management Data Exports",
49
49
  "bedrock": "Amazon Bedrock",
50
- "billing": "AWS Billing and Cost Management",
50
+ "billing": "AWS Billing",
51
51
  "billingconductor": "AWS Billing Conductor",
52
52
  "braket": "Amazon Braket",
53
53
  "budgets": "AWS Budget Service",
@@ -273,6 +273,7 @@
273
273
  "payments": "AWS Payments",
274
274
  "pca-connector-ad": "AWS Private CA Connector for Active Directory",
275
275
  "pca-connector-scep": "AWS Private CA Connector for SCEP",
276
+ "pcs": "AWS Parallel Computing Service",
276
277
  "personalize": "Amazon Personalize",
277
278
  "pi": "AWS Performance Insights",
278
279
  "pipes": "Amazon EventBridge Pipes",
@@ -392,7 +393,7 @@
392
393
  "wam": "Amazon WorkSpaces Application Manager",
393
394
  "wellarchitected": "AWS Well-Architected Tool",
394
395
  "wickr": "AWS Wickr",
395
- "wisdom": "Amazon Connect Wisdom",
396
+ "wisdom": "Amazon Q in Connect",
396
397
  "workdocs": "Amazon WorkDocs",
397
398
  "worklink": "Amazon WorkLink",
398
399
  "workmail": "Amazon WorkMail",
@@ -273,6 +273,7 @@
273
273
  "payments",
274
274
  "pca-connector-ad",
275
275
  "pca-connector-scep",
276
+ "pcs",
276
277
  "personalize",
277
278
  "pi",
278
279
  "pipes",
@@ -18,7 +18,7 @@ interface Action {
18
18
  * @param serviceKey the service key to get actions for, is case insensitive
19
19
  * @returns the actions for the service
20
20
  */
21
- export declare function iamActionsForService(serviceKey: string): string[];
21
+ export declare function iamActionsForService(serviceKey: string): Promise<string[]>;
22
22
  /**
23
23
  * Check if an action exists
24
24
  *
@@ -26,7 +26,7 @@ export declare function iamActionsForService(serviceKey: string): string[];
26
26
  * @param actionKey the action key to check for, is case insensitive
27
27
  * @returns true if the action exists, false otherwise
28
28
  */
29
- export declare function iamActionExists(serviceKey: string, actionKey: string): boolean;
29
+ export declare function iamActionExists(serviceKey: string, actionKey: string): Promise<boolean>;
30
30
  /**
31
31
  * Get the details for an action
32
32
  *
@@ -35,6 +35,6 @@ export declare function iamActionExists(serviceKey: string, actionKey: string):
35
35
  * @throws error if the service or action does not exist
36
36
  * @returns the details for the action
37
37
  */
38
- export declare function iamActionDetails(serviceKey: string, actionKey: string): Action;
38
+ export declare function iamActionDetails(serviceKey: string, actionKey: string): Promise<Action>;
39
39
  export {};
40
40
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/actions.ts"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B;AAED,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACrD,eAAe,EAAE,kBAAkB,EAAE,CAAC;IACtC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAGjE;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAG9E;AAED;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAM9E"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/actions.ts"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B;AAED,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACrD,eAAe,EAAE,kBAAkB,EAAE,CAAC;IACtC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAC7B;AAED;;;;;GAKG;AACH,wBAAsB,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAGhF;AAED;;;;;;GAMG;AACH,wBAAsB,eAAe,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAG7F;AAED;;;;;;;GAOG;AACH,wBAAsB,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAM7F"}