iam-floyd 0.636.0 → 0.637.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/connect.d.ts +13 -13
- package/lib/generated/policy-statements/connect.js +17 -17
- package/lib/generated/policy-statements/personalize.d.ts +35 -0
- package/lib/generated/policy-statements/personalize.js +47 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -590,6 +590,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
590
590
|
AmazonOneEnterpriseReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
591
591
|
/** Provides access to Amazon OpenSearch Dashboards Service to access other AWS services such as CloudWatch on your behalf */
|
|
592
592
|
AmazonOpenSearchDashboardsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
593
|
+
/** Allows OpenSearch DirectQuery Service to access AWS Glue APIs for creating resources on your behalf. */
|
|
594
|
+
AmazonOpenSearchDirectQueryGlueCreateAccess(): aws_iam.IManagedPolicy;
|
|
593
595
|
/** Allows Amazon OpenSearch Ingestion to access other AWS services on your behalf. */
|
|
594
596
|
AmazonOpenSearchIngestionFullAccess(): aws_iam.IManagedPolicy;
|
|
595
597
|
/** Provides read only access to the Amazon OpenSearch Ingestion Service */
|