iamdata 0.1.202506271__py3-none-any.whl → 0.1.202506281__py3-none-any.whl
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.
- iamdata/data/actions/elasticmapreduce.json +15 -0
- iamdata/data/actions/iotmanagedintegrations.json +485 -75
- iamdata/data/actions/organizations.json +5 -5
- iamdata/data/actions/qbusiness.json +22 -0
- iamdata/data/actions/vpc-lattice.json +9 -0
- iamdata/data/conditionKeys/iotmanagedintegrations.json +17 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/iotmanagedintegrations.json +31 -12
- iamdata/data/serviceNames.json +1 -1
- {iamdata-0.1.202506271.dist-info → iamdata-0.1.202506281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506271.dist-info → iamdata-0.1.202506281.dist-info}/RECORD +13 -13
- {iamdata-0.1.202506271.dist-info → iamdata-0.1.202506281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506271.dist-info → iamdata-0.1.202506281.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,4 +1,19 @@
|
|
1
1
|
{
|
2
|
+
"accessalleventlogs": {
|
3
|
+
"name": "AccessAllEventLogs",
|
4
|
+
"description": "Grants permission to view all event logs in a persistent application history server",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [
|
7
|
+
{
|
8
|
+
"name": "cluster",
|
9
|
+
"required": true,
|
10
|
+
"conditionKeys": [],
|
11
|
+
"dependentActions": []
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"conditionKeys": [],
|
15
|
+
"dependentActions": []
|
16
|
+
},
|
2
17
|
"addinstancefleet": {
|
3
18
|
"name": "AddInstanceFleet",
|
4
19
|
"description": "Grants permission to add an instance fleet to a running cluster",
|
@@ -1,15 +1,45 @@
|
|
1
1
|
{
|
2
|
+
"createaccountassociation": {
|
3
|
+
"name": "CreateAccountAssociation",
|
4
|
+
"description": "Grants permission to create a new account association",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [],
|
7
|
+
"conditionKeys": [
|
8
|
+
"aws:RequestTag/${TagKey}",
|
9
|
+
"aws:TagKeys"
|
10
|
+
],
|
11
|
+
"dependentActions": []
|
12
|
+
},
|
13
|
+
"createcloudconnector": {
|
14
|
+
"name": "CreateCloudConnector",
|
15
|
+
"description": "Grants permission to create a new cloud connector",
|
16
|
+
"accessLevel": "Write",
|
17
|
+
"resourceTypes": [],
|
18
|
+
"conditionKeys": [],
|
19
|
+
"dependentActions": []
|
20
|
+
},
|
21
|
+
"createconnectordestination": {
|
22
|
+
"name": "CreateConnectorDestination",
|
23
|
+
"description": "Grants permission to create a new connector destination",
|
24
|
+
"accessLevel": "Write",
|
25
|
+
"resourceTypes": [],
|
26
|
+
"conditionKeys": [],
|
27
|
+
"dependentActions": []
|
28
|
+
},
|
2
29
|
"createcredentiallocker": {
|
3
30
|
"name": "CreateCredentialLocker",
|
4
|
-
"description": "Grants permission to create a product credential locker
|
31
|
+
"description": "Grants permission to create a product credential locker",
|
5
32
|
"accessLevel": "Write",
|
6
33
|
"resourceTypes": [],
|
7
|
-
"conditionKeys": [
|
34
|
+
"conditionKeys": [
|
35
|
+
"aws:RequestTag/${TagKey}",
|
36
|
+
"aws:TagKeys"
|
37
|
+
],
|
8
38
|
"dependentActions": []
|
9
39
|
},
|
10
40
|
"createdestination": {
|
11
41
|
"name": "CreateDestination",
|
12
|
-
"description": "Grants permission to create a destination",
|
42
|
+
"description": "Grants permission to create a new destination",
|
13
43
|
"accessLevel": "Write",
|
14
44
|
"resourceTypes": [],
|
15
45
|
"conditionKeys": [],
|
@@ -17,7 +47,7 @@
|
|
17
47
|
},
|
18
48
|
"createeventlogconfiguration": {
|
19
49
|
"name": "CreateEventLogConfiguration",
|
20
|
-
"description": "Grants permission to
|
50
|
+
"description": "Grants permission to create a new event configuration",
|
21
51
|
"accessLevel": "Write",
|
22
52
|
"resourceTypes": [],
|
23
53
|
"conditionKeys": [],
|
@@ -25,15 +55,25 @@
|
|
25
55
|
},
|
26
56
|
"createmanagedthing": {
|
27
57
|
"name": "CreateManagedThing",
|
28
|
-
"description": "Grants permission to create a
|
58
|
+
"description": "Grants permission to create a new managed thing",
|
29
59
|
"accessLevel": "Write",
|
30
|
-
"resourceTypes": [
|
31
|
-
|
60
|
+
"resourceTypes": [
|
61
|
+
{
|
62
|
+
"name": "credential-locker",
|
63
|
+
"required": false,
|
64
|
+
"conditionKeys": [],
|
65
|
+
"dependentActions": []
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"conditionKeys": [
|
69
|
+
"aws:RequestTag/${TagKey}",
|
70
|
+
"aws:TagKeys"
|
71
|
+
],
|
32
72
|
"dependentActions": []
|
33
73
|
},
|
34
74
|
"createnotificationconfiguration": {
|
35
75
|
"name": "CreateNotificationConfiguration",
|
36
|
-
"description": "Grants permission to create a notification configuration",
|
76
|
+
"description": "Grants permission to create a new notification configuration",
|
37
77
|
"accessLevel": "Write",
|
38
78
|
"resourceTypes": [],
|
39
79
|
"conditionKeys": [],
|
@@ -41,15 +81,18 @@
|
|
41
81
|
},
|
42
82
|
"createotatask": {
|
43
83
|
"name": "CreateOtaTask",
|
44
|
-
"description": "Grants permission to
|
84
|
+
"description": "Grants permission to create a new ota task",
|
45
85
|
"accessLevel": "Write",
|
46
86
|
"resourceTypes": [],
|
47
|
-
"conditionKeys": [
|
87
|
+
"conditionKeys": [
|
88
|
+
"aws:RequestTag/${TagKey}",
|
89
|
+
"aws:TagKeys"
|
90
|
+
],
|
48
91
|
"dependentActions": []
|
49
92
|
},
|
50
93
|
"createotataskconfiguration": {
|
51
94
|
"name": "CreateOtaTaskConfiguration",
|
52
|
-
"description": "Grants permission to create
|
95
|
+
"description": "Grants permission to create a new ota task configuration",
|
53
96
|
"accessLevel": "Write",
|
54
97
|
"resourceTypes": [],
|
55
98
|
"conditionKeys": [],
|
@@ -60,16 +103,50 @@
|
|
60
103
|
"description": "Grants permission to create a new provisioning profile",
|
61
104
|
"accessLevel": "Write",
|
62
105
|
"resourceTypes": [],
|
106
|
+
"conditionKeys": [
|
107
|
+
"aws:RequestTag/${TagKey}",
|
108
|
+
"aws:TagKeys"
|
109
|
+
],
|
110
|
+
"dependentActions": []
|
111
|
+
},
|
112
|
+
"deleteaccountassociation": {
|
113
|
+
"name": "DeleteAccountAssociation",
|
114
|
+
"description": "Grants permission to delete an account association",
|
115
|
+
"accessLevel": "Write",
|
116
|
+
"resourceTypes": [
|
117
|
+
{
|
118
|
+
"name": "account-association",
|
119
|
+
"required": true,
|
120
|
+
"conditionKeys": [],
|
121
|
+
"dependentActions": []
|
122
|
+
}
|
123
|
+
],
|
124
|
+
"conditionKeys": [],
|
125
|
+
"dependentActions": []
|
126
|
+
},
|
127
|
+
"deletecloudconnector": {
|
128
|
+
"name": "DeleteCloudConnector",
|
129
|
+
"description": "Grants permission to delete a cloud connector",
|
130
|
+
"accessLevel": "Write",
|
131
|
+
"resourceTypes": [],
|
132
|
+
"conditionKeys": [],
|
133
|
+
"dependentActions": []
|
134
|
+
},
|
135
|
+
"deleteconnectordestination": {
|
136
|
+
"name": "DeleteConnectorDestination",
|
137
|
+
"description": "Grants permission to delete a connector destination",
|
138
|
+
"accessLevel": "Write",
|
139
|
+
"resourceTypes": [],
|
63
140
|
"conditionKeys": [],
|
64
141
|
"dependentActions": []
|
65
142
|
},
|
66
143
|
"deletecredentiallocker": {
|
67
144
|
"name": "DeleteCredentialLocker",
|
68
|
-
"description": "Grants permission to delete a
|
145
|
+
"description": "Grants permission to delete a credential locker",
|
69
146
|
"accessLevel": "Write",
|
70
147
|
"resourceTypes": [
|
71
148
|
{
|
72
|
-
"name": "
|
149
|
+
"name": "credential-locker",
|
73
150
|
"required": true,
|
74
151
|
"conditionKeys": [],
|
75
152
|
"dependentActions": []
|
@@ -80,7 +157,7 @@
|
|
80
157
|
},
|
81
158
|
"deletedestination": {
|
82
159
|
"name": "DeleteDestination",
|
83
|
-
"description": "Grants permission to delete
|
160
|
+
"description": "Grants permission to delete destination",
|
84
161
|
"accessLevel": "Write",
|
85
162
|
"resourceTypes": [],
|
86
163
|
"conditionKeys": [],
|
@@ -88,7 +165,7 @@
|
|
88
165
|
},
|
89
166
|
"deleteeventlogconfiguration": {
|
90
167
|
"name": "DeleteEventLogConfiguration",
|
91
|
-
"description": "Grants permission to delete
|
168
|
+
"description": "Grants permission to delete event log configuration",
|
92
169
|
"accessLevel": "Write",
|
93
170
|
"resourceTypes": [],
|
94
171
|
"conditionKeys": [],
|
@@ -96,11 +173,11 @@
|
|
96
173
|
},
|
97
174
|
"deletemanagedthing": {
|
98
175
|
"name": "DeleteManagedThing",
|
99
|
-
"description": "Grants permission to delete
|
176
|
+
"description": "Grants permission to delete managed thing",
|
100
177
|
"accessLevel": "Write",
|
101
178
|
"resourceTypes": [
|
102
179
|
{
|
103
|
-
"name": "
|
180
|
+
"name": "managed-thing",
|
104
181
|
"required": true,
|
105
182
|
"conditionKeys": [],
|
106
183
|
"dependentActions": []
|
@@ -111,7 +188,7 @@
|
|
111
188
|
},
|
112
189
|
"deletenotificationconfiguration": {
|
113
190
|
"name": "DeleteNotificationConfiguration",
|
114
|
-
"description": "Grants permission to delete
|
191
|
+
"description": "Grants permission to delete notification configuration",
|
115
192
|
"accessLevel": "Write",
|
116
193
|
"resourceTypes": [],
|
117
194
|
"conditionKeys": [],
|
@@ -119,11 +196,11 @@
|
|
119
196
|
},
|
120
197
|
"deleteotatask": {
|
121
198
|
"name": "DeleteOtaTask",
|
122
|
-
"description": "Grants permission to delete
|
199
|
+
"description": "Grants permission to delete ota task",
|
123
200
|
"accessLevel": "Write",
|
124
201
|
"resourceTypes": [
|
125
202
|
{
|
126
|
-
"name": "
|
203
|
+
"name": "ota-task",
|
127
204
|
"required": true,
|
128
205
|
"conditionKeys": [],
|
129
206
|
"dependentActions": []
|
@@ -134,7 +211,7 @@
|
|
134
211
|
},
|
135
212
|
"deleteotataskconfiguration": {
|
136
213
|
"name": "DeleteOtaTaskConfiguration",
|
137
|
-
"description": "Grants permission to delete
|
214
|
+
"description": "Grants permission to delete ota task configuration",
|
138
215
|
"accessLevel": "Write",
|
139
216
|
"resourceTypes": [],
|
140
217
|
"conditionKeys": [],
|
@@ -142,11 +219,11 @@
|
|
142
219
|
},
|
143
220
|
"deleteprovisioningprofile": {
|
144
221
|
"name": "DeleteProvisioningProfile",
|
145
|
-
"description": "Grants permission to delete
|
222
|
+
"description": "Grants permission to delete provisioning profile",
|
146
223
|
"accessLevel": "Write",
|
147
224
|
"resourceTypes": [
|
148
225
|
{
|
149
|
-
"name": "
|
226
|
+
"name": "provisioning-profile",
|
150
227
|
"required": true,
|
151
228
|
"conditionKeys": [],
|
152
229
|
"dependentActions": []
|
@@ -155,13 +232,65 @@
|
|
155
232
|
"conditionKeys": [],
|
156
233
|
"dependentActions": []
|
157
234
|
},
|
235
|
+
"deregisteraccountassociation": {
|
236
|
+
"name": "DeregisterAccountAssociation",
|
237
|
+
"description": "Grants permission to deregister account association",
|
238
|
+
"accessLevel": "Write",
|
239
|
+
"resourceTypes": [
|
240
|
+
{
|
241
|
+
"name": "account-association",
|
242
|
+
"required": true,
|
243
|
+
"conditionKeys": [],
|
244
|
+
"dependentActions": []
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"name": "managed-thing",
|
248
|
+
"required": true,
|
249
|
+
"conditionKeys": [],
|
250
|
+
"dependentActions": []
|
251
|
+
}
|
252
|
+
],
|
253
|
+
"conditionKeys": [],
|
254
|
+
"dependentActions": []
|
255
|
+
},
|
256
|
+
"getaccountassociation": {
|
257
|
+
"name": "GetAccountAssociation",
|
258
|
+
"description": "Grants permission to get information about an account association",
|
259
|
+
"accessLevel": "Read",
|
260
|
+
"resourceTypes": [
|
261
|
+
{
|
262
|
+
"name": "account-association",
|
263
|
+
"required": true,
|
264
|
+
"conditionKeys": [],
|
265
|
+
"dependentActions": []
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"conditionKeys": [],
|
269
|
+
"dependentActions": []
|
270
|
+
},
|
271
|
+
"getcloudconnector": {
|
272
|
+
"name": "GetCloudConnector",
|
273
|
+
"description": "Grants permission to get information about a cloud connector",
|
274
|
+
"accessLevel": "Read",
|
275
|
+
"resourceTypes": [],
|
276
|
+
"conditionKeys": [],
|
277
|
+
"dependentActions": []
|
278
|
+
},
|
279
|
+
"getconnectordestination": {
|
280
|
+
"name": "GetConnectorDestination",
|
281
|
+
"description": "Grants permission to get information about a cloud destination",
|
282
|
+
"accessLevel": "Read",
|
283
|
+
"resourceTypes": [],
|
284
|
+
"conditionKeys": [],
|
285
|
+
"dependentActions": []
|
286
|
+
},
|
158
287
|
"getcredentiallocker": {
|
159
288
|
"name": "GetCredentialLocker",
|
160
|
-
"description": "Grants permission to get
|
289
|
+
"description": "Grants permission to get information about a credential locker",
|
161
290
|
"accessLevel": "Read",
|
162
291
|
"resourceTypes": [
|
163
292
|
{
|
164
|
-
"name": "
|
293
|
+
"name": "credential-locker",
|
165
294
|
"required": true,
|
166
295
|
"conditionKeys": [],
|
167
296
|
"dependentActions": []
|
@@ -172,7 +301,7 @@
|
|
172
301
|
},
|
173
302
|
"getcustomendpoint": {
|
174
303
|
"name": "GetCustomEndpoint",
|
175
|
-
"description": "Grants permission to
|
304
|
+
"description": "Grants permission to get information about a custom endpoint",
|
176
305
|
"accessLevel": "Read",
|
177
306
|
"resourceTypes": [],
|
178
307
|
"conditionKeys": [],
|
@@ -180,7 +309,7 @@
|
|
180
309
|
},
|
181
310
|
"getdefaultencryptionconfiguration": {
|
182
311
|
"name": "GetDefaultEncryptionConfiguration",
|
183
|
-
"description": "Grants permission to get a
|
312
|
+
"description": "Grants permission to get information about a default encryption configuration",
|
184
313
|
"accessLevel": "Read",
|
185
314
|
"resourceTypes": [],
|
186
315
|
"conditionKeys": [],
|
@@ -188,7 +317,7 @@
|
|
188
317
|
},
|
189
318
|
"getdestination": {
|
190
319
|
"name": "GetDestination",
|
191
|
-
"description": "Grants permission to get a destination",
|
320
|
+
"description": "Grants permission to get information about a destination",
|
192
321
|
"accessLevel": "Read",
|
193
322
|
"resourceTypes": [],
|
194
323
|
"conditionKeys": [],
|
@@ -196,7 +325,7 @@
|
|
196
325
|
},
|
197
326
|
"getdevicediscovery": {
|
198
327
|
"name": "GetDeviceDiscovery",
|
199
|
-
"description": "Grants permission to get
|
328
|
+
"description": "Grants permission to get information about a device discovery",
|
200
329
|
"accessLevel": "Read",
|
201
330
|
"resourceTypes": [],
|
202
331
|
"conditionKeys": [],
|
@@ -204,7 +333,7 @@
|
|
204
333
|
},
|
205
334
|
"geteventlogconfiguration": {
|
206
335
|
"name": "GetEventLogConfiguration",
|
207
|
-
"description": "Grants permission to get an event log configuration
|
336
|
+
"description": "Grants permission to get information about an event log configuration",
|
208
337
|
"accessLevel": "Read",
|
209
338
|
"resourceTypes": [],
|
210
339
|
"conditionKeys": [],
|
@@ -212,7 +341,7 @@
|
|
212
341
|
},
|
213
342
|
"gethubconfiguration": {
|
214
343
|
"name": "GetHubConfiguration",
|
215
|
-
"description": "Grants permission to get hub configuration",
|
344
|
+
"description": "Grants permission to get information about a hub configuration",
|
216
345
|
"accessLevel": "Read",
|
217
346
|
"resourceTypes": [],
|
218
347
|
"conditionKeys": [],
|
@@ -220,11 +349,11 @@
|
|
220
349
|
},
|
221
350
|
"getmanagedthing": {
|
222
351
|
"name": "GetManagedThing",
|
223
|
-
"description": "Grants permission to get a managed thing",
|
352
|
+
"description": "Grants permission to get information about a managed thing",
|
224
353
|
"accessLevel": "Read",
|
225
354
|
"resourceTypes": [
|
226
355
|
{
|
227
|
-
"name": "
|
356
|
+
"name": "managed-thing",
|
228
357
|
"required": true,
|
229
358
|
"conditionKeys": [],
|
230
359
|
"dependentActions": []
|
@@ -235,11 +364,11 @@
|
|
235
364
|
},
|
236
365
|
"getmanagedthingcapabilities": {
|
237
366
|
"name": "GetManagedThingCapabilities",
|
238
|
-
"description": "Grants permission to get
|
367
|
+
"description": "Grants permission to get the capability report for a managed thing",
|
239
368
|
"accessLevel": "Read",
|
240
369
|
"resourceTypes": [
|
241
370
|
{
|
242
|
-
"name": "
|
371
|
+
"name": "managed-thing",
|
243
372
|
"required": true,
|
244
373
|
"conditionKeys": [],
|
245
374
|
"dependentActions": []
|
@@ -250,11 +379,11 @@
|
|
250
379
|
},
|
251
380
|
"getmanagedthingconnectivitydata": {
|
252
381
|
"name": "GetManagedThingConnectivityData",
|
253
|
-
"description": "Grants permission to get the connectivity
|
382
|
+
"description": "Grants permission to get the connectivity data for a managed thing",
|
254
383
|
"accessLevel": "Read",
|
255
384
|
"resourceTypes": [
|
256
385
|
{
|
257
|
-
"name": "
|
386
|
+
"name": "managed-thing",
|
258
387
|
"required": true,
|
259
388
|
"conditionKeys": [],
|
260
389
|
"dependentActions": []
|
@@ -265,11 +394,11 @@
|
|
265
394
|
},
|
266
395
|
"getmanagedthingmetadata": {
|
267
396
|
"name": "GetManagedThingMetaData",
|
268
|
-
"description": "Grants permission to get
|
397
|
+
"description": "Grants permission to get the meta data information for a managed thing",
|
269
398
|
"accessLevel": "Read",
|
270
399
|
"resourceTypes": [
|
271
400
|
{
|
272
|
-
"name": "
|
401
|
+
"name": "managed-thing",
|
273
402
|
"required": true,
|
274
403
|
"conditionKeys": [],
|
275
404
|
"dependentActions": []
|
@@ -280,11 +409,11 @@
|
|
280
409
|
},
|
281
410
|
"getmanagedthingstate": {
|
282
411
|
"name": "GetManagedThingState",
|
283
|
-
"description": "Grants permission to get
|
412
|
+
"description": "Grants permission to get the device state information for a managed thing",
|
284
413
|
"accessLevel": "Read",
|
285
414
|
"resourceTypes": [
|
286
415
|
{
|
287
|
-
"name": "
|
416
|
+
"name": "managed-thing",
|
288
417
|
"required": true,
|
289
418
|
"conditionKeys": [],
|
290
419
|
"dependentActions": []
|
@@ -295,7 +424,7 @@
|
|
295
424
|
},
|
296
425
|
"getnotificationconfiguration": {
|
297
426
|
"name": "GetNotificationConfiguration",
|
298
|
-
"description": "Grants permission to get a notification configuration",
|
427
|
+
"description": "Grants permission to get information for a notification configuration",
|
299
428
|
"accessLevel": "Read",
|
300
429
|
"resourceTypes": [],
|
301
430
|
"conditionKeys": [],
|
@@ -303,11 +432,11 @@
|
|
303
432
|
},
|
304
433
|
"getotatask": {
|
305
434
|
"name": "GetOtaTask",
|
306
|
-
"description": "Grants permission to get
|
435
|
+
"description": "Grants permission to get information for an ota task",
|
307
436
|
"accessLevel": "Read",
|
308
437
|
"resourceTypes": [
|
309
438
|
{
|
310
|
-
"name": "
|
439
|
+
"name": "ota-task",
|
311
440
|
"required": true,
|
312
441
|
"conditionKeys": [],
|
313
442
|
"dependentActions": []
|
@@ -318,7 +447,7 @@
|
|
318
447
|
},
|
319
448
|
"getotataskconfiguration": {
|
320
449
|
"name": "GetOtaTaskConfiguration",
|
321
|
-
"description": "Grants permission to get an
|
450
|
+
"description": "Grants permission to get information for an ota task configuration",
|
322
451
|
"accessLevel": "Read",
|
323
452
|
"resourceTypes": [],
|
324
453
|
"conditionKeys": [],
|
@@ -326,11 +455,11 @@
|
|
326
455
|
},
|
327
456
|
"getprovisioningprofile": {
|
328
457
|
"name": "GetProvisioningProfile",
|
329
|
-
"description": "Grants permission to get
|
458
|
+
"description": "Grants permission to get information for a provisioning profile",
|
330
459
|
"accessLevel": "Read",
|
331
460
|
"resourceTypes": [
|
332
461
|
{
|
333
|
-
"name": "
|
462
|
+
"name": "provisioning-profile",
|
334
463
|
"required": true,
|
335
464
|
"conditionKeys": [],
|
336
465
|
"dependentActions": []
|
@@ -341,7 +470,7 @@
|
|
341
470
|
},
|
342
471
|
"getruntimelogconfiguration": {
|
343
472
|
"name": "GetRuntimeLogConfiguration",
|
344
|
-
"description": "Grants permission to get
|
473
|
+
"description": "Grants permission to get information for a runtime log configuration",
|
345
474
|
"accessLevel": "Read",
|
346
475
|
"resourceTypes": [],
|
347
476
|
"conditionKeys": [],
|
@@ -349,15 +478,39 @@
|
|
349
478
|
},
|
350
479
|
"getschemaversion": {
|
351
480
|
"name": "GetSchemaVersion",
|
352
|
-
"description": "Grants permission to get a
|
481
|
+
"description": "Grants permission to get information for a version of a schema",
|
353
482
|
"accessLevel": "Read",
|
354
483
|
"resourceTypes": [],
|
355
484
|
"conditionKeys": [],
|
356
485
|
"dependentActions": []
|
357
486
|
},
|
487
|
+
"listaccountassociations": {
|
488
|
+
"name": "ListAccountAssociations",
|
489
|
+
"description": "Grants permission to list information for account associations",
|
490
|
+
"accessLevel": "List",
|
491
|
+
"resourceTypes": [],
|
492
|
+
"conditionKeys": [],
|
493
|
+
"dependentActions": []
|
494
|
+
},
|
495
|
+
"listcloudconnectors": {
|
496
|
+
"name": "ListCloudConnectors",
|
497
|
+
"description": "Grants permission to list information for cloud connectors",
|
498
|
+
"accessLevel": "List",
|
499
|
+
"resourceTypes": [],
|
500
|
+
"conditionKeys": [],
|
501
|
+
"dependentActions": []
|
502
|
+
},
|
503
|
+
"listconnectordestinations": {
|
504
|
+
"name": "ListConnectorDestinations",
|
505
|
+
"description": "Grants permission to list information for connector destinations",
|
506
|
+
"accessLevel": "List",
|
507
|
+
"resourceTypes": [],
|
508
|
+
"conditionKeys": [],
|
509
|
+
"dependentActions": []
|
510
|
+
},
|
358
511
|
"listcredentiallockers": {
|
359
512
|
"name": "ListCredentialLockers",
|
360
|
-
"description": "Grants permission to list
|
513
|
+
"description": "Grants permission to list information for credential lockers",
|
361
514
|
"accessLevel": "List",
|
362
515
|
"resourceTypes": [],
|
363
516
|
"conditionKeys": [],
|
@@ -365,15 +518,39 @@
|
|
365
518
|
},
|
366
519
|
"listdestinations": {
|
367
520
|
"name": "ListDestinations",
|
368
|
-
"description": "Grants permission to list
|
521
|
+
"description": "Grants permission to list information for destinations",
|
522
|
+
"accessLevel": "List",
|
523
|
+
"resourceTypes": [],
|
524
|
+
"conditionKeys": [],
|
525
|
+
"dependentActions": []
|
526
|
+
},
|
527
|
+
"listdevicediscoveries": {
|
528
|
+
"name": "ListDeviceDiscoveries",
|
529
|
+
"description": "Grants permission to list information for device discoveries",
|
369
530
|
"accessLevel": "List",
|
370
531
|
"resourceTypes": [],
|
371
532
|
"conditionKeys": [],
|
372
533
|
"dependentActions": []
|
373
534
|
},
|
535
|
+
"listdiscovereddevices": {
|
536
|
+
"name": "ListDiscoveredDevices",
|
537
|
+
"description": "Grants permission to list information for device discovered in a device discoveries",
|
538
|
+
"accessLevel": "Read",
|
539
|
+
"resourceTypes": [],
|
540
|
+
"conditionKeys": [],
|
541
|
+
"dependentActions": []
|
542
|
+
},
|
374
543
|
"listeventlogconfigurations": {
|
375
544
|
"name": "ListEventLogConfigurations",
|
376
|
-
"description": "Grants permission to list
|
545
|
+
"description": "Grants permission to list information for event log configurations",
|
546
|
+
"accessLevel": "Read",
|
547
|
+
"resourceTypes": [],
|
548
|
+
"conditionKeys": [],
|
549
|
+
"dependentActions": []
|
550
|
+
},
|
551
|
+
"listmanagedthingaccountassociations": {
|
552
|
+
"name": "ListManagedThingAccountAssociations",
|
553
|
+
"description": "Grants permission to list information for associations between managed thing and account associations",
|
377
554
|
"accessLevel": "List",
|
378
555
|
"resourceTypes": [],
|
379
556
|
"conditionKeys": [],
|
@@ -381,11 +558,11 @@
|
|
381
558
|
},
|
382
559
|
"listmanagedthingschemas": {
|
383
560
|
"name": "ListManagedThingSchemas",
|
384
|
-
"description": "Grants permission to list
|
561
|
+
"description": "Grants permission to list schemas associated with a managed thing",
|
385
562
|
"accessLevel": "Read",
|
386
563
|
"resourceTypes": [
|
387
564
|
{
|
388
|
-
"name": "
|
565
|
+
"name": "managed-thing",
|
389
566
|
"required": true,
|
390
567
|
"conditionKeys": [],
|
391
568
|
"dependentActions": []
|
@@ -396,7 +573,7 @@
|
|
396
573
|
},
|
397
574
|
"listmanagedthings": {
|
398
575
|
"name": "ListManagedThings",
|
399
|
-
"description": "Grants permission to list
|
576
|
+
"description": "Grants permission to list information for managed things",
|
400
577
|
"accessLevel": "List",
|
401
578
|
"resourceTypes": [],
|
402
579
|
"conditionKeys": [],
|
@@ -404,27 +581,27 @@
|
|
404
581
|
},
|
405
582
|
"listnotificationconfigurations": {
|
406
583
|
"name": "ListNotificationConfigurations",
|
407
|
-
"description": "Grants permission to list
|
408
|
-
"accessLevel": "
|
584
|
+
"description": "Grants permission to list information for notification configurations",
|
585
|
+
"accessLevel": "Read",
|
409
586
|
"resourceTypes": [],
|
410
587
|
"conditionKeys": [],
|
411
588
|
"dependentActions": []
|
412
589
|
},
|
413
590
|
"listotataskconfigurations": {
|
414
591
|
"name": "ListOtaTaskConfigurations",
|
415
|
-
"description": "Grants permission to list
|
416
|
-
"accessLevel": "
|
592
|
+
"description": "Grants permission to list information for ota task configurations",
|
593
|
+
"accessLevel": "Read",
|
417
594
|
"resourceTypes": [],
|
418
595
|
"conditionKeys": [],
|
419
596
|
"dependentActions": []
|
420
597
|
},
|
421
598
|
"listotataskexecutions": {
|
422
599
|
"name": "ListOtaTaskExecutions",
|
423
|
-
"description": "Grants permission to list
|
600
|
+
"description": "Grants permission to list information for ota task executions",
|
424
601
|
"accessLevel": "Read",
|
425
602
|
"resourceTypes": [
|
426
603
|
{
|
427
|
-
"name": "
|
604
|
+
"name": "ota-task",
|
428
605
|
"required": true,
|
429
606
|
"conditionKeys": [],
|
430
607
|
"dependentActions": []
|
@@ -435,7 +612,7 @@
|
|
435
612
|
},
|
436
613
|
"listotatasks": {
|
437
614
|
"name": "ListOtaTasks",
|
438
|
-
"description": "Grants permission to list
|
615
|
+
"description": "Grants permission to list information for ota tasks",
|
439
616
|
"accessLevel": "List",
|
440
617
|
"resourceTypes": [],
|
441
618
|
"conditionKeys": [],
|
@@ -443,7 +620,7 @@
|
|
443
620
|
},
|
444
621
|
"listprovisioningprofiles": {
|
445
622
|
"name": "ListProvisioningProfiles",
|
446
|
-
"description": "Grants permission to list
|
623
|
+
"description": "Grants permission to list information for provisioning profiles",
|
447
624
|
"accessLevel": "List",
|
448
625
|
"resourceTypes": [],
|
449
626
|
"conditionKeys": [],
|
@@ -451,15 +628,56 @@
|
|
451
628
|
},
|
452
629
|
"listschemaversions": {
|
453
630
|
"name": "ListSchemaVersions",
|
454
|
-
"description": "Grants permission to list
|
631
|
+
"description": "Grants permission to list information for schemas",
|
455
632
|
"accessLevel": "List",
|
456
633
|
"resourceTypes": [],
|
457
634
|
"conditionKeys": [],
|
458
635
|
"dependentActions": []
|
459
636
|
},
|
637
|
+
"listtagsforresource": {
|
638
|
+
"name": "ListTagsForResource",
|
639
|
+
"description": "Grants permission to list tags for the specified resource",
|
640
|
+
"accessLevel": "Read",
|
641
|
+
"resourceTypes": [
|
642
|
+
{
|
643
|
+
"name": "account-association",
|
644
|
+
"required": false,
|
645
|
+
"conditionKeys": [],
|
646
|
+
"dependentActions": []
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"name": "credential-locker",
|
650
|
+
"required": false,
|
651
|
+
"conditionKeys": [],
|
652
|
+
"dependentActions": []
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"name": "managed-thing",
|
656
|
+
"required": false,
|
657
|
+
"conditionKeys": [],
|
658
|
+
"dependentActions": []
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"name": "ota-task",
|
662
|
+
"required": false,
|
663
|
+
"conditionKeys": [],
|
664
|
+
"dependentActions": []
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"name": "provisioning-profile",
|
668
|
+
"required": false,
|
669
|
+
"conditionKeys": [],
|
670
|
+
"dependentActions": []
|
671
|
+
}
|
672
|
+
],
|
673
|
+
"conditionKeys": [
|
674
|
+
"aws:ResourceTag/${TagKey}"
|
675
|
+
],
|
676
|
+
"dependentActions": []
|
677
|
+
},
|
460
678
|
"putdefaultencryptionconfiguration": {
|
461
679
|
"name": "PutDefaultEncryptionConfiguration",
|
462
|
-
"description": "Grants permission to
|
680
|
+
"description": "Grants permission to update the default settings for an encryption configuration",
|
463
681
|
"accessLevel": "Write",
|
464
682
|
"resourceTypes": [],
|
465
683
|
"conditionKeys": [],
|
@@ -475,15 +693,36 @@
|
|
475
693
|
},
|
476
694
|
"putruntimelogconfiguration": {
|
477
695
|
"name": "PutRuntimeLogConfiguration",
|
478
|
-
"description": "Grants permission to
|
696
|
+
"description": "Grants permission to update a runtime log configuration",
|
479
697
|
"accessLevel": "Write",
|
480
698
|
"resourceTypes": [],
|
481
699
|
"conditionKeys": [],
|
482
700
|
"dependentActions": []
|
483
701
|
},
|
702
|
+
"registeraccountassociation": {
|
703
|
+
"name": "RegisterAccountAssociation",
|
704
|
+
"description": "Grants permission to register an account association to a managed thing",
|
705
|
+
"accessLevel": "Write",
|
706
|
+
"resourceTypes": [
|
707
|
+
{
|
708
|
+
"name": "account-association",
|
709
|
+
"required": true,
|
710
|
+
"conditionKeys": [],
|
711
|
+
"dependentActions": []
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"name": "managed-thing",
|
715
|
+
"required": true,
|
716
|
+
"conditionKeys": [],
|
717
|
+
"dependentActions": []
|
718
|
+
}
|
719
|
+
],
|
720
|
+
"conditionKeys": [],
|
721
|
+
"dependentActions": []
|
722
|
+
},
|
484
723
|
"registercustomendpoint": {
|
485
724
|
"name": "RegisterCustomEndpoint",
|
486
|
-
"description": "Grants permission to
|
725
|
+
"description": "Grants permission to register a custom endpoint",
|
487
726
|
"accessLevel": "Write",
|
488
727
|
"resourceTypes": [],
|
489
728
|
"conditionKeys": [],
|
@@ -491,7 +730,15 @@
|
|
491
730
|
},
|
492
731
|
"resetruntimelogconfiguration": {
|
493
732
|
"name": "ResetRuntimeLogConfiguration",
|
494
|
-
"description": "Grants permission to reset a runtime log configuration
|
733
|
+
"description": "Grants permission to reset a runtime log configuration",
|
734
|
+
"accessLevel": "Write",
|
735
|
+
"resourceTypes": [],
|
736
|
+
"conditionKeys": [],
|
737
|
+
"dependentActions": []
|
738
|
+
},
|
739
|
+
"sendconnectorevent": {
|
740
|
+
"name": "SendConnectorEvent",
|
741
|
+
"description": "Grants permission to send a connector event",
|
495
742
|
"accessLevel": "Write",
|
496
743
|
"resourceTypes": [],
|
497
744
|
"conditionKeys": [],
|
@@ -499,15 +746,172 @@
|
|
499
746
|
},
|
500
747
|
"sendmanagedthingcommand": {
|
501
748
|
"name": "SendManagedThingCommand",
|
502
|
-
"description": "Grants permission to
|
749
|
+
"description": "Grants permission to send a command to a managed thing",
|
503
750
|
"accessLevel": "Write",
|
504
|
-
"resourceTypes": [
|
751
|
+
"resourceTypes": [
|
752
|
+
{
|
753
|
+
"name": "managed-thing",
|
754
|
+
"required": true,
|
755
|
+
"conditionKeys": [],
|
756
|
+
"dependentActions": []
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"name": "account-association",
|
760
|
+
"required": false,
|
761
|
+
"conditionKeys": [],
|
762
|
+
"dependentActions": []
|
763
|
+
}
|
764
|
+
],
|
765
|
+
"conditionKeys": [],
|
766
|
+
"dependentActions": []
|
767
|
+
},
|
768
|
+
"startaccountassociationrefresh": {
|
769
|
+
"name": "StartAccountAssociationRefresh",
|
770
|
+
"description": "Grants permission to start a refresh of access tokens associated with an account association",
|
771
|
+
"accessLevel": "Write",
|
772
|
+
"resourceTypes": [
|
773
|
+
{
|
774
|
+
"name": "account-association",
|
775
|
+
"required": true,
|
776
|
+
"conditionKeys": [],
|
777
|
+
"dependentActions": []
|
778
|
+
}
|
779
|
+
],
|
505
780
|
"conditionKeys": [],
|
506
781
|
"dependentActions": []
|
507
782
|
},
|
508
783
|
"startdevicediscovery": {
|
509
784
|
"name": "StartDeviceDiscovery",
|
510
|
-
"description": "Grants permission to
|
785
|
+
"description": "Grants permission to start a device discovery",
|
786
|
+
"accessLevel": "Write",
|
787
|
+
"resourceTypes": [
|
788
|
+
{
|
789
|
+
"name": "account-association",
|
790
|
+
"required": false,
|
791
|
+
"conditionKeys": [],
|
792
|
+
"dependentActions": []
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"name": "managed-thing",
|
796
|
+
"required": false,
|
797
|
+
"conditionKeys": [],
|
798
|
+
"dependentActions": []
|
799
|
+
}
|
800
|
+
],
|
801
|
+
"conditionKeys": [],
|
802
|
+
"dependentActions": []
|
803
|
+
},
|
804
|
+
"tagresource": {
|
805
|
+
"name": "TagResource",
|
806
|
+
"description": "Grants permission to add tags for the specified resource",
|
807
|
+
"accessLevel": "Tagging",
|
808
|
+
"resourceTypes": [
|
809
|
+
{
|
810
|
+
"name": "account-association",
|
811
|
+
"required": false,
|
812
|
+
"conditionKeys": [],
|
813
|
+
"dependentActions": []
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"name": "credential-locker",
|
817
|
+
"required": false,
|
818
|
+
"conditionKeys": [],
|
819
|
+
"dependentActions": []
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"name": "managed-thing",
|
823
|
+
"required": false,
|
824
|
+
"conditionKeys": [],
|
825
|
+
"dependentActions": []
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"name": "ota-task",
|
829
|
+
"required": false,
|
830
|
+
"conditionKeys": [],
|
831
|
+
"dependentActions": []
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"name": "provisioning-profile",
|
835
|
+
"required": false,
|
836
|
+
"conditionKeys": [],
|
837
|
+
"dependentActions": []
|
838
|
+
}
|
839
|
+
],
|
840
|
+
"conditionKeys": [
|
841
|
+
"aws:RequestTag/${TagKey}",
|
842
|
+
"aws:ResourceTag/${TagKey}",
|
843
|
+
"aws:TagKeys"
|
844
|
+
],
|
845
|
+
"dependentActions": []
|
846
|
+
},
|
847
|
+
"untagresource": {
|
848
|
+
"name": "UntagResource",
|
849
|
+
"description": "Grants permission to remove tags for the specified resource",
|
850
|
+
"accessLevel": "Tagging",
|
851
|
+
"resourceTypes": [
|
852
|
+
{
|
853
|
+
"name": "account-association",
|
854
|
+
"required": false,
|
855
|
+
"conditionKeys": [],
|
856
|
+
"dependentActions": []
|
857
|
+
},
|
858
|
+
{
|
859
|
+
"name": "credential-locker",
|
860
|
+
"required": false,
|
861
|
+
"conditionKeys": [],
|
862
|
+
"dependentActions": []
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"name": "managed-thing",
|
866
|
+
"required": false,
|
867
|
+
"conditionKeys": [],
|
868
|
+
"dependentActions": []
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"name": "ota-task",
|
872
|
+
"required": false,
|
873
|
+
"conditionKeys": [],
|
874
|
+
"dependentActions": []
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"name": "provisioning-profile",
|
878
|
+
"required": false,
|
879
|
+
"conditionKeys": [],
|
880
|
+
"dependentActions": []
|
881
|
+
}
|
882
|
+
],
|
883
|
+
"conditionKeys": [
|
884
|
+
"aws:ResourceTag/${TagKey}",
|
885
|
+
"aws:TagKeys"
|
886
|
+
],
|
887
|
+
"dependentActions": []
|
888
|
+
},
|
889
|
+
"updateaccountassociation": {
|
890
|
+
"name": "UpdateAccountAssociation",
|
891
|
+
"description": "Grants permission to update an account association",
|
892
|
+
"accessLevel": "Write",
|
893
|
+
"resourceTypes": [
|
894
|
+
{
|
895
|
+
"name": "account-association",
|
896
|
+
"required": true,
|
897
|
+
"conditionKeys": [],
|
898
|
+
"dependentActions": []
|
899
|
+
}
|
900
|
+
],
|
901
|
+
"conditionKeys": [],
|
902
|
+
"dependentActions": []
|
903
|
+
},
|
904
|
+
"updatecloudconnector": {
|
905
|
+
"name": "UpdateCloudConnector",
|
906
|
+
"description": "Grants permission to update a cloud connector",
|
907
|
+
"accessLevel": "Write",
|
908
|
+
"resourceTypes": [],
|
909
|
+
"conditionKeys": [],
|
910
|
+
"dependentActions": []
|
911
|
+
},
|
912
|
+
"updateconnectordestination": {
|
913
|
+
"name": "UpdateConnectorDestination",
|
914
|
+
"description": "Grants permission to update a connector destination",
|
511
915
|
"accessLevel": "Write",
|
512
916
|
"resourceTypes": [],
|
513
917
|
"conditionKeys": [],
|
@@ -523,7 +927,7 @@
|
|
523
927
|
},
|
524
928
|
"updateeventlogconfiguration": {
|
525
929
|
"name": "UpdateEventLogConfiguration",
|
526
|
-
"description": "Grants permission to update an event log configuration
|
930
|
+
"description": "Grants permission to update an event log configuration",
|
527
931
|
"accessLevel": "Write",
|
528
932
|
"resourceTypes": [],
|
529
933
|
"conditionKeys": [],
|
@@ -535,10 +939,16 @@
|
|
535
939
|
"accessLevel": "Write",
|
536
940
|
"resourceTypes": [
|
537
941
|
{
|
538
|
-
"name": "
|
942
|
+
"name": "managed-thing",
|
539
943
|
"required": true,
|
540
944
|
"conditionKeys": [],
|
541
945
|
"dependentActions": []
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"name": "credential-locker",
|
949
|
+
"required": false,
|
950
|
+
"conditionKeys": [],
|
951
|
+
"dependentActions": []
|
542
952
|
}
|
543
953
|
],
|
544
954
|
"conditionKeys": [],
|
@@ -554,11 +964,11 @@
|
|
554
964
|
},
|
555
965
|
"updateotatask": {
|
556
966
|
"name": "UpdateOtaTask",
|
557
|
-
"description": "Grants permission to update an
|
967
|
+
"description": "Grants permission to update an ota task",
|
558
968
|
"accessLevel": "Write",
|
559
969
|
"resourceTypes": [
|
560
970
|
{
|
561
|
-
"name": "
|
971
|
+
"name": "ota-task",
|
562
972
|
"required": true,
|
563
973
|
"conditionKeys": [],
|
564
974
|
"dependentActions": []
|
@@ -289,7 +289,7 @@
|
|
289
289
|
},
|
290
290
|
"describeorganization": {
|
291
291
|
"name": "DescribeOrganization",
|
292
|
-
"description": "Grants permission to
|
292
|
+
"description": "Grants permission to retrieve details about the organization that the calling credentials belong to",
|
293
293
|
"accessLevel": "Read",
|
294
294
|
"resourceTypes": [],
|
295
295
|
"conditionKeys": [],
|
@@ -312,7 +312,7 @@
|
|
312
312
|
},
|
313
313
|
"describepolicy": {
|
314
314
|
"name": "DescribePolicy",
|
315
|
-
"description": "Grants permission to
|
315
|
+
"description": "Grants permission to retrieve details about a policy",
|
316
316
|
"accessLevel": "Read",
|
317
317
|
"resourceTypes": [
|
318
318
|
{
|
@@ -468,7 +468,7 @@
|
|
468
468
|
},
|
469
469
|
"listaccounts": {
|
470
470
|
"name": "ListAccounts",
|
471
|
-
"description": "Grants permission to list all of the
|
471
|
+
"description": "Grants permission to list all of the accounts in the organization",
|
472
472
|
"accessLevel": "List",
|
473
473
|
"resourceTypes": [],
|
474
474
|
"conditionKeys": [],
|
@@ -567,7 +567,7 @@
|
|
567
567
|
},
|
568
568
|
"listorganizationalunitsforparent": {
|
569
569
|
"name": "ListOrganizationalUnitsForParent",
|
570
|
-
"description": "Grants permission to
|
570
|
+
"description": "Grants permission to list all of the organizational units (OUs) in a parent organizational unit or root",
|
571
571
|
"accessLevel": "List",
|
572
572
|
"resourceTypes": [
|
573
573
|
{
|
@@ -774,7 +774,7 @@
|
|
774
774
|
},
|
775
775
|
"removeaccountfromorganization": {
|
776
776
|
"name": "RemoveAccountFromOrganization",
|
777
|
-
"description": "Grants permission to
|
777
|
+
"description": "Grants permission to remove the specified account from the organization",
|
778
778
|
"accessLevel": "Write",
|
779
779
|
"resourceTypes": [
|
780
780
|
{
|
@@ -192,6 +192,27 @@
|
|
192
192
|
"name": "CreateDataAccessor",
|
193
193
|
"description": "Grants permission to create DataAccessor to the application",
|
194
194
|
"accessLevel": "Write",
|
195
|
+
"resourceTypes": [
|
196
|
+
{
|
197
|
+
"name": "application",
|
198
|
+
"required": true,
|
199
|
+
"conditionKeys": [],
|
200
|
+
"dependentActions": [
|
201
|
+
"qbusiness:CreateDataAccessorWithTti"
|
202
|
+
]
|
203
|
+
}
|
204
|
+
],
|
205
|
+
"conditionKeys": [
|
206
|
+
"aws:RequestTag/${TagKey}",
|
207
|
+
"aws:TagKeys"
|
208
|
+
],
|
209
|
+
"dependentActions": []
|
210
|
+
},
|
211
|
+
"createdataaccessorwithtti": {
|
212
|
+
"name": "CreateDataAccessorWithTti",
|
213
|
+
"isPermissionOnly": true,
|
214
|
+
"description": "Grants permission to create AWS IAM Identity center Trusted Token Issuer based DataAccessor to the application",
|
215
|
+
"accessLevel": "Write",
|
195
216
|
"resourceTypes": [
|
196
217
|
{
|
197
218
|
"name": "application",
|
@@ -1292,6 +1313,7 @@
|
|
1292
1313
|
},
|
1293
1314
|
"putresourcepolicy": {
|
1294
1315
|
"name": "PutResourcePolicy",
|
1316
|
+
"isPermissionOnly": true,
|
1295
1317
|
"description": "Grants permission to put resource based policy statement to the application",
|
1296
1318
|
"accessLevel": "Write",
|
1297
1319
|
"resourceTypes": [
|
@@ -1,4 +1,13 @@
|
|
1
1
|
{
|
2
|
+
"associateviaawsservice": {
|
3
|
+
"name": "AssociateViaAWSService",
|
4
|
+
"isPermissionOnly": true,
|
5
|
+
"description": "Grants permission to associate a resource configuration through any AWS service managed networks",
|
6
|
+
"accessLevel": "Permissions management",
|
7
|
+
"resourceTypes": [],
|
8
|
+
"conditionKeys": [],
|
9
|
+
"dependentActions": []
|
10
|
+
},
|
2
11
|
"associateviaawsservice-eventsandstates": {
|
3
12
|
"name": "AssociateViaAWSService-EventsAndStates",
|
4
13
|
"isPermissionOnly": true,
|
@@ -1 +1,17 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"aws:requesttag/${tagkey}": {
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
4
|
+
"description": "Filters access by a tag key and value pair that is allowed in the request",
|
5
|
+
"type": "String"
|
6
|
+
},
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
9
|
+
"description": "Filters access by a tag key and value pair of a 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
|
+
}
|
iamdata/data/metadata.json
CHANGED
@@ -1,18 +1,37 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"key": "
|
4
|
-
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:
|
2
|
+
"account-association": {
|
3
|
+
"key": "account-association",
|
4
|
+
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:account-association/${AccountAssociationId}",
|
5
|
+
"conditionKeys": [
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
7
|
+
]
|
5
8
|
},
|
6
|
-
"
|
7
|
-
"key": "
|
8
|
-
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:
|
9
|
+
"credential-locker": {
|
10
|
+
"key": "credential-locker",
|
11
|
+
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:credential-locker/${Identifier}",
|
12
|
+
"conditionKeys": [
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
14
|
+
]
|
9
15
|
},
|
10
|
-
"
|
11
|
-
"key": "
|
12
|
-
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:
|
16
|
+
"managed-thing": {
|
17
|
+
"key": "managed-thing",
|
18
|
+
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:managed-thing/${Identifier}",
|
19
|
+
"conditionKeys": [
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
21
|
+
]
|
13
22
|
},
|
14
|
-
"
|
15
|
-
"key": "
|
16
|
-
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:
|
23
|
+
"ota-task": {
|
24
|
+
"key": "ota-task",
|
25
|
+
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:ota-task/${Identifier}",
|
26
|
+
"conditionKeys": [
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"provisioning-profile": {
|
31
|
+
"key": "provisioning-profile",
|
32
|
+
"arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:provisioning-profile/${Identifier}",
|
33
|
+
"conditionKeys": [
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
35
|
+
]
|
17
36
|
}
|
18
37
|
}
|
iamdata/data/serviceNames.json
CHANGED
@@ -201,7 +201,7 @@
|
|
201
201
|
"iotfleethub": "AWS IoT Fleet Hub for Device Management",
|
202
202
|
"iotfleetwise": "AWS IoT FleetWise",
|
203
203
|
"iotjobsdata": "AWS IoT Jobs DataPlane",
|
204
|
-
"iotmanagedintegrations": "AWS IoT
|
204
|
+
"iotmanagedintegrations": "AWS IoT Managed Integrations",
|
205
205
|
"iotsitewise": "AWS IoT SiteWise",
|
206
206
|
"iottwinmaker": "AWS IoT TwinMaker",
|
207
207
|
"iotwireless": "AWS IoT Wireless",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: iamdata
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.202506281
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
@@ -4,8 +4,8 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
7
|
-
iamdata/data/metadata.json,sha256=
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
7
|
+
iamdata/data/metadata.json,sha256=ISUG-KiDlQTissym6AiPQ6jrs3VdYITZI-V8clklMuw,76
|
8
|
+
iamdata/data/serviceNames.json,sha256=_Q-nPm2D59-XfSy4Lp0sj2LiSRhUtcFuYtWXChlIL-w,18430
|
9
9
|
iamdata/data/services.json,sha256=tOMPn_2c_zODHhAM0eS0-SG3Uh91-tH-eBR_SMs5vcI,7173
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
11
11
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
@@ -149,7 +149,7 @@ iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-A
|
|
149
149
|
iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
|
150
150
|
iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
|
151
151
|
iamdata/data/actions/elasticloadbalancing.json,sha256=SU0qWJ6SE1GzdOvtdz6aMSxCjfrl1VVktz41bUk1rGE,36825
|
152
|
-
iamdata/data/actions/elasticmapreduce.json,sha256=
|
152
|
+
iamdata/data/actions/elasticmapreduce.json,sha256=_f2DMBQFERBZ7ZJwOnDzTEvw6SDN3DvmRml1pVY6-lA,33213
|
153
153
|
iamdata/data/actions/elastictranscoder.json,sha256=ZaGhnQtTfH_ezS5Dm8H_bV_AOMwhd2_2T6Qh8IqtYrM,5590
|
154
154
|
iamdata/data/actions/elemental-activations.json,sha256=CBB_xY1_nbPtesILvCI0X43zhdQR29vW6Qo_N3locjo,3976
|
155
155
|
iamdata/data/actions/elemental-appliances-software.json,sha256=ITJ9bDhj-7_O8xjSMk6XHGFfNPXbf-78FrzIu3n0wjM,4066
|
@@ -209,7 +209,7 @@ iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5
|
|
209
209
|
iamdata/data/actions/iotfleethub.json,sha256=Ut9s_y7NM2Zp1crv-tFbbpHqGjsTzEP-nwyS3E8NK4c,2963
|
210
210
|
iamdata/data/actions/iotfleetwise.json,sha256=FLEJp1XXkN8sq20TR4va6dGdiEs1EopT0Yyn1yAfyO8,25100
|
211
211
|
iamdata/data/actions/iotjobsdata.json,sha256=ZdFruCEg5cTlcwzQtMy7Aje0iU2ZUWWlLd9gKQLTiaQ,1635
|
212
|
-
iamdata/data/actions/iotmanagedintegrations.json,sha256=
|
212
|
+
iamdata/data/actions/iotmanagedintegrations.json,sha256=kWvRvutNcxuWl4hc32lED9O5EqE0KpC0-7tWSf5LphA,28006
|
213
213
|
iamdata/data/actions/iotsitewise.json,sha256=0Xc7umQbM4VntFW1RO1VgfAr5SZ3NBgOd95E0KME4j8,38358
|
214
214
|
iamdata/data/actions/iottwinmaker.json,sha256=K_uvzVAx2G5g9OPrPiPN_Vyfo6UzjEX_C4ihgOLXF7Y,18750
|
215
215
|
iamdata/data/actions/iotwireless.json,sha256=5Zxul12OkXDYrNE0ZXmXSfBkcGxXCi3CaJeUxwaPil4,50864
|
@@ -283,7 +283,7 @@ iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc
|
|
283
283
|
iamdata/data/actions/opensearch.json,sha256=crtW3ri7sgT0s0pfxP2Q881-MJbBhgSXHdhEtRv3qig,2120
|
284
284
|
iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8uXagyiBlM,5073
|
285
285
|
iamdata/data/actions/opsworks.json,sha256=9LmvtxzgDHGxvoCo7fe9MAXqj5FSk-6SLEcwKxGUFeU,27770
|
286
|
-
iamdata/data/actions/organizations.json,sha256=
|
286
|
+
iamdata/data/actions/organizations.json,sha256=AatkrQ7Eo3JJxI7NImNls5I-Sc-ApsSf3_-6WVD-PA8,25501
|
287
287
|
iamdata/data/actions/osis.json,sha256=2tWKjI3qiz5z-fxjsLe-14Z9Vw-3HoHcxsUwRlpJF8U,6120
|
288
288
|
iamdata/data/actions/outposts.json,sha256=ZICe0T-WLjebw6_oBtTlXIXol7cDX78oGK7zWaj3otg,12030
|
289
289
|
iamdata/data/actions/panorama.json,sha256=ght9nRGyupi3v5-780o-gw9Vz1_3KDbjqdgszRYTs9M,13293
|
@@ -305,7 +305,7 @@ iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54P
|
|
305
305
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
306
306
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
307
307
|
iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0PdE,20681
|
308
|
-
iamdata/data/actions/qbusiness.json,sha256=
|
308
|
+
iamdata/data/actions/qbusiness.json,sha256=K2S5AGw16TjJqXxtDQmdWzkBEXWCUFP6OGpx3b9gIdg,43491
|
309
309
|
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
310
310
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
311
311
|
iamdata/data/actions/quicksight.json,sha256=YMV8levkEd80fE6yZj-4nvyG1Uk4p2eKabYcxEnCTvg,94104
|
@@ -412,7 +412,7 @@ iamdata/data/actions/verified-access.json,sha256=RLtyTcTlf6ayUNPE9Dqa8gVsEf6kmUy
|
|
412
412
|
iamdata/data/actions/verifiedpermissions.json,sha256=biPfeXJ_VKFozahn5tUksrIsxrUUYcaqafSU1lNacls,11279
|
413
413
|
iamdata/data/actions/voiceid.json,sha256=YlpLh3y1tWrjP_1Ng0GnVWVgOhtqWL3K_ZVsJipDkaI,11220
|
414
414
|
iamdata/data/actions/vpc-lattice-svcs.json,sha256=hl45R6pufij-bcq3-wkSuk29S1GeNnFqvE16EpbR6Js,1233
|
415
|
-
iamdata/data/actions/vpc-lattice.json,sha256=
|
415
|
+
iamdata/data/actions/vpc-lattice.json,sha256=8TJKi7u1dGzL0A2mCmkDprcIv3Nk9ZAzdqqb0mzPtKk,36105
|
416
416
|
iamdata/data/actions/vpce.json,sha256=scu3UdDH6Akz0t27p2BAul69aid6spFRKvJe3xHDqfs,315
|
417
417
|
iamdata/data/actions/waf-regional.json,sha256=wp20UBDLQZpUaqobnIs9DchvbLhdU7W18Z8RSXXicHI,31012
|
418
418
|
iamdata/data/actions/waf.json,sha256=41rvaelAyz4ssq_odlyRdbcTdoOLbwrfvytssxKLJgs,29436
|
@@ -631,7 +631,7 @@ iamdata/data/conditionKeys/iotevents.json,sha256=YgVuy5_Adiklm9KKf_rDOFnEiHkW4yE
|
|
631
631
|
iamdata/data/conditionKeys/iotfleethub.json,sha256=RYANCcOKILOPAP7aAaHj-wWZjdtx1vKTq0khq-jAR5Y,498
|
632
632
|
iamdata/data/conditionKeys/iotfleetwise.json,sha256=JD4IZBR8za-KouFHZcVaiKWP93ijiUCdcu7FkliglIQ,1318
|
633
633
|
iamdata/data/conditionKeys/iotjobsdata.json,sha256=EXa1zb_tMr4WZGWC9LWP4vOz4zG-XTZNBMaCCpOHBGI,192
|
634
|
-
iamdata/data/conditionKeys/iotmanagedintegrations.json,sha256=
|
634
|
+
iamdata/data/conditionKeys/iotmanagedintegrations.json,sha256=X9vwHR6K-91oU8OGlfQ4TjmmMuTZv0yTz9tGyibUQhg,531
|
635
635
|
iamdata/data/conditionKeys/iotsitewise.json,sha256=eCJaayTepRoLRpGdbl8ABr4zLrpTAi8IwmRvL-UYhAc,2281
|
636
636
|
iamdata/data/conditionKeys/iottwinmaker.json,sha256=aJ8KKGC3o5l6-sgl1NKuOCk_OSnIlN3nBH-X0RW5OQE,1049
|
637
637
|
iamdata/data/conditionKeys/iotwireless.json,sha256=pLwa6c4ghlai-_R9eJwoR-qAEtgqSqcG7-PEoqlRxF4,615
|
@@ -1053,7 +1053,7 @@ iamdata/data/resourceTypes/iotevents.json,sha256=w1O1UDzC2MAlzjzKNNa57ydvT4ZW_VZ
|
|
1053
1053
|
iamdata/data/resourceTypes/iotfleethub.json,sha256=Bkk8G8VAN_hphubI_Ujjn1GY80_Wnwgwx8FaaTEu9l8,208
|
1054
1054
|
iamdata/data/resourceTypes/iotfleetwise.json,sha256=IfnlFd0wFXyupG3LwjOYOUYqTDxq033fLVszyW-x50I,1410
|
1055
1055
|
iamdata/data/resourceTypes/iotjobsdata.json,sha256=XsUMTuf4xygWzUv4mqqo6eCabXcTEoaJP3R8ptuUsS0,114
|
1056
|
-
iamdata/data/resourceTypes/iotmanagedintegrations.json,sha256=
|
1056
|
+
iamdata/data/resourceTypes/iotmanagedintegrations.json,sha256=AWqGhOmzisidyBp0GosmKe6gKu5zVnvazMGtSu_0VKo,1148
|
1057
1057
|
iamdata/data/resourceTypes/iotsitewise.json,sha256=MyMcEmZ_1OpzxZKQ0NM1W2gf5Kooj-SlzxPxiyQeIpk,1761
|
1058
1058
|
iamdata/data/resourceTypes/iottwinmaker.json,sha256=7wP37G8L94psiX2N7g17-pq8vVnfhtdT4zlDqR2NscY,1256
|
1059
1059
|
iamdata/data/resourceTypes/iotwireless.json,sha256=na6Dea-WUejvfmhuLKexwEzuKVWh2zFhiHbiUPSOCIk,2699
|
@@ -1277,7 +1277,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1277
1277
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1278
1278
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1279
1279
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1280
|
-
iamdata-0.1.
|
1281
|
-
iamdata-0.1.
|
1282
|
-
iamdata-0.1.
|
1283
|
-
iamdata-0.1.
|
1280
|
+
iamdata-0.1.202506281.dist-info/METADATA,sha256=AclYu4YWv6qOcfUoSyxpqurPCiOEojVrcc6QbCJ1vmU,3491
|
1281
|
+
iamdata-0.1.202506281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1282
|
+
iamdata-0.1.202506281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1283
|
+
iamdata-0.1.202506281.dist-info/RECORD,,
|
File without changes
|
File without changes
|