aws-iam-data 0.0.402 → 0.0.403
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.
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-06-20",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Connect Customer Profiles": [
|
|
8
|
+
"profile:CreateUploadJob",
|
|
9
|
+
"profile:GetUploadJob",
|
|
10
|
+
"profile:GetUploadJobPath",
|
|
11
|
+
"profile:ListUploadJobs",
|
|
12
|
+
"profile:StartUploadJob",
|
|
13
|
+
"profile:StopUploadJob"
|
|
14
|
+
],
|
|
15
|
+
"Amazon Connect Outbound Campaigns": [
|
|
16
|
+
"connect-campaigns:GetInstanceCommunicationLimits",
|
|
17
|
+
"connect-campaigns:PutInstanceCommunicationLimits"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"removedActions": {}
|
|
21
|
+
},
|
|
2
22
|
{
|
|
3
23
|
"dateOfChange": "2025-06-19",
|
|
4
24
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -572,8 +572,13 @@
|
|
|
572
572
|
"required": true,
|
|
573
573
|
"conditionKeys": [],
|
|
574
574
|
"dependentActions": [
|
|
575
|
+
"cloudwatch:DescribeAlarmHistory",
|
|
576
|
+
"cloudwatch:DescribeAlarms",
|
|
577
|
+
"cloudwatch:GetInsightRuleReport",
|
|
578
|
+
"cloudwatch:GetMetricData",
|
|
575
579
|
"kms:Decrypt",
|
|
576
580
|
"kms:GenerateDataKey",
|
|
581
|
+
"logs:GetQueryResults",
|
|
577
582
|
"sts:SetContext"
|
|
578
583
|
]
|
|
579
584
|
}
|
|
@@ -591,7 +596,8 @@
|
|
|
591
596
|
"required": false,
|
|
592
597
|
"conditionKeys": [
|
|
593
598
|
"aws:TagKeys",
|
|
594
|
-
"aws:RequestTag/${TagKey}"
|
|
599
|
+
"aws:RequestTag/${TagKey}",
|
|
600
|
+
"aws:ResourceTag/${TagKey}"
|
|
595
601
|
],
|
|
596
602
|
"dependentActions": [
|
|
597
603
|
"aiops:TagResource",
|
|
@@ -90571,6 +90577,21 @@
|
|
|
90571
90577
|
}
|
|
90572
90578
|
]
|
|
90573
90579
|
},
|
|
90580
|
+
{
|
|
90581
|
+
"name": "CreateUploadJob",
|
|
90582
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateUploadJob.html",
|
|
90583
|
+
"permissionOnly": false,
|
|
90584
|
+
"description": "Grants permission to create an upload job in the domain",
|
|
90585
|
+
"accessLevel": "Write",
|
|
90586
|
+
"resourceTypes": [
|
|
90587
|
+
{
|
|
90588
|
+
"resourceType": "domains",
|
|
90589
|
+
"required": true,
|
|
90590
|
+
"conditionKeys": [],
|
|
90591
|
+
"dependentActions": []
|
|
90592
|
+
}
|
|
90593
|
+
]
|
|
90594
|
+
},
|
|
90574
90595
|
{
|
|
90575
90596
|
"name": "DeleteCalculatedAttributeDefinition",
|
|
90576
90597
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteCalculatedAttributeDefinition.html",
|
|
@@ -91148,6 +91169,36 @@
|
|
|
91148
91169
|
}
|
|
91149
91170
|
]
|
|
91150
91171
|
},
|
|
91172
|
+
{
|
|
91173
|
+
"name": "GetUploadJob",
|
|
91174
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetUploadJob.html",
|
|
91175
|
+
"permissionOnly": false,
|
|
91176
|
+
"description": "Grants permission to get details of an upload job in the domain",
|
|
91177
|
+
"accessLevel": "Read",
|
|
91178
|
+
"resourceTypes": [
|
|
91179
|
+
{
|
|
91180
|
+
"resourceType": "domains",
|
|
91181
|
+
"required": true,
|
|
91182
|
+
"conditionKeys": [],
|
|
91183
|
+
"dependentActions": []
|
|
91184
|
+
}
|
|
91185
|
+
]
|
|
91186
|
+
},
|
|
91187
|
+
{
|
|
91188
|
+
"name": "GetUploadJobPath",
|
|
91189
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetUploadJobPath.html",
|
|
91190
|
+
"permissionOnly": false,
|
|
91191
|
+
"description": "Grants permission to get a pre-signed URL to upload file for an upload job",
|
|
91192
|
+
"accessLevel": "Read",
|
|
91193
|
+
"resourceTypes": [
|
|
91194
|
+
{
|
|
91195
|
+
"resourceType": "domains",
|
|
91196
|
+
"required": true,
|
|
91197
|
+
"conditionKeys": [],
|
|
91198
|
+
"dependentActions": []
|
|
91199
|
+
}
|
|
91200
|
+
]
|
|
91201
|
+
},
|
|
91151
91202
|
{
|
|
91152
91203
|
"name": "GetWorkflow",
|
|
91153
91204
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetWorkflow.html",
|
|
@@ -91455,17 +91506,50 @@
|
|
|
91455
91506
|
"conditionKeys": [],
|
|
91456
91507
|
"dependentActions": []
|
|
91457
91508
|
},
|
|
91509
|
+
{
|
|
91510
|
+
"resourceType": "event-triggers",
|
|
91511
|
+
"required": false,
|
|
91512
|
+
"conditionKeys": [],
|
|
91513
|
+
"dependentActions": []
|
|
91514
|
+
},
|
|
91458
91515
|
{
|
|
91459
91516
|
"resourceType": "integrations",
|
|
91460
91517
|
"required": false,
|
|
91461
91518
|
"conditionKeys": [],
|
|
91462
91519
|
"dependentActions": []
|
|
91463
91520
|
},
|
|
91521
|
+
{
|
|
91522
|
+
"resourceType": "layouts",
|
|
91523
|
+
"required": false,
|
|
91524
|
+
"conditionKeys": [],
|
|
91525
|
+
"dependentActions": []
|
|
91526
|
+
},
|
|
91464
91527
|
{
|
|
91465
91528
|
"resourceType": "object-types",
|
|
91466
91529
|
"required": false,
|
|
91467
91530
|
"conditionKeys": [],
|
|
91468
91531
|
"dependentActions": []
|
|
91532
|
+
},
|
|
91533
|
+
{
|
|
91534
|
+
"resourceType": "segment-definitions",
|
|
91535
|
+
"required": false,
|
|
91536
|
+
"conditionKeys": [],
|
|
91537
|
+
"dependentActions": []
|
|
91538
|
+
}
|
|
91539
|
+
]
|
|
91540
|
+
},
|
|
91541
|
+
{
|
|
91542
|
+
"name": "ListUploadJobs",
|
|
91543
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListUploadJobs.html",
|
|
91544
|
+
"permissionOnly": false,
|
|
91545
|
+
"description": "Grants permission to list all upload jobs in the domain",
|
|
91546
|
+
"accessLevel": "List",
|
|
91547
|
+
"resourceTypes": [
|
|
91548
|
+
{
|
|
91549
|
+
"resourceType": "domains",
|
|
91550
|
+
"required": true,
|
|
91551
|
+
"conditionKeys": [],
|
|
91552
|
+
"dependentActions": []
|
|
91469
91553
|
}
|
|
91470
91554
|
]
|
|
91471
91555
|
},
|
|
@@ -91583,6 +91667,36 @@
|
|
|
91583
91667
|
}
|
|
91584
91668
|
]
|
|
91585
91669
|
},
|
|
91670
|
+
{
|
|
91671
|
+
"name": "StartUploadJob",
|
|
91672
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_StartUploadJob.html",
|
|
91673
|
+
"permissionOnly": false,
|
|
91674
|
+
"description": "Grants permission to start an upload job in the domain",
|
|
91675
|
+
"accessLevel": "Write",
|
|
91676
|
+
"resourceTypes": [
|
|
91677
|
+
{
|
|
91678
|
+
"resourceType": "domains",
|
|
91679
|
+
"required": true,
|
|
91680
|
+
"conditionKeys": [],
|
|
91681
|
+
"dependentActions": []
|
|
91682
|
+
}
|
|
91683
|
+
]
|
|
91684
|
+
},
|
|
91685
|
+
{
|
|
91686
|
+
"name": "StopUploadJob",
|
|
91687
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_StopUploadJob.html",
|
|
91688
|
+
"permissionOnly": false,
|
|
91689
|
+
"description": "Grants permission to stop an upload job in the domain",
|
|
91690
|
+
"accessLevel": "Write",
|
|
91691
|
+
"resourceTypes": [
|
|
91692
|
+
{
|
|
91693
|
+
"resourceType": "domains",
|
|
91694
|
+
"required": true,
|
|
91695
|
+
"conditionKeys": [],
|
|
91696
|
+
"dependentActions": []
|
|
91697
|
+
}
|
|
91698
|
+
]
|
|
91699
|
+
},
|
|
91586
91700
|
{
|
|
91587
91701
|
"name": "TagResource",
|
|
91588
91702
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html",
|
|
@@ -91608,18 +91722,36 @@
|
|
|
91608
91722
|
"conditionKeys": [],
|
|
91609
91723
|
"dependentActions": []
|
|
91610
91724
|
},
|
|
91725
|
+
{
|
|
91726
|
+
"resourceType": "event-triggers",
|
|
91727
|
+
"required": false,
|
|
91728
|
+
"conditionKeys": [],
|
|
91729
|
+
"dependentActions": []
|
|
91730
|
+
},
|
|
91611
91731
|
{
|
|
91612
91732
|
"resourceType": "integrations",
|
|
91613
91733
|
"required": false,
|
|
91614
91734
|
"conditionKeys": [],
|
|
91615
91735
|
"dependentActions": []
|
|
91616
91736
|
},
|
|
91737
|
+
{
|
|
91738
|
+
"resourceType": "layouts",
|
|
91739
|
+
"required": false,
|
|
91740
|
+
"conditionKeys": [],
|
|
91741
|
+
"dependentActions": []
|
|
91742
|
+
},
|
|
91617
91743
|
{
|
|
91618
91744
|
"resourceType": "object-types",
|
|
91619
91745
|
"required": false,
|
|
91620
91746
|
"conditionKeys": [],
|
|
91621
91747
|
"dependentActions": []
|
|
91622
91748
|
},
|
|
91749
|
+
{
|
|
91750
|
+
"resourceType": "segment-definitions",
|
|
91751
|
+
"required": false,
|
|
91752
|
+
"conditionKeys": [],
|
|
91753
|
+
"dependentActions": []
|
|
91754
|
+
},
|
|
91623
91755
|
{
|
|
91624
91756
|
"resourceType": "",
|
|
91625
91757
|
"required": false,
|
|
@@ -91656,18 +91788,36 @@
|
|
|
91656
91788
|
"conditionKeys": [],
|
|
91657
91789
|
"dependentActions": []
|
|
91658
91790
|
},
|
|
91791
|
+
{
|
|
91792
|
+
"resourceType": "event-triggers",
|
|
91793
|
+
"required": false,
|
|
91794
|
+
"conditionKeys": [],
|
|
91795
|
+
"dependentActions": []
|
|
91796
|
+
},
|
|
91659
91797
|
{
|
|
91660
91798
|
"resourceType": "integrations",
|
|
91661
91799
|
"required": false,
|
|
91662
91800
|
"conditionKeys": [],
|
|
91663
91801
|
"dependentActions": []
|
|
91664
91802
|
},
|
|
91803
|
+
{
|
|
91804
|
+
"resourceType": "layouts",
|
|
91805
|
+
"required": false,
|
|
91806
|
+
"conditionKeys": [],
|
|
91807
|
+
"dependentActions": []
|
|
91808
|
+
},
|
|
91665
91809
|
{
|
|
91666
91810
|
"resourceType": "object-types",
|
|
91667
91811
|
"required": false,
|
|
91668
91812
|
"conditionKeys": [],
|
|
91669
91813
|
"dependentActions": []
|
|
91670
91814
|
},
|
|
91815
|
+
{
|
|
91816
|
+
"resourceType": "segment-definitions",
|
|
91817
|
+
"required": false,
|
|
91818
|
+
"conditionKeys": [],
|
|
91819
|
+
"dependentActions": []
|
|
91820
|
+
},
|
|
91671
91821
|
{
|
|
91672
91822
|
"resourceType": "",
|
|
91673
91823
|
"required": false,
|
|
@@ -92079,6 +92229,21 @@
|
|
|
92079
92229
|
}
|
|
92080
92230
|
]
|
|
92081
92231
|
},
|
|
92232
|
+
{
|
|
92233
|
+
"name": "GetInstanceCommunicationLimits",
|
|
92234
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html",
|
|
92235
|
+
"permissionOnly": false,
|
|
92236
|
+
"description": "Grants permission to get the communication limits configuration of an Amazon Connect instance",
|
|
92237
|
+
"accessLevel": "Read",
|
|
92238
|
+
"resourceTypes": [
|
|
92239
|
+
{
|
|
92240
|
+
"resourceType": "",
|
|
92241
|
+
"required": false,
|
|
92242
|
+
"conditionKeys": [],
|
|
92243
|
+
"dependentActions": []
|
|
92244
|
+
}
|
|
92245
|
+
]
|
|
92246
|
+
},
|
|
92082
92247
|
{
|
|
92083
92248
|
"name": "GetInstanceOnboardingJobStatus",
|
|
92084
92249
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html",
|
|
@@ -92194,6 +92359,21 @@
|
|
|
92194
92359
|
}
|
|
92195
92360
|
]
|
|
92196
92361
|
},
|
|
92362
|
+
{
|
|
92363
|
+
"name": "PutInstanceCommunicationLimits",
|
|
92364
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html",
|
|
92365
|
+
"permissionOnly": false,
|
|
92366
|
+
"description": "Grants permission to put the communication limits configuration of an Amazon Connect instance",
|
|
92367
|
+
"accessLevel": "Write",
|
|
92368
|
+
"resourceTypes": [
|
|
92369
|
+
{
|
|
92370
|
+
"resourceType": "",
|
|
92371
|
+
"required": false,
|
|
92372
|
+
"conditionKeys": [],
|
|
92373
|
+
"dependentActions": []
|
|
92374
|
+
}
|
|
92375
|
+
]
|
|
92376
|
+
},
|
|
92197
92377
|
{
|
|
92198
92378
|
"name": "PutOutboundRequestBatch",
|
|
92199
92379
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html",
|
|
@@ -6714,7 +6714,7 @@
|
|
|
6714
6714
|
"name": "Amazon Connect Customer Profiles",
|
|
6715
6715
|
"servicePrefix": "profile",
|
|
6716
6716
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
|
|
6717
|
-
"actionsCount":
|
|
6717
|
+
"actionsCount": 83,
|
|
6718
6718
|
"actions": [
|
|
6719
6719
|
"AddProfileKey",
|
|
6720
6720
|
"BatchGetCalculatedAttributeForProfile",
|
|
@@ -6730,6 +6730,7 @@
|
|
|
6730
6730
|
"CreateSegmentEstimate",
|
|
6731
6731
|
"CreateSegmentSnapshot",
|
|
6732
6732
|
"CreateSnapshot",
|
|
6733
|
+
"CreateUploadJob",
|
|
6733
6734
|
"DeleteCalculatedAttributeDefinition",
|
|
6734
6735
|
"DeleteDomain",
|
|
6735
6736
|
"DeleteDomainLayout",
|
|
@@ -6761,6 +6762,8 @@
|
|
|
6761
6762
|
"GetSegmentSnapshot",
|
|
6762
6763
|
"GetSimilarProfiles",
|
|
6763
6764
|
"GetSnapshot",
|
|
6765
|
+
"GetUploadJob",
|
|
6766
|
+
"GetUploadJobPath",
|
|
6764
6767
|
"GetWorkflow",
|
|
6765
6768
|
"GetWorkflowSteps",
|
|
6766
6769
|
"ListAccountIntegrations",
|
|
@@ -6780,12 +6783,15 @@
|
|
|
6780
6783
|
"ListRuleBasedMatches",
|
|
6781
6784
|
"ListSegmentDefinitions",
|
|
6782
6785
|
"ListTagsForResource",
|
|
6786
|
+
"ListUploadJobs",
|
|
6783
6787
|
"ListWorkflows",
|
|
6784
6788
|
"MergeProfiles",
|
|
6785
6789
|
"PutIntegration",
|
|
6786
6790
|
"PutProfileObject",
|
|
6787
6791
|
"PutProfileObjectType",
|
|
6788
6792
|
"SearchProfiles",
|
|
6793
|
+
"StartUploadJob",
|
|
6794
|
+
"StopUploadJob",
|
|
6789
6795
|
"TagResource",
|
|
6790
6796
|
"UntagResource",
|
|
6791
6797
|
"UpdateCalculatedAttributeDefinition",
|
|
@@ -6816,7 +6822,7 @@
|
|
|
6816
6822
|
"name": "Amazon Connect Outbound Campaigns",
|
|
6817
6823
|
"servicePrefix": "connect-campaigns",
|
|
6818
6824
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectoutboundcampaigns.html",
|
|
6819
|
-
"actionsCount":
|
|
6825
|
+
"actionsCount": 38,
|
|
6820
6826
|
"actions": [
|
|
6821
6827
|
"CreateCampaign",
|
|
6822
6828
|
"DeleteCampaign",
|
|
@@ -6830,6 +6836,7 @@
|
|
|
6830
6836
|
"GetCampaignState",
|
|
6831
6837
|
"GetCampaignStateBatch",
|
|
6832
6838
|
"GetConnectInstanceConfig",
|
|
6839
|
+
"GetInstanceCommunicationLimits",
|
|
6833
6840
|
"GetInstanceOnboardingJobStatus",
|
|
6834
6841
|
"ListCampaigns",
|
|
6835
6842
|
"ListConnectInstanceIntegrations",
|
|
@@ -6837,6 +6844,7 @@
|
|
|
6837
6844
|
"PauseCampaign",
|
|
6838
6845
|
"PutConnectInstanceIntegration",
|
|
6839
6846
|
"PutDialRequestBatch",
|
|
6847
|
+
"PutInstanceCommunicationLimits",
|
|
6840
6848
|
"PutOutboundRequestBatch",
|
|
6841
6849
|
"PutProfileOutboundRequestBatch",
|
|
6842
6850
|
"ResumeCampaign",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10329
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5028
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3069
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"value": 81
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
"key": "
|
|
177
|
-
"value":
|
|
176
|
+
"key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
|
|
177
|
+
"value": 79
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"key": "
|
|
181
|
-
"value":
|
|
180
|
+
"key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
|
|
181
|
+
"value": 74
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.403",
|
|
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",
|