@cloud-copilot/iam-data 0.9.202412141 → 0.9.202412181
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/elemental-support-cases.json +201 -1
- package/data/conditionKeys/elemental-support-cases.json +17 -1
- package/data/resourceTypes/elemental-support-cases.json +4 -1
- package/data/serviceNames.json +0 -1
- package/data/services.json +0 -1
- package/package.json +2 -2
- package/data/actions/iot1click.json +0 -400
- package/data/conditionKeys/iot1click.json +0 -17
- package/data/resourceTypes/iot1click.json +0 -16
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addcasecomment": {
|
|
3
|
+
"name": "AddCaseComment",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to add a comment to a support case",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "case",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"checkcasepermission": {
|
|
3
19
|
"name": "CheckCasePermission",
|
|
4
20
|
"isPermissionOnly": true,
|
|
@@ -8,12 +24,63 @@
|
|
|
8
24
|
"conditionKeys": [],
|
|
9
25
|
"dependentActions": []
|
|
10
26
|
},
|
|
27
|
+
"completemultipartupload": {
|
|
28
|
+
"name": "CompleteMultipartUpload",
|
|
29
|
+
"isPermissionOnly": true,
|
|
30
|
+
"description": "Grants permission to complete a multipart file upload to a support case",
|
|
31
|
+
"accessLevel": "Write",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "case",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
},
|
|
11
43
|
"createcase": {
|
|
12
44
|
"name": "CreateCase",
|
|
13
45
|
"isPermissionOnly": true,
|
|
14
46
|
"description": "Grants permission to create a support case",
|
|
15
47
|
"accessLevel": "Write",
|
|
16
48
|
"resourceTypes": [],
|
|
49
|
+
"conditionKeys": [
|
|
50
|
+
"aws:TagKeys",
|
|
51
|
+
"aws:RequestTag/${TagKey}"
|
|
52
|
+
],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
},
|
|
55
|
+
"creates3cliuploadcommand": {
|
|
56
|
+
"name": "CreateS3CLIUploadCommand",
|
|
57
|
+
"isPermissionOnly": true,
|
|
58
|
+
"description": "Grants permission to create a cli command to allow a file upload to a support case",
|
|
59
|
+
"accessLevel": "Write",
|
|
60
|
+
"resourceTypes": [
|
|
61
|
+
{
|
|
62
|
+
"name": "case",
|
|
63
|
+
"required": true,
|
|
64
|
+
"conditionKeys": [],
|
|
65
|
+
"dependentActions": []
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
},
|
|
71
|
+
"creates3downloadurl": {
|
|
72
|
+
"name": "CreateS3DownloadUrl",
|
|
73
|
+
"isPermissionOnly": true,
|
|
74
|
+
"description": "Grants permission to download a file from a support case",
|
|
75
|
+
"accessLevel": "Write",
|
|
76
|
+
"resourceTypes": [
|
|
77
|
+
{
|
|
78
|
+
"name": "case",
|
|
79
|
+
"required": true,
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": []
|
|
82
|
+
}
|
|
83
|
+
],
|
|
17
84
|
"conditionKeys": [],
|
|
18
85
|
"dependentActions": []
|
|
19
86
|
},
|
|
@@ -22,6 +89,22 @@
|
|
|
22
89
|
"isPermissionOnly": true,
|
|
23
90
|
"description": "Grants permission to describe a support case in your account",
|
|
24
91
|
"accessLevel": "Read",
|
|
92
|
+
"resourceTypes": [
|
|
93
|
+
{
|
|
94
|
+
"name": "case",
|
|
95
|
+
"required": true,
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
103
|
+
"getcasepermission": {
|
|
104
|
+
"name": "GetCasePermission",
|
|
105
|
+
"isPermissionOnly": true,
|
|
106
|
+
"description": "Grants permission to verify whether the caller has the permissions to perform support case operations",
|
|
107
|
+
"accessLevel": "Read",
|
|
25
108
|
"resourceTypes": [],
|
|
26
109
|
"conditionKeys": [],
|
|
27
110
|
"dependentActions": []
|
|
@@ -35,12 +118,129 @@
|
|
|
35
118
|
"conditionKeys": [],
|
|
36
119
|
"dependentActions": []
|
|
37
120
|
},
|
|
121
|
+
"getuicache": {
|
|
122
|
+
"name": "GetUICache",
|
|
123
|
+
"isPermissionOnly": true,
|
|
124
|
+
"description": "Grants permission to retrieve cached case user data for use in the Console",
|
|
125
|
+
"accessLevel": "Read",
|
|
126
|
+
"resourceTypes": [],
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
},
|
|
130
|
+
"listtagsforcase": {
|
|
131
|
+
"name": "ListTagsForCase",
|
|
132
|
+
"isPermissionOnly": true,
|
|
133
|
+
"description": "Grants permission to list tags on a support case",
|
|
134
|
+
"accessLevel": "Read",
|
|
135
|
+
"resourceTypes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "case",
|
|
138
|
+
"required": true,
|
|
139
|
+
"conditionKeys": [],
|
|
140
|
+
"dependentActions": []
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"conditionKeys": [],
|
|
144
|
+
"dependentActions": []
|
|
145
|
+
},
|
|
146
|
+
"startmultipartupload": {
|
|
147
|
+
"name": "StartMultipartUpload",
|
|
148
|
+
"isPermissionOnly": true,
|
|
149
|
+
"description": "Grants permission to start a multipart file upload to a support case",
|
|
150
|
+
"accessLevel": "Write",
|
|
151
|
+
"resourceTypes": [
|
|
152
|
+
{
|
|
153
|
+
"name": "case",
|
|
154
|
+
"required": true,
|
|
155
|
+
"conditionKeys": [],
|
|
156
|
+
"dependentActions": []
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": []
|
|
161
|
+
},
|
|
162
|
+
"tagcase": {
|
|
163
|
+
"name": "TagCase",
|
|
164
|
+
"isPermissionOnly": true,
|
|
165
|
+
"description": "Grants permission to add a tag on a support case",
|
|
166
|
+
"accessLevel": "Tagging",
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "case",
|
|
170
|
+
"required": true,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"conditionKeys": [
|
|
176
|
+
"aws:TagKeys",
|
|
177
|
+
"aws:RequestTag/${TagKey}"
|
|
178
|
+
],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
},
|
|
181
|
+
"untagcase": {
|
|
182
|
+
"name": "UntagCase",
|
|
183
|
+
"isPermissionOnly": true,
|
|
184
|
+
"description": "Grants permission to remove a tag on a support case",
|
|
185
|
+
"accessLevel": "Tagging",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "case",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"conditionKeys": [
|
|
195
|
+
"aws:TagKeys"
|
|
196
|
+
],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
},
|
|
38
199
|
"updatecase": {
|
|
39
200
|
"name": "UpdateCase",
|
|
40
201
|
"isPermissionOnly": true,
|
|
41
202
|
"description": "Grants permission to update a support case",
|
|
42
203
|
"accessLevel": "Write",
|
|
43
|
-
"resourceTypes": [
|
|
204
|
+
"resourceTypes": [
|
|
205
|
+
{
|
|
206
|
+
"name": "case",
|
|
207
|
+
"required": true,
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"conditionKeys": [],
|
|
213
|
+
"dependentActions": []
|
|
214
|
+
},
|
|
215
|
+
"updatecasestatus": {
|
|
216
|
+
"name": "UpdateCaseStatus",
|
|
217
|
+
"isPermissionOnly": true,
|
|
218
|
+
"description": "Grants permission to update a support case status",
|
|
219
|
+
"accessLevel": "Write",
|
|
220
|
+
"resourceTypes": [
|
|
221
|
+
{
|
|
222
|
+
"name": "case",
|
|
223
|
+
"required": true,
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
231
|
+
"updatemultipartupload": {
|
|
232
|
+
"name": "UpdateMultipartUpload",
|
|
233
|
+
"isPermissionOnly": true,
|
|
234
|
+
"description": "Grants permission to update a multipart file upload to a support case",
|
|
235
|
+
"accessLevel": "Write",
|
|
236
|
+
"resourceTypes": [
|
|
237
|
+
{
|
|
238
|
+
"name": "case",
|
|
239
|
+
"required": true,
|
|
240
|
+
"conditionKeys": [],
|
|
241
|
+
"dependentActions": []
|
|
242
|
+
}
|
|
243
|
+
],
|
|
44
244
|
"conditionKeys": [],
|
|
45
245
|
"dependentActions": []
|
|
46
246
|
}
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by 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 tags associated with 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
|
+
}
|
package/data/serviceNames.json
CHANGED
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
"invoicing": "AWS Invoicing Service",
|
|
195
195
|
"iot": "AWS IoT",
|
|
196
196
|
"iot-device-tester": "AWS IoT Device Tester",
|
|
197
|
-
"iot1click": "AWS IoT 1-Click",
|
|
198
197
|
"iotanalytics": "AWS IoT Analytics",
|
|
199
198
|
"iotdeviceadvisor": "AWS IoT Core Device Advisor",
|
|
200
199
|
"iotevents": "AWS IoT Events",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202412181",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-12-
|
|
6
|
+
"updatedAt": "2024-12-18T04:45:37.637Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|
|
@@ -1,400 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"associatedevicewithplacement": {
|
|
3
|
-
"name": "AssociateDeviceWithPlacement",
|
|
4
|
-
"description": "Grants permission to associate a device to a placement",
|
|
5
|
-
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
7
|
-
{
|
|
8
|
-
"name": "project",
|
|
9
|
-
"required": true,
|
|
10
|
-
"conditionKeys": [],
|
|
11
|
-
"dependentActions": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"conditionKeys": [],
|
|
15
|
-
"dependentActions": []
|
|
16
|
-
},
|
|
17
|
-
"claimdevicesbyclaimcode": {
|
|
18
|
-
"name": "ClaimDevicesByClaimCode",
|
|
19
|
-
"description": "Grants permission to claim a batch of devices with a claim code",
|
|
20
|
-
"accessLevel": "Read",
|
|
21
|
-
"resourceTypes": [],
|
|
22
|
-
"conditionKeys": [],
|
|
23
|
-
"dependentActions": []
|
|
24
|
-
},
|
|
25
|
-
"createplacement": {
|
|
26
|
-
"name": "CreatePlacement",
|
|
27
|
-
"description": "Grants permission to create a new placement in a project",
|
|
28
|
-
"accessLevel": "Write",
|
|
29
|
-
"resourceTypes": [
|
|
30
|
-
{
|
|
31
|
-
"name": "project",
|
|
32
|
-
"required": true,
|
|
33
|
-
"conditionKeys": [],
|
|
34
|
-
"dependentActions": []
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"conditionKeys": [],
|
|
38
|
-
"dependentActions": []
|
|
39
|
-
},
|
|
40
|
-
"createproject": {
|
|
41
|
-
"name": "CreateProject",
|
|
42
|
-
"description": "Grants permission to create a new project",
|
|
43
|
-
"accessLevel": "Write",
|
|
44
|
-
"resourceTypes": [
|
|
45
|
-
{
|
|
46
|
-
"name": "project",
|
|
47
|
-
"required": true,
|
|
48
|
-
"conditionKeys": [],
|
|
49
|
-
"dependentActions": []
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"conditionKeys": [
|
|
53
|
-
"aws:RequestTag/${TagKey}",
|
|
54
|
-
"aws:TagKeys"
|
|
55
|
-
],
|
|
56
|
-
"dependentActions": []
|
|
57
|
-
},
|
|
58
|
-
"deleteplacement": {
|
|
59
|
-
"name": "DeletePlacement",
|
|
60
|
-
"description": "Grants permission to delete a placement from a project",
|
|
61
|
-
"accessLevel": "Write",
|
|
62
|
-
"resourceTypes": [
|
|
63
|
-
{
|
|
64
|
-
"name": "project",
|
|
65
|
-
"required": true,
|
|
66
|
-
"conditionKeys": [],
|
|
67
|
-
"dependentActions": []
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"conditionKeys": [],
|
|
71
|
-
"dependentActions": []
|
|
72
|
-
},
|
|
73
|
-
"deleteproject": {
|
|
74
|
-
"name": "DeleteProject",
|
|
75
|
-
"description": "Grants permission to delete a project",
|
|
76
|
-
"accessLevel": "Write",
|
|
77
|
-
"resourceTypes": [
|
|
78
|
-
{
|
|
79
|
-
"name": "project",
|
|
80
|
-
"required": true,
|
|
81
|
-
"conditionKeys": [],
|
|
82
|
-
"dependentActions": []
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"conditionKeys": [],
|
|
86
|
-
"dependentActions": []
|
|
87
|
-
},
|
|
88
|
-
"describedevice": {
|
|
89
|
-
"name": "DescribeDevice",
|
|
90
|
-
"description": "Grants permission to describe a device",
|
|
91
|
-
"accessLevel": "Read",
|
|
92
|
-
"resourceTypes": [
|
|
93
|
-
{
|
|
94
|
-
"name": "device",
|
|
95
|
-
"required": true,
|
|
96
|
-
"conditionKeys": [],
|
|
97
|
-
"dependentActions": []
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"conditionKeys": [],
|
|
101
|
-
"dependentActions": []
|
|
102
|
-
},
|
|
103
|
-
"describeplacement": {
|
|
104
|
-
"name": "DescribePlacement",
|
|
105
|
-
"description": "Grants permission to describe a placement",
|
|
106
|
-
"accessLevel": "Read",
|
|
107
|
-
"resourceTypes": [
|
|
108
|
-
{
|
|
109
|
-
"name": "project",
|
|
110
|
-
"required": true,
|
|
111
|
-
"conditionKeys": [],
|
|
112
|
-
"dependentActions": []
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"conditionKeys": [],
|
|
116
|
-
"dependentActions": []
|
|
117
|
-
},
|
|
118
|
-
"describeproject": {
|
|
119
|
-
"name": "DescribeProject",
|
|
120
|
-
"description": "Grants permission to describe a project",
|
|
121
|
-
"accessLevel": "Read",
|
|
122
|
-
"resourceTypes": [
|
|
123
|
-
{
|
|
124
|
-
"name": "project",
|
|
125
|
-
"required": true,
|
|
126
|
-
"conditionKeys": [],
|
|
127
|
-
"dependentActions": []
|
|
128
|
-
}
|
|
129
|
-
],
|
|
130
|
-
"conditionKeys": [],
|
|
131
|
-
"dependentActions": []
|
|
132
|
-
},
|
|
133
|
-
"disassociatedevicefromplacement": {
|
|
134
|
-
"name": "DisassociateDeviceFromPlacement",
|
|
135
|
-
"description": "Grants permission to disassociate a device from a placement",
|
|
136
|
-
"accessLevel": "Write",
|
|
137
|
-
"resourceTypes": [
|
|
138
|
-
{
|
|
139
|
-
"name": "project",
|
|
140
|
-
"required": true,
|
|
141
|
-
"conditionKeys": [],
|
|
142
|
-
"dependentActions": []
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"conditionKeys": [],
|
|
146
|
-
"dependentActions": []
|
|
147
|
-
},
|
|
148
|
-
"finalizedeviceclaim": {
|
|
149
|
-
"name": "FinalizeDeviceClaim",
|
|
150
|
-
"description": "Grants permission to finalize a device claim",
|
|
151
|
-
"accessLevel": "Read",
|
|
152
|
-
"resourceTypes": [
|
|
153
|
-
{
|
|
154
|
-
"name": "device",
|
|
155
|
-
"required": true,
|
|
156
|
-
"conditionKeys": [],
|
|
157
|
-
"dependentActions": []
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"conditionKeys": [
|
|
161
|
-
"aws:RequestTag/${TagKey}",
|
|
162
|
-
"aws:TagKeys"
|
|
163
|
-
],
|
|
164
|
-
"dependentActions": []
|
|
165
|
-
},
|
|
166
|
-
"getdevicemethods": {
|
|
167
|
-
"name": "GetDeviceMethods",
|
|
168
|
-
"description": "Grants permission to get available methods of a device",
|
|
169
|
-
"accessLevel": "Read",
|
|
170
|
-
"resourceTypes": [
|
|
171
|
-
{
|
|
172
|
-
"name": "device",
|
|
173
|
-
"required": true,
|
|
174
|
-
"conditionKeys": [],
|
|
175
|
-
"dependentActions": []
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"conditionKeys": [],
|
|
179
|
-
"dependentActions": []
|
|
180
|
-
},
|
|
181
|
-
"getdevicesinplacement": {
|
|
182
|
-
"name": "GetDevicesInPlacement",
|
|
183
|
-
"description": "Grants permission to get devices associated to a placement",
|
|
184
|
-
"accessLevel": "Read",
|
|
185
|
-
"resourceTypes": [
|
|
186
|
-
{
|
|
187
|
-
"name": "project",
|
|
188
|
-
"required": true,
|
|
189
|
-
"conditionKeys": [],
|
|
190
|
-
"dependentActions": []
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"conditionKeys": [],
|
|
194
|
-
"dependentActions": []
|
|
195
|
-
},
|
|
196
|
-
"initiatedeviceclaim": {
|
|
197
|
-
"name": "InitiateDeviceClaim",
|
|
198
|
-
"description": "Grants permission to initialize a device claim",
|
|
199
|
-
"accessLevel": "Read",
|
|
200
|
-
"resourceTypes": [
|
|
201
|
-
{
|
|
202
|
-
"name": "device",
|
|
203
|
-
"required": true,
|
|
204
|
-
"conditionKeys": [],
|
|
205
|
-
"dependentActions": []
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"conditionKeys": [],
|
|
209
|
-
"dependentActions": []
|
|
210
|
-
},
|
|
211
|
-
"invokedevicemethod": {
|
|
212
|
-
"name": "InvokeDeviceMethod",
|
|
213
|
-
"description": "Grants permission to invoke a device method",
|
|
214
|
-
"accessLevel": "Write",
|
|
215
|
-
"resourceTypes": [
|
|
216
|
-
{
|
|
217
|
-
"name": "device",
|
|
218
|
-
"required": true,
|
|
219
|
-
"conditionKeys": [],
|
|
220
|
-
"dependentActions": []
|
|
221
|
-
}
|
|
222
|
-
],
|
|
223
|
-
"conditionKeys": [],
|
|
224
|
-
"dependentActions": []
|
|
225
|
-
},
|
|
226
|
-
"listdeviceevents": {
|
|
227
|
-
"name": "ListDeviceEvents",
|
|
228
|
-
"description": "Grants permission to list past events published by a device",
|
|
229
|
-
"accessLevel": "Read",
|
|
230
|
-
"resourceTypes": [
|
|
231
|
-
{
|
|
232
|
-
"name": "device",
|
|
233
|
-
"required": true,
|
|
234
|
-
"conditionKeys": [],
|
|
235
|
-
"dependentActions": []
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"conditionKeys": [],
|
|
239
|
-
"dependentActions": []
|
|
240
|
-
},
|
|
241
|
-
"listdevices": {
|
|
242
|
-
"name": "ListDevices",
|
|
243
|
-
"description": "Grants permission to list all devices",
|
|
244
|
-
"accessLevel": "List",
|
|
245
|
-
"resourceTypes": [],
|
|
246
|
-
"conditionKeys": [],
|
|
247
|
-
"dependentActions": []
|
|
248
|
-
},
|
|
249
|
-
"listplacements": {
|
|
250
|
-
"name": "ListPlacements",
|
|
251
|
-
"description": "Grants permission to list placements in a project",
|
|
252
|
-
"accessLevel": "Read",
|
|
253
|
-
"resourceTypes": [
|
|
254
|
-
{
|
|
255
|
-
"name": "project",
|
|
256
|
-
"required": true,
|
|
257
|
-
"conditionKeys": [],
|
|
258
|
-
"dependentActions": []
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"conditionKeys": [],
|
|
262
|
-
"dependentActions": []
|
|
263
|
-
},
|
|
264
|
-
"listprojects": {
|
|
265
|
-
"name": "ListProjects",
|
|
266
|
-
"description": "Grants permission to list all projects",
|
|
267
|
-
"accessLevel": "List",
|
|
268
|
-
"resourceTypes": [],
|
|
269
|
-
"conditionKeys": [],
|
|
270
|
-
"dependentActions": []
|
|
271
|
-
},
|
|
272
|
-
"listtagsforresource": {
|
|
273
|
-
"name": "ListTagsForResource",
|
|
274
|
-
"description": "Grants permission to lists the tags for a resource",
|
|
275
|
-
"accessLevel": "Read",
|
|
276
|
-
"resourceTypes": [
|
|
277
|
-
{
|
|
278
|
-
"name": "device",
|
|
279
|
-
"required": false,
|
|
280
|
-
"conditionKeys": [],
|
|
281
|
-
"dependentActions": []
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "project",
|
|
285
|
-
"required": false,
|
|
286
|
-
"conditionKeys": [],
|
|
287
|
-
"dependentActions": []
|
|
288
|
-
}
|
|
289
|
-
],
|
|
290
|
-
"conditionKeys": [],
|
|
291
|
-
"dependentActions": []
|
|
292
|
-
},
|
|
293
|
-
"tagresource": {
|
|
294
|
-
"name": "TagResource",
|
|
295
|
-
"description": "Grants permission to add or modify the tags of a resource",
|
|
296
|
-
"accessLevel": "Tagging",
|
|
297
|
-
"resourceTypes": [
|
|
298
|
-
{
|
|
299
|
-
"name": "device",
|
|
300
|
-
"required": false,
|
|
301
|
-
"conditionKeys": [],
|
|
302
|
-
"dependentActions": []
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "project",
|
|
306
|
-
"required": false,
|
|
307
|
-
"conditionKeys": [],
|
|
308
|
-
"dependentActions": []
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"conditionKeys": [
|
|
312
|
-
"aws:RequestTag/${TagKey}",
|
|
313
|
-
"aws:TagKeys"
|
|
314
|
-
],
|
|
315
|
-
"dependentActions": []
|
|
316
|
-
},
|
|
317
|
-
"unclaimdevice": {
|
|
318
|
-
"name": "UnclaimDevice",
|
|
319
|
-
"description": "Grants permission to unclaim a device",
|
|
320
|
-
"accessLevel": "Read",
|
|
321
|
-
"resourceTypes": [
|
|
322
|
-
{
|
|
323
|
-
"name": "device",
|
|
324
|
-
"required": true,
|
|
325
|
-
"conditionKeys": [],
|
|
326
|
-
"dependentActions": []
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"conditionKeys": [],
|
|
330
|
-
"dependentActions": []
|
|
331
|
-
},
|
|
332
|
-
"untagresource": {
|
|
333
|
-
"name": "UntagResource",
|
|
334
|
-
"description": "Grants permission to remove the given tags (metadata) from a resource",
|
|
335
|
-
"accessLevel": "Tagging",
|
|
336
|
-
"resourceTypes": [
|
|
337
|
-
{
|
|
338
|
-
"name": "device",
|
|
339
|
-
"required": false,
|
|
340
|
-
"conditionKeys": [],
|
|
341
|
-
"dependentActions": []
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"name": "project",
|
|
345
|
-
"required": false,
|
|
346
|
-
"conditionKeys": [],
|
|
347
|
-
"dependentActions": []
|
|
348
|
-
}
|
|
349
|
-
],
|
|
350
|
-
"conditionKeys": [
|
|
351
|
-
"aws:TagKeys"
|
|
352
|
-
],
|
|
353
|
-
"dependentActions": []
|
|
354
|
-
},
|
|
355
|
-
"updatedevicestate": {
|
|
356
|
-
"name": "UpdateDeviceState",
|
|
357
|
-
"description": "Grants permission to update device state",
|
|
358
|
-
"accessLevel": "Write",
|
|
359
|
-
"resourceTypes": [
|
|
360
|
-
{
|
|
361
|
-
"name": "device",
|
|
362
|
-
"required": true,
|
|
363
|
-
"conditionKeys": [],
|
|
364
|
-
"dependentActions": []
|
|
365
|
-
}
|
|
366
|
-
],
|
|
367
|
-
"conditionKeys": [],
|
|
368
|
-
"dependentActions": []
|
|
369
|
-
},
|
|
370
|
-
"updateplacement": {
|
|
371
|
-
"name": "UpdatePlacement",
|
|
372
|
-
"description": "Grants permission to update a placement",
|
|
373
|
-
"accessLevel": "Write",
|
|
374
|
-
"resourceTypes": [
|
|
375
|
-
{
|
|
376
|
-
"name": "project",
|
|
377
|
-
"required": true,
|
|
378
|
-
"conditionKeys": [],
|
|
379
|
-
"dependentActions": []
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"conditionKeys": [],
|
|
383
|
-
"dependentActions": []
|
|
384
|
-
},
|
|
385
|
-
"updateproject": {
|
|
386
|
-
"name": "UpdateProject",
|
|
387
|
-
"description": "Update a project",
|
|
388
|
-
"accessLevel": "Write",
|
|
389
|
-
"resourceTypes": [
|
|
390
|
-
{
|
|
391
|
-
"name": "project",
|
|
392
|
-
"required": true,
|
|
393
|
-
"conditionKeys": [],
|
|
394
|
-
"dependentActions": []
|
|
395
|
-
}
|
|
396
|
-
],
|
|
397
|
-
"conditionKeys": [],
|
|
398
|
-
"dependentActions": []
|
|
399
|
-
}
|
|
400
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aws:requesttag/${tagkey}": {
|
|
3
|
-
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters actions based on the tags that are passed in the request",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"aws:resourcetag/${tagkey}": {
|
|
8
|
-
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters actions based on the tags associated with the resource",
|
|
10
|
-
"type": "String"
|
|
11
|
-
},
|
|
12
|
-
"aws:tagkeys": {
|
|
13
|
-
"key": "aws:TagKeys",
|
|
14
|
-
"description": "Filters actions based on the tag keys that are passed in the request",
|
|
15
|
-
"type": "ArrayOfString"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"device": {
|
|
3
|
-
"key": "device",
|
|
4
|
-
"arn": "arn:${Partition}:iot1click:${Region}:${Account}:devices/${DeviceId}",
|
|
5
|
-
"conditionKeys": [
|
|
6
|
-
"aws:ResourceTag/${TagKey}"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
|
-
"project": {
|
|
10
|
-
"key": "project",
|
|
11
|
-
"arn": "arn:${Partition}:iot1click:${Region}:${Account}:projects/${ProjectName}",
|
|
12
|
-
"conditionKeys": [
|
|
13
|
-
"aws:ResourceTag/${TagKey}"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|