|
155 | 155 | "EnableRegion",
|
156 | 156 | "GetAccountInformation",
|
157 | 157 | "GetAlternateContact",
|
158 |
| - "GetChallengeQuestions", |
159 | 158 | "GetContactInformation",
|
160 | 159 | "GetPrimaryEmail",
|
161 | 160 | "GetRegionOptStatus",
|
162 | 161 | "ListRegions",
|
163 | 162 | "PutAlternateContact",
|
164 |
| - "PutChallengeQuestions", |
165 | 163 | "PutContactInformation",
|
166 | 164 | "StartPrimaryEmailUpdate"
|
167 | 165 | ],
|
|
1337 | 1335 | "Actions": [
|
1338 | 1336 | "CancelJob",
|
1339 | 1337 | "CreateComputeEnvironment",
|
| 1338 | + "CreateConsumableResource", |
1340 | 1339 | "CreateJobQueue",
|
1341 | 1340 | "CreateSchedulingPolicy",
|
1342 | 1341 | "DeleteComputeEnvironment",
|
| 1342 | + "DeleteConsumableResource", |
1343 | 1343 | "DeleteJobQueue",
|
1344 | 1344 | "DeleteSchedulingPolicy",
|
1345 | 1345 | "DeregisterJobDefinition",
|
1346 | 1346 | "DescribeComputeEnvironments",
|
| 1347 | + "DescribeConsumableResource", |
1347 | 1348 | "DescribeJobDefinitions",
|
1348 | 1349 | "DescribeJobQueues",
|
1349 | 1350 | "DescribeJobs",
|
1350 | 1351 | "DescribeSchedulingPolicies",
|
1351 | 1352 | "GetJobQueueSnapshot",
|
| 1353 | + "ListConsumableResources", |
1352 | 1354 | "ListJobs",
|
| 1355 | + "ListJobsByConsumableResource", |
1353 | 1356 | "ListSchedulingPolicies",
|
1354 | 1357 | "ListTagsForResource",
|
1355 | 1358 | "RegisterJobDefinition",
|
|
1358 | 1361 | "TerminateJob",
|
1359 | 1362 | "UntagResource",
|
1360 | 1363 | "UpdateComputeEnvironment",
|
| 1364 | + "UpdateConsumableResource", |
1361 | 1365 | "UpdateJobQueue",
|
1362 | 1366 | "UpdateSchedulingPolicy"
|
1363 | 1367 | ],
|
|
2562 | 2566 | "codeconnections:ProviderPermissionsRequired",
|
2563 | 2567 | "codeconnections:ProviderType",
|
2564 | 2568 | "codeconnections:ProviderTypeFilter",
|
2565 |
| - "codeconnections:RepositoryName" |
| 2569 | + "codeconnections:RepositoryName", |
| 2570 | + "codeconnections:VpcId" |
2566 | 2571 | ]
|
2567 | 2572 | },
|
2568 | 2573 | "AWS CodeDeploy": {
|
|
2788 | 2793 | "codestar-connections:ProviderPermissionsRequired",
|
2789 | 2794 | "codestar-connections:ProviderType",
|
2790 | 2795 | "codestar-connections:ProviderTypeFilter",
|
2791 |
| - "codestar-connections:RepositoryName" |
| 2796 | + "codestar-connections:RepositoryName", |
| 2797 | + "codestar-connections:VpcId" |
2792 | 2798 | ]
|
2793 | 2799 | },
|
2794 | 2800 | "AWS CodeStar Notifications": {
|
@@ -10944,13 +10950,15 @@
|
10944 | 10950 | "DescribeTrustedAdvisorCheckResult",
|
10945 | 10951 | "DescribeTrustedAdvisorCheckSummaries",
|
10946 | 10952 | "DescribeTrustedAdvisorChecks",
|
| 10953 | + "GetInteraction", |
10947 | 10954 | "InitiateCallForCase",
|
10948 | 10955 | "InitiateChatForCase",
|
10949 | 10956 | "PutCaseAttributes",
|
10950 | 10957 | "RateCaseCommunication",
|
10951 | 10958 | "RefreshTrustedAdvisorCheck",
|
10952 | 10959 | "ResolveCase",
|
10953 |
| - "SearchForCases" |
| 10960 | + "SearchForCases", |
| 10961 | + "StartInteraction" |
10954 | 10962 | ],
|
10955 | 10963 | "HasResource": false,
|
10956 | 10964 | "StringPrefix": "support"
|
|
12770 | 12778 | "CreateModelImportJob",
|
12771 | 12779 | "CreateModelInvocationJob",
|
12772 | 12780 | "CreatePrompt",
|
| 12781 | + "CreatePromptRouter", |
12773 | 12782 | "CreatePromptVersion",
|
12774 | 12783 | "CreateProvisionedModelThroughput",
|
12775 | 12784 | "CreateSession",
|
|
12795 | 12804 | "DeleteMarketplaceModelEndpoint",
|
12796 | 12805 | "DeleteModelInvocationLoggingConfiguration",
|
12797 | 12806 | "DeletePrompt",
|
| 12807 | + "DeletePromptRouter", |
12798 | 12808 | "DeleteProvisionedModelThroughput",
|
12799 | 12809 | "DeleteResourcePolicy",
|
12800 | 12810 | "DeleteSession",
|
|
13689 | 13699 | "ARNRegex": "^arn:aws:application-signals:.+:.+:.+",
|
13690 | 13700 | "Actions": [
|
13691 | 13701 | "BatchGetServiceLevelObjectiveBudgetReport",
|
| 13702 | + "BatchUpdateExclusionWindows", |
13692 | 13703 | "CreateServiceLevelObjective",
|
13693 | 13704 | "DeleteServiceLevelObjective",
|
13694 | 13705 | "GetService",
|
|
13697 | 13708 | "ListObservedEntities",
|
13698 | 13709 | "ListServiceDependencies",
|
13699 | 13710 | "ListServiceDependents",
|
| 13711 | + "ListServiceLevelObjectiveExclusionWindows", |
13700 | 13712 | "ListServiceLevelObjectives",
|
13701 | 13713 | "ListServiceOperations",
|
13702 | 13714 | "ListServices",
|
|
23329 | 23341 | "sagemaker:MinimumInstanceMetadataServiceVersion",
|
23330 | 23342 | "sagemaker:ModelApprovalStatus",
|
23331 | 23343 | "sagemaker:ModelArn",
|
| 23344 | + "sagemaker:ModelLifeCycle:Stage", |
| 23345 | + "sagemaker:ModelLifeCycle:StageStatus", |
23332 | 23346 | "sagemaker:NetworkIsolation",
|
23333 | 23347 | "sagemaker:OutputKmsKey",
|
23334 | 23348 | "sagemaker:OwnerUserProfileArn",
|
|
0 commit comments