aws-iam-data 0.0.367 → 0.0.369
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 +71 -0
- package/dist/data/json/iam.json +619 -410
- package/dist/data/json/metadata.json +38 -27
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
|
@@ -2503,13 +2503,14 @@
|
|
|
2503
2503
|
"data-automation-profile",
|
|
2504
2504
|
"session"
|
|
2505
2505
|
],
|
|
2506
|
-
"conditionKeysCount":
|
|
2506
|
+
"conditionKeysCount": 8,
|
|
2507
2507
|
"conditionKeys": [
|
|
2508
2508
|
"aws:RequestTag/${TagKey}",
|
|
2509
2509
|
"aws:ResourceTag/${TagKey}",
|
|
2510
2510
|
"aws:TagKeys",
|
|
2511
2511
|
"bedrock:GuardrailIdentifier",
|
|
2512
2512
|
"bedrock:InferenceProfileArn",
|
|
2513
|
+
"bedrock:InlineAgentName",
|
|
2513
2514
|
"bedrock:PromptRouterArn",
|
|
2514
2515
|
"bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn"
|
|
2515
2516
|
]
|
|
@@ -3793,20 +3794,25 @@
|
|
|
3793
3794
|
"name": "Amazon CloudFront",
|
|
3794
3795
|
"servicePrefix": "cloudfront",
|
|
3795
3796
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudfront.html",
|
|
3796
|
-
"actionsCount":
|
|
3797
|
+
"actionsCount": 154,
|
|
3797
3798
|
"actions": [
|
|
3798
3799
|
"AllowVendedLogDeliveryForResource",
|
|
3799
3800
|
"AssociateAlias",
|
|
3801
|
+
"AssociateDistributionTenantWebACL",
|
|
3802
|
+
"AssociateDistributionWebACL",
|
|
3800
3803
|
"CopyDistribution",
|
|
3801
3804
|
"CreateAnycastIpList",
|
|
3802
3805
|
"CreateCachePolicy",
|
|
3803
3806
|
"CreateCloudFrontOriginAccessIdentity",
|
|
3807
|
+
"CreateConnectionGroup",
|
|
3804
3808
|
"CreateContinuousDeploymentPolicy",
|
|
3805
3809
|
"CreateDistribution",
|
|
3810
|
+
"CreateDistributionTenant",
|
|
3806
3811
|
"CreateFieldLevelEncryptionConfig",
|
|
3807
3812
|
"CreateFieldLevelEncryptionProfile",
|
|
3808
3813
|
"CreateFunction",
|
|
3809
3814
|
"CreateInvalidation",
|
|
3815
|
+
"CreateInvalidationForDistributionTenant",
|
|
3810
3816
|
"CreateKeyGroup",
|
|
3811
3817
|
"CreateKeyValueStore",
|
|
3812
3818
|
"CreateMonitoringSubscription",
|
|
@@ -3822,8 +3828,10 @@
|
|
|
3822
3828
|
"DeleteAnycastIpList",
|
|
3823
3829
|
"DeleteCachePolicy",
|
|
3824
3830
|
"DeleteCloudFrontOriginAccessIdentity",
|
|
3831
|
+
"DeleteConnectionGroup",
|
|
3825
3832
|
"DeleteContinuousDeploymentPolicy",
|
|
3826
3833
|
"DeleteDistribution",
|
|
3834
|
+
"DeleteDistributionTenant",
|
|
3827
3835
|
"DeleteFieldLevelEncryptionConfig",
|
|
3828
3836
|
"DeleteFieldLevelEncryptionProfile",
|
|
3829
3837
|
"DeleteFunction",
|
|
@@ -3839,23 +3847,31 @@
|
|
|
3839
3847
|
"DeleteVpcOrigin",
|
|
3840
3848
|
"DescribeFunction",
|
|
3841
3849
|
"DescribeKeyValueStore",
|
|
3850
|
+
"DisassociateDistributionTenantWebACL",
|
|
3851
|
+
"DisassociateDistributionWebACL",
|
|
3842
3852
|
"GetAnycastIpList",
|
|
3843
3853
|
"GetCachePolicy",
|
|
3844
3854
|
"GetCachePolicyConfig",
|
|
3845
3855
|
"GetCloudFrontOriginAccessIdentity",
|
|
3846
3856
|
"GetCloudFrontOriginAccessIdentityConfig",
|
|
3857
|
+
"GetConnectionGroup",
|
|
3858
|
+
"GetConnectionGroupByRoutingEndpoint",
|
|
3847
3859
|
"GetContinuousDeploymentPolicy",
|
|
3848
3860
|
"GetContinuousDeploymentPolicyConfig",
|
|
3849
3861
|
"GetDistribution",
|
|
3850
3862
|
"GetDistributionConfig",
|
|
3863
|
+
"GetDistributionTenant",
|
|
3864
|
+
"GetDistributionTenantByDomain",
|
|
3851
3865
|
"GetFieldLevelEncryption",
|
|
3852
3866
|
"GetFieldLevelEncryptionConfig",
|
|
3853
3867
|
"GetFieldLevelEncryptionProfile",
|
|
3854
3868
|
"GetFieldLevelEncryptionProfileConfig",
|
|
3855
3869
|
"GetFunction",
|
|
3856
3870
|
"GetInvalidation",
|
|
3871
|
+
"GetInvalidationForDistributionTenant",
|
|
3857
3872
|
"GetKeyGroup",
|
|
3858
3873
|
"GetKeyGroupConfig",
|
|
3874
|
+
"GetManagedCertificateDetails",
|
|
3859
3875
|
"GetMonitoringSubscription",
|
|
3860
3876
|
"GetOriginAccessControl",
|
|
3861
3877
|
"GetOriginAccessControlConfig",
|
|
@@ -3874,10 +3890,14 @@
|
|
|
3874
3890
|
"ListCachePolicies",
|
|
3875
3891
|
"ListCloudFrontOriginAccessIdentities",
|
|
3876
3892
|
"ListConflictingAliases",
|
|
3893
|
+
"ListConnectionGroups",
|
|
3877
3894
|
"ListContinuousDeploymentPolicies",
|
|
3895
|
+
"ListDistributionTenants",
|
|
3896
|
+
"ListDistributionTenantsByCustomization",
|
|
3878
3897
|
"ListDistributions",
|
|
3879
3898
|
"ListDistributionsByAnycastIpListId",
|
|
3880
3899
|
"ListDistributionsByCachePolicyId",
|
|
3900
|
+
"ListDistributionsByConnectionMode",
|
|
3881
3901
|
"ListDistributionsByKeyGroup",
|
|
3882
3902
|
"ListDistributionsByLambdaFunction",
|
|
3883
3903
|
"ListDistributionsByOriginRequestPolicyId",
|
|
@@ -3885,10 +3905,12 @@
|
|
|
3885
3905
|
"ListDistributionsByResponseHeadersPolicyId",
|
|
3886
3906
|
"ListDistributionsByVpcOriginId",
|
|
3887
3907
|
"ListDistributionsByWebACLId",
|
|
3908
|
+
"ListDomainConflicts",
|
|
3888
3909
|
"ListFieldLevelEncryptionConfigs",
|
|
3889
3910
|
"ListFieldLevelEncryptionProfiles",
|
|
3890
3911
|
"ListFunctions",
|
|
3891
3912
|
"ListInvalidations",
|
|
3913
|
+
"ListInvalidationsForDistributionTenant",
|
|
3892
3914
|
"ListKeyGroups",
|
|
3893
3915
|
"ListKeyValueStores",
|
|
3894
3916
|
"ListOriginAccessControls",
|
|
@@ -3908,9 +3930,12 @@
|
|
|
3908
3930
|
"UntagResource",
|
|
3909
3931
|
"UpdateCachePolicy",
|
|
3910
3932
|
"UpdateCloudFrontOriginAccessIdentity",
|
|
3933
|
+
"UpdateConnectionGroup",
|
|
3911
3934
|
"UpdateContinuousDeploymentPolicy",
|
|
3912
3935
|
"UpdateDistribution",
|
|
3936
|
+
"UpdateDistributionTenant",
|
|
3913
3937
|
"UpdateDistributionWithStagingConfig",
|
|
3938
|
+
"UpdateDomainAssociation",
|
|
3914
3939
|
"UpdateFieldLevelEncryptionConfig",
|
|
3915
3940
|
"UpdateFieldLevelEncryptionProfile",
|
|
3916
3941
|
"UpdateFunction",
|
|
@@ -3923,9 +3948,10 @@
|
|
|
3923
3948
|
"UpdateResponseHeadersPolicy",
|
|
3924
3949
|
"UpdateSavingsPlan",
|
|
3925
3950
|
"UpdateStreamingDistribution",
|
|
3926
|
-
"UpdateVpcOrigin"
|
|
3951
|
+
"UpdateVpcOrigin",
|
|
3952
|
+
"VerifyDnsConfiguration"
|
|
3927
3953
|
],
|
|
3928
|
-
"resourceTypesCount":
|
|
3954
|
+
"resourceTypesCount": 17,
|
|
3929
3955
|
"resourceTypes": [
|
|
3930
3956
|
"distribution",
|
|
3931
3957
|
"streaming-distribution",
|
|
@@ -3941,7 +3967,9 @@
|
|
|
3941
3967
|
"origin-access-control",
|
|
3942
3968
|
"continuous-deployment-policy",
|
|
3943
3969
|
"anycast-ip-list",
|
|
3944
|
-
"vpcorigin"
|
|
3970
|
+
"vpcorigin",
|
|
3971
|
+
"distribution-tenant",
|
|
3972
|
+
"connection-group"
|
|
3945
3973
|
],
|
|
3946
3974
|
"conditionKeysCount": 3,
|
|
3947
3975
|
"conditionKeys": [
|
|
@@ -7173,15 +7201,12 @@
|
|
|
7173
7201
|
"name": "AWS Database Migration Service",
|
|
7174
7202
|
"servicePrefix": "dms",
|
|
7175
7203
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html",
|
|
7176
|
-
"actionsCount":
|
|
7204
|
+
"actionsCount": 115,
|
|
7177
7205
|
"actions": [
|
|
7178
7206
|
"AddTagsToResource",
|
|
7179
7207
|
"ApplyPendingMaintenanceAction",
|
|
7180
7208
|
"AssociateExtensionPack",
|
|
7181
7209
|
"BatchStartRecommendations",
|
|
7182
|
-
"CancelMetadataModelAssessment",
|
|
7183
|
-
"CancelMetadataModelConversion",
|
|
7184
|
-
"CancelMetadataModelExport",
|
|
7185
7210
|
"CancelReplicationTaskAssessmentRun",
|
|
7186
7211
|
"CreateDataMigration",
|
|
7187
7212
|
"CreateDataProvider",
|
|
@@ -7215,7 +7240,6 @@
|
|
|
7215
7240
|
"DescribeConnections",
|
|
7216
7241
|
"DescribeConversionConfiguration",
|
|
7217
7242
|
"DescribeDataMigrations",
|
|
7218
|
-
"DescribeDataProviders",
|
|
7219
7243
|
"DescribeEndpointSettings",
|
|
7220
7244
|
"DescribeEndpointTypes",
|
|
7221
7245
|
"DescribeEndpoints",
|
|
@@ -7223,19 +7247,12 @@
|
|
|
7223
7247
|
"DescribeEventCategories",
|
|
7224
7248
|
"DescribeEventSubscriptions",
|
|
7225
7249
|
"DescribeEvents",
|
|
7226
|
-
"DescribeExtensionPackAssociations",
|
|
7227
7250
|
"DescribeFleetAdvisorCollectors",
|
|
7228
7251
|
"DescribeFleetAdvisorDatabases",
|
|
7229
7252
|
"DescribeFleetAdvisorLsaAnalysis",
|
|
7230
7253
|
"DescribeFleetAdvisorSchemaObjectSummary",
|
|
7231
7254
|
"DescribeFleetAdvisorSchemas",
|
|
7232
|
-
"DescribeInstanceProfiles",
|
|
7233
|
-
"DescribeMetadataModelAssessments",
|
|
7234
|
-
"DescribeMetadataModelConversions",
|
|
7235
|
-
"DescribeMetadataModelExportsAsScript",
|
|
7236
|
-
"DescribeMetadataModelExportsToTarget",
|
|
7237
7255
|
"DescribeMetadataModelImports",
|
|
7238
|
-
"DescribeMigrationProjects",
|
|
7239
7256
|
"DescribeOrderableReplicationInstances",
|
|
7240
7257
|
"DescribePendingMaintenanceActions",
|
|
7241
7258
|
"DescribeRecommendationLimitations",
|
|
@@ -7253,9 +7270,7 @@
|
|
|
7253
7270
|
"DescribeReplications",
|
|
7254
7271
|
"DescribeSchemas",
|
|
7255
7272
|
"DescribeTableStatistics",
|
|
7256
|
-
"DisassociateExtensionPack",
|
|
7257
7273
|
"ExportMetadataModelAssessment",
|
|
7258
|
-
"GetMetadataModel",
|
|
7259
7274
|
"ImportCertificate",
|
|
7260
7275
|
"ListDataProviders",
|
|
7261
7276
|
"ListExtensionPacks",
|
|
@@ -7266,15 +7281,11 @@
|
|
|
7266
7281
|
"ListMetadataModelExports",
|
|
7267
7282
|
"ListMigrationProjects",
|
|
7268
7283
|
"ListTagsForResource",
|
|
7269
|
-
"ModifyConversionConfiguration",
|
|
7270
7284
|
"ModifyDataMigration",
|
|
7271
|
-
"ModifyDataProvider",
|
|
7272
7285
|
"ModifyEndpoint",
|
|
7273
7286
|
"ModifyEventSubscription",
|
|
7274
7287
|
"ModifyFleetAdvisorCollector",
|
|
7275
7288
|
"ModifyFleetAdvisorCollectorStatuses",
|
|
7276
|
-
"ModifyInstanceProfile",
|
|
7277
|
-
"ModifyMigrationProject",
|
|
7278
7289
|
"ModifyReplicationConfig",
|
|
7279
7290
|
"ModifyReplicationInstance",
|
|
7280
7291
|
"ModifyReplicationSubnetGroup",
|
|
@@ -7287,10 +7298,8 @@
|
|
|
7287
7298
|
"RemoveTagsFromResource",
|
|
7288
7299
|
"RunFleetAdvisorLsaAnalysis",
|
|
7289
7300
|
"StartDataMigration",
|
|
7290
|
-
"StartExtensionPackAssociation",
|
|
7291
7301
|
"StartMetadataModelAssessment",
|
|
7292
7302
|
"StartMetadataModelConversion",
|
|
7293
|
-
"StartMetadataModelExportAsScript",
|
|
7294
7303
|
"StartMetadataModelExportAsScripts",
|
|
7295
7304
|
"StartMetadataModelExportToTarget",
|
|
7296
7305
|
"StartMetadataModelImport",
|
|
@@ -18846,7 +18855,7 @@
|
|
|
18846
18855
|
"name": "Amazon MQ",
|
|
18847
18856
|
"servicePrefix": "mq",
|
|
18848
18857
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmq.html",
|
|
18849
|
-
"actionsCount":
|
|
18858
|
+
"actionsCount": 25,
|
|
18850
18859
|
"actions": [
|
|
18851
18860
|
"CreateBroker",
|
|
18852
18861
|
"CreateConfiguration",
|
|
@@ -18854,6 +18863,7 @@
|
|
|
18854
18863
|
"CreateTags",
|
|
18855
18864
|
"CreateUser",
|
|
18856
18865
|
"DeleteBroker",
|
|
18866
|
+
"DeleteConfiguration",
|
|
18857
18867
|
"DeleteTags",
|
|
18858
18868
|
"DeleteUser",
|
|
18859
18869
|
"DescribeBroker",
|
|
@@ -20913,7 +20923,7 @@
|
|
|
20913
20923
|
"name": "Amazon Q",
|
|
20914
20924
|
"servicePrefix": "q",
|
|
20915
20925
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonq.html",
|
|
20916
|
-
"actionsCount":
|
|
20926
|
+
"actionsCount": 35,
|
|
20917
20927
|
"actions": [
|
|
20918
20928
|
"AssociateConnectorResource",
|
|
20919
20929
|
"CreateAssignment",
|
|
@@ -20946,6 +20956,7 @@
|
|
|
20946
20956
|
"UntagResource",
|
|
20947
20957
|
"UpdateAuthGrant",
|
|
20948
20958
|
"UpdateOAuthAppConnection",
|
|
20959
|
+
"UpdatePlugin",
|
|
20949
20960
|
"UpdateTroubleshootingCommandResult",
|
|
20950
20961
|
"UsePlugin",
|
|
20951
20962
|
"VerifyOAuthAppConnection"
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10253
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4974
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3037
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 320
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1901
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1070
|
|
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.369",
|
|
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",
|