aws-iam-data 0.0.539 → 0.0.540
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 +49 -0
- package/dist/data/json/iam.json +471 -70
- package/dist/data/json/metadata.json +60 -20
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
|
@@ -1,4 +1,53 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-03-17",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Interconnect",
|
|
6
|
+
"AWS User Experience Customization"
|
|
7
|
+
],
|
|
8
|
+
"removedServices": [
|
|
9
|
+
"AWS Service for managing AWS Management Console user experience capabilities."
|
|
10
|
+
],
|
|
11
|
+
"addedActions": {
|
|
12
|
+
"Amazon Bedrock Agentcore": [
|
|
13
|
+
"bedrock-agentcore:InvokeAgentRuntimeCommand"
|
|
14
|
+
],
|
|
15
|
+
"Amazon OpenSearch Service": [
|
|
16
|
+
"es:GetDefaultApplicationSetting",
|
|
17
|
+
"es:PutDefaultApplicationSetting"
|
|
18
|
+
],
|
|
19
|
+
"AWS Interconnect": [
|
|
20
|
+
"interconnect:AcceptConnectionProposal",
|
|
21
|
+
"interconnect:CreateConnection",
|
|
22
|
+
"interconnect:DeleteConnection",
|
|
23
|
+
"interconnect:DescribeConnectionProposal",
|
|
24
|
+
"interconnect:GetConnection",
|
|
25
|
+
"interconnect:GetEnvironment",
|
|
26
|
+
"interconnect:ListAttachPoints",
|
|
27
|
+
"interconnect:ListConnections",
|
|
28
|
+
"interconnect:ListEnvironments",
|
|
29
|
+
"interconnect:ListTagsForResource",
|
|
30
|
+
"interconnect:TagResource",
|
|
31
|
+
"interconnect:UntagResource",
|
|
32
|
+
"interconnect:UpdateConnection"
|
|
33
|
+
],
|
|
34
|
+
"AWS User Experience Customization": [
|
|
35
|
+
"uxc:DeleteAccountColor",
|
|
36
|
+
"uxc:GetAccountColor",
|
|
37
|
+
"uxc:GetAccountCustomizations",
|
|
38
|
+
"uxc:ListServices",
|
|
39
|
+
"uxc:PutAccountColor",
|
|
40
|
+
"uxc:UpdateAccountCustomizations"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"removedActions": {
|
|
44
|
+
"AWS Service for managing AWS Management Console user experience capabilities.": [
|
|
45
|
+
"uxc:DeleteAccountColor",
|
|
46
|
+
"uxc:GetAccountColor",
|
|
47
|
+
"uxc:PutAccountColor"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
2
51
|
{
|
|
3
52
|
"dateOfChange": "2026-03-14",
|
|
4
53
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -38242,6 +38242,27 @@
|
|
|
38242
38242
|
}
|
|
38243
38243
|
]
|
|
38244
38244
|
},
|
|
38245
|
+
{
|
|
38246
|
+
"name": "InvokeAgentRuntimeCommand",
|
|
38247
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntimeCommand.html",
|
|
38248
|
+
"permissionOnly": false,
|
|
38249
|
+
"description": "Grants permission to invoke commands on an agent runtime endpoint",
|
|
38250
|
+
"accessLevel": "Write",
|
|
38251
|
+
"resourceTypes": [
|
|
38252
|
+
{
|
|
38253
|
+
"resourceType": "runtime",
|
|
38254
|
+
"required": true,
|
|
38255
|
+
"conditionKeys": [],
|
|
38256
|
+
"dependentActions": []
|
|
38257
|
+
},
|
|
38258
|
+
{
|
|
38259
|
+
"resourceType": "runtime-endpoint",
|
|
38260
|
+
"required": true,
|
|
38261
|
+
"conditionKeys": [],
|
|
38262
|
+
"dependentActions": []
|
|
38263
|
+
}
|
|
38264
|
+
]
|
|
38265
|
+
},
|
|
38245
38266
|
{
|
|
38246
38267
|
"name": "InvokeAgentRuntimeForUser",
|
|
38247
38268
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html",
|
|
@@ -165754,6 +165775,7 @@
|
|
|
165754
165775
|
"required": false,
|
|
165755
165776
|
"conditionKeys": [
|
|
165756
165777
|
"ecs:propagate-tags",
|
|
165778
|
+
"ecs:instance-metadata-tags-propagation",
|
|
165757
165779
|
"aws:RequestTag/${TagKey}",
|
|
165758
165780
|
"aws:TagKeys"
|
|
165759
165781
|
],
|
|
@@ -167139,6 +167161,7 @@
|
|
|
167139
167161
|
"required": false,
|
|
167140
167162
|
"conditionKeys": [
|
|
167141
167163
|
"ecs:propagate-tags",
|
|
167164
|
+
"ecs:instance-metadata-tags-propagation",
|
|
167142
167165
|
"aws:ResourceTag/${TagKey}"
|
|
167143
167166
|
],
|
|
167144
167167
|
"dependentActions": []
|
|
@@ -167571,6 +167594,12 @@
|
|
|
167571
167594
|
"description": "Filters access by the AWS KMS key id provided in the request",
|
|
167572
167595
|
"type": "String"
|
|
167573
167596
|
},
|
|
167597
|
+
{
|
|
167598
|
+
"name": "ecs:instance-metadata-tags-propagation",
|
|
167599
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
167600
|
+
"description": "Filters access by the instance metadata tags propagation setting of your Amazon ECS capacity provider",
|
|
167601
|
+
"type": "Bool"
|
|
167602
|
+
},
|
|
167574
167603
|
{
|
|
167575
167604
|
"name": "ecs:namespace",
|
|
167576
167605
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
@@ -233879,6 +233908,273 @@
|
|
|
233879
233908
|
}
|
|
233880
233909
|
]
|
|
233881
233910
|
},
|
|
233911
|
+
{
|
|
233912
|
+
"name": "AWS Interconnect",
|
|
233913
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsinterconnect.html",
|
|
233914
|
+
"servicePrefix": "interconnect",
|
|
233915
|
+
"actions": [
|
|
233916
|
+
{
|
|
233917
|
+
"name": "AcceptConnectionProposal",
|
|
233918
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_AcceptConnectionProposal.html",
|
|
233919
|
+
"permissionOnly": false,
|
|
233920
|
+
"description": "Grants permission to accept a connection proposal generated elsewhere",
|
|
233921
|
+
"accessLevel": "Write",
|
|
233922
|
+
"resourceTypes": [
|
|
233923
|
+
{
|
|
233924
|
+
"resourceType": "",
|
|
233925
|
+
"required": false,
|
|
233926
|
+
"conditionKeys": [
|
|
233927
|
+
"aws:RequestTag/${TagKey}",
|
|
233928
|
+
"aws:TagKeys"
|
|
233929
|
+
],
|
|
233930
|
+
"dependentActions": []
|
|
233931
|
+
}
|
|
233932
|
+
]
|
|
233933
|
+
},
|
|
233934
|
+
{
|
|
233935
|
+
"name": "CreateConnection",
|
|
233936
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_CreateConnection.html",
|
|
233937
|
+
"permissionOnly": false,
|
|
233938
|
+
"description": "Grants permission to create a connection",
|
|
233939
|
+
"accessLevel": "Write",
|
|
233940
|
+
"resourceTypes": [
|
|
233941
|
+
{
|
|
233942
|
+
"resourceType": "connection",
|
|
233943
|
+
"required": true,
|
|
233944
|
+
"conditionKeys": [],
|
|
233945
|
+
"dependentActions": []
|
|
233946
|
+
},
|
|
233947
|
+
{
|
|
233948
|
+
"resourceType": "",
|
|
233949
|
+
"required": false,
|
|
233950
|
+
"conditionKeys": [
|
|
233951
|
+
"aws:RequestTag/${TagKey}",
|
|
233952
|
+
"aws:TagKeys"
|
|
233953
|
+
],
|
|
233954
|
+
"dependentActions": []
|
|
233955
|
+
}
|
|
233956
|
+
]
|
|
233957
|
+
},
|
|
233958
|
+
{
|
|
233959
|
+
"name": "DeleteConnection",
|
|
233960
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_DeleteConnection.html",
|
|
233961
|
+
"permissionOnly": false,
|
|
233962
|
+
"description": "Grants permission to delete an existing connection",
|
|
233963
|
+
"accessLevel": "Write",
|
|
233964
|
+
"resourceTypes": [
|
|
233965
|
+
{
|
|
233966
|
+
"resourceType": "connection",
|
|
233967
|
+
"required": true,
|
|
233968
|
+
"conditionKeys": [],
|
|
233969
|
+
"dependentActions": []
|
|
233970
|
+
}
|
|
233971
|
+
]
|
|
233972
|
+
},
|
|
233973
|
+
{
|
|
233974
|
+
"name": "DescribeConnectionProposal",
|
|
233975
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_DescribeConnectionProposal.html",
|
|
233976
|
+
"permissionOnly": false,
|
|
233977
|
+
"description": "Grants permission to describe a connection proposal",
|
|
233978
|
+
"accessLevel": "Read",
|
|
233979
|
+
"resourceTypes": [
|
|
233980
|
+
{
|
|
233981
|
+
"resourceType": "",
|
|
233982
|
+
"required": false,
|
|
233983
|
+
"conditionKeys": [],
|
|
233984
|
+
"dependentActions": []
|
|
233985
|
+
}
|
|
233986
|
+
]
|
|
233987
|
+
},
|
|
233988
|
+
{
|
|
233989
|
+
"name": "GetConnection",
|
|
233990
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_GetConnection.html",
|
|
233991
|
+
"permissionOnly": false,
|
|
233992
|
+
"description": "Grants permission to describe a connection",
|
|
233993
|
+
"accessLevel": "Read",
|
|
233994
|
+
"resourceTypes": [
|
|
233995
|
+
{
|
|
233996
|
+
"resourceType": "connection",
|
|
233997
|
+
"required": true,
|
|
233998
|
+
"conditionKeys": [],
|
|
233999
|
+
"dependentActions": []
|
|
234000
|
+
}
|
|
234001
|
+
]
|
|
234002
|
+
},
|
|
234003
|
+
{
|
|
234004
|
+
"name": "GetEnvironment",
|
|
234005
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_GetEnvironment.html",
|
|
234006
|
+
"permissionOnly": false,
|
|
234007
|
+
"description": "Grants permission to describe an environment",
|
|
234008
|
+
"accessLevel": "Read",
|
|
234009
|
+
"resourceTypes": [
|
|
234010
|
+
{
|
|
234011
|
+
"resourceType": "environment",
|
|
234012
|
+
"required": true,
|
|
234013
|
+
"conditionKeys": [],
|
|
234014
|
+
"dependentActions": []
|
|
234015
|
+
}
|
|
234016
|
+
]
|
|
234017
|
+
},
|
|
234018
|
+
{
|
|
234019
|
+
"name": "ListAttachPoints",
|
|
234020
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_ListAttachPoints.html",
|
|
234021
|
+
"permissionOnly": false,
|
|
234022
|
+
"description": "Grants permission to list available attach points",
|
|
234023
|
+
"accessLevel": "Read",
|
|
234024
|
+
"resourceTypes": [
|
|
234025
|
+
{
|
|
234026
|
+
"resourceType": "",
|
|
234027
|
+
"required": false,
|
|
234028
|
+
"conditionKeys": [],
|
|
234029
|
+
"dependentActions": []
|
|
234030
|
+
}
|
|
234031
|
+
]
|
|
234032
|
+
},
|
|
234033
|
+
{
|
|
234034
|
+
"name": "ListConnections",
|
|
234035
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_ListConnections.html",
|
|
234036
|
+
"permissionOnly": false,
|
|
234037
|
+
"description": "Grants permission to list connections",
|
|
234038
|
+
"accessLevel": "List",
|
|
234039
|
+
"resourceTypes": [
|
|
234040
|
+
{
|
|
234041
|
+
"resourceType": "",
|
|
234042
|
+
"required": false,
|
|
234043
|
+
"conditionKeys": [],
|
|
234044
|
+
"dependentActions": []
|
|
234045
|
+
}
|
|
234046
|
+
]
|
|
234047
|
+
},
|
|
234048
|
+
{
|
|
234049
|
+
"name": "ListEnvironments",
|
|
234050
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_ListEnvironments.html",
|
|
234051
|
+
"permissionOnly": false,
|
|
234052
|
+
"description": "Grants permission to list available environments",
|
|
234053
|
+
"accessLevel": "List",
|
|
234054
|
+
"resourceTypes": [
|
|
234055
|
+
{
|
|
234056
|
+
"resourceType": "",
|
|
234057
|
+
"required": false,
|
|
234058
|
+
"conditionKeys": [],
|
|
234059
|
+
"dependentActions": []
|
|
234060
|
+
}
|
|
234061
|
+
]
|
|
234062
|
+
},
|
|
234063
|
+
{
|
|
234064
|
+
"name": "ListTagsForResource",
|
|
234065
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_ListTagsForResource.html",
|
|
234066
|
+
"permissionOnly": false,
|
|
234067
|
+
"description": "Grants permission to list tags on a resource",
|
|
234068
|
+
"accessLevel": "Read",
|
|
234069
|
+
"resourceTypes": [
|
|
234070
|
+
{
|
|
234071
|
+
"resourceType": "",
|
|
234072
|
+
"required": false,
|
|
234073
|
+
"conditionKeys": [],
|
|
234074
|
+
"dependentActions": []
|
|
234075
|
+
}
|
|
234076
|
+
]
|
|
234077
|
+
},
|
|
234078
|
+
{
|
|
234079
|
+
"name": "TagResource",
|
|
234080
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_TagResource.html",
|
|
234081
|
+
"permissionOnly": false,
|
|
234082
|
+
"description": "Grants permission to apply tags to a resource",
|
|
234083
|
+
"accessLevel": "Tagging",
|
|
234084
|
+
"resourceTypes": [
|
|
234085
|
+
{
|
|
234086
|
+
"resourceType": "connection",
|
|
234087
|
+
"required": true,
|
|
234088
|
+
"conditionKeys": [],
|
|
234089
|
+
"dependentActions": []
|
|
234090
|
+
},
|
|
234091
|
+
{
|
|
234092
|
+
"resourceType": "",
|
|
234093
|
+
"required": false,
|
|
234094
|
+
"conditionKeys": [
|
|
234095
|
+
"aws:RequestTag/${TagKey}",
|
|
234096
|
+
"aws:TagKeys"
|
|
234097
|
+
],
|
|
234098
|
+
"dependentActions": []
|
|
234099
|
+
}
|
|
234100
|
+
]
|
|
234101
|
+
},
|
|
234102
|
+
{
|
|
234103
|
+
"name": "UntagResource",
|
|
234104
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_UntagResource.html",
|
|
234105
|
+
"permissionOnly": false,
|
|
234106
|
+
"description": "Grants permission to remove tags from a resource",
|
|
234107
|
+
"accessLevel": "Tagging",
|
|
234108
|
+
"resourceTypes": [
|
|
234109
|
+
{
|
|
234110
|
+
"resourceType": "connection",
|
|
234111
|
+
"required": true,
|
|
234112
|
+
"conditionKeys": [],
|
|
234113
|
+
"dependentActions": []
|
|
234114
|
+
},
|
|
234115
|
+
{
|
|
234116
|
+
"resourceType": "",
|
|
234117
|
+
"required": false,
|
|
234118
|
+
"conditionKeys": [
|
|
234119
|
+
"aws:TagKeys"
|
|
234120
|
+
],
|
|
234121
|
+
"dependentActions": []
|
|
234122
|
+
}
|
|
234123
|
+
]
|
|
234124
|
+
},
|
|
234125
|
+
{
|
|
234126
|
+
"name": "UpdateConnection",
|
|
234127
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/API_UpdateConnection.html",
|
|
234128
|
+
"permissionOnly": false,
|
|
234129
|
+
"description": "Grants permission to update an existing connection",
|
|
234130
|
+
"accessLevel": "Write",
|
|
234131
|
+
"resourceTypes": [
|
|
234132
|
+
{
|
|
234133
|
+
"resourceType": "connection",
|
|
234134
|
+
"required": true,
|
|
234135
|
+
"conditionKeys": [],
|
|
234136
|
+
"dependentActions": []
|
|
234137
|
+
}
|
|
234138
|
+
]
|
|
234139
|
+
}
|
|
234140
|
+
],
|
|
234141
|
+
"resourceTypes": [
|
|
234142
|
+
{
|
|
234143
|
+
"name": "connection",
|
|
234144
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/Connection.html",
|
|
234145
|
+
"arnPattern": "arn:${Partition}:interconnect:${Region}:${Account}:connection/${Id}",
|
|
234146
|
+
"conditionKeys": [
|
|
234147
|
+
"aws:ResourceTag/${TagKey}"
|
|
234148
|
+
]
|
|
234149
|
+
},
|
|
234150
|
+
{
|
|
234151
|
+
"name": "environment",
|
|
234152
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/interconnect/latest/api/Environment.html",
|
|
234153
|
+
"arnPattern": "arn:${Partition}:interconnect:${Region}:${Account}:environment/${Id}",
|
|
234154
|
+
"conditionKeys": []
|
|
234155
|
+
}
|
|
234156
|
+
],
|
|
234157
|
+
"conditionKeys": [
|
|
234158
|
+
{
|
|
234159
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
234160
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
234161
|
+
"description": "Filters access by a tag key and value pair that is allowed in the request",
|
|
234162
|
+
"type": "String"
|
|
234163
|
+
},
|
|
234164
|
+
{
|
|
234165
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
234166
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
234167
|
+
"description": "Filters access by a tag key and value pair of a resource",
|
|
234168
|
+
"type": "String"
|
|
234169
|
+
},
|
|
234170
|
+
{
|
|
234171
|
+
"name": "aws:TagKeys",
|
|
234172
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
234173
|
+
"description": "Filters access by a list of tag keys that are allowed in the request",
|
|
234174
|
+
"type": "ArrayOfString"
|
|
234175
|
+
}
|
|
234176
|
+
]
|
|
234177
|
+
},
|
|
233882
234178
|
{
|
|
233883
234179
|
"name": "AWS Invoicing Service",
|
|
233884
234180
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsinvoicingservice.html",
|
|
@@ -302899,6 +303195,21 @@
|
|
|
302899
303195
|
}
|
|
302900
303196
|
]
|
|
302901
303197
|
},
|
|
303198
|
+
{
|
|
303199
|
+
"name": "GetDefaultApplicationSetting",
|
|
303200
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDefaultApplicationSetting.html",
|
|
303201
|
+
"permissionOnly": false,
|
|
303202
|
+
"description": "Grants permission to get the default application setting for OpenSearch Service",
|
|
303203
|
+
"accessLevel": "Read",
|
|
303204
|
+
"resourceTypes": [
|
|
303205
|
+
{
|
|
303206
|
+
"resourceType": "application",
|
|
303207
|
+
"required": true,
|
|
303208
|
+
"conditionKeys": [],
|
|
303209
|
+
"dependentActions": []
|
|
303210
|
+
}
|
|
303211
|
+
]
|
|
303212
|
+
},
|
|
302902
303213
|
{
|
|
302903
303214
|
"name": "GetDirectQueryDataSource",
|
|
302904
303215
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQueryDataSource.html",
|
|
@@ -303286,6 +303597,21 @@
|
|
|
303286
303597
|
}
|
|
303287
303598
|
]
|
|
303288
303599
|
},
|
|
303600
|
+
{
|
|
303601
|
+
"name": "PutDefaultApplicationSetting",
|
|
303602
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_PutDefaultApplicationSetting.html",
|
|
303603
|
+
"permissionOnly": false,
|
|
303604
|
+
"description": "Grants permission to set or remove the default application setting for OpenSearch Service",
|
|
303605
|
+
"accessLevel": "Write",
|
|
303606
|
+
"resourceTypes": [
|
|
303607
|
+
{
|
|
303608
|
+
"resourceType": "application",
|
|
303609
|
+
"required": true,
|
|
303610
|
+
"conditionKeys": [],
|
|
303611
|
+
"dependentActions": []
|
|
303612
|
+
}
|
|
303613
|
+
]
|
|
303614
|
+
},
|
|
303289
303615
|
{
|
|
303290
303616
|
"name": "RejectInboundConnection",
|
|
303291
303617
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_RejectInboundConnection.html",
|
|
@@ -389246,60 +389572,6 @@
|
|
|
389246
389572
|
],
|
|
389247
389573
|
"conditionKeys": []
|
|
389248
389574
|
},
|
|
389249
|
-
{
|
|
389250
|
-
"name": "AWS Service for managing AWS Management Console user experience capabilities.",
|
|
389251
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsserviceformanagingawsconsoleuserexperiencecapabilities..html",
|
|
389252
|
-
"servicePrefix": "uxc",
|
|
389253
|
-
"actions": [
|
|
389254
|
-
{
|
|
389255
|
-
"name": "DeleteAccountColor",
|
|
389256
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/DeleteAccountColor.html",
|
|
389257
|
-
"permissionOnly": false,
|
|
389258
|
-
"description": "Grants permission to delete the color associated with the account",
|
|
389259
|
-
"accessLevel": "Write",
|
|
389260
|
-
"resourceTypes": [
|
|
389261
|
-
{
|
|
389262
|
-
"resourceType": "",
|
|
389263
|
-
"required": false,
|
|
389264
|
-
"conditionKeys": [],
|
|
389265
|
-
"dependentActions": []
|
|
389266
|
-
}
|
|
389267
|
-
]
|
|
389268
|
-
},
|
|
389269
|
-
{
|
|
389270
|
-
"name": "GetAccountColor",
|
|
389271
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/GetAccountColor.html",
|
|
389272
|
-
"permissionOnly": false,
|
|
389273
|
-
"description": "Grants permission to get the color associated with the account",
|
|
389274
|
-
"accessLevel": "Read",
|
|
389275
|
-
"resourceTypes": [
|
|
389276
|
-
{
|
|
389277
|
-
"resourceType": "",
|
|
389278
|
-
"required": false,
|
|
389279
|
-
"conditionKeys": [],
|
|
389280
|
-
"dependentActions": []
|
|
389281
|
-
}
|
|
389282
|
-
]
|
|
389283
|
-
},
|
|
389284
|
-
{
|
|
389285
|
-
"name": "PutAccountColor",
|
|
389286
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/PutAccountColor.html",
|
|
389287
|
-
"permissionOnly": false,
|
|
389288
|
-
"description": "Grants permission to sets the color associated with an account",
|
|
389289
|
-
"accessLevel": "Write",
|
|
389290
|
-
"resourceTypes": [
|
|
389291
|
-
{
|
|
389292
|
-
"resourceType": "",
|
|
389293
|
-
"required": false,
|
|
389294
|
-
"conditionKeys": [],
|
|
389295
|
-
"dependentActions": []
|
|
389296
|
-
}
|
|
389297
|
-
]
|
|
389298
|
-
}
|
|
389299
|
-
],
|
|
389300
|
-
"resourceTypes": [],
|
|
389301
|
-
"conditionKeys": []
|
|
389302
|
-
},
|
|
389303
389575
|
{
|
|
389304
389576
|
"name": "AWS service providing managed private networks",
|
|
389305
389577
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsserviceprovidingmanagedprivatenetworks.html",
|
|
@@ -419948,6 +420220,105 @@
|
|
|
419948
420220
|
"resourceTypes": [],
|
|
419949
420221
|
"conditionKeys": []
|
|
419950
420222
|
},
|
|
420223
|
+
{
|
|
420224
|
+
"name": "AWS User Experience Customization",
|
|
420225
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsuserexperiencecustomization.html",
|
|
420226
|
+
"servicePrefix": "uxc",
|
|
420227
|
+
"actions": [
|
|
420228
|
+
{
|
|
420229
|
+
"name": "DeleteAccountColor",
|
|
420230
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/DeleteAccountColor.html",
|
|
420231
|
+
"permissionOnly": false,
|
|
420232
|
+
"description": "Grants permission to delete account color setting",
|
|
420233
|
+
"accessLevel": "Write",
|
|
420234
|
+
"resourceTypes": [
|
|
420235
|
+
{
|
|
420236
|
+
"resourceType": "",
|
|
420237
|
+
"required": false,
|
|
420238
|
+
"conditionKeys": [],
|
|
420239
|
+
"dependentActions": []
|
|
420240
|
+
}
|
|
420241
|
+
]
|
|
420242
|
+
},
|
|
420243
|
+
{
|
|
420244
|
+
"name": "GetAccountColor",
|
|
420245
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/GetAccountColor.html",
|
|
420246
|
+
"permissionOnly": false,
|
|
420247
|
+
"description": "Grants permission to retrieve account color for given account",
|
|
420248
|
+
"accessLevel": "Read",
|
|
420249
|
+
"resourceTypes": [
|
|
420250
|
+
{
|
|
420251
|
+
"resourceType": "",
|
|
420252
|
+
"required": false,
|
|
420253
|
+
"conditionKeys": [],
|
|
420254
|
+
"dependentActions": []
|
|
420255
|
+
}
|
|
420256
|
+
]
|
|
420257
|
+
},
|
|
420258
|
+
{
|
|
420259
|
+
"name": "GetAccountCustomizations",
|
|
420260
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_GetAccountCustomizations.html",
|
|
420261
|
+
"permissionOnly": false,
|
|
420262
|
+
"description": "Grants permission to retrieve account customizations",
|
|
420263
|
+
"accessLevel": "Read",
|
|
420264
|
+
"resourceTypes": [
|
|
420265
|
+
{
|
|
420266
|
+
"resourceType": "",
|
|
420267
|
+
"required": false,
|
|
420268
|
+
"conditionKeys": [],
|
|
420269
|
+
"dependentActions": []
|
|
420270
|
+
}
|
|
420271
|
+
]
|
|
420272
|
+
},
|
|
420273
|
+
{
|
|
420274
|
+
"name": "ListServices",
|
|
420275
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_ListServices.html",
|
|
420276
|
+
"permissionOnly": false,
|
|
420277
|
+
"description": "Grants permission to list available services",
|
|
420278
|
+
"accessLevel": "Read",
|
|
420279
|
+
"resourceTypes": [
|
|
420280
|
+
{
|
|
420281
|
+
"resourceType": "",
|
|
420282
|
+
"required": false,
|
|
420283
|
+
"conditionKeys": [],
|
|
420284
|
+
"dependentActions": []
|
|
420285
|
+
}
|
|
420286
|
+
]
|
|
420287
|
+
},
|
|
420288
|
+
{
|
|
420289
|
+
"name": "PutAccountColor",
|
|
420290
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/PutAccountColor.html",
|
|
420291
|
+
"permissionOnly": false,
|
|
420292
|
+
"description": "Grants permission to set account color",
|
|
420293
|
+
"accessLevel": "Write",
|
|
420294
|
+
"resourceTypes": [
|
|
420295
|
+
{
|
|
420296
|
+
"resourceType": "",
|
|
420297
|
+
"required": false,
|
|
420298
|
+
"conditionKeys": [],
|
|
420299
|
+
"dependentActions": []
|
|
420300
|
+
}
|
|
420301
|
+
]
|
|
420302
|
+
},
|
|
420303
|
+
{
|
|
420304
|
+
"name": "UpdateAccountCustomizations",
|
|
420305
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_UpdateAccountCustomizations.html",
|
|
420306
|
+
"permissionOnly": false,
|
|
420307
|
+
"description": "Grants permission to update account customizations",
|
|
420308
|
+
"accessLevel": "Write",
|
|
420309
|
+
"resourceTypes": [
|
|
420310
|
+
{
|
|
420311
|
+
"resourceType": "",
|
|
420312
|
+
"required": false,
|
|
420313
|
+
"conditionKeys": [],
|
|
420314
|
+
"dependentActions": []
|
|
420315
|
+
}
|
|
420316
|
+
]
|
|
420317
|
+
}
|
|
420318
|
+
],
|
|
420319
|
+
"resourceTypes": [],
|
|
420320
|
+
"conditionKeys": []
|
|
420321
|
+
},
|
|
419951
420322
|
{
|
|
419952
420323
|
"name": "AWS User Notifications",
|
|
419953
420324
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsusernotifications.html",
|
|
@@ -421534,7 +421905,8 @@
|
|
|
421534
421905
|
"required": false,
|
|
421535
421906
|
"conditionKeys": [
|
|
421536
421907
|
"aws:RequestTag/${TagKey}",
|
|
421537
|
-
"aws:TagKeys"
|
|
421908
|
+
"aws:TagKeys",
|
|
421909
|
+
"vpc-lattice:CreateAction"
|
|
421538
421910
|
],
|
|
421539
421911
|
"dependentActions": []
|
|
421540
421912
|
}
|
|
@@ -421560,7 +421932,8 @@
|
|
|
421560
421932
|
"aws:RequestTag/${TagKey}",
|
|
421561
421933
|
"aws:TagKeys",
|
|
421562
421934
|
"vpc-lattice:Protocol",
|
|
421563
|
-
"vpc-lattice:TargetGroupArns"
|
|
421935
|
+
"vpc-lattice:TargetGroupArns",
|
|
421936
|
+
"vpc-lattice:CreateAction"
|
|
421564
421937
|
],
|
|
421565
421938
|
"dependentActions": []
|
|
421566
421939
|
}
|
|
@@ -421596,7 +421969,8 @@
|
|
|
421596
421969
|
"required": false,
|
|
421597
421970
|
"conditionKeys": [
|
|
421598
421971
|
"aws:RequestTag/${TagKey}",
|
|
421599
|
-
"aws:TagKeys"
|
|
421972
|
+
"aws:TagKeys",
|
|
421973
|
+
"vpc-lattice:CreateAction"
|
|
421600
421974
|
],
|
|
421601
421975
|
"dependentActions": []
|
|
421602
421976
|
}
|
|
@@ -421625,7 +421999,8 @@
|
|
|
421625
421999
|
"conditionKeys": [
|
|
421626
422000
|
"aws:RequestTag/${TagKey}",
|
|
421627
422001
|
"aws:TagKeys",
|
|
421628
|
-
"vpc-lattice:VpcId"
|
|
422002
|
+
"vpc-lattice:VpcId",
|
|
422003
|
+
"vpc-lattice:CreateAction"
|
|
421629
422004
|
],
|
|
421630
422005
|
"dependentActions": []
|
|
421631
422006
|
}
|
|
@@ -421650,7 +422025,8 @@
|
|
|
421650
422025
|
"conditionKeys": [
|
|
421651
422026
|
"aws:RequestTag/${TagKey}",
|
|
421652
422027
|
"aws:TagKeys",
|
|
421653
|
-
"vpc-lattice:TargetGroupArns"
|
|
422028
|
+
"vpc-lattice:TargetGroupArns",
|
|
422029
|
+
"vpc-lattice:CreateAction"
|
|
421654
422030
|
],
|
|
421655
422031
|
"dependentActions": []
|
|
421656
422032
|
}
|
|
@@ -421677,7 +422053,8 @@
|
|
|
421677
422053
|
"conditionKeys": [
|
|
421678
422054
|
"aws:RequestTag/${TagKey}",
|
|
421679
422055
|
"aws:TagKeys",
|
|
421680
|
-
"vpc-lattice:AuthType"
|
|
422056
|
+
"vpc-lattice:AuthType",
|
|
422057
|
+
"vpc-lattice:CreateAction"
|
|
421681
422058
|
],
|
|
421682
422059
|
"dependentActions": []
|
|
421683
422060
|
}
|
|
@@ -421704,7 +422081,8 @@
|
|
|
421704
422081
|
"conditionKeys": [
|
|
421705
422082
|
"aws:RequestTag/${TagKey}",
|
|
421706
422083
|
"aws:TagKeys",
|
|
421707
|
-
"vpc-lattice:AuthType"
|
|
422084
|
+
"vpc-lattice:AuthType",
|
|
422085
|
+
"vpc-lattice:CreateAction"
|
|
421708
422086
|
],
|
|
421709
422087
|
"dependentActions": []
|
|
421710
422088
|
}
|
|
@@ -421742,7 +422120,8 @@
|
|
|
421742
422120
|
"aws:RequestTag/${TagKey}",
|
|
421743
422121
|
"aws:TagKeys",
|
|
421744
422122
|
"vpc-lattice:ResourceConfigurationArn",
|
|
421745
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
422123
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
422124
|
+
"vpc-lattice:CreateAction"
|
|
421746
422125
|
],
|
|
421747
422126
|
"dependentActions": []
|
|
421748
422127
|
}
|
|
@@ -421780,7 +422159,8 @@
|
|
|
421780
422159
|
"aws:RequestTag/${TagKey}",
|
|
421781
422160
|
"aws:TagKeys",
|
|
421782
422161
|
"vpc-lattice:ServiceArn",
|
|
421783
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
422162
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
422163
|
+
"vpc-lattice:CreateAction"
|
|
421784
422164
|
],
|
|
421785
422165
|
"dependentActions": []
|
|
421786
422166
|
}
|
|
@@ -421817,7 +422197,8 @@
|
|
|
421817
422197
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
421818
422198
|
"vpc-lattice:SecurityGroupIds",
|
|
421819
422199
|
"vpc-lattice:ServiceNetworkArn",
|
|
421820
|
-
"vpc-lattice:VpcId"
|
|
422200
|
+
"vpc-lattice:VpcId",
|
|
422201
|
+
"vpc-lattice:CreateAction"
|
|
421821
422202
|
],
|
|
421822
422203
|
"dependentActions": []
|
|
421823
422204
|
}
|
|
@@ -421859,7 +422240,8 @@
|
|
|
421859
422240
|
"conditionKeys": [
|
|
421860
422241
|
"aws:RequestTag/${TagKey}",
|
|
421861
422242
|
"aws:TagKeys",
|
|
421862
|
-
"vpc-lattice:VpcId"
|
|
422243
|
+
"vpc-lattice:VpcId",
|
|
422244
|
+
"vpc-lattice:CreateAction"
|
|
421863
422245
|
],
|
|
421864
422246
|
"dependentActions": []
|
|
421865
422247
|
}
|
|
@@ -422895,7 +423277,8 @@
|
|
|
422895
423277
|
"conditionKeys": [
|
|
422896
423278
|
"aws:RequestTag/${TagKey}",
|
|
422897
423279
|
"aws:TagKeys",
|
|
422898
|
-
"vpc-lattice:DomainName"
|
|
423280
|
+
"vpc-lattice:DomainName",
|
|
423281
|
+
"vpc-lattice:CreateAction"
|
|
422899
423282
|
],
|
|
422900
423283
|
"dependentActions": []
|
|
422901
423284
|
}
|
|
@@ -423324,7 +423707,8 @@
|
|
|
423324
423707
|
"conditionKeys": [
|
|
423325
423708
|
"aws:RequestTag/${TagKey}",
|
|
423326
423709
|
"aws:ResourceTag/${TagKey}",
|
|
423327
|
-
"aws:TagKeys"
|
|
423710
|
+
"aws:TagKeys",
|
|
423711
|
+
"vpc-lattice:CreateAction"
|
|
423328
423712
|
]
|
|
423329
423713
|
},
|
|
423330
423714
|
{
|
|
@@ -423335,6 +423719,7 @@
|
|
|
423335
423719
|
"aws:RequestTag/${TagKey}",
|
|
423336
423720
|
"aws:ResourceTag/${TagKey}",
|
|
423337
423721
|
"aws:TagKeys",
|
|
423722
|
+
"vpc-lattice:CreateAction",
|
|
423338
423723
|
"vpc-lattice:DomainName"
|
|
423339
423724
|
]
|
|
423340
423725
|
},
|
|
@@ -423346,6 +423731,7 @@
|
|
|
423346
423731
|
"aws:RequestTag/${TagKey}",
|
|
423347
423732
|
"aws:ResourceTag/${TagKey}",
|
|
423348
423733
|
"aws:TagKeys",
|
|
423734
|
+
"vpc-lattice:CreateAction",
|
|
423349
423735
|
"vpc-lattice:Protocol",
|
|
423350
423736
|
"vpc-lattice:TargetGroupArns"
|
|
423351
423737
|
]
|
|
@@ -423357,7 +423743,8 @@
|
|
|
423357
423743
|
"conditionKeys": [
|
|
423358
423744
|
"aws:RequestTag/${TagKey}",
|
|
423359
423745
|
"aws:ResourceTag/${TagKey}",
|
|
423360
|
-
"aws:TagKeys"
|
|
423746
|
+
"aws:TagKeys",
|
|
423747
|
+
"vpc-lattice:CreateAction"
|
|
423361
423748
|
]
|
|
423362
423749
|
},
|
|
423363
423750
|
{
|
|
@@ -423380,6 +423767,7 @@
|
|
|
423380
423767
|
"aws:RequestTag/${TagKey}",
|
|
423381
423768
|
"aws:ResourceTag/${TagKey}",
|
|
423382
423769
|
"aws:TagKeys",
|
|
423770
|
+
"vpc-lattice:CreateAction",
|
|
423383
423771
|
"vpc-lattice:VpcId"
|
|
423384
423772
|
]
|
|
423385
423773
|
},
|
|
@@ -423391,6 +423779,7 @@
|
|
|
423391
423779
|
"aws:RequestTag/${TagKey}",
|
|
423392
423780
|
"aws:ResourceTag/${TagKey}",
|
|
423393
423781
|
"aws:TagKeys",
|
|
423782
|
+
"vpc-lattice:CreateAction",
|
|
423394
423783
|
"vpc-lattice:TargetGroupArns"
|
|
423395
423784
|
]
|
|
423396
423785
|
},
|
|
@@ -423402,7 +423791,8 @@
|
|
|
423402
423791
|
"aws:RequestTag/${TagKey}",
|
|
423403
423792
|
"aws:ResourceTag/${TagKey}",
|
|
423404
423793
|
"aws:TagKeys",
|
|
423405
|
-
"vpc-lattice:AuthType"
|
|
423794
|
+
"vpc-lattice:AuthType",
|
|
423795
|
+
"vpc-lattice:CreateAction"
|
|
423406
423796
|
]
|
|
423407
423797
|
},
|
|
423408
423798
|
{
|
|
@@ -423413,7 +423803,8 @@
|
|
|
423413
423803
|
"aws:RequestTag/${TagKey}",
|
|
423414
423804
|
"aws:ResourceTag/${TagKey}",
|
|
423415
423805
|
"aws:TagKeys",
|
|
423416
|
-
"vpc-lattice:AuthType"
|
|
423806
|
+
"vpc-lattice:AuthType",
|
|
423807
|
+
"vpc-lattice:CreateAction"
|
|
423417
423808
|
]
|
|
423418
423809
|
},
|
|
423419
423810
|
{
|
|
@@ -423424,6 +423815,7 @@
|
|
|
423424
423815
|
"aws:RequestTag/${TagKey}",
|
|
423425
423816
|
"aws:ResourceTag/${TagKey}",
|
|
423426
423817
|
"aws:TagKeys",
|
|
423818
|
+
"vpc-lattice:CreateAction",
|
|
423427
423819
|
"vpc-lattice:ResourceConfigurationArn",
|
|
423428
423820
|
"vpc-lattice:ServiceNetworkArn"
|
|
423429
423821
|
]
|
|
@@ -423436,6 +423828,7 @@
|
|
|
423436
423828
|
"aws:RequestTag/${TagKey}",
|
|
423437
423829
|
"aws:ResourceTag/${TagKey}",
|
|
423438
423830
|
"aws:TagKeys",
|
|
423831
|
+
"vpc-lattice:CreateAction",
|
|
423439
423832
|
"vpc-lattice:ServiceArn",
|
|
423440
423833
|
"vpc-lattice:ServiceNetworkArn"
|
|
423441
423834
|
]
|
|
@@ -423448,6 +423841,7 @@
|
|
|
423448
423841
|
"aws:RequestTag/${TagKey}",
|
|
423449
423842
|
"aws:ResourceTag/${TagKey}",
|
|
423450
423843
|
"aws:TagKeys",
|
|
423844
|
+
"vpc-lattice:CreateAction",
|
|
423451
423845
|
"vpc-lattice:PrivateDnsPreference",
|
|
423452
423846
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
423453
423847
|
"vpc-lattice:SecurityGroupIds",
|
|
@@ -423463,6 +423857,7 @@
|
|
|
423463
423857
|
"aws:RequestTag/${TagKey}",
|
|
423464
423858
|
"aws:ResourceTag/${TagKey}",
|
|
423465
423859
|
"aws:TagKeys",
|
|
423860
|
+
"vpc-lattice:CreateAction",
|
|
423466
423861
|
"vpc-lattice:VpcId"
|
|
423467
423862
|
]
|
|
423468
423863
|
}
|
|
@@ -423492,6 +423887,12 @@
|
|
|
423492
423887
|
"description": "Filters access by the auth type specified in the request",
|
|
423493
423888
|
"type": "String"
|
|
423494
423889
|
},
|
|
423890
|
+
{
|
|
423891
|
+
"name": "vpc-lattice:CreateAction",
|
|
423892
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc-lattice/latest/ug/",
|
|
423893
|
+
"description": "Filters access by the name of a resource-creating API action",
|
|
423894
|
+
"type": "String"
|
|
423895
|
+
},
|
|
423495
423896
|
{
|
|
423496
423897
|
"name": "vpc-lattice:DomainName",
|
|
423497
423898
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc-lattice/latest/ug/",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 465,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
"name": "Amazon Bedrock Agentcore",
|
|
2757
2757
|
"servicePrefix": "bedrock-agentcore",
|
|
2758
2758
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
|
|
2759
|
-
"actionsCount":
|
|
2759
|
+
"actionsCount": 134,
|
|
2760
2760
|
"actions": [
|
|
2761
2761
|
"AllowVendedLogDeliveryForResource",
|
|
2762
2762
|
"AuthorizeAction",
|
|
@@ -2830,6 +2830,7 @@
|
|
|
2830
2830
|
"GetWorkloadAccessTokenForUserId",
|
|
2831
2831
|
"GetWorkloadIdentity",
|
|
2832
2832
|
"InvokeAgentRuntime",
|
|
2833
|
+
"InvokeAgentRuntimeCommand",
|
|
2833
2834
|
"InvokeAgentRuntimeForUser",
|
|
2834
2835
|
"InvokeAgentRuntimeWithWebSocketStream",
|
|
2835
2836
|
"InvokeAgentRuntimeWithWebSocketStreamForUser",
|
|
@@ -11253,7 +11254,7 @@
|
|
|
11253
11254
|
"capacity-provider",
|
|
11254
11255
|
"task-set"
|
|
11255
11256
|
],
|
|
11256
|
-
"conditionKeysCount":
|
|
11257
|
+
"conditionKeysCount": 28,
|
|
11257
11258
|
"conditionKeys": [
|
|
11258
11259
|
"aws:RequestTag/${TagKey}",
|
|
11259
11260
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -11273,6 +11274,7 @@
|
|
|
11273
11274
|
"ecs:enable-service-connect",
|
|
11274
11275
|
"ecs:enable-vpc-lattice",
|
|
11275
11276
|
"ecs:fargate-ephemeral-storage-kms-key",
|
|
11277
|
+
"ecs:instance-metadata-tags-propagation",
|
|
11276
11278
|
"ecs:namespace",
|
|
11277
11279
|
"ecs:privileged",
|
|
11278
11280
|
"ecs:propagate-tags",
|
|
@@ -15975,6 +15977,38 @@
|
|
|
15975
15977
|
"aws:TagKeys"
|
|
15976
15978
|
]
|
|
15977
15979
|
},
|
|
15980
|
+
{
|
|
15981
|
+
"name": "AWS Interconnect",
|
|
15982
|
+
"servicePrefix": "interconnect",
|
|
15983
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsinterconnect.html",
|
|
15984
|
+
"actionsCount": 13,
|
|
15985
|
+
"actions": [
|
|
15986
|
+
"AcceptConnectionProposal",
|
|
15987
|
+
"CreateConnection",
|
|
15988
|
+
"DeleteConnection",
|
|
15989
|
+
"DescribeConnectionProposal",
|
|
15990
|
+
"GetConnection",
|
|
15991
|
+
"GetEnvironment",
|
|
15992
|
+
"ListAttachPoints",
|
|
15993
|
+
"ListConnections",
|
|
15994
|
+
"ListEnvironments",
|
|
15995
|
+
"ListTagsForResource",
|
|
15996
|
+
"TagResource",
|
|
15997
|
+
"UntagResource",
|
|
15998
|
+
"UpdateConnection"
|
|
15999
|
+
],
|
|
16000
|
+
"resourceTypesCount": 2,
|
|
16001
|
+
"resourceTypes": [
|
|
16002
|
+
"connection",
|
|
16003
|
+
"environment"
|
|
16004
|
+
],
|
|
16005
|
+
"conditionKeysCount": 3,
|
|
16006
|
+
"conditionKeys": [
|
|
16007
|
+
"aws:RequestTag/${TagKey}",
|
|
16008
|
+
"aws:ResourceTag/${TagKey}",
|
|
16009
|
+
"aws:TagKeys"
|
|
16010
|
+
]
|
|
16011
|
+
},
|
|
15978
16012
|
{
|
|
15979
16013
|
"name": "AWS Invoicing Service",
|
|
15980
16014
|
"servicePrefix": "invoicing",
|
|
@@ -21329,7 +21363,7 @@
|
|
|
21329
21363
|
"name": "Amazon OpenSearch Service",
|
|
21330
21364
|
"servicePrefix": "es",
|
|
21331
21365
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
21332
|
-
"actionsCount":
|
|
21366
|
+
"actionsCount": 118,
|
|
21333
21367
|
"actions": [
|
|
21334
21368
|
"AcceptInboundConnection",
|
|
21335
21369
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -21401,6 +21435,7 @@
|
|
|
21401
21435
|
"GetCompatibleElasticsearchVersions",
|
|
21402
21436
|
"GetCompatibleVersions",
|
|
21403
21437
|
"GetDataSource",
|
|
21438
|
+
"GetDefaultApplicationSetting",
|
|
21404
21439
|
"GetDirectQueryDataSource",
|
|
21405
21440
|
"GetDomainMaintenanceStatus",
|
|
21406
21441
|
"GetIndex",
|
|
@@ -21426,6 +21461,7 @@
|
|
|
21426
21461
|
"ListVpcEndpointsForDomain",
|
|
21427
21462
|
"PurchaseReservedElasticsearchInstanceOffering",
|
|
21428
21463
|
"PurchaseReservedInstanceOffering",
|
|
21464
|
+
"PutDefaultApplicationSetting",
|
|
21429
21465
|
"RejectInboundConnection",
|
|
21430
21466
|
"RejectInboundCrossClusterSearchConnection",
|
|
21431
21467
|
"RemoveTags",
|
|
@@ -27475,21 +27511,6 @@
|
|
|
27475
27511
|
"conditionKeysCount": 0,
|
|
27476
27512
|
"conditionKeys": []
|
|
27477
27513
|
},
|
|
27478
|
-
{
|
|
27479
|
-
"name": "AWS Service for managing AWS Management Console user experience capabilities.",
|
|
27480
|
-
"servicePrefix": "uxc",
|
|
27481
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsserviceformanagingawsconsoleuserexperiencecapabilities..html",
|
|
27482
|
-
"actionsCount": 3,
|
|
27483
|
-
"actions": [
|
|
27484
|
-
"DeleteAccountColor",
|
|
27485
|
-
"GetAccountColor",
|
|
27486
|
-
"PutAccountColor"
|
|
27487
|
-
],
|
|
27488
|
-
"resourceTypesCount": 0,
|
|
27489
|
-
"resourceTypes": [],
|
|
27490
|
-
"conditionKeysCount": 0,
|
|
27491
|
-
"conditionKeys": []
|
|
27492
|
-
},
|
|
27493
27514
|
{
|
|
27494
27515
|
"name": "AWS service providing managed private networks",
|
|
27495
27516
|
"servicePrefix": "private-networks",
|
|
@@ -29873,6 +29894,24 @@
|
|
|
29873
29894
|
"conditionKeysCount": 0,
|
|
29874
29895
|
"conditionKeys": []
|
|
29875
29896
|
},
|
|
29897
|
+
{
|
|
29898
|
+
"name": "AWS User Experience Customization",
|
|
29899
|
+
"servicePrefix": "uxc",
|
|
29900
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsuserexperiencecustomization.html",
|
|
29901
|
+
"actionsCount": 6,
|
|
29902
|
+
"actions": [
|
|
29903
|
+
"DeleteAccountColor",
|
|
29904
|
+
"GetAccountColor",
|
|
29905
|
+
"GetAccountCustomizations",
|
|
29906
|
+
"ListServices",
|
|
29907
|
+
"PutAccountColor",
|
|
29908
|
+
"UpdateAccountCustomizations"
|
|
29909
|
+
],
|
|
29910
|
+
"resourceTypesCount": 0,
|
|
29911
|
+
"resourceTypes": [],
|
|
29912
|
+
"conditionKeysCount": 0,
|
|
29913
|
+
"conditionKeys": []
|
|
29914
|
+
},
|
|
29876
29915
|
{
|
|
29877
29916
|
"name": "AWS User Notifications",
|
|
29878
29917
|
"servicePrefix": "notifications",
|
|
@@ -30141,12 +30180,13 @@
|
|
|
30141
30180
|
"ServiceNetworkVpcAssociation",
|
|
30142
30181
|
"TargetGroup"
|
|
30143
30182
|
],
|
|
30144
|
-
"conditionKeysCount":
|
|
30183
|
+
"conditionKeysCount": 16,
|
|
30145
30184
|
"conditionKeys": [
|
|
30146
30185
|
"aws:RequestTag/${TagKey}",
|
|
30147
30186
|
"aws:ResourceTag/${TagKey}",
|
|
30148
30187
|
"aws:TagKeys",
|
|
30149
30188
|
"vpc-lattice:AuthType",
|
|
30189
|
+
"vpc-lattice:CreateAction",
|
|
30150
30190
|
"vpc-lattice:DomainName",
|
|
30151
30191
|
"vpc-lattice:PrivateDnsPreference",
|
|
30152
30192
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11288
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5462
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3415
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 465
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2058
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1371
|
|
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.540",
|
|
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",
|