@jjrawlins/cdk-iam-policy-builder-helper 0.0.94 → 0.0.96

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.
@@ -5691,4 +5691,16 @@ export declare const ManagedPolicies: {
5691
5691
  PolicyName: string;
5692
5692
  Arn: string;
5693
5693
  };
5694
+ AWSLambdaServiceRolePolicy: {
5695
+ PolicyName: string;
5696
+ Arn: string;
5697
+ };
5698
+ AWSLambdaManagedEC2ResourceOperator: {
5699
+ PolicyName: string;
5700
+ Arn: string;
5701
+ };
5702
+ AWSPartnerCentralMarketingManagement: {
5703
+ PolicyName: string;
5704
+ Arn: string;
5705
+ };
5694
5706
  };