cdk-iam-floyd 0.785.0 → 0.786.0
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/README.md +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +258 -1
- package/lib/generated/policy-statements/bedrockagentcore.js +343 -4
- package/lib/generated/policy-statements/braket.d.ts +15 -27
- package/lib/generated/policy-statements/braket.js +22 -30
- package/lib/generated/policy-statements/cloudwatchnetworksyntheticmonitor.d.ts +20 -0
- package/lib/generated/policy-statements/cloudwatchnetworksyntheticmonitor.js +21 -1
- package/lib/generated/policy-statements/marketplacecatalog.d.ts +35 -3
- package/lib/generated/policy-statements/marketplacecatalog.js +44 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1946,6 +1946,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1946
1946
|
AWSMarketplaceAmiIngestion(): aws_iam.IManagedPolicy;
|
|
1947
1947
|
/** Allows AWS Marketplace to create and manage seller deployment parameters for the products that you subscribe to on AWS Marketplace. */
|
|
1948
1948
|
AWSMarketplaceDeploymentServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1949
|
+
/** Provides full access to the AWS Marketplace Discovery API for searching and retrieving product and pricing information. */
|
|
1950
|
+
AWSMarketplaceDiscoveryFullAccess(): aws_iam.IManagedPolicy;
|
|
1949
1951
|
/** Provides the ability to subscribe and unsubscribe to AWS Marketplace software, allows users to manage Marketplace software instances from the Marketplace 'Your Software' page, and provides administrative access to EC2. */
|
|
1950
1952
|
AWSMarketplaceFullAccess(): aws_iam.IManagedPolicy;
|
|
1951
1953
|
/** Provides read access to AWS Marketplace Entitlements */
|