aws-iam-data 0.0.103 → 0.0.104
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/dist/data/json/changelog.json +46 -0
- package/dist/data/json/iam.json +569 -4
- package/dist/data/json/metadata.json +40 -10
- package/dist/data/json/reports.json +10 -10
- package/package.json +1 -1
|
@@ -1,4 +1,50 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-10-25",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Braket": [
|
|
8
|
+
"braket:AcceptUserAgreement",
|
|
9
|
+
"braket:AccessBraketFeature",
|
|
10
|
+
"braket:GetServiceLinkedRoleStatus",
|
|
11
|
+
"braket:GetUserAgreementStatus"
|
|
12
|
+
],
|
|
13
|
+
"Amazon Connect": [
|
|
14
|
+
"connect:BatchGetFlowAssociation",
|
|
15
|
+
"connect:CreatePredefinedAttribute",
|
|
16
|
+
"connect:DeletePredefinedAttribute",
|
|
17
|
+
"connect:DescribePredefinedAttribute",
|
|
18
|
+
"connect:ListPredefinedAttributes",
|
|
19
|
+
"connect:ListSecurityProfileApplications",
|
|
20
|
+
"connect:UpdatePhoneNumberMetadata",
|
|
21
|
+
"connect:UpdatePredefinedAttribute"
|
|
22
|
+
],
|
|
23
|
+
"Amazon Connect Wisdom": [
|
|
24
|
+
"wisdom:CreateQuickResponse",
|
|
25
|
+
"wisdom:DeleteImportJob",
|
|
26
|
+
"wisdom:DeleteQuickResponse",
|
|
27
|
+
"wisdom:GetImportJob",
|
|
28
|
+
"wisdom:GetQuickResponse",
|
|
29
|
+
"wisdom:ListImportJobs",
|
|
30
|
+
"wisdom:ListQuickResponses",
|
|
31
|
+
"wisdom:SearchQuickResponses",
|
|
32
|
+
"wisdom:StartImportJob",
|
|
33
|
+
"wisdom:UpdateQuickResponse"
|
|
34
|
+
],
|
|
35
|
+
"AWS Lake Formation": [
|
|
36
|
+
"lakeformation:CreateLakeFormationOptIn",
|
|
37
|
+
"lakeformation:DeleteLakeFormationOptIn",
|
|
38
|
+
"lakeformation:ListLakeFormationOptIns"
|
|
39
|
+
],
|
|
40
|
+
"Amazon Rekognition": [
|
|
41
|
+
"rekognition:GetMediaAnalysisJob",
|
|
42
|
+
"rekognition:ListMediaAnalysisJobs",
|
|
43
|
+
"rekognition:StartMediaAnalysisJob"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"removedActions": {}
|
|
47
|
+
},
|
|
2
48
|
{
|
|
3
49
|
"dateOfChange": "2023-10-20",
|
|
4
50
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -26153,6 +26153,36 @@
|
|
|
26153
26153
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbraket.html",
|
|
26154
26154
|
"servicePrefix": "braket",
|
|
26155
26155
|
"actions": [
|
|
26156
|
+
{
|
|
26157
|
+
"name": "AcceptUserAgreement",
|
|
26158
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_AcceptUserAgreement.html",
|
|
26159
|
+
"permissionOnly": false,
|
|
26160
|
+
"description": "Grants permission to accept the Amazon Braket user agreement",
|
|
26161
|
+
"accessLevel": "Write",
|
|
26162
|
+
"resourceTypes": [
|
|
26163
|
+
{
|
|
26164
|
+
"resourceType": "",
|
|
26165
|
+
"required": false,
|
|
26166
|
+
"conditionKeys": [],
|
|
26167
|
+
"dependentActions": []
|
|
26168
|
+
}
|
|
26169
|
+
]
|
|
26170
|
+
},
|
|
26171
|
+
{
|
|
26172
|
+
"name": "AccessBraketFeature",
|
|
26173
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_AccessBraketFeature.html",
|
|
26174
|
+
"permissionOnly": false,
|
|
26175
|
+
"description": "Grants permission to check if an Amazon Braket feature is enabled for an account. Customers need this permission to use all features available in the console",
|
|
26176
|
+
"accessLevel": "Read",
|
|
26177
|
+
"resourceTypes": [
|
|
26178
|
+
{
|
|
26179
|
+
"resourceType": "",
|
|
26180
|
+
"required": false,
|
|
26181
|
+
"conditionKeys": [],
|
|
26182
|
+
"dependentActions": []
|
|
26183
|
+
}
|
|
26184
|
+
]
|
|
26185
|
+
},
|
|
26156
26186
|
{
|
|
26157
26187
|
"name": "CancelJob",
|
|
26158
26188
|
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_CancelJob.html",
|
|
@@ -26264,6 +26294,36 @@
|
|
|
26264
26294
|
}
|
|
26265
26295
|
]
|
|
26266
26296
|
},
|
|
26297
|
+
{
|
|
26298
|
+
"name": "GetServiceLinkedRoleStatus",
|
|
26299
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_GetServiceLinkedRoleStatus.html",
|
|
26300
|
+
"permissionOnly": false,
|
|
26301
|
+
"description": "Grants permission to check if the Amazon Braket service linked role has been created",
|
|
26302
|
+
"accessLevel": "Read",
|
|
26303
|
+
"resourceTypes": [
|
|
26304
|
+
{
|
|
26305
|
+
"resourceType": "",
|
|
26306
|
+
"required": false,
|
|
26307
|
+
"conditionKeys": [],
|
|
26308
|
+
"dependentActions": []
|
|
26309
|
+
}
|
|
26310
|
+
]
|
|
26311
|
+
},
|
|
26312
|
+
{
|
|
26313
|
+
"name": "GetUserAgreementStatus",
|
|
26314
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_GetUserAgreementStatus.html",
|
|
26315
|
+
"permissionOnly": false,
|
|
26316
|
+
"description": "Grants permission to check if the account has accepted the Amazon Braket user agreement",
|
|
26317
|
+
"accessLevel": "Read",
|
|
26318
|
+
"resourceTypes": [
|
|
26319
|
+
{
|
|
26320
|
+
"resourceType": "",
|
|
26321
|
+
"required": false,
|
|
26322
|
+
"conditionKeys": [],
|
|
26323
|
+
"dependentActions": []
|
|
26324
|
+
}
|
|
26325
|
+
]
|
|
26326
|
+
},
|
|
26267
26327
|
{
|
|
26268
26328
|
"name": "ListTagsForResource",
|
|
26269
26329
|
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -26334,9 +26394,15 @@
|
|
|
26334
26394
|
"name": "TagResource",
|
|
26335
26395
|
"apiReferenceUrl": "https://docs.aws.amazon.com/braket/latest/APIReference/API_TagResource.html",
|
|
26336
26396
|
"permissionOnly": false,
|
|
26337
|
-
"description": "Grants permission to add one or more tags to a quantum task",
|
|
26397
|
+
"description": "Grants permission to add one or more tags to a quantum task or a hybrid job",
|
|
26338
26398
|
"accessLevel": "Tagging",
|
|
26339
26399
|
"resourceTypes": [
|
|
26400
|
+
{
|
|
26401
|
+
"resourceType": "job",
|
|
26402
|
+
"required": false,
|
|
26403
|
+
"conditionKeys": [],
|
|
26404
|
+
"dependentActions": []
|
|
26405
|
+
},
|
|
26340
26406
|
{
|
|
26341
26407
|
"resourceType": "quantum-task",
|
|
26342
26408
|
"required": false,
|
|
@@ -62114,6 +62180,30 @@
|
|
|
62114
62180
|
}
|
|
62115
62181
|
]
|
|
62116
62182
|
},
|
|
62183
|
+
{
|
|
62184
|
+
"name": "BatchGetFlowAssociation",
|
|
62185
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_BatchGetFlowAssociation.html",
|
|
62186
|
+
"permissionOnly": false,
|
|
62187
|
+
"description": "Grants permission to get summary information about the flow associations for the specified Amazon Connect instance",
|
|
62188
|
+
"accessLevel": "List",
|
|
62189
|
+
"resourceTypes": [
|
|
62190
|
+
{
|
|
62191
|
+
"resourceType": "instance",
|
|
62192
|
+
"required": true,
|
|
62193
|
+
"conditionKeys": [],
|
|
62194
|
+
"dependentActions": []
|
|
62195
|
+
},
|
|
62196
|
+
{
|
|
62197
|
+
"resourceType": "",
|
|
62198
|
+
"required": false,
|
|
62199
|
+
"conditionKeys": [
|
|
62200
|
+
"aws:ResourceTag/${TagKey}",
|
|
62201
|
+
"connect:InstanceId"
|
|
62202
|
+
],
|
|
62203
|
+
"dependentActions": []
|
|
62204
|
+
}
|
|
62205
|
+
]
|
|
62206
|
+
},
|
|
62117
62207
|
{
|
|
62118
62208
|
"name": "ClaimPhoneNumber",
|
|
62119
62209
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html",
|
|
@@ -62316,6 +62406,7 @@
|
|
|
62316
62406
|
"conditionKeys": [],
|
|
62317
62407
|
"dependentActions": [
|
|
62318
62408
|
"app-integrations:CreateEventIntegrationAssociation",
|
|
62409
|
+
"app-integrations:GetApplication",
|
|
62319
62410
|
"cases:GetDomain",
|
|
62320
62411
|
"connect:DescribeInstance",
|
|
62321
62412
|
"ds:DescribeDirectories",
|
|
@@ -62378,6 +62469,29 @@
|
|
|
62378
62469
|
}
|
|
62379
62470
|
]
|
|
62380
62471
|
},
|
|
62472
|
+
{
|
|
62473
|
+
"name": "CreatePredefinedAttribute",
|
|
62474
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreatePredefinedAttribute.html",
|
|
62475
|
+
"permissionOnly": false,
|
|
62476
|
+
"description": "Grants permission to create a predefined attribute in an Amazon Connect instance",
|
|
62477
|
+
"accessLevel": "Write",
|
|
62478
|
+
"resourceTypes": [
|
|
62479
|
+
{
|
|
62480
|
+
"resourceType": "instance",
|
|
62481
|
+
"required": true,
|
|
62482
|
+
"conditionKeys": [],
|
|
62483
|
+
"dependentActions": []
|
|
62484
|
+
},
|
|
62485
|
+
{
|
|
62486
|
+
"resourceType": "",
|
|
62487
|
+
"required": false,
|
|
62488
|
+
"conditionKeys": [
|
|
62489
|
+
"connect:InstanceId"
|
|
62490
|
+
],
|
|
62491
|
+
"dependentActions": []
|
|
62492
|
+
}
|
|
62493
|
+
]
|
|
62494
|
+
},
|
|
62381
62495
|
{
|
|
62382
62496
|
"name": "CreatePrompt",
|
|
62383
62497
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreatePrompt.html",
|
|
@@ -63013,6 +63127,29 @@
|
|
|
63013
63127
|
}
|
|
63014
63128
|
]
|
|
63015
63129
|
},
|
|
63130
|
+
{
|
|
63131
|
+
"name": "DeletePredefinedAttribute",
|
|
63132
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DeletePredefinedAttribute.html",
|
|
63133
|
+
"permissionOnly": false,
|
|
63134
|
+
"description": "Grants permission to delete a predefined attribute in an Amazon Connect instance",
|
|
63135
|
+
"accessLevel": "Write",
|
|
63136
|
+
"resourceTypes": [
|
|
63137
|
+
{
|
|
63138
|
+
"resourceType": "instance",
|
|
63139
|
+
"required": true,
|
|
63140
|
+
"conditionKeys": [],
|
|
63141
|
+
"dependentActions": []
|
|
63142
|
+
},
|
|
63143
|
+
{
|
|
63144
|
+
"resourceType": "",
|
|
63145
|
+
"required": false,
|
|
63146
|
+
"conditionKeys": [
|
|
63147
|
+
"connect:InstanceId"
|
|
63148
|
+
],
|
|
63149
|
+
"dependentActions": []
|
|
63150
|
+
}
|
|
63151
|
+
]
|
|
63152
|
+
},
|
|
63016
63153
|
{
|
|
63017
63154
|
"name": "DeletePrompt",
|
|
63018
63155
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DeletePrompt.html",
|
|
@@ -63642,6 +63779,29 @@
|
|
|
63642
63779
|
}
|
|
63643
63780
|
]
|
|
63644
63781
|
},
|
|
63782
|
+
{
|
|
63783
|
+
"name": "DescribePredefinedAttribute",
|
|
63784
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePredefinedAttribute.html",
|
|
63785
|
+
"permissionOnly": false,
|
|
63786
|
+
"description": "Grants permission to describe a predefined attribute in an Amazon Connect instance",
|
|
63787
|
+
"accessLevel": "Read",
|
|
63788
|
+
"resourceTypes": [
|
|
63789
|
+
{
|
|
63790
|
+
"resourceType": "instance",
|
|
63791
|
+
"required": true,
|
|
63792
|
+
"conditionKeys": [],
|
|
63793
|
+
"dependentActions": []
|
|
63794
|
+
},
|
|
63795
|
+
{
|
|
63796
|
+
"resourceType": "",
|
|
63797
|
+
"required": false,
|
|
63798
|
+
"conditionKeys": [
|
|
63799
|
+
"connect:InstanceId"
|
|
63800
|
+
],
|
|
63801
|
+
"dependentActions": []
|
|
63802
|
+
}
|
|
63803
|
+
]
|
|
63804
|
+
},
|
|
63645
63805
|
{
|
|
63646
63806
|
"name": "DescribePrompt",
|
|
63647
63807
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePrompt.html",
|
|
@@ -64924,6 +65084,29 @@
|
|
|
64924
65084
|
}
|
|
64925
65085
|
]
|
|
64926
65086
|
},
|
|
65087
|
+
{
|
|
65088
|
+
"name": "ListPredefinedAttributes",
|
|
65089
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPredefinedAttributes.html",
|
|
65090
|
+
"permissionOnly": false,
|
|
65091
|
+
"description": "Grants permission to list predefined attributes in an Amazon Connect instance",
|
|
65092
|
+
"accessLevel": "List",
|
|
65093
|
+
"resourceTypes": [
|
|
65094
|
+
{
|
|
65095
|
+
"resourceType": "instance",
|
|
65096
|
+
"required": true,
|
|
65097
|
+
"conditionKeys": [],
|
|
65098
|
+
"dependentActions": []
|
|
65099
|
+
},
|
|
65100
|
+
{
|
|
65101
|
+
"resourceType": "",
|
|
65102
|
+
"required": false,
|
|
65103
|
+
"conditionKeys": [
|
|
65104
|
+
"connect:InstanceId"
|
|
65105
|
+
],
|
|
65106
|
+
"dependentActions": []
|
|
65107
|
+
}
|
|
65108
|
+
]
|
|
65109
|
+
},
|
|
64927
65110
|
{
|
|
64928
65111
|
"name": "ListPrompts",
|
|
64929
65112
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPrompts.html",
|
|
@@ -65109,6 +65292,30 @@
|
|
|
65109
65292
|
}
|
|
65110
65293
|
]
|
|
65111
65294
|
},
|
|
65295
|
+
{
|
|
65296
|
+
"name": "ListSecurityProfileApplications",
|
|
65297
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListSecurityProfileApplications.html",
|
|
65298
|
+
"permissionOnly": false,
|
|
65299
|
+
"description": "Grants permission to list applications associated with a specific security profile in an Amazon Connect instance",
|
|
65300
|
+
"accessLevel": "List",
|
|
65301
|
+
"resourceTypes": [
|
|
65302
|
+
{
|
|
65303
|
+
"resourceType": "security-profile",
|
|
65304
|
+
"required": true,
|
|
65305
|
+
"conditionKeys": [],
|
|
65306
|
+
"dependentActions": []
|
|
65307
|
+
},
|
|
65308
|
+
{
|
|
65309
|
+
"resourceType": "",
|
|
65310
|
+
"required": false,
|
|
65311
|
+
"conditionKeys": [
|
|
65312
|
+
"aws:ResourceTag/${TagKey}",
|
|
65313
|
+
"connect:InstanceId"
|
|
65314
|
+
],
|
|
65315
|
+
"dependentActions": []
|
|
65316
|
+
}
|
|
65317
|
+
]
|
|
65318
|
+
},
|
|
65112
65319
|
{
|
|
65113
65320
|
"name": "ListSecurityProfilePermissions",
|
|
65114
65321
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListSecurityProfilePermissions.html",
|
|
@@ -66891,6 +67098,52 @@
|
|
|
66891
67098
|
}
|
|
66892
67099
|
]
|
|
66893
67100
|
},
|
|
67101
|
+
{
|
|
67102
|
+
"name": "UpdatePhoneNumberMetadata",
|
|
67103
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumberMetadata.html",
|
|
67104
|
+
"permissionOnly": false,
|
|
67105
|
+
"description": "Grants permission to update the metadata of a phone number resource in an Amazon Connect instance or traffic distribution group",
|
|
67106
|
+
"accessLevel": "Write",
|
|
67107
|
+
"resourceTypes": [
|
|
67108
|
+
{
|
|
67109
|
+
"resourceType": "phone-number",
|
|
67110
|
+
"required": true,
|
|
67111
|
+
"conditionKeys": [],
|
|
67112
|
+
"dependentActions": []
|
|
67113
|
+
},
|
|
67114
|
+
{
|
|
67115
|
+
"resourceType": "",
|
|
67116
|
+
"required": false,
|
|
67117
|
+
"conditionKeys": [
|
|
67118
|
+
"aws:ResourceTag/${TagKey}"
|
|
67119
|
+
],
|
|
67120
|
+
"dependentActions": []
|
|
67121
|
+
}
|
|
67122
|
+
]
|
|
67123
|
+
},
|
|
67124
|
+
{
|
|
67125
|
+
"name": "UpdatePredefinedAttribute",
|
|
67126
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePredefinedAttribute.html",
|
|
67127
|
+
"permissionOnly": false,
|
|
67128
|
+
"description": "Grants permission to update a predefined attribute in an Amazon Connect instance",
|
|
67129
|
+
"accessLevel": "Write",
|
|
67130
|
+
"resourceTypes": [
|
|
67131
|
+
{
|
|
67132
|
+
"resourceType": "instance",
|
|
67133
|
+
"required": true,
|
|
67134
|
+
"conditionKeys": [],
|
|
67135
|
+
"dependentActions": []
|
|
67136
|
+
},
|
|
67137
|
+
{
|
|
67138
|
+
"resourceType": "",
|
|
67139
|
+
"required": false,
|
|
67140
|
+
"conditionKeys": [
|
|
67141
|
+
"connect:InstanceId"
|
|
67142
|
+
],
|
|
67143
|
+
"dependentActions": []
|
|
67144
|
+
}
|
|
67145
|
+
]
|
|
67146
|
+
},
|
|
66894
67147
|
{
|
|
66895
67148
|
"name": "UpdatePrompt",
|
|
66896
67149
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePrompt.html",
|
|
@@ -70320,6 +70573,30 @@
|
|
|
70320
70573
|
}
|
|
70321
70574
|
]
|
|
70322
70575
|
},
|
|
70576
|
+
{
|
|
70577
|
+
"name": "CreateQuickResponse",
|
|
70578
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_CreateQuickResponse.html",
|
|
70579
|
+
"permissionOnly": false,
|
|
70580
|
+
"description": "Grants permission to create quick response",
|
|
70581
|
+
"accessLevel": "Write",
|
|
70582
|
+
"resourceTypes": [
|
|
70583
|
+
{
|
|
70584
|
+
"resourceType": "KnowledgeBase",
|
|
70585
|
+
"required": true,
|
|
70586
|
+
"conditionKeys": [],
|
|
70587
|
+
"dependentActions": []
|
|
70588
|
+
},
|
|
70589
|
+
{
|
|
70590
|
+
"resourceType": "",
|
|
70591
|
+
"required": false,
|
|
70592
|
+
"conditionKeys": [
|
|
70593
|
+
"aws:TagKeys",
|
|
70594
|
+
"aws:RequestTag/${TagKey}"
|
|
70595
|
+
],
|
|
70596
|
+
"dependentActions": []
|
|
70597
|
+
}
|
|
70598
|
+
]
|
|
70599
|
+
},
|
|
70323
70600
|
{
|
|
70324
70601
|
"name": "CreateSession",
|
|
70325
70602
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_CreateSession.html",
|
|
@@ -70401,6 +70678,21 @@
|
|
|
70401
70678
|
}
|
|
70402
70679
|
]
|
|
70403
70680
|
},
|
|
70681
|
+
{
|
|
70682
|
+
"name": "DeleteImportJob",
|
|
70683
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteImportJob.html",
|
|
70684
|
+
"permissionOnly": false,
|
|
70685
|
+
"description": "Grants permission to delete a import job of a knowledge base",
|
|
70686
|
+
"accessLevel": "Write",
|
|
70687
|
+
"resourceTypes": [
|
|
70688
|
+
{
|
|
70689
|
+
"resourceType": "KnowledgeBase",
|
|
70690
|
+
"required": true,
|
|
70691
|
+
"conditionKeys": [],
|
|
70692
|
+
"dependentActions": []
|
|
70693
|
+
}
|
|
70694
|
+
]
|
|
70695
|
+
},
|
|
70404
70696
|
{
|
|
70405
70697
|
"name": "DeleteKnowledgeBase",
|
|
70406
70698
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteKnowledgeBase.html",
|
|
@@ -70416,6 +70708,27 @@
|
|
|
70416
70708
|
}
|
|
70417
70709
|
]
|
|
70418
70710
|
},
|
|
70711
|
+
{
|
|
70712
|
+
"name": "DeleteQuickResponse",
|
|
70713
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteQuickResponse.html",
|
|
70714
|
+
"permissionOnly": false,
|
|
70715
|
+
"description": "Grants permission to delete quick response",
|
|
70716
|
+
"accessLevel": "Write",
|
|
70717
|
+
"resourceTypes": [
|
|
70718
|
+
{
|
|
70719
|
+
"resourceType": "KnowledgeBase",
|
|
70720
|
+
"required": true,
|
|
70721
|
+
"conditionKeys": [],
|
|
70722
|
+
"dependentActions": []
|
|
70723
|
+
},
|
|
70724
|
+
{
|
|
70725
|
+
"resourceType": "QuickResponse",
|
|
70726
|
+
"required": true,
|
|
70727
|
+
"conditionKeys": [],
|
|
70728
|
+
"dependentActions": []
|
|
70729
|
+
}
|
|
70730
|
+
]
|
|
70731
|
+
},
|
|
70419
70732
|
{
|
|
70420
70733
|
"name": "GetAssistant",
|
|
70421
70734
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetAssistant.html",
|
|
@@ -70494,6 +70807,21 @@
|
|
|
70494
70807
|
}
|
|
70495
70808
|
]
|
|
70496
70809
|
},
|
|
70810
|
+
{
|
|
70811
|
+
"name": "GetImportJob",
|
|
70812
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetImportJob.html",
|
|
70813
|
+
"permissionOnly": false,
|
|
70814
|
+
"description": "Grants permission to retrieve information about the import job",
|
|
70815
|
+
"accessLevel": "Read",
|
|
70816
|
+
"resourceTypes": [
|
|
70817
|
+
{
|
|
70818
|
+
"resourceType": "KnowledgeBase",
|
|
70819
|
+
"required": true,
|
|
70820
|
+
"conditionKeys": [],
|
|
70821
|
+
"dependentActions": []
|
|
70822
|
+
}
|
|
70823
|
+
]
|
|
70824
|
+
},
|
|
70497
70825
|
{
|
|
70498
70826
|
"name": "GetKnowledgeBase",
|
|
70499
70827
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetKnowledgeBase.html",
|
|
@@ -70509,6 +70837,27 @@
|
|
|
70509
70837
|
}
|
|
70510
70838
|
]
|
|
70511
70839
|
},
|
|
70840
|
+
{
|
|
70841
|
+
"name": "GetQuickResponse",
|
|
70842
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetQuickResponse.html",
|
|
70843
|
+
"permissionOnly": false,
|
|
70844
|
+
"description": "Grants permission to retrieve content",
|
|
70845
|
+
"accessLevel": "Read",
|
|
70846
|
+
"resourceTypes": [
|
|
70847
|
+
{
|
|
70848
|
+
"resourceType": "KnowledgeBase",
|
|
70849
|
+
"required": true,
|
|
70850
|
+
"conditionKeys": [],
|
|
70851
|
+
"dependentActions": []
|
|
70852
|
+
},
|
|
70853
|
+
{
|
|
70854
|
+
"resourceType": "QuickResponse",
|
|
70855
|
+
"required": true,
|
|
70856
|
+
"conditionKeys": [],
|
|
70857
|
+
"dependentActions": []
|
|
70858
|
+
}
|
|
70859
|
+
]
|
|
70860
|
+
},
|
|
70512
70861
|
{
|
|
70513
70862
|
"name": "GetRecommendations",
|
|
70514
70863
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html",
|
|
@@ -70590,6 +70939,21 @@
|
|
|
70590
70939
|
}
|
|
70591
70940
|
]
|
|
70592
70941
|
},
|
|
70942
|
+
{
|
|
70943
|
+
"name": "ListImportJobs",
|
|
70944
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_ListImportJobs.html",
|
|
70945
|
+
"permissionOnly": false,
|
|
70946
|
+
"description": "Grants permission to list information about knowledge bases",
|
|
70947
|
+
"accessLevel": "List",
|
|
70948
|
+
"resourceTypes": [
|
|
70949
|
+
{
|
|
70950
|
+
"resourceType": "KnowledgeBase",
|
|
70951
|
+
"required": true,
|
|
70952
|
+
"conditionKeys": [],
|
|
70953
|
+
"dependentActions": []
|
|
70954
|
+
}
|
|
70955
|
+
]
|
|
70956
|
+
},
|
|
70593
70957
|
{
|
|
70594
70958
|
"name": "ListKnowledgeBases",
|
|
70595
70959
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_ListKnowledgeBases.html",
|
|
@@ -70605,6 +70969,21 @@
|
|
|
70605
70969
|
}
|
|
70606
70970
|
]
|
|
70607
70971
|
},
|
|
70972
|
+
{
|
|
70973
|
+
"name": "ListQuickResponses",
|
|
70974
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_ListQuickResponses.html",
|
|
70975
|
+
"permissionOnly": false,
|
|
70976
|
+
"description": "Grants permission to list the quick response with a knowledge base",
|
|
70977
|
+
"accessLevel": "List",
|
|
70978
|
+
"resourceTypes": [
|
|
70979
|
+
{
|
|
70980
|
+
"resourceType": "KnowledgeBase",
|
|
70981
|
+
"required": true,
|
|
70982
|
+
"conditionKeys": [],
|
|
70983
|
+
"dependentActions": []
|
|
70984
|
+
}
|
|
70985
|
+
]
|
|
70986
|
+
},
|
|
70608
70987
|
{
|
|
70609
70988
|
"name": "ListTagsForResource",
|
|
70610
70989
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -70680,6 +71059,31 @@
|
|
|
70680
71059
|
}
|
|
70681
71060
|
]
|
|
70682
71061
|
},
|
|
71062
|
+
{
|
|
71063
|
+
"name": "SearchQuickResponses",
|
|
71064
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_SearchQuickResponses.html",
|
|
71065
|
+
"permissionOnly": false,
|
|
71066
|
+
"description": "Grants permission to search for quick response referencing a specified knowledge base",
|
|
71067
|
+
"accessLevel": "Read",
|
|
71068
|
+
"resourceTypes": [
|
|
71069
|
+
{
|
|
71070
|
+
"resourceType": "KnowledgeBase",
|
|
71071
|
+
"required": true,
|
|
71072
|
+
"conditionKeys": [],
|
|
71073
|
+
"dependentActions": [
|
|
71074
|
+
"wisdom:GetQuickResponse"
|
|
71075
|
+
]
|
|
71076
|
+
},
|
|
71077
|
+
{
|
|
71078
|
+
"resourceType": "",
|
|
71079
|
+
"required": false,
|
|
71080
|
+
"conditionKeys": [
|
|
71081
|
+
"wisdom:SearchFilter/RoutingProfileArn"
|
|
71082
|
+
],
|
|
71083
|
+
"dependentActions": []
|
|
71084
|
+
}
|
|
71085
|
+
]
|
|
71086
|
+
},
|
|
70683
71087
|
{
|
|
70684
71088
|
"name": "SearchSessions",
|
|
70685
71089
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_SearchSessions.html",
|
|
@@ -70710,6 +71114,30 @@
|
|
|
70710
71114
|
}
|
|
70711
71115
|
]
|
|
70712
71116
|
},
|
|
71117
|
+
{
|
|
71118
|
+
"name": "StartImportJob",
|
|
71119
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartImportJob.html",
|
|
71120
|
+
"permissionOnly": false,
|
|
71121
|
+
"description": "Grants permission to create multiple quick responses",
|
|
71122
|
+
"accessLevel": "Write",
|
|
71123
|
+
"resourceTypes": [
|
|
71124
|
+
{
|
|
71125
|
+
"resourceType": "KnowledgeBase",
|
|
71126
|
+
"required": true,
|
|
71127
|
+
"conditionKeys": [],
|
|
71128
|
+
"dependentActions": []
|
|
71129
|
+
},
|
|
71130
|
+
{
|
|
71131
|
+
"resourceType": "",
|
|
71132
|
+
"required": false,
|
|
71133
|
+
"conditionKeys": [
|
|
71134
|
+
"aws:TagKeys",
|
|
71135
|
+
"aws:RequestTag/${TagKey}"
|
|
71136
|
+
],
|
|
71137
|
+
"dependentActions": []
|
|
71138
|
+
}
|
|
71139
|
+
]
|
|
71140
|
+
},
|
|
70713
71141
|
{
|
|
70714
71142
|
"name": "TagResource",
|
|
70715
71143
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_TagResource.html",
|
|
@@ -70741,6 +71169,12 @@
|
|
|
70741
71169
|
"conditionKeys": [],
|
|
70742
71170
|
"dependentActions": []
|
|
70743
71171
|
},
|
|
71172
|
+
{
|
|
71173
|
+
"resourceType": "QuickResponse",
|
|
71174
|
+
"required": false,
|
|
71175
|
+
"conditionKeys": [],
|
|
71176
|
+
"dependentActions": []
|
|
71177
|
+
},
|
|
70744
71178
|
{
|
|
70745
71179
|
"resourceType": "Session",
|
|
70746
71180
|
"required": false,
|
|
@@ -70790,6 +71224,12 @@
|
|
|
70790
71224
|
"conditionKeys": [],
|
|
70791
71225
|
"dependentActions": []
|
|
70792
71226
|
},
|
|
71227
|
+
{
|
|
71228
|
+
"resourceType": "QuickResponse",
|
|
71229
|
+
"required": false,
|
|
71230
|
+
"conditionKeys": [],
|
|
71231
|
+
"dependentActions": []
|
|
71232
|
+
},
|
|
70793
71233
|
{
|
|
70794
71234
|
"resourceType": "Session",
|
|
70795
71235
|
"required": false,
|
|
@@ -70842,6 +71282,27 @@
|
|
|
70842
71282
|
"dependentActions": []
|
|
70843
71283
|
}
|
|
70844
71284
|
]
|
|
71285
|
+
},
|
|
71286
|
+
{
|
|
71287
|
+
"name": "UpdateQuickResponse",
|
|
71288
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_UpdateQuickResponse.html",
|
|
71289
|
+
"permissionOnly": false,
|
|
71290
|
+
"description": "Grants permission to update information or content of the quick response",
|
|
71291
|
+
"accessLevel": "Write",
|
|
71292
|
+
"resourceTypes": [
|
|
71293
|
+
{
|
|
71294
|
+
"resourceType": "KnowledgeBase",
|
|
71295
|
+
"required": true,
|
|
71296
|
+
"conditionKeys": [],
|
|
71297
|
+
"dependentActions": []
|
|
71298
|
+
},
|
|
71299
|
+
{
|
|
71300
|
+
"resourceType": "QuickResponse",
|
|
71301
|
+
"required": true,
|
|
71302
|
+
"conditionKeys": [],
|
|
71303
|
+
"dependentActions": []
|
|
71304
|
+
}
|
|
71305
|
+
]
|
|
70845
71306
|
}
|
|
70846
71307
|
],
|
|
70847
71308
|
"resourceTypes": [
|
|
@@ -70884,6 +71345,14 @@
|
|
|
70884
71345
|
"conditionKeys": [
|
|
70885
71346
|
"aws:ResourceTag/${TagKey}"
|
|
70886
71347
|
]
|
|
71348
|
+
},
|
|
71349
|
+
{
|
|
71350
|
+
"name": "QuickResponse",
|
|
71351
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_QuickResponseData.html",
|
|
71352
|
+
"arnPattern": "arn:${Partition}:wisdom:${Region}:${Account}:quick-response/${KnowledgeBaseId}/${QuickResponseId}",
|
|
71353
|
+
"conditionKeys": [
|
|
71354
|
+
"aws:ResourceTag/${TagKey}"
|
|
71355
|
+
]
|
|
70887
71356
|
}
|
|
70888
71357
|
],
|
|
70889
71358
|
"conditionKeys": [
|
|
@@ -70904,6 +71373,12 @@
|
|
|
70904
71373
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
70905
71374
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
70906
71375
|
"type": "ArrayOfString"
|
|
71376
|
+
},
|
|
71377
|
+
{
|
|
71378
|
+
"name": "wisdom:SearchFilter/RoutingProfileArn",
|
|
71379
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonconnectwisdom.html#amazonconnectwisdom-policy-keys",
|
|
71380
|
+
"description": "Filters access by the connect routing profile arn that is passed in the request",
|
|
71381
|
+
"type": "ARN"
|
|
70907
71382
|
}
|
|
70908
71383
|
]
|
|
70909
71384
|
},
|
|
@@ -191993,6 +192468,21 @@
|
|
|
191993
192468
|
}
|
|
191994
192469
|
]
|
|
191995
192470
|
},
|
|
192471
|
+
{
|
|
192472
|
+
"name": "CreateLakeFormationOptIn",
|
|
192473
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-hybrid-access-mode.html#API_CreateLakeFormationOptIn.html",
|
|
192474
|
+
"permissionOnly": false,
|
|
192475
|
+
"description": "Enforce Lake Formation permissions for the given databases, tables, and principals",
|
|
192476
|
+
"accessLevel": "Write",
|
|
192477
|
+
"resourceTypes": [
|
|
192478
|
+
{
|
|
192479
|
+
"resourceType": "",
|
|
192480
|
+
"required": false,
|
|
192481
|
+
"conditionKeys": [],
|
|
192482
|
+
"dependentActions": []
|
|
192483
|
+
}
|
|
192484
|
+
]
|
|
192485
|
+
},
|
|
191996
192486
|
{
|
|
191997
192487
|
"name": "DeleteDataCellsFilter",
|
|
191998
192488
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-data-filter.html#aws-lake-formation-api-data-filter-DeleteDataCellsFilter",
|
|
@@ -192023,6 +192513,21 @@
|
|
|
192023
192513
|
}
|
|
192024
192514
|
]
|
|
192025
192515
|
},
|
|
192516
|
+
{
|
|
192517
|
+
"name": "DeleteLakeFormationOptIn",
|
|
192518
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-hybrid-access-mode.html#API_DeleteLakeFormationOptIn.html",
|
|
192519
|
+
"permissionOnly": false,
|
|
192520
|
+
"description": "Remove the Lake Formation permissions enforcement of the given databases, tables, and principals",
|
|
192521
|
+
"accessLevel": "Write",
|
|
192522
|
+
"resourceTypes": [
|
|
192523
|
+
{
|
|
192524
|
+
"resourceType": "",
|
|
192525
|
+
"required": false,
|
|
192526
|
+
"conditionKeys": [],
|
|
192527
|
+
"dependentActions": []
|
|
192528
|
+
}
|
|
192529
|
+
]
|
|
192530
|
+
},
|
|
192026
192531
|
{
|
|
192027
192532
|
"name": "DeleteObjectsOnCancel",
|
|
192028
192533
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-transactions-api.html#aws-lake-formation-api-transactions-api-DeleteObjectsOnCancel",
|
|
@@ -192317,6 +192822,21 @@
|
|
|
192317
192822
|
}
|
|
192318
192823
|
]
|
|
192319
192824
|
},
|
|
192825
|
+
{
|
|
192826
|
+
"name": "ListLakeFormationOptIns",
|
|
192827
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-hybrid-access-mode.html#API_ListLakeFormationOptIns.html",
|
|
192828
|
+
"permissionOnly": false,
|
|
192829
|
+
"description": "Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions",
|
|
192830
|
+
"accessLevel": "List",
|
|
192831
|
+
"resourceTypes": [
|
|
192832
|
+
{
|
|
192833
|
+
"resourceType": "",
|
|
192834
|
+
"required": false,
|
|
192835
|
+
"conditionKeys": [],
|
|
192836
|
+
"dependentActions": []
|
|
192837
|
+
}
|
|
192838
|
+
]
|
|
192839
|
+
},
|
|
192320
192840
|
{
|
|
192321
192841
|
"name": "ListPermissions",
|
|
192322
192842
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-tagging-api.html#aws-lake-formation-api-tagging-api-ListPermissions",
|
|
@@ -238080,7 +238600,7 @@
|
|
|
238080
238600
|
{
|
|
238081
238601
|
"name": "ExecuteStatement",
|
|
238082
238602
|
"apiReferenceUrl": "https://docs.aws.amazon.com/qldb/latest/developerguide/console_QLDB.html",
|
|
238083
|
-
"permissionOnly":
|
|
238603
|
+
"permissionOnly": true,
|
|
238084
238604
|
"description": "Grants permission to send commands to a ledger via the console",
|
|
238085
238605
|
"accessLevel": "Write",
|
|
238086
238606
|
"resourceTypes": [
|
|
@@ -238155,7 +238675,7 @@
|
|
|
238155
238675
|
{
|
|
238156
238676
|
"name": "InsertSampleData",
|
|
238157
238677
|
"apiReferenceUrl": "https://docs.aws.amazon.com/qldb/latest/developerguide/console_QLDB.html",
|
|
238158
|
-
"permissionOnly":
|
|
238678
|
+
"permissionOnly": true,
|
|
238159
238679
|
"description": "Grants permission to insert sample application data via the console",
|
|
238160
238680
|
"accessLevel": "Write",
|
|
238161
238681
|
"resourceTypes": [
|
|
@@ -238474,7 +238994,7 @@
|
|
|
238474
238994
|
{
|
|
238475
238995
|
"name": "ShowCatalog",
|
|
238476
238996
|
"apiReferenceUrl": "https://docs.aws.amazon.com/qldb/latest/developerguide/console_QLDB.html",
|
|
238477
|
-
"permissionOnly":
|
|
238997
|
+
"permissionOnly": true,
|
|
238478
238998
|
"description": "Grants permission to view a ledger's catalog via the console",
|
|
238479
238999
|
"accessLevel": "Write",
|
|
238480
239000
|
"resourceTypes": [
|
|
@@ -251084,6 +251604,21 @@
|
|
|
251084
251604
|
}
|
|
251085
251605
|
]
|
|
251086
251606
|
},
|
|
251607
|
+
{
|
|
251608
|
+
"name": "GetMediaAnalysisJob",
|
|
251609
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetMediaAnalysisJob.html",
|
|
251610
|
+
"permissionOnly": false,
|
|
251611
|
+
"description": "Grants permission to read the reference to job results in S3 and additional information about a media analysis job",
|
|
251612
|
+
"accessLevel": "Read",
|
|
251613
|
+
"resourceTypes": [
|
|
251614
|
+
{
|
|
251615
|
+
"resourceType": "",
|
|
251616
|
+
"required": false,
|
|
251617
|
+
"conditionKeys": [],
|
|
251618
|
+
"dependentActions": []
|
|
251619
|
+
}
|
|
251620
|
+
]
|
|
251621
|
+
},
|
|
251087
251622
|
{
|
|
251088
251623
|
"name": "GetPersonTracking",
|
|
251089
251624
|
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetPersonTracking.html",
|
|
@@ -251204,6 +251739,21 @@
|
|
|
251204
251739
|
}
|
|
251205
251740
|
]
|
|
251206
251741
|
},
|
|
251742
|
+
{
|
|
251743
|
+
"name": "ListMediaAnalysisJobs",
|
|
251744
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListMediaAnalysisJobs.html",
|
|
251745
|
+
"permissionOnly": false,
|
|
251746
|
+
"description": "Grants permission to read the list of media analysis jobs",
|
|
251747
|
+
"accessLevel": "Read",
|
|
251748
|
+
"resourceTypes": [
|
|
251749
|
+
{
|
|
251750
|
+
"resourceType": "",
|
|
251751
|
+
"required": false,
|
|
251752
|
+
"conditionKeys": [],
|
|
251753
|
+
"dependentActions": []
|
|
251754
|
+
}
|
|
251755
|
+
]
|
|
251756
|
+
},
|
|
251207
251757
|
{
|
|
251208
251758
|
"name": "ListProjectPolicies",
|
|
251209
251759
|
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListProjectPolicies.html",
|
|
@@ -251444,6 +251994,21 @@
|
|
|
251444
251994
|
}
|
|
251445
251995
|
]
|
|
251446
251996
|
},
|
|
251997
|
+
{
|
|
251998
|
+
"name": "StartMediaAnalysisJob",
|
|
251999
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartMediaAnalysisJob.html",
|
|
252000
|
+
"permissionOnly": false,
|
|
252001
|
+
"description": "Grants permission to start a media analysis job",
|
|
252002
|
+
"accessLevel": "Write",
|
|
252003
|
+
"resourceTypes": [
|
|
252004
|
+
{
|
|
252005
|
+
"resourceType": "projectversion",
|
|
252006
|
+
"required": false,
|
|
252007
|
+
"conditionKeys": [],
|
|
252008
|
+
"dependentActions": []
|
|
252009
|
+
}
|
|
252010
|
+
]
|
|
252011
|
+
},
|
|
251447
252012
|
{
|
|
251448
252013
|
"name": "StartPersonTracking",
|
|
251449
252014
|
"apiReferenceUrl": "https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartPersonTracking.html",
|
|
@@ -2094,8 +2094,10 @@
|
|
|
2094
2094
|
"name": "Amazon Braket",
|
|
2095
2095
|
"servicePrefix": "braket",
|
|
2096
2096
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbraket.html",
|
|
2097
|
-
"actionsCount":
|
|
2097
|
+
"actionsCount": 17,
|
|
2098
2098
|
"actions": [
|
|
2099
|
+
"AcceptUserAgreement",
|
|
2100
|
+
"AccessBraketFeature",
|
|
2099
2101
|
"CancelJob",
|
|
2100
2102
|
"CancelQuantumTask",
|
|
2101
2103
|
"CreateJob",
|
|
@@ -2103,6 +2105,8 @@
|
|
|
2103
2105
|
"GetDevice",
|
|
2104
2106
|
"GetJob",
|
|
2105
2107
|
"GetQuantumTask",
|
|
2108
|
+
"GetServiceLinkedRoleStatus",
|
|
2109
|
+
"GetUserAgreementStatus",
|
|
2106
2110
|
"ListTagsForResource",
|
|
2107
2111
|
"SearchDevices",
|
|
2108
2112
|
"SearchJobs",
|
|
@@ -4947,7 +4951,7 @@
|
|
|
4947
4951
|
"name": "Amazon Connect",
|
|
4948
4952
|
"servicePrefix": "connect",
|
|
4949
4953
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
4950
|
-
"actionsCount":
|
|
4954
|
+
"actionsCount": 226,
|
|
4951
4955
|
"actions": [
|
|
4952
4956
|
"ActivateEvaluationForm",
|
|
4953
4957
|
"AssociateApprovedOrigin",
|
|
@@ -4964,6 +4968,7 @@
|
|
|
4964
4968
|
"AssociateTrafficDistributionGroupUser",
|
|
4965
4969
|
"BatchAssociateAnalyticsDataSet",
|
|
4966
4970
|
"BatchDisassociateAnalyticsDataSet",
|
|
4971
|
+
"BatchGetFlowAssociation",
|
|
4967
4972
|
"ClaimPhoneNumber",
|
|
4968
4973
|
"CreateAgentStatus",
|
|
4969
4974
|
"CreateContactFlow",
|
|
@@ -4973,6 +4978,7 @@
|
|
|
4973
4978
|
"CreateInstance",
|
|
4974
4979
|
"CreateIntegrationAssociation",
|
|
4975
4980
|
"CreateParticipant",
|
|
4981
|
+
"CreatePredefinedAttribute",
|
|
4976
4982
|
"CreatePrompt",
|
|
4977
4983
|
"CreateQueue",
|
|
4978
4984
|
"CreateQuickConnect",
|
|
@@ -4995,6 +5001,7 @@
|
|
|
4995
5001
|
"DeleteHoursOfOperation",
|
|
4996
5002
|
"DeleteInstance",
|
|
4997
5003
|
"DeleteIntegrationAssociation",
|
|
5004
|
+
"DeletePredefinedAttribute",
|
|
4998
5005
|
"DeletePrompt",
|
|
4999
5006
|
"DeleteQueue",
|
|
5000
5007
|
"DeleteQuickConnect",
|
|
@@ -5021,6 +5028,7 @@
|
|
|
5021
5028
|
"DescribeInstanceAttribute",
|
|
5022
5029
|
"DescribeInstanceStorageConfig",
|
|
5023
5030
|
"DescribePhoneNumber",
|
|
5031
|
+
"DescribePredefinedAttribute",
|
|
5024
5032
|
"DescribePrompt",
|
|
5025
5033
|
"DescribeQueue",
|
|
5026
5034
|
"DescribeQuickConnect",
|
|
@@ -5074,6 +5082,7 @@
|
|
|
5074
5082
|
"ListLexBots",
|
|
5075
5083
|
"ListPhoneNumbers",
|
|
5076
5084
|
"ListPhoneNumbersV2",
|
|
5085
|
+
"ListPredefinedAttributes",
|
|
5077
5086
|
"ListPrompts",
|
|
5078
5087
|
"ListQueueQuickConnects",
|
|
5079
5088
|
"ListQueues",
|
|
@@ -5083,6 +5092,7 @@
|
|
|
5083
5092
|
"ListRoutingProfiles",
|
|
5084
5093
|
"ListRules",
|
|
5085
5094
|
"ListSecurityKeys",
|
|
5095
|
+
"ListSecurityProfileApplications",
|
|
5086
5096
|
"ListSecurityProfilePermissions",
|
|
5087
5097
|
"ListSecurityProfiles",
|
|
5088
5098
|
"ListTagsForResource",
|
|
@@ -5141,6 +5151,8 @@
|
|
|
5141
5151
|
"UpdateInstanceStorageConfig",
|
|
5142
5152
|
"UpdateParticipantRoleConfig",
|
|
5143
5153
|
"UpdatePhoneNumber",
|
|
5154
|
+
"UpdatePhoneNumberMetadata",
|
|
5155
|
+
"UpdatePredefinedAttribute",
|
|
5144
5156
|
"UpdatePrompt",
|
|
5145
5157
|
"UpdateQueueHoursOfOperation",
|
|
5146
5158
|
"UpdateQueueMaxContacts",
|
|
@@ -5396,53 +5408,65 @@
|
|
|
5396
5408
|
"name": "Amazon Connect Wisdom",
|
|
5397
5409
|
"servicePrefix": "wisdom",
|
|
5398
5410
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectwisdom.html",
|
|
5399
|
-
"actionsCount":
|
|
5411
|
+
"actionsCount": 41,
|
|
5400
5412
|
"actions": [
|
|
5401
5413
|
"CreateAssistant",
|
|
5402
5414
|
"CreateAssistantAssociation",
|
|
5403
5415
|
"CreateContent",
|
|
5404
5416
|
"CreateKnowledgeBase",
|
|
5417
|
+
"CreateQuickResponse",
|
|
5405
5418
|
"CreateSession",
|
|
5406
5419
|
"DeleteAssistant",
|
|
5407
5420
|
"DeleteAssistantAssociation",
|
|
5408
5421
|
"DeleteContent",
|
|
5422
|
+
"DeleteImportJob",
|
|
5409
5423
|
"DeleteKnowledgeBase",
|
|
5424
|
+
"DeleteQuickResponse",
|
|
5410
5425
|
"GetAssistant",
|
|
5411
5426
|
"GetAssistantAssociation",
|
|
5412
5427
|
"GetContent",
|
|
5413
5428
|
"GetContentSummary",
|
|
5429
|
+
"GetImportJob",
|
|
5414
5430
|
"GetKnowledgeBase",
|
|
5431
|
+
"GetQuickResponse",
|
|
5415
5432
|
"GetRecommendations",
|
|
5416
5433
|
"GetSession",
|
|
5417
5434
|
"ListAssistantAssociations",
|
|
5418
5435
|
"ListAssistants",
|
|
5419
5436
|
"ListContents",
|
|
5437
|
+
"ListImportJobs",
|
|
5420
5438
|
"ListKnowledgeBases",
|
|
5439
|
+
"ListQuickResponses",
|
|
5421
5440
|
"ListTagsForResource",
|
|
5422
5441
|
"NotifyRecommendationsReceived",
|
|
5423
5442
|
"QueryAssistant",
|
|
5424
5443
|
"RemoveKnowledgeBaseTemplateUri",
|
|
5425
5444
|
"SearchContent",
|
|
5445
|
+
"SearchQuickResponses",
|
|
5426
5446
|
"SearchSessions",
|
|
5427
5447
|
"StartContentUpload",
|
|
5448
|
+
"StartImportJob",
|
|
5428
5449
|
"TagResource",
|
|
5429
5450
|
"UntagResource",
|
|
5430
5451
|
"UpdateContent",
|
|
5431
|
-
"UpdateKnowledgeBaseTemplateUri"
|
|
5452
|
+
"UpdateKnowledgeBaseTemplateUri",
|
|
5453
|
+
"UpdateQuickResponse"
|
|
5432
5454
|
],
|
|
5433
|
-
"resourceTypesCount":
|
|
5455
|
+
"resourceTypesCount": 6,
|
|
5434
5456
|
"resourceTypes": [
|
|
5435
5457
|
"Assistant",
|
|
5436
5458
|
"AssistantAssociation",
|
|
5437
5459
|
"Content",
|
|
5438
5460
|
"KnowledgeBase",
|
|
5439
|
-
"Session"
|
|
5461
|
+
"Session",
|
|
5462
|
+
"QuickResponse"
|
|
5440
5463
|
],
|
|
5441
|
-
"conditionKeysCount":
|
|
5464
|
+
"conditionKeysCount": 4,
|
|
5442
5465
|
"conditionKeys": [
|
|
5443
5466
|
"aws:RequestTag/${TagKey}",
|
|
5444
5467
|
"aws:ResourceTag/${TagKey}",
|
|
5445
|
-
"aws:TagKeys"
|
|
5468
|
+
"aws:TagKeys",
|
|
5469
|
+
"wisdom:SearchFilter/RoutingProfileArn"
|
|
5446
5470
|
]
|
|
5447
5471
|
},
|
|
5448
5472
|
{
|
|
@@ -13879,7 +13903,7 @@
|
|
|
13879
13903
|
"name": "AWS Lake Formation",
|
|
13880
13904
|
"servicePrefix": "lakeformation",
|
|
13881
13905
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslakeformation.html",
|
|
13882
|
-
"actionsCount":
|
|
13906
|
+
"actionsCount": 48,
|
|
13883
13907
|
"actions": [
|
|
13884
13908
|
"AddLFTagsToResource",
|
|
13885
13909
|
"BatchGrantPermissions",
|
|
@@ -13888,8 +13912,10 @@
|
|
|
13888
13912
|
"CommitTransaction",
|
|
13889
13913
|
"CreateDataCellsFilter",
|
|
13890
13914
|
"CreateLFTag",
|
|
13915
|
+
"CreateLakeFormationOptIn",
|
|
13891
13916
|
"DeleteDataCellsFilter",
|
|
13892
13917
|
"DeleteLFTag",
|
|
13918
|
+
"DeleteLakeFormationOptIn",
|
|
13893
13919
|
"DeleteObjectsOnCancel",
|
|
13894
13920
|
"DeregisterResource",
|
|
13895
13921
|
"DescribeResource",
|
|
@@ -13909,6 +13935,7 @@
|
|
|
13909
13935
|
"GrantPermissions",
|
|
13910
13936
|
"ListDataCellsFilter",
|
|
13911
13937
|
"ListLFTags",
|
|
13938
|
+
"ListLakeFormationOptIns",
|
|
13912
13939
|
"ListPermissions",
|
|
13913
13940
|
"ListResources",
|
|
13914
13941
|
"ListTableStorageOptimizers",
|
|
@@ -18502,7 +18529,7 @@
|
|
|
18502
18529
|
"name": "Amazon Rekognition",
|
|
18503
18530
|
"servicePrefix": "rekognition",
|
|
18504
18531
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrekognition.html",
|
|
18505
|
-
"actionsCount":
|
|
18532
|
+
"actionsCount": 76,
|
|
18506
18533
|
"actions": [
|
|
18507
18534
|
"AssociateFaces",
|
|
18508
18535
|
"CompareFaces",
|
|
@@ -18542,6 +18569,7 @@
|
|
|
18542
18569
|
"GetFaceLivenessSessionResults",
|
|
18543
18570
|
"GetFaceSearch",
|
|
18544
18571
|
"GetLabelDetection",
|
|
18572
|
+
"GetMediaAnalysisJob",
|
|
18545
18573
|
"GetPersonTracking",
|
|
18546
18574
|
"GetSegmentDetection",
|
|
18547
18575
|
"GetTextDetection",
|
|
@@ -18550,6 +18578,7 @@
|
|
|
18550
18578
|
"ListDatasetEntries",
|
|
18551
18579
|
"ListDatasetLabels",
|
|
18552
18580
|
"ListFaces",
|
|
18581
|
+
"ListMediaAnalysisJobs",
|
|
18553
18582
|
"ListProjectPolicies",
|
|
18554
18583
|
"ListStreamProcessors",
|
|
18555
18584
|
"ListTagsForResource",
|
|
@@ -18566,6 +18595,7 @@
|
|
|
18566
18595
|
"StartFaceLivenessSession",
|
|
18567
18596
|
"StartFaceSearch",
|
|
18568
18597
|
"StartLabelDetection",
|
|
18598
|
+
"StartMediaAnalysisJob",
|
|
18569
18599
|
"StartPersonTracking",
|
|
18570
18600
|
"StartProjectVersion",
|
|
18571
18601
|
"StartSegmentDetection",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 8557
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4163
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2457
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
"key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
|
|
149
149
|
"value": 130
|
|
150
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
153
|
+
"value": 85
|
|
154
|
+
},
|
|
151
155
|
{
|
|
152
156
|
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
153
157
|
"value": 81
|
|
@@ -156,10 +160,6 @@
|
|
|
156
160
|
"key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
|
|
157
161
|
"value": 80
|
|
158
162
|
},
|
|
159
|
-
{
|
|
160
|
-
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
161
|
-
"value": 79
|
|
162
|
-
},
|
|
163
163
|
{
|
|
164
164
|
"key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
|
|
165
165
|
"value": 71
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"key": "Amazon Connect",
|
|
249
|
-
"value":
|
|
249
|
+
"value": 226
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "AWS Glue",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1578
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 815
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|