aws-iam-data 0.0.605 → 0.0.607
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 +105 -0
- package/dist/data/json/iam.json +1918 -171
- package/dist/data/json/metadata.json +103 -22
- package/dist/data/json/reports.json +9 -9
- package/package.json +1 -1
|
@@ -1792,34 +1792,46 @@
|
|
|
1792
1792
|
"name": "AWS Artifact",
|
|
1793
1793
|
"servicePrefix": "artifact",
|
|
1794
1794
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsartifact.html",
|
|
1795
|
-
"actionsCount":
|
|
1795
|
+
"actionsCount": 23,
|
|
1796
1796
|
"actions": [
|
|
1797
1797
|
"AcceptAgreement",
|
|
1798
1798
|
"AcceptNdaForAgreement",
|
|
1799
|
+
"CreateComplianceInquiry",
|
|
1800
|
+
"ExportComplianceInquiry",
|
|
1799
1801
|
"GetAccountSettings",
|
|
1800
1802
|
"GetAgreement",
|
|
1803
|
+
"GetComplianceInquiryMetadata",
|
|
1801
1804
|
"GetCustomerAgreement",
|
|
1802
1805
|
"GetNdaForAgreement",
|
|
1803
1806
|
"GetReport",
|
|
1804
1807
|
"GetReportMetadata",
|
|
1805
1808
|
"GetTermForReport",
|
|
1806
1809
|
"ListAgreements",
|
|
1810
|
+
"ListComplianceInquiries",
|
|
1811
|
+
"ListComplianceInquiryQueries",
|
|
1807
1812
|
"ListCustomerAgreements",
|
|
1808
1813
|
"ListReportVersions",
|
|
1809
1814
|
"ListReports",
|
|
1815
|
+
"ListTagsForResource",
|
|
1810
1816
|
"PutAccountSettings",
|
|
1811
|
-
"
|
|
1817
|
+
"TagResource",
|
|
1818
|
+
"TerminateAgreement",
|
|
1819
|
+
"UntagResource"
|
|
1812
1820
|
],
|
|
1813
|
-
"resourceTypesCount":
|
|
1821
|
+
"resourceTypesCount": 4,
|
|
1814
1822
|
"resourceTypes": [
|
|
1815
1823
|
"customer-agreement",
|
|
1816
1824
|
"agreement",
|
|
1817
|
-
"report"
|
|
1825
|
+
"report",
|
|
1826
|
+
"compliance-inquiry"
|
|
1818
1827
|
],
|
|
1819
|
-
"conditionKeysCount":
|
|
1828
|
+
"conditionKeysCount": 5,
|
|
1820
1829
|
"conditionKeys": [
|
|
1821
1830
|
"artifact:ReportCategory",
|
|
1822
|
-
"artifact:ReportSeries"
|
|
1831
|
+
"artifact:ReportSeries",
|
|
1832
|
+
"aws:RequestTag/${TagKey}",
|
|
1833
|
+
"aws:ResourceTag/${TagKey}",
|
|
1834
|
+
"aws:TagKeys"
|
|
1823
1835
|
]
|
|
1824
1836
|
},
|
|
1825
1837
|
{
|
|
@@ -3532,33 +3544,60 @@
|
|
|
3532
3544
|
"name": "AWS Certificate Manager",
|
|
3533
3545
|
"servicePrefix": "acm",
|
|
3534
3546
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscertificatemanager.html",
|
|
3535
|
-
"actionsCount":
|
|
3547
|
+
"actionsCount": 40,
|
|
3536
3548
|
"actions": [
|
|
3537
3549
|
"AddTagsToCertificate",
|
|
3550
|
+
"CreateAcmeDomainValidation",
|
|
3551
|
+
"CreateAcmeEndpoint",
|
|
3552
|
+
"CreateAcmeExternalAccountBinding",
|
|
3553
|
+
"DeleteAcmeDomainValidation",
|
|
3554
|
+
"DeleteAcmeEndpoint",
|
|
3555
|
+
"DeleteAcmeExternalAccountBinding",
|
|
3538
3556
|
"DeleteCertificate",
|
|
3557
|
+
"DescribeAcmeAccount",
|
|
3558
|
+
"DescribeAcmeDomainValidation",
|
|
3559
|
+
"DescribeAcmeEndpoint",
|
|
3560
|
+
"DescribeAcmeExternalAccountBinding",
|
|
3539
3561
|
"DescribeCertificate",
|
|
3540
3562
|
"ExportCertificate",
|
|
3541
3563
|
"GetAccountConfiguration",
|
|
3564
|
+
"GetAcmeExternalAccountBindingCredentials",
|
|
3542
3565
|
"GetCertificate",
|
|
3543
3566
|
"ImportCertificate",
|
|
3567
|
+
"ListAcmeAccounts",
|
|
3568
|
+
"ListAcmeDomainValidations",
|
|
3569
|
+
"ListAcmeEndpoints",
|
|
3570
|
+
"ListAcmeExternalAccountBindings",
|
|
3544
3571
|
"ListCertificates",
|
|
3545
3572
|
"ListTagsForCertificate",
|
|
3573
|
+
"ListTagsForResource",
|
|
3546
3574
|
"PutAccountConfiguration",
|
|
3547
3575
|
"RemoveTagsFromCertificate",
|
|
3548
3576
|
"RenewCertificate",
|
|
3549
3577
|
"RequestCertificate",
|
|
3550
3578
|
"ResendValidationEmail",
|
|
3579
|
+
"RevokeAcmeAccount",
|
|
3580
|
+
"RevokeAcmeExternalAccountBinding",
|
|
3551
3581
|
"RevokeCertificate",
|
|
3552
3582
|
"SearchCertificates",
|
|
3583
|
+
"TagResource",
|
|
3584
|
+
"UntagResource",
|
|
3585
|
+
"UpdateAcmeDomainValidation",
|
|
3586
|
+
"UpdateAcmeEndpoint",
|
|
3587
|
+
"UpdateCertificate",
|
|
3553
3588
|
"UpdateCertificateOptions"
|
|
3554
3589
|
],
|
|
3555
|
-
"resourceTypesCount":
|
|
3590
|
+
"resourceTypesCount": 4,
|
|
3556
3591
|
"resourceTypes": [
|
|
3557
|
-
"certificate"
|
|
3592
|
+
"certificate",
|
|
3593
|
+
"acme-endpoint",
|
|
3594
|
+
"acme-domain-validation",
|
|
3595
|
+
"acme-external-account-binding"
|
|
3558
3596
|
],
|
|
3559
|
-
"conditionKeysCount":
|
|
3597
|
+
"conditionKeysCount": 10,
|
|
3560
3598
|
"conditionKeys": [
|
|
3561
3599
|
"acm:CertificateAuthority",
|
|
3600
|
+
"acm:CertificateKeyPairOrigin",
|
|
3562
3601
|
"acm:CertificateTransparencyLogging",
|
|
3563
3602
|
"acm:DomainNames",
|
|
3564
3603
|
"acm:Export",
|
|
@@ -4068,7 +4107,7 @@
|
|
|
4068
4107
|
"name": "AWS Clean Rooms",
|
|
4069
4108
|
"servicePrefix": "cleanrooms",
|
|
4070
4109
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscleanrooms.html",
|
|
4071
|
-
"actionsCount":
|
|
4110
|
+
"actionsCount": 104,
|
|
4072
4111
|
"actions": [
|
|
4073
4112
|
"BatchGetCollaborationAnalysisTemplate",
|
|
4074
4113
|
"BatchGetSchema",
|
|
@@ -4083,6 +4122,8 @@
|
|
|
4083
4122
|
"CreateConfiguredTableAssociationAnalysisRule",
|
|
4084
4123
|
"CreateIdMappingTable",
|
|
4085
4124
|
"CreateIdNamespaceAssociation",
|
|
4125
|
+
"CreateIntermediateTable",
|
|
4126
|
+
"CreateIntermediateTableAnalysisRule",
|
|
4086
4127
|
"CreateMembership",
|
|
4087
4128
|
"CreatePrivacyBudgetTemplate",
|
|
4088
4129
|
"DeleteAnalysisTemplate",
|
|
@@ -4094,9 +4135,12 @@
|
|
|
4094
4135
|
"DeleteConfiguredTableAssociationAnalysisRule",
|
|
4095
4136
|
"DeleteIdMappingTable",
|
|
4096
4137
|
"DeleteIdNamespaceAssociation",
|
|
4138
|
+
"DeleteIntermediateTable",
|
|
4139
|
+
"DeleteIntermediateTableAnalysisRule",
|
|
4097
4140
|
"DeleteMember",
|
|
4098
4141
|
"DeleteMembership",
|
|
4099
4142
|
"DeletePrivacyBudgetTemplate",
|
|
4143
|
+
"DisallowIntermediateTable",
|
|
4100
4144
|
"GetAnalysisTemplate",
|
|
4101
4145
|
"GetCollaboration",
|
|
4102
4146
|
"GetCollaborationAnalysisTemplate",
|
|
@@ -4111,6 +4155,8 @@
|
|
|
4111
4155
|
"GetConfiguredTableAssociationAnalysisRule",
|
|
4112
4156
|
"GetIdMappingTable",
|
|
4113
4157
|
"GetIdNamespaceAssociation",
|
|
4158
|
+
"GetIntermediateTable",
|
|
4159
|
+
"GetIntermediateTableAnalysisRule",
|
|
4114
4160
|
"GetMembership",
|
|
4115
4161
|
"GetPrivacyBudgetTemplate",
|
|
4116
4162
|
"GetProtectedJob",
|
|
@@ -4130,6 +4176,8 @@
|
|
|
4130
4176
|
"ListConfiguredTables",
|
|
4131
4177
|
"ListIdMappingTables",
|
|
4132
4178
|
"ListIdNamespaceAssociations",
|
|
4179
|
+
"ListIntermediateTableVersions",
|
|
4180
|
+
"ListIntermediateTables",
|
|
4133
4181
|
"ListMembers",
|
|
4134
4182
|
"ListMemberships",
|
|
4135
4183
|
"ListPrivacyBudgetTemplates",
|
|
@@ -4141,6 +4189,7 @@
|
|
|
4141
4189
|
"PassCollaboration",
|
|
4142
4190
|
"PassMembership",
|
|
4143
4191
|
"PopulateIdMappingTable",
|
|
4192
|
+
"PopulateIntermediateTable",
|
|
4144
4193
|
"PreviewPrivacyImpact",
|
|
4145
4194
|
"StartProtectedJob",
|
|
4146
4195
|
"StartProtectedQuery",
|
|
@@ -4158,12 +4207,14 @@
|
|
|
4158
4207
|
"UpdateConfiguredTableReference",
|
|
4159
4208
|
"UpdateIdMappingTable",
|
|
4160
4209
|
"UpdateIdNamespaceAssociation",
|
|
4210
|
+
"UpdateIntermediateTable",
|
|
4211
|
+
"UpdateIntermediateTableAnalysisRule",
|
|
4161
4212
|
"UpdateMembership",
|
|
4162
4213
|
"UpdatePrivacyBudgetTemplate",
|
|
4163
4214
|
"UpdateProtectedJob",
|
|
4164
4215
|
"UpdateProtectedQuery"
|
|
4165
4216
|
],
|
|
4166
|
-
"resourceTypesCount":
|
|
4217
|
+
"resourceTypesCount": 10,
|
|
4167
4218
|
"resourceTypes": [
|
|
4168
4219
|
"analysistemplate",
|
|
4169
4220
|
"collaboration",
|
|
@@ -4173,6 +4224,7 @@
|
|
|
4173
4224
|
"idmappingtable",
|
|
4174
4225
|
"idnamespaceassociation",
|
|
4175
4226
|
"membership",
|
|
4227
|
+
"intermediatetable",
|
|
4176
4228
|
"privacybudgettemplate"
|
|
4177
4229
|
],
|
|
4178
4230
|
"conditionKeysCount": 3,
|
|
@@ -7299,7 +7351,7 @@
|
|
|
7299
7351
|
"name": "Amazon Connect",
|
|
7300
7352
|
"servicePrefix": "connect",
|
|
7301
7353
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
7302
|
-
"actionsCount":
|
|
7354
|
+
"actionsCount": 367,
|
|
7303
7355
|
"actions": [
|
|
7304
7356
|
"ActivateEvaluationForm",
|
|
7305
7357
|
"AdminGetEmergencyAccessToken",
|
|
@@ -7335,6 +7387,7 @@
|
|
|
7335
7387
|
"ClaimPhoneNumber",
|
|
7336
7388
|
"CompleteAttachedFileUpload",
|
|
7337
7389
|
"CreateAgentStatus",
|
|
7390
|
+
"CreateAttachedFile",
|
|
7338
7391
|
"CreateAuthenticationProfile",
|
|
7339
7392
|
"CreateContact",
|
|
7340
7393
|
"CreateContactFlow",
|
|
@@ -7466,6 +7519,7 @@
|
|
|
7466
7519
|
"GetCurrentMetricData",
|
|
7467
7520
|
"GetCurrentUserData",
|
|
7468
7521
|
"GetEffectiveHoursOfOperations",
|
|
7522
|
+
"GetEvaluationFormValidation",
|
|
7469
7523
|
"GetFederationToken",
|
|
7470
7524
|
"GetFlowAssociation",
|
|
7471
7525
|
"GetMetricData",
|
|
@@ -7579,11 +7633,13 @@
|
|
|
7579
7633
|
"SendOutboundWebNotification",
|
|
7580
7634
|
"StartAttachedFileUpload",
|
|
7581
7635
|
"StartChatContact",
|
|
7636
|
+
"StartContactConversationalAnalyticsJob",
|
|
7582
7637
|
"StartContactEvaluation",
|
|
7583
7638
|
"StartContactMediaProcessing",
|
|
7584
7639
|
"StartContactRecording",
|
|
7585
7640
|
"StartContactStreaming",
|
|
7586
7641
|
"StartEmailContact",
|
|
7642
|
+
"StartEvaluationFormValidation",
|
|
7587
7643
|
"StartForecastingPlanningSchedulingIntegration",
|
|
7588
7644
|
"StartOutboundChatContact",
|
|
7589
7645
|
"StartOutboundEmailContact",
|
|
@@ -10006,7 +10062,7 @@
|
|
|
10006
10062
|
"name": "Amazon EC2",
|
|
10007
10063
|
"servicePrefix": "ec2",
|
|
10008
10064
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
|
|
10009
|
-
"actionsCount":
|
|
10065
|
+
"actionsCount": 793,
|
|
10010
10066
|
"actions": [
|
|
10011
10067
|
"AcceptAddressTransfer",
|
|
10012
10068
|
"AcceptCapacityReservationBillingOwnership",
|
|
@@ -10047,6 +10103,7 @@
|
|
|
10047
10103
|
"AssociateVpcCidrBlock",
|
|
10048
10104
|
"AttachApplianceToNatGateway",
|
|
10049
10105
|
"AttachClassicLinkVpc",
|
|
10106
|
+
"AttachImageWatermark",
|
|
10050
10107
|
"AttachInternetGateway",
|
|
10051
10108
|
"AttachNetworkInterface",
|
|
10052
10109
|
"AttachResourcesToPlacementGroup",
|
|
@@ -10477,6 +10534,7 @@
|
|
|
10477
10534
|
"DescribeVpnGateways",
|
|
10478
10535
|
"DetachApplianceFromNatGateway",
|
|
10479
10536
|
"DetachClassicLinkVpc",
|
|
10537
|
+
"DetachImageWatermark",
|
|
10480
10538
|
"DetachInternetGateway",
|
|
10481
10539
|
"DetachNetworkInterface",
|
|
10482
10540
|
"DetachResourcesFromPlacementGroup",
|
|
@@ -11906,12 +11964,13 @@
|
|
|
11906
11964
|
"name": "Amazon Elastic Kubernetes Service",
|
|
11907
11965
|
"servicePrefix": "eks",
|
|
11908
11966
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelastickubernetesservice.html",
|
|
11909
|
-
"actionsCount":
|
|
11967
|
+
"actionsCount": 69,
|
|
11910
11968
|
"actions": [
|
|
11911
11969
|
"AccessKubernetesApi",
|
|
11912
11970
|
"AssociateAccessPolicy",
|
|
11913
11971
|
"AssociateEncryptionConfig",
|
|
11914
11972
|
"AssociateIdentityProviderConfig",
|
|
11973
|
+
"CancelUpdate",
|
|
11915
11974
|
"CreateAccessEntry",
|
|
11916
11975
|
"CreateAddon",
|
|
11917
11976
|
"CreateCapability",
|
|
@@ -22016,7 +22075,7 @@
|
|
|
22016
22075
|
"name": "Amazon OpenSearch Service",
|
|
22017
22076
|
"servicePrefix": "es",
|
|
22018
22077
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
22019
|
-
"actionsCount":
|
|
22078
|
+
"actionsCount": 128,
|
|
22020
22079
|
"actions": [
|
|
22021
22080
|
"AcceptInboundConnection",
|
|
22022
22081
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -22101,6 +22160,7 @@
|
|
|
22101
22160
|
"GetPackageVersionHistory",
|
|
22102
22161
|
"GetUpgradeHistory",
|
|
22103
22162
|
"GetUpgradeStatus",
|
|
22163
|
+
"InsightFeedback",
|
|
22104
22164
|
"ListApplications",
|
|
22105
22165
|
"ListDataSourceAttachments",
|
|
22106
22166
|
"ListDataSources",
|
|
@@ -22539,7 +22599,7 @@
|
|
|
22539
22599
|
"name": "AWS Partner Central",
|
|
22540
22600
|
"servicePrefix": "partnercentral",
|
|
22541
22601
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspartnercentral.html",
|
|
22542
|
-
"actionsCount":
|
|
22602
|
+
"actionsCount": 129,
|
|
22543
22603
|
"actions": [
|
|
22544
22604
|
"AcceptChannelHandshake",
|
|
22545
22605
|
"AcceptConnectionInvitation",
|
|
@@ -22563,12 +22623,15 @@
|
|
|
22563
22623
|
"CreateEngagement",
|
|
22564
22624
|
"CreateEngagementContext",
|
|
22565
22625
|
"CreateEngagementInvitation",
|
|
22626
|
+
"CreateMarketplaceRevenueShare",
|
|
22627
|
+
"CreateMarketplaceRevenueShareAllocation",
|
|
22566
22628
|
"CreateOpportunity",
|
|
22567
22629
|
"CreatePartner",
|
|
22568
22630
|
"CreateProgramManagementAccount",
|
|
22569
22631
|
"CreateRelationship",
|
|
22570
22632
|
"CreateResourceSnapshot",
|
|
22571
22633
|
"CreateResourceSnapshotJob",
|
|
22634
|
+
"CreateRevenueAttribution",
|
|
22572
22635
|
"DeleteProgramManagementAccount",
|
|
22573
22636
|
"DeleteRelationship",
|
|
22574
22637
|
"DeleteResourceSnapshotJob",
|
|
@@ -22588,6 +22651,8 @@
|
|
|
22588
22651
|
"GetConnectionPreferences",
|
|
22589
22652
|
"GetEngagement",
|
|
22590
22653
|
"GetEngagementInvitation",
|
|
22654
|
+
"GetMarketplaceRevenueShare",
|
|
22655
|
+
"GetMarketplaceRevenueShareAllocation",
|
|
22591
22656
|
"GetOpportunity",
|
|
22592
22657
|
"GetPartner",
|
|
22593
22658
|
"GetPartnerDashboard",
|
|
@@ -22599,6 +22664,9 @@
|
|
|
22599
22664
|
"GetRelationship",
|
|
22600
22665
|
"GetResourceSnapshot",
|
|
22601
22666
|
"GetResourceSnapshotJob",
|
|
22667
|
+
"GetRevenueAttribution",
|
|
22668
|
+
"GetRevenueAttributionAllocation",
|
|
22669
|
+
"GetRevenueAttributionAllocationsTask",
|
|
22602
22670
|
"GetSellingSystemSettings",
|
|
22603
22671
|
"GetVerification",
|
|
22604
22672
|
"ListBenefitAllocations",
|
|
@@ -22615,6 +22683,8 @@
|
|
|
22615
22683
|
"ListEngagementMembers",
|
|
22616
22684
|
"ListEngagementResourceAssociations",
|
|
22617
22685
|
"ListEngagements",
|
|
22686
|
+
"ListMarketplaceRevenueShareAllocations",
|
|
22687
|
+
"ListMarketplaceRevenueShares",
|
|
22618
22688
|
"ListOpportunities",
|
|
22619
22689
|
"ListOpportunityFromEngagementTasks",
|
|
22620
22690
|
"ListPartnerPaths",
|
|
@@ -22624,6 +22694,8 @@
|
|
|
22624
22694
|
"ListRelationships",
|
|
22625
22695
|
"ListResourceSnapshotJobs",
|
|
22626
22696
|
"ListResourceSnapshots",
|
|
22697
|
+
"ListRevenueAttributionAllocations",
|
|
22698
|
+
"ListRevenueAttributions",
|
|
22627
22699
|
"ListSolutions",
|
|
22628
22700
|
"ListTagsForResource",
|
|
22629
22701
|
"PutAllianceLeadContact",
|
|
@@ -22642,6 +22714,7 @@
|
|
|
22642
22714
|
"StartProfileUpdateTask",
|
|
22643
22715
|
"StartProspectingFromEngagementTask",
|
|
22644
22716
|
"StartResourceSnapshotJob",
|
|
22717
|
+
"StartRevenueAttributionAllocationsTask",
|
|
22645
22718
|
"StartVerification",
|
|
22646
22719
|
"StopResourceSnapshotJob",
|
|
22647
22720
|
"SubmitBenefitApplication",
|
|
@@ -22651,12 +22724,14 @@
|
|
|
22651
22724
|
"UpdateBenefitApplication",
|
|
22652
22725
|
"UpdateConnectionPreferences",
|
|
22653
22726
|
"UpdateEngagementContext",
|
|
22727
|
+
"UpdateMarketplaceRevenueShareAllocation",
|
|
22654
22728
|
"UpdateOpportunity",
|
|
22655
22729
|
"UpdateProgramManagementAccount",
|
|
22656
22730
|
"UpdateRelationship",
|
|
22731
|
+
"UpdateRevenueAttribution",
|
|
22657
22732
|
"UseSession"
|
|
22658
22733
|
],
|
|
22659
|
-
"resourceTypesCount":
|
|
22734
|
+
"resourceTypesCount": 23,
|
|
22660
22735
|
"resourceTypes": [
|
|
22661
22736
|
"Engagement",
|
|
22662
22737
|
"engagement-by-accepting-invitation-task",
|
|
@@ -22678,6 +22753,8 @@
|
|
|
22678
22753
|
"Relationship",
|
|
22679
22754
|
"ChannelHandshake",
|
|
22680
22755
|
"Dashboard",
|
|
22756
|
+
"RevenueAttribution",
|
|
22757
|
+
"MarketplaceRevenueShare",
|
|
22681
22758
|
"ProspectingFromEngagementTask"
|
|
22682
22759
|
],
|
|
22683
22760
|
"conditionKeysCount": 9,
|
|
@@ -26915,7 +26992,7 @@
|
|
|
26915
26992
|
"name": "Amazon SageMaker",
|
|
26916
26993
|
"servicePrefix": "sagemaker",
|
|
26917
26994
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
26918
|
-
"actionsCount":
|
|
26995
|
+
"actionsCount": 444,
|
|
26919
26996
|
"actions": [
|
|
26920
26997
|
"AccessModelPackage",
|
|
26921
26998
|
"AddAssociation",
|
|
@@ -26928,6 +27005,7 @@
|
|
|
26928
27005
|
"BatchGetMetrics",
|
|
26929
27006
|
"BatchGetRecord",
|
|
26930
27007
|
"BatchPutMetrics",
|
|
27008
|
+
"BatchWriteRecord",
|
|
26931
27009
|
"CallMlflowAppApi",
|
|
26932
27010
|
"CallPartnerAppApi",
|
|
26933
27011
|
"CallWithBearerToken",
|
|
@@ -27246,6 +27324,7 @@
|
|
|
27246
27324
|
"ListPipelines",
|
|
27247
27325
|
"ListProcessingJobs",
|
|
27248
27326
|
"ListProjects",
|
|
27327
|
+
"ListRecords",
|
|
27249
27328
|
"ListResourceCatalogs",
|
|
27250
27329
|
"ListSharedModelEvents",
|
|
27251
27330
|
"ListSharedModelVersions",
|
|
@@ -30797,7 +30876,7 @@
|
|
|
30797
30876
|
"name": "AWS Transform custom",
|
|
30798
30877
|
"servicePrefix": "transform-custom",
|
|
30799
30878
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstransformcustom.html",
|
|
30800
|
-
"actionsCount":
|
|
30879
|
+
"actionsCount": 52,
|
|
30801
30880
|
"actions": [
|
|
30802
30881
|
"BatchCreateFindings",
|
|
30803
30882
|
"BatchUpdateFindings",
|
|
@@ -30838,6 +30917,7 @@
|
|
|
30838
30917
|
"ListTagsForResource",
|
|
30839
30918
|
"ListTransformationPackageMetadata",
|
|
30840
30919
|
"ListTransformationPackageShares",
|
|
30920
|
+
"SendTelemetryEvent",
|
|
30841
30921
|
"ShareTransformationPackage",
|
|
30842
30922
|
"TagResource",
|
|
30843
30923
|
"UnshareTransformationPackage",
|
|
@@ -31593,7 +31673,7 @@
|
|
|
31593
31673
|
"UpdateRuleGroup",
|
|
31594
31674
|
"UpdateWebACL"
|
|
31595
31675
|
],
|
|
31596
|
-
"resourceTypesCount":
|
|
31676
|
+
"resourceTypesCount": 13,
|
|
31597
31677
|
"resourceTypes": [
|
|
31598
31678
|
"webacl",
|
|
31599
31679
|
"ipset",
|
|
@@ -31606,7 +31686,8 @@
|
|
|
31606
31686
|
"userpool",
|
|
31607
31687
|
"apprunner",
|
|
31608
31688
|
"verified-access-instance",
|
|
31609
|
-
"amplify-app"
|
|
31689
|
+
"amplify-app",
|
|
31690
|
+
"agentcore-gateway"
|
|
31610
31691
|
],
|
|
31611
31692
|
"conditionKeysCount": 5,
|
|
31612
31693
|
"conditionKeys": [
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11791
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5700
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3598
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -230,15 +230,15 @@
|
|
|
230
230
|
"Services with most actions": [
|
|
231
231
|
{
|
|
232
232
|
"key": "Amazon EC2",
|
|
233
|
-
"value":
|
|
233
|
+
"value": 793
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 444
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Connect",
|
|
241
|
-
"value":
|
|
241
|
+
"value": 367
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"key": "Amazon QuickSight",
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
405
|
-
"value":
|
|
405
|
+
"value": 46
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"key": "Median 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": 2147
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1438
|
|
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.607",
|
|
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",
|