@cloud-copilot/iam-data 0.8.202411141 → 0.8.202411161
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.
- package/data/actions/access-analyzer.json +15 -0
- package/data/actions/billing.json +1 -2
- package/data/actions/cleanrooms-ml.json +583 -0
- package/data/actions/deepracer.json +24 -0
- package/data/actions/elasticache.json +4 -0
- package/data/actions/iam.json +40 -0
- package/data/actions/iot.json +15 -0
- package/data/actions/license-manager-user-subscriptions.json +236 -10
- package/data/actions/partnercentral.json +242 -0
- package/data/actions/q.json +153 -0
- package/data/actions/sts.json +17 -0
- package/data/actions/wisdom.json +225 -0
- package/data/conditionKeys/cleanrooms-ml.json +1 -1
- package/data/conditionKeys/deepracer.json +3 -3
- package/data/conditionKeys/elasticache.json +11 -1
- package/data/conditionKeys/license-manager-user-subscriptions.json +17 -1
- package/data/conditionKeys/partnercentral.json +12 -0
- package/data/conditionKeys/q.json +15 -0
- package/data/conditionKeys/sts.json +5 -0
- package/data/resourceTypes/cleanrooms-ml.json +35 -0
- package/data/resourceTypes/elasticache.json +2 -0
- package/data/resourceTypes/license-manager-user-subscriptions.json +30 -1
- package/data/resourceTypes/partnercentral.json +22 -0
- package/data/resourceTypes/q.json +7 -0
- package/data/resourceTypes/sts.json +4 -0
- package/data/resourceTypes/wisdom.json +7 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
package/data/actions/q.json
CHANGED
|
@@ -18,6 +18,25 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependentActions": []
|
|
20
20
|
},
|
|
21
|
+
"createplugin": {
|
|
22
|
+
"name": "CreatePlugin",
|
|
23
|
+
"isPermissionOnly": true,
|
|
24
|
+
"description": "Grants permission to create and configure a third party plugin in Amazon Q",
|
|
25
|
+
"accessLevel": "Write",
|
|
26
|
+
"resourceTypes": [
|
|
27
|
+
{
|
|
28
|
+
"name": "plugin",
|
|
29
|
+
"required": true,
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"conditionKeys": [
|
|
35
|
+
"aws:TagKeys",
|
|
36
|
+
"aws:RequestTag/${TagKey}"
|
|
37
|
+
],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
},
|
|
21
40
|
"deleteassignment": {
|
|
22
41
|
"name": "DeleteAssignment",
|
|
23
42
|
"isPermissionOnly": true,
|
|
@@ -37,6 +56,24 @@
|
|
|
37
56
|
],
|
|
38
57
|
"dependentActions": []
|
|
39
58
|
},
|
|
59
|
+
"deleteplugin": {
|
|
60
|
+
"name": "DeletePlugin",
|
|
61
|
+
"isPermissionOnly": true,
|
|
62
|
+
"description": "Grants permission to delete a configured plugin in Amazon Q",
|
|
63
|
+
"accessLevel": "Write",
|
|
64
|
+
"resourceTypes": [
|
|
65
|
+
{
|
|
66
|
+
"name": "plugin",
|
|
67
|
+
"required": true,
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"conditionKeys": [
|
|
73
|
+
"aws:ResourceTag/${TagKey}"
|
|
74
|
+
],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
40
77
|
"generatecodefromcommands": {
|
|
41
78
|
"name": "GenerateCodeFromCommands",
|
|
42
79
|
"isPermissionOnly": true,
|
|
@@ -64,6 +101,24 @@
|
|
|
64
101
|
"conditionKeys": [],
|
|
65
102
|
"dependentActions": []
|
|
66
103
|
},
|
|
104
|
+
"getplugin": {
|
|
105
|
+
"name": "GetPlugin",
|
|
106
|
+
"isPermissionOnly": true,
|
|
107
|
+
"description": "Grants permission to view information about a specific configured Amazon Q plugin",
|
|
108
|
+
"accessLevel": "Read",
|
|
109
|
+
"resourceTypes": [
|
|
110
|
+
{
|
|
111
|
+
"name": "plugin",
|
|
112
|
+
"required": true,
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"conditionKeys": [
|
|
118
|
+
"aws:ResourceTag/${TagKey}"
|
|
119
|
+
],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
67
122
|
"gettroubleshootingresults": {
|
|
68
123
|
"name": "GetTroubleshootingResults",
|
|
69
124
|
"isPermissionOnly": true,
|
|
@@ -82,6 +137,49 @@
|
|
|
82
137
|
"conditionKeys": [],
|
|
83
138
|
"dependentActions": []
|
|
84
139
|
},
|
|
140
|
+
"listpluginproviders": {
|
|
141
|
+
"name": "ListPluginProviders",
|
|
142
|
+
"isPermissionOnly": true,
|
|
143
|
+
"description": "Grants permission to list available plugins in Amazon Q",
|
|
144
|
+
"accessLevel": "List",
|
|
145
|
+
"resourceTypes": [],
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
},
|
|
149
|
+
"listplugins": {
|
|
150
|
+
"name": "ListPlugins",
|
|
151
|
+
"isPermissionOnly": true,
|
|
152
|
+
"description": "Grants permission to list configured plugins in Amazon Q",
|
|
153
|
+
"accessLevel": "List",
|
|
154
|
+
"resourceTypes": [
|
|
155
|
+
{
|
|
156
|
+
"name": "plugin",
|
|
157
|
+
"required": true,
|
|
158
|
+
"conditionKeys": [],
|
|
159
|
+
"dependentActions": []
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"conditionKeys": [],
|
|
163
|
+
"dependentActions": []
|
|
164
|
+
},
|
|
165
|
+
"listtagsforresource": {
|
|
166
|
+
"name": "ListTagsForResource",
|
|
167
|
+
"isPermissionOnly": true,
|
|
168
|
+
"description": "Grants permission to list all tags associated with an Amazon Q resource",
|
|
169
|
+
"accessLevel": "List",
|
|
170
|
+
"resourceTypes": [
|
|
171
|
+
{
|
|
172
|
+
"name": "plugin",
|
|
173
|
+
"required": false,
|
|
174
|
+
"conditionKeys": [],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"conditionKeys": [
|
|
179
|
+
"aws:ResourceTag/${TagKey}"
|
|
180
|
+
],
|
|
181
|
+
"dependentActions": []
|
|
182
|
+
},
|
|
85
183
|
"passrequest": {
|
|
86
184
|
"name": "PassRequest",
|
|
87
185
|
"isPermissionOnly": true,
|
|
@@ -127,6 +225,45 @@
|
|
|
127
225
|
"conditionKeys": [],
|
|
128
226
|
"dependentActions": []
|
|
129
227
|
},
|
|
228
|
+
"tagresource": {
|
|
229
|
+
"name": "TagResource",
|
|
230
|
+
"isPermissionOnly": true,
|
|
231
|
+
"description": "Grants permission to associate tags with an Amazon Q resource",
|
|
232
|
+
"accessLevel": "Tagging",
|
|
233
|
+
"resourceTypes": [
|
|
234
|
+
{
|
|
235
|
+
"name": "plugin",
|
|
236
|
+
"required": false,
|
|
237
|
+
"conditionKeys": [],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"conditionKeys": [
|
|
242
|
+
"aws:ResourceTag/${TagKey}",
|
|
243
|
+
"aws:TagKeys",
|
|
244
|
+
"aws:RequestTag/${TagKey}"
|
|
245
|
+
],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
},
|
|
248
|
+
"untagresource": {
|
|
249
|
+
"name": "UntagResource",
|
|
250
|
+
"isPermissionOnly": true,
|
|
251
|
+
"description": "Grants permission to remove tags associated with an Amazon Q resource",
|
|
252
|
+
"accessLevel": "Tagging",
|
|
253
|
+
"resourceTypes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "plugin",
|
|
256
|
+
"required": false,
|
|
257
|
+
"conditionKeys": [],
|
|
258
|
+
"dependentActions": []
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"conditionKeys": [
|
|
262
|
+
"aws:ResourceTag/${TagKey}",
|
|
263
|
+
"aws:TagKeys"
|
|
264
|
+
],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
},
|
|
130
267
|
"updatetroubleshootingcommandresult": {
|
|
131
268
|
"name": "UpdateTroubleshootingCommandResult",
|
|
132
269
|
"isPermissionOnly": true,
|
|
@@ -135,5 +272,21 @@
|
|
|
135
272
|
"resourceTypes": [],
|
|
136
273
|
"conditionKeys": [],
|
|
137
274
|
"dependentActions": []
|
|
275
|
+
},
|
|
276
|
+
"useplugin": {
|
|
277
|
+
"name": "UsePlugin",
|
|
278
|
+
"isPermissionOnly": true,
|
|
279
|
+
"description": "Grants permission to use Amazon Q plugins",
|
|
280
|
+
"accessLevel": "Write",
|
|
281
|
+
"resourceTypes": [
|
|
282
|
+
{
|
|
283
|
+
"name": "plugin",
|
|
284
|
+
"required": true,
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"conditionKeys": [],
|
|
290
|
+
"dependentActions": []
|
|
138
291
|
}
|
|
139
292
|
}
|
package/data/actions/sts.json
CHANGED
|
@@ -118,6 +118,23 @@
|
|
|
118
118
|
],
|
|
119
119
|
"dependentActions": []
|
|
120
120
|
},
|
|
121
|
+
"assumeroot": {
|
|
122
|
+
"name": "AssumeRoot",
|
|
123
|
+
"description": "Grants permission to obtain a set of temporary security credentials that you can use to perform privileged tasks in member accounts in your organization",
|
|
124
|
+
"accessLevel": "Write",
|
|
125
|
+
"resourceTypes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "root-user",
|
|
128
|
+
"required": true,
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"conditionKeys": [
|
|
134
|
+
"sts:TaskPolicyArn"
|
|
135
|
+
],
|
|
136
|
+
"dependentActions": []
|
|
137
|
+
},
|
|
121
138
|
"decodeauthorizationmessage": {
|
|
122
139
|
"name": "DecodeAuthorizationMessage",
|
|
123
140
|
"description": "Grants permission to decode additional information about the authorization status of a request from an encoded message returned in response to an AWS request",
|
package/data/actions/wisdom.json
CHANGED
|
@@ -78,6 +78,48 @@
|
|
|
78
78
|
],
|
|
79
79
|
"dependentActions": []
|
|
80
80
|
},
|
|
81
|
+
"createaiguardrail": {
|
|
82
|
+
"name": "CreateAIGuardrail",
|
|
83
|
+
"description": "Grants permission to create an ai guardrail",
|
|
84
|
+
"accessLevel": "Write",
|
|
85
|
+
"resourceTypes": [
|
|
86
|
+
{
|
|
87
|
+
"name": "Assistant",
|
|
88
|
+
"required": true,
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"conditionKeys": [
|
|
94
|
+
"aws:TagKeys",
|
|
95
|
+
"aws:RequestTag/${TagKey}"
|
|
96
|
+
],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
},
|
|
99
|
+
"createaiguardrailversion": {
|
|
100
|
+
"name": "CreateAIGuardrailVersion",
|
|
101
|
+
"description": "Grants permission to create an ai guardrail version",
|
|
102
|
+
"accessLevel": "Write",
|
|
103
|
+
"resourceTypes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "AIGuardrail",
|
|
106
|
+
"required": true,
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Assistant",
|
|
112
|
+
"required": true,
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"conditionKeys": [
|
|
118
|
+
"aws:TagKeys",
|
|
119
|
+
"aws:RequestTag/${TagKey}"
|
|
120
|
+
],
|
|
121
|
+
"dependentActions": []
|
|
122
|
+
},
|
|
81
123
|
"createaiprompt": {
|
|
82
124
|
"name": "CreateAIPrompt",
|
|
83
125
|
"description": "Grants permission to create an ai prompt",
|
|
@@ -361,6 +403,48 @@
|
|
|
361
403
|
"conditionKeys": [],
|
|
362
404
|
"dependentActions": []
|
|
363
405
|
},
|
|
406
|
+
"deleteaiguardrail": {
|
|
407
|
+
"name": "DeleteAIGuardrail",
|
|
408
|
+
"description": "Grants permission to delete an ai guardrail",
|
|
409
|
+
"accessLevel": "Write",
|
|
410
|
+
"resourceTypes": [
|
|
411
|
+
{
|
|
412
|
+
"name": "AIGuardrail",
|
|
413
|
+
"required": true,
|
|
414
|
+
"conditionKeys": [],
|
|
415
|
+
"dependentActions": []
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "Assistant",
|
|
419
|
+
"required": true,
|
|
420
|
+
"conditionKeys": [],
|
|
421
|
+
"dependentActions": []
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"conditionKeys": [],
|
|
425
|
+
"dependentActions": []
|
|
426
|
+
},
|
|
427
|
+
"deleteaiguardrailversion": {
|
|
428
|
+
"name": "DeleteAIGuardrailVersion",
|
|
429
|
+
"description": "Grants permission to delete an ai guardrail version",
|
|
430
|
+
"accessLevel": "Write",
|
|
431
|
+
"resourceTypes": [
|
|
432
|
+
{
|
|
433
|
+
"name": "AIGuardrail",
|
|
434
|
+
"required": true,
|
|
435
|
+
"conditionKeys": [],
|
|
436
|
+
"dependentActions": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "Assistant",
|
|
440
|
+
"required": true,
|
|
441
|
+
"conditionKeys": [],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"conditionKeys": [],
|
|
446
|
+
"dependentActions": []
|
|
447
|
+
},
|
|
364
448
|
"deleteaiprompt": {
|
|
365
449
|
"name": "DeleteAIPrompt",
|
|
366
450
|
"description": "Grants permission to delete an ai prompt",
|
|
@@ -601,6 +685,27 @@
|
|
|
601
685
|
"conditionKeys": [],
|
|
602
686
|
"dependentActions": []
|
|
603
687
|
},
|
|
688
|
+
"getaiguardrail": {
|
|
689
|
+
"name": "GetAIGuardrail",
|
|
690
|
+
"description": "Grants permission to retrieve information about an ai guardrail",
|
|
691
|
+
"accessLevel": "Read",
|
|
692
|
+
"resourceTypes": [
|
|
693
|
+
{
|
|
694
|
+
"name": "AIGuardrail",
|
|
695
|
+
"required": true,
|
|
696
|
+
"conditionKeys": [],
|
|
697
|
+
"dependentActions": []
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "Assistant",
|
|
701
|
+
"required": true,
|
|
702
|
+
"conditionKeys": [],
|
|
703
|
+
"dependentActions": []
|
|
704
|
+
}
|
|
705
|
+
],
|
|
706
|
+
"conditionKeys": [],
|
|
707
|
+
"dependentActions": []
|
|
708
|
+
},
|
|
604
709
|
"getaiprompt": {
|
|
605
710
|
"name": "GetAIPrompt",
|
|
606
711
|
"description": "Grants permission to retrieve information about an ai prompt",
|
|
@@ -780,6 +885,27 @@
|
|
|
780
885
|
],
|
|
781
886
|
"dependentActions": []
|
|
782
887
|
},
|
|
888
|
+
"getnextmessage": {
|
|
889
|
+
"name": "GetNextMessage",
|
|
890
|
+
"description": "Grants permission to retrieve for next message in a session",
|
|
891
|
+
"accessLevel": "Read",
|
|
892
|
+
"resourceTypes": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Assistant",
|
|
895
|
+
"required": true,
|
|
896
|
+
"conditionKeys": [],
|
|
897
|
+
"dependentActions": []
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "Session",
|
|
901
|
+
"required": true,
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"conditionKeys": [],
|
|
907
|
+
"dependentActions": []
|
|
908
|
+
},
|
|
783
909
|
"getquickresponse": {
|
|
784
910
|
"name": "GetQuickResponse",
|
|
785
911
|
"description": "Grants permission to retrieve content",
|
|
@@ -873,6 +999,42 @@
|
|
|
873
999
|
"conditionKeys": [],
|
|
874
1000
|
"dependentActions": []
|
|
875
1001
|
},
|
|
1002
|
+
"listaiguardrailversions": {
|
|
1003
|
+
"name": "ListAIGuardrailVersions",
|
|
1004
|
+
"description": "Grants permission to list information about ai guardrail versions",
|
|
1005
|
+
"accessLevel": "List",
|
|
1006
|
+
"resourceTypes": [
|
|
1007
|
+
{
|
|
1008
|
+
"name": "AIGuardrail",
|
|
1009
|
+
"required": true,
|
|
1010
|
+
"conditionKeys": [],
|
|
1011
|
+
"dependentActions": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "Assistant",
|
|
1015
|
+
"required": true,
|
|
1016
|
+
"conditionKeys": [],
|
|
1017
|
+
"dependentActions": []
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"conditionKeys": [],
|
|
1021
|
+
"dependentActions": []
|
|
1022
|
+
},
|
|
1023
|
+
"listaiguardrails": {
|
|
1024
|
+
"name": "ListAIGuardrails",
|
|
1025
|
+
"description": "Grants permission to list information about ai guardrails",
|
|
1026
|
+
"accessLevel": "List",
|
|
1027
|
+
"resourceTypes": [
|
|
1028
|
+
{
|
|
1029
|
+
"name": "Assistant",
|
|
1030
|
+
"required": true,
|
|
1031
|
+
"conditionKeys": [],
|
|
1032
|
+
"dependentActions": []
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"conditionKeys": [],
|
|
1036
|
+
"dependentActions": []
|
|
1037
|
+
},
|
|
876
1038
|
"listaipromptversions": {
|
|
877
1039
|
"name": "ListAIPromptVersions",
|
|
878
1040
|
"description": "Grants permission to list information about ai prompt versions",
|
|
@@ -1027,6 +1189,27 @@
|
|
|
1027
1189
|
"conditionKeys": [],
|
|
1028
1190
|
"dependentActions": []
|
|
1029
1191
|
},
|
|
1192
|
+
"listmessages": {
|
|
1193
|
+
"name": "ListMessages",
|
|
1194
|
+
"description": "Grants permission to list messages in a session",
|
|
1195
|
+
"accessLevel": "List",
|
|
1196
|
+
"resourceTypes": [
|
|
1197
|
+
{
|
|
1198
|
+
"name": "Assistant",
|
|
1199
|
+
"required": true,
|
|
1200
|
+
"conditionKeys": [],
|
|
1201
|
+
"dependentActions": []
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "Session",
|
|
1205
|
+
"required": true,
|
|
1206
|
+
"conditionKeys": [],
|
|
1207
|
+
"dependentActions": []
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"conditionKeys": [],
|
|
1211
|
+
"dependentActions": []
|
|
1212
|
+
},
|
|
1030
1213
|
"listquickresponses": {
|
|
1031
1214
|
"name": "ListQuickResponses",
|
|
1032
1215
|
"description": "Grants permission to list the quick response with a knowledge base",
|
|
@@ -1217,6 +1400,27 @@
|
|
|
1217
1400
|
"conditionKeys": [],
|
|
1218
1401
|
"dependentActions": []
|
|
1219
1402
|
},
|
|
1403
|
+
"sendmessage": {
|
|
1404
|
+
"name": "SendMessage",
|
|
1405
|
+
"description": "Grants permission to send a message",
|
|
1406
|
+
"accessLevel": "Write",
|
|
1407
|
+
"resourceTypes": [
|
|
1408
|
+
{
|
|
1409
|
+
"name": "Assistant",
|
|
1410
|
+
"required": true,
|
|
1411
|
+
"conditionKeys": [],
|
|
1412
|
+
"dependentActions": []
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "Session",
|
|
1416
|
+
"required": true,
|
|
1417
|
+
"conditionKeys": [],
|
|
1418
|
+
"dependentActions": []
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"conditionKeys": [],
|
|
1422
|
+
"dependentActions": []
|
|
1423
|
+
},
|
|
1220
1424
|
"startcontentupload": {
|
|
1221
1425
|
"name": "StartContentUpload",
|
|
1222
1426
|
"description": "Grants permission to get a URL to upload content to a knowledge base",
|
|
@@ -1392,6 +1596,27 @@
|
|
|
1392
1596
|
"conditionKeys": [],
|
|
1393
1597
|
"dependentActions": []
|
|
1394
1598
|
},
|
|
1599
|
+
"updateaiguardrail": {
|
|
1600
|
+
"name": "UpdateAIGuardrail",
|
|
1601
|
+
"description": "Grants permission to update information about an ai guardrail",
|
|
1602
|
+
"accessLevel": "Write",
|
|
1603
|
+
"resourceTypes": [
|
|
1604
|
+
{
|
|
1605
|
+
"name": "AIGuardrail",
|
|
1606
|
+
"required": true,
|
|
1607
|
+
"conditionKeys": [],
|
|
1608
|
+
"dependentActions": []
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "Assistant",
|
|
1612
|
+
"required": true,
|
|
1613
|
+
"conditionKeys": [],
|
|
1614
|
+
"dependentActions": []
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"conditionKeys": [],
|
|
1618
|
+
"dependentActions": []
|
|
1619
|
+
},
|
|
1395
1620
|
"updateaiprompt": {
|
|
1396
1621
|
"name": "UpdateAIPrompt",
|
|
1397
1622
|
"description": "Grants permission to update information about an ai prompt",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aws:requesttag/${tagkey}": {
|
|
3
3
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters
|
|
4
|
+
"description": "Filters access by tag key-value pairs in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
7
|
"aws:resourcetag/${tagkey}": {
|
|
8
8
|
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters
|
|
9
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
10
10
|
"type": "String"
|
|
11
11
|
},
|
|
12
12
|
"aws:tagkeys": {
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
|
-
"description": "Filters
|
|
14
|
+
"description": "Filters access by tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
17
|
"deepracer:multiuser": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"elasticache:kmskeyid": {
|
|
63
63
|
"key": "elasticache:KmsKeyId",
|
|
64
|
-
"description": "Filters access by the
|
|
64
|
+
"description": "Filters access by the Key ID of the KMS key",
|
|
65
65
|
"type": "String"
|
|
66
66
|
},
|
|
67
67
|
"elasticache:maximumdatastorage": {
|
|
@@ -74,6 +74,16 @@
|
|
|
74
74
|
"description": "Filters access by the CacheUsageLimits.ECPUPerSecond.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request",
|
|
75
75
|
"type": "Numeric"
|
|
76
76
|
},
|
|
77
|
+
"elasticache:minimumdatastorage": {
|
|
78
|
+
"key": "elasticache:MinimumDataStorage",
|
|
79
|
+
"description": "Filters access by the CacheUsageLimits.DataStorage.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request",
|
|
80
|
+
"type": "Numeric"
|
|
81
|
+
},
|
|
82
|
+
"elasticache:minimumecpupersecond": {
|
|
83
|
+
"key": "elasticache:MinimumECPUPerSecond",
|
|
84
|
+
"description": "Filters access by the CacheUsageLimits.ECPUPerSecond.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request",
|
|
85
|
+
"type": "Numeric"
|
|
86
|
+
},
|
|
77
87
|
"elasticache:multiazenabled": {
|
|
78
88
|
"key": "elasticache:MultiAZEnabled",
|
|
79
89
|
"description": "Filters access by the AZMode parameter, MultiAZEnabled parameter or the number of availability zones that the cluster or replication group can be placed in",
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
{
|
|
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 tag key-value pairs attached to the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"partnercentral:catalog": {
|
|
3
|
+
"key": "partnercentral:Catalog",
|
|
4
|
+
"description": "Filters access by a specific Catalog. Accepted values: [AWS, Sandbox]",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"partnercentral:relatedentitytype": {
|
|
8
|
+
"key": "partnercentral:RelatedEntityType",
|
|
9
|
+
"description": "Filters access by entity types for Opportunity association. Accepted values: [Solutions, AwsProducts, AwsMarketplaceOffers]",
|
|
10
|
+
"type": "String"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
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 Amazon Q 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
|
+
},
|
|
2
17
|
"identitystore:groupid": {
|
|
3
18
|
"key": "identitystore:GroupId",
|
|
4
19
|
"description": "Filters access by IAM Identity Center Group ID",
|
|
@@ -254,6 +254,11 @@
|
|
|
254
254
|
"description": "Filters access by the source identity that is passed in the request",
|
|
255
255
|
"type": "String"
|
|
256
256
|
},
|
|
257
|
+
"sts:taskpolicyarn": {
|
|
258
|
+
"key": "sts:TaskPolicyArn",
|
|
259
|
+
"description": "Filters access by TaskPolicyARN",
|
|
260
|
+
"type": "String"
|
|
261
|
+
},
|
|
257
262
|
"sts:transitivetagkeys": {
|
|
258
263
|
"key": "sts:TransitiveTagKeys",
|
|
259
264
|
"description": "Filters access by the transitive tag keys that are passed in the request",
|
|
@@ -26,5 +26,40 @@
|
|
|
26
26
|
"conditionKeys": [
|
|
27
27
|
"aws:ResourceTag/${TagKey}"
|
|
28
28
|
]
|
|
29
|
+
},
|
|
30
|
+
"configuredmodelalgorithm": {
|
|
31
|
+
"key": "ConfiguredModelAlgorithm",
|
|
32
|
+
"arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:configured-model-algorithm/${ResourceId}",
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"configuredmodelalgorithmassociation": {
|
|
38
|
+
"key": "ConfiguredModelAlgorithmAssociation",
|
|
39
|
+
"arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/configured-model-algorithm-association/${ResourceId}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"mlinputchannel": {
|
|
45
|
+
"key": "MLInputChannel",
|
|
46
|
+
"arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/ml-input-channel/${ResourceId}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"trainedmodel": {
|
|
52
|
+
"key": "TrainedModel",
|
|
53
|
+
"arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/trained-model/${ResourceId}",
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"aws:ResourceTag/${TagKey}"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"trainedmodelinferencejob": {
|
|
59
|
+
"key": "TrainedModelInferenceJob",
|
|
60
|
+
"arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/trained-model-inference-job/${ResourceId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
29
64
|
}
|
|
30
65
|
}
|