aws-iam-data 0.0.479 → 0.0.481
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 +615 -0
- package/dist/data/json/iam.json +9439 -272
- package/dist/data/json/metadata.json +659 -51
- package/dist/data/json/reports.json +15 -15
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 460,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -2694,9 +2694,10 @@
|
|
|
2694
2694
|
"name": "Amazon Bedrock Agentcore",
|
|
2695
2695
|
"servicePrefix": "bedrock-agentcore",
|
|
2696
2696
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
|
|
2697
|
-
"actionsCount":
|
|
2697
|
+
"actionsCount": 128,
|
|
2698
2698
|
"actions": [
|
|
2699
2699
|
"AllowVendedLogDeliveryForResource",
|
|
2700
|
+
"AuthorizeAction",
|
|
2700
2701
|
"BatchCreateMemoryRecords",
|
|
2701
2702
|
"BatchDeleteMemoryRecords",
|
|
2702
2703
|
"BatchUpdateMemoryRecords",
|
|
@@ -2708,24 +2709,34 @@
|
|
|
2708
2709
|
"CreateApiKeyCredentialProvider",
|
|
2709
2710
|
"CreateBrowser",
|
|
2710
2711
|
"CreateCodeInterpreter",
|
|
2712
|
+
"CreateEvaluator",
|
|
2711
2713
|
"CreateEvent",
|
|
2712
2714
|
"CreateGateway",
|
|
2713
2715
|
"CreateGatewayTarget",
|
|
2714
2716
|
"CreateMemory",
|
|
2715
2717
|
"CreateOauth2CredentialProvider",
|
|
2718
|
+
"CreateOnlineEvaluationConfig",
|
|
2719
|
+
"CreatePolicy",
|
|
2720
|
+
"CreatePolicyEngine",
|
|
2716
2721
|
"CreateWorkloadIdentity",
|
|
2717
2722
|
"DeleteAgentRuntime",
|
|
2718
2723
|
"DeleteAgentRuntimeEndpoint",
|
|
2719
2724
|
"DeleteApiKeyCredentialProvider",
|
|
2720
2725
|
"DeleteBrowser",
|
|
2721
2726
|
"DeleteCodeInterpreter",
|
|
2727
|
+
"DeleteEvaluator",
|
|
2722
2728
|
"DeleteEvent",
|
|
2723
2729
|
"DeleteGateway",
|
|
2724
2730
|
"DeleteGatewayTarget",
|
|
2725
2731
|
"DeleteMemory",
|
|
2726
2732
|
"DeleteMemoryRecord",
|
|
2727
2733
|
"DeleteOauth2CredentialProvider",
|
|
2734
|
+
"DeleteOnlineEvaluationConfig",
|
|
2735
|
+
"DeletePolicy",
|
|
2736
|
+
"DeletePolicyEngine",
|
|
2737
|
+
"DeleteResourcePolicy",
|
|
2728
2738
|
"DeleteWorkloadIdentity",
|
|
2739
|
+
"Evaluate",
|
|
2729
2740
|
"GetAgentCard",
|
|
2730
2741
|
"GetAgentRuntime",
|
|
2731
2742
|
"GetAgentRuntimeEndpoint",
|
|
@@ -2734,14 +2745,20 @@
|
|
|
2734
2745
|
"GetBrowserSession",
|
|
2735
2746
|
"GetCodeInterpreter",
|
|
2736
2747
|
"GetCodeInterpreterSession",
|
|
2748
|
+
"GetEvaluator",
|
|
2737
2749
|
"GetEvent",
|
|
2738
2750
|
"GetGateway",
|
|
2739
2751
|
"GetGatewayTarget",
|
|
2740
2752
|
"GetMemory",
|
|
2741
2753
|
"GetMemoryRecord",
|
|
2742
2754
|
"GetOauth2CredentialProvider",
|
|
2755
|
+
"GetOnlineEvaluationConfig",
|
|
2756
|
+
"GetPolicy",
|
|
2757
|
+
"GetPolicyEngine",
|
|
2758
|
+
"GetPolicyGeneration",
|
|
2743
2759
|
"GetResourceApiKey",
|
|
2744
2760
|
"GetResourceOauth2Token",
|
|
2761
|
+
"GetResourcePolicy",
|
|
2745
2762
|
"GetTokenVault",
|
|
2746
2763
|
"GetWorkloadAccessToken",
|
|
2747
2764
|
"GetWorkloadAccessTokenForJWT",
|
|
@@ -2749,6 +2766,8 @@
|
|
|
2749
2766
|
"GetWorkloadIdentity",
|
|
2750
2767
|
"InvokeAgentRuntime",
|
|
2751
2768
|
"InvokeAgentRuntimeForUser",
|
|
2769
|
+
"InvokeAgentRuntimeWithWebSocketStream",
|
|
2770
|
+
"InvokeAgentRuntimeWithWebSocketStreamForUser",
|
|
2752
2771
|
"InvokeCodeInterpreter",
|
|
2753
2772
|
"InvokeGateway",
|
|
2754
2773
|
"ListActors",
|
|
@@ -2760,19 +2779,32 @@
|
|
|
2760
2779
|
"ListBrowsers",
|
|
2761
2780
|
"ListCodeInterpreterSessions",
|
|
2762
2781
|
"ListCodeInterpreters",
|
|
2782
|
+
"ListEvaluators",
|
|
2763
2783
|
"ListEvents",
|
|
2764
2784
|
"ListGatewayTargets",
|
|
2765
2785
|
"ListGateways",
|
|
2766
2786
|
"ListMemories",
|
|
2787
|
+
"ListMemoryExtractionJobs",
|
|
2767
2788
|
"ListMemoryRecords",
|
|
2768
2789
|
"ListOauth2CredentialProviders",
|
|
2790
|
+
"ListOnlineEvaluationConfigs",
|
|
2791
|
+
"ListPolicies",
|
|
2792
|
+
"ListPolicyEngines",
|
|
2793
|
+
"ListPolicyGenerationAssets",
|
|
2794
|
+
"ListPolicyGenerations",
|
|
2769
2795
|
"ListSessions",
|
|
2770
2796
|
"ListTagsForResource",
|
|
2771
2797
|
"ListWorkloadIdentities",
|
|
2798
|
+
"ManageAdminPolicy",
|
|
2799
|
+
"ManageResourceScopedPolicy",
|
|
2800
|
+
"PartiallyAuthorizeActions",
|
|
2801
|
+
"PutResourcePolicy",
|
|
2772
2802
|
"RetrieveMemoryRecords",
|
|
2773
2803
|
"SetTokenVaultCMK",
|
|
2774
2804
|
"StartBrowserSession",
|
|
2775
2805
|
"StartCodeInterpreterSession",
|
|
2806
|
+
"StartMemoryExtractionJob",
|
|
2807
|
+
"StartPolicyGeneration",
|
|
2776
2808
|
"StopBrowserSession",
|
|
2777
2809
|
"StopCodeInterpreterSession",
|
|
2778
2810
|
"StopRuntimeSession",
|
|
@@ -2783,14 +2815,20 @@
|
|
|
2783
2815
|
"UpdateAgentRuntimeEndpoint",
|
|
2784
2816
|
"UpdateApiKeyCredentialProvider",
|
|
2785
2817
|
"UpdateBrowserStream",
|
|
2818
|
+
"UpdateEvaluator",
|
|
2786
2819
|
"UpdateGateway",
|
|
2787
2820
|
"UpdateGatewayTarget",
|
|
2788
2821
|
"UpdateMemory",
|
|
2789
2822
|
"UpdateOauth2CredentialProvider",
|
|
2823
|
+
"UpdateOnlineEvaluationConfig",
|
|
2824
|
+
"UpdatePolicy",
|
|
2825
|
+
"UpdatePolicyEngine",
|
|
2790
2826
|
"UpdateWorkloadIdentity"
|
|
2791
2827
|
],
|
|
2792
|
-
"resourceTypesCount":
|
|
2828
|
+
"resourceTypesCount": 18,
|
|
2793
2829
|
"resourceTypes": [
|
|
2830
|
+
"evaluator",
|
|
2831
|
+
"online-evaluation-config",
|
|
2794
2832
|
"memory",
|
|
2795
2833
|
"gateway",
|
|
2796
2834
|
"workload-identity",
|
|
@@ -2803,9 +2841,12 @@
|
|
|
2803
2841
|
"browser-custom",
|
|
2804
2842
|
"browser",
|
|
2805
2843
|
"workload-identity-directory",
|
|
2806
|
-
"token-vault"
|
|
2844
|
+
"token-vault",
|
|
2845
|
+
"policy-engine",
|
|
2846
|
+
"policy",
|
|
2847
|
+
"policy-generation"
|
|
2807
2848
|
],
|
|
2808
|
-
"conditionKeysCount":
|
|
2849
|
+
"conditionKeysCount": 14,
|
|
2809
2850
|
"conditionKeys": [
|
|
2810
2851
|
"aws:RequestTag/${TagKey}",
|
|
2811
2852
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -2816,7 +2857,6 @@
|
|
|
2816
2857
|
"bedrock-agentcore:InboundJwtClaim/iss",
|
|
2817
2858
|
"bedrock-agentcore:InboundJwtClaim/scope",
|
|
2818
2859
|
"bedrock-agentcore:InboundJwtClaim/sub",
|
|
2819
|
-
"bedrock-agentcore:KmsKeyArn",
|
|
2820
2860
|
"bedrock-agentcore:actorId",
|
|
2821
2861
|
"bedrock-agentcore:namespace",
|
|
2822
2862
|
"bedrock-agentcore:sessionId",
|
|
@@ -2824,6 +2864,31 @@
|
|
|
2824
2864
|
"bedrock-agentcore:userid"
|
|
2825
2865
|
]
|
|
2826
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "Amazon Bedrock Powered by AWS Mantle",
|
|
2869
|
+
"servicePrefix": "bedrock-mantle",
|
|
2870
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockpoweredbyawsmantle.html",
|
|
2871
|
+
"actionsCount": 7,
|
|
2872
|
+
"actions": [
|
|
2873
|
+
"CallWithBearerToken",
|
|
2874
|
+
"CancelInference",
|
|
2875
|
+
"CreateInference",
|
|
2876
|
+
"DeleteInference",
|
|
2877
|
+
"GetInference",
|
|
2878
|
+
"GetModel",
|
|
2879
|
+
"ListModels"
|
|
2880
|
+
],
|
|
2881
|
+
"resourceTypesCount": 1,
|
|
2882
|
+
"resourceTypes": [
|
|
2883
|
+
"project"
|
|
2884
|
+
],
|
|
2885
|
+
"conditionKeysCount": 3,
|
|
2886
|
+
"conditionKeys": [
|
|
2887
|
+
"bedrock-mantle:BearerTokenType",
|
|
2888
|
+
"bedrock-mantle:Model",
|
|
2889
|
+
"bedrock-mantle:ServiceTier"
|
|
2890
|
+
]
|
|
2891
|
+
},
|
|
2827
2892
|
{
|
|
2828
2893
|
"name": "AWS Billing",
|
|
2829
2894
|
"servicePrefix": "billing",
|
|
@@ -4878,9 +4943,10 @@
|
|
|
4878
4943
|
"name": "Amazon CloudWatch Logs",
|
|
4879
4944
|
"servicePrefix": "logs",
|
|
4880
4945
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html",
|
|
4881
|
-
"actionsCount":
|
|
4946
|
+
"actionsCount": 116,
|
|
4882
4947
|
"actions": [
|
|
4883
4948
|
"AssociateKmsKey",
|
|
4949
|
+
"AssociateSourceToS3TableIntegration",
|
|
4884
4950
|
"CancelExportTask",
|
|
4885
4951
|
"CreateDelivery",
|
|
4886
4952
|
"CreateExportTask",
|
|
@@ -4903,6 +4969,7 @@
|
|
|
4903
4969
|
"DeleteLogGroup",
|
|
4904
4970
|
"DeleteLogStream",
|
|
4905
4971
|
"DeleteMetricFilter",
|
|
4972
|
+
"DeletePipelineRule",
|
|
4906
4973
|
"DeleteQueryDefinition",
|
|
4907
4974
|
"DeleteResourcePolicy",
|
|
4908
4975
|
"DeleteRetentionPolicy",
|
|
@@ -4926,6 +4993,7 @@
|
|
|
4926
4993
|
"DescribeResourcePolicies",
|
|
4927
4994
|
"DescribeSubscriptionFilters",
|
|
4928
4995
|
"DisassociateKmsKey",
|
|
4996
|
+
"DisassociateSourceFromS3TableIntegration",
|
|
4929
4997
|
"FilterLogEvents",
|
|
4930
4998
|
"GetDataProtectionPolicy",
|
|
4931
4999
|
"GetDelivery",
|
|
@@ -4936,13 +5004,16 @@
|
|
|
4936
5004
|
"GetLogAnomalyDetector",
|
|
4937
5005
|
"GetLogDelivery",
|
|
4938
5006
|
"GetLogEvents",
|
|
5007
|
+
"GetLogFields",
|
|
4939
5008
|
"GetLogGroupFields",
|
|
4940
5009
|
"GetLogRecord",
|
|
4941
5010
|
"GetQueryResults",
|
|
4942
5011
|
"GetScheduledQuery",
|
|
4943
5012
|
"GetScheduledQueryHistory",
|
|
4944
5013
|
"GetTransformer",
|
|
5014
|
+
"IntegrateWithS3Table",
|
|
4945
5015
|
"Link",
|
|
5016
|
+
"ListAggregateLogGroupSummaries",
|
|
4946
5017
|
"ListAnomalies",
|
|
4947
5018
|
"ListEntitiesForLogGroup",
|
|
4948
5019
|
"ListIntegrations",
|
|
@@ -4952,8 +5023,10 @@
|
|
|
4952
5023
|
"ListLogGroupsForEntity",
|
|
4953
5024
|
"ListLogGroupsForQuery",
|
|
4954
5025
|
"ListScheduledQueries",
|
|
5026
|
+
"ListSourcesForS3TableIntegration",
|
|
4955
5027
|
"ListTagsForResource",
|
|
4956
5028
|
"ListTagsLogGroup",
|
|
5029
|
+
"ProcessWithPipeline",
|
|
4957
5030
|
"PutAccountPolicy",
|
|
4958
5031
|
"PutDataProtectionPolicy",
|
|
4959
5032
|
"PutDeliveryDestination",
|
|
@@ -4966,6 +5039,7 @@
|
|
|
4966
5039
|
"PutLogEvents",
|
|
4967
5040
|
"PutLogGroupDeletionProtection",
|
|
4968
5041
|
"PutMetricFilter",
|
|
5042
|
+
"PutPipelineRule",
|
|
4969
5043
|
"PutQueryDefinition",
|
|
4970
5044
|
"PutResourcePolicy",
|
|
4971
5045
|
"PutRetentionPolicy",
|
|
@@ -5078,24 +5152,32 @@
|
|
|
5078
5152
|
"name": "Amazon CloudWatch Observability Admin Service",
|
|
5079
5153
|
"servicePrefix": "observabilityadmin",
|
|
5080
5154
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchobservabilityadminservice.html",
|
|
5081
|
-
"actionsCount":
|
|
5155
|
+
"actionsCount": 40,
|
|
5082
5156
|
"actions": [
|
|
5083
5157
|
"CreateCentralizationRuleForOrganization",
|
|
5158
|
+
"CreateS3TableIntegration",
|
|
5159
|
+
"CreateTelemetryPipeline",
|
|
5084
5160
|
"CreateTelemetryRule",
|
|
5085
5161
|
"CreateTelemetryRuleForOrganization",
|
|
5086
5162
|
"DeleteCentralizationRuleForOrganization",
|
|
5163
|
+
"DeleteS3TableIntegration",
|
|
5164
|
+
"DeleteTelemetryPipeline",
|
|
5087
5165
|
"DeleteTelemetryRule",
|
|
5088
5166
|
"DeleteTelemetryRuleForOrganization",
|
|
5089
5167
|
"GetCentralizationRuleForOrganization",
|
|
5168
|
+
"GetS3TableIntegration",
|
|
5090
5169
|
"GetTelemetryEnrichmentStatus",
|
|
5091
5170
|
"GetTelemetryEvaluationStatus",
|
|
5092
5171
|
"GetTelemetryEvaluationStatusForOrganization",
|
|
5172
|
+
"GetTelemetryPipeline",
|
|
5093
5173
|
"GetTelemetryRule",
|
|
5094
5174
|
"GetTelemetryRuleForOrganization",
|
|
5095
5175
|
"ListCentralizationRulesForOrganization",
|
|
5096
5176
|
"ListResourceTelemetry",
|
|
5097
5177
|
"ListResourceTelemetryForOrganization",
|
|
5178
|
+
"ListS3TableIntegrations",
|
|
5098
5179
|
"ListTagsForResource",
|
|
5180
|
+
"ListTelemetryPipelines",
|
|
5099
5181
|
"ListTelemetryRules",
|
|
5100
5182
|
"ListTelemetryRulesForOrganization",
|
|
5101
5183
|
"StartTelemetryEnrichment",
|
|
@@ -5105,25 +5187,31 @@
|
|
|
5105
5187
|
"StopTelemetryEvaluation",
|
|
5106
5188
|
"StopTelemetryEvaluationForOrganization",
|
|
5107
5189
|
"TagResource",
|
|
5190
|
+
"TestTelemetryPipeline",
|
|
5108
5191
|
"UntagResource",
|
|
5109
5192
|
"UpdateCentralizationRuleForOrganization",
|
|
5193
|
+
"UpdateTelemetryPipeline",
|
|
5110
5194
|
"UpdateTelemetryRule",
|
|
5111
|
-
"UpdateTelemetryRuleForOrganization"
|
|
5195
|
+
"UpdateTelemetryRuleForOrganization",
|
|
5196
|
+
"ValidateTelemetryPipelineConfiguration"
|
|
5112
5197
|
],
|
|
5113
|
-
"resourceTypesCount":
|
|
5198
|
+
"resourceTypesCount": 5,
|
|
5114
5199
|
"resourceTypes": [
|
|
5115
5200
|
"telemetry-rule",
|
|
5116
5201
|
"organization-telemetry-rule",
|
|
5117
|
-
"organization-centralization-rule"
|
|
5202
|
+
"organization-centralization-rule",
|
|
5203
|
+
"telemetry-pipeline",
|
|
5204
|
+
"s3tableintegration"
|
|
5118
5205
|
],
|
|
5119
|
-
"conditionKeysCount":
|
|
5206
|
+
"conditionKeysCount": 7,
|
|
5120
5207
|
"conditionKeys": [
|
|
5121
5208
|
"aws:RequestTag/${TagKey}",
|
|
5122
5209
|
"aws:ResourceTag/${TagKey}",
|
|
5123
5210
|
"aws:TagKeys",
|
|
5124
5211
|
"observabilityadmin:CentralizationBackupRegion",
|
|
5125
5212
|
"observabilityadmin:CentralizationDestinationRegion",
|
|
5126
|
-
"observabilityadmin:CentralizationSourceRegions"
|
|
5213
|
+
"observabilityadmin:CentralizationSourceRegions",
|
|
5214
|
+
"observabilityadmin:SourceType"
|
|
5127
5215
|
]
|
|
5128
5216
|
},
|
|
5129
5217
|
{
|
|
@@ -6712,7 +6800,7 @@
|
|
|
6712
6800
|
"name": "Amazon Connect",
|
|
6713
6801
|
"servicePrefix": "connect",
|
|
6714
6802
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
6715
|
-
"actionsCount":
|
|
6803
|
+
"actionsCount": 351,
|
|
6716
6804
|
"actions": [
|
|
6717
6805
|
"ActivateEvaluationForm",
|
|
6718
6806
|
"AdminGetEmergencyAccessToken",
|
|
@@ -6731,13 +6819,19 @@
|
|
|
6731
6819
|
"AssociateQueueQuickConnects",
|
|
6732
6820
|
"AssociateRoutingProfileQueues",
|
|
6733
6821
|
"AssociateSecurityKey",
|
|
6822
|
+
"AssociateSecurityProfiles",
|
|
6734
6823
|
"AssociateTrafficDistributionGroupUser",
|
|
6735
6824
|
"AssociateUserProficiencies",
|
|
6825
|
+
"AssociateWorkspace",
|
|
6736
6826
|
"BatchAssociateAnalyticsDataSet",
|
|
6827
|
+
"BatchCreateDataTableValue",
|
|
6828
|
+
"BatchDeleteDataTableValue",
|
|
6829
|
+
"BatchDescribeDataTableValue",
|
|
6737
6830
|
"BatchDisassociateAnalyticsDataSet",
|
|
6738
6831
|
"BatchGetAttachedFileMetadata",
|
|
6739
6832
|
"BatchGetFlowAssociation",
|
|
6740
6833
|
"BatchPutContact",
|
|
6834
|
+
"BatchUpdateDataTableValue",
|
|
6741
6835
|
"ClaimPhoneNumber",
|
|
6742
6836
|
"CompleteAttachedFileUpload",
|
|
6743
6837
|
"CreateAgentStatus",
|
|
@@ -6745,7 +6839,11 @@
|
|
|
6745
6839
|
"CreateContact",
|
|
6746
6840
|
"CreateContactFlow",
|
|
6747
6841
|
"CreateContactFlowModule",
|
|
6842
|
+
"CreateContactFlowModuleAlias",
|
|
6843
|
+
"CreateContactFlowModuleVersion",
|
|
6748
6844
|
"CreateContactFlowVersion",
|
|
6845
|
+
"CreateDataTable",
|
|
6846
|
+
"CreateDataTableAttribute",
|
|
6749
6847
|
"CreateEmailAddress",
|
|
6750
6848
|
"CreateEvaluationForm",
|
|
6751
6849
|
"CreateHoursOfOperation",
|
|
@@ -6770,12 +6868,18 @@
|
|
|
6770
6868
|
"CreateView",
|
|
6771
6869
|
"CreateViewVersion",
|
|
6772
6870
|
"CreateVocabulary",
|
|
6871
|
+
"CreateWorkspace",
|
|
6872
|
+
"CreateWorkspacePage",
|
|
6773
6873
|
"DeactivateEvaluationForm",
|
|
6774
6874
|
"DeleteAttachedFile",
|
|
6775
6875
|
"DeleteContactEvaluation",
|
|
6776
6876
|
"DeleteContactFlow",
|
|
6777
6877
|
"DeleteContactFlowModule",
|
|
6878
|
+
"DeleteContactFlowModuleAlias",
|
|
6879
|
+
"DeleteContactFlowModuleVersion",
|
|
6778
6880
|
"DeleteContactFlowVersion",
|
|
6881
|
+
"DeleteDataTable",
|
|
6882
|
+
"DeleteDataTableAttribute",
|
|
6779
6883
|
"DeleteEmailAddress",
|
|
6780
6884
|
"DeleteEvaluationForm",
|
|
6781
6885
|
"DeleteHoursOfOperation",
|
|
@@ -6798,12 +6902,18 @@
|
|
|
6798
6902
|
"DeleteView",
|
|
6799
6903
|
"DeleteViewVersion",
|
|
6800
6904
|
"DeleteVocabulary",
|
|
6905
|
+
"DeleteWorkspace",
|
|
6906
|
+
"DeleteWorkspaceMedia",
|
|
6907
|
+
"DeleteWorkspacePage",
|
|
6801
6908
|
"DescribeAgentStatus",
|
|
6802
6909
|
"DescribeAuthenticationProfile",
|
|
6803
6910
|
"DescribeContact",
|
|
6804
6911
|
"DescribeContactEvaluation",
|
|
6805
6912
|
"DescribeContactFlow",
|
|
6806
6913
|
"DescribeContactFlowModule",
|
|
6914
|
+
"DescribeContactFlowModuleAlias",
|
|
6915
|
+
"DescribeDataTable",
|
|
6916
|
+
"DescribeDataTableAttribute",
|
|
6807
6917
|
"DescribeEmailAddress",
|
|
6808
6918
|
"DescribeEvaluationForm",
|
|
6809
6919
|
"DescribeForecastingPlanningSchedulingIntegration",
|
|
@@ -6826,6 +6936,7 @@
|
|
|
6826
6936
|
"DescribeUserHierarchyStructure",
|
|
6827
6937
|
"DescribeView",
|
|
6828
6938
|
"DescribeVocabulary",
|
|
6939
|
+
"DescribeWorkspace",
|
|
6829
6940
|
"DisassociateAnalyticsDataSet",
|
|
6830
6941
|
"DisassociateApprovedOrigin",
|
|
6831
6942
|
"DisassociateBot",
|
|
@@ -6839,9 +6950,12 @@
|
|
|
6839
6950
|
"DisassociateQueueQuickConnects",
|
|
6840
6951
|
"DisassociateRoutingProfileQueues",
|
|
6841
6952
|
"DisassociateSecurityKey",
|
|
6953
|
+
"DisassociateSecurityProfiles",
|
|
6842
6954
|
"DisassociateTrafficDistributionGroupUser",
|
|
6843
6955
|
"DisassociateUserProficiencies",
|
|
6956
|
+
"DisassociateWorkspace",
|
|
6844
6957
|
"DismissUserContact",
|
|
6958
|
+
"EvaluateDataTableValues",
|
|
6845
6959
|
"GetAttachedFile",
|
|
6846
6960
|
"GetContactAttributes",
|
|
6847
6961
|
"GetContactMetrics",
|
|
@@ -6856,6 +6970,7 @@
|
|
|
6856
6970
|
"GetTaskTemplate",
|
|
6857
6971
|
"GetTrafficDistribution",
|
|
6858
6972
|
"ImportPhoneNumber",
|
|
6973
|
+
"ImportWorkspaceMedia",
|
|
6859
6974
|
"ListAgentStatuses",
|
|
6860
6975
|
"ListAnalyticsDataAssociations",
|
|
6861
6976
|
"ListAnalyticsDataLakeDataSets",
|
|
@@ -6864,11 +6979,18 @@
|
|
|
6864
6979
|
"ListAuthenticationProfiles",
|
|
6865
6980
|
"ListBots",
|
|
6866
6981
|
"ListContactEvaluations",
|
|
6982
|
+
"ListContactFlowModuleAliases",
|
|
6983
|
+
"ListContactFlowModuleVersions",
|
|
6867
6984
|
"ListContactFlowModules",
|
|
6868
6985
|
"ListContactFlowVersions",
|
|
6869
6986
|
"ListContactFlows",
|
|
6870
6987
|
"ListContactReferences",
|
|
6988
|
+
"ListDataTableAttributes",
|
|
6989
|
+
"ListDataTablePrimaryValues",
|
|
6990
|
+
"ListDataTableValues",
|
|
6991
|
+
"ListDataTables",
|
|
6871
6992
|
"ListDefaultVocabularies",
|
|
6993
|
+
"ListEntitySecurityProfiles",
|
|
6872
6994
|
"ListEvaluationFormVersions",
|
|
6873
6995
|
"ListEvaluationForms",
|
|
6874
6996
|
"ListFlowAssociations",
|
|
@@ -6895,6 +7017,7 @@
|
|
|
6895
7017
|
"ListRules",
|
|
6896
7018
|
"ListSecurityKeys",
|
|
6897
7019
|
"ListSecurityProfileApplications",
|
|
7020
|
+
"ListSecurityProfileFlowModules",
|
|
6898
7021
|
"ListSecurityProfilePermissions",
|
|
6899
7022
|
"ListSecurityProfiles",
|
|
6900
7023
|
"ListTagsForResource",
|
|
@@ -6907,6 +7030,9 @@
|
|
|
6907
7030
|
"ListUsers",
|
|
6908
7031
|
"ListViewVersions",
|
|
6909
7032
|
"ListViews",
|
|
7033
|
+
"ListWorkspaceMedia",
|
|
7034
|
+
"ListWorkspacePages",
|
|
7035
|
+
"ListWorkspaces",
|
|
6910
7036
|
"MonitorContact",
|
|
6911
7037
|
"PauseContact",
|
|
6912
7038
|
"PutUserStatus",
|
|
@@ -6916,10 +7042,13 @@
|
|
|
6916
7042
|
"ResumeContactRecording",
|
|
6917
7043
|
"SearchAgentStatuses",
|
|
6918
7044
|
"SearchAvailablePhoneNumbers",
|
|
7045
|
+
"SearchContactEvaluations",
|
|
6919
7046
|
"SearchContactFlowModules",
|
|
6920
7047
|
"SearchContactFlows",
|
|
6921
7048
|
"SearchContacts",
|
|
7049
|
+
"SearchDataTables",
|
|
6922
7050
|
"SearchEmailAddresses",
|
|
7051
|
+
"SearchEvaluationForms",
|
|
6923
7052
|
"SearchHoursOfOperationOverrides",
|
|
6924
7053
|
"SearchHoursOfOperations",
|
|
6925
7054
|
"SearchPredefinedAttributes",
|
|
@@ -6931,7 +7060,10 @@
|
|
|
6931
7060
|
"SearchSecurityProfiles",
|
|
6932
7061
|
"SearchUserHierarchyGroups",
|
|
6933
7062
|
"SearchUsers",
|
|
7063
|
+
"SearchViews",
|
|
6934
7064
|
"SearchVocabularies",
|
|
7065
|
+
"SearchWorkspaceAssociations",
|
|
7066
|
+
"SearchWorkspaces",
|
|
6935
7067
|
"SendChatIntegrationEvent",
|
|
6936
7068
|
"SendIntegrationEvent",
|
|
6937
7069
|
"SendOutboundChatMessage",
|
|
@@ -6939,6 +7071,7 @@
|
|
|
6939
7071
|
"StartAttachedFileUpload",
|
|
6940
7072
|
"StartChatContact",
|
|
6941
7073
|
"StartContactEvaluation",
|
|
7074
|
+
"StartContactMediaProcessing",
|
|
6942
7075
|
"StartContactRecording",
|
|
6943
7076
|
"StartContactStreaming",
|
|
6944
7077
|
"StartEmailContact",
|
|
@@ -6950,6 +7083,7 @@
|
|
|
6950
7083
|
"StartTaskContact",
|
|
6951
7084
|
"StartWebRTCContact",
|
|
6952
7085
|
"StopContact",
|
|
7086
|
+
"StopContactMediaProcessing",
|
|
6953
7087
|
"StopContactRecording",
|
|
6954
7088
|
"StopContactStreaming",
|
|
6955
7089
|
"StopForecastingPlanningSchedulingIntegration",
|
|
@@ -6967,11 +7101,15 @@
|
|
|
6967
7101
|
"UpdateContactEvaluation",
|
|
6968
7102
|
"UpdateContactFlowContent",
|
|
6969
7103
|
"UpdateContactFlowMetadata",
|
|
7104
|
+
"UpdateContactFlowModuleAlias",
|
|
6970
7105
|
"UpdateContactFlowModuleContent",
|
|
6971
7106
|
"UpdateContactFlowModuleMetadata",
|
|
6972
7107
|
"UpdateContactFlowName",
|
|
6973
7108
|
"UpdateContactRoutingData",
|
|
6974
7109
|
"UpdateContactSchedule",
|
|
7110
|
+
"UpdateDataTableAttribute",
|
|
7111
|
+
"UpdateDataTableMetadata",
|
|
7112
|
+
"UpdateDataTablePrimaryValues",
|
|
6975
7113
|
"UpdateEmailAddressMetadata",
|
|
6976
7114
|
"UpdateEvaluationForm",
|
|
6977
7115
|
"UpdateHoursOfOperation",
|
|
@@ -7010,9 +7148,13 @@
|
|
|
7010
7148
|
"UpdateUserRoutingProfile",
|
|
7011
7149
|
"UpdateUserSecurityProfiles",
|
|
7012
7150
|
"UpdateViewContent",
|
|
7013
|
-
"UpdateViewMetadata"
|
|
7151
|
+
"UpdateViewMetadata",
|
|
7152
|
+
"UpdateWorkspaceMetadata",
|
|
7153
|
+
"UpdateWorkspacePage",
|
|
7154
|
+
"UpdateWorkspaceTheme",
|
|
7155
|
+
"UpdateWorkspaceVisibility"
|
|
7014
7156
|
],
|
|
7015
|
-
"resourceTypesCount":
|
|
7157
|
+
"resourceTypesCount": 40,
|
|
7016
7158
|
"resourceTypes": [
|
|
7017
7159
|
"instance",
|
|
7018
7160
|
"contact",
|
|
@@ -7021,6 +7163,7 @@
|
|
|
7021
7163
|
"security-profile",
|
|
7022
7164
|
"authentication-profile",
|
|
7023
7165
|
"hierarchy-group",
|
|
7166
|
+
"data-table",
|
|
7024
7167
|
"queue",
|
|
7025
7168
|
"wildcard-queue",
|
|
7026
7169
|
"quick-connect",
|
|
@@ -7050,9 +7193,11 @@
|
|
|
7050
7193
|
"qualified-aws-managed-view",
|
|
7051
7194
|
"customer-managed-view-version",
|
|
7052
7195
|
"attached-file",
|
|
7053
|
-
"email-address"
|
|
7196
|
+
"email-address",
|
|
7197
|
+
"ai-agent",
|
|
7198
|
+
"workspace"
|
|
7054
7199
|
],
|
|
7055
|
-
"conditionKeysCount":
|
|
7200
|
+
"conditionKeysCount": 21,
|
|
7056
7201
|
"conditionKeys": [
|
|
7057
7202
|
"aws:RequestTag/${TagKey}",
|
|
7058
7203
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -7062,12 +7207,14 @@
|
|
|
7062
7207
|
"connect:Channel",
|
|
7063
7208
|
"connect:ContactAssociationId",
|
|
7064
7209
|
"connect:ContactInitiationMethod",
|
|
7210
|
+
"connect:ExpressionValue",
|
|
7065
7211
|
"connect:FlowType",
|
|
7066
7212
|
"connect:InstanceId",
|
|
7067
7213
|
"connect:ListRealtimeContactAnalysisSegmentsByOutputType",
|
|
7068
7214
|
"connect:ListRealtimeContactAnalysisSegmentsBySegmentType",
|
|
7069
7215
|
"connect:MonitorCapabilities",
|
|
7070
7216
|
"connect:PreferredUserArn",
|
|
7217
|
+
"connect:PrimaryAttribute/${PrimaryAttribute}",
|
|
7071
7218
|
"connect:SearchContactsByContactAnalysis",
|
|
7072
7219
|
"connect:SearchTag/${TagKey}",
|
|
7073
7220
|
"connect:StorageResourceType",
|
|
@@ -8096,7 +8243,7 @@
|
|
|
8096
8243
|
"name": "Amazon DataZone",
|
|
8097
8244
|
"servicePrefix": "datazone",
|
|
8098
8245
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
8099
|
-
"actionsCount":
|
|
8246
|
+
"actionsCount": 224,
|
|
8100
8247
|
"actions": [
|
|
8101
8248
|
"AcceptPredictions",
|
|
8102
8249
|
"AcceptSubscriptionRequest",
|
|
@@ -8185,6 +8332,7 @@
|
|
|
8185
8332
|
"GetCellRunResult",
|
|
8186
8333
|
"GetConnection",
|
|
8187
8334
|
"GetConversation",
|
|
8335
|
+
"GetDataExportConfiguration",
|
|
8188
8336
|
"GetDataProduct",
|
|
8189
8337
|
"GetDataSource",
|
|
8190
8338
|
"GetDataSourceRun",
|
|
@@ -8267,6 +8415,7 @@
|
|
|
8267
8415
|
"PostTimeSeriesDataPoints",
|
|
8268
8416
|
"ProvisionDomain",
|
|
8269
8417
|
"PutCellRunResult",
|
|
8418
|
+
"PutDataExportConfiguration",
|
|
8270
8419
|
"PutDomainSharingPolicy",
|
|
8271
8420
|
"PutEnvironmentBlueprintConfiguration",
|
|
8272
8421
|
"RefreshToken",
|
|
@@ -8767,6 +8916,73 @@
|
|
|
8767
8916
|
"aws:TagKeys"
|
|
8768
8917
|
]
|
|
8769
8918
|
},
|
|
8919
|
+
{
|
|
8920
|
+
"name": "AWS DevOps Agent Service",
|
|
8921
|
+
"servicePrefix": "aidevops",
|
|
8922
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdevopsagentservice.html",
|
|
8923
|
+
"actionsCount": 46,
|
|
8924
|
+
"actions": [
|
|
8925
|
+
"AssociateService",
|
|
8926
|
+
"CreateAgentSpace",
|
|
8927
|
+
"CreateBacklogTask",
|
|
8928
|
+
"CreateKnowledgeItem",
|
|
8929
|
+
"CreateOneTimeLoginSession",
|
|
8930
|
+
"DeleteAgentSpace",
|
|
8931
|
+
"DeleteKnowledgeItem",
|
|
8932
|
+
"DeregisterService",
|
|
8933
|
+
"DescribeSupportLevel",
|
|
8934
|
+
"DisableOperatorApp",
|
|
8935
|
+
"DisassociateService",
|
|
8936
|
+
"DiscoverTopology",
|
|
8937
|
+
"EnableOperatorApp",
|
|
8938
|
+
"EndChatForCase",
|
|
8939
|
+
"GetAccountUsage",
|
|
8940
|
+
"GetAgentSpace",
|
|
8941
|
+
"GetAssociation",
|
|
8942
|
+
"GetBacklogTask",
|
|
8943
|
+
"GetKnowledgeItem",
|
|
8944
|
+
"GetOperatorAppTeams",
|
|
8945
|
+
"GetRecommendation",
|
|
8946
|
+
"GetService",
|
|
8947
|
+
"HandleServiceRegistrationCallback",
|
|
8948
|
+
"InitiateChatForCase",
|
|
8949
|
+
"InitiateServiceRegistration",
|
|
8950
|
+
"InvokeAgent",
|
|
8951
|
+
"ListAgentSpaces",
|
|
8952
|
+
"ListAssociations",
|
|
8953
|
+
"ListBacklogTasks",
|
|
8954
|
+
"ListExecutions",
|
|
8955
|
+
"ListGoals",
|
|
8956
|
+
"ListJournalRecords",
|
|
8957
|
+
"ListKnowledgeItems",
|
|
8958
|
+
"ListPendingMessages",
|
|
8959
|
+
"ListRecommendations",
|
|
8960
|
+
"ListServices",
|
|
8961
|
+
"ListWebhooks",
|
|
8962
|
+
"RegisterService",
|
|
8963
|
+
"SearchServiceAccessibleResource",
|
|
8964
|
+
"SendChatMessage",
|
|
8965
|
+
"UpdateAgentSpace",
|
|
8966
|
+
"UpdateAssociation",
|
|
8967
|
+
"UpdateBacklogTask",
|
|
8968
|
+
"UpdateKnowledgeItem",
|
|
8969
|
+
"UpdateOperatorAppTeams",
|
|
8970
|
+
"UpdateRecommendation"
|
|
8971
|
+
],
|
|
8972
|
+
"resourceTypesCount": 3,
|
|
8973
|
+
"resourceTypes": [
|
|
8974
|
+
"AgentSpaceResource",
|
|
8975
|
+
"AssociationResource",
|
|
8976
|
+
"ServiceResource"
|
|
8977
|
+
],
|
|
8978
|
+
"conditionKeysCount": 4,
|
|
8979
|
+
"conditionKeys": [
|
|
8980
|
+
"aidevops:AgentSpaceResourceAgentSpaceId",
|
|
8981
|
+
"aidevops:AssociationResourceAgentSpaceId",
|
|
8982
|
+
"aidevops:AssociationResourceAssociationId",
|
|
8983
|
+
"aidevops:ServiceResourceServiceId"
|
|
8984
|
+
]
|
|
8985
|
+
},
|
|
8770
8986
|
{
|
|
8771
8987
|
"name": "Amazon DevOps Guru",
|
|
8772
8988
|
"servicePrefix": "devops-guru",
|
|
@@ -11028,7 +11244,7 @@
|
|
|
11028
11244
|
"name": "Amazon Elastic Kubernetes Service",
|
|
11029
11245
|
"servicePrefix": "eks",
|
|
11030
11246
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelastickubernetesservice.html",
|
|
11031
|
-
"actionsCount":
|
|
11247
|
+
"actionsCount": 68,
|
|
11032
11248
|
"actions": [
|
|
11033
11249
|
"AccessKubernetesApi",
|
|
11034
11250
|
"AssociateAccessPolicy",
|
|
@@ -11036,6 +11252,7 @@
|
|
|
11036
11252
|
"AssociateIdentityProviderConfig",
|
|
11037
11253
|
"CreateAccessEntry",
|
|
11038
11254
|
"CreateAddon",
|
|
11255
|
+
"CreateCapability",
|
|
11039
11256
|
"CreateCluster",
|
|
11040
11257
|
"CreateEksAnywhereSubscription",
|
|
11041
11258
|
"CreateFargateProfile",
|
|
@@ -11043,6 +11260,7 @@
|
|
|
11043
11260
|
"CreatePodIdentityAssociation",
|
|
11044
11261
|
"DeleteAccessEntry",
|
|
11045
11262
|
"DeleteAddon",
|
|
11263
|
+
"DeleteCapability",
|
|
11046
11264
|
"DeleteCluster",
|
|
11047
11265
|
"DeleteEksAnywhereSubscription",
|
|
11048
11266
|
"DeleteFargateProfile",
|
|
@@ -11053,6 +11271,7 @@
|
|
|
11053
11271
|
"DescribeAddon",
|
|
11054
11272
|
"DescribeAddonConfiguration",
|
|
11055
11273
|
"DescribeAddonVersions",
|
|
11274
|
+
"DescribeCapability",
|
|
11056
11275
|
"DescribeCluster",
|
|
11057
11276
|
"DescribeClusterVersions",
|
|
11058
11277
|
"DescribeEksAnywhereSubscription",
|
|
@@ -11069,6 +11288,7 @@
|
|
|
11069
11288
|
"ListAccessPolicies",
|
|
11070
11289
|
"ListAddons",
|
|
11071
11290
|
"ListAssociatedAccessPolicies",
|
|
11291
|
+
"ListCapabilities",
|
|
11072
11292
|
"ListClusters",
|
|
11073
11293
|
"ListDashboardData",
|
|
11074
11294
|
"ListDashboardResources",
|
|
@@ -11087,6 +11307,7 @@
|
|
|
11087
11307
|
"UntagResource",
|
|
11088
11308
|
"UpdateAccessEntry",
|
|
11089
11309
|
"UpdateAddon",
|
|
11310
|
+
"UpdateCapability",
|
|
11090
11311
|
"UpdateClusterConfig",
|
|
11091
11312
|
"UpdateClusterVersion",
|
|
11092
11313
|
"UpdateEksAnywhereSubscription",
|
|
@@ -11094,7 +11315,7 @@
|
|
|
11094
11315
|
"UpdateNodegroupVersion",
|
|
11095
11316
|
"UpdatePodIdentityAssociation"
|
|
11096
11317
|
],
|
|
11097
|
-
"resourceTypesCount":
|
|
11318
|
+
"resourceTypesCount": 11,
|
|
11098
11319
|
"resourceTypes": [
|
|
11099
11320
|
"cluster",
|
|
11100
11321
|
"nodegroup",
|
|
@@ -11105,7 +11326,8 @@
|
|
|
11105
11326
|
"podidentityassociation",
|
|
11106
11327
|
"access-entry",
|
|
11107
11328
|
"access-policy",
|
|
11108
|
-
"dashboard"
|
|
11329
|
+
"dashboard",
|
|
11330
|
+
"capability"
|
|
11109
11331
|
],
|
|
11110
11332
|
"conditionKeysCount": 21,
|
|
11111
11333
|
"conditionKeys": [
|
|
@@ -11603,7 +11825,7 @@
|
|
|
11603
11825
|
"name": "AWS Elemental MediaConnect",
|
|
11604
11826
|
"servicePrefix": "mediaconnect",
|
|
11605
11827
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalmediaconnect.html",
|
|
11606
|
-
"actionsCount":
|
|
11828
|
+
"actionsCount": 80,
|
|
11607
11829
|
"actions": [
|
|
11608
11830
|
"AddBridgeOutputs",
|
|
11609
11831
|
"AddBridgeSources",
|
|
@@ -11611,12 +11833,19 @@
|
|
|
11611
11833
|
"AddFlowOutputs",
|
|
11612
11834
|
"AddFlowSources",
|
|
11613
11835
|
"AddFlowVpcInterfaces",
|
|
11836
|
+
"AssociateRouterNetworkInterface",
|
|
11614
11837
|
"CreateBridge",
|
|
11615
11838
|
"CreateFlow",
|
|
11616
11839
|
"CreateGateway",
|
|
11840
|
+
"CreateRouterInput",
|
|
11841
|
+
"CreateRouterNetworkInterface",
|
|
11842
|
+
"CreateRouterOutput",
|
|
11617
11843
|
"DeleteBridge",
|
|
11618
11844
|
"DeleteFlow",
|
|
11619
11845
|
"DeleteGateway",
|
|
11846
|
+
"DeleteRouterInput",
|
|
11847
|
+
"DeleteRouterNetworkInterface",
|
|
11848
|
+
"DeleteRouterOutput",
|
|
11620
11849
|
"DeregisterGatewayInstance",
|
|
11621
11850
|
"DescribeBridge",
|
|
11622
11851
|
"DescribeFlow",
|
|
@@ -11627,6 +11856,11 @@
|
|
|
11627
11856
|
"DescribeOffering",
|
|
11628
11857
|
"DescribeReservation",
|
|
11629
11858
|
"DiscoverGatewayPollEndpoint",
|
|
11859
|
+
"GetRouterInput",
|
|
11860
|
+
"GetRouterInputSourceMetadata",
|
|
11861
|
+
"GetRouterInputThumbnail",
|
|
11862
|
+
"GetRouterNetworkInterface",
|
|
11863
|
+
"GetRouterOutput",
|
|
11630
11864
|
"GrantFlowEntitlements",
|
|
11631
11865
|
"ListBridges",
|
|
11632
11866
|
"ListEntitlements",
|
|
@@ -11635,6 +11869,9 @@
|
|
|
11635
11869
|
"ListGateways",
|
|
11636
11870
|
"ListOfferings",
|
|
11637
11871
|
"ListReservations",
|
|
11872
|
+
"ListRouterInputs",
|
|
11873
|
+
"ListRouterNetworkInterfaces",
|
|
11874
|
+
"ListRouterOutputs",
|
|
11638
11875
|
"ListTagsForResource",
|
|
11639
11876
|
"PollGateway",
|
|
11640
11877
|
"PurchaseOffering",
|
|
@@ -11644,11 +11881,18 @@
|
|
|
11644
11881
|
"RemoveFlowOutput",
|
|
11645
11882
|
"RemoveFlowSource",
|
|
11646
11883
|
"RemoveFlowVpcInterface",
|
|
11884
|
+
"RestartRouterInput",
|
|
11885
|
+
"RestartRouterOutput",
|
|
11647
11886
|
"RevokeFlowEntitlement",
|
|
11648
11887
|
"StartFlow",
|
|
11888
|
+
"StartRouterInput",
|
|
11889
|
+
"StartRouterOutput",
|
|
11649
11890
|
"StopFlow",
|
|
11891
|
+
"StopRouterInput",
|
|
11892
|
+
"StopRouterOutput",
|
|
11650
11893
|
"SubmitGatewayStateChange",
|
|
11651
11894
|
"TagResource",
|
|
11895
|
+
"TakeRouterInput",
|
|
11652
11896
|
"UntagResource",
|
|
11653
11897
|
"UpdateBridge",
|
|
11654
11898
|
"UpdateBridgeOutput",
|
|
@@ -11659,17 +11903,25 @@
|
|
|
11659
11903
|
"UpdateFlowMediaStream",
|
|
11660
11904
|
"UpdateFlowOutput",
|
|
11661
11905
|
"UpdateFlowSource",
|
|
11662
|
-
"UpdateGatewayInstance"
|
|
11906
|
+
"UpdateGatewayInstance",
|
|
11907
|
+
"UpdateRouterInput",
|
|
11908
|
+
"UpdateRouterNetworkInterface",
|
|
11909
|
+
"UpdateRouterOutput"
|
|
11663
11910
|
],
|
|
11664
|
-
"resourceTypesCount":
|
|
11911
|
+
"resourceTypesCount": 12,
|
|
11665
11912
|
"resourceTypes": [
|
|
11913
|
+
"Bridge",
|
|
11666
11914
|
"Entitlement",
|
|
11667
11915
|
"Flow",
|
|
11668
|
-
"Output",
|
|
11669
|
-
"Source",
|
|
11670
11916
|
"Gateway",
|
|
11671
|
-
"
|
|
11672
|
-
"
|
|
11917
|
+
"GatewayInstance",
|
|
11918
|
+
"Offering",
|
|
11919
|
+
"Output",
|
|
11920
|
+
"Reservation",
|
|
11921
|
+
"RouterInput",
|
|
11922
|
+
"RouterNetworkInterface",
|
|
11923
|
+
"RouterOutput",
|
|
11924
|
+
"Source"
|
|
11673
11925
|
],
|
|
11674
11926
|
"conditionKeysCount": 3,
|
|
11675
11927
|
"conditionKeys": [
|
|
@@ -17531,16 +17783,19 @@
|
|
|
17531
17783
|
"name": "AWS Lambda",
|
|
17532
17784
|
"servicePrefix": "lambda",
|
|
17533
17785
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html",
|
|
17534
|
-
"actionsCount":
|
|
17786
|
+
"actionsCount": 88,
|
|
17535
17787
|
"actions": [
|
|
17536
17788
|
"AddLayerVersionPermission",
|
|
17537
17789
|
"AddPermission",
|
|
17790
|
+
"CheckpointDurableExecution",
|
|
17538
17791
|
"CreateAlias",
|
|
17792
|
+
"CreateCapacityProvider",
|
|
17539
17793
|
"CreateCodeSigningConfig",
|
|
17540
17794
|
"CreateEventSourceMapping",
|
|
17541
17795
|
"CreateFunction",
|
|
17542
17796
|
"CreateFunctionUrlConfig",
|
|
17543
17797
|
"DeleteAlias",
|
|
17798
|
+
"DeleteCapacityProvider",
|
|
17544
17799
|
"DeleteCodeSigningConfig",
|
|
17545
17800
|
"DeleteEventSourceMapping",
|
|
17546
17801
|
"DeleteFunction",
|
|
@@ -17554,7 +17809,11 @@
|
|
|
17554
17809
|
"EnableReplication",
|
|
17555
17810
|
"GetAccountSettings",
|
|
17556
17811
|
"GetAlias",
|
|
17812
|
+
"GetCapacityProvider",
|
|
17557
17813
|
"GetCodeSigningConfig",
|
|
17814
|
+
"GetDurableExecution",
|
|
17815
|
+
"GetDurableExecutionHistory",
|
|
17816
|
+
"GetDurableExecutionState",
|
|
17558
17817
|
"GetEventSourceMapping",
|
|
17559
17818
|
"GetFunction",
|
|
17560
17819
|
"GetFunctionCodeSigningConfig",
|
|
@@ -17562,6 +17821,7 @@
|
|
|
17562
17821
|
"GetFunctionConfiguration",
|
|
17563
17822
|
"GetFunctionEventInvokeConfig",
|
|
17564
17823
|
"GetFunctionRecursionConfig",
|
|
17824
|
+
"GetFunctionScalingConfig",
|
|
17565
17825
|
"GetFunctionUrlConfig",
|
|
17566
17826
|
"GetLayerVersion",
|
|
17567
17827
|
"GetLayerVersionPolicy",
|
|
@@ -17572,10 +17832,13 @@
|
|
|
17572
17832
|
"InvokeFunction",
|
|
17573
17833
|
"InvokeFunctionUrl",
|
|
17574
17834
|
"ListAliases",
|
|
17835
|
+
"ListCapacityProviders",
|
|
17575
17836
|
"ListCodeSigningConfigs",
|
|
17837
|
+
"ListDurableExecutionsByFunction",
|
|
17576
17838
|
"ListEventSourceMappings",
|
|
17577
17839
|
"ListFunctionEventInvokeConfigs",
|
|
17578
17840
|
"ListFunctionUrlConfigs",
|
|
17841
|
+
"ListFunctionVersionsByCapacityProvider",
|
|
17579
17842
|
"ListFunctions",
|
|
17580
17843
|
"ListFunctionsByCodeSigningConfig",
|
|
17581
17844
|
"ListLayerVersions",
|
|
@@ -17583,19 +17846,26 @@
|
|
|
17583
17846
|
"ListProvisionedConcurrencyConfigs",
|
|
17584
17847
|
"ListTags",
|
|
17585
17848
|
"ListVersionsByFunction",
|
|
17849
|
+
"PassCapacityProvider",
|
|
17586
17850
|
"PublishLayerVersion",
|
|
17587
17851
|
"PublishVersion",
|
|
17588
17852
|
"PutFunctionCodeSigningConfig",
|
|
17589
17853
|
"PutFunctionConcurrency",
|
|
17590
17854
|
"PutFunctionEventInvokeConfig",
|
|
17591
17855
|
"PutFunctionRecursionConfig",
|
|
17856
|
+
"PutFunctionScalingConfig",
|
|
17592
17857
|
"PutProvisionedConcurrencyConfig",
|
|
17593
17858
|
"PutRuntimeManagementConfig",
|
|
17594
17859
|
"RemoveLayerVersionPermission",
|
|
17595
17860
|
"RemovePermission",
|
|
17861
|
+
"SendDurableExecutionCallbackFailure",
|
|
17862
|
+
"SendDurableExecutionCallbackHeartbeat",
|
|
17863
|
+
"SendDurableExecutionCallbackSuccess",
|
|
17864
|
+
"StopDurableExecution",
|
|
17596
17865
|
"TagResource",
|
|
17597
17866
|
"UntagResource",
|
|
17598
17867
|
"UpdateAlias",
|
|
17868
|
+
"UpdateCapacityProvider",
|
|
17599
17869
|
"UpdateCodeSigningConfig",
|
|
17600
17870
|
"UpdateEventSourceMapping",
|
|
17601
17871
|
"UpdateFunctionCode",
|
|
@@ -17604,9 +17874,11 @@
|
|
|
17604
17874
|
"UpdateFunctionEventInvokeConfig",
|
|
17605
17875
|
"UpdateFunctionUrlConfig"
|
|
17606
17876
|
],
|
|
17607
|
-
"resourceTypesCount":
|
|
17877
|
+
"resourceTypesCount": 9,
|
|
17608
17878
|
"resourceTypes": [
|
|
17879
|
+
"capacityProvider",
|
|
17609
17880
|
"code signing config",
|
|
17881
|
+
"durable execution",
|
|
17610
17882
|
"eventSourceMapping",
|
|
17611
17883
|
"function",
|
|
17612
17884
|
"function alias",
|
|
@@ -19159,24 +19431,30 @@
|
|
|
19159
19431
|
"name": "AWS Marketplace",
|
|
19160
19432
|
"servicePrefix": "aws-marketplace",
|
|
19161
19433
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplace.html",
|
|
19162
|
-
"actionsCount":
|
|
19434
|
+
"actionsCount": 27,
|
|
19163
19435
|
"actions": [
|
|
19164
19436
|
"AcceptAgreementApprovalRequest",
|
|
19437
|
+
"AcceptAgreementPaymentRequest",
|
|
19165
19438
|
"AcceptAgreementRequest",
|
|
19166
19439
|
"CancelAgreement",
|
|
19440
|
+
"CancelAgreementPaymentRequest",
|
|
19167
19441
|
"CancelAgreementRequest",
|
|
19168
19442
|
"CreateAgreementRequest",
|
|
19169
19443
|
"DescribeAgreement",
|
|
19170
19444
|
"GetAgreementApprovalRequest",
|
|
19171
19445
|
"GetAgreementEntitlements",
|
|
19446
|
+
"GetAgreementPaymentRequest",
|
|
19172
19447
|
"GetAgreementRequest",
|
|
19173
19448
|
"GetAgreementTerms",
|
|
19174
19449
|
"ListAgreementApprovalRequests",
|
|
19175
19450
|
"ListAgreementCharges",
|
|
19451
|
+
"ListAgreementPaymentRequests",
|
|
19176
19452
|
"ListAgreementRequests",
|
|
19177
19453
|
"ListEntitlementDetails",
|
|
19178
19454
|
"RejectAgreementApprovalRequest",
|
|
19455
|
+
"RejectAgreementPaymentRequest",
|
|
19179
19456
|
"SearchAgreements",
|
|
19457
|
+
"SendAgreementPaymentRequest",
|
|
19180
19458
|
"Subscribe",
|
|
19181
19459
|
"Unsubscribe",
|
|
19182
19460
|
"UpdateAgreementApprovalRequest",
|
|
@@ -19449,6 +19727,21 @@
|
|
|
19449
19727
|
"aws:TagKeys"
|
|
19450
19728
|
]
|
|
19451
19729
|
},
|
|
19730
|
+
{
|
|
19731
|
+
"name": "AWS MCP Server",
|
|
19732
|
+
"servicePrefix": "aws-mcp",
|
|
19733
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmcpserver.html",
|
|
19734
|
+
"actionsCount": 3,
|
|
19735
|
+
"actions": [
|
|
19736
|
+
"CallReadOnlyTool",
|
|
19737
|
+
"CallReadWriteTool",
|
|
19738
|
+
"InvokeMcp"
|
|
19739
|
+
],
|
|
19740
|
+
"resourceTypesCount": 0,
|
|
19741
|
+
"resourceTypes": [],
|
|
19742
|
+
"conditionKeysCount": 0,
|
|
19743
|
+
"conditionKeys": []
|
|
19744
|
+
},
|
|
19452
19745
|
{
|
|
19453
19746
|
"name": "Amazon Mechanical Turk",
|
|
19454
19747
|
"servicePrefix": "mechanicalturk",
|
|
@@ -20548,13 +20841,18 @@
|
|
|
20548
20841
|
"name": "Amazon OpenSearch",
|
|
20549
20842
|
"servicePrefix": "opensearch",
|
|
20550
20843
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearch.html",
|
|
20551
|
-
"actionsCount":
|
|
20844
|
+
"actionsCount": 10,
|
|
20552
20845
|
"actions": [
|
|
20553
20846
|
"ApplicationAccessAll",
|
|
20847
|
+
"CancelAutoOptimizeJob",
|
|
20554
20848
|
"CancelDirectQuery",
|
|
20849
|
+
"DeleteAutoOptimizeJob",
|
|
20850
|
+
"GetAutoOptimizeJob",
|
|
20555
20851
|
"GetDirectQuery",
|
|
20556
20852
|
"GetDirectQueryResult",
|
|
20557
|
-
"
|
|
20853
|
+
"ListAutoOptimizeJobs",
|
|
20854
|
+
"StartDirectQuery",
|
|
20855
|
+
"SubmitAutoOptimizeJob"
|
|
20558
20856
|
],
|
|
20559
20857
|
"resourceTypesCount": 2,
|
|
20560
20858
|
"resourceTypes": [
|
|
@@ -21178,17 +21476,32 @@
|
|
|
21178
21476
|
"name": "AWS Partner Central",
|
|
21179
21477
|
"servicePrefix": "partnercentral",
|
|
21180
21478
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspartnercentral.html",
|
|
21181
|
-
"actionsCount":
|
|
21479
|
+
"actionsCount": 110,
|
|
21182
21480
|
"actions": [
|
|
21183
21481
|
"AcceptChannelHandshake",
|
|
21482
|
+
"AcceptConnectionInvitation",
|
|
21184
21483
|
"AcceptEngagementInvitation",
|
|
21484
|
+
"AmendBenefitApplication",
|
|
21185
21485
|
"AssignOpportunity",
|
|
21486
|
+
"AssociateAwsTrainingCertificationEmailDomain",
|
|
21487
|
+
"AssociateBenefitApplicationResource",
|
|
21186
21488
|
"AssociateOpportunity",
|
|
21489
|
+
"CancelBenefitApplication",
|
|
21187
21490
|
"CancelChannelHandshake",
|
|
21491
|
+
"CancelConnection",
|
|
21492
|
+
"CancelConnectionInvitation",
|
|
21493
|
+
"CancelProfileUpdateTask",
|
|
21494
|
+
"CreateBenefitApplication",
|
|
21495
|
+
"CreateBusinessPlan",
|
|
21188
21496
|
"CreateChannelHandshake",
|
|
21497
|
+
"CreateCollaborationChannelMembers",
|
|
21498
|
+
"CreateCollaborationChannelRequest",
|
|
21499
|
+
"CreateConnectionInvitation",
|
|
21189
21500
|
"CreateEngagement",
|
|
21501
|
+
"CreateEngagementContext",
|
|
21190
21502
|
"CreateEngagementInvitation",
|
|
21191
21503
|
"CreateOpportunity",
|
|
21504
|
+
"CreatePartner",
|
|
21192
21505
|
"CreateProgramManagementAccount",
|
|
21193
21506
|
"CreateRelationship",
|
|
21194
21507
|
"CreateResourceSnapshot",
|
|
@@ -21196,17 +21509,42 @@
|
|
|
21196
21509
|
"DeleteProgramManagementAccount",
|
|
21197
21510
|
"DeleteRelationship",
|
|
21198
21511
|
"DeleteResourceSnapshotJob",
|
|
21512
|
+
"DisassociateAwsTrainingCertificationEmailDomain",
|
|
21513
|
+
"DisassociateBenefitApplicationResource",
|
|
21199
21514
|
"DisassociateOpportunity",
|
|
21515
|
+
"EnrollInPartnerPath",
|
|
21516
|
+
"GetAllianceLeadContact",
|
|
21200
21517
|
"GetAwsOpportunitySummary",
|
|
21518
|
+
"GetBenefit",
|
|
21519
|
+
"GetBenefitAllocation",
|
|
21520
|
+
"GetBenefitApplication",
|
|
21521
|
+
"GetBusinessPlan",
|
|
21522
|
+
"GetCollaborationChannel",
|
|
21523
|
+
"GetConnection",
|
|
21524
|
+
"GetConnectionInvitation",
|
|
21525
|
+
"GetConnectionPreferences",
|
|
21201
21526
|
"GetEngagement",
|
|
21202
21527
|
"GetEngagementInvitation",
|
|
21203
21528
|
"GetOpportunity",
|
|
21529
|
+
"GetPartner",
|
|
21530
|
+
"GetPartnerDashboard",
|
|
21531
|
+
"GetPartnerProfile",
|
|
21532
|
+
"GetProfileUpdateTask",
|
|
21533
|
+
"GetProfileVisibility",
|
|
21204
21534
|
"GetProgramManagementAccount",
|
|
21205
21535
|
"GetRelationship",
|
|
21206
21536
|
"GetResourceSnapshot",
|
|
21207
21537
|
"GetResourceSnapshotJob",
|
|
21208
21538
|
"GetSellingSystemSettings",
|
|
21539
|
+
"GetVerification",
|
|
21540
|
+
"ListBenefitAllocations",
|
|
21541
|
+
"ListBenefitApplications",
|
|
21542
|
+
"ListBenefits",
|
|
21543
|
+
"ListBusinessPlans",
|
|
21209
21544
|
"ListChannelHandshakes",
|
|
21545
|
+
"ListCollaborationChannels",
|
|
21546
|
+
"ListConnectionInvitations",
|
|
21547
|
+
"ListConnections",
|
|
21210
21548
|
"ListEngagementByAcceptingInvitationTasks",
|
|
21211
21549
|
"ListEngagementFromOpportunityTasks",
|
|
21212
21550
|
"ListEngagementInvitations",
|
|
@@ -21214,27 +21552,44 @@
|
|
|
21214
21552
|
"ListEngagementResourceAssociations",
|
|
21215
21553
|
"ListEngagements",
|
|
21216
21554
|
"ListOpportunities",
|
|
21555
|
+
"ListOpportunityFromEngagementTasks",
|
|
21556
|
+
"ListPartnerPaths",
|
|
21557
|
+
"ListPartners",
|
|
21217
21558
|
"ListProgramManagementAccounts",
|
|
21218
21559
|
"ListRelationships",
|
|
21219
21560
|
"ListResourceSnapshotJobs",
|
|
21220
21561
|
"ListResourceSnapshots",
|
|
21221
21562
|
"ListSolutions",
|
|
21222
21563
|
"ListTagsForResource",
|
|
21564
|
+
"PutAllianceLeadContact",
|
|
21565
|
+
"PutBusinessPlan",
|
|
21566
|
+
"PutProfileVisibility",
|
|
21223
21567
|
"PutSellingSystemSettings",
|
|
21568
|
+
"RecallBenefitApplication",
|
|
21224
21569
|
"RejectChannelHandshake",
|
|
21570
|
+
"RejectConnectionInvitation",
|
|
21225
21571
|
"RejectEngagementInvitation",
|
|
21572
|
+
"SearchPartnerProfiles",
|
|
21573
|
+
"SendEmailVerificationCode",
|
|
21226
21574
|
"StartEngagementByAcceptingInvitationTask",
|
|
21227
21575
|
"StartEngagementFromOpportunityTask",
|
|
21576
|
+
"StartOpportunityFromEngagementTask",
|
|
21577
|
+
"StartProfileUpdateTask",
|
|
21228
21578
|
"StartResourceSnapshotJob",
|
|
21579
|
+
"StartVerification",
|
|
21229
21580
|
"StopResourceSnapshotJob",
|
|
21581
|
+
"SubmitBenefitApplication",
|
|
21230
21582
|
"SubmitOpportunity",
|
|
21231
21583
|
"TagResource",
|
|
21232
21584
|
"UntagResource",
|
|
21585
|
+
"UpdateBenefitApplication",
|
|
21586
|
+
"UpdateConnectionPreferences",
|
|
21587
|
+
"UpdateEngagementContext",
|
|
21233
21588
|
"UpdateOpportunity",
|
|
21234
21589
|
"UpdateProgramManagementAccount",
|
|
21235
21590
|
"UpdateRelationship"
|
|
21236
21591
|
],
|
|
21237
|
-
"resourceTypesCount":
|
|
21592
|
+
"resourceTypesCount": 20,
|
|
21238
21593
|
"resourceTypes": [
|
|
21239
21594
|
"Engagement",
|
|
21240
21595
|
"engagement-by-accepting-invitation-task",
|
|
@@ -21244,34 +21599,51 @@
|
|
|
21244
21599
|
"resource-snapshot-job",
|
|
21245
21600
|
"ResourceSnapshot",
|
|
21246
21601
|
"Solution",
|
|
21602
|
+
"Partner",
|
|
21603
|
+
"Connection",
|
|
21604
|
+
"ConnectionInvitation",
|
|
21605
|
+
"ConnectionPreferences",
|
|
21606
|
+
"OpportunityFromEngagementTask",
|
|
21607
|
+
"Benefit",
|
|
21608
|
+
"BenefitAllocation",
|
|
21609
|
+
"BenefitApplication",
|
|
21247
21610
|
"ProgramManagementAccount",
|
|
21248
21611
|
"Relationship",
|
|
21249
|
-
"ChannelHandshake"
|
|
21612
|
+
"ChannelHandshake",
|
|
21613
|
+
"Dashboard"
|
|
21250
21614
|
],
|
|
21251
|
-
"conditionKeysCount":
|
|
21615
|
+
"conditionKeysCount": 9,
|
|
21252
21616
|
"conditionKeys": [
|
|
21253
21617
|
"aws:RequestTag/${TagKey}",
|
|
21254
21618
|
"aws:ResourceTag/${TagKey}",
|
|
21255
21619
|
"aws:TagKeys",
|
|
21256
21620
|
"partnercentral:Catalog",
|
|
21257
21621
|
"partnercentral:ChannelHandshakeType",
|
|
21258
|
-
"partnercentral:
|
|
21622
|
+
"partnercentral:FulfillmentTypes",
|
|
21623
|
+
"partnercentral:Programs",
|
|
21624
|
+
"partnercentral:RelatedEntityType",
|
|
21625
|
+
"partnercentral:VerificationType"
|
|
21259
21626
|
]
|
|
21260
21627
|
},
|
|
21261
21628
|
{
|
|
21262
21629
|
"name": "AWS Partner central account management",
|
|
21263
21630
|
"servicePrefix": "partnercentral-account-management",
|
|
21264
21631
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspartnercentralaccountmanagement.html",
|
|
21265
|
-
"actionsCount":
|
|
21632
|
+
"actionsCount": 5,
|
|
21266
21633
|
"actions": [
|
|
21634
|
+
"AccessLegacyPartnerCentral",
|
|
21635
|
+
"AccessMarketingCentral",
|
|
21267
21636
|
"AssociatePartnerAccount",
|
|
21268
21637
|
"AssociatePartnerUser",
|
|
21269
21638
|
"DisassociatePartnerUser"
|
|
21270
21639
|
],
|
|
21271
21640
|
"resourceTypesCount": 0,
|
|
21272
21641
|
"resourceTypes": [],
|
|
21273
|
-
"conditionKeysCount":
|
|
21274
|
-
"conditionKeys": [
|
|
21642
|
+
"conditionKeysCount": 2,
|
|
21643
|
+
"conditionKeys": [
|
|
21644
|
+
"partnercentral-account-management:LegacyPartnerCentralRole",
|
|
21645
|
+
"partnercentral-account-management:MarketingCentralRole"
|
|
21646
|
+
]
|
|
21275
21647
|
},
|
|
21276
21648
|
{
|
|
21277
21649
|
"name": "AWS Payment Cryptography",
|
|
@@ -24069,7 +24441,7 @@
|
|
|
24069
24441
|
"name": "Amazon Route 53",
|
|
24070
24442
|
"servicePrefix": "route53",
|
|
24071
24443
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53.html",
|
|
24072
|
-
"actionsCount":
|
|
24444
|
+
"actionsCount": 71,
|
|
24073
24445
|
"actions": [
|
|
24074
24446
|
"ActivateKeySigningKey",
|
|
24075
24447
|
"AssociateVPCWithHostedZone",
|
|
@@ -24139,6 +24511,7 @@
|
|
|
24139
24511
|
"TestDNSAnswer",
|
|
24140
24512
|
"UpdateHealthCheck",
|
|
24141
24513
|
"UpdateHostedZoneComment",
|
|
24514
|
+
"UpdateHostedZoneFeatures",
|
|
24142
24515
|
"UpdateTrafficPolicyComment",
|
|
24143
24516
|
"UpdateTrafficPolicyInstance"
|
|
24144
24517
|
],
|
|
@@ -24463,6 +24836,76 @@
|
|
|
24463
24836
|
"aws:TagKeys"
|
|
24464
24837
|
]
|
|
24465
24838
|
},
|
|
24839
|
+
{
|
|
24840
|
+
"name": "AWS Route53 Global Resolver",
|
|
24841
|
+
"servicePrefix": "route53globalresolver",
|
|
24842
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsroute53globalresolver.html",
|
|
24843
|
+
"actionsCount": 48,
|
|
24844
|
+
"actions": [
|
|
24845
|
+
"AllowVendedLogDeliveryForResource",
|
|
24846
|
+
"AssociateHostedZone",
|
|
24847
|
+
"BatchCreateFirewallRule",
|
|
24848
|
+
"BatchDeleteFirewallRule",
|
|
24849
|
+
"BatchUpdateFirewallRule",
|
|
24850
|
+
"CreateAccessSource",
|
|
24851
|
+
"CreateAccessToken",
|
|
24852
|
+
"CreateDNSView",
|
|
24853
|
+
"CreateFirewallDomainList",
|
|
24854
|
+
"CreateFirewallRule",
|
|
24855
|
+
"CreateGlobalResolver",
|
|
24856
|
+
"DeleteAccessSource",
|
|
24857
|
+
"DeleteAccessToken",
|
|
24858
|
+
"DeleteDNSView",
|
|
24859
|
+
"DeleteFirewallDomainList",
|
|
24860
|
+
"DeleteFirewallRule",
|
|
24861
|
+
"DeleteGlobalResolver",
|
|
24862
|
+
"DisableDNSView",
|
|
24863
|
+
"DisassociateHostedZone",
|
|
24864
|
+
"EnableDNSView",
|
|
24865
|
+
"GetAccessSource",
|
|
24866
|
+
"GetAccessToken",
|
|
24867
|
+
"GetDNSView",
|
|
24868
|
+
"GetFirewallDomainList",
|
|
24869
|
+
"GetFirewallRule",
|
|
24870
|
+
"GetGlobalResolver",
|
|
24871
|
+
"GetHostedZoneAssociation",
|
|
24872
|
+
"GetManagedFirewallDomainList",
|
|
24873
|
+
"ImportFirewallDomains",
|
|
24874
|
+
"ListAccessSources",
|
|
24875
|
+
"ListAccessTokens",
|
|
24876
|
+
"ListDNSViews",
|
|
24877
|
+
"ListFirewallDomainLists",
|
|
24878
|
+
"ListFirewallDomains",
|
|
24879
|
+
"ListFirewallRules",
|
|
24880
|
+
"ListGlobalResolvers",
|
|
24881
|
+
"ListHostedZoneAssociations",
|
|
24882
|
+
"ListManagedFirewallDomainLists",
|
|
24883
|
+
"ListTagsForResource",
|
|
24884
|
+
"TagResource",
|
|
24885
|
+
"UntagResource",
|
|
24886
|
+
"UpdateAccessSource",
|
|
24887
|
+
"UpdateAccessToken",
|
|
24888
|
+
"UpdateDNSView",
|
|
24889
|
+
"UpdateFirewallDomains",
|
|
24890
|
+
"UpdateFirewallRule",
|
|
24891
|
+
"UpdateGlobalResolver",
|
|
24892
|
+
"UpdateHostedZoneAssociation"
|
|
24893
|
+
],
|
|
24894
|
+
"resourceTypesCount": 5,
|
|
24895
|
+
"resourceTypes": [
|
|
24896
|
+
"access-source",
|
|
24897
|
+
"access-token",
|
|
24898
|
+
"dns-view",
|
|
24899
|
+
"firewall-domain-list",
|
|
24900
|
+
"global-resolver"
|
|
24901
|
+
],
|
|
24902
|
+
"conditionKeysCount": 3,
|
|
24903
|
+
"conditionKeys": [
|
|
24904
|
+
"aws:RequestTag/${TagKey}",
|
|
24905
|
+
"aws:ResourceTag/${TagKey}",
|
|
24906
|
+
"aws:TagKeys"
|
|
24907
|
+
]
|
|
24908
|
+
},
|
|
24466
24909
|
{
|
|
24467
24910
|
"name": "AWS RTB Fabric",
|
|
24468
24911
|
"servicePrefix": "rtbfabric",
|
|
@@ -25010,7 +25453,7 @@
|
|
|
25010
25453
|
"name": "Amazon S3 Tables",
|
|
25011
25454
|
"servicePrefix": "s3tables",
|
|
25012
25455
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3tables.html",
|
|
25013
|
-
"actionsCount":
|
|
25456
|
+
"actionsCount": 50,
|
|
25014
25457
|
"actions": [
|
|
25015
25458
|
"CreateNamespace",
|
|
25016
25459
|
"CreateTable",
|
|
@@ -25020,19 +25463,28 @@
|
|
|
25020
25463
|
"DeleteTableBucket",
|
|
25021
25464
|
"DeleteTableBucketEncryption",
|
|
25022
25465
|
"DeleteTableBucketPolicy",
|
|
25466
|
+
"DeleteTableBucketReplication",
|
|
25023
25467
|
"DeleteTablePolicy",
|
|
25468
|
+
"DeleteTableReplication",
|
|
25024
25469
|
"GetNamespace",
|
|
25025
25470
|
"GetTable",
|
|
25026
25471
|
"GetTableBucket",
|
|
25027
25472
|
"GetTableBucketEncryption",
|
|
25028
25473
|
"GetTableBucketMaintenanceConfiguration",
|
|
25029
25474
|
"GetTableBucketPolicy",
|
|
25475
|
+
"GetTableBucketReplication",
|
|
25476
|
+
"GetTableBucketStorageClass",
|
|
25030
25477
|
"GetTableData",
|
|
25031
25478
|
"GetTableEncryption",
|
|
25032
25479
|
"GetTableMaintenanceConfiguration",
|
|
25033
25480
|
"GetTableMaintenanceJobStatus",
|
|
25034
25481
|
"GetTableMetadataLocation",
|
|
25035
25482
|
"GetTablePolicy",
|
|
25483
|
+
"GetTableRecordExpirationConfiguration",
|
|
25484
|
+
"GetTableRecordExpirationJobStatus",
|
|
25485
|
+
"GetTableReplication",
|
|
25486
|
+
"GetTableReplicationStatus",
|
|
25487
|
+
"GetTableStorageClass",
|
|
25036
25488
|
"ListNamespaces",
|
|
25037
25489
|
"ListTableBuckets",
|
|
25038
25490
|
"ListTables",
|
|
@@ -25040,10 +25492,15 @@
|
|
|
25040
25492
|
"PutTableBucketEncryption",
|
|
25041
25493
|
"PutTableBucketMaintenanceConfiguration",
|
|
25042
25494
|
"PutTableBucketPolicy",
|
|
25495
|
+
"PutTableBucketReplication",
|
|
25496
|
+
"PutTableBucketStorageClass",
|
|
25043
25497
|
"PutTableData",
|
|
25044
25498
|
"PutTableEncryption",
|
|
25045
25499
|
"PutTableMaintenanceConfiguration",
|
|
25046
25500
|
"PutTablePolicy",
|
|
25501
|
+
"PutTableRecordExpirationConfiguration",
|
|
25502
|
+
"PutTableReplication",
|
|
25503
|
+
"PutTableStorageClass",
|
|
25047
25504
|
"RenameTable",
|
|
25048
25505
|
"TagResource",
|
|
25049
25506
|
"UntagResource",
|
|
@@ -25054,13 +25511,14 @@
|
|
|
25054
25511
|
"TableBucket",
|
|
25055
25512
|
"Table"
|
|
25056
25513
|
],
|
|
25057
|
-
"conditionKeysCount":
|
|
25514
|
+
"conditionKeysCount": 9,
|
|
25058
25515
|
"conditionKeys": [
|
|
25059
25516
|
"aws:RequestTag/${TagKey}",
|
|
25060
25517
|
"aws:ResourceTag/${TagKey}",
|
|
25061
25518
|
"aws:TagKeys",
|
|
25062
25519
|
"s3tables:KMSKeyArn",
|
|
25063
25520
|
"s3tables:SSEAlgorithm",
|
|
25521
|
+
"s3tables:StorageClass",
|
|
25064
25522
|
"s3tables:TableBucketTag/${TagKey}",
|
|
25065
25523
|
"s3tables:namespace",
|
|
25066
25524
|
"s3tables:tableName"
|
|
@@ -25070,7 +25528,7 @@
|
|
|
25070
25528
|
"name": "Amazon S3 Vectors",
|
|
25071
25529
|
"servicePrefix": "s3vectors",
|
|
25072
25530
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3vectors.html",
|
|
25073
|
-
"actionsCount":
|
|
25531
|
+
"actionsCount": 19,
|
|
25074
25532
|
"actions": [
|
|
25075
25533
|
"CreateIndex",
|
|
25076
25534
|
"CreateVectorBucket",
|
|
@@ -25083,19 +25541,26 @@
|
|
|
25083
25541
|
"GetVectorBucketPolicy",
|
|
25084
25542
|
"GetVectors",
|
|
25085
25543
|
"ListIndexes",
|
|
25544
|
+
"ListTagsForResource",
|
|
25086
25545
|
"ListVectorBuckets",
|
|
25087
25546
|
"ListVectors",
|
|
25088
25547
|
"PutVectorBucketPolicy",
|
|
25089
25548
|
"PutVectors",
|
|
25090
|
-
"QueryVectors"
|
|
25549
|
+
"QueryVectors",
|
|
25550
|
+
"TagResource",
|
|
25551
|
+
"UntagResource"
|
|
25091
25552
|
],
|
|
25092
25553
|
"resourceTypesCount": 2,
|
|
25093
25554
|
"resourceTypes": [
|
|
25094
25555
|
"Index",
|
|
25095
25556
|
"VectorBucket"
|
|
25096
25557
|
],
|
|
25097
|
-
"conditionKeysCount":
|
|
25558
|
+
"conditionKeysCount": 6,
|
|
25098
25559
|
"conditionKeys": [
|
|
25560
|
+
"aws:RequestTag/${TagKey}",
|
|
25561
|
+
"aws:ResourceTag/${TagKey}",
|
|
25562
|
+
"aws:TagKeys",
|
|
25563
|
+
"s3vectors:VectorBucketTag/${TagKey}",
|
|
25099
25564
|
"s3vectors:kmsKeyArn",
|
|
25100
25565
|
"s3vectors:sseType"
|
|
25101
25566
|
]
|
|
@@ -25104,7 +25569,7 @@
|
|
|
25104
25569
|
"name": "Amazon SageMaker",
|
|
25105
25570
|
"servicePrefix": "sagemaker",
|
|
25106
25571
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
25107
|
-
"actionsCount":
|
|
25572
|
+
"actionsCount": 412,
|
|
25108
25573
|
"actions": [
|
|
25109
25574
|
"AddAssociation",
|
|
25110
25575
|
"AddTags",
|
|
@@ -25116,6 +25581,7 @@
|
|
|
25116
25581
|
"BatchGetMetrics",
|
|
25117
25582
|
"BatchGetRecord",
|
|
25118
25583
|
"BatchPutMetrics",
|
|
25584
|
+
"CallMlflowAppApi",
|
|
25119
25585
|
"CallPartnerAppApi",
|
|
25120
25586
|
"CreateAction",
|
|
25121
25587
|
"CreateAlgorithm",
|
|
@@ -25153,6 +25619,7 @@
|
|
|
25153
25619
|
"CreateInferenceRecommendationsJob",
|
|
25154
25620
|
"CreateLabelingJob",
|
|
25155
25621
|
"CreateLineageGroupPolicy",
|
|
25622
|
+
"CreateMlflowApp",
|
|
25156
25623
|
"CreateMlflowTrackingServer",
|
|
25157
25624
|
"CreateModel",
|
|
25158
25625
|
"CreateModelBiasJobDefinition",
|
|
@@ -25170,6 +25637,7 @@
|
|
|
25170
25637
|
"CreatePartnerAppPresignedUrl",
|
|
25171
25638
|
"CreatePipeline",
|
|
25172
25639
|
"CreatePresignedDomainUrl",
|
|
25640
|
+
"CreatePresignedMlflowAppUrl",
|
|
25173
25641
|
"CreatePresignedMlflowTrackingServerUrl",
|
|
25174
25642
|
"CreatePresignedNotebookInstanceUrl",
|
|
25175
25643
|
"CreateProcessingJob",
|
|
@@ -25219,6 +25687,7 @@
|
|
|
25219
25687
|
"DeleteInferenceComponent",
|
|
25220
25688
|
"DeleteInferenceExperiment",
|
|
25221
25689
|
"DeleteLineageGroupPolicy",
|
|
25690
|
+
"DeleteMlflowApp",
|
|
25222
25691
|
"DeleteMlflowTrackingServer",
|
|
25223
25692
|
"DeleteModel",
|
|
25224
25693
|
"DeleteModelBiasJobDefinition",
|
|
@@ -25287,6 +25756,7 @@
|
|
|
25287
25756
|
"DescribeInferenceRecommendationsJob",
|
|
25288
25757
|
"DescribeLabelingJob",
|
|
25289
25758
|
"DescribeLineageGroup",
|
|
25759
|
+
"DescribeMlflowApp",
|
|
25290
25760
|
"DescribeMlflowTrackingServer",
|
|
25291
25761
|
"DescribeModel",
|
|
25292
25762
|
"DescribeModelBiasJobDefinition",
|
|
@@ -25380,6 +25850,7 @@
|
|
|
25380
25850
|
"ListLabelingJobs",
|
|
25381
25851
|
"ListLabelingJobsForWorkteam",
|
|
25382
25852
|
"ListLineageGroups",
|
|
25853
|
+
"ListMlflowApps",
|
|
25383
25854
|
"ListMlflowTrackingServers",
|
|
25384
25855
|
"ListModelBiasJobDefinitions",
|
|
25385
25856
|
"ListModelCardExportJobs",
|
|
@@ -25491,6 +25962,7 @@
|
|
|
25491
25962
|
"UpdateInferenceComponent",
|
|
25492
25963
|
"UpdateInferenceComponentRuntimeConfig",
|
|
25493
25964
|
"UpdateInferenceExperiment",
|
|
25965
|
+
"UpdateMlflowApp",
|
|
25494
25966
|
"UpdateMlflowTrackingServer",
|
|
25495
25967
|
"UpdateModelCard",
|
|
25496
25968
|
"UpdateModelPackage",
|
|
@@ -25512,7 +25984,7 @@
|
|
|
25512
25984
|
"UpdateWorkforce",
|
|
25513
25985
|
"UpdateWorkteam"
|
|
25514
25986
|
],
|
|
25515
|
-
"resourceTypesCount":
|
|
25987
|
+
"resourceTypesCount": 69,
|
|
25516
25988
|
"resourceTypes": [
|
|
25517
25989
|
"device",
|
|
25518
25990
|
"device-fleet",
|
|
@@ -25579,6 +26051,7 @@
|
|
|
25579
26051
|
"shared-model-event",
|
|
25580
26052
|
"sagemaker-catalog",
|
|
25581
26053
|
"mlflow-tracking-server",
|
|
26054
|
+
"mlflow-app",
|
|
25582
26055
|
"compute-quota",
|
|
25583
26056
|
"cluster-scheduler-config",
|
|
25584
26057
|
"partner-app"
|
|
@@ -25879,6 +26352,90 @@
|
|
|
25879
26352
|
"secretsmanager:resource/Type"
|
|
25880
26353
|
]
|
|
25881
26354
|
},
|
|
26355
|
+
{
|
|
26356
|
+
"name": "AWS Security Agent",
|
|
26357
|
+
"servicePrefix": "securityagent",
|
|
26358
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityagent.html",
|
|
26359
|
+
"actionsCount": 62,
|
|
26360
|
+
"actions": [
|
|
26361
|
+
"AddArtifact",
|
|
26362
|
+
"AddControl",
|
|
26363
|
+
"BatchDeletePentests",
|
|
26364
|
+
"BatchGetAgentInstances",
|
|
26365
|
+
"BatchGetArtifactMetadata",
|
|
26366
|
+
"BatchGetFindings",
|
|
26367
|
+
"BatchGetPentestJobs",
|
|
26368
|
+
"BatchGetPentests",
|
|
26369
|
+
"BatchGetSecurityTestContentMetadata",
|
|
26370
|
+
"BatchGetTasks",
|
|
26371
|
+
"CreateAgentInstance",
|
|
26372
|
+
"CreateApplication",
|
|
26373
|
+
"CreateDocumentReview",
|
|
26374
|
+
"CreateIntegration",
|
|
26375
|
+
"CreateMembership",
|
|
26376
|
+
"CreateOneTimeLoginSession",
|
|
26377
|
+
"CreatePentest",
|
|
26378
|
+
"DeleteAgentInstance",
|
|
26379
|
+
"DeleteApplication",
|
|
26380
|
+
"DeleteArtifact",
|
|
26381
|
+
"DeleteControl",
|
|
26382
|
+
"DeleteIntegration",
|
|
26383
|
+
"DeleteMembership",
|
|
26384
|
+
"DescribeFindings",
|
|
26385
|
+
"GetApplication",
|
|
26386
|
+
"GetArtifact",
|
|
26387
|
+
"GetCodeReviewTask",
|
|
26388
|
+
"GetControl",
|
|
26389
|
+
"GetDocReviewTask",
|
|
26390
|
+
"GetDocumentReview",
|
|
26391
|
+
"GetDocumentReviewArtifact",
|
|
26392
|
+
"GetIntegration",
|
|
26393
|
+
"GetLoginSessionCredentials",
|
|
26394
|
+
"HandleOneTimeLoginSession",
|
|
26395
|
+
"InitiateProviderRegistration",
|
|
26396
|
+
"ListAgentInstanceTasks",
|
|
26397
|
+
"ListAgentInstances",
|
|
26398
|
+
"ListApplications",
|
|
26399
|
+
"ListArtifacts",
|
|
26400
|
+
"ListControls",
|
|
26401
|
+
"ListDiscoveredEndpoints",
|
|
26402
|
+
"ListDocumentReviewComments",
|
|
26403
|
+
"ListDocumentReviews",
|
|
26404
|
+
"ListFindings",
|
|
26405
|
+
"ListIntegratedResources",
|
|
26406
|
+
"ListIntegrations",
|
|
26407
|
+
"ListMemberships",
|
|
26408
|
+
"ListPentestJobsForPentest",
|
|
26409
|
+
"ListPentests",
|
|
26410
|
+
"ListResourcesFromIntegration",
|
|
26411
|
+
"ListTasks",
|
|
26412
|
+
"StartCodeRemediation",
|
|
26413
|
+
"StartPentestExecution",
|
|
26414
|
+
"StopPentestExecution",
|
|
26415
|
+
"ToggleManagedControl",
|
|
26416
|
+
"UpdateAgentInstance",
|
|
26417
|
+
"UpdateApplication",
|
|
26418
|
+
"UpdateControl",
|
|
26419
|
+
"UpdateFinding",
|
|
26420
|
+
"UpdateIntegratedResources",
|
|
26421
|
+
"UpdatePentest",
|
|
26422
|
+
"VerifyTargetDomain"
|
|
26423
|
+
],
|
|
26424
|
+
"resourceTypesCount": 9,
|
|
26425
|
+
"resourceTypes": [
|
|
26426
|
+
"Application",
|
|
26427
|
+
"Control",
|
|
26428
|
+
"Integration",
|
|
26429
|
+
"AgentInstance",
|
|
26430
|
+
"Artifact",
|
|
26431
|
+
"Pentest",
|
|
26432
|
+
"PentestJob",
|
|
26433
|
+
"PentestTask",
|
|
26434
|
+
"Finding"
|
|
26435
|
+
],
|
|
26436
|
+
"conditionKeysCount": 0,
|
|
26437
|
+
"conditionKeys": []
|
|
26438
|
+
},
|
|
25882
26439
|
{
|
|
25883
26440
|
"name": "AWS Security Hub",
|
|
25884
26441
|
"servicePrefix": "securityhub",
|
|
@@ -28701,19 +29258,27 @@
|
|
|
28701
29258
|
"name": "AWS Transform",
|
|
28702
29259
|
"servicePrefix": "transform",
|
|
28703
29260
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstransform.html",
|
|
28704
|
-
"actionsCount":
|
|
29261
|
+
"actionsCount": 20,
|
|
28705
29262
|
"actions": [
|
|
28706
29263
|
"AssociateConnectorResource",
|
|
28707
29264
|
"CreateProfile",
|
|
29265
|
+
"DeleteAgentRuntimeConfiguration",
|
|
28708
29266
|
"DeleteConnector",
|
|
28709
29267
|
"DeleteProfile",
|
|
29268
|
+
"GetAccountSettings",
|
|
29269
|
+
"GetAgent",
|
|
29270
|
+
"GetAgentRuntimeConfiguration",
|
|
28710
29271
|
"GetConnector",
|
|
29272
|
+
"ListAgents",
|
|
28711
29273
|
"ListConnectors",
|
|
28712
29274
|
"ListProfiles",
|
|
28713
29275
|
"ListTagsForResource",
|
|
29276
|
+
"PutAgentRuntimeConfiguration",
|
|
28714
29277
|
"RejectConnector",
|
|
28715
29278
|
"TagResource",
|
|
28716
29279
|
"UntagResource",
|
|
29280
|
+
"UpdateAccountSettings",
|
|
29281
|
+
"UpdateAgentAccess",
|
|
28717
29282
|
"UpdateProfile"
|
|
28718
29283
|
],
|
|
28719
29284
|
"resourceTypesCount": 2,
|
|
@@ -28727,6 +29292,49 @@
|
|
|
28727
29292
|
"aws:TagKeys"
|
|
28728
29293
|
]
|
|
28729
29294
|
},
|
|
29295
|
+
{
|
|
29296
|
+
"name": "AWS Transform Custom",
|
|
29297
|
+
"servicePrefix": "transform-custom",
|
|
29298
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstransformcustom.html",
|
|
29299
|
+
"actionsCount": 22,
|
|
29300
|
+
"actions": [
|
|
29301
|
+
"CompleteTransformationPackageUpload",
|
|
29302
|
+
"ConverseStream",
|
|
29303
|
+
"CreateCampaign",
|
|
29304
|
+
"CreateTransformationPackageUrl",
|
|
29305
|
+
"DeleteCampaign",
|
|
29306
|
+
"DeleteKnowledgeItem",
|
|
29307
|
+
"DeleteTransformationPackage",
|
|
29308
|
+
"ExecuteTransformation",
|
|
29309
|
+
"GetCampaign",
|
|
29310
|
+
"GetKnowledgeItem",
|
|
29311
|
+
"GetTransformationPackageUrl",
|
|
29312
|
+
"ListCampaignRepositories",
|
|
29313
|
+
"ListCampaigns",
|
|
29314
|
+
"ListKnowledgeItems",
|
|
29315
|
+
"ListTagsForResource",
|
|
29316
|
+
"ListTransformationPackageMetadata",
|
|
29317
|
+
"TagResource",
|
|
29318
|
+
"UntagResource",
|
|
29319
|
+
"UpdateCampaign",
|
|
29320
|
+
"UpdateCampaignRepositoryStatus",
|
|
29321
|
+
"UpdateKnowledgeItemConfiguration",
|
|
29322
|
+
"UpdateKnowledgeItemStatus"
|
|
29323
|
+
],
|
|
29324
|
+
"resourceTypesCount": 4,
|
|
29325
|
+
"resourceTypes": [
|
|
29326
|
+
"campaign",
|
|
29327
|
+
"conversation",
|
|
29328
|
+
"knowledge-item",
|
|
29329
|
+
"package"
|
|
29330
|
+
],
|
|
29331
|
+
"conditionKeysCount": 3,
|
|
29332
|
+
"conditionKeys": [
|
|
29333
|
+
"aws:RequestTag/${TagKey}",
|
|
29334
|
+
"aws:ResourceTag/${TagKey}",
|
|
29335
|
+
"aws:TagKeys"
|
|
29336
|
+
]
|
|
29337
|
+
},
|
|
28730
29338
|
{
|
|
28731
29339
|
"name": "Amazon Translate",
|
|
28732
29340
|
"servicePrefix": "translate",
|