iam-floyd 0.765.0 → 0.766.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 +8 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/lib/generated/policy-statements/batch.d.ts +1 -1
- package/lib/generated/policy-statements/batch.js +2 -2
- package/lib/generated/policy-statements/healthomics.d.ts +58 -0
- package/lib/generated/policy-statements/healthomics.js +73 -1
- package/lib/generated/policy-statements/opensearchservice.d.ts +16 -0
- package/lib/generated/policy-statements/opensearchservice.js +23 -1
- package/lib/generated/policy-statements/securityagent.d.ts +69 -64
- package/lib/generated/policy-statements/securityagent.js +71 -90
- package/lib/generated/policy-statements/userexperiencecustomization.d.ts +6 -6
- package/lib/generated/policy-statements/userexperiencecustomization.js +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,6 +18,14 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
18
18
|
AdministratorAccessAmplify(): aws_iam.IManagedPolicy;
|
|
19
19
|
/** Grants account administrative permissions. Explicitly allows developers and administrators to gain direct access to resources they need to manage AWS Elastic Beanstalk applications */
|
|
20
20
|
AdministratorAccessAWSElasticBeanstalk(): aws_iam.IManagedPolicy;
|
|
21
|
+
/** Provides permissions required by the AWS DevOps Agent to conduct investigations and perform analysis on customer AWS resources. */
|
|
22
|
+
AIDevOpsAgentAccessPolicy(): aws_iam.IManagedPolicy;
|
|
23
|
+
/** Provides full access to Amazon DevOps Agent via the AWS Management Console */
|
|
24
|
+
AIDevOpsAgentFullAccess(): aws_iam.IManagedPolicy;
|
|
25
|
+
/** Provides read only access to Amazon DevOps Agent via the AWS Management Console */
|
|
26
|
+
AIDevOpsAgentReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
27
|
+
/** Provides access to use the AWS DevOps operator web app for an Agent Space. */
|
|
28
|
+
AIDevOpsOperatorAppAccessPolicy(): aws_iam.IManagedPolicy;
|
|
21
29
|
/** Provides permissions required by the Amazon AI Operations Assistant to generate incident report of the investigation. */
|
|
22
30
|
AIOpsAssistantIncidentReportPolicy(): aws_iam.IManagedPolicy;
|
|
23
31
|
/** Provides ReadOnly permissions required by the Amazon AI Operations Assistant to do analysis on customer AWS resources during investigations. */
|