|
3766 | 3766 | "DescribeClientAuthenticationSettings",
|
3767 | 3767 | "DescribeConditionalForwarders",
|
3768 | 3768 | "DescribeDirectories",
|
| 3769 | + "DescribeDirectoryDataAccess", |
3769 | 3770 | "DescribeDomainControllers",
|
3770 | 3771 | "DescribeEventTopics",
|
3771 | 3772 | "DescribeLDAPSSettings",
|
|
3776 | 3777 | "DescribeTrusts",
|
3777 | 3778 | "DescribeUpdateDirectory",
|
3778 | 3779 | "DisableClientAuthentication",
|
| 3780 | + "DisableDirectoryDataAccess", |
3779 | 3781 | "DisableLDAPS",
|
3780 | 3782 | "DisableRadius",
|
3781 | 3783 | "DisableRoleAccess",
|
3782 | 3784 | "DisableSso",
|
3783 | 3785 | "EnableClientAuthentication",
|
| 3786 | + "EnableDirectoryDataAccess", |
3784 | 3787 | "EnableLDAPS",
|
3785 | 3788 | "EnableRadius",
|
3786 | 3789 | "EnableRoleAccess",
|
|
3824 | 3827 | "aws:TagKeys"
|
3825 | 3828 | ]
|
3826 | 3829 | },
|
| 3830 | + "AWS Directory Service Data": { |
| 3831 | + "ARNFormat": "arn:aws:ds:${Region}:${Account}:${RelativeId}", |
| 3832 | + "ARNRegex": "^arn:aws:ds:.+", |
| 3833 | + "Actions": [ |
| 3834 | + "AddGroupMember", |
| 3835 | + "CreateGroup", |
| 3836 | + "CreateUser", |
| 3837 | + "DeleteGroup", |
| 3838 | + "DeleteUser", |
| 3839 | + "DescribeGroup", |
| 3840 | + "DescribeUser", |
| 3841 | + "DisableUser", |
| 3842 | + "ListGroupMembers", |
| 3843 | + "ListGroups", |
| 3844 | + "ListGroupsForMember", |
| 3845 | + "ListUsers", |
| 3846 | + "RemoveGroupMember", |
| 3847 | + "SearchGroups", |
| 3848 | + "SearchUsers", |
| 3849 | + "UpdateGroup", |
| 3850 | + "UpdateUser" |
| 3851 | + ], |
| 3852 | + "HasResource": true, |
| 3853 | + "StringPrefix": "ds-data", |
| 3854 | + "conditionKeys": [ |
| 3855 | + "aws:ResourceTag/${TagKey}", |
| 3856 | + "ds-data:Identifier", |
| 3857 | + "ds-data:MemberName", |
| 3858 | + "ds-data:MemberRealm", |
| 3859 | + "ds-data:Realm", |
| 3860 | + "ds-data:SAMAccountName" |
| 3861 | + ] |
| 3862 | + }, |
3827 | 3863 | "AWS Elastic Beanstalk": {
|
3828 | 3864 | "ARNFormat": "arn:aws:elasticbeanstalk:${Region}:${Account}:${ResourceType}/${PathToResource}",
|
3829 | 3865 | "ARNRegex": "^arn:aws:elasticbeanstalk:.+:.*:.+/.+",
|
|
6081 | 6117 | "AcceptCertificateTransfer",
|
6082 | 6118 | "AddThingToBillingGroup",
|
6083 | 6119 | "AddThingToThingGroup",
|
| 6120 | + "AssociateSbomWithPackageVersion", |
6084 | 6121 | "AssociateTargetsWithJob",
|
6085 | 6122 | "AttachPolicy",
|
6086 | 6123 | "AttachPrincipalPolicy",
|
|
6203 | 6240 | "DetachSecurityProfile",
|
6204 | 6241 | "DetachThingPrincipal",
|
6205 | 6242 | "DisableTopicRule",
|
| 6243 | + "DisassociateSbomFromPackageVersion", |
6206 | 6244 | "EnableTopicRule",
|
6207 | 6245 | "GetBehaviorModelTrainingSummaries",
|
6208 | 6246 | "GetBucketsAggregation",
|
|
6267 | 6305 | "ListRelatedResourcesForAuditFinding",
|
6268 | 6306 | "ListRetainedMessages",
|
6269 | 6307 | "ListRoleAliases",
|
| 6308 | + "ListSbomValidationResults", |
6270 | 6309 | "ListScheduledAudits",
|
6271 | 6310 | "ListSecurityProfiles",
|
6272 | 6311 | "ListSecurityProfilesForTarget",
|
|
13406 | 13445 | "CreateContactFlowModule",
|
13407 | 13446 | "CreateEvaluationForm",
|
13408 | 13447 | "CreateHoursOfOperation",
|
| 13448 | + "CreateHoursOfOperationOverride", |
13409 | 13449 | "CreateInstance",
|
13410 | 13450 | "CreateIntegrationAssociation",
|
13411 | 13451 | "CreateParticipant",
|
|
13432 | 13472 | "DeleteContactFlowModule",
|
13433 | 13473 | "DeleteEvaluationForm",
|
13434 | 13474 | "DeleteHoursOfOperation",
|
| 13475 | + "DeleteHoursOfOperationOverride", |
13435 | 13476 | "DeleteInstance",
|
13436 | 13477 | "DeleteIntegrationAssociation",
|
13437 | 13478 | "DeletePredefinedAttribute",
|
|
13458 | 13499 | "DescribeEvaluationForm",
|
13459 | 13500 | "DescribeForecastingPlanningSchedulingIntegration",
|
13460 | 13501 | "DescribeHoursOfOperation",
|
| 13502 | + "DescribeHoursOfOperationOverride", |
13461 | 13503 | "DescribeInstance",
|
13462 | 13504 | "DescribeInstanceAttribute",
|
13463 | 13505 | "DescribeInstanceStorageConfig",
|
|
13493 | 13535 | "GetContactAttributes",
|
13494 | 13536 | "GetCurrentMetricData",
|
13495 | 13537 | "GetCurrentUserData",
|
| 13538 | + "GetEffectiveHoursOfOperations", |
13496 | 13539 | "GetFederationToken",
|
13497 | 13540 | "GetFlowAssociation",
|
13498 | 13541 | "GetMetricData",
|
|
13513 | 13556 | "ListEvaluationFormVersions",
|
13514 | 13557 | "ListEvaluationForms",
|
13515 | 13558 | "ListFlowAssociations",
|
| 13559 | + "ListHoursOfOperationOverrides", |
13516 | 13560 | "ListHoursOfOperations",
|
13517 | 13561 | "ListInstanceAttributes",
|
13518 | 13562 | "ListInstanceStorageConfigs",
|
|
13558 | 13602 | "SearchContactFlowModules",
|
13559 | 13603 | "SearchContactFlows",
|
13560 | 13604 | "SearchContacts",
|
| 13605 | + "SearchHoursOfOperationOverrides", |
13561 | 13606 | "SearchHoursOfOperations",
|
13562 | 13607 | "SearchPredefinedAttributes",
|
13563 | 13608 | "SearchPrompts",
|
|
13570 | 13615 | "SearchUsers",
|
13571 | 13616 | "SearchVocabularies",
|
13572 | 13617 | "SendChatIntegrationEvent",
|
| 13618 | + "SendOutboundEmail", |
13573 | 13619 | "StartAttachedFileUpload",
|
13574 | 13620 | "StartChatContact",
|
13575 | 13621 | "StartContactEvaluation",
|
|
13604 | 13650 | "UpdateContactSchedule",
|
13605 | 13651 | "UpdateEvaluationForm",
|
13606 | 13652 | "UpdateHoursOfOperation",
|
| 13653 | + "UpdateHoursOfOperationOverride", |
13607 | 13654 | "UpdateInstanceAttribute",
|
13608 | 13655 | "UpdateInstanceStorageConfig",
|
13609 | 13656 | "UpdateParticipantRoleConfig",
|
|
20993 | 21040 | "DeleteBucket",
|
20994 | 21041 | "DeleteBucketPolicy",
|
20995 | 21042 | "GetBucketPolicy",
|
| 21043 | + "GetEncryptionConfiguration", |
20996 | 21044 | "ListAllMyDirectoryBuckets",
|
20997 |
| - "PutBucketPolicy" |
| 21045 | + "PutBucketPolicy", |
| 21046 | + "PutEncryptionConfiguration" |
20998 | 21047 | ],
|
20999 | 21048 | "HasResource": true,
|
21000 | 21049 | "StringPrefix": "s3express",
|
|
21006 | 21055 | "s3express:authType",
|
21007 | 21056 | "s3express:signatureAge",
|
21008 | 21057 | "s3express:signatureversion",
|
21009 |
| - "s3express:x-amz-content-sha256" |
| 21058 | + "s3express:x-amz-content-sha256", |
| 21059 | + "s3express:x-amz-server-side-encryption", |
| 21060 | + "s3express:x-amz-server-side-encryption-aws-kms-key-id" |
21010 | 21061 | ]
|
21011 | 21062 | },
|
21012 | 21063 | "Amazon S3 Glacier": {
|
|
0 commit comments