@cloud-copilot/iam-data 0.15.202601151 → 0.15.202601171
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/aoss.json +76 -0
- package/data/actions/appsync.json +75 -0
- package/data/actions/deadline.json +27 -5
- package/data/actions/network-firewall.json +4 -1
- package/data/actions/partnercentral.json +40 -14
- package/data/actions/wafv2.json +5 -1
- package/data/conditionKeys/aoss.json +5 -0
- package/data/resourceTypes/aoss.json +7 -0
- package/data/resourceTypes/deadline.json +1 -0
- package/data/serviceNames.json +0 -1
- package/data/services.json +0 -1
- package/package.json +2 -2
- package/data/actions/deepracer.json +0 -957
- package/data/conditionKeys/deepracer.json +0 -27
- package/data/resourceTypes/deepracer.json +0 -48
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aws:requesttag/${tagkey}": {
|
|
3
|
-
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters access by tag key-value pairs in the request",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"aws:resourcetag/${tagkey}": {
|
|
8
|
-
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters access by 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 in the request",
|
|
15
|
-
"type": "ArrayOfString"
|
|
16
|
-
},
|
|
17
|
-
"deepracer:multiuser": {
|
|
18
|
-
"key": "deepracer:MultiUser",
|
|
19
|
-
"description": "Filters access by multiuser flag",
|
|
20
|
-
"type": "Bool"
|
|
21
|
-
},
|
|
22
|
-
"deepracer:usertoken": {
|
|
23
|
-
"key": "deepracer:UserToken",
|
|
24
|
-
"description": "Filters access by user token in the request",
|
|
25
|
-
"type": "String"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"car": {
|
|
3
|
-
"key": "car",
|
|
4
|
-
"arn": "arn:${Partition}:deepracer:${Region}:${Account}:car/${ResourceId}",
|
|
5
|
-
"conditionKeys": [
|
|
6
|
-
"aws:ResourceTag/${TagKey}"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
|
-
"evaluation_job": {
|
|
10
|
-
"key": "evaluation_job",
|
|
11
|
-
"arn": "arn:${Partition}:deepracer:${Region}:${Account}:evaluation_job/${ResourceId}",
|
|
12
|
-
"conditionKeys": [
|
|
13
|
-
"aws:ResourceTag/${TagKey}"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
"leaderboard": {
|
|
17
|
-
"key": "leaderboard",
|
|
18
|
-
"arn": "arn:${Partition}:deepracer:${Region}::leaderboard/${ResourceId}",
|
|
19
|
-
"conditionKeys": [
|
|
20
|
-
"aws:ResourceTag/${TagKey}"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"leaderboard_evaluation_job": {
|
|
24
|
-
"key": "leaderboard_evaluation_job",
|
|
25
|
-
"arn": "arn:${Partition}:deepracer:${Region}:${Account}:leaderboard_evaluation_job/${ResourceId}",
|
|
26
|
-
"conditionKeys": [
|
|
27
|
-
"aws:ResourceTag/${TagKey}"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"reinforcement_learning_model": {
|
|
31
|
-
"key": "reinforcement_learning_model",
|
|
32
|
-
"arn": "arn:${Partition}:deepracer:${Region}:${Account}:model/reinforcement_learning/${ResourceId}",
|
|
33
|
-
"conditionKeys": [
|
|
34
|
-
"aws:ResourceTag/${TagKey}"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
"track": {
|
|
38
|
-
"key": "track",
|
|
39
|
-
"arn": "arn:${Partition}:deepracer:${Region}::track/${ResourceId}"
|
|
40
|
-
},
|
|
41
|
-
"training_job": {
|
|
42
|
-
"key": "training_job",
|
|
43
|
-
"arn": "arn:${Partition}:deepracer:${Region}:${Account}:training_job/${ResourceId}",
|
|
44
|
-
"conditionKeys": [
|
|
45
|
-
"aws:ResourceTag/${TagKey}"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
}
|