Skip to content

Commit

Permalink
fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Jun 11, 2024
1 parent f72f4ed commit 0ef033a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions pycfmodel/cloudformation_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"access-analyzer:UpdateArchiveRule",
"access-analyzer:UpdateFindings",
"access-analyzer:ValidatePolicy",
"account:AcceptPrimaryEmailUpdate",
"account:CloseAccount",
"account:DeleteAlternateContact",
"account:DisableRegion",
Expand All @@ -138,11 +139,13 @@
"account:GetAlternateContact",
"account:GetChallengeQuestions",
"account:GetContactInformation",
"account:GetPrimaryEmail",
"account:GetRegionOptStatus",
"account:ListRegions",
"account:PutAlternateContact",
"account:PutChallengeQuestions",
"account:PutContactInformation",
"account:StartPrimaryEmailUpdate",
"acm-pca:CreateCertificateAuthority",
"acm-pca:CreateCertificateAuthorityAuditReport",
"acm-pca:CreatePermission",
Expand Down Expand Up @@ -6973,6 +6976,7 @@
"geo:DescribeRouteCalculator",
"geo:DescribeTracker",
"geo:DisassociateTrackerConsumer",
"geo:ForecastGeofenceEvents",
"geo:GetDevicePosition",
"geo:GetDevicePositionHistory",
"geo:GetGeofence",
Expand Down Expand Up @@ -7003,6 +7007,7 @@
"geo:UpdatePlaceIndex",
"geo:UpdateRouteCalculator",
"geo:UpdateTracker",
"geo:VerifyDevicePosition",
"glacier:AbortMultipartUpload",
"glacier:AbortVaultLock",
"glacier:AddTagsToVault",
Expand Down Expand Up @@ -7537,6 +7542,7 @@
"guardduty:CreateDetector",
"guardduty:CreateFilter",
"guardduty:CreateIPSet",
"guardduty:CreateMalwareProtectionPlan",
"guardduty:CreateMembers",
"guardduty:CreatePublishingDestination",
"guardduty:CreateSampleFindings",
Expand All @@ -7546,6 +7552,7 @@
"guardduty:DeleteFilter",
"guardduty:DeleteIPSet",
"guardduty:DeleteInvitations",
"guardduty:DeleteMalwareProtectionPlan",
"guardduty:DeleteMembers",
"guardduty:DeletePublishingDestination",
"guardduty:DeleteThreatIntelSet",
Expand All @@ -7565,6 +7572,7 @@
"guardduty:GetFindingsStatistics",
"guardduty:GetIPSet",
"guardduty:GetInvitationsCount",
"guardduty:GetMalwareProtectionPlan",
"guardduty:GetMalwareScanSettings",
"guardduty:GetMasterAccount",
"guardduty:GetMemberDetectors",
Expand All @@ -7580,6 +7588,7 @@
"guardduty:ListFindings",
"guardduty:ListIPSets",
"guardduty:ListInvitations",
"guardduty:ListMalwareProtectionPlans",
"guardduty:ListMembers",
"guardduty:ListOrganizationAdminAccounts",
"guardduty:ListPublishingDestinations",
Expand All @@ -7596,6 +7605,7 @@
"guardduty:UpdateFilter",
"guardduty:UpdateFindingsFeedback",
"guardduty:UpdateIPSet",
"guardduty:UpdateMalwareProtectionPlan",
"guardduty:UpdateMalwareScanSettings",
"guardduty:UpdateMemberDetectors",
"guardduty:UpdateOrganizationConfiguration",
Expand Down Expand Up @@ -13480,6 +13490,7 @@
"s3:ListStorageLensGroups",
"s3:ListTagsForResource",
"s3:ObjectOwnerOverrideToBucketOwner",
"s3:PauseReplication",
"s3:PutAccelerateConfiguration",
"s3:PutAccessGrantsInstanceResourcePolicy",
"s3:PutAccessPointConfigurationForObjectLambda",
Expand Down
2 changes: 1 addition & 1 deletion pycfmodel/model/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ResolvableBoolOrList,
ResolvableIntOrList,
ResolvableDateOrList,
ResolvableDatetimeOrList, # Date can be parsed as Datetime in pydantic v2 so should be ordered accordingly
ResolvableDatetimeOrList, # Date can be parsed as Datetime in pydantic v2 so should be ordered accordingly
ResolvableIPOrList,
ResolvableArnOrList,
ResolvableStrOrList,
Expand Down

0 comments on commit 0ef033a

Please sign in to comment.