aws-iam-data 0.0.423 → 0.0.424
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 +67 -0
- package/dist/data/json/iam.json +1263 -60
- package/dist/data/json/metadata.json +86 -13
- package/dist/data/json/reports.json +8 -8
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 446,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -1673,6 +1673,47 @@
|
|
|
1673
1673
|
"aws:TagKeys"
|
|
1674
1674
|
]
|
|
1675
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "Amazon ARC Region switch",
|
|
1678
|
+
"servicePrefix": "arc-region-switch",
|
|
1679
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonarcregionswitch.html",
|
|
1680
|
+
"actionsCount": 23,
|
|
1681
|
+
"actions": [
|
|
1682
|
+
"ApprovePlanExecutionStep",
|
|
1683
|
+
"CancelPlanExecution",
|
|
1684
|
+
"CreatePlan",
|
|
1685
|
+
"DeletePlan",
|
|
1686
|
+
"DeleteResourcePolicy",
|
|
1687
|
+
"GetPlan",
|
|
1688
|
+
"GetPlanEvaluationStatus",
|
|
1689
|
+
"GetPlanExecution",
|
|
1690
|
+
"GetPlanInRegion",
|
|
1691
|
+
"GetResourcePolicy",
|
|
1692
|
+
"ListPlanExecutionEvents",
|
|
1693
|
+
"ListPlanExecutions",
|
|
1694
|
+
"ListPlans",
|
|
1695
|
+
"ListPlansInRegion",
|
|
1696
|
+
"ListRoute53HealthChecks",
|
|
1697
|
+
"ListTagsForResource",
|
|
1698
|
+
"PutResourcePolicy",
|
|
1699
|
+
"StartPlanExecution",
|
|
1700
|
+
"TagResource",
|
|
1701
|
+
"UntagResource",
|
|
1702
|
+
"UpdatePlan",
|
|
1703
|
+
"UpdatePlanExecution",
|
|
1704
|
+
"UpdatePlanExecutionStep"
|
|
1705
|
+
],
|
|
1706
|
+
"resourceTypesCount": 1,
|
|
1707
|
+
"resourceTypes": [
|
|
1708
|
+
"plan"
|
|
1709
|
+
],
|
|
1710
|
+
"conditionKeysCount": 3,
|
|
1711
|
+
"conditionKeys": [
|
|
1712
|
+
"aws:RequestTag/${TagKey}",
|
|
1713
|
+
"aws:ResourceTag/${TagKey}",
|
|
1714
|
+
"aws:TagKeys"
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1676
1717
|
{
|
|
1677
1718
|
"name": "AWS Artifact",
|
|
1678
1719
|
"servicePrefix": "artifact",
|
|
@@ -8570,7 +8611,7 @@
|
|
|
8570
8611
|
"name": "AWS Directory Service",
|
|
8571
8612
|
"servicePrefix": "ds",
|
|
8572
8613
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdirectoryservice.html",
|
|
8573
|
-
"actionsCount":
|
|
8614
|
+
"actionsCount": 88,
|
|
8574
8615
|
"actions": [
|
|
8575
8616
|
"AcceptSharedDirectory",
|
|
8576
8617
|
"AccessDSData",
|
|
@@ -8585,11 +8626,13 @@
|
|
|
8585
8626
|
"CreateComputer",
|
|
8586
8627
|
"CreateConditionalForwarder",
|
|
8587
8628
|
"CreateDirectory",
|
|
8629
|
+
"CreateHybridAD",
|
|
8588
8630
|
"CreateIdentityPoolDirectory",
|
|
8589
8631
|
"CreateLogSubscription",
|
|
8590
8632
|
"CreateMicrosoftAD",
|
|
8591
8633
|
"CreateSnapshot",
|
|
8592
8634
|
"CreateTrust",
|
|
8635
|
+
"DeleteADAssessment",
|
|
8593
8636
|
"DeleteConditionalForwarder",
|
|
8594
8637
|
"DeleteDirectory",
|
|
8595
8638
|
"DeleteLogSubscription",
|
|
@@ -8597,6 +8640,7 @@
|
|
|
8597
8640
|
"DeleteTrust",
|
|
8598
8641
|
"DeregisterCertificate",
|
|
8599
8642
|
"DeregisterEventTopic",
|
|
8643
|
+
"DescribeADAssessment",
|
|
8600
8644
|
"DescribeCertificate",
|
|
8601
8645
|
"DescribeClientAuthenticationSettings",
|
|
8602
8646
|
"DescribeConditionalForwarders",
|
|
@@ -8604,6 +8648,7 @@
|
|
|
8604
8648
|
"DescribeDirectoryDataAccess",
|
|
8605
8649
|
"DescribeDomainControllers",
|
|
8606
8650
|
"DescribeEventTopics",
|
|
8651
|
+
"DescribeHybridADUpdate",
|
|
8607
8652
|
"DescribeLDAPSSettings",
|
|
8608
8653
|
"DescribeRegions",
|
|
8609
8654
|
"DescribeSettings",
|
|
@@ -8626,6 +8671,7 @@
|
|
|
8626
8671
|
"GetAuthorizedApplicationDetails",
|
|
8627
8672
|
"GetDirectoryLimits",
|
|
8628
8673
|
"GetSnapshotLimits",
|
|
8674
|
+
"ListADAssessments",
|
|
8629
8675
|
"ListAuthorizedApplications",
|
|
8630
8676
|
"ListCertificates",
|
|
8631
8677
|
"ListIpRoutes",
|
|
@@ -8641,6 +8687,7 @@
|
|
|
8641
8687
|
"ResetUserPassword",
|
|
8642
8688
|
"RestoreFromSnapshot",
|
|
8643
8689
|
"ShareDirectory",
|
|
8690
|
+
"StartADAssessment",
|
|
8644
8691
|
"StartSchemaExtension",
|
|
8645
8692
|
"UnauthorizeApplication",
|
|
8646
8693
|
"UnshareDirectory",
|
|
@@ -8648,6 +8695,7 @@
|
|
|
8648
8695
|
"UpdateConditionalForwarder",
|
|
8649
8696
|
"UpdateDirectory",
|
|
8650
8697
|
"UpdateDirectorySetup",
|
|
8698
|
+
"UpdateHybridAD",
|
|
8651
8699
|
"UpdateNumberOfDomainControllers",
|
|
8652
8700
|
"UpdateRadius",
|
|
8653
8701
|
"UpdateSettings",
|
|
@@ -23893,7 +23941,7 @@
|
|
|
23893
23941
|
"accessgrantslocation",
|
|
23894
23942
|
"accessgrant"
|
|
23895
23943
|
],
|
|
23896
|
-
"conditionKeysCount":
|
|
23944
|
+
"conditionKeysCount": 53,
|
|
23897
23945
|
"conditionKeys": [
|
|
23898
23946
|
"aws:RequestTag/${TagKey}",
|
|
23899
23947
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -23902,6 +23950,7 @@
|
|
|
23902
23950
|
"s3:AccessGrantsInstanceArn",
|
|
23903
23951
|
"s3:AccessGrantsLocationScope",
|
|
23904
23952
|
"s3:AccessPointNetworkOrigin",
|
|
23953
|
+
"s3:AccessPointTag/${TagKey}",
|
|
23905
23954
|
"s3:DataAccessPointAccount",
|
|
23906
23955
|
"s3:DataAccessPointArn",
|
|
23907
23956
|
"s3:ExistingJobOperation",
|
|
@@ -23985,12 +24034,13 @@
|
|
|
23985
24034
|
"bucket",
|
|
23986
24035
|
"accesspoint"
|
|
23987
24036
|
],
|
|
23988
|
-
"conditionKeysCount":
|
|
24037
|
+
"conditionKeysCount": 20,
|
|
23989
24038
|
"conditionKeys": [
|
|
23990
24039
|
"aws:RequestTag/${TagKey}",
|
|
23991
24040
|
"aws:ResourceTag/${TagKey}",
|
|
23992
24041
|
"aws:TagKeys",
|
|
23993
24042
|
"s3express:AccessPointNetworkOrigin",
|
|
24043
|
+
"s3express:AccessPointTag/${TagKey}",
|
|
23994
24044
|
"s3express:AllAccessRestrictedToLocalZoneGroup",
|
|
23995
24045
|
"s3express:BucketTag/${TagKey}",
|
|
23996
24046
|
"s3express:DataAccessPointAccount",
|
|
@@ -26039,7 +26089,7 @@
|
|
|
26039
26089
|
"name": "Amazon Simple Email Service v2",
|
|
26040
26090
|
"servicePrefix": "ses",
|
|
26041
26091
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpleemailservicev2.html",
|
|
26042
|
-
"actionsCount":
|
|
26092
|
+
"actionsCount": 110,
|
|
26043
26093
|
"actions": [
|
|
26044
26094
|
"BatchGetMetricData",
|
|
26045
26095
|
"CancelExportJob",
|
|
@@ -26056,6 +26106,8 @@
|
|
|
26056
26106
|
"CreateExportJob",
|
|
26057
26107
|
"CreateImportJob",
|
|
26058
26108
|
"CreateMultiRegionEndpoint",
|
|
26109
|
+
"CreateTenant",
|
|
26110
|
+
"CreateTenantResourceAssociation",
|
|
26059
26111
|
"DeleteConfigurationSet",
|
|
26060
26112
|
"DeleteConfigurationSetEventDestination",
|
|
26061
26113
|
"DeleteContact",
|
|
@@ -26067,6 +26119,8 @@
|
|
|
26067
26119
|
"DeleteEmailTemplate",
|
|
26068
26120
|
"DeleteMultiRegionEndpoint",
|
|
26069
26121
|
"DeleteSuppressedDestination",
|
|
26122
|
+
"DeleteTenant",
|
|
26123
|
+
"DeleteTenantResourceAssociation",
|
|
26070
26124
|
"GetAccount",
|
|
26071
26125
|
"GetBlacklistReports",
|
|
26072
26126
|
"GetConfigurationSet",
|
|
@@ -26088,7 +26142,9 @@
|
|
|
26088
26142
|
"GetImportJob",
|
|
26089
26143
|
"GetMessageInsights",
|
|
26090
26144
|
"GetMultiRegionEndpoint",
|
|
26145
|
+
"GetReputationEntity",
|
|
26091
26146
|
"GetSuppressedDestination",
|
|
26147
|
+
"GetTenant",
|
|
26092
26148
|
"ListConfigurationSets",
|
|
26093
26149
|
"ListContactLists",
|
|
26094
26150
|
"ListContacts",
|
|
@@ -26102,8 +26158,12 @@
|
|
|
26102
26158
|
"ListImportJobs",
|
|
26103
26159
|
"ListMultiRegionEndpoints",
|
|
26104
26160
|
"ListRecommendations",
|
|
26161
|
+
"ListReputationEntities",
|
|
26162
|
+
"ListResourceTenants",
|
|
26105
26163
|
"ListSuppressedDestinations",
|
|
26106
26164
|
"ListTagsForResource",
|
|
26165
|
+
"ListTenantResources",
|
|
26166
|
+
"ListTenants",
|
|
26107
26167
|
"PutAccountDedicatedIpWarmupAttributes",
|
|
26108
26168
|
"PutAccountDetails",
|
|
26109
26169
|
"PutAccountSendingAttributes",
|
|
@@ -26138,10 +26198,13 @@
|
|
|
26138
26198
|
"UpdateContactList",
|
|
26139
26199
|
"UpdateCustomVerificationEmailTemplate",
|
|
26140
26200
|
"UpdateEmailIdentityPolicy",
|
|
26141
|
-
"UpdateEmailTemplate"
|
|
26201
|
+
"UpdateEmailTemplate",
|
|
26202
|
+
"UpdateReputationEntityCustomerManagedStatus",
|
|
26203
|
+
"UpdateReputationEntityPolicy"
|
|
26142
26204
|
],
|
|
26143
|
-
"resourceTypesCount":
|
|
26205
|
+
"resourceTypesCount": 13,
|
|
26144
26206
|
"resourceTypes": [
|
|
26207
|
+
"reputation-policy",
|
|
26145
26208
|
"configuration-set",
|
|
26146
26209
|
"contact-list",
|
|
26147
26210
|
"custom-verification-email-template",
|
|
@@ -26152,9 +26215,10 @@
|
|
|
26152
26215
|
"import-job",
|
|
26153
26216
|
"template",
|
|
26154
26217
|
"multi-region-endpoint",
|
|
26155
|
-
"mailmanager-archive"
|
|
26218
|
+
"mailmanager-archive",
|
|
26219
|
+
"tenant"
|
|
26156
26220
|
],
|
|
26157
|
-
"conditionKeysCount":
|
|
26221
|
+
"conditionKeysCount": 12,
|
|
26158
26222
|
"conditionKeys": [
|
|
26159
26223
|
"aws:RequestTag/${TagKey}",
|
|
26160
26224
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -26166,7 +26230,8 @@
|
|
|
26166
26230
|
"ses:FromDisplayName",
|
|
26167
26231
|
"ses:MultiRegionEndpointId",
|
|
26168
26232
|
"ses:Recipients",
|
|
26169
|
-
"ses:ReplicaRegion"
|
|
26233
|
+
"ses:ReplicaRegion",
|
|
26234
|
+
"ses:TenantName"
|
|
26170
26235
|
]
|
|
26171
26236
|
},
|
|
26172
26237
|
{
|
|
@@ -29083,12 +29148,13 @@
|
|
|
29083
29148
|
"name": "Amazon WorkSpaces Secure Browser",
|
|
29084
29149
|
"servicePrefix": "workspaces-web",
|
|
29085
29150
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspacessecurebrowser.html",
|
|
29086
|
-
"actionsCount":
|
|
29151
|
+
"actionsCount": 75,
|
|
29087
29152
|
"actions": [
|
|
29088
29153
|
"AssociateBrowserSettings",
|
|
29089
29154
|
"AssociateDataProtectionSettings",
|
|
29090
29155
|
"AssociateIpAccessSettings",
|
|
29091
29156
|
"AssociateNetworkSettings",
|
|
29157
|
+
"AssociateSessionLogger",
|
|
29092
29158
|
"AssociateTrustStore",
|
|
29093
29159
|
"AssociateUserAccessLoggingSettings",
|
|
29094
29160
|
"AssociateUserSettings",
|
|
@@ -29098,6 +29164,7 @@
|
|
|
29098
29164
|
"CreateIpAccessSettings",
|
|
29099
29165
|
"CreateNetworkSettings",
|
|
29100
29166
|
"CreatePortal",
|
|
29167
|
+
"CreateSessionLogger",
|
|
29101
29168
|
"CreateTrustStore",
|
|
29102
29169
|
"CreateUserAccessLoggingSettings",
|
|
29103
29170
|
"CreateUserSettings",
|
|
@@ -29107,6 +29174,7 @@
|
|
|
29107
29174
|
"DeleteIpAccessSettings",
|
|
29108
29175
|
"DeleteNetworkSettings",
|
|
29109
29176
|
"DeletePortal",
|
|
29177
|
+
"DeleteSessionLogger",
|
|
29110
29178
|
"DeleteTrustStore",
|
|
29111
29179
|
"DeleteUserAccessLoggingSettings",
|
|
29112
29180
|
"DeleteUserSettings",
|
|
@@ -29114,6 +29182,7 @@
|
|
|
29114
29182
|
"DisassociateDataProtectionSettings",
|
|
29115
29183
|
"DisassociateIpAccessSettings",
|
|
29116
29184
|
"DisassociateNetworkSettings",
|
|
29185
|
+
"DisassociateSessionLogger",
|
|
29117
29186
|
"DisassociateTrustStore",
|
|
29118
29187
|
"DisassociateUserAccessLoggingSettings",
|
|
29119
29188
|
"DisassociateUserSettings",
|
|
@@ -29126,6 +29195,7 @@
|
|
|
29126
29195
|
"GetPortal",
|
|
29127
29196
|
"GetPortalServiceProviderMetadata",
|
|
29128
29197
|
"GetSession",
|
|
29198
|
+
"GetSessionLogger",
|
|
29129
29199
|
"GetTrustStore",
|
|
29130
29200
|
"GetTrustStoreCertificate",
|
|
29131
29201
|
"GetUserAccessLoggingSettings",
|
|
@@ -29136,6 +29206,7 @@
|
|
|
29136
29206
|
"ListIpAccessSettings",
|
|
29137
29207
|
"ListNetworkSettings",
|
|
29138
29208
|
"ListPortals",
|
|
29209
|
+
"ListSessionLoggers",
|
|
29139
29210
|
"ListSessions",
|
|
29140
29211
|
"ListTagsForResource",
|
|
29141
29212
|
"ListTrustStoreCertificates",
|
|
@@ -29150,11 +29221,12 @@
|
|
|
29150
29221
|
"UpdateIpAccessSettings",
|
|
29151
29222
|
"UpdateNetworkSettings",
|
|
29152
29223
|
"UpdatePortal",
|
|
29224
|
+
"UpdateSessionLogger",
|
|
29153
29225
|
"UpdateTrustStore",
|
|
29154
29226
|
"UpdateUserAccessLoggingSettings",
|
|
29155
29227
|
"UpdateUserSettings"
|
|
29156
29228
|
],
|
|
29157
|
-
"resourceTypesCount":
|
|
29229
|
+
"resourceTypesCount": 10,
|
|
29158
29230
|
"resourceTypes": [
|
|
29159
29231
|
"browserSettings",
|
|
29160
29232
|
"identityProvider",
|
|
@@ -29164,7 +29236,8 @@
|
|
|
29164
29236
|
"userSettings",
|
|
29165
29237
|
"userAccessLoggingSettings",
|
|
29166
29238
|
"ipAccessSettings",
|
|
29167
|
-
"dataProtectionSettings"
|
|
29239
|
+
"dataProtectionSettings",
|
|
29240
|
+
"sessionLogger"
|
|
29168
29241
|
],
|
|
29169
29242
|
"conditionKeysCount": 3,
|
|
29170
29243
|
"conditionKeys": [
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10496
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5102
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3146
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 362
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
161
|
-
"value":
|
|
161
|
+
"value": 90
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 446
|
|
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": 1956
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1212
|
|
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.424",
|
|
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",
|