aws-iam-data 0.0.549 → 0.0.568
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 +631 -0
- package/dist/data/json/iam.json +8000 -778
- package/dist/data/json/metadata.json +583 -122
- package/dist/data/json/reports.json +20 -20
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 469,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -2469,7 +2469,7 @@
|
|
|
2469
2469
|
"name": "Amazon Bedrock",
|
|
2470
2470
|
"servicePrefix": "bedrock",
|
|
2471
2471
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2472
|
-
"actionsCount":
|
|
2472
|
+
"actionsCount": 245,
|
|
2473
2473
|
"actions": [
|
|
2474
2474
|
"AllowVendedLogDeliveryForResource",
|
|
2475
2475
|
"ApplyGuardrail",
|
|
@@ -2491,6 +2491,7 @@
|
|
|
2491
2491
|
"CreateBlueprintVersion",
|
|
2492
2492
|
"CreateCustomModel",
|
|
2493
2493
|
"CreateCustomModelDeployment",
|
|
2494
|
+
"CreateDataAutomationLibrary",
|
|
2494
2495
|
"CreateDataAutomationProject",
|
|
2495
2496
|
"CreateDataSource",
|
|
2496
2497
|
"CreateEvaluationJob",
|
|
@@ -2525,6 +2526,7 @@
|
|
|
2525
2526
|
"DeleteBlueprint",
|
|
2526
2527
|
"DeleteCustomModel",
|
|
2527
2528
|
"DeleteCustomModelDeployment",
|
|
2529
|
+
"DeleteDataAutomationLibrary",
|
|
2528
2530
|
"DeleteDataAutomationProject",
|
|
2529
2531
|
"DeleteDataSource",
|
|
2530
2532
|
"DeleteEnforcedGuardrailConfiguration",
|
|
@@ -2572,6 +2574,9 @@
|
|
|
2572
2574
|
"GetBlueprintRecommendation",
|
|
2573
2575
|
"GetCustomModel",
|
|
2574
2576
|
"GetCustomModelDeployment",
|
|
2577
|
+
"GetDataAutomationLibrary",
|
|
2578
|
+
"GetDataAutomationLibraryEntity",
|
|
2579
|
+
"GetDataAutomationLibraryIngestionJob",
|
|
2575
2580
|
"GetDataAutomationProject",
|
|
2576
2581
|
"GetDataAutomationStatus",
|
|
2577
2582
|
"GetDataSource",
|
|
@@ -2611,6 +2616,7 @@
|
|
|
2611
2616
|
"InvokeBuilder",
|
|
2612
2617
|
"InvokeDataAutomation",
|
|
2613
2618
|
"InvokeDataAutomationAsync",
|
|
2619
|
+
"InvokeDataAutomationLibraryIngestionJob",
|
|
2614
2620
|
"InvokeFlow",
|
|
2615
2621
|
"InvokeInlineAgent",
|
|
2616
2622
|
"InvokeModel",
|
|
@@ -2630,6 +2636,9 @@
|
|
|
2630
2636
|
"ListBlueprints",
|
|
2631
2637
|
"ListCustomModelDeployments",
|
|
2632
2638
|
"ListCustomModels",
|
|
2639
|
+
"ListDataAutomationLibraries",
|
|
2640
|
+
"ListDataAutomationLibraryEntities",
|
|
2641
|
+
"ListDataAutomationLibraryIngestionJobs",
|
|
2633
2642
|
"ListDataAutomationProjects",
|
|
2634
2643
|
"ListDataSources",
|
|
2635
2644
|
"ListEnforcedGuardrailsConfiguration",
|
|
@@ -2695,6 +2704,7 @@
|
|
|
2695
2704
|
"UpdateAutomatedReasoningPolicyTestCase",
|
|
2696
2705
|
"UpdateBlueprint",
|
|
2697
2706
|
"UpdateCustomModelDeployment",
|
|
2707
|
+
"UpdateDataAutomationLibrary",
|
|
2698
2708
|
"UpdateDataAutomationProject",
|
|
2699
2709
|
"UpdateDataSource",
|
|
2700
2710
|
"UpdateFlow",
|
|
@@ -2707,7 +2717,7 @@
|
|
|
2707
2717
|
"UpdateSession",
|
|
2708
2718
|
"ValidateFlowDefinition"
|
|
2709
2719
|
],
|
|
2710
|
-
"resourceTypesCount":
|
|
2720
|
+
"resourceTypesCount": 38,
|
|
2711
2721
|
"resourceTypes": [
|
|
2712
2722
|
"foundation-model",
|
|
2713
2723
|
"system-tool",
|
|
@@ -2743,6 +2753,8 @@
|
|
|
2743
2753
|
"blueprint-optimization-invocation",
|
|
2744
2754
|
"data-automation-invocation-job",
|
|
2745
2755
|
"data-automation-profile",
|
|
2756
|
+
"data-automation-library",
|
|
2757
|
+
"data-automation-library-ingestion-job",
|
|
2746
2758
|
"session",
|
|
2747
2759
|
"custom-model-deployment"
|
|
2748
2760
|
],
|
|
@@ -2764,7 +2776,7 @@
|
|
|
2764
2776
|
"name": "Amazon Bedrock Agentcore",
|
|
2765
2777
|
"servicePrefix": "bedrock-agentcore",
|
|
2766
2778
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
|
|
2767
|
-
"actionsCount":
|
|
2779
|
+
"actionsCount": 180,
|
|
2768
2780
|
"actions": [
|
|
2769
2781
|
"AllowVendedLogDeliveryForResource",
|
|
2770
2782
|
"AuthorizeAction",
|
|
@@ -2774,54 +2786,74 @@
|
|
|
2774
2786
|
"CompleteResourceTokenAuth",
|
|
2775
2787
|
"ConnectBrowserAutomationStream",
|
|
2776
2788
|
"ConnectBrowserLiveViewStream",
|
|
2789
|
+
"CreateABTest",
|
|
2777
2790
|
"CreateAgentRuntime",
|
|
2778
2791
|
"CreateAgentRuntimeEndpoint",
|
|
2779
2792
|
"CreateApiKeyCredentialProvider",
|
|
2780
2793
|
"CreateBrowser",
|
|
2781
2794
|
"CreateBrowserProfile",
|
|
2782
2795
|
"CreateCodeInterpreter",
|
|
2796
|
+
"CreateConfigurationBundle",
|
|
2783
2797
|
"CreateEvaluator",
|
|
2784
2798
|
"CreateEvent",
|
|
2785
2799
|
"CreateGateway",
|
|
2800
|
+
"CreateGatewayRule",
|
|
2786
2801
|
"CreateGatewayTarget",
|
|
2802
|
+
"CreateHarness",
|
|
2787
2803
|
"CreateMemory",
|
|
2788
2804
|
"CreateOauth2CredentialProvider",
|
|
2789
2805
|
"CreateOnlineEvaluationConfig",
|
|
2790
2806
|
"CreatePolicy",
|
|
2791
2807
|
"CreatePolicyEngine",
|
|
2808
|
+
"CreateRegistry",
|
|
2809
|
+
"CreateRegistryRecord",
|
|
2792
2810
|
"CreateWorkloadIdentity",
|
|
2811
|
+
"DeleteABTest",
|
|
2793
2812
|
"DeleteAgentRuntime",
|
|
2794
2813
|
"DeleteAgentRuntimeEndpoint",
|
|
2795
2814
|
"DeleteApiKeyCredentialProvider",
|
|
2815
|
+
"DeleteBatchEvaluation",
|
|
2796
2816
|
"DeleteBrowser",
|
|
2797
2817
|
"DeleteBrowserProfile",
|
|
2798
2818
|
"DeleteCodeInterpreter",
|
|
2819
|
+
"DeleteConfigurationBundle",
|
|
2799
2820
|
"DeleteEvaluator",
|
|
2800
2821
|
"DeleteEvent",
|
|
2801
2822
|
"DeleteGateway",
|
|
2823
|
+
"DeleteGatewayRule",
|
|
2802
2824
|
"DeleteGatewayTarget",
|
|
2825
|
+
"DeleteHarness",
|
|
2803
2826
|
"DeleteMemory",
|
|
2804
2827
|
"DeleteMemoryRecord",
|
|
2805
2828
|
"DeleteOauth2CredentialProvider",
|
|
2806
2829
|
"DeleteOnlineEvaluationConfig",
|
|
2807
2830
|
"DeletePolicy",
|
|
2808
2831
|
"DeletePolicyEngine",
|
|
2832
|
+
"DeleteRecommendation",
|
|
2833
|
+
"DeleteRegistry",
|
|
2834
|
+
"DeleteRegistryRecord",
|
|
2809
2835
|
"DeleteResourcePolicy",
|
|
2810
2836
|
"DeleteWorkloadIdentity",
|
|
2811
2837
|
"Evaluate",
|
|
2838
|
+
"GetABTest",
|
|
2812
2839
|
"GetAgentCard",
|
|
2813
2840
|
"GetAgentRuntime",
|
|
2814
2841
|
"GetAgentRuntimeEndpoint",
|
|
2815
2842
|
"GetApiKeyCredentialProvider",
|
|
2843
|
+
"GetBatchEvaluation",
|
|
2816
2844
|
"GetBrowser",
|
|
2817
2845
|
"GetBrowserProfile",
|
|
2818
2846
|
"GetBrowserSession",
|
|
2819
2847
|
"GetCodeInterpreter",
|
|
2820
2848
|
"GetCodeInterpreterSession",
|
|
2849
|
+
"GetConfigurationBundle",
|
|
2850
|
+
"GetConfigurationBundleVersion",
|
|
2821
2851
|
"GetEvaluator",
|
|
2822
2852
|
"GetEvent",
|
|
2823
2853
|
"GetGateway",
|
|
2854
|
+
"GetGatewayRule",
|
|
2824
2855
|
"GetGatewayTarget",
|
|
2856
|
+
"GetHarness",
|
|
2825
2857
|
"GetMemory",
|
|
2826
2858
|
"GetMemoryRecord",
|
|
2827
2859
|
"GetOauth2CredentialProvider",
|
|
@@ -2829,6 +2861,9 @@
|
|
|
2829
2861
|
"GetPolicy",
|
|
2830
2862
|
"GetPolicyEngine",
|
|
2831
2863
|
"GetPolicyGeneration",
|
|
2864
|
+
"GetRecommendation",
|
|
2865
|
+
"GetRegistry",
|
|
2866
|
+
"GetRegistryRecord",
|
|
2832
2867
|
"GetResourceApiKey",
|
|
2833
2868
|
"GetResourceOauth2Token",
|
|
2834
2869
|
"GetResourcePolicy",
|
|
@@ -2844,20 +2879,28 @@
|
|
|
2844
2879
|
"InvokeAgentRuntimeWithWebSocketStreamForUser",
|
|
2845
2880
|
"InvokeCodeInterpreter",
|
|
2846
2881
|
"InvokeGateway",
|
|
2882
|
+
"InvokeHarness",
|
|
2883
|
+
"InvokeRegistryMcp",
|
|
2884
|
+
"ListABTests",
|
|
2847
2885
|
"ListActors",
|
|
2848
2886
|
"ListAgentRuntimeEndpoints",
|
|
2849
2887
|
"ListAgentRuntimeVersions",
|
|
2850
2888
|
"ListAgentRuntimes",
|
|
2851
2889
|
"ListApiKeyCredentialProviders",
|
|
2890
|
+
"ListBatchEvaluations",
|
|
2852
2891
|
"ListBrowserProfiles",
|
|
2853
2892
|
"ListBrowserSessions",
|
|
2854
2893
|
"ListBrowsers",
|
|
2855
2894
|
"ListCodeInterpreterSessions",
|
|
2856
2895
|
"ListCodeInterpreters",
|
|
2896
|
+
"ListConfigurationBundleVersions",
|
|
2897
|
+
"ListConfigurationBundles",
|
|
2857
2898
|
"ListEvaluators",
|
|
2858
2899
|
"ListEvents",
|
|
2900
|
+
"ListGatewayRules",
|
|
2859
2901
|
"ListGatewayTargets",
|
|
2860
2902
|
"ListGateways",
|
|
2903
|
+
"ListHarnesses",
|
|
2861
2904
|
"ListMemories",
|
|
2862
2905
|
"ListMemoryExtractionJobs",
|
|
2863
2906
|
"ListMemoryRecords",
|
|
@@ -2867,6 +2910,9 @@
|
|
|
2867
2910
|
"ListPolicyEngines",
|
|
2868
2911
|
"ListPolicyGenerationAssets",
|
|
2869
2912
|
"ListPolicyGenerations",
|
|
2913
|
+
"ListRecommendations",
|
|
2914
|
+
"ListRegistries",
|
|
2915
|
+
"ListRegistryRecords",
|
|
2870
2916
|
"ListSessions",
|
|
2871
2917
|
"ListTagsForResource",
|
|
2872
2918
|
"ListWorkloadIdentities",
|
|
@@ -2876,32 +2922,44 @@
|
|
|
2876
2922
|
"PutResourcePolicy",
|
|
2877
2923
|
"RetrieveMemoryRecords",
|
|
2878
2924
|
"SaveBrowserSessionProfile",
|
|
2925
|
+
"SearchRegistryRecords",
|
|
2879
2926
|
"SetTokenVaultCMK",
|
|
2927
|
+
"StartBatchEvaluation",
|
|
2880
2928
|
"StartBrowserSession",
|
|
2881
2929
|
"StartCodeInterpreterSession",
|
|
2882
2930
|
"StartMemoryExtractionJob",
|
|
2883
2931
|
"StartPolicyGeneration",
|
|
2932
|
+
"StartRecommendation",
|
|
2933
|
+
"StopBatchEvaluation",
|
|
2884
2934
|
"StopBrowserSession",
|
|
2885
2935
|
"StopCodeInterpreterSession",
|
|
2886
2936
|
"StopRuntimeSession",
|
|
2937
|
+
"SubmitRegistryRecordForApproval",
|
|
2887
2938
|
"SynchronizeGatewayTargets",
|
|
2888
2939
|
"TagResource",
|
|
2889
2940
|
"UntagResource",
|
|
2941
|
+
"UpdateABTest",
|
|
2890
2942
|
"UpdateAgentRuntime",
|
|
2891
2943
|
"UpdateAgentRuntimeEndpoint",
|
|
2892
2944
|
"UpdateApiKeyCredentialProvider",
|
|
2893
2945
|
"UpdateBrowserStream",
|
|
2946
|
+
"UpdateConfigurationBundle",
|
|
2894
2947
|
"UpdateEvaluator",
|
|
2895
2948
|
"UpdateGateway",
|
|
2949
|
+
"UpdateGatewayRule",
|
|
2896
2950
|
"UpdateGatewayTarget",
|
|
2951
|
+
"UpdateHarness",
|
|
2897
2952
|
"UpdateMemory",
|
|
2898
2953
|
"UpdateOauth2CredentialProvider",
|
|
2899
2954
|
"UpdateOnlineEvaluationConfig",
|
|
2900
2955
|
"UpdatePolicy",
|
|
2901
2956
|
"UpdatePolicyEngine",
|
|
2957
|
+
"UpdateRegistry",
|
|
2958
|
+
"UpdateRegistryRecord",
|
|
2959
|
+
"UpdateRegistryRecordStatus",
|
|
2902
2960
|
"UpdateWorkloadIdentity"
|
|
2903
2961
|
],
|
|
2904
|
-
"resourceTypesCount":
|
|
2962
|
+
"resourceTypesCount": 26,
|
|
2905
2963
|
"resourceTypes": [
|
|
2906
2964
|
"evaluator",
|
|
2907
2965
|
"online-evaluation-config",
|
|
@@ -2921,9 +2979,16 @@
|
|
|
2921
2979
|
"token-vault",
|
|
2922
2980
|
"policy-engine",
|
|
2923
2981
|
"policy",
|
|
2924
|
-
"policy-generation"
|
|
2982
|
+
"policy-generation",
|
|
2983
|
+
"registry",
|
|
2984
|
+
"registry-record",
|
|
2985
|
+
"harness",
|
|
2986
|
+
"batch-evaluate",
|
|
2987
|
+
"ab-test",
|
|
2988
|
+
"recommendation",
|
|
2989
|
+
"configuration-bundle"
|
|
2925
2990
|
],
|
|
2926
|
-
"conditionKeysCount":
|
|
2991
|
+
"conditionKeysCount": 18,
|
|
2927
2992
|
"conditionKeys": [
|
|
2928
2993
|
"aws:RequestTag/${TagKey}",
|
|
2929
2994
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -2935,6 +3000,7 @@
|
|
|
2935
3000
|
"bedrock-agentcore:InboundJwtClaim/scope",
|
|
2936
3001
|
"bedrock-agentcore:InboundJwtClaim/sub",
|
|
2937
3002
|
"bedrock-agentcore:KmsKeyArn",
|
|
3003
|
+
"bedrock-agentcore:RuntimeAuthorizerType",
|
|
2938
3004
|
"bedrock-agentcore:actorId",
|
|
2939
3005
|
"bedrock-agentcore:namespace",
|
|
2940
3006
|
"bedrock-agentcore:securityGroups",
|
|
@@ -2948,45 +3014,62 @@
|
|
|
2948
3014
|
"name": "Amazon Bedrock Powered by AWS Mantle",
|
|
2949
3015
|
"servicePrefix": "bedrock-mantle",
|
|
2950
3016
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockpoweredbyawsmantle.html",
|
|
2951
|
-
"actionsCount":
|
|
3017
|
+
"actionsCount": 35,
|
|
2952
3018
|
"actions": [
|
|
2953
3019
|
"ArchiveProject",
|
|
3020
|
+
"AssociateCustomizedModel",
|
|
2954
3021
|
"CallWithBearerToken",
|
|
2955
3022
|
"CancelFineTuningJob",
|
|
2956
3023
|
"CancelInference",
|
|
3024
|
+
"CreateCustomizedModel",
|
|
2957
3025
|
"CreateFile",
|
|
2958
3026
|
"CreateFineTuningJob",
|
|
2959
3027
|
"CreateInference",
|
|
2960
3028
|
"CreateProject",
|
|
3029
|
+
"CreateReservation",
|
|
3030
|
+
"DeleteCustomizedModel",
|
|
2961
3031
|
"DeleteFile",
|
|
2962
3032
|
"DeleteInference",
|
|
3033
|
+
"DeleteReservation",
|
|
3034
|
+
"DisassociateCustomizedModel",
|
|
3035
|
+
"GetCustomizedModel",
|
|
2963
3036
|
"GetFile",
|
|
2964
3037
|
"GetFineTuningJob",
|
|
2965
3038
|
"GetInference",
|
|
2966
3039
|
"GetModel",
|
|
2967
3040
|
"GetProject",
|
|
3041
|
+
"GetReservation",
|
|
3042
|
+
"ListCustomizedModelAssociations",
|
|
3043
|
+
"ListCustomizedModels",
|
|
2968
3044
|
"ListFiles",
|
|
2969
3045
|
"ListFineTuningJobs",
|
|
2970
3046
|
"ListModels",
|
|
2971
3047
|
"ListProjects",
|
|
3048
|
+
"ListReservations",
|
|
2972
3049
|
"ListTagsForResource",
|
|
2973
3050
|
"TagResource",
|
|
2974
3051
|
"UntagResource",
|
|
2975
|
-
"UpdateProject"
|
|
3052
|
+
"UpdateProject",
|
|
3053
|
+
"UpdateReservation"
|
|
2976
3054
|
],
|
|
2977
|
-
"resourceTypesCount":
|
|
3055
|
+
"resourceTypesCount": 3,
|
|
2978
3056
|
"resourceTypes": [
|
|
2979
|
-
"project"
|
|
3057
|
+
"project",
|
|
3058
|
+
"customized-model",
|
|
3059
|
+
"reservation"
|
|
2980
3060
|
],
|
|
2981
|
-
"conditionKeysCount":
|
|
3061
|
+
"conditionKeysCount": 11,
|
|
2982
3062
|
"conditionKeys": [
|
|
2983
3063
|
"aws:RequestTag/${TagKey}",
|
|
2984
3064
|
"aws:ResourceTag/${TagKey}",
|
|
2985
3065
|
"aws:TagKeys",
|
|
2986
3066
|
"bedrock-mantle:BearerTokenType",
|
|
3067
|
+
"bedrock-mantle:CustomizedModelArn",
|
|
2987
3068
|
"bedrock-mantle:Files",
|
|
2988
3069
|
"bedrock-mantle:FineTuningJob",
|
|
2989
3070
|
"bedrock-mantle:Model",
|
|
3071
|
+
"bedrock-mantle:ProjectArn",
|
|
3072
|
+
"bedrock-mantle:ReservationArn",
|
|
2990
3073
|
"bedrock-mantle:ServiceTier"
|
|
2991
3074
|
]
|
|
2992
3075
|
},
|
|
@@ -3040,23 +3123,33 @@
|
|
|
3040
3123
|
"name": "AWS Billing and Cost Management Dashboards",
|
|
3041
3124
|
"servicePrefix": "bcm-dashboards",
|
|
3042
3125
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbillingandcostmanagementdashboards.html",
|
|
3043
|
-
"actionsCount":
|
|
3126
|
+
"actionsCount": 15,
|
|
3044
3127
|
"actions": [
|
|
3045
3128
|
"CreateDashboard",
|
|
3129
|
+
"CreateScheduledReport",
|
|
3046
3130
|
"DeleteDashboard",
|
|
3131
|
+
"DeleteScheduledReport",
|
|
3132
|
+
"ExecuteScheduledReport",
|
|
3047
3133
|
"GetDashboard",
|
|
3048
3134
|
"GetResourcePolicy",
|
|
3135
|
+
"GetScheduledReport",
|
|
3049
3136
|
"ListDashboards",
|
|
3137
|
+
"ListScheduledReports",
|
|
3050
3138
|
"ListTagsForResource",
|
|
3051
3139
|
"TagResource",
|
|
3052
3140
|
"UntagResource",
|
|
3053
|
-
"UpdateDashboard"
|
|
3141
|
+
"UpdateDashboard",
|
|
3142
|
+
"UpdateScheduledReport"
|
|
3054
3143
|
],
|
|
3055
|
-
"resourceTypesCount":
|
|
3056
|
-
"resourceTypes": [
|
|
3057
|
-
|
|
3144
|
+
"resourceTypesCount": 2,
|
|
3145
|
+
"resourceTypes": [
|
|
3146
|
+
"dashboard",
|
|
3147
|
+
"scheduled-report"
|
|
3148
|
+
],
|
|
3149
|
+
"conditionKeysCount": 3,
|
|
3058
3150
|
"conditionKeys": [
|
|
3059
3151
|
"aws:RequestTag/${TagKey}",
|
|
3152
|
+
"aws:ResourceTag/${TagKey}",
|
|
3060
3153
|
"aws:TagKeys"
|
|
3061
3154
|
]
|
|
3062
3155
|
},
|
|
@@ -3235,6 +3328,24 @@
|
|
|
3235
3328
|
"conditionKeysCount": 0,
|
|
3236
3329
|
"conditionKeys": []
|
|
3237
3330
|
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "Amazon Bio Discovery",
|
|
3333
|
+
"servicePrefix": "researchstudio",
|
|
3334
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbiodiscovery.html",
|
|
3335
|
+
"actionsCount": 6,
|
|
3336
|
+
"actions": [
|
|
3337
|
+
"AssignPrincipal",
|
|
3338
|
+
"CreateApplication",
|
|
3339
|
+
"DeleteApplication",
|
|
3340
|
+
"DeletePrincipal",
|
|
3341
|
+
"GetApplication",
|
|
3342
|
+
"ListApplications"
|
|
3343
|
+
],
|
|
3344
|
+
"resourceTypesCount": 0,
|
|
3345
|
+
"resourceTypes": [],
|
|
3346
|
+
"conditionKeysCount": 0,
|
|
3347
|
+
"conditionKeys": []
|
|
3348
|
+
},
|
|
3238
3349
|
{
|
|
3239
3350
|
"name": "Amazon Braket",
|
|
3240
3351
|
"servicePrefix": "braket",
|
|
@@ -3346,7 +3457,7 @@
|
|
|
3346
3457
|
"name": "AWS Certificate Manager",
|
|
3347
3458
|
"servicePrefix": "acm",
|
|
3348
3459
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscertificatemanager.html",
|
|
3349
|
-
"actionsCount":
|
|
3460
|
+
"actionsCount": 17,
|
|
3350
3461
|
"actions": [
|
|
3351
3462
|
"AddTagsToCertificate",
|
|
3352
3463
|
"DeleteCertificate",
|
|
@@ -3363,6 +3474,7 @@
|
|
|
3363
3474
|
"RequestCertificate",
|
|
3364
3475
|
"ResendValidationEmail",
|
|
3365
3476
|
"RevokeCertificate",
|
|
3477
|
+
"SearchCertificates",
|
|
3366
3478
|
"UpdateCertificateOptions"
|
|
3367
3479
|
],
|
|
3368
3480
|
"resourceTypesCount": 1,
|
|
@@ -3786,6 +3898,53 @@
|
|
|
3786
3898
|
"aws:TagKeys"
|
|
3787
3899
|
]
|
|
3788
3900
|
},
|
|
3901
|
+
{
|
|
3902
|
+
"name": "Claude Platform on AWS",
|
|
3903
|
+
"servicePrefix": "aws-external-anthropic",
|
|
3904
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_claudeplatformonaws.html",
|
|
3905
|
+
"actionsCount": 30,
|
|
3906
|
+
"actions": [
|
|
3907
|
+
"ArchiveWorkspace",
|
|
3908
|
+
"AssumeConsole",
|
|
3909
|
+
"CallWithBearerToken",
|
|
3910
|
+
"CancelBatchInference",
|
|
3911
|
+
"CountTokens",
|
|
3912
|
+
"CreateBatchInference",
|
|
3913
|
+
"CreateFile",
|
|
3914
|
+
"CreateInference",
|
|
3915
|
+
"CreateSkill",
|
|
3916
|
+
"CreateUserProfile",
|
|
3917
|
+
"CreateWorkspace",
|
|
3918
|
+
"DeleteBatchInference",
|
|
3919
|
+
"DeleteFile",
|
|
3920
|
+
"DeleteSkill",
|
|
3921
|
+
"GetAccountStatus",
|
|
3922
|
+
"GetBatchInference",
|
|
3923
|
+
"GetFile",
|
|
3924
|
+
"GetModel",
|
|
3925
|
+
"GetSkill",
|
|
3926
|
+
"GetUserProfile",
|
|
3927
|
+
"GetWorkspace",
|
|
3928
|
+
"ListBatchInferences",
|
|
3929
|
+
"ListFiles",
|
|
3930
|
+
"ListModels",
|
|
3931
|
+
"ListSkills",
|
|
3932
|
+
"ListUserProfiles",
|
|
3933
|
+
"ListWorkspaces",
|
|
3934
|
+
"UpdateSkill",
|
|
3935
|
+
"UpdateUserProfile",
|
|
3936
|
+
"UpdateWorkspace"
|
|
3937
|
+
],
|
|
3938
|
+
"resourceTypesCount": 1,
|
|
3939
|
+
"resourceTypes": [
|
|
3940
|
+
"workspace"
|
|
3941
|
+
],
|
|
3942
|
+
"conditionKeysCount": 2,
|
|
3943
|
+
"conditionKeys": [
|
|
3944
|
+
"aws-external-anthropic:BearerTokenType",
|
|
3945
|
+
"aws-external-anthropic:Capability"
|
|
3946
|
+
]
|
|
3947
|
+
},
|
|
3789
3948
|
{
|
|
3790
3949
|
"name": "AWS Clean Rooms",
|
|
3791
3950
|
"servicePrefix": "cleanrooms",
|
|
@@ -4774,10 +4933,11 @@
|
|
|
4774
4933
|
"name": "Amazon CloudWatch",
|
|
4775
4934
|
"servicePrefix": "cloudwatch",
|
|
4776
4935
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatch.html",
|
|
4777
|
-
"actionsCount":
|
|
4936
|
+
"actionsCount": 63,
|
|
4778
4937
|
"actions": [
|
|
4779
4938
|
"BatchGetServiceLevelIndicatorReport",
|
|
4780
4939
|
"BatchGetServiceLevelObjectiveBudgetReport",
|
|
4940
|
+
"CallWithBearerToken",
|
|
4781
4941
|
"CreateServiceLevelObjective",
|
|
4782
4942
|
"DeleteAlarmMuteRule",
|
|
4783
4943
|
"DeleteAlarms",
|
|
@@ -4805,6 +4965,7 @@
|
|
|
4805
4965
|
"GetMetricStatistics",
|
|
4806
4966
|
"GetMetricStream",
|
|
4807
4967
|
"GetMetricWidgetImage",
|
|
4968
|
+
"GetOTelEnrichment",
|
|
4808
4969
|
"GetService",
|
|
4809
4970
|
"GetServiceData",
|
|
4810
4971
|
"GetServiceLevelObjective",
|
|
@@ -4831,7 +4992,9 @@
|
|
|
4831
4992
|
"PutMetricStream",
|
|
4832
4993
|
"SetAlarmState",
|
|
4833
4994
|
"StartMetricStreams",
|
|
4995
|
+
"StartOTelEnrichment",
|
|
4834
4996
|
"StopMetricStreams",
|
|
4997
|
+
"StopOTelEnrichment",
|
|
4835
4998
|
"TagResource",
|
|
4836
4999
|
"UntagResource",
|
|
4837
5000
|
"UpdateServiceLevelObjective"
|
|
@@ -4950,6 +5113,24 @@
|
|
|
4950
5113
|
"aws:TagKeys"
|
|
4951
5114
|
]
|
|
4952
5115
|
},
|
|
5116
|
+
{
|
|
5117
|
+
"name": "Amazon CloudWatch Application Signals MCP Server",
|
|
5118
|
+
"servicePrefix": "application-signals-mcp",
|
|
5119
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignalsmcpserver.html",
|
|
5120
|
+
"actionsCount": 2,
|
|
5121
|
+
"actions": [
|
|
5122
|
+
"CallReadOnlyTool",
|
|
5123
|
+
"InvokeMcp"
|
|
5124
|
+
],
|
|
5125
|
+
"resourceTypesCount": 1,
|
|
5126
|
+
"resourceTypes": [
|
|
5127
|
+
"mcp-server"
|
|
5128
|
+
],
|
|
5129
|
+
"conditionKeysCount": 1,
|
|
5130
|
+
"conditionKeys": [
|
|
5131
|
+
"aws:ResourceTag/${TagKey}"
|
|
5132
|
+
]
|
|
5133
|
+
},
|
|
4953
5134
|
{
|
|
4954
5135
|
"name": "Amazon CloudWatch Evidently",
|
|
4955
5136
|
"servicePrefix": "evidently",
|
|
@@ -5051,7 +5232,7 @@
|
|
|
5051
5232
|
"name": "Amazon CloudWatch Logs",
|
|
5052
5233
|
"servicePrefix": "logs",
|
|
5053
5234
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html",
|
|
5054
|
-
"actionsCount":
|
|
5235
|
+
"actionsCount": 127,
|
|
5055
5236
|
"actions": [
|
|
5056
5237
|
"AssociateKmsKey",
|
|
5057
5238
|
"AssociateSourceToS3TableIntegration",
|
|
@@ -5065,6 +5246,7 @@
|
|
|
5065
5246
|
"CreateLogDelivery",
|
|
5066
5247
|
"CreateLogGroup",
|
|
5067
5248
|
"CreateLogStream",
|
|
5249
|
+
"CreateLookupTable",
|
|
5068
5250
|
"CreateScheduledQuery",
|
|
5069
5251
|
"DeleteAccountPolicy",
|
|
5070
5252
|
"DeleteDataProtectionPolicy",
|
|
@@ -5079,6 +5261,7 @@
|
|
|
5079
5261
|
"DeleteLogDelivery",
|
|
5080
5262
|
"DeleteLogGroup",
|
|
5081
5263
|
"DeleteLogStream",
|
|
5264
|
+
"DeleteLookupTable",
|
|
5082
5265
|
"DeleteMetricFilter",
|
|
5083
5266
|
"DeletePipelineRule",
|
|
5084
5267
|
"DeleteQueryDefinition",
|
|
@@ -5100,6 +5283,7 @@
|
|
|
5100
5283
|
"DescribeIndexPolicies",
|
|
5101
5284
|
"DescribeLogGroups",
|
|
5102
5285
|
"DescribeLogStreams",
|
|
5286
|
+
"DescribeLookupTables",
|
|
5103
5287
|
"DescribeMetricFilters",
|
|
5104
5288
|
"DescribeQueries",
|
|
5105
5289
|
"DescribeQueryDefinitions",
|
|
@@ -5120,6 +5304,7 @@
|
|
|
5120
5304
|
"GetLogFields",
|
|
5121
5305
|
"GetLogGroupFields",
|
|
5122
5306
|
"GetLogRecord",
|
|
5307
|
+
"GetLookupTable",
|
|
5123
5308
|
"GetQueryResults",
|
|
5124
5309
|
"GetScheduledQuery",
|
|
5125
5310
|
"GetScheduledQueryHistory",
|
|
@@ -5174,9 +5359,10 @@
|
|
|
5174
5359
|
"UpdateDeliveryConfiguration",
|
|
5175
5360
|
"UpdateLogAnomalyDetector",
|
|
5176
5361
|
"UpdateLogDelivery",
|
|
5362
|
+
"UpdateLookupTable",
|
|
5177
5363
|
"UpdateScheduledQuery"
|
|
5178
5364
|
],
|
|
5179
|
-
"resourceTypesCount":
|
|
5365
|
+
"resourceTypesCount": 9,
|
|
5180
5366
|
"resourceTypes": [
|
|
5181
5367
|
"log-group",
|
|
5182
5368
|
"log-stream",
|
|
@@ -5185,7 +5371,8 @@
|
|
|
5185
5371
|
"delivery",
|
|
5186
5372
|
"delivery-destination",
|
|
5187
5373
|
"anomaly-detector",
|
|
5188
|
-
"scheduled-query"
|
|
5374
|
+
"scheduled-query",
|
|
5375
|
+
"lookup-table"
|
|
5189
5376
|
],
|
|
5190
5377
|
"conditionKeysCount": 5,
|
|
5191
5378
|
"conditionKeys": [
|
|
@@ -5317,15 +5504,19 @@
|
|
|
5317
5504
|
"telemetry-pipeline",
|
|
5318
5505
|
"s3tableintegration"
|
|
5319
5506
|
],
|
|
5320
|
-
"conditionKeysCount":
|
|
5507
|
+
"conditionKeysCount": 11,
|
|
5321
5508
|
"conditionKeys": [
|
|
5322
5509
|
"aws:RequestTag/${TagKey}",
|
|
5323
5510
|
"aws:ResourceTag/${TagKey}",
|
|
5324
5511
|
"aws:TagKeys",
|
|
5325
5512
|
"observabilityadmin:CentralizationBackupRegion",
|
|
5513
|
+
"observabilityadmin:CentralizationDestinationAccount",
|
|
5326
5514
|
"observabilityadmin:CentralizationDestinationRegion",
|
|
5515
|
+
"observabilityadmin:CentralizationRuleName",
|
|
5516
|
+
"observabilityadmin:CentralizationSourceId",
|
|
5327
5517
|
"observabilityadmin:CentralizationSourceRegions",
|
|
5328
|
-
"observabilityadmin:SourceType"
|
|
5518
|
+
"observabilityadmin:SourceType",
|
|
5519
|
+
"observabilityadmin:TargetRegions"
|
|
5329
5520
|
]
|
|
5330
5521
|
},
|
|
5331
5522
|
{
|
|
@@ -7401,7 +7592,7 @@
|
|
|
7401
7592
|
"name": "Amazon Connect Cases",
|
|
7402
7593
|
"servicePrefix": "cases",
|
|
7403
7594
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcases.html",
|
|
7404
|
-
"actionsCount":
|
|
7595
|
+
"actionsCount": 43,
|
|
7405
7596
|
"actions": [
|
|
7406
7597
|
"BatchGetCaseRule",
|
|
7407
7598
|
"BatchGetField",
|
|
@@ -7435,6 +7626,7 @@
|
|
|
7435
7626
|
"ListTagsForResource",
|
|
7436
7627
|
"ListTemplates",
|
|
7437
7628
|
"PutCaseEventConfiguration",
|
|
7629
|
+
"SearchAllRelatedItems",
|
|
7438
7630
|
"SearchCases",
|
|
7439
7631
|
"SearchRelatedItems",
|
|
7440
7632
|
"TagResource",
|
|
@@ -7443,6 +7635,7 @@
|
|
|
7443
7635
|
"UpdateCaseRule",
|
|
7444
7636
|
"UpdateField",
|
|
7445
7637
|
"UpdateLayout",
|
|
7638
|
+
"UpdateRelatedItem",
|
|
7446
7639
|
"UpdateTemplate"
|
|
7447
7640
|
],
|
|
7448
7641
|
"resourceTypesCount": 7,
|
|
@@ -7455,11 +7648,13 @@
|
|
|
7455
7648
|
"Template",
|
|
7456
7649
|
"CaseRule"
|
|
7457
7650
|
],
|
|
7458
|
-
"conditionKeysCount":
|
|
7651
|
+
"conditionKeysCount": 6,
|
|
7459
7652
|
"conditionKeys": [
|
|
7460
7653
|
"aws:RequestTag/${TagKey}",
|
|
7461
7654
|
"aws:ResourceTag/${TagKey}",
|
|
7462
7655
|
"aws:TagKeys",
|
|
7656
|
+
"cases:CreatedBy",
|
|
7657
|
+
"cases:RelatedItemType",
|
|
7463
7658
|
"connect:UserArn"
|
|
7464
7659
|
]
|
|
7465
7660
|
},
|
|
@@ -7467,7 +7662,7 @@
|
|
|
7467
7662
|
"name": "Amazon Connect Customer Profiles",
|
|
7468
7663
|
"servicePrefix": "profile",
|
|
7469
7664
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
|
|
7470
|
-
"actionsCount":
|
|
7665
|
+
"actionsCount": 110,
|
|
7471
7666
|
"actions": [
|
|
7472
7667
|
"AddProfileKey",
|
|
7473
7668
|
"BatchGetCalculatedAttributeForProfile",
|
|
@@ -7480,6 +7675,8 @@
|
|
|
7480
7675
|
"CreateIntegrationWorkflow",
|
|
7481
7676
|
"CreateProfile",
|
|
7482
7677
|
"CreateRecommender",
|
|
7678
|
+
"CreateRecommenderFilter",
|
|
7679
|
+
"CreateRecommenderSchema",
|
|
7483
7680
|
"CreateSegmentDefinition",
|
|
7484
7681
|
"CreateSegmentEstimate",
|
|
7485
7682
|
"CreateSegmentSnapshot",
|
|
@@ -7497,6 +7694,8 @@
|
|
|
7497
7694
|
"DeleteProfileObject",
|
|
7498
7695
|
"DeleteProfileObjectType",
|
|
7499
7696
|
"DeleteRecommender",
|
|
7697
|
+
"DeleteRecommenderFilter",
|
|
7698
|
+
"DeleteRecommenderSchema",
|
|
7500
7699
|
"DeleteSegmentDefinition",
|
|
7501
7700
|
"DeleteWorkflow",
|
|
7502
7701
|
"DetectProfileObjectType",
|
|
@@ -7518,6 +7717,8 @@
|
|
|
7518
7717
|
"GetProfileObjectTypeTemplate",
|
|
7519
7718
|
"GetProfileRecommendations",
|
|
7520
7719
|
"GetRecommender",
|
|
7720
|
+
"GetRecommenderFilter",
|
|
7721
|
+
"GetRecommenderSchema",
|
|
7521
7722
|
"GetSegmentDefinition",
|
|
7522
7723
|
"GetSegmentEstimate",
|
|
7523
7724
|
"GetSegmentMembership",
|
|
@@ -7546,7 +7747,9 @@
|
|
|
7546
7747
|
"ListProfileObjectTypeTemplates",
|
|
7547
7748
|
"ListProfileObjectTypes",
|
|
7548
7749
|
"ListProfileObjects",
|
|
7750
|
+
"ListRecommenderFilters",
|
|
7549
7751
|
"ListRecommenderRecipes",
|
|
7752
|
+
"ListRecommenderSchemas",
|
|
7550
7753
|
"ListRecommenders",
|
|
7551
7754
|
"ListRuleBasedMatches",
|
|
7552
7755
|
"ListSegmentDefinitions",
|
|
@@ -7572,7 +7775,7 @@
|
|
|
7572
7775
|
"UpdateProfile",
|
|
7573
7776
|
"UpdateRecommender"
|
|
7574
7777
|
],
|
|
7575
|
-
"resourceTypesCount":
|
|
7778
|
+
"resourceTypesCount": 12,
|
|
7576
7779
|
"resourceTypes": [
|
|
7577
7780
|
"domains",
|
|
7578
7781
|
"object-types",
|
|
@@ -7583,7 +7786,9 @@
|
|
|
7583
7786
|
"event-triggers",
|
|
7584
7787
|
"layouts",
|
|
7585
7788
|
"recommenders",
|
|
7586
|
-
"domain-object-types"
|
|
7789
|
+
"domain-object-types",
|
|
7790
|
+
"recommender-filters",
|
|
7791
|
+
"recommender-schemas"
|
|
7587
7792
|
],
|
|
7588
7793
|
"conditionKeysCount": 3,
|
|
7589
7794
|
"conditionKeys": [
|
|
@@ -7661,13 +7866,14 @@
|
|
|
7661
7866
|
"name": "Amazon Connect Outbound Campaigns",
|
|
7662
7867
|
"servicePrefix": "connect-campaigns",
|
|
7663
7868
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectoutboundcampaigns.html",
|
|
7664
|
-
"actionsCount":
|
|
7869
|
+
"actionsCount": 40,
|
|
7665
7870
|
"actions": [
|
|
7666
7871
|
"CreateCampaign",
|
|
7667
7872
|
"DeleteCampaign",
|
|
7668
7873
|
"DeleteCampaignChannelSubtypeConfig",
|
|
7669
7874
|
"DeleteCampaignCommunicationLimits",
|
|
7670
7875
|
"DeleteCampaignCommunicationTime",
|
|
7876
|
+
"DeleteCampaignEntryLimits",
|
|
7671
7877
|
"DeleteConnectInstanceConfig",
|
|
7672
7878
|
"DeleteConnectInstanceIntegration",
|
|
7673
7879
|
"DeleteInstanceOnboardingJob",
|
|
@@ -7696,6 +7902,7 @@
|
|
|
7696
7902
|
"UpdateCampaignCommunicationLimits",
|
|
7697
7903
|
"UpdateCampaignCommunicationTime",
|
|
7698
7904
|
"UpdateCampaignDialerConfig",
|
|
7905
|
+
"UpdateCampaignEntryLimits",
|
|
7699
7906
|
"UpdateCampaignFlowAssociation",
|
|
7700
7907
|
"UpdateCampaignName",
|
|
7701
7908
|
"UpdateCampaignOutboundCallConfig",
|
|
@@ -8484,7 +8691,7 @@
|
|
|
8484
8691
|
"name": "Amazon DataZone",
|
|
8485
8692
|
"servicePrefix": "datazone",
|
|
8486
8693
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
8487
|
-
"actionsCount":
|
|
8694
|
+
"actionsCount": 230,
|
|
8488
8695
|
"actions": [
|
|
8489
8696
|
"AcceptPredictions",
|
|
8490
8697
|
"AcceptSubscriptionRequest",
|
|
@@ -8498,6 +8705,7 @@
|
|
|
8498
8705
|
"BatchGetCellRun",
|
|
8499
8706
|
"BatchPutAttributesMetadata",
|
|
8500
8707
|
"BatchPutLinkedTypes",
|
|
8708
|
+
"CancelMessage",
|
|
8501
8709
|
"CancelMetadataGenerationRun",
|
|
8502
8710
|
"CancelSubscription",
|
|
8503
8711
|
"CreateAccountPool",
|
|
@@ -8734,7 +8942,7 @@
|
|
|
8734
8942
|
"name": "AWS Deadline Cloud",
|
|
8735
8943
|
"servicePrefix": "deadline",
|
|
8736
8944
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdeadlinecloud.html",
|
|
8737
|
-
"actionsCount":
|
|
8945
|
+
"actionsCount": 117,
|
|
8738
8946
|
"actions": [
|
|
8739
8947
|
"AssociateMemberToFarm",
|
|
8740
8948
|
"AssociateMemberToFleet",
|
|
@@ -8786,6 +8994,7 @@
|
|
|
8786
8994
|
"GetLicenseEndpoint",
|
|
8787
8995
|
"GetLimit",
|
|
8788
8996
|
"GetMonitor",
|
|
8997
|
+
"GetMonitorSettings",
|
|
8789
8998
|
"GetQueue",
|
|
8790
8999
|
"GetQueueEnvironment",
|
|
8791
9000
|
"GetQueueFleetAssociation",
|
|
@@ -8841,6 +9050,7 @@
|
|
|
8841
9050
|
"UpdateJob",
|
|
8842
9051
|
"UpdateLimit",
|
|
8843
9052
|
"UpdateMonitor",
|
|
9053
|
+
"UpdateMonitorSettings",
|
|
8844
9054
|
"UpdateQueue",
|
|
8845
9055
|
"UpdateQueueEnvironment",
|
|
8846
9056
|
"UpdateQueueFleetAssociation",
|
|
@@ -9048,7 +9258,7 @@
|
|
|
9048
9258
|
"name": "AWS DevOps Agent Service",
|
|
9049
9259
|
"servicePrefix": "aidevops",
|
|
9050
9260
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdevopsagentservice.html",
|
|
9051
|
-
"actionsCount":
|
|
9261
|
+
"actionsCount": 58,
|
|
9052
9262
|
"actions": [
|
|
9053
9263
|
"AllowVendedLogDeliveryForResource",
|
|
9054
9264
|
"AssociateService",
|
|
@@ -9057,9 +9267,13 @@
|
|
|
9057
9267
|
"CreateChat",
|
|
9058
9268
|
"CreateKnowledgeItem",
|
|
9059
9269
|
"CreateOneTimeLoginSession",
|
|
9270
|
+
"CreatePrivateConnection",
|
|
9060
9271
|
"DeleteAgentSpace",
|
|
9061
9272
|
"DeleteKnowledgeItem",
|
|
9273
|
+
"DeletePrivateConnection",
|
|
9062
9274
|
"DeregisterService",
|
|
9275
|
+
"DescribePrivateConnection",
|
|
9276
|
+
"DescribeServices",
|
|
9063
9277
|
"DescribeSupportLevel",
|
|
9064
9278
|
"DisableOperatorApp",
|
|
9065
9279
|
"DisassociateService",
|
|
@@ -9085,6 +9299,7 @@
|
|
|
9085
9299
|
"ListKnowledgeItemVersions",
|
|
9086
9300
|
"ListKnowledgeItems",
|
|
9087
9301
|
"ListPendingMessages",
|
|
9302
|
+
"ListPrivateConnections",
|
|
9088
9303
|
"ListRecommendations",
|
|
9089
9304
|
"ListServices",
|
|
9090
9305
|
"ListTagsForResource",
|
|
@@ -9100,13 +9315,15 @@
|
|
|
9100
9315
|
"UpdateGoal",
|
|
9101
9316
|
"UpdateKnowledgeItem",
|
|
9102
9317
|
"UpdateOperatorAppIdpConfig",
|
|
9318
|
+
"UpdatePrivateConnectionCertificate",
|
|
9103
9319
|
"UpdateRecommendation",
|
|
9104
9320
|
"ValidateAwsAssociations"
|
|
9105
9321
|
],
|
|
9106
|
-
"resourceTypesCount":
|
|
9322
|
+
"resourceTypesCount": 4,
|
|
9107
9323
|
"resourceTypes": [
|
|
9108
9324
|
"agentspace",
|
|
9109
9325
|
"associations",
|
|
9326
|
+
"private-connection",
|
|
9110
9327
|
"service"
|
|
9111
9328
|
],
|
|
9112
9329
|
"conditionKeysCount": 3,
|
|
@@ -11181,10 +11398,11 @@
|
|
|
11181
11398
|
"name": "Amazon Elastic Container Service",
|
|
11182
11399
|
"servicePrefix": "ecs",
|
|
11183
11400
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerservice.html",
|
|
11184
|
-
"actionsCount":
|
|
11401
|
+
"actionsCount": 79,
|
|
11185
11402
|
"actions": [
|
|
11186
11403
|
"CreateCapacityProvider",
|
|
11187
11404
|
"CreateCluster",
|
|
11405
|
+
"CreateDaemon",
|
|
11188
11406
|
"CreateExpressGatewayService",
|
|
11189
11407
|
"CreateService",
|
|
11190
11408
|
"CreateTaskSet",
|
|
@@ -11192,6 +11410,8 @@
|
|
|
11192
11410
|
"DeleteAttributes",
|
|
11193
11411
|
"DeleteCapacityProvider",
|
|
11194
11412
|
"DeleteCluster",
|
|
11413
|
+
"DeleteDaemon",
|
|
11414
|
+
"DeleteDaemonTaskDefinition",
|
|
11195
11415
|
"DeleteExpressGatewayService",
|
|
11196
11416
|
"DeleteService",
|
|
11197
11417
|
"DeleteTaskDefinitions",
|
|
@@ -11201,6 +11421,10 @@
|
|
|
11201
11421
|
"DescribeCapacityProviders",
|
|
11202
11422
|
"DescribeClusters",
|
|
11203
11423
|
"DescribeContainerInstances",
|
|
11424
|
+
"DescribeDaemon",
|
|
11425
|
+
"DescribeDaemonDeployments",
|
|
11426
|
+
"DescribeDaemonRevisions",
|
|
11427
|
+
"DescribeDaemonTaskDefinition",
|
|
11204
11428
|
"DescribeExpressGatewayService",
|
|
11205
11429
|
"DescribeServiceDeployments",
|
|
11206
11430
|
"DescribeServiceRevisions",
|
|
@@ -11215,6 +11439,9 @@
|
|
|
11215
11439
|
"ListAttributes",
|
|
11216
11440
|
"ListClusters",
|
|
11217
11441
|
"ListContainerInstances",
|
|
11442
|
+
"ListDaemonDeployments",
|
|
11443
|
+
"ListDaemonTaskDefinitions",
|
|
11444
|
+
"ListDaemons",
|
|
11218
11445
|
"ListServiceDeployments",
|
|
11219
11446
|
"ListServices",
|
|
11220
11447
|
"ListServicesByNamespace",
|
|
@@ -11229,6 +11456,7 @@
|
|
|
11229
11456
|
"PutClusterCapacityProviders",
|
|
11230
11457
|
"PutSystemLogEvents",
|
|
11231
11458
|
"RegisterContainerInstance",
|
|
11459
|
+
"RegisterDaemonTaskDefinition",
|
|
11232
11460
|
"RegisterTaskDefinition",
|
|
11233
11461
|
"RunTask",
|
|
11234
11462
|
"StartTask",
|
|
@@ -11245,25 +11473,30 @@
|
|
|
11245
11473
|
"UpdateClusterSettings",
|
|
11246
11474
|
"UpdateContainerAgent",
|
|
11247
11475
|
"UpdateContainerInstancesState",
|
|
11476
|
+
"UpdateDaemon",
|
|
11248
11477
|
"UpdateExpressGatewayService",
|
|
11249
11478
|
"UpdateService",
|
|
11250
11479
|
"UpdateServicePrimaryTaskSet",
|
|
11251
11480
|
"UpdateTaskProtection",
|
|
11252
11481
|
"UpdateTaskSet"
|
|
11253
11482
|
],
|
|
11254
|
-
"resourceTypesCount":
|
|
11483
|
+
"resourceTypesCount": 13,
|
|
11255
11484
|
"resourceTypes": [
|
|
11485
|
+
"capacity-provider",
|
|
11256
11486
|
"cluster",
|
|
11257
11487
|
"container-instance",
|
|
11488
|
+
"daemon",
|
|
11489
|
+
"daemon-deployment",
|
|
11490
|
+
"daemon-revision",
|
|
11491
|
+
"daemon-task-definition",
|
|
11258
11492
|
"service",
|
|
11259
11493
|
"service-deployment",
|
|
11260
11494
|
"service-revision",
|
|
11261
11495
|
"task",
|
|
11262
11496
|
"task-definition",
|
|
11263
|
-
"capacity-provider",
|
|
11264
11497
|
"task-set"
|
|
11265
11498
|
],
|
|
11266
|
-
"conditionKeysCount":
|
|
11499
|
+
"conditionKeysCount": 30,
|
|
11267
11500
|
"conditionKeys": [
|
|
11268
11501
|
"aws:RequestTag/${TagKey}",
|
|
11269
11502
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -11277,6 +11510,8 @@
|
|
|
11277
11510
|
"ecs:compute-compatibility",
|
|
11278
11511
|
"ecs:container-instances",
|
|
11279
11512
|
"ecs:container-name",
|
|
11513
|
+
"ecs:daemon",
|
|
11514
|
+
"ecs:daemon-task-definition",
|
|
11280
11515
|
"ecs:enable-ebs-volumes",
|
|
11281
11516
|
"ecs:enable-ecs-managed-tags",
|
|
11282
11517
|
"ecs:enable-execute-command",
|
|
@@ -11560,7 +11795,7 @@
|
|
|
11560
11795
|
"dashboard",
|
|
11561
11796
|
"capability"
|
|
11562
11797
|
],
|
|
11563
|
-
"conditionKeysCount":
|
|
11798
|
+
"conditionKeysCount": 28,
|
|
11564
11799
|
"conditionKeys": [
|
|
11565
11800
|
"aws:RequestTag/${TagKey}",
|
|
11566
11801
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -11574,15 +11809,22 @@
|
|
|
11574
11809
|
"eks:clientId",
|
|
11575
11810
|
"eks:clusterName",
|
|
11576
11811
|
"eks:computeConfigEnabled",
|
|
11812
|
+
"eks:controlPlaneScalingTier",
|
|
11813
|
+
"eks:deletionProtection",
|
|
11577
11814
|
"eks:elasticLoadBalancingEnabled",
|
|
11815
|
+
"eks:encryptionConfigProviderKeyArns",
|
|
11816
|
+
"eks:endpointPrivateAccess",
|
|
11817
|
+
"eks:endpointPublicAccess",
|
|
11578
11818
|
"eks:issuerUrl",
|
|
11579
11819
|
"eks:kubernetesGroups",
|
|
11820
|
+
"eks:kubernetesVersion",
|
|
11580
11821
|
"eks:loggingType/${type}",
|
|
11581
11822
|
"eks:namespaces",
|
|
11582
11823
|
"eks:policyArn",
|
|
11583
11824
|
"eks:principalArn",
|
|
11584
11825
|
"eks:supportType",
|
|
11585
|
-
"eks:username"
|
|
11826
|
+
"eks:username",
|
|
11827
|
+
"eks:zonalShiftEnabled"
|
|
11586
11828
|
]
|
|
11587
11829
|
},
|
|
11588
11830
|
{
|
|
@@ -11874,22 +12116,29 @@
|
|
|
11874
12116
|
"name": "Amazon Elastic VMware Service",
|
|
11875
12117
|
"servicePrefix": "evs",
|
|
11876
12118
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticvmwareservice.html",
|
|
11877
|
-
"actionsCount":
|
|
12119
|
+
"actionsCount": 21,
|
|
11878
12120
|
"actions": [
|
|
11879
12121
|
"AssociateEipToVlan",
|
|
12122
|
+
"CreateEntitlement",
|
|
11880
12123
|
"CreateEnvironment",
|
|
12124
|
+
"CreateEnvironmentConnector",
|
|
11881
12125
|
"CreateEnvironmentHost",
|
|
12126
|
+
"DeleteEntitlement",
|
|
11882
12127
|
"DeleteEnvironment",
|
|
12128
|
+
"DeleteEnvironmentConnector",
|
|
11883
12129
|
"DeleteEnvironmentHost",
|
|
11884
12130
|
"DisassociateEipFromVlan",
|
|
11885
12131
|
"GetEnvironment",
|
|
11886
12132
|
"GetVersions",
|
|
12133
|
+
"ListEnvironmentConnectors",
|
|
11887
12134
|
"ListEnvironmentHosts",
|
|
11888
12135
|
"ListEnvironmentVlans",
|
|
11889
12136
|
"ListEnvironments",
|
|
11890
12137
|
"ListTagsForResource",
|
|
12138
|
+
"ListVmEntitlements",
|
|
11891
12139
|
"TagResource",
|
|
11892
|
-
"UntagResource"
|
|
12140
|
+
"UntagResource",
|
|
12141
|
+
"UpdateEnvironmentConnector"
|
|
11893
12142
|
],
|
|
11894
12143
|
"resourceTypesCount": 1,
|
|
11895
12144
|
"resourceTypes": [
|
|
@@ -12749,7 +12998,7 @@
|
|
|
12749
12998
|
"name": "Amazon EMR Serverless",
|
|
12750
12999
|
"servicePrefix": "emr-serverless",
|
|
12751
13000
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonemrserverless.html",
|
|
12752
|
-
"actionsCount":
|
|
13001
|
+
"actionsCount": 25,
|
|
12753
13002
|
"actions": [
|
|
12754
13003
|
"AccessInteractiveEndpoints",
|
|
12755
13004
|
"AccessLivyEndpoints",
|
|
@@ -12760,21 +13009,28 @@
|
|
|
12760
13009
|
"GetApplication",
|
|
12761
13010
|
"GetDashboardForJobRun",
|
|
12762
13011
|
"GetJobRun",
|
|
13012
|
+
"GetResourceDashboard",
|
|
13013
|
+
"GetSession",
|
|
13014
|
+
"GetSessionEndpoint",
|
|
12763
13015
|
"ListApplications",
|
|
12764
13016
|
"ListJobRunAttempts",
|
|
12765
13017
|
"ListJobRuns",
|
|
13018
|
+
"ListSessions",
|
|
12766
13019
|
"ListTagsForResource",
|
|
12767
13020
|
"StartApplication",
|
|
12768
13021
|
"StartJobRun",
|
|
13022
|
+
"StartSession",
|
|
12769
13023
|
"StopApplication",
|
|
12770
13024
|
"TagResource",
|
|
13025
|
+
"TerminateSession",
|
|
12771
13026
|
"UntagResource",
|
|
12772
13027
|
"UpdateApplication"
|
|
12773
13028
|
],
|
|
12774
|
-
"resourceTypesCount":
|
|
13029
|
+
"resourceTypesCount": 3,
|
|
12775
13030
|
"resourceTypes": [
|
|
12776
13031
|
"application",
|
|
12777
|
-
"jobRun"
|
|
13032
|
+
"jobRun",
|
|
13033
|
+
"session"
|
|
12778
13034
|
],
|
|
12779
13035
|
"conditionKeysCount": 3,
|
|
12780
13036
|
"conditionKeys": [
|
|
@@ -13136,7 +13392,7 @@
|
|
|
13136
13392
|
"name": "Amazon EventBridge Scheduler",
|
|
13137
13393
|
"servicePrefix": "scheduler",
|
|
13138
13394
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoneventbridgescheduler.html",
|
|
13139
|
-
"actionsCount":
|
|
13395
|
+
"actionsCount": 13,
|
|
13140
13396
|
"actions": [
|
|
13141
13397
|
"CreateSchedule",
|
|
13142
13398
|
"CreateScheduleGroup",
|
|
@@ -13146,6 +13402,7 @@
|
|
|
13146
13402
|
"GetScheduleGroup",
|
|
13147
13403
|
"ListScheduleGroups",
|
|
13148
13404
|
"ListSchedules",
|
|
13405
|
+
"ListSchedulesByTarget",
|
|
13149
13406
|
"ListTagsForResource",
|
|
13150
13407
|
"TagResource",
|
|
13151
13408
|
"UntagResource",
|
|
@@ -13778,7 +14035,7 @@
|
|
|
13778
14035
|
"name": "Amazon GameLift Servers",
|
|
13779
14036
|
"servicePrefix": "gamelift",
|
|
13780
14037
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazongameliftservers.html",
|
|
13781
|
-
"actionsCount":
|
|
14038
|
+
"actionsCount": 120,
|
|
13782
14039
|
"actions": [
|
|
13783
14040
|
"AcceptMatch",
|
|
13784
14041
|
"ClaimGameServer",
|
|
@@ -13821,6 +14078,7 @@
|
|
|
13821
14078
|
"DescribeCompute",
|
|
13822
14079
|
"DescribeContainerFleet",
|
|
13823
14080
|
"DescribeContainerGroupDefinition",
|
|
14081
|
+
"DescribeContainerGroupPortMappings",
|
|
13824
14082
|
"DescribeEC2InstanceLimits",
|
|
13825
14083
|
"DescribeFleetAttributes",
|
|
13826
14084
|
"DescribeFleetCapacity",
|
|
@@ -14045,7 +14303,7 @@
|
|
|
14045
14303
|
"name": "AWS Glue",
|
|
14046
14304
|
"servicePrefix": "glue",
|
|
14047
14305
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
14048
|
-
"actionsCount":
|
|
14306
|
+
"actionsCount": 302,
|
|
14049
14307
|
"actions": [
|
|
14050
14308
|
"AuthorizeInboundIntegration",
|
|
14051
14309
|
"BatchCreatePartition",
|
|
@@ -14264,6 +14522,7 @@
|
|
|
14264
14522
|
"ListTriggers",
|
|
14265
14523
|
"ListUsageProfiles",
|
|
14266
14524
|
"ListWorkflows",
|
|
14525
|
+
"ManagedConnector",
|
|
14267
14526
|
"ModifyIntegration",
|
|
14268
14527
|
"NotifyEvent",
|
|
14269
14528
|
"PassConnection",
|
|
@@ -14462,7 +14721,7 @@
|
|
|
14462
14721
|
"name": "AWS Ground Station",
|
|
14463
14722
|
"servicePrefix": "groundstation",
|
|
14464
14723
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsgroundstation.html",
|
|
14465
|
-
"actionsCount":
|
|
14724
|
+
"actionsCount": 40,
|
|
14466
14725
|
"actions": [
|
|
14467
14726
|
"CancelContact",
|
|
14468
14727
|
"CreateConfig",
|
|
@@ -14475,6 +14734,7 @@
|
|
|
14475
14734
|
"DeleteEphemeris",
|
|
14476
14735
|
"DeleteMissionProfile",
|
|
14477
14736
|
"DescribeContact",
|
|
14737
|
+
"DescribeContactVersion",
|
|
14478
14738
|
"DescribeEphemeris",
|
|
14479
14739
|
"GetAgentConfiguration",
|
|
14480
14740
|
"GetAgentTaskResponseUrl",
|
|
@@ -14483,10 +14743,13 @@
|
|
|
14483
14743
|
"GetMinuteUsage",
|
|
14484
14744
|
"GetMissionProfile",
|
|
14485
14745
|
"GetSatellite",
|
|
14746
|
+
"ListAntennas",
|
|
14486
14747
|
"ListConfigs",
|
|
14748
|
+
"ListContactVersions",
|
|
14487
14749
|
"ListContacts",
|
|
14488
14750
|
"ListDataflowEndpointGroups",
|
|
14489
14751
|
"ListEphemerides",
|
|
14752
|
+
"ListGroundStationReservations",
|
|
14490
14753
|
"ListGroundStations",
|
|
14491
14754
|
"ListMissionProfiles",
|
|
14492
14755
|
"ListSatellites",
|
|
@@ -14497,6 +14760,7 @@
|
|
|
14497
14760
|
"UntagResource",
|
|
14498
14761
|
"UpdateAgentStatus",
|
|
14499
14762
|
"UpdateConfig",
|
|
14763
|
+
"UpdateContact",
|
|
14500
14764
|
"UpdateEphemeris",
|
|
14501
14765
|
"UpdateMissionProfile"
|
|
14502
14766
|
],
|
|
@@ -14752,7 +15016,7 @@
|
|
|
14752
15016
|
"name": "AWS HealthLake",
|
|
14753
15017
|
"servicePrefix": "healthlake",
|
|
14754
15018
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthlake.html",
|
|
14755
|
-
"actionsCount":
|
|
15019
|
+
"actionsCount": 49,
|
|
14756
15020
|
"actions": [
|
|
14757
15021
|
"CancelFHIRExportJobWithDelete",
|
|
14758
15022
|
"ConfirmAttributionList",
|
|
@@ -14761,6 +15025,7 @@
|
|
|
14761
15025
|
"DeleteFHIRDatastore",
|
|
14762
15026
|
"DeleteResource",
|
|
14763
15027
|
"DescribeFHIRBulkDeleteJob",
|
|
15028
|
+
"DescribeFHIRBulkMemberMatchJob",
|
|
14764
15029
|
"DescribeFHIRDatastore",
|
|
14765
15030
|
"DescribeFHIRExportJob",
|
|
14766
15031
|
"DescribeFHIRExportJobWithGet",
|
|
@@ -14791,6 +15056,7 @@
|
|
|
14791
15056
|
"SearchWithGet",
|
|
14792
15057
|
"SearchWithPost",
|
|
14793
15058
|
"StartFHIRBulkDeleteJob",
|
|
15059
|
+
"StartFHIRBulkMemberMatchJob",
|
|
14794
15060
|
"StartFHIRExportJob",
|
|
14795
15061
|
"StartFHIRExportJobWithGet",
|
|
14796
15062
|
"StartFHIRExportJobWithPost",
|
|
@@ -14817,13 +15083,14 @@
|
|
|
14817
15083
|
"name": "AWS HealthOmics",
|
|
14818
15084
|
"servicePrefix": "omics",
|
|
14819
15085
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
|
|
14820
|
-
"actionsCount":
|
|
15086
|
+
"actionsCount": 107,
|
|
14821
15087
|
"actions": [
|
|
14822
15088
|
"AbortMultipartReadSetUpload",
|
|
14823
15089
|
"AcceptShare",
|
|
14824
15090
|
"BatchDeleteReadSet",
|
|
14825
15091
|
"CancelAnnotationImportJob",
|
|
14826
15092
|
"CancelRun",
|
|
15093
|
+
"CancelRunBatch",
|
|
14827
15094
|
"CancelVariantImportJob",
|
|
14828
15095
|
"CompleteMultipartReadSetUpload",
|
|
14829
15096
|
"CreateAnnotationStore",
|
|
@@ -14840,10 +15107,12 @@
|
|
|
14840
15107
|
"CreateWorkflowVersion",
|
|
14841
15108
|
"DeleteAnnotationStore",
|
|
14842
15109
|
"DeleteAnnotationStoreVersions",
|
|
15110
|
+
"DeleteBatch",
|
|
14843
15111
|
"DeleteConfiguration",
|
|
14844
15112
|
"DeleteReference",
|
|
14845
15113
|
"DeleteReferenceStore",
|
|
14846
15114
|
"DeleteRun",
|
|
15115
|
+
"DeleteRunBatch",
|
|
14847
15116
|
"DeleteRunCache",
|
|
14848
15117
|
"DeleteRunGroup",
|
|
14849
15118
|
"DeleteS3AccessPolicy",
|
|
@@ -14855,6 +15124,7 @@
|
|
|
14855
15124
|
"GetAnnotationImportJob",
|
|
14856
15125
|
"GetAnnotationStore",
|
|
14857
15126
|
"GetAnnotationStoreVersion",
|
|
15127
|
+
"GetBatch",
|
|
14858
15128
|
"GetConfiguration",
|
|
14859
15129
|
"GetReadSet",
|
|
14860
15130
|
"GetReadSetActivationJob",
|
|
@@ -14879,6 +15149,7 @@
|
|
|
14879
15149
|
"ListAnnotationImportJobs",
|
|
14880
15150
|
"ListAnnotationStoreVersions",
|
|
14881
15151
|
"ListAnnotationStores",
|
|
15152
|
+
"ListBatch",
|
|
14882
15153
|
"ListConfigurations",
|
|
14883
15154
|
"ListMultipartReadSetUploads",
|
|
14884
15155
|
"ListReadSetActivationJobs",
|
|
@@ -14893,6 +15164,7 @@
|
|
|
14893
15164
|
"ListRunGroups",
|
|
14894
15165
|
"ListRunTasks",
|
|
14895
15166
|
"ListRuns",
|
|
15167
|
+
"ListRunsInBatch",
|
|
14896
15168
|
"ListSequenceStores",
|
|
14897
15169
|
"ListShares",
|
|
14898
15170
|
"ListTagsForResource",
|
|
@@ -14907,6 +15179,7 @@
|
|
|
14907
15179
|
"StartReadSetImportJob",
|
|
14908
15180
|
"StartReferenceImportJob",
|
|
14909
15181
|
"StartRun",
|
|
15182
|
+
"StartRunBatch",
|
|
14910
15183
|
"StartVariantImportJob",
|
|
14911
15184
|
"TagResource",
|
|
14912
15185
|
"UntagResource",
|
|
@@ -14920,7 +15193,7 @@
|
|
|
14920
15193
|
"UpdateWorkflowVersion",
|
|
14921
15194
|
"UploadReadSetPart"
|
|
14922
15195
|
],
|
|
14923
|
-
"resourceTypesCount":
|
|
15196
|
+
"resourceTypesCount": 15,
|
|
14924
15197
|
"resourceTypes": [
|
|
14925
15198
|
"AnnotationStore",
|
|
14926
15199
|
"AnnotationStoreVersion",
|
|
@@ -14929,6 +15202,7 @@
|
|
|
14929
15202
|
"reference",
|
|
14930
15203
|
"referenceStore",
|
|
14931
15204
|
"run",
|
|
15205
|
+
"runBatch",
|
|
14932
15206
|
"runCache",
|
|
14933
15207
|
"runGroup",
|
|
14934
15208
|
"sequenceStore",
|
|
@@ -14995,7 +15269,7 @@
|
|
|
14995
15269
|
"name": "AWS IAM Access Analyzer",
|
|
14996
15270
|
"servicePrefix": "access-analyzer",
|
|
14997
15271
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamaccessanalyzer.html",
|
|
14998
|
-
"actionsCount":
|
|
15272
|
+
"actionsCount": 37,
|
|
14999
15273
|
"actions": [
|
|
15000
15274
|
"ApplyArchiveRule",
|
|
15001
15275
|
"CancelPolicyGeneration",
|
|
@@ -15005,8 +15279,10 @@
|
|
|
15005
15279
|
"CreateAccessPreview",
|
|
15006
15280
|
"CreateAnalyzer",
|
|
15007
15281
|
"CreateArchiveRule",
|
|
15282
|
+
"CreateServiceLinkedAnalyzer",
|
|
15008
15283
|
"DeleteAnalyzer",
|
|
15009
15284
|
"DeleteArchiveRule",
|
|
15285
|
+
"DeleteServiceLinkedAnalyzer",
|
|
15010
15286
|
"GenerateFindingRecommendation",
|
|
15011
15287
|
"GetAccessPreview",
|
|
15012
15288
|
"GetAnalyzedResource",
|
|
@@ -15864,11 +16140,12 @@
|
|
|
15864
16140
|
"name": "Amazon Interactive Video Service",
|
|
15865
16141
|
"servicePrefix": "ivs",
|
|
15866
16142
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninteractivevideoservice.html",
|
|
15867
|
-
"actionsCount":
|
|
16143
|
+
"actionsCount": 76,
|
|
15868
16144
|
"actions": [
|
|
15869
16145
|
"BatchGetChannel",
|
|
15870
16146
|
"BatchGetStreamKey",
|
|
15871
16147
|
"BatchStartViewerSessionRevocation",
|
|
16148
|
+
"CreateAdConfiguration",
|
|
15872
16149
|
"CreateChannel",
|
|
15873
16150
|
"CreateEncoderConfiguration",
|
|
15874
16151
|
"CreateIngestConfiguration",
|
|
@@ -15878,6 +16155,7 @@
|
|
|
15878
16155
|
"CreateStage",
|
|
15879
16156
|
"CreateStorageConfiguration",
|
|
15880
16157
|
"CreateStreamKey",
|
|
16158
|
+
"DeleteAdConfiguration",
|
|
15881
16159
|
"DeleteChannel",
|
|
15882
16160
|
"DeleteEncoderConfiguration",
|
|
15883
16161
|
"DeleteIngestConfiguration",
|
|
@@ -15889,6 +16167,7 @@
|
|
|
15889
16167
|
"DeleteStorageConfiguration",
|
|
15890
16168
|
"DeleteStreamKey",
|
|
15891
16169
|
"DisconnectParticipant",
|
|
16170
|
+
"GetAdConfiguration",
|
|
15892
16171
|
"GetChannel",
|
|
15893
16172
|
"GetComposition",
|
|
15894
16173
|
"GetEncoderConfiguration",
|
|
@@ -15906,6 +16185,8 @@
|
|
|
15906
16185
|
"GetStreamSession",
|
|
15907
16186
|
"ImportPlaybackKeyPair",
|
|
15908
16187
|
"ImportPublicKey",
|
|
16188
|
+
"InsertAdBreak",
|
|
16189
|
+
"ListAdConfigurations",
|
|
15909
16190
|
"ListChannels",
|
|
15910
16191
|
"ListCompositions",
|
|
15911
16192
|
"ListEncoderConfigurations",
|
|
@@ -15938,13 +16219,14 @@
|
|
|
15938
16219
|
"UpdatePlaybackRestrictionPolicy",
|
|
15939
16220
|
"UpdateStage"
|
|
15940
16221
|
],
|
|
15941
|
-
"resourceTypesCount":
|
|
16222
|
+
"resourceTypesCount": 12,
|
|
15942
16223
|
"resourceTypes": [
|
|
15943
16224
|
"Channel",
|
|
15944
16225
|
"Stream-Key",
|
|
15945
16226
|
"Playback-Key-Pair",
|
|
15946
16227
|
"Playback-Restriction-Policy",
|
|
15947
16228
|
"Recording-Configuration",
|
|
16229
|
+
"Ad-Configuration",
|
|
15948
16230
|
"Stage",
|
|
15949
16231
|
"Composition",
|
|
15950
16232
|
"Encoder-Configuration",
|
|
@@ -17592,7 +17874,7 @@
|
|
|
17592
17874
|
"name": "AWS Key Management Service",
|
|
17593
17875
|
"servicePrefix": "kms",
|
|
17594
17876
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awskeymanagementservice.html",
|
|
17595
|
-
"actionsCount":
|
|
17877
|
+
"actionsCount": 56,
|
|
17596
17878
|
"actions": [
|
|
17597
17879
|
"CancelKeyDeletion",
|
|
17598
17880
|
"ConnectCustomKeyStore",
|
|
@@ -17619,6 +17901,7 @@
|
|
|
17619
17901
|
"GenerateDataKeyWithoutPlaintext",
|
|
17620
17902
|
"GenerateMac",
|
|
17621
17903
|
"GenerateRandom",
|
|
17904
|
+
"GetKeyLastUsage",
|
|
17622
17905
|
"GetKeyPolicy",
|
|
17623
17906
|
"GetKeyRotationStatus",
|
|
17624
17907
|
"GetParametersForImport",
|
|
@@ -17655,7 +17938,7 @@
|
|
|
17655
17938
|
"alias",
|
|
17656
17939
|
"key"
|
|
17657
17940
|
],
|
|
17658
|
-
"conditionKeysCount":
|
|
17941
|
+
"conditionKeysCount": 95,
|
|
17659
17942
|
"conditionKeys": [
|
|
17660
17943
|
"aws:RequestTag/${TagKey}",
|
|
17661
17944
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -17747,6 +18030,7 @@
|
|
|
17747
18030
|
"kms:RotationPeriodInDays",
|
|
17748
18031
|
"kms:ScheduleKeyDeletionPendingWindowInDays",
|
|
17749
18032
|
"kms:SigningAlgorithm",
|
|
18033
|
+
"kms:TrailingDaysWithoutKeyUsage",
|
|
17750
18034
|
"kms:ValidTo",
|
|
17751
18035
|
"kms:ViaService",
|
|
17752
18036
|
"kms:WrappingAlgorithm",
|
|
@@ -18862,7 +19146,7 @@
|
|
|
18862
19146
|
"name": "Amazon Location",
|
|
18863
19147
|
"servicePrefix": "geo",
|
|
18864
19148
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlocation.html",
|
|
18865
|
-
"actionsCount":
|
|
19149
|
+
"actionsCount": 64,
|
|
18866
19150
|
"actions": [
|
|
18867
19151
|
"AssociateTrackerConsumer",
|
|
18868
19152
|
"BatchDeleteDevicePositionHistory",
|
|
@@ -18873,6 +19157,7 @@
|
|
|
18873
19157
|
"BatchUpdateDevicePosition",
|
|
18874
19158
|
"CalculateRoute",
|
|
18875
19159
|
"CalculateRouteMatrix",
|
|
19160
|
+
"CancelJob",
|
|
18876
19161
|
"CreateGeofenceCollection",
|
|
18877
19162
|
"CreateKey",
|
|
18878
19163
|
"CreateMap",
|
|
@@ -18896,6 +19181,7 @@
|
|
|
18896
19181
|
"GetDevicePosition",
|
|
18897
19182
|
"GetDevicePositionHistory",
|
|
18898
19183
|
"GetGeofence",
|
|
19184
|
+
"GetJob",
|
|
18899
19185
|
"GetMapGlyphs",
|
|
18900
19186
|
"GetMapSprites",
|
|
18901
19187
|
"GetMapStyleDescriptor",
|
|
@@ -18904,6 +19190,7 @@
|
|
|
18904
19190
|
"ListDevicePositions",
|
|
18905
19191
|
"ListGeofenceCollections",
|
|
18906
19192
|
"ListGeofences",
|
|
19193
|
+
"ListJobs",
|
|
18907
19194
|
"ListKeys",
|
|
18908
19195
|
"ListMaps",
|
|
18909
19196
|
"ListPlaceIndexes",
|
|
@@ -18915,6 +19202,7 @@
|
|
|
18915
19202
|
"SearchPlaceIndexForPosition",
|
|
18916
19203
|
"SearchPlaceIndexForSuggestions",
|
|
18917
19204
|
"SearchPlaceIndexForText",
|
|
19205
|
+
"StartJob",
|
|
18918
19206
|
"TagResource",
|
|
18919
19207
|
"UntagResource",
|
|
18920
19208
|
"UpdateGeofenceCollection",
|
|
@@ -18925,14 +19213,15 @@
|
|
|
18925
19213
|
"UpdateTracker",
|
|
18926
19214
|
"VerifyDevicePosition"
|
|
18927
19215
|
],
|
|
18928
|
-
"resourceTypesCount":
|
|
19216
|
+
"resourceTypesCount": 7,
|
|
18929
19217
|
"resourceTypes": [
|
|
18930
19218
|
"api-key",
|
|
18931
19219
|
"geofence-collection",
|
|
18932
19220
|
"map",
|
|
18933
19221
|
"place-index",
|
|
18934
19222
|
"route-calculator",
|
|
18935
|
-
"tracker"
|
|
19223
|
+
"tracker",
|
|
19224
|
+
"job"
|
|
18936
19225
|
],
|
|
18937
19226
|
"conditionKeysCount": 5,
|
|
18938
19227
|
"conditionKeys": [
|
|
@@ -19776,29 +20065,39 @@
|
|
|
19776
20065
|
"name": "AWS Marketplace",
|
|
19777
20066
|
"servicePrefix": "aws-marketplace",
|
|
19778
20067
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplace.html",
|
|
19779
|
-
"actionsCount":
|
|
20068
|
+
"actionsCount": 37,
|
|
19780
20069
|
"actions": [
|
|
19781
20070
|
"AcceptAgreementApprovalRequest",
|
|
20071
|
+
"AcceptAgreementCancellationRequest",
|
|
19782
20072
|
"AcceptAgreementPaymentRequest",
|
|
19783
20073
|
"AcceptAgreementRequest",
|
|
20074
|
+
"BatchCreateBillingAdjustmentRequest",
|
|
19784
20075
|
"CancelAgreement",
|
|
20076
|
+
"CancelAgreementCancellationRequest",
|
|
19785
20077
|
"CancelAgreementPaymentRequest",
|
|
19786
20078
|
"CancelAgreementRequest",
|
|
19787
20079
|
"CreateAgreementRequest",
|
|
19788
20080
|
"DescribeAgreement",
|
|
19789
20081
|
"GetAgreementApprovalRequest",
|
|
20082
|
+
"GetAgreementCancellationRequest",
|
|
19790
20083
|
"GetAgreementEntitlements",
|
|
19791
20084
|
"GetAgreementPaymentRequest",
|
|
19792
20085
|
"GetAgreementRequest",
|
|
19793
20086
|
"GetAgreementTerms",
|
|
20087
|
+
"GetBillingAdjustmentRequest",
|
|
19794
20088
|
"ListAgreementApprovalRequests",
|
|
20089
|
+
"ListAgreementCancellationRequests",
|
|
19795
20090
|
"ListAgreementCharges",
|
|
20091
|
+
"ListAgreementInvoiceLineItems",
|
|
19796
20092
|
"ListAgreementPaymentRequests",
|
|
19797
20093
|
"ListAgreementRequests",
|
|
20094
|
+
"ListBillingAdjustmentRequests",
|
|
19798
20095
|
"ListEntitlementDetails",
|
|
19799
20096
|
"RejectAgreementApprovalRequest",
|
|
20097
|
+
"RejectAgreementCancellationRequest",
|
|
19800
20098
|
"RejectAgreementPaymentRequest",
|
|
19801
20099
|
"SearchAgreements",
|
|
20100
|
+
"SendAgreementCancellationRequest",
|
|
19802
20101
|
"SendAgreementPaymentRequest",
|
|
19803
20102
|
"Subscribe",
|
|
19804
20103
|
"Unsubscribe",
|
|
@@ -19819,28 +20118,33 @@
|
|
|
19819
20118
|
"name": "AWS Marketplace Catalog",
|
|
19820
20119
|
"servicePrefix": "aws-marketplace",
|
|
19821
20120
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacecatalog.html",
|
|
19822
|
-
"actionsCount":
|
|
20121
|
+
"actionsCount": 18,
|
|
19823
20122
|
"actions": [
|
|
19824
20123
|
"CancelChangeSet",
|
|
19825
20124
|
"DeleteResourcePolicy",
|
|
19826
20125
|
"DescribeAssessment",
|
|
19827
20126
|
"DescribeChangeSet",
|
|
19828
20127
|
"DescribeEntity",
|
|
20128
|
+
"GetInvoiceSubmissionTask",
|
|
19829
20129
|
"GetResourcePolicy",
|
|
19830
20130
|
"ListAssessments",
|
|
19831
20131
|
"ListChangeSets",
|
|
19832
20132
|
"ListEntities",
|
|
20133
|
+
"ListInvoiceSubmissionTasks",
|
|
20134
|
+
"ListPayables",
|
|
19833
20135
|
"ListTagsForResource",
|
|
19834
20136
|
"PutResourcePolicy",
|
|
19835
20137
|
"StartChangeSet",
|
|
20138
|
+
"StartInvoiceSubmissionTask",
|
|
19836
20139
|
"TagResource",
|
|
19837
20140
|
"UntagResource"
|
|
19838
20141
|
],
|
|
19839
|
-
"resourceTypesCount":
|
|
20142
|
+
"resourceTypesCount": 4,
|
|
19840
20143
|
"resourceTypes": [
|
|
19841
20144
|
"Entity",
|
|
19842
20145
|
"ChangeSet",
|
|
19843
|
-
"Assessment"
|
|
20146
|
+
"Assessment",
|
|
20147
|
+
"InvoiceSubmissionTask"
|
|
19844
20148
|
],
|
|
19845
20149
|
"conditionKeysCount": 5,
|
|
19846
20150
|
"conditionKeys": [
|
|
@@ -19891,12 +20195,29 @@
|
|
|
19891
20195
|
"name": "AWS Marketplace Discovery",
|
|
19892
20196
|
"servicePrefix": "aws-marketplace",
|
|
19893
20197
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacediscovery.html",
|
|
19894
|
-
"actionsCount":
|
|
20198
|
+
"actionsCount": 10,
|
|
19895
20199
|
"actions": [
|
|
19896
|
-
"
|
|
20200
|
+
"GetListing",
|
|
20201
|
+
"GetOffer",
|
|
20202
|
+
"GetOfferSet",
|
|
20203
|
+
"GetOfferTerms",
|
|
20204
|
+
"GetProduct",
|
|
20205
|
+
"ListFulfillmentOptions",
|
|
20206
|
+
"ListPrivateListings",
|
|
20207
|
+
"ListPurchaseOptions",
|
|
20208
|
+
"SearchFacets",
|
|
20209
|
+
"SearchListings"
|
|
20210
|
+
],
|
|
20211
|
+
"resourceTypesCount": 7,
|
|
20212
|
+
"resourceTypes": [
|
|
20213
|
+
"Product",
|
|
20214
|
+
"Listing",
|
|
20215
|
+
"AllListings",
|
|
20216
|
+
"Offer",
|
|
20217
|
+
"OfferSet",
|
|
20218
|
+
"PurchaseOption",
|
|
20219
|
+
"AllPurchaseOptions"
|
|
19897
20220
|
],
|
|
19898
|
-
"resourceTypesCount": 0,
|
|
19899
|
-
"resourceTypes": [],
|
|
19900
20221
|
"conditionKeysCount": 0,
|
|
19901
20222
|
"conditionKeys": []
|
|
19902
20223
|
},
|
|
@@ -20073,21 +20394,6 @@
|
|
|
20073
20394
|
"aws:TagKeys"
|
|
20074
20395
|
]
|
|
20075
20396
|
},
|
|
20076
|
-
{
|
|
20077
|
-
"name": "AWS MCP Server",
|
|
20078
|
-
"servicePrefix": "aws-mcp",
|
|
20079
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmcpserver.html",
|
|
20080
|
-
"actionsCount": 3,
|
|
20081
|
-
"actions": [
|
|
20082
|
-
"CallReadOnlyTool",
|
|
20083
|
-
"CallReadWriteTool",
|
|
20084
|
-
"InvokeMcp"
|
|
20085
|
-
],
|
|
20086
|
-
"resourceTypesCount": 0,
|
|
20087
|
-
"resourceTypes": [],
|
|
20088
|
-
"conditionKeysCount": 0,
|
|
20089
|
-
"conditionKeys": []
|
|
20090
|
-
},
|
|
20091
20397
|
{
|
|
20092
20398
|
"name": "Amazon Mechanical Turk",
|
|
20093
20399
|
"servicePrefix": "mechanicalturk",
|
|
@@ -21382,7 +21688,7 @@
|
|
|
21382
21688
|
"name": "Amazon OpenSearch Service",
|
|
21383
21689
|
"servicePrefix": "es",
|
|
21384
21690
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
21385
|
-
"actionsCount":
|
|
21691
|
+
"actionsCount": 123,
|
|
21386
21692
|
"actions": [
|
|
21387
21693
|
"AcceptInboundConnection",
|
|
21388
21694
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -21418,6 +21724,7 @@
|
|
|
21418
21724
|
"DeleteOutboundCrossClusterSearchConnection",
|
|
21419
21725
|
"DeletePackage",
|
|
21420
21726
|
"DeleteVpcEndpoint",
|
|
21727
|
+
"DeregisterCapability",
|
|
21421
21728
|
"DescribeDomain",
|
|
21422
21729
|
"DescribeDomainAutoTunes",
|
|
21423
21730
|
"DescribeDomainChangeProgress",
|
|
@@ -21452,6 +21759,7 @@
|
|
|
21452
21759
|
"ESHttpPost",
|
|
21453
21760
|
"ESHttpPut",
|
|
21454
21761
|
"GetApplication",
|
|
21762
|
+
"GetCapability",
|
|
21455
21763
|
"GetCompatibleElasticsearchVersions",
|
|
21456
21764
|
"GetCompatibleVersions",
|
|
21457
21765
|
"GetDataSource",
|
|
@@ -21483,6 +21791,7 @@
|
|
|
21483
21791
|
"PurchaseReservedElasticsearchInstanceOffering",
|
|
21484
21792
|
"PurchaseReservedInstanceOffering",
|
|
21485
21793
|
"PutDefaultApplicationSetting",
|
|
21794
|
+
"RegisterCapability",
|
|
21486
21795
|
"RejectInboundConnection",
|
|
21487
21796
|
"RejectInboundCrossClusterSearchConnection",
|
|
21488
21797
|
"RemoveTags",
|
|
@@ -22066,15 +22375,18 @@
|
|
|
22066
22375
|
"name": "AWS Payment Cryptography",
|
|
22067
22376
|
"servicePrefix": "payment-cryptography",
|
|
22068
22377
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspaymentcryptography.html",
|
|
22069
|
-
"actionsCount":
|
|
22378
|
+
"actionsCount": 46,
|
|
22070
22379
|
"actions": [
|
|
22071
22380
|
"AddKeyReplicationRegions",
|
|
22381
|
+
"AssociateMpaTeam",
|
|
22072
22382
|
"CreateAlias",
|
|
22073
22383
|
"CreateKey",
|
|
22074
22384
|
"DecryptData",
|
|
22075
22385
|
"DeleteAlias",
|
|
22076
22386
|
"DeleteKey",
|
|
22387
|
+
"DeleteResourcePolicy",
|
|
22077
22388
|
"DisableDefaultKeyReplicationRegions",
|
|
22389
|
+
"DisassociateMpaTeam",
|
|
22078
22390
|
"EnableDefaultKeyReplicationRegions",
|
|
22079
22391
|
"EncryptData",
|
|
22080
22392
|
"ExportKey",
|
|
@@ -22087,13 +22399,16 @@
|
|
|
22087
22399
|
"GetCertificateSigningRequest",
|
|
22088
22400
|
"GetDefaultKeyReplicationRegions",
|
|
22089
22401
|
"GetKey",
|
|
22402
|
+
"GetMpaTeamAssociation",
|
|
22090
22403
|
"GetParametersForExport",
|
|
22091
22404
|
"GetParametersForImport",
|
|
22092
22405
|
"GetPublicKeyCertificate",
|
|
22406
|
+
"GetResourcePolicy",
|
|
22093
22407
|
"ImportKey",
|
|
22094
22408
|
"ListAliases",
|
|
22095
22409
|
"ListKeys",
|
|
22096
22410
|
"ListTagsForResource",
|
|
22411
|
+
"PutResourcePolicy",
|
|
22097
22412
|
"ReEncryptData",
|
|
22098
22413
|
"RemoveKeyReplicationRegions",
|
|
22099
22414
|
"RestoreKey",
|
|
@@ -22109,10 +22424,11 @@
|
|
|
22109
22424
|
"VerifyMac",
|
|
22110
22425
|
"VerifyPinData"
|
|
22111
22426
|
],
|
|
22112
|
-
"resourceTypesCount":
|
|
22427
|
+
"resourceTypesCount": 3,
|
|
22113
22428
|
"resourceTypes": [
|
|
22114
22429
|
"key",
|
|
22115
|
-
"alias"
|
|
22430
|
+
"alias",
|
|
22431
|
+
"approval-team"
|
|
22116
22432
|
],
|
|
22117
22433
|
"conditionKeysCount": 11,
|
|
22118
22434
|
"conditionKeys": [
|
|
@@ -22315,8 +22631,12 @@
|
|
|
22315
22631
|
"batchSegmentJob",
|
|
22316
22632
|
"metricAttribution"
|
|
22317
22633
|
],
|
|
22318
|
-
"conditionKeysCount":
|
|
22319
|
-
"conditionKeys": [
|
|
22634
|
+
"conditionKeysCount": 3,
|
|
22635
|
+
"conditionKeys": [
|
|
22636
|
+
"aws:RequestTag/${TagKey}",
|
|
22637
|
+
"aws:ResourceTag/${TagKey}",
|
|
22638
|
+
"aws:TagKeys"
|
|
22639
|
+
]
|
|
22320
22640
|
},
|
|
22321
22641
|
{
|
|
22322
22642
|
"name": "Amazon Pinpoint",
|
|
@@ -22953,19 +23273,30 @@
|
|
|
22953
23273
|
"name": "Amazon Q",
|
|
22954
23274
|
"servicePrefix": "q",
|
|
22955
23275
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonq.html",
|
|
22956
|
-
"actionsCount":
|
|
23276
|
+
"actionsCount": 54,
|
|
22957
23277
|
"actions": [
|
|
22958
23278
|
"AssociateConnectorResource",
|
|
23279
|
+
"AssociateLoginDomain",
|
|
23280
|
+
"BatchDescribeGroups",
|
|
23281
|
+
"BatchDescribeUsers",
|
|
23282
|
+
"BatchGetGroups",
|
|
23283
|
+
"BatchGetUsers",
|
|
23284
|
+
"CreateArtifact",
|
|
22959
23285
|
"CreateAssignment",
|
|
22960
23286
|
"CreateAuthGrant",
|
|
22961
23287
|
"CreateOAuthAppConnection",
|
|
22962
23288
|
"CreatePlugin",
|
|
23289
|
+
"CreateScimAccessToken",
|
|
22963
23290
|
"DeleteAssignment",
|
|
22964
23291
|
"DeleteConversation",
|
|
22965
23292
|
"DeleteOAuthAppConnection",
|
|
22966
23293
|
"DeletePlugin",
|
|
23294
|
+
"DeleteScimAccessToken",
|
|
23295
|
+
"DisassociateLoginDomain",
|
|
22967
23296
|
"GenerateCodeFromCommands",
|
|
22968
23297
|
"GenerateCodeRecommendations",
|
|
23298
|
+
"GetArtifact",
|
|
23299
|
+
"GetArtifactActionResult",
|
|
22969
23300
|
"GetConnector",
|
|
22970
23301
|
"GetConversation",
|
|
22971
23302
|
"GetIdentityMetadata",
|
|
@@ -22973,10 +23304,15 @@
|
|
|
22973
23304
|
"GetTroubleshootingResults",
|
|
22974
23305
|
"ListConversations",
|
|
22975
23306
|
"ListDashboardMetrics",
|
|
23307
|
+
"ListGroups",
|
|
23308
|
+
"ListLoginDomains",
|
|
22976
23309
|
"ListPluginProviders",
|
|
22977
23310
|
"ListPlugins",
|
|
23311
|
+
"ListScimAccessTokens",
|
|
22978
23312
|
"ListTagsForResource",
|
|
23313
|
+
"ListUsers",
|
|
22979
23314
|
"PassRequest",
|
|
23315
|
+
"PerformArtifactAction",
|
|
22980
23316
|
"RejectConnector",
|
|
22981
23317
|
"SendEvent",
|
|
22982
23318
|
"SendMessage",
|
|
@@ -22985,6 +23321,7 @@
|
|
|
22985
23321
|
"StartTroubleshootingResolutionExplanation",
|
|
22986
23322
|
"TagResource",
|
|
22987
23323
|
"UntagResource",
|
|
23324
|
+
"UpdateAssignment",
|
|
22988
23325
|
"UpdateAuthGrant",
|
|
22989
23326
|
"UpdateConversation",
|
|
22990
23327
|
"UpdateOAuthAppConnection",
|
|
@@ -23221,7 +23558,7 @@
|
|
|
23221
23558
|
"name": "Amazon Q in Connect",
|
|
23222
23559
|
"servicePrefix": "wisdom",
|
|
23223
23560
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqinconnect.html",
|
|
23224
|
-
"actionsCount":
|
|
23561
|
+
"actionsCount": 95,
|
|
23225
23562
|
"actions": [
|
|
23226
23563
|
"ActivateMessageTemplate",
|
|
23227
23564
|
"AllowVendedLogDeliveryForResource",
|
|
@@ -23287,7 +23624,9 @@
|
|
|
23287
23624
|
"ListMessageTemplateVersions",
|
|
23288
23625
|
"ListMessageTemplates",
|
|
23289
23626
|
"ListMessages",
|
|
23627
|
+
"ListModels",
|
|
23290
23628
|
"ListQuickResponses",
|
|
23629
|
+
"ListSpans",
|
|
23291
23630
|
"ListTagsForResource",
|
|
23292
23631
|
"NotifyRecommendationsReceived",
|
|
23293
23632
|
"PutFeedback",
|
|
@@ -23402,7 +23741,7 @@
|
|
|
23402
23741
|
"name": "Amazon QuickSight",
|
|
23403
23742
|
"servicePrefix": "quicksight",
|
|
23404
23743
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonquicksight.html",
|
|
23405
|
-
"actionsCount":
|
|
23744
|
+
"actionsCount": 273,
|
|
23406
23745
|
"actions": [
|
|
23407
23746
|
"AccountConfigurations",
|
|
23408
23747
|
"AllowVendedLogDeliveryForResource",
|
|
@@ -23488,6 +23827,7 @@
|
|
|
23488
23827
|
"DescribeAnalysisPermissions",
|
|
23489
23828
|
"DescribeAssetBundleExportJob",
|
|
23490
23829
|
"DescribeAssetBundleImportJob",
|
|
23830
|
+
"DescribeAutomationJob",
|
|
23491
23831
|
"DescribeBrand",
|
|
23492
23832
|
"DescribeBrandAssignment",
|
|
23493
23833
|
"DescribeBrandPublishedVersion",
|
|
@@ -23612,6 +23952,7 @@
|
|
|
23612
23952
|
"SetGroupMapping",
|
|
23613
23953
|
"StartAssetBundleExportJob",
|
|
23614
23954
|
"StartAssetBundleImportJob",
|
|
23955
|
+
"StartAutomationJob",
|
|
23615
23956
|
"StartDashboardSnapshotJob",
|
|
23616
23957
|
"StartDashboardSnapshotJobSchedule",
|
|
23617
23958
|
"Subscribe",
|
|
@@ -23676,7 +24017,7 @@
|
|
|
23676
24017
|
"UpdateUserCustomPermission",
|
|
23677
24018
|
"UpdateVPCConnection"
|
|
23678
24019
|
],
|
|
23679
|
-
"resourceTypesCount":
|
|
24020
|
+
"resourceTypesCount": 30,
|
|
23680
24021
|
"resourceTypes": [
|
|
23681
24022
|
"account",
|
|
23682
24023
|
"user",
|
|
@@ -23704,7 +24045,10 @@
|
|
|
23704
24045
|
"actionconnector",
|
|
23705
24046
|
"agent",
|
|
23706
24047
|
"extensionaccess",
|
|
23707
|
-
"flow"
|
|
24048
|
+
"flow",
|
|
24049
|
+
"automation",
|
|
24050
|
+
"automationJob",
|
|
24051
|
+
"automationGroup"
|
|
23708
24052
|
],
|
|
23709
24053
|
"conditionKeysCount": 11,
|
|
23710
24054
|
"conditionKeys": [
|
|
@@ -25665,7 +26009,7 @@
|
|
|
25665
26009
|
"name": "Amazon S3 Express",
|
|
25666
26010
|
"servicePrefix": "s3express",
|
|
25667
26011
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3express.html",
|
|
25668
|
-
"actionsCount":
|
|
26012
|
+
"actionsCount": 28,
|
|
25669
26013
|
"actions": [
|
|
25670
26014
|
"CreateAccessPoint",
|
|
25671
26015
|
"CreateBucket",
|
|
@@ -25680,7 +26024,9 @@
|
|
|
25680
26024
|
"GetAccessPointScope",
|
|
25681
26025
|
"GetBucketPolicy",
|
|
25682
26026
|
"GetEncryptionConfiguration",
|
|
26027
|
+
"GetInventoryConfiguration",
|
|
25683
26028
|
"GetLifecycleConfiguration",
|
|
26029
|
+
"GetMetricsConfiguration",
|
|
25684
26030
|
"ListAccessPointsForDirectoryBuckets",
|
|
25685
26031
|
"ListAllMyDirectoryBuckets",
|
|
25686
26032
|
"ListTagsForResource",
|
|
@@ -25688,7 +26034,9 @@
|
|
|
25688
26034
|
"PutAccessPointScope",
|
|
25689
26035
|
"PutBucketPolicy",
|
|
25690
26036
|
"PutEncryptionConfiguration",
|
|
26037
|
+
"PutInventoryConfiguration",
|
|
25691
26038
|
"PutLifecycleConfiguration",
|
|
26039
|
+
"PutMetricsConfiguration",
|
|
25692
26040
|
"TagResource",
|
|
25693
26041
|
"UntagResource"
|
|
25694
26042
|
],
|
|
@@ -25697,7 +26045,7 @@
|
|
|
25697
26045
|
"bucket",
|
|
25698
26046
|
"accesspoint"
|
|
25699
26047
|
],
|
|
25700
|
-
"conditionKeysCount":
|
|
26048
|
+
"conditionKeysCount": 21,
|
|
25701
26049
|
"conditionKeys": [
|
|
25702
26050
|
"aws:RequestTag/${TagKey}",
|
|
25703
26051
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -25708,6 +26056,7 @@
|
|
|
25708
26056
|
"s3express:BucketTag/${TagKey}",
|
|
25709
26057
|
"s3express:DataAccessPointAccount",
|
|
25710
26058
|
"s3express:DataAccessPointArn",
|
|
26059
|
+
"s3express:InventoryAccessibleOptionalFields",
|
|
25711
26060
|
"s3express:LocationName",
|
|
25712
26061
|
"s3express:Permissions",
|
|
25713
26062
|
"s3express:ResourceAccount",
|
|
@@ -25721,6 +26070,51 @@
|
|
|
25721
26070
|
"s3express:x-amz-server-side-encryption-aws-kms-key-id"
|
|
25722
26071
|
]
|
|
25723
26072
|
},
|
|
26073
|
+
{
|
|
26074
|
+
"name": "Amazon S3 Files",
|
|
26075
|
+
"servicePrefix": "s3files",
|
|
26076
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3files.html",
|
|
26077
|
+
"actionsCount": 24,
|
|
26078
|
+
"actions": [
|
|
26079
|
+
"ClientMount",
|
|
26080
|
+
"ClientRootAccess",
|
|
26081
|
+
"ClientWrite",
|
|
26082
|
+
"CreateAccessPoint",
|
|
26083
|
+
"CreateFileSystem",
|
|
26084
|
+
"CreateMountTarget",
|
|
26085
|
+
"DeleteAccessPoint",
|
|
26086
|
+
"DeleteFileSystem",
|
|
26087
|
+
"DeleteFileSystemPolicy",
|
|
26088
|
+
"DeleteMountTarget",
|
|
26089
|
+
"GetAccessPoint",
|
|
26090
|
+
"GetFileSystem",
|
|
26091
|
+
"GetFileSystemPolicy",
|
|
26092
|
+
"GetMountTarget",
|
|
26093
|
+
"GetSynchronizationConfiguration",
|
|
26094
|
+
"ListAccessPoints",
|
|
26095
|
+
"ListFileSystems",
|
|
26096
|
+
"ListMountTargets",
|
|
26097
|
+
"ListTagsForResource",
|
|
26098
|
+
"PutFileSystemPolicy",
|
|
26099
|
+
"PutSynchronizationConfiguration",
|
|
26100
|
+
"TagResource",
|
|
26101
|
+
"UntagResource",
|
|
26102
|
+
"UpdateMountTarget"
|
|
26103
|
+
],
|
|
26104
|
+
"resourceTypesCount": 2,
|
|
26105
|
+
"resourceTypes": [
|
|
26106
|
+
"file-system",
|
|
26107
|
+
"access-point"
|
|
26108
|
+
],
|
|
26109
|
+
"conditionKeysCount": 5,
|
|
26110
|
+
"conditionKeys": [
|
|
26111
|
+
"aws:RequestTag/${TagKey}",
|
|
26112
|
+
"aws:ResourceTag/${TagKey}",
|
|
26113
|
+
"aws:TagKeys",
|
|
26114
|
+
"s3files:AccessPointArn",
|
|
26115
|
+
"s3files:CreateAction"
|
|
26116
|
+
]
|
|
26117
|
+
},
|
|
25724
26118
|
{
|
|
25725
26119
|
"name": "Amazon S3 Glacier",
|
|
25726
26120
|
"servicePrefix": "glacier",
|
|
@@ -26024,7 +26418,7 @@
|
|
|
26024
26418
|
"name": "Amazon SageMaker",
|
|
26025
26419
|
"servicePrefix": "sagemaker",
|
|
26026
26420
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
26027
|
-
"actionsCount":
|
|
26421
|
+
"actionsCount": 429,
|
|
26028
26422
|
"actions": [
|
|
26029
26423
|
"AddAssociation",
|
|
26030
26424
|
"AddTags",
|
|
@@ -26038,6 +26432,9 @@
|
|
|
26038
26432
|
"BatchPutMetrics",
|
|
26039
26433
|
"CallMlflowAppApi",
|
|
26040
26434
|
"CallPartnerAppApi",
|
|
26435
|
+
"CreateAIBenchmarkJob",
|
|
26436
|
+
"CreateAIRecommendationJob",
|
|
26437
|
+
"CreateAIWorkloadConfig",
|
|
26041
26438
|
"CreateAction",
|
|
26042
26439
|
"CreateAlgorithm",
|
|
26043
26440
|
"CreateApp",
|
|
@@ -26109,6 +26506,9 @@
|
|
|
26109
26506
|
"CreateUserProfile",
|
|
26110
26507
|
"CreateWorkforce",
|
|
26111
26508
|
"CreateWorkteam",
|
|
26509
|
+
"DeleteAIBenchmarkJob",
|
|
26510
|
+
"DeleteAIRecommendationJob",
|
|
26511
|
+
"DeleteAIWorkloadConfig",
|
|
26112
26512
|
"DeleteAction",
|
|
26113
26513
|
"DeleteAlgorithm",
|
|
26114
26514
|
"DeleteApp",
|
|
@@ -26158,12 +26558,14 @@
|
|
|
26158
26558
|
"DeleteOptimizationJob",
|
|
26159
26559
|
"DeletePartnerApp",
|
|
26160
26560
|
"DeletePipeline",
|
|
26561
|
+
"DeleteProcessingJob",
|
|
26161
26562
|
"DeleteProject",
|
|
26162
26563
|
"DeleteRecord",
|
|
26163
26564
|
"DeleteResourcePolicy",
|
|
26164
26565
|
"DeleteSpace",
|
|
26165
26566
|
"DeleteStudioLifecycleConfig",
|
|
26166
26567
|
"DeleteTags",
|
|
26568
|
+
"DeleteTrainingJob",
|
|
26167
26569
|
"DeleteTrial",
|
|
26168
26570
|
"DeleteTrialComponent",
|
|
26169
26571
|
"DeleteUserProfile",
|
|
@@ -26171,6 +26573,9 @@
|
|
|
26171
26573
|
"DeleteWorkteam",
|
|
26172
26574
|
"DeployHubModel",
|
|
26173
26575
|
"DeregisterDevices",
|
|
26576
|
+
"DescribeAIBenchmarkJob",
|
|
26577
|
+
"DescribeAIRecommendationJob",
|
|
26578
|
+
"DescribeAIWorkloadConfig",
|
|
26174
26579
|
"DescribeAction",
|
|
26175
26580
|
"DescribeAlgorithm",
|
|
26176
26581
|
"DescribeApp",
|
|
@@ -26262,6 +26667,9 @@
|
|
|
26262
26667
|
"InvokeEndpoint",
|
|
26263
26668
|
"InvokeEndpointAsync",
|
|
26264
26669
|
"InvokeEndpointWithResponseStream",
|
|
26670
|
+
"ListAIBenchmarkJobs",
|
|
26671
|
+
"ListAIRecommendationJobs",
|
|
26672
|
+
"ListAIWorkloadConfigs",
|
|
26265
26673
|
"ListActions",
|
|
26266
26674
|
"ListAlgorithms",
|
|
26267
26675
|
"ListAliases",
|
|
@@ -26365,6 +26773,7 @@
|
|
|
26365
26773
|
"SendPipelineExecutionStepFailure",
|
|
26366
26774
|
"SendPipelineExecutionStepSuccess",
|
|
26367
26775
|
"SendSharedModelEvent",
|
|
26776
|
+
"StartClusterHealthCheck",
|
|
26368
26777
|
"StartEdgeDeploymentStage",
|
|
26369
26778
|
"StartHumanLoop",
|
|
26370
26779
|
"StartInferenceExperiment",
|
|
@@ -26373,6 +26782,8 @@
|
|
|
26373
26782
|
"StartNotebookInstance",
|
|
26374
26783
|
"StartPipelineExecution",
|
|
26375
26784
|
"StartSession",
|
|
26785
|
+
"StopAIBenchmarkJob",
|
|
26786
|
+
"StopAIRecommendationJob",
|
|
26376
26787
|
"StopAutoMLJob",
|
|
26377
26788
|
"StopCompilationJob",
|
|
26378
26789
|
"StopEdgeDeploymentStage",
|
|
@@ -26439,7 +26850,7 @@
|
|
|
26439
26850
|
"UpdateWorkforce",
|
|
26440
26851
|
"UpdateWorkteam"
|
|
26441
26852
|
],
|
|
26442
|
-
"resourceTypesCount":
|
|
26853
|
+
"resourceTypesCount": 72,
|
|
26443
26854
|
"resourceTypes": [
|
|
26444
26855
|
"device",
|
|
26445
26856
|
"device-fleet",
|
|
@@ -26509,9 +26920,12 @@
|
|
|
26509
26920
|
"mlflow-app",
|
|
26510
26921
|
"compute-quota",
|
|
26511
26922
|
"cluster-scheduler-config",
|
|
26512
|
-
"partner-app"
|
|
26923
|
+
"partner-app",
|
|
26924
|
+
"ai-workload-config",
|
|
26925
|
+
"ai-benchmark-job",
|
|
26926
|
+
"ai-recommendation-job"
|
|
26513
26927
|
],
|
|
26514
|
-
"conditionKeysCount":
|
|
26928
|
+
"conditionKeysCount": 59,
|
|
26515
26929
|
"conditionKeys": [
|
|
26516
26930
|
"aws:RequestTag/${TagKey}",
|
|
26517
26931
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -26551,6 +26965,7 @@
|
|
|
26551
26965
|
"sagemaker:ModelLifeCycle:Stage",
|
|
26552
26966
|
"sagemaker:ModelLifeCycle:StageStatus",
|
|
26553
26967
|
"sagemaker:NetworkIsolation",
|
|
26968
|
+
"sagemaker:NotebookInstanceLifecycleConfigArns",
|
|
26554
26969
|
"sagemaker:OutputKmsKey",
|
|
26555
26970
|
"sagemaker:OwnerUserProfileArn",
|
|
26556
26971
|
"sagemaker:PipelineVersionId",
|
|
@@ -26811,12 +27226,16 @@
|
|
|
26811
27226
|
"name": "AWS Security Agent",
|
|
26812
27227
|
"servicePrefix": "securityagent",
|
|
26813
27228
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityagent.html",
|
|
26814
|
-
"actionsCount":
|
|
27229
|
+
"actionsCount": 78,
|
|
26815
27230
|
"actions": [
|
|
26816
27231
|
"AddArtifact",
|
|
27232
|
+
"BatchDeleteCodeReviews",
|
|
26817
27233
|
"BatchDeletePentests",
|
|
26818
27234
|
"BatchGetAgentSpaces",
|
|
26819
27235
|
"BatchGetArtifactMetadata",
|
|
27236
|
+
"BatchGetCodeReviewJobTasks",
|
|
27237
|
+
"BatchGetCodeReviewJobs",
|
|
27238
|
+
"BatchGetCodeReviews",
|
|
26820
27239
|
"BatchGetFindings",
|
|
26821
27240
|
"BatchGetPentestJobContentMetadata",
|
|
26822
27241
|
"BatchGetPentestJobTasks",
|
|
@@ -26825,6 +27244,7 @@
|
|
|
26825
27244
|
"BatchGetTargetDomains",
|
|
26826
27245
|
"CreateAgentSpace",
|
|
26827
27246
|
"CreateApplication",
|
|
27247
|
+
"CreateCodeReview",
|
|
26828
27248
|
"CreateDesignReview",
|
|
26829
27249
|
"CreateIntegration",
|
|
26830
27250
|
"CreateMembership",
|
|
@@ -26851,6 +27271,9 @@
|
|
|
26851
27271
|
"ListAgentSpaces",
|
|
26852
27272
|
"ListApplications",
|
|
26853
27273
|
"ListArtifacts",
|
|
27274
|
+
"ListCodeReviewJobTasks",
|
|
27275
|
+
"ListCodeReviewJobsForCodeReview",
|
|
27276
|
+
"ListCodeReviews",
|
|
26854
27277
|
"ListDesignReviewComments",
|
|
26855
27278
|
"ListDesignReviews",
|
|
26856
27279
|
"ListDiscoveredEndpoints",
|
|
@@ -26867,13 +27290,16 @@
|
|
|
26867
27290
|
"ListTargetDomains",
|
|
26868
27291
|
"PutDesignReviewFeedback",
|
|
26869
27292
|
"StartCodeRemediation",
|
|
27293
|
+
"StartCodeReviewJob",
|
|
26870
27294
|
"StartPentestJob",
|
|
27295
|
+
"StopCodeReviewJob",
|
|
26871
27296
|
"StopPentestJob",
|
|
26872
27297
|
"TagResource",
|
|
26873
27298
|
"ToggleManagedSecurityRequirement",
|
|
26874
27299
|
"UntagResource",
|
|
26875
27300
|
"UpdateAgentSpace",
|
|
26876
27301
|
"UpdateApplication",
|
|
27302
|
+
"UpdateCodeReview",
|
|
26877
27303
|
"UpdateFinding",
|
|
26878
27304
|
"UpdateIntegratedResources",
|
|
26879
27305
|
"UpdatePentest",
|
|
@@ -26900,7 +27326,7 @@
|
|
|
26900
27326
|
"name": "AWS Security Hub",
|
|
26901
27327
|
"servicePrefix": "securityhub",
|
|
26902
27328
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityhub.html",
|
|
26903
|
-
"actionsCount":
|
|
27329
|
+
"actionsCount": 119,
|
|
26904
27330
|
"actions": [
|
|
26905
27331
|
"AcceptAdministratorInvitation",
|
|
26906
27332
|
"AcceptInvitation",
|
|
@@ -26957,6 +27383,7 @@
|
|
|
26957
27383
|
"EnableOrganizationAdminAccount",
|
|
26958
27384
|
"EnableSecurityHub",
|
|
26959
27385
|
"EnableSecurityHubV2",
|
|
27386
|
+
"GenerateRecommendedPolicyV2",
|
|
26960
27387
|
"GetAdhocInsightResults",
|
|
26961
27388
|
"GetAdministratorAccount",
|
|
26962
27389
|
"GetAggregatorV2",
|
|
@@ -26978,12 +27405,15 @@
|
|
|
26978
27405
|
"GetInvitationsCount",
|
|
26979
27406
|
"GetMasterAccount",
|
|
26980
27407
|
"GetMembers",
|
|
27408
|
+
"GetRecommendedPolicyV2",
|
|
26981
27409
|
"GetResourcesStatisticsV2",
|
|
26982
27410
|
"GetResourcesTrendsV2",
|
|
26983
27411
|
"GetResourcesV2",
|
|
26984
27412
|
"GetSecurityControlDefinition",
|
|
26985
27413
|
"GetUsage",
|
|
27414
|
+
"GetUsageV2",
|
|
26986
27415
|
"InviteMembers",
|
|
27416
|
+
"ListAccountUsageV2",
|
|
26987
27417
|
"ListAggregatorsV2",
|
|
26988
27418
|
"ListAutomationRules",
|
|
26989
27419
|
"ListAutomationRulesV2",
|
|
@@ -28859,9 +29289,11 @@
|
|
|
28859
29289
|
"name": "AWS Sustainability",
|
|
28860
29290
|
"servicePrefix": "sustainability",
|
|
28861
29291
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssustainability.html",
|
|
28862
|
-
"actionsCount":
|
|
29292
|
+
"actionsCount": 3,
|
|
28863
29293
|
"actions": [
|
|
28864
|
-
"GetCarbonFootprintSummary"
|
|
29294
|
+
"GetCarbonFootprintSummary",
|
|
29295
|
+
"GetEstimatedCarbonEmissions",
|
|
29296
|
+
"GetEstimatedCarbonEmissionsDimensionValues"
|
|
28865
29297
|
],
|
|
28866
29298
|
"resourceTypesCount": 0,
|
|
28867
29299
|
"resourceTypes": [],
|
|
@@ -29719,7 +30151,7 @@
|
|
|
29719
30151
|
"name": "AWS Transform",
|
|
29720
30152
|
"servicePrefix": "transform",
|
|
29721
30153
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstransform.html",
|
|
29722
|
-
"actionsCount":
|
|
30154
|
+
"actionsCount": 21,
|
|
29723
30155
|
"actions": [
|
|
29724
30156
|
"AssociateConnectorResource",
|
|
29725
30157
|
"CreateProfile",
|
|
@@ -29730,6 +30162,7 @@
|
|
|
29730
30162
|
"GetAgent",
|
|
29731
30163
|
"GetAgentRuntimeConfiguration",
|
|
29732
30164
|
"GetConnector",
|
|
30165
|
+
"GetWebAppUrl",
|
|
29733
30166
|
"ListAgents",
|
|
29734
30167
|
"ListConnectors",
|
|
29735
30168
|
"ListProfiles",
|
|
@@ -29837,12 +30270,9 @@
|
|
|
29837
30270
|
"name": "AWS Trusted Advisor",
|
|
29838
30271
|
"servicePrefix": "trustedadvisor",
|
|
29839
30272
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstrustedadvisor.html",
|
|
29840
|
-
"actionsCount":
|
|
30273
|
+
"actionsCount": 41,
|
|
29841
30274
|
"actions": [
|
|
29842
30275
|
"BatchUpdateRecommendationResourceExclusion",
|
|
29843
|
-
"CreateEngagement",
|
|
29844
|
-
"CreateEngagementAttachment",
|
|
29845
|
-
"CreateEngagementCommunication",
|
|
29846
30276
|
"DeleteNotificationConfigurationForDelegatedAdmin",
|
|
29847
30277
|
"DescribeAccount",
|
|
29848
30278
|
"DescribeAccountAccess",
|
|
@@ -29863,17 +30293,11 @@
|
|
|
29863
30293
|
"DownloadRisk",
|
|
29864
30294
|
"ExcludeCheckItems",
|
|
29865
30295
|
"GenerateReport",
|
|
29866
|
-
"GetEngagement",
|
|
29867
|
-
"GetEngagementAttachment",
|
|
29868
|
-
"GetEngagementType",
|
|
29869
30296
|
"GetOrganizationRecommendation",
|
|
29870
30297
|
"GetRecommendation",
|
|
29871
30298
|
"IncludeCheckItems",
|
|
29872
30299
|
"ListAccountsForParent",
|
|
29873
30300
|
"ListChecks",
|
|
29874
|
-
"ListEngagementCommunications",
|
|
29875
|
-
"ListEngagementTypes",
|
|
29876
|
-
"ListEngagements",
|
|
29877
30301
|
"ListOrganizationRecommendationAccounts",
|
|
29878
30302
|
"ListOrganizationRecommendationResources",
|
|
29879
30303
|
"ListOrganizationRecommendations",
|
|
@@ -29884,8 +30308,6 @@
|
|
|
29884
30308
|
"RefreshCheck",
|
|
29885
30309
|
"SetAccountAccess",
|
|
29886
30310
|
"SetOrganizationAccess",
|
|
29887
|
-
"UpdateEngagement",
|
|
29888
|
-
"UpdateEngagementStatus",
|
|
29889
30311
|
"UpdateNotificationConfigurations",
|
|
29890
30312
|
"UpdateNotificationPreferences",
|
|
29891
30313
|
"UpdateOrganizationRecommendationLifecycle",
|
|
@@ -30044,25 +30466,29 @@
|
|
|
30044
30466
|
"name": "Amazon Verified Permissions",
|
|
30045
30467
|
"servicePrefix": "verifiedpermissions",
|
|
30046
30468
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonverifiedpermissions.html",
|
|
30047
|
-
"actionsCount":
|
|
30469
|
+
"actionsCount": 31,
|
|
30048
30470
|
"actions": [
|
|
30049
30471
|
"CreateIdentitySource",
|
|
30050
30472
|
"CreatePolicy",
|
|
30051
30473
|
"CreatePolicyStore",
|
|
30474
|
+
"CreatePolicyStoreAlias",
|
|
30052
30475
|
"CreatePolicyTemplate",
|
|
30053
30476
|
"DeleteIdentitySource",
|
|
30054
30477
|
"DeletePolicy",
|
|
30055
30478
|
"DeletePolicyStore",
|
|
30479
|
+
"DeletePolicyStoreAlias",
|
|
30056
30480
|
"DeletePolicyTemplate",
|
|
30057
30481
|
"GetIdentitySource",
|
|
30058
30482
|
"GetPolicy",
|
|
30059
30483
|
"GetPolicyStore",
|
|
30484
|
+
"GetPolicyStoreAlias",
|
|
30060
30485
|
"GetPolicyTemplate",
|
|
30061
30486
|
"GetSchema",
|
|
30062
30487
|
"IsAuthorized",
|
|
30063
30488
|
"IsAuthorizedWithToken",
|
|
30064
30489
|
"ListIdentitySources",
|
|
30065
30490
|
"ListPolicies",
|
|
30491
|
+
"ListPolicyStoreAliases",
|
|
30066
30492
|
"ListPolicyStores",
|
|
30067
30493
|
"ListPolicyTemplates",
|
|
30068
30494
|
"ListTagsForResource",
|
|
@@ -30074,9 +30500,10 @@
|
|
|
30074
30500
|
"UpdatePolicyStore",
|
|
30075
30501
|
"UpdatePolicyTemplate"
|
|
30076
30502
|
],
|
|
30077
|
-
"resourceTypesCount":
|
|
30503
|
+
"resourceTypesCount": 2,
|
|
30078
30504
|
"resourceTypes": [
|
|
30079
|
-
"policy-store"
|
|
30505
|
+
"policy-store",
|
|
30506
|
+
"policy-store-alias"
|
|
30080
30507
|
],
|
|
30081
30508
|
"conditionKeysCount": 3,
|
|
30082
30509
|
"conditionKeys": [
|
|
@@ -30634,7 +31061,7 @@
|
|
|
30634
31061
|
"name": "AWS Wickr",
|
|
30635
31062
|
"servicePrefix": "wickr",
|
|
30636
31063
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awswickr.html",
|
|
30637
|
-
"actionsCount":
|
|
31064
|
+
"actionsCount": 48,
|
|
30638
31065
|
"actions": [
|
|
30639
31066
|
"BatchCreateUser",
|
|
30640
31067
|
"BatchDeleteUser",
|
|
@@ -30659,6 +31086,7 @@
|
|
|
30659
31086
|
"GetNetwork",
|
|
30660
31087
|
"GetNetworkSettings",
|
|
30661
31088
|
"GetOidcInfo",
|
|
31089
|
+
"GetOpentdfConfig",
|
|
30662
31090
|
"GetSecurityGroup",
|
|
30663
31091
|
"GetUser",
|
|
30664
31092
|
"GetUsersCount",
|
|
@@ -30673,6 +31101,7 @@
|
|
|
30673
31101
|
"ListUsers",
|
|
30674
31102
|
"RegisterOidcConfig",
|
|
30675
31103
|
"RegisterOidcConfigTest",
|
|
31104
|
+
"RegisterOpentdfConfig",
|
|
30676
31105
|
"TagResource",
|
|
30677
31106
|
"UntagResource",
|
|
30678
31107
|
"UpdateBot",
|
|
@@ -30986,7 +31415,7 @@
|
|
|
30986
31415
|
"name": "Amazon WorkSpaces",
|
|
30987
31416
|
"servicePrefix": "workspaces",
|
|
30988
31417
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspaces.html",
|
|
30989
|
-
"actionsCount":
|
|
31418
|
+
"actionsCount": 101,
|
|
30990
31419
|
"actions": [
|
|
30991
31420
|
"AcceptAccountLinkInvitation",
|
|
30992
31421
|
"AssociateConnectionAlias",
|
|
@@ -31047,11 +31476,14 @@
|
|
|
31047
31476
|
"DisassociateIpGroups",
|
|
31048
31477
|
"DisassociateWorkspaceApplication",
|
|
31049
31478
|
"GetAccountLink",
|
|
31479
|
+
"GetTroubleshootingRecommendation",
|
|
31050
31480
|
"ImportClientBranding",
|
|
31051
31481
|
"ImportCustomWorkspaceImage",
|
|
31052
31482
|
"ImportWorkspaceImage",
|
|
31483
|
+
"InvokeTroubleshootingInvestigation",
|
|
31053
31484
|
"ListAccountLinks",
|
|
31054
31485
|
"ListAvailableManagementCidrRanges",
|
|
31486
|
+
"ListTroubleshootingRecommendations",
|
|
31055
31487
|
"MigrateWorkspace",
|
|
31056
31488
|
"ModifyAccount",
|
|
31057
31489
|
"ModifyCertificateBasedAuthProperties",
|
|
@@ -31107,6 +31539,35 @@
|
|
|
31107
31539
|
"workspaces:userId"
|
|
31108
31540
|
]
|
|
31109
31541
|
},
|
|
31542
|
+
{
|
|
31543
|
+
"name": "Amazon WorkSpaces AgentAccess MCP Server",
|
|
31544
|
+
"servicePrefix": "agentaccess-mcp",
|
|
31545
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspacesagentaccessmcpserver.html",
|
|
31546
|
+
"actionsCount": 15,
|
|
31547
|
+
"actions": [
|
|
31548
|
+
"DoubleClick",
|
|
31549
|
+
"GetScreenshot",
|
|
31550
|
+
"HoldKey",
|
|
31551
|
+
"InvokeMcp",
|
|
31552
|
+
"KeyPress",
|
|
31553
|
+
"LeftClick",
|
|
31554
|
+
"LeftClickDrag",
|
|
31555
|
+
"LeftMouseDown",
|
|
31556
|
+
"LeftMouseUp",
|
|
31557
|
+
"MiddleClick",
|
|
31558
|
+
"MovePointer",
|
|
31559
|
+
"RightClick",
|
|
31560
|
+
"Scroll",
|
|
31561
|
+
"TripleClick",
|
|
31562
|
+
"TypeText"
|
|
31563
|
+
],
|
|
31564
|
+
"resourceTypesCount": 0,
|
|
31565
|
+
"resourceTypes": [],
|
|
31566
|
+
"conditionKeysCount": 1,
|
|
31567
|
+
"conditionKeys": [
|
|
31568
|
+
"agentaccess-mcp:StackArn"
|
|
31569
|
+
]
|
|
31570
|
+
},
|
|
31110
31571
|
{
|
|
31111
31572
|
"name": "Amazon WorkSpaces Application Manager",
|
|
31112
31573
|
"servicePrefix": "wam",
|