aws-iam-data 0.0.317 → 0.0.318
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 +18 -0
- package/dist/data/json/iam.json +221 -1
- package/dist/data/json/metadata.json +16 -5
- package/dist/data/json/reports.json +10 -10
- package/package.json +1 -1
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-01-22",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Connect": [
|
|
8
|
+
"connect:CreateEmailAddress",
|
|
9
|
+
"connect:DeleteEmailAddress",
|
|
10
|
+
"connect:DescribeEmailAddress",
|
|
11
|
+
"connect:ListAssociatedContacts",
|
|
12
|
+
"connect:SearchEmailAddresses",
|
|
13
|
+
"connect:StartOutboundEmailContact",
|
|
14
|
+
"connect:UpdateEmailAddressMetadata",
|
|
15
|
+
"connect:UpdateQueueOutboundEmailConfig"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"removedActions": {}
|
|
19
|
+
},
|
|
2
20
|
{
|
|
3
21
|
"dateOfChange": "2025-01-18",
|
|
4
22
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -62565,6 +62565,18 @@
|
|
|
62565
62565
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
62566
62566
|
"description": "Filters access by actions based on the presence of tag keys in the request",
|
|
62567
62567
|
"type": "ArrayOfString"
|
|
62568
|
+
},
|
|
62569
|
+
{
|
|
62570
|
+
"name": "codebuild:buildArn",
|
|
62571
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-permissions-reference.html",
|
|
62572
|
+
"description": "Filters access by the ARN of the AWS CodeBuild build from which the request originated",
|
|
62573
|
+
"type": "ARN"
|
|
62574
|
+
},
|
|
62575
|
+
{
|
|
62576
|
+
"name": "codebuild:projectArn",
|
|
62577
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-permissions-reference.html",
|
|
62578
|
+
"description": "Filters access by the ARN of the AWS CodeBuild project from which the request originated",
|
|
62579
|
+
"type": "ARN"
|
|
62568
62580
|
}
|
|
62569
62581
|
]
|
|
62570
62582
|
},
|
|
@@ -78576,6 +78588,31 @@
|
|
|
78576
78588
|
}
|
|
78577
78589
|
]
|
|
78578
78590
|
},
|
|
78591
|
+
{
|
|
78592
|
+
"name": "CreateEmailAddress",
|
|
78593
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEmailAddress.html",
|
|
78594
|
+
"permissionOnly": false,
|
|
78595
|
+
"description": "Grants permission to create an email address resource in an Amazon Connect instance",
|
|
78596
|
+
"accessLevel": "Write",
|
|
78597
|
+
"resourceTypes": [
|
|
78598
|
+
{
|
|
78599
|
+
"resourceType": "instance",
|
|
78600
|
+
"required": true,
|
|
78601
|
+
"conditionKeys": [],
|
|
78602
|
+
"dependentActions": []
|
|
78603
|
+
},
|
|
78604
|
+
{
|
|
78605
|
+
"resourceType": "",
|
|
78606
|
+
"required": false,
|
|
78607
|
+
"conditionKeys": [
|
|
78608
|
+
"aws:RequestTag/${TagKey}",
|
|
78609
|
+
"aws:TagKeys",
|
|
78610
|
+
"connect:InstanceId"
|
|
78611
|
+
],
|
|
78612
|
+
"dependentActions": []
|
|
78613
|
+
}
|
|
78614
|
+
]
|
|
78615
|
+
},
|
|
78579
78616
|
{
|
|
78580
78617
|
"name": "CreateEvaluationForm",
|
|
78581
78618
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEvaluationForm.html",
|
|
@@ -79390,6 +79427,30 @@
|
|
|
79390
79427
|
}
|
|
79391
79428
|
]
|
|
79392
79429
|
},
|
|
79430
|
+
{
|
|
79431
|
+
"name": "DeleteEmailAddress",
|
|
79432
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteEmailAddress.html",
|
|
79433
|
+
"permissionOnly": false,
|
|
79434
|
+
"description": "Grants permission to delete an email address resource in an Amazon Connect instance",
|
|
79435
|
+
"accessLevel": "Write",
|
|
79436
|
+
"resourceTypes": [
|
|
79437
|
+
{
|
|
79438
|
+
"resourceType": "email-address",
|
|
79439
|
+
"required": true,
|
|
79440
|
+
"conditionKeys": [],
|
|
79441
|
+
"dependentActions": []
|
|
79442
|
+
},
|
|
79443
|
+
{
|
|
79444
|
+
"resourceType": "",
|
|
79445
|
+
"required": false,
|
|
79446
|
+
"conditionKeys": [
|
|
79447
|
+
"aws:ResourceTag/${TagKey}",
|
|
79448
|
+
"connect:InstanceId"
|
|
79449
|
+
],
|
|
79450
|
+
"dependentActions": []
|
|
79451
|
+
}
|
|
79452
|
+
]
|
|
79453
|
+
},
|
|
79393
79454
|
{
|
|
79394
79455
|
"name": "DeleteEvaluationForm",
|
|
79395
79456
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteEvaluationForm.html",
|
|
@@ -80063,6 +80124,30 @@
|
|
|
80063
80124
|
}
|
|
80064
80125
|
]
|
|
80065
80126
|
},
|
|
80127
|
+
{
|
|
80128
|
+
"name": "DescribeEmailAddress",
|
|
80129
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeEmailAddress.html",
|
|
80130
|
+
"permissionOnly": false,
|
|
80131
|
+
"description": "Grants permission to describe an email address resource in an Amazon Connect instance",
|
|
80132
|
+
"accessLevel": "Read",
|
|
80133
|
+
"resourceTypes": [
|
|
80134
|
+
{
|
|
80135
|
+
"resourceType": "email-address",
|
|
80136
|
+
"required": true,
|
|
80137
|
+
"conditionKeys": [],
|
|
80138
|
+
"dependentActions": []
|
|
80139
|
+
},
|
|
80140
|
+
{
|
|
80141
|
+
"resourceType": "",
|
|
80142
|
+
"required": false,
|
|
80143
|
+
"conditionKeys": [
|
|
80144
|
+
"aws:ResourceTag/${TagKey}",
|
|
80145
|
+
"connect:InstanceId"
|
|
80146
|
+
],
|
|
80147
|
+
"dependentActions": []
|
|
80148
|
+
}
|
|
80149
|
+
]
|
|
80150
|
+
},
|
|
80066
80151
|
{
|
|
80067
80152
|
"name": "DescribeEvaluationForm",
|
|
80068
80153
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeEvaluationForm.html",
|
|
@@ -81401,6 +81486,29 @@
|
|
|
81401
81486
|
}
|
|
81402
81487
|
]
|
|
81403
81488
|
},
|
|
81489
|
+
{
|
|
81490
|
+
"name": "ListAssociatedContacts",
|
|
81491
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListAssociatedContacts.html",
|
|
81492
|
+
"permissionOnly": false,
|
|
81493
|
+
"description": "Grants permission to list the contacts associated with an email address in an Amazon Connect instance",
|
|
81494
|
+
"accessLevel": "List",
|
|
81495
|
+
"resourceTypes": [
|
|
81496
|
+
{
|
|
81497
|
+
"resourceType": "contact",
|
|
81498
|
+
"required": true,
|
|
81499
|
+
"conditionKeys": [],
|
|
81500
|
+
"dependentActions": []
|
|
81501
|
+
},
|
|
81502
|
+
{
|
|
81503
|
+
"resourceType": "",
|
|
81504
|
+
"required": false,
|
|
81505
|
+
"conditionKeys": [
|
|
81506
|
+
"connect:InstanceId"
|
|
81507
|
+
],
|
|
81508
|
+
"dependentActions": []
|
|
81509
|
+
}
|
|
81510
|
+
]
|
|
81511
|
+
},
|
|
81404
81512
|
{
|
|
81405
81513
|
"name": "ListAuthenticationProfiles",
|
|
81406
81514
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListAuthenticationProfiles.html",
|
|
@@ -82837,6 +82945,32 @@
|
|
|
82837
82945
|
}
|
|
82838
82946
|
]
|
|
82839
82947
|
},
|
|
82948
|
+
{
|
|
82949
|
+
"name": "SearchEmailAddresses",
|
|
82950
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchEmailAddresses.html",
|
|
82951
|
+
"permissionOnly": false,
|
|
82952
|
+
"description": "Grants permission to search email address resources in an Amazon Connect instance",
|
|
82953
|
+
"accessLevel": "Read",
|
|
82954
|
+
"resourceTypes": [
|
|
82955
|
+
{
|
|
82956
|
+
"resourceType": "instance",
|
|
82957
|
+
"required": true,
|
|
82958
|
+
"conditionKeys": [],
|
|
82959
|
+
"dependentActions": [
|
|
82960
|
+
"connect:DescribeEmailAddress"
|
|
82961
|
+
]
|
|
82962
|
+
},
|
|
82963
|
+
{
|
|
82964
|
+
"resourceType": "",
|
|
82965
|
+
"required": false,
|
|
82966
|
+
"conditionKeys": [
|
|
82967
|
+
"connect:InstanceId",
|
|
82968
|
+
"connect:SearchTag/${TagKey}"
|
|
82969
|
+
],
|
|
82970
|
+
"dependentActions": []
|
|
82971
|
+
}
|
|
82972
|
+
]
|
|
82973
|
+
},
|
|
82840
82974
|
{
|
|
82841
82975
|
"name": "SearchHoursOfOperationOverrides",
|
|
82842
82976
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchHoursOfOperationOverrides.html",
|
|
@@ -83421,6 +83555,36 @@
|
|
|
83421
83555
|
}
|
|
83422
83556
|
]
|
|
83423
83557
|
},
|
|
83558
|
+
{
|
|
83559
|
+
"name": "StartOutboundEmailContact",
|
|
83560
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundEmailContact.html",
|
|
83561
|
+
"permissionOnly": false,
|
|
83562
|
+
"description": "Grants permission to initiate an outbound email using the Amazon Connect API",
|
|
83563
|
+
"accessLevel": "Write",
|
|
83564
|
+
"resourceTypes": [
|
|
83565
|
+
{
|
|
83566
|
+
"resourceType": "instance",
|
|
83567
|
+
"required": true,
|
|
83568
|
+
"conditionKeys": [],
|
|
83569
|
+
"dependentActions": []
|
|
83570
|
+
},
|
|
83571
|
+
{
|
|
83572
|
+
"resourceType": "contact-flow",
|
|
83573
|
+
"required": false,
|
|
83574
|
+
"conditionKeys": [],
|
|
83575
|
+
"dependentActions": []
|
|
83576
|
+
},
|
|
83577
|
+
{
|
|
83578
|
+
"resourceType": "",
|
|
83579
|
+
"required": false,
|
|
83580
|
+
"conditionKeys": [
|
|
83581
|
+
"aws:ResourceTag/${TagKey}",
|
|
83582
|
+
"connect:InstanceId"
|
|
83583
|
+
],
|
|
83584
|
+
"dependentActions": []
|
|
83585
|
+
}
|
|
83586
|
+
]
|
|
83587
|
+
},
|
|
83424
83588
|
{
|
|
83425
83589
|
"name": "StartOutboundVoiceContact",
|
|
83426
83590
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundVoiceContact.html",
|
|
@@ -84322,6 +84486,30 @@
|
|
|
84322
84486
|
}
|
|
84323
84487
|
]
|
|
84324
84488
|
},
|
|
84489
|
+
{
|
|
84490
|
+
"name": "UpdateEmailAddressMetadata",
|
|
84491
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateEmailAddressMetadata.html",
|
|
84492
|
+
"permissionOnly": false,
|
|
84493
|
+
"description": "Grants permission to update the metadata of an email address resource in an Amazon Connect instance",
|
|
84494
|
+
"accessLevel": "Write",
|
|
84495
|
+
"resourceTypes": [
|
|
84496
|
+
{
|
|
84497
|
+
"resourceType": "email-address",
|
|
84498
|
+
"required": true,
|
|
84499
|
+
"conditionKeys": [],
|
|
84500
|
+
"dependentActions": []
|
|
84501
|
+
},
|
|
84502
|
+
{
|
|
84503
|
+
"resourceType": "",
|
|
84504
|
+
"required": false,
|
|
84505
|
+
"conditionKeys": [
|
|
84506
|
+
"aws:ResourceTag/${TagKey}",
|
|
84507
|
+
"connect:InstanceId"
|
|
84508
|
+
],
|
|
84509
|
+
"dependentActions": []
|
|
84510
|
+
}
|
|
84511
|
+
]
|
|
84512
|
+
},
|
|
84325
84513
|
{
|
|
84326
84514
|
"name": "UpdateEvaluationForm",
|
|
84327
84515
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateEvaluationForm.html",
|
|
@@ -84739,6 +84927,30 @@
|
|
|
84739
84927
|
}
|
|
84740
84928
|
]
|
|
84741
84929
|
},
|
|
84930
|
+
{
|
|
84931
|
+
"name": "UpdateQueueOutboundEmailConfig",
|
|
84932
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateQueueOutboundEmailConfig.html",
|
|
84933
|
+
"permissionOnly": false,
|
|
84934
|
+
"description": "Grants permission to update the outbound email configuration for a queue in an Amazon Connect instance",
|
|
84935
|
+
"accessLevel": "Write",
|
|
84936
|
+
"resourceTypes": [
|
|
84937
|
+
{
|
|
84938
|
+
"resourceType": "queue",
|
|
84939
|
+
"required": true,
|
|
84940
|
+
"conditionKeys": [],
|
|
84941
|
+
"dependentActions": []
|
|
84942
|
+
},
|
|
84943
|
+
{
|
|
84944
|
+
"resourceType": "",
|
|
84945
|
+
"required": false,
|
|
84946
|
+
"conditionKeys": [
|
|
84947
|
+
"aws:ResourceTag/${TagKey}",
|
|
84948
|
+
"connect:InstanceId"
|
|
84949
|
+
],
|
|
84950
|
+
"dependentActions": []
|
|
84951
|
+
}
|
|
84952
|
+
]
|
|
84953
|
+
},
|
|
84742
84954
|
{
|
|
84743
84955
|
"name": "UpdateQueueStatus",
|
|
84744
84956
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateQueueStatus.html",
|
|
@@ -85579,6 +85791,14 @@
|
|
|
85579
85791
|
"conditionKeys": [
|
|
85580
85792
|
"aws:ResourceTag/${TagKey}"
|
|
85581
85793
|
]
|
|
85794
|
+
},
|
|
85795
|
+
{
|
|
85796
|
+
"name": "email-address",
|
|
85797
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/email-address.html",
|
|
85798
|
+
"arnPattern": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/email-address/${EmailAddressId}",
|
|
85799
|
+
"conditionKeys": [
|
|
85800
|
+
"aws:ResourceTag/${TagKey}"
|
|
85801
|
+
]
|
|
85582
85802
|
}
|
|
85583
85803
|
],
|
|
85584
85804
|
"conditionKeys": [
|
|
@@ -109116,7 +109336,7 @@
|
|
|
109116
109336
|
"name": "aws:TagKeys",
|
|
109117
109337
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
109118
109338
|
"description": "Filters access by actions based on the presence of tag keys in the request",
|
|
109119
|
-
"type": "
|
|
109339
|
+
"type": "ArrayOfString"
|
|
109120
109340
|
}
|
|
109121
109341
|
]
|
|
109122
109342
|
},
|
|
@@ -4822,11 +4822,13 @@
|
|
|
4822
4822
|
"report",
|
|
4823
4823
|
"fleet"
|
|
4824
4824
|
],
|
|
4825
|
-
"conditionKeysCount":
|
|
4825
|
+
"conditionKeysCount": 5,
|
|
4826
4826
|
"conditionKeys": [
|
|
4827
4827
|
"aws:RequestTag/${TagKey}",
|
|
4828
4828
|
"aws:ResourceTag/${TagKey}",
|
|
4829
|
-
"aws:TagKeys"
|
|
4829
|
+
"aws:TagKeys",
|
|
4830
|
+
"codebuild:buildArn",
|
|
4831
|
+
"codebuild:projectArn"
|
|
4830
4832
|
]
|
|
4831
4833
|
},
|
|
4832
4834
|
{
|
|
@@ -6056,7 +6058,7 @@
|
|
|
6056
6058
|
"name": "Amazon Connect",
|
|
6057
6059
|
"servicePrefix": "connect",
|
|
6058
6060
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
6059
|
-
"actionsCount":
|
|
6061
|
+
"actionsCount": 288,
|
|
6060
6062
|
"actions": [
|
|
6061
6063
|
"ActivateEvaluationForm",
|
|
6062
6064
|
"AdminGetEmergencyAccessToken",
|
|
@@ -6087,6 +6089,7 @@
|
|
|
6087
6089
|
"CreateContactFlow",
|
|
6088
6090
|
"CreateContactFlowModule",
|
|
6089
6091
|
"CreateContactFlowVersion",
|
|
6092
|
+
"CreateEmailAddress",
|
|
6090
6093
|
"CreateEvaluationForm",
|
|
6091
6094
|
"CreateHoursOfOperation",
|
|
6092
6095
|
"CreateHoursOfOperationOverride",
|
|
@@ -6115,6 +6118,7 @@
|
|
|
6115
6118
|
"DeleteContactEvaluation",
|
|
6116
6119
|
"DeleteContactFlow",
|
|
6117
6120
|
"DeleteContactFlowModule",
|
|
6121
|
+
"DeleteEmailAddress",
|
|
6118
6122
|
"DeleteEvaluationForm",
|
|
6119
6123
|
"DeleteHoursOfOperation",
|
|
6120
6124
|
"DeleteHoursOfOperationOverride",
|
|
@@ -6142,6 +6146,7 @@
|
|
|
6142
6146
|
"DescribeContactEvaluation",
|
|
6143
6147
|
"DescribeContactFlow",
|
|
6144
6148
|
"DescribeContactFlowModule",
|
|
6149
|
+
"DescribeEmailAddress",
|
|
6145
6150
|
"DescribeEvaluationForm",
|
|
6146
6151
|
"DescribeForecastingPlanningSchedulingIntegration",
|
|
6147
6152
|
"DescribeHoursOfOperation",
|
|
@@ -6194,6 +6199,7 @@
|
|
|
6194
6199
|
"ListAgentStatuses",
|
|
6195
6200
|
"ListAnalyticsDataAssociations",
|
|
6196
6201
|
"ListApprovedOrigins",
|
|
6202
|
+
"ListAssociatedContacts",
|
|
6197
6203
|
"ListAuthenticationProfiles",
|
|
6198
6204
|
"ListBots",
|
|
6199
6205
|
"ListContactEvaluations",
|
|
@@ -6251,6 +6257,7 @@
|
|
|
6251
6257
|
"SearchContactFlowModules",
|
|
6252
6258
|
"SearchContactFlows",
|
|
6253
6259
|
"SearchContacts",
|
|
6260
|
+
"SearchEmailAddresses",
|
|
6254
6261
|
"SearchHoursOfOperationOverrides",
|
|
6255
6262
|
"SearchHoursOfOperations",
|
|
6256
6263
|
"SearchPredefinedAttributes",
|
|
@@ -6274,6 +6281,7 @@
|
|
|
6274
6281
|
"StartEmailContact",
|
|
6275
6282
|
"StartForecastingPlanningSchedulingIntegration",
|
|
6276
6283
|
"StartOutboundChatContact",
|
|
6284
|
+
"StartOutboundEmailContact",
|
|
6277
6285
|
"StartOutboundVoiceContact",
|
|
6278
6286
|
"StartScreenSharing",
|
|
6279
6287
|
"StartTaskContact",
|
|
@@ -6301,6 +6309,7 @@
|
|
|
6301
6309
|
"UpdateContactFlowName",
|
|
6302
6310
|
"UpdateContactRoutingData",
|
|
6303
6311
|
"UpdateContactSchedule",
|
|
6312
|
+
"UpdateEmailAddressMetadata",
|
|
6304
6313
|
"UpdateEvaluationForm",
|
|
6305
6314
|
"UpdateHoursOfOperation",
|
|
6306
6315
|
"UpdateHoursOfOperationOverride",
|
|
@@ -6316,6 +6325,7 @@
|
|
|
6316
6325
|
"UpdateQueueMaxContacts",
|
|
6317
6326
|
"UpdateQueueName",
|
|
6318
6327
|
"UpdateQueueOutboundCallerConfig",
|
|
6328
|
+
"UpdateQueueOutboundEmailConfig",
|
|
6319
6329
|
"UpdateQueueStatus",
|
|
6320
6330
|
"UpdateQuickConnectConfig",
|
|
6321
6331
|
"UpdateQuickConnectName",
|
|
@@ -6339,7 +6349,7 @@
|
|
|
6339
6349
|
"UpdateViewContent",
|
|
6340
6350
|
"UpdateViewMetadata"
|
|
6341
6351
|
],
|
|
6342
|
-
"resourceTypesCount":
|
|
6352
|
+
"resourceTypesCount": 37,
|
|
6343
6353
|
"resourceTypes": [
|
|
6344
6354
|
"instance",
|
|
6345
6355
|
"contact",
|
|
@@ -6376,7 +6386,8 @@
|
|
|
6376
6386
|
"qualified-customer-managed-view",
|
|
6377
6387
|
"qualified-aws-managed-view",
|
|
6378
6388
|
"customer-managed-view-version",
|
|
6379
|
-
"attached-file"
|
|
6389
|
+
"attached-file",
|
|
6390
|
+
"email-address"
|
|
6380
6391
|
],
|
|
6381
6392
|
"conditionKeysCount": 13,
|
|
6382
6393
|
"conditionKeys": [
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4911
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2994
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 10115
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
153
|
-
"value":
|
|
153
|
+
"value": 121
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
@@ -245,12 +245,12 @@
|
|
|
245
245
|
"value": 291
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
"key": "
|
|
249
|
-
"value":
|
|
248
|
+
"key": "Amazon Connect",
|
|
249
|
+
"value": 288
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
"key": "
|
|
253
|
-
"value":
|
|
252
|
+
"key": "AWS IoT",
|
|
253
|
+
"value": 285
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"key": "Amazon QuickSight",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1878
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1006
|
|
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.318",
|
|
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",
|