aws-iam-data 0.0.539 → 0.0.541
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 +480 -73
- package/dist/data/json/metadata.json +63 -22
- 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",
|
|
@@ -283943,13 +284239,13 @@
|
|
|
283943
284239
|
},
|
|
283944
284240
|
{
|
|
283945
284241
|
"name": "DescribeAssessment",
|
|
283946
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/
|
|
284242
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_DescribeAssessment.html",
|
|
283947
284243
|
"permissionOnly": false,
|
|
283948
284244
|
"description": "Grants permission to return the details of an existing assessment",
|
|
283949
284245
|
"accessLevel": "Read",
|
|
283950
284246
|
"resourceTypes": [
|
|
283951
284247
|
{
|
|
283952
|
-
"resourceType": "",
|
|
284248
|
+
"resourceType": "Assessment",
|
|
283953
284249
|
"required": false,
|
|
283954
284250
|
"conditionKeys": [],
|
|
283955
284251
|
"dependentActions": []
|
|
@@ -284003,7 +284299,7 @@
|
|
|
284003
284299
|
},
|
|
284004
284300
|
{
|
|
284005
284301
|
"name": "ListAssessments",
|
|
284006
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/
|
|
284302
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_ListAssessments.html",
|
|
284007
284303
|
"permissionOnly": false,
|
|
284008
284304
|
"description": "Grants permission to list existing assessments",
|
|
284009
284305
|
"accessLevel": "List",
|
|
@@ -284186,6 +284482,12 @@
|
|
|
284186
284482
|
"aws:ResourceTag/${TagKey}",
|
|
284187
284483
|
"catalog:ChangeType"
|
|
284188
284484
|
]
|
|
284485
|
+
},
|
|
284486
|
+
{
|
|
284487
|
+
"name": "Assessment",
|
|
284488
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_DescribeAssessment.html#API_DescribeAssessment_ResponseSyntax",
|
|
284489
|
+
"arnPattern": "arn:${Partition}:aws-marketplace:${Region}::${Catalog}/Assessment/${ResourceId}",
|
|
284490
|
+
"conditionKeys": []
|
|
284189
284491
|
}
|
|
284190
284492
|
],
|
|
284191
284493
|
"conditionKeys": [
|
|
@@ -302899,6 +303201,21 @@
|
|
|
302899
303201
|
}
|
|
302900
303202
|
]
|
|
302901
303203
|
},
|
|
303204
|
+
{
|
|
303205
|
+
"name": "GetDefaultApplicationSetting",
|
|
303206
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDefaultApplicationSetting.html",
|
|
303207
|
+
"permissionOnly": false,
|
|
303208
|
+
"description": "Grants permission to get the default application setting for OpenSearch Service",
|
|
303209
|
+
"accessLevel": "Read",
|
|
303210
|
+
"resourceTypes": [
|
|
303211
|
+
{
|
|
303212
|
+
"resourceType": "application",
|
|
303213
|
+
"required": true,
|
|
303214
|
+
"conditionKeys": [],
|
|
303215
|
+
"dependentActions": []
|
|
303216
|
+
}
|
|
303217
|
+
]
|
|
303218
|
+
},
|
|
302902
303219
|
{
|
|
302903
303220
|
"name": "GetDirectQueryDataSource",
|
|
302904
303221
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQueryDataSource.html",
|
|
@@ -303286,6 +303603,21 @@
|
|
|
303286
303603
|
}
|
|
303287
303604
|
]
|
|
303288
303605
|
},
|
|
303606
|
+
{
|
|
303607
|
+
"name": "PutDefaultApplicationSetting",
|
|
303608
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_PutDefaultApplicationSetting.html",
|
|
303609
|
+
"permissionOnly": false,
|
|
303610
|
+
"description": "Grants permission to set or remove the default application setting for OpenSearch Service",
|
|
303611
|
+
"accessLevel": "Write",
|
|
303612
|
+
"resourceTypes": [
|
|
303613
|
+
{
|
|
303614
|
+
"resourceType": "application",
|
|
303615
|
+
"required": true,
|
|
303616
|
+
"conditionKeys": [],
|
|
303617
|
+
"dependentActions": []
|
|
303618
|
+
}
|
|
303619
|
+
]
|
|
303620
|
+
},
|
|
303289
303621
|
{
|
|
303290
303622
|
"name": "RejectInboundConnection",
|
|
303291
303623
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_RejectInboundConnection.html",
|
|
@@ -389246,60 +389578,6 @@
|
|
|
389246
389578
|
],
|
|
389247
389579
|
"conditionKeys": []
|
|
389248
389580
|
},
|
|
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
389581
|
{
|
|
389304
389582
|
"name": "AWS service providing managed private networks",
|
|
389305
389583
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsserviceprovidingmanagedprivatenetworks.html",
|
|
@@ -419948,6 +420226,105 @@
|
|
|
419948
420226
|
"resourceTypes": [],
|
|
419949
420227
|
"conditionKeys": []
|
|
419950
420228
|
},
|
|
420229
|
+
{
|
|
420230
|
+
"name": "AWS User Experience Customization",
|
|
420231
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsuserexperiencecustomization.html",
|
|
420232
|
+
"servicePrefix": "uxc",
|
|
420233
|
+
"actions": [
|
|
420234
|
+
{
|
|
420235
|
+
"name": "DeleteAccountColor",
|
|
420236
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/DeleteAccountColor.html",
|
|
420237
|
+
"permissionOnly": false,
|
|
420238
|
+
"description": "Grants permission to delete account color setting",
|
|
420239
|
+
"accessLevel": "Write",
|
|
420240
|
+
"resourceTypes": [
|
|
420241
|
+
{
|
|
420242
|
+
"resourceType": "",
|
|
420243
|
+
"required": false,
|
|
420244
|
+
"conditionKeys": [],
|
|
420245
|
+
"dependentActions": []
|
|
420246
|
+
}
|
|
420247
|
+
]
|
|
420248
|
+
},
|
|
420249
|
+
{
|
|
420250
|
+
"name": "GetAccountColor",
|
|
420251
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/GetAccountColor.html",
|
|
420252
|
+
"permissionOnly": false,
|
|
420253
|
+
"description": "Grants permission to retrieve account color for given account",
|
|
420254
|
+
"accessLevel": "Read",
|
|
420255
|
+
"resourceTypes": [
|
|
420256
|
+
{
|
|
420257
|
+
"resourceType": "",
|
|
420258
|
+
"required": false,
|
|
420259
|
+
"conditionKeys": [],
|
|
420260
|
+
"dependentActions": []
|
|
420261
|
+
}
|
|
420262
|
+
]
|
|
420263
|
+
},
|
|
420264
|
+
{
|
|
420265
|
+
"name": "GetAccountCustomizations",
|
|
420266
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_GetAccountCustomizations.html",
|
|
420267
|
+
"permissionOnly": false,
|
|
420268
|
+
"description": "Grants permission to retrieve account customizations",
|
|
420269
|
+
"accessLevel": "Read",
|
|
420270
|
+
"resourceTypes": [
|
|
420271
|
+
{
|
|
420272
|
+
"resourceType": "",
|
|
420273
|
+
"required": false,
|
|
420274
|
+
"conditionKeys": [],
|
|
420275
|
+
"dependentActions": []
|
|
420276
|
+
}
|
|
420277
|
+
]
|
|
420278
|
+
},
|
|
420279
|
+
{
|
|
420280
|
+
"name": "ListServices",
|
|
420281
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_ListServices.html",
|
|
420282
|
+
"permissionOnly": false,
|
|
420283
|
+
"description": "Grants permission to list available services",
|
|
420284
|
+
"accessLevel": "Read",
|
|
420285
|
+
"resourceTypes": [
|
|
420286
|
+
{
|
|
420287
|
+
"resourceType": "",
|
|
420288
|
+
"required": false,
|
|
420289
|
+
"conditionKeys": [],
|
|
420290
|
+
"dependentActions": []
|
|
420291
|
+
}
|
|
420292
|
+
]
|
|
420293
|
+
},
|
|
420294
|
+
{
|
|
420295
|
+
"name": "PutAccountColor",
|
|
420296
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/PutAccountColor.html",
|
|
420297
|
+
"permissionOnly": false,
|
|
420298
|
+
"description": "Grants permission to set account color",
|
|
420299
|
+
"accessLevel": "Write",
|
|
420300
|
+
"resourceTypes": [
|
|
420301
|
+
{
|
|
420302
|
+
"resourceType": "",
|
|
420303
|
+
"required": false,
|
|
420304
|
+
"conditionKeys": [],
|
|
420305
|
+
"dependentActions": []
|
|
420306
|
+
}
|
|
420307
|
+
]
|
|
420308
|
+
},
|
|
420309
|
+
{
|
|
420310
|
+
"name": "UpdateAccountCustomizations",
|
|
420311
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/API_UpdateAccountCustomizations.html",
|
|
420312
|
+
"permissionOnly": false,
|
|
420313
|
+
"description": "Grants permission to update account customizations",
|
|
420314
|
+
"accessLevel": "Write",
|
|
420315
|
+
"resourceTypes": [
|
|
420316
|
+
{
|
|
420317
|
+
"resourceType": "",
|
|
420318
|
+
"required": false,
|
|
420319
|
+
"conditionKeys": [],
|
|
420320
|
+
"dependentActions": []
|
|
420321
|
+
}
|
|
420322
|
+
]
|
|
420323
|
+
}
|
|
420324
|
+
],
|
|
420325
|
+
"resourceTypes": [],
|
|
420326
|
+
"conditionKeys": []
|
|
420327
|
+
},
|
|
419951
420328
|
{
|
|
419952
420329
|
"name": "AWS User Notifications",
|
|
419953
420330
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsusernotifications.html",
|
|
@@ -421534,7 +421911,8 @@
|
|
|
421534
421911
|
"required": false,
|
|
421535
421912
|
"conditionKeys": [
|
|
421536
421913
|
"aws:RequestTag/${TagKey}",
|
|
421537
|
-
"aws:TagKeys"
|
|
421914
|
+
"aws:TagKeys",
|
|
421915
|
+
"vpc-lattice:CreateAction"
|
|
421538
421916
|
],
|
|
421539
421917
|
"dependentActions": []
|
|
421540
421918
|
}
|
|
@@ -421560,7 +421938,8 @@
|
|
|
421560
421938
|
"aws:RequestTag/${TagKey}",
|
|
421561
421939
|
"aws:TagKeys",
|
|
421562
421940
|
"vpc-lattice:Protocol",
|
|
421563
|
-
"vpc-lattice:TargetGroupArns"
|
|
421941
|
+
"vpc-lattice:TargetGroupArns",
|
|
421942
|
+
"vpc-lattice:CreateAction"
|
|
421564
421943
|
],
|
|
421565
421944
|
"dependentActions": []
|
|
421566
421945
|
}
|
|
@@ -421596,7 +421975,8 @@
|
|
|
421596
421975
|
"required": false,
|
|
421597
421976
|
"conditionKeys": [
|
|
421598
421977
|
"aws:RequestTag/${TagKey}",
|
|
421599
|
-
"aws:TagKeys"
|
|
421978
|
+
"aws:TagKeys",
|
|
421979
|
+
"vpc-lattice:CreateAction"
|
|
421600
421980
|
],
|
|
421601
421981
|
"dependentActions": []
|
|
421602
421982
|
}
|
|
@@ -421625,7 +422005,8 @@
|
|
|
421625
422005
|
"conditionKeys": [
|
|
421626
422006
|
"aws:RequestTag/${TagKey}",
|
|
421627
422007
|
"aws:TagKeys",
|
|
421628
|
-
"vpc-lattice:VpcId"
|
|
422008
|
+
"vpc-lattice:VpcId",
|
|
422009
|
+
"vpc-lattice:CreateAction"
|
|
421629
422010
|
],
|
|
421630
422011
|
"dependentActions": []
|
|
421631
422012
|
}
|
|
@@ -421650,7 +422031,8 @@
|
|
|
421650
422031
|
"conditionKeys": [
|
|
421651
422032
|
"aws:RequestTag/${TagKey}",
|
|
421652
422033
|
"aws:TagKeys",
|
|
421653
|
-
"vpc-lattice:TargetGroupArns"
|
|
422034
|
+
"vpc-lattice:TargetGroupArns",
|
|
422035
|
+
"vpc-lattice:CreateAction"
|
|
421654
422036
|
],
|
|
421655
422037
|
"dependentActions": []
|
|
421656
422038
|
}
|
|
@@ -421677,7 +422059,8 @@
|
|
|
421677
422059
|
"conditionKeys": [
|
|
421678
422060
|
"aws:RequestTag/${TagKey}",
|
|
421679
422061
|
"aws:TagKeys",
|
|
421680
|
-
"vpc-lattice:AuthType"
|
|
422062
|
+
"vpc-lattice:AuthType",
|
|
422063
|
+
"vpc-lattice:CreateAction"
|
|
421681
422064
|
],
|
|
421682
422065
|
"dependentActions": []
|
|
421683
422066
|
}
|
|
@@ -421704,7 +422087,8 @@
|
|
|
421704
422087
|
"conditionKeys": [
|
|
421705
422088
|
"aws:RequestTag/${TagKey}",
|
|
421706
422089
|
"aws:TagKeys",
|
|
421707
|
-
"vpc-lattice:AuthType"
|
|
422090
|
+
"vpc-lattice:AuthType",
|
|
422091
|
+
"vpc-lattice:CreateAction"
|
|
421708
422092
|
],
|
|
421709
422093
|
"dependentActions": []
|
|
421710
422094
|
}
|
|
@@ -421742,7 +422126,8 @@
|
|
|
421742
422126
|
"aws:RequestTag/${TagKey}",
|
|
421743
422127
|
"aws:TagKeys",
|
|
421744
422128
|
"vpc-lattice:ResourceConfigurationArn",
|
|
421745
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
422129
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
422130
|
+
"vpc-lattice:CreateAction"
|
|
421746
422131
|
],
|
|
421747
422132
|
"dependentActions": []
|
|
421748
422133
|
}
|
|
@@ -421780,7 +422165,8 @@
|
|
|
421780
422165
|
"aws:RequestTag/${TagKey}",
|
|
421781
422166
|
"aws:TagKeys",
|
|
421782
422167
|
"vpc-lattice:ServiceArn",
|
|
421783
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
422168
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
422169
|
+
"vpc-lattice:CreateAction"
|
|
421784
422170
|
],
|
|
421785
422171
|
"dependentActions": []
|
|
421786
422172
|
}
|
|
@@ -421817,7 +422203,8 @@
|
|
|
421817
422203
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
421818
422204
|
"vpc-lattice:SecurityGroupIds",
|
|
421819
422205
|
"vpc-lattice:ServiceNetworkArn",
|
|
421820
|
-
"vpc-lattice:VpcId"
|
|
422206
|
+
"vpc-lattice:VpcId",
|
|
422207
|
+
"vpc-lattice:CreateAction"
|
|
421821
422208
|
],
|
|
421822
422209
|
"dependentActions": []
|
|
421823
422210
|
}
|
|
@@ -421859,7 +422246,8 @@
|
|
|
421859
422246
|
"conditionKeys": [
|
|
421860
422247
|
"aws:RequestTag/${TagKey}",
|
|
421861
422248
|
"aws:TagKeys",
|
|
421862
|
-
"vpc-lattice:VpcId"
|
|
422249
|
+
"vpc-lattice:VpcId",
|
|
422250
|
+
"vpc-lattice:CreateAction"
|
|
421863
422251
|
],
|
|
421864
422252
|
"dependentActions": []
|
|
421865
422253
|
}
|
|
@@ -422895,7 +423283,8 @@
|
|
|
422895
423283
|
"conditionKeys": [
|
|
422896
423284
|
"aws:RequestTag/${TagKey}",
|
|
422897
423285
|
"aws:TagKeys",
|
|
422898
|
-
"vpc-lattice:DomainName"
|
|
423286
|
+
"vpc-lattice:DomainName",
|
|
423287
|
+
"vpc-lattice:CreateAction"
|
|
422899
423288
|
],
|
|
422900
423289
|
"dependentActions": []
|
|
422901
423290
|
}
|
|
@@ -423324,7 +423713,8 @@
|
|
|
423324
423713
|
"conditionKeys": [
|
|
423325
423714
|
"aws:RequestTag/${TagKey}",
|
|
423326
423715
|
"aws:ResourceTag/${TagKey}",
|
|
423327
|
-
"aws:TagKeys"
|
|
423716
|
+
"aws:TagKeys",
|
|
423717
|
+
"vpc-lattice:CreateAction"
|
|
423328
423718
|
]
|
|
423329
423719
|
},
|
|
423330
423720
|
{
|
|
@@ -423335,6 +423725,7 @@
|
|
|
423335
423725
|
"aws:RequestTag/${TagKey}",
|
|
423336
423726
|
"aws:ResourceTag/${TagKey}",
|
|
423337
423727
|
"aws:TagKeys",
|
|
423728
|
+
"vpc-lattice:CreateAction",
|
|
423338
423729
|
"vpc-lattice:DomainName"
|
|
423339
423730
|
]
|
|
423340
423731
|
},
|
|
@@ -423346,6 +423737,7 @@
|
|
|
423346
423737
|
"aws:RequestTag/${TagKey}",
|
|
423347
423738
|
"aws:ResourceTag/${TagKey}",
|
|
423348
423739
|
"aws:TagKeys",
|
|
423740
|
+
"vpc-lattice:CreateAction",
|
|
423349
423741
|
"vpc-lattice:Protocol",
|
|
423350
423742
|
"vpc-lattice:TargetGroupArns"
|
|
423351
423743
|
]
|
|
@@ -423357,7 +423749,8 @@
|
|
|
423357
423749
|
"conditionKeys": [
|
|
423358
423750
|
"aws:RequestTag/${TagKey}",
|
|
423359
423751
|
"aws:ResourceTag/${TagKey}",
|
|
423360
|
-
"aws:TagKeys"
|
|
423752
|
+
"aws:TagKeys",
|
|
423753
|
+
"vpc-lattice:CreateAction"
|
|
423361
423754
|
]
|
|
423362
423755
|
},
|
|
423363
423756
|
{
|
|
@@ -423380,6 +423773,7 @@
|
|
|
423380
423773
|
"aws:RequestTag/${TagKey}",
|
|
423381
423774
|
"aws:ResourceTag/${TagKey}",
|
|
423382
423775
|
"aws:TagKeys",
|
|
423776
|
+
"vpc-lattice:CreateAction",
|
|
423383
423777
|
"vpc-lattice:VpcId"
|
|
423384
423778
|
]
|
|
423385
423779
|
},
|
|
@@ -423391,6 +423785,7 @@
|
|
|
423391
423785
|
"aws:RequestTag/${TagKey}",
|
|
423392
423786
|
"aws:ResourceTag/${TagKey}",
|
|
423393
423787
|
"aws:TagKeys",
|
|
423788
|
+
"vpc-lattice:CreateAction",
|
|
423394
423789
|
"vpc-lattice:TargetGroupArns"
|
|
423395
423790
|
]
|
|
423396
423791
|
},
|
|
@@ -423402,7 +423797,8 @@
|
|
|
423402
423797
|
"aws:RequestTag/${TagKey}",
|
|
423403
423798
|
"aws:ResourceTag/${TagKey}",
|
|
423404
423799
|
"aws:TagKeys",
|
|
423405
|
-
"vpc-lattice:AuthType"
|
|
423800
|
+
"vpc-lattice:AuthType",
|
|
423801
|
+
"vpc-lattice:CreateAction"
|
|
423406
423802
|
]
|
|
423407
423803
|
},
|
|
423408
423804
|
{
|
|
@@ -423413,7 +423809,8 @@
|
|
|
423413
423809
|
"aws:RequestTag/${TagKey}",
|
|
423414
423810
|
"aws:ResourceTag/${TagKey}",
|
|
423415
423811
|
"aws:TagKeys",
|
|
423416
|
-
"vpc-lattice:AuthType"
|
|
423812
|
+
"vpc-lattice:AuthType",
|
|
423813
|
+
"vpc-lattice:CreateAction"
|
|
423417
423814
|
]
|
|
423418
423815
|
},
|
|
423419
423816
|
{
|
|
@@ -423424,6 +423821,7 @@
|
|
|
423424
423821
|
"aws:RequestTag/${TagKey}",
|
|
423425
423822
|
"aws:ResourceTag/${TagKey}",
|
|
423426
423823
|
"aws:TagKeys",
|
|
423824
|
+
"vpc-lattice:CreateAction",
|
|
423427
423825
|
"vpc-lattice:ResourceConfigurationArn",
|
|
423428
423826
|
"vpc-lattice:ServiceNetworkArn"
|
|
423429
423827
|
]
|
|
@@ -423436,6 +423834,7 @@
|
|
|
423436
423834
|
"aws:RequestTag/${TagKey}",
|
|
423437
423835
|
"aws:ResourceTag/${TagKey}",
|
|
423438
423836
|
"aws:TagKeys",
|
|
423837
|
+
"vpc-lattice:CreateAction",
|
|
423439
423838
|
"vpc-lattice:ServiceArn",
|
|
423440
423839
|
"vpc-lattice:ServiceNetworkArn"
|
|
423441
423840
|
]
|
|
@@ -423448,6 +423847,7 @@
|
|
|
423448
423847
|
"aws:RequestTag/${TagKey}",
|
|
423449
423848
|
"aws:ResourceTag/${TagKey}",
|
|
423450
423849
|
"aws:TagKeys",
|
|
423850
|
+
"vpc-lattice:CreateAction",
|
|
423451
423851
|
"vpc-lattice:PrivateDnsPreference",
|
|
423452
423852
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
423453
423853
|
"vpc-lattice:SecurityGroupIds",
|
|
@@ -423463,6 +423863,7 @@
|
|
|
423463
423863
|
"aws:RequestTag/${TagKey}",
|
|
423464
423864
|
"aws:ResourceTag/${TagKey}",
|
|
423465
423865
|
"aws:TagKeys",
|
|
423866
|
+
"vpc-lattice:CreateAction",
|
|
423466
423867
|
"vpc-lattice:VpcId"
|
|
423467
423868
|
]
|
|
423468
423869
|
}
|
|
@@ -423492,6 +423893,12 @@
|
|
|
423492
423893
|
"description": "Filters access by the auth type specified in the request",
|
|
423493
423894
|
"type": "String"
|
|
423494
423895
|
},
|
|
423896
|
+
{
|
|
423897
|
+
"name": "vpc-lattice:CreateAction",
|
|
423898
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc-lattice/latest/ug/",
|
|
423899
|
+
"description": "Filters access by the name of a resource-creating API action",
|
|
423900
|
+
"type": "String"
|
|
423901
|
+
},
|
|
423495
423902
|
{
|
|
423496
423903
|
"name": "vpc-lattice:DomainName",
|
|
423497
423904
|
"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",
|
|
@@ -19784,10 +19818,11 @@
|
|
|
19784
19818
|
"TagResource",
|
|
19785
19819
|
"UntagResource"
|
|
19786
19820
|
],
|
|
19787
|
-
"resourceTypesCount":
|
|
19821
|
+
"resourceTypesCount": 3,
|
|
19788
19822
|
"resourceTypes": [
|
|
19789
19823
|
"Entity",
|
|
19790
|
-
"ChangeSet"
|
|
19824
|
+
"ChangeSet",
|
|
19825
|
+
"Assessment"
|
|
19791
19826
|
],
|
|
19792
19827
|
"conditionKeysCount": 5,
|
|
19793
19828
|
"conditionKeys": [
|
|
@@ -21329,7 +21364,7 @@
|
|
|
21329
21364
|
"name": "Amazon OpenSearch Service",
|
|
21330
21365
|
"servicePrefix": "es",
|
|
21331
21366
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
21332
|
-
"actionsCount":
|
|
21367
|
+
"actionsCount": 118,
|
|
21333
21368
|
"actions": [
|
|
21334
21369
|
"AcceptInboundConnection",
|
|
21335
21370
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -21401,6 +21436,7 @@
|
|
|
21401
21436
|
"GetCompatibleElasticsearchVersions",
|
|
21402
21437
|
"GetCompatibleVersions",
|
|
21403
21438
|
"GetDataSource",
|
|
21439
|
+
"GetDefaultApplicationSetting",
|
|
21404
21440
|
"GetDirectQueryDataSource",
|
|
21405
21441
|
"GetDomainMaintenanceStatus",
|
|
21406
21442
|
"GetIndex",
|
|
@@ -21426,6 +21462,7 @@
|
|
|
21426
21462
|
"ListVpcEndpointsForDomain",
|
|
21427
21463
|
"PurchaseReservedElasticsearchInstanceOffering",
|
|
21428
21464
|
"PurchaseReservedInstanceOffering",
|
|
21465
|
+
"PutDefaultApplicationSetting",
|
|
21429
21466
|
"RejectInboundConnection",
|
|
21430
21467
|
"RejectInboundCrossClusterSearchConnection",
|
|
21431
21468
|
"RemoveTags",
|
|
@@ -27475,21 +27512,6 @@
|
|
|
27475
27512
|
"conditionKeysCount": 0,
|
|
27476
27513
|
"conditionKeys": []
|
|
27477
27514
|
},
|
|
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
27515
|
{
|
|
27494
27516
|
"name": "AWS service providing managed private networks",
|
|
27495
27517
|
"servicePrefix": "private-networks",
|
|
@@ -29873,6 +29895,24 @@
|
|
|
29873
29895
|
"conditionKeysCount": 0,
|
|
29874
29896
|
"conditionKeys": []
|
|
29875
29897
|
},
|
|
29898
|
+
{
|
|
29899
|
+
"name": "AWS User Experience Customization",
|
|
29900
|
+
"servicePrefix": "uxc",
|
|
29901
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsuserexperiencecustomization.html",
|
|
29902
|
+
"actionsCount": 6,
|
|
29903
|
+
"actions": [
|
|
29904
|
+
"DeleteAccountColor",
|
|
29905
|
+
"GetAccountColor",
|
|
29906
|
+
"GetAccountCustomizations",
|
|
29907
|
+
"ListServices",
|
|
29908
|
+
"PutAccountColor",
|
|
29909
|
+
"UpdateAccountCustomizations"
|
|
29910
|
+
],
|
|
29911
|
+
"resourceTypesCount": 0,
|
|
29912
|
+
"resourceTypes": [],
|
|
29913
|
+
"conditionKeysCount": 0,
|
|
29914
|
+
"conditionKeys": []
|
|
29915
|
+
},
|
|
29876
29916
|
{
|
|
29877
29917
|
"name": "AWS User Notifications",
|
|
29878
29918
|
"servicePrefix": "notifications",
|
|
@@ -30141,12 +30181,13 @@
|
|
|
30141
30181
|
"ServiceNetworkVpcAssociation",
|
|
30142
30182
|
"TargetGroup"
|
|
30143
30183
|
],
|
|
30144
|
-
"conditionKeysCount":
|
|
30184
|
+
"conditionKeysCount": 16,
|
|
30145
30185
|
"conditionKeys": [
|
|
30146
30186
|
"aws:RequestTag/${TagKey}",
|
|
30147
30187
|
"aws:ResourceTag/${TagKey}",
|
|
30148
30188
|
"aws:TagKeys",
|
|
30149
30189
|
"vpc-lattice:AuthType",
|
|
30190
|
+
"vpc-lattice:CreateAction",
|
|
30150
30191
|
"vpc-lattice:DomainName",
|
|
30151
30192
|
"vpc-lattice:PrivateDnsPreference",
|
|
30152
30193
|
"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": 2059
|
|
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.541",
|
|
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",
|