aws-iam-data 0.0.301 → 0.0.303
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 +86 -0
- package/dist/data/json/iam.json +1076 -11
- package/dist/data/json/metadata.json +76 -19
- package/dist/data/json/reports.json +16 -16
- package/package.json +1 -1
|
@@ -2109,7 +2109,7 @@
|
|
|
2109
2109
|
"name": "Amazon Bedrock",
|
|
2110
2110
|
"servicePrefix": "bedrock",
|
|
2111
2111
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2112
|
-
"actionsCount":
|
|
2112
|
+
"actionsCount": 136,
|
|
2113
2113
|
"actions": [
|
|
2114
2114
|
"AllowVendedLogDeliveryForResource",
|
|
2115
2115
|
"ApplyGuardrail",
|
|
@@ -2190,6 +2190,7 @@
|
|
|
2190
2190
|
"InvokeAgent",
|
|
2191
2191
|
"InvokeBuilder",
|
|
2192
2192
|
"InvokeFlow",
|
|
2193
|
+
"InvokeInlineAgent",
|
|
2193
2194
|
"InvokeModel",
|
|
2194
2195
|
"InvokeModelWithResponseStream",
|
|
2195
2196
|
"ListAgentActionGroups",
|
|
@@ -3453,10 +3454,12 @@
|
|
|
3453
3454
|
"name": "Amazon CloudFront",
|
|
3454
3455
|
"servicePrefix": "cloudfront",
|
|
3455
3456
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudfront.html",
|
|
3456
|
-
"actionsCount":
|
|
3457
|
+
"actionsCount": 129,
|
|
3457
3458
|
"actions": [
|
|
3459
|
+
"AllowVendedLogDeliveryForResource",
|
|
3458
3460
|
"AssociateAlias",
|
|
3459
3461
|
"CopyDistribution",
|
|
3462
|
+
"CreateAnycastIpList",
|
|
3460
3463
|
"CreateCachePolicy",
|
|
3461
3464
|
"CreateCloudFrontOriginAccessIdentity",
|
|
3462
3465
|
"CreateContinuousDeploymentPolicy",
|
|
@@ -3476,6 +3479,8 @@
|
|
|
3476
3479
|
"CreateSavingsPlan",
|
|
3477
3480
|
"CreateStreamingDistribution",
|
|
3478
3481
|
"CreateStreamingDistributionWithTags",
|
|
3482
|
+
"CreateVpcOrigin",
|
|
3483
|
+
"DeleteAnycastIpList",
|
|
3479
3484
|
"DeleteCachePolicy",
|
|
3480
3485
|
"DeleteCloudFrontOriginAccessIdentity",
|
|
3481
3486
|
"DeleteContinuousDeploymentPolicy",
|
|
@@ -3492,8 +3497,10 @@
|
|
|
3492
3497
|
"DeleteRealtimeLogConfig",
|
|
3493
3498
|
"DeleteResponseHeadersPolicy",
|
|
3494
3499
|
"DeleteStreamingDistribution",
|
|
3500
|
+
"DeleteVpcOrigin",
|
|
3495
3501
|
"DescribeFunction",
|
|
3496
3502
|
"DescribeKeyValueStore",
|
|
3503
|
+
"GetAnycastIpList",
|
|
3497
3504
|
"GetCachePolicy",
|
|
3498
3505
|
"GetCachePolicyConfig",
|
|
3499
3506
|
"GetCloudFrontOriginAccessIdentity",
|
|
@@ -3523,17 +3530,21 @@
|
|
|
3523
3530
|
"GetSavingsPlan",
|
|
3524
3531
|
"GetStreamingDistribution",
|
|
3525
3532
|
"GetStreamingDistributionConfig",
|
|
3533
|
+
"GetVpcOrigin",
|
|
3534
|
+
"ListAnycastIpLists",
|
|
3526
3535
|
"ListCachePolicies",
|
|
3527
3536
|
"ListCloudFrontOriginAccessIdentities",
|
|
3528
3537
|
"ListConflictingAliases",
|
|
3529
3538
|
"ListContinuousDeploymentPolicies",
|
|
3530
3539
|
"ListDistributions",
|
|
3540
|
+
"ListDistributionsByAnycastIpListId",
|
|
3531
3541
|
"ListDistributionsByCachePolicyId",
|
|
3532
3542
|
"ListDistributionsByKeyGroup",
|
|
3533
3543
|
"ListDistributionsByLambdaFunction",
|
|
3534
3544
|
"ListDistributionsByOriginRequestPolicyId",
|
|
3535
3545
|
"ListDistributionsByRealtimeLogConfig",
|
|
3536
3546
|
"ListDistributionsByResponseHeadersPolicyId",
|
|
3547
|
+
"ListDistributionsByVpcOriginId",
|
|
3537
3548
|
"ListDistributionsByWebACLId",
|
|
3538
3549
|
"ListFieldLevelEncryptionConfigs",
|
|
3539
3550
|
"ListFieldLevelEncryptionProfiles",
|
|
@@ -3551,6 +3562,7 @@
|
|
|
3551
3562
|
"ListStreamingDistributions",
|
|
3552
3563
|
"ListTagsForResource",
|
|
3553
3564
|
"ListUsages",
|
|
3565
|
+
"ListVpcOrigins",
|
|
3554
3566
|
"PublishFunction",
|
|
3555
3567
|
"TagResource",
|
|
3556
3568
|
"TestFunction",
|
|
@@ -3571,9 +3583,10 @@
|
|
|
3571
3583
|
"UpdateRealtimeLogConfig",
|
|
3572
3584
|
"UpdateResponseHeadersPolicy",
|
|
3573
3585
|
"UpdateSavingsPlan",
|
|
3574
|
-
"UpdateStreamingDistribution"
|
|
3586
|
+
"UpdateStreamingDistribution",
|
|
3587
|
+
"UpdateVpcOrigin"
|
|
3575
3588
|
],
|
|
3576
|
-
"resourceTypesCount":
|
|
3589
|
+
"resourceTypesCount": 15,
|
|
3577
3590
|
"resourceTypes": [
|
|
3578
3591
|
"distribution",
|
|
3579
3592
|
"streaming-distribution",
|
|
@@ -3587,7 +3600,9 @@
|
|
|
3587
3600
|
"key-value-store",
|
|
3588
3601
|
"response-headers-policy",
|
|
3589
3602
|
"origin-access-control",
|
|
3590
|
-
"continuous-deployment-policy"
|
|
3603
|
+
"continuous-deployment-policy",
|
|
3604
|
+
"anycast-ip-list",
|
|
3605
|
+
"vpcorigin"
|
|
3591
3606
|
],
|
|
3592
3607
|
"conditionKeysCount": 3,
|
|
3593
3608
|
"conditionKeys": [
|
|
@@ -5534,7 +5549,7 @@
|
|
|
5534
5549
|
"name": "AWS Compute Optimizer",
|
|
5535
5550
|
"servicePrefix": "compute-optimizer",
|
|
5536
5551
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscomputeoptimizer.html",
|
|
5537
|
-
"actionsCount":
|
|
5552
|
+
"actionsCount": 28,
|
|
5538
5553
|
"actions": [
|
|
5539
5554
|
"DeleteRecommendationPreferences",
|
|
5540
5555
|
"DescribeRecommendationExportJobs",
|
|
@@ -5542,6 +5557,7 @@
|
|
|
5542
5557
|
"ExportEBSVolumeRecommendations",
|
|
5543
5558
|
"ExportEC2InstanceRecommendations",
|
|
5544
5559
|
"ExportECSServiceRecommendations",
|
|
5560
|
+
"ExportIdleRecommendations",
|
|
5545
5561
|
"ExportLambdaFunctionRecommendations",
|
|
5546
5562
|
"ExportLicenseRecommendations",
|
|
5547
5563
|
"ExportRDSDatabaseRecommendations",
|
|
@@ -5554,6 +5570,7 @@
|
|
|
5554
5570
|
"GetEffectiveRecommendationPreferences",
|
|
5555
5571
|
"GetEnrollmentStatus",
|
|
5556
5572
|
"GetEnrollmentStatusesForOrganization",
|
|
5573
|
+
"GetIdleRecommendations",
|
|
5557
5574
|
"GetLambdaFunctionRecommendations",
|
|
5558
5575
|
"GetLicenseRecommendations",
|
|
5559
5576
|
"GetRDSDatabaseRecommendationProjectedMetrics",
|
|
@@ -5691,7 +5708,7 @@
|
|
|
5691
5708
|
"name": "Amazon Connect",
|
|
5692
5709
|
"servicePrefix": "connect",
|
|
5693
5710
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
5694
|
-
"actionsCount":
|
|
5711
|
+
"actionsCount": 275,
|
|
5695
5712
|
"actions": [
|
|
5696
5713
|
"ActivateEvaluationForm",
|
|
5697
5714
|
"AdminGetEmergencyAccessToken",
|
|
@@ -5721,6 +5738,7 @@
|
|
|
5721
5738
|
"CreateAuthenticationProfile",
|
|
5722
5739
|
"CreateContactFlow",
|
|
5723
5740
|
"CreateContactFlowModule",
|
|
5741
|
+
"CreateContactFlowVersion",
|
|
5724
5742
|
"CreateEvaluationForm",
|
|
5725
5743
|
"CreateHoursOfOperation",
|
|
5726
5744
|
"CreateHoursOfOperationOverride",
|
|
@@ -5830,6 +5848,7 @@
|
|
|
5830
5848
|
"ListBots",
|
|
5831
5849
|
"ListContactEvaluations",
|
|
5832
5850
|
"ListContactFlowModules",
|
|
5851
|
+
"ListContactFlowVersions",
|
|
5833
5852
|
"ListContactFlows",
|
|
5834
5853
|
"ListContactReferences",
|
|
5835
5854
|
"ListDefaultVocabularies",
|
|
@@ -6006,12 +6025,13 @@
|
|
|
6006
6025
|
"customer-managed-view-version",
|
|
6007
6026
|
"attached-file"
|
|
6008
6027
|
],
|
|
6009
|
-
"conditionKeysCount":
|
|
6028
|
+
"conditionKeysCount": 12,
|
|
6010
6029
|
"conditionKeys": [
|
|
6011
6030
|
"aws:RequestTag/${TagKey}",
|
|
6012
6031
|
"aws:ResourceTag/${TagKey}",
|
|
6013
6032
|
"aws:TagKeys",
|
|
6014
6033
|
"connect:AttributeType",
|
|
6034
|
+
"connect:FlowType",
|
|
6015
6035
|
"connect:InstanceId",
|
|
6016
6036
|
"connect:MonitorCapabilities",
|
|
6017
6037
|
"connect:SearchContactsByContactAnalysis",
|
|
@@ -6989,7 +7009,7 @@
|
|
|
6989
7009
|
"name": "Amazon DataZone",
|
|
6990
7010
|
"servicePrefix": "datazone",
|
|
6991
7011
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
6992
|
-
"actionsCount":
|
|
7012
|
+
"actionsCount": 184,
|
|
6993
7013
|
"actions": [
|
|
6994
7014
|
"AcceptPredictions",
|
|
6995
7015
|
"AcceptSubscriptionRequest",
|
|
@@ -7004,6 +7024,7 @@
|
|
|
7004
7024
|
"CreateAssetFilter",
|
|
7005
7025
|
"CreateAssetRevision",
|
|
7006
7026
|
"CreateAssetType",
|
|
7027
|
+
"CreateConnection",
|
|
7007
7028
|
"CreateDataProduct",
|
|
7008
7029
|
"CreateDataProductRevision",
|
|
7009
7030
|
"CreateDataSource",
|
|
@@ -7029,6 +7050,7 @@
|
|
|
7029
7050
|
"DeleteAsset",
|
|
7030
7051
|
"DeleteAssetFilter",
|
|
7031
7052
|
"DeleteAssetType",
|
|
7053
|
+
"DeleteConnection",
|
|
7032
7054
|
"DeleteDataProduct",
|
|
7033
7055
|
"DeleteDataSource",
|
|
7034
7056
|
"DeleteDomain",
|
|
@@ -7055,10 +7077,12 @@
|
|
|
7055
7077
|
"GetAsset",
|
|
7056
7078
|
"GetAssetFilter",
|
|
7057
7079
|
"GetAssetType",
|
|
7080
|
+
"GetConnection",
|
|
7058
7081
|
"GetDataProduct",
|
|
7059
7082
|
"GetDataSource",
|
|
7060
7083
|
"GetDataSourceRun",
|
|
7061
7084
|
"GetDomain",
|
|
7085
|
+
"GetDomainExecutionRoleCredentials",
|
|
7062
7086
|
"GetDomainSharingPolicy",
|
|
7063
7087
|
"GetDomainUnit",
|
|
7064
7088
|
"GetEnvironment",
|
|
@@ -7073,6 +7097,8 @@
|
|
|
7073
7097
|
"GetGlossaryTerm",
|
|
7074
7098
|
"GetGroupProfile",
|
|
7075
7099
|
"GetIamPortalLoginUrl",
|
|
7100
|
+
"GetJobRun",
|
|
7101
|
+
"GetLineageEvent",
|
|
7076
7102
|
"GetLineageNode",
|
|
7077
7103
|
"GetListing",
|
|
7078
7104
|
"GetMetadataGenerationRun",
|
|
@@ -7089,6 +7115,7 @@
|
|
|
7089
7115
|
"ListAccountEnvironments",
|
|
7090
7116
|
"ListAssetFilters",
|
|
7091
7117
|
"ListAssetRevisions",
|
|
7118
|
+
"ListConnections",
|
|
7092
7119
|
"ListDataProductRevisions",
|
|
7093
7120
|
"ListDataSourceRunActivities",
|
|
7094
7121
|
"ListDataSourceRuns",
|
|
@@ -7103,6 +7130,8 @@
|
|
|
7103
7130
|
"ListEnvironmentProfiles",
|
|
7104
7131
|
"ListEnvironments",
|
|
7105
7132
|
"ListGroupsForUser",
|
|
7133
|
+
"ListJobRuns",
|
|
7134
|
+
"ListLineageEvents",
|
|
7106
7135
|
"ListLineageNodeHistory",
|
|
7107
7136
|
"ListLinkedTypes",
|
|
7108
7137
|
"ListMetadataGenerationRuns",
|
|
@@ -7144,6 +7173,7 @@
|
|
|
7144
7173
|
"TagResource",
|
|
7145
7174
|
"UntagResource",
|
|
7146
7175
|
"UpdateAssetFilter",
|
|
7176
|
+
"UpdateConnection",
|
|
7147
7177
|
"UpdateDataSource",
|
|
7148
7178
|
"UpdateDataSourceRunActivities",
|
|
7149
7179
|
"UpdateDomain",
|
|
@@ -8862,7 +8892,7 @@
|
|
|
8862
8892
|
"vpn-connection",
|
|
8863
8893
|
"vpn-gateway"
|
|
8864
8894
|
],
|
|
8865
|
-
"conditionKeysCount":
|
|
8895
|
+
"conditionKeysCount": 129,
|
|
8866
8896
|
"conditionKeys": [
|
|
8867
8897
|
"aws:RequestTag/${TagKey}",
|
|
8868
8898
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -8922,6 +8952,7 @@
|
|
|
8922
8952
|
"ec2:KeyPairType",
|
|
8923
8953
|
"ec2:KmsKeyId",
|
|
8924
8954
|
"ec2:LaunchTemplate",
|
|
8955
|
+
"ec2:ManagedResourceOperator",
|
|
8925
8956
|
"ec2:MetadataHttpEndpoint",
|
|
8926
8957
|
"ec2:MetadataHttpPutResponseHopLimit",
|
|
8927
8958
|
"ec2:MetadataHttpTokens",
|
|
@@ -9071,8 +9102,10 @@
|
|
|
9071
9102
|
"autoScalingGroup",
|
|
9072
9103
|
"launchConfiguration"
|
|
9073
9104
|
],
|
|
9074
|
-
"conditionKeysCount":
|
|
9105
|
+
"conditionKeysCount": 21,
|
|
9075
9106
|
"conditionKeys": [
|
|
9107
|
+
"autoscaling:CapacityReservationIds",
|
|
9108
|
+
"autoscaling:CapacityReservationResourceGroupArns",
|
|
9076
9109
|
"autoscaling:ImageId",
|
|
9077
9110
|
"autoscaling:InstanceType",
|
|
9078
9111
|
"autoscaling:InstanceTypes",
|
|
@@ -9922,7 +9955,7 @@
|
|
|
9922
9955
|
"name": "AWS Elastic Load Balancing V2",
|
|
9923
9956
|
"servicePrefix": "elasticloadbalancing",
|
|
9924
9957
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselasticloadbalancingv2.html",
|
|
9925
|
-
"actionsCount":
|
|
9958
|
+
"actionsCount": 51,
|
|
9926
9959
|
"actions": [
|
|
9927
9960
|
"AddListenerCertificates",
|
|
9928
9961
|
"AddTags",
|
|
@@ -9940,6 +9973,7 @@
|
|
|
9940
9973
|
"DeleteTrustStore",
|
|
9941
9974
|
"DeregisterTargets",
|
|
9942
9975
|
"DescribeAccountLimits",
|
|
9976
|
+
"DescribeCapacityReservation",
|
|
9943
9977
|
"DescribeListenerAttributes",
|
|
9944
9978
|
"DescribeListenerCertificates",
|
|
9945
9979
|
"DescribeListeners",
|
|
@@ -9957,6 +9991,7 @@
|
|
|
9957
9991
|
"GetResourcePolicy",
|
|
9958
9992
|
"GetTrustStoreCaCertificatesBundle",
|
|
9959
9993
|
"GetTrustStoreRevocationContent",
|
|
9994
|
+
"ModifyCapacityReservation",
|
|
9960
9995
|
"ModifyListener",
|
|
9961
9996
|
"ModifyListenerAttributes",
|
|
9962
9997
|
"ModifyLoadBalancerAttributes",
|
|
@@ -12131,7 +12166,7 @@
|
|
|
12131
12166
|
"name": "AWS Glue",
|
|
12132
12167
|
"servicePrefix": "glue",
|
|
12133
12168
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
12134
|
-
"actionsCount":
|
|
12169
|
+
"actionsCount": 286,
|
|
12135
12170
|
"actions": [
|
|
12136
12171
|
"AuthorizeInboundIntegration",
|
|
12137
12172
|
"BatchCreatePartition",
|
|
@@ -12241,6 +12276,7 @@
|
|
|
12241
12276
|
"GetCrawlerMetrics",
|
|
12242
12277
|
"GetCrawlers",
|
|
12243
12278
|
"GetCustomEntityType",
|
|
12279
|
+
"GetDashboardUrl",
|
|
12244
12280
|
"GetDataCatalogEncryptionSettings",
|
|
12245
12281
|
"GetDataPreviewStatement",
|
|
12246
12282
|
"GetDataQualityModel",
|
|
@@ -12254,9 +12290,11 @@
|
|
|
12254
12290
|
"GetDataflowGraph",
|
|
12255
12291
|
"GetDevEndpoint",
|
|
12256
12292
|
"GetDevEndpoints",
|
|
12293
|
+
"GetEntityRecords",
|
|
12257
12294
|
"GetEnvironment",
|
|
12258
12295
|
"GetExecutors",
|
|
12259
12296
|
"GetExecutorsThreads",
|
|
12297
|
+
"GetGeneratedCode",
|
|
12260
12298
|
"GetIntegrationResourceProperty",
|
|
12261
12299
|
"GetIntegrationTableProperties",
|
|
12262
12300
|
"GetJob",
|
|
@@ -17383,7 +17421,7 @@
|
|
|
17383
17421
|
"name": "AWS Marketplace",
|
|
17384
17422
|
"servicePrefix": "aws-marketplace",
|
|
17385
17423
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplace.html",
|
|
17386
|
-
"actionsCount":
|
|
17424
|
+
"actionsCount": 20,
|
|
17387
17425
|
"actions": [
|
|
17388
17426
|
"AcceptAgreementApprovalRequest",
|
|
17389
17427
|
"AcceptAgreementRequest",
|
|
@@ -17395,6 +17433,7 @@
|
|
|
17395
17433
|
"GetAgreementRequest",
|
|
17396
17434
|
"GetAgreementTerms",
|
|
17397
17435
|
"ListAgreementApprovalRequests",
|
|
17436
|
+
"ListAgreementCharges",
|
|
17398
17437
|
"ListAgreementRequests",
|
|
17399
17438
|
"ListEntitlementDetails",
|
|
17400
17439
|
"RejectAgreementApprovalRequest",
|
|
@@ -17402,6 +17441,7 @@
|
|
|
17402
17441
|
"Subscribe",
|
|
17403
17442
|
"Unsubscribe",
|
|
17404
17443
|
"UpdateAgreementApprovalRequest",
|
|
17444
|
+
"UpdatePurchaseOrders",
|
|
17405
17445
|
"ViewSubscriptions"
|
|
17406
17446
|
],
|
|
17407
17447
|
"resourceTypesCount": 0,
|
|
@@ -22640,7 +22680,7 @@
|
|
|
22640
22680
|
"name": "Amazon SageMaker",
|
|
22641
22681
|
"servicePrefix": "sagemaker",
|
|
22642
22682
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
22643
|
-
"actionsCount":
|
|
22683
|
+
"actionsCount": 373,
|
|
22644
22684
|
"actions": [
|
|
22645
22685
|
"AddAssociation",
|
|
22646
22686
|
"AddTags",
|
|
@@ -22696,6 +22736,8 @@
|
|
|
22696
22736
|
"CreateNotebookInstance",
|
|
22697
22737
|
"CreateNotebookInstanceLifecycleConfig",
|
|
22698
22738
|
"CreateOptimizationJob",
|
|
22739
|
+
"CreatePartnerApp",
|
|
22740
|
+
"CreatePartnerAppPresignedUrl",
|
|
22699
22741
|
"CreatePipeline",
|
|
22700
22742
|
"CreatePresignedDomainUrl",
|
|
22701
22743
|
"CreatePresignedMlflowTrackingServerUrl",
|
|
@@ -22756,6 +22798,7 @@
|
|
|
22756
22798
|
"DeleteNotebookInstance",
|
|
22757
22799
|
"DeleteNotebookInstanceLifecycleConfig",
|
|
22758
22800
|
"DeleteOptimizationJob",
|
|
22801
|
+
"DeletePartnerApp",
|
|
22759
22802
|
"DeletePipeline",
|
|
22760
22803
|
"DeleteProject",
|
|
22761
22804
|
"DeleteRecord",
|
|
@@ -22819,6 +22862,7 @@
|
|
|
22819
22862
|
"DescribeNotebookInstance",
|
|
22820
22863
|
"DescribeNotebookInstanceLifecycleConfig",
|
|
22821
22864
|
"DescribeOptimizationJob",
|
|
22865
|
+
"DescribePartnerApp",
|
|
22822
22866
|
"DescribePipeline",
|
|
22823
22867
|
"DescribePipelineDefinitionForExecution",
|
|
22824
22868
|
"DescribePipelineExecution",
|
|
@@ -22910,6 +22954,7 @@
|
|
|
22910
22954
|
"ListNotebookInstanceLifecycleConfigs",
|
|
22911
22955
|
"ListNotebookInstances",
|
|
22912
22956
|
"ListOptimizationJobs",
|
|
22957
|
+
"ListPartnerApps",
|
|
22913
22958
|
"ListPipelineExecutionSteps",
|
|
22914
22959
|
"ListPipelineExecutions",
|
|
22915
22960
|
"ListPipelineParametersForExecution",
|
|
@@ -22998,6 +23043,7 @@
|
|
|
22998
23043
|
"UpdateMonitoringSchedule",
|
|
22999
23044
|
"UpdateNotebookInstance",
|
|
23000
23045
|
"UpdateNotebookInstanceLifecycleConfig",
|
|
23046
|
+
"UpdatePartnerApp",
|
|
23001
23047
|
"UpdatePipeline",
|
|
23002
23048
|
"UpdatePipelineExecution",
|
|
23003
23049
|
"UpdateProject",
|
|
@@ -23010,7 +23056,7 @@
|
|
|
23010
23056
|
"UpdateWorkforce",
|
|
23011
23057
|
"UpdateWorkteam"
|
|
23012
23058
|
],
|
|
23013
|
-
"resourceTypesCount":
|
|
23059
|
+
"resourceTypesCount": 64,
|
|
23014
23060
|
"resourceTypes": [
|
|
23015
23061
|
"device",
|
|
23016
23062
|
"device-fleet",
|
|
@@ -23074,7 +23120,8 @@
|
|
|
23074
23120
|
"shared-model",
|
|
23075
23121
|
"shared-model-event",
|
|
23076
23122
|
"sagemaker-catalog",
|
|
23077
|
-
"mlflow-tracking-server"
|
|
23123
|
+
"mlflow-tracking-server",
|
|
23124
|
+
"partner-app"
|
|
23078
23125
|
],
|
|
23079
23126
|
"conditionKeysCount": 49,
|
|
23080
23127
|
"conditionKeys": [
|
|
@@ -27155,10 +27202,11 @@
|
|
|
27155
27202
|
"name": "AWS X-Ray",
|
|
27156
27203
|
"servicePrefix": "xray",
|
|
27157
27204
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsx-ray.html",
|
|
27158
|
-
"actionsCount":
|
|
27205
|
+
"actionsCount": 43,
|
|
27159
27206
|
"actions": [
|
|
27160
27207
|
"BatchGetTraceSummaryById",
|
|
27161
27208
|
"BatchGetTraces",
|
|
27209
|
+
"CancelTraceRetrieval",
|
|
27162
27210
|
"CreateGroup",
|
|
27163
27211
|
"CreateSamplingRule",
|
|
27164
27212
|
"DeleteGroup",
|
|
@@ -27168,28 +27216,37 @@
|
|
|
27168
27216
|
"GetEncryptionConfig",
|
|
27169
27217
|
"GetGroup",
|
|
27170
27218
|
"GetGroups",
|
|
27219
|
+
"GetIndexingRules",
|
|
27171
27220
|
"GetInsight",
|
|
27172
27221
|
"GetInsightEvents",
|
|
27173
27222
|
"GetInsightImpactGraph",
|
|
27174
27223
|
"GetInsightSummaries",
|
|
27224
|
+
"GetRetrievedTracesGraph",
|
|
27175
27225
|
"GetSamplingRules",
|
|
27176
27226
|
"GetSamplingStatisticSummaries",
|
|
27177
27227
|
"GetSamplingTargets",
|
|
27178
27228
|
"GetServiceGraph",
|
|
27179
27229
|
"GetTimeSeriesServiceStatistics",
|
|
27180
27230
|
"GetTraceGraph",
|
|
27231
|
+
"GetTraceSegmentDestination",
|
|
27181
27232
|
"GetTraceSummaries",
|
|
27182
27233
|
"Link",
|
|
27183
27234
|
"ListResourcePolicies",
|
|
27235
|
+
"ListRetrievedTraces",
|
|
27184
27236
|
"ListTagsForResource",
|
|
27185
27237
|
"PutEncryptionConfig",
|
|
27186
27238
|
"PutResourcePolicy",
|
|
27239
|
+
"PutSpans",
|
|
27240
|
+
"PutSpansForIndexing",
|
|
27187
27241
|
"PutTelemetryRecords",
|
|
27188
27242
|
"PutTraceSegments",
|
|
27243
|
+
"StartTraceRetrieval",
|
|
27189
27244
|
"TagResource",
|
|
27190
27245
|
"UntagResource",
|
|
27191
27246
|
"UpdateGroup",
|
|
27192
|
-
"
|
|
27247
|
+
"UpdateIndexingRule",
|
|
27248
|
+
"UpdateSamplingRule",
|
|
27249
|
+
"UpdateTraceSegmentDestination"
|
|
27193
27250
|
],
|
|
27194
27251
|
"resourceTypesCount": 2,
|
|
27195
27252
|
"resourceTypes": [
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
-
{
|
|
4
|
-
"key": "Write Actions",
|
|
5
|
-
"value": 9779
|
|
6
|
-
},
|
|
7
3
|
{
|
|
8
4
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
5
|
+
"value": 4755
|
|
10
6
|
},
|
|
11
7
|
{
|
|
12
8
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
9
|
+
"value": 2889
|
|
14
10
|
},
|
|
15
11
|
{
|
|
16
12
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
13
|
+
"value": 300
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "Write Actions",
|
|
17
|
+
"value": 9799
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 373
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Chime",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"key": "AWS Glue",
|
|
245
|
-
"value":
|
|
245
|
+
"value": 286
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"key": "AWS IoT",
|
|
@@ -250,19 +250,19 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "Amazon Connect",
|
|
253
|
-
"value":
|
|
253
|
+
"value": 275
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"key": "Amazon QuickSight",
|
|
257
257
|
"value": 207
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"key": "
|
|
261
|
-
"value":
|
|
260
|
+
"key": "Amazon DataZone",
|
|
261
|
+
"value": 184
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"key": "
|
|
265
|
-
"value":
|
|
264
|
+
"key": "AWS Identity and Access Management (IAM)",
|
|
265
|
+
"value": 176
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "Amazon RDS",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1811
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 962
|
|
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.303",
|
|
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",
|