iam-floyd 0.764.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +16 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +33 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +16 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +17 -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/lightsail.d.ts +10 -0
- package/lib/generated/policy-statements/lightsail.js +11 -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 +163 -293
- package/lib/generated/policy-statements/securityagent.js +178 -389
- 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
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 445 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20431 Actions
|
|
20
|
+
- 2164 Resource Types
|
|
21
|
+
- 2301 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -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. */
|
|
@@ -1528,6 +1536,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1528
1536
|
AWSEC2SqlHaInstancePolicy(): aws_iam.IManagedPolicy;
|
|
1529
1537
|
/** EC2 SQL High Availability service permissions to detect standby/passive instances */
|
|
1530
1538
|
AWSEC2SqlHaServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1539
|
+
/** Grants Amazon EC2 and AWS SSM permissions to restore SQL Server database from application consistent snapshots created by AWS VSS. */
|
|
1540
|
+
AWSEC2VssRestorePolicy(): aws_iam.IManagedPolicy;
|
|
1531
1541
|
/** This policy is attached to the IAM role that's attached to your Amazon EC2 Windows Instances to enable the Amazon EC2 VSS solution to create and add tags to Amazon Machine Images (AMI) and EBS Snapshots. */
|
|
1532
1542
|
AWSEC2VssSnapshotPolicy(): aws_iam.IManagedPolicy;
|
|
1533
1543
|
/** Enables access to AWS services and resources used or managed by AWS ECR pull through cache */
|
|
@@ -2244,6 +2254,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2244
2254
|
AWSServiceRoleForAmazonQDeveloper(): aws_iam.IManagedPolicy;
|
|
2245
2255
|
/** This Service-Linked Role provides AWS Transform with the ability to provide usage information. */
|
|
2246
2256
|
AWSServiceRoleForAWSTransform(): aws_iam.IManagedPolicy;
|
|
2257
|
+
/** Allows AWS Transform Custom to publish CloudWatch metrics to your account on your behalf. */
|
|
2258
|
+
AWSServiceRoleForAWSTransformCustom(): aws_iam.IManagedPolicy;
|
|
2247
2259
|
/** Provides access to Systems Manager resources used by CloudWatch Alarms */
|
|
2248
2260
|
AWSServiceRoleForCloudWatchAlarmsActionSSMServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2249
2261
|
/** Allows CloudWatch to access RDS Performance Insights metrics on your behalf */
|
|
@@ -2588,6 +2600,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2588
2600
|
DataScientist(): aws_iam.IManagedPolicy;
|
|
2589
2601
|
/** This policy allows DAX to create and manage Network interface, Security group, Subnet and Vpc on behalf of customer */
|
|
2590
2602
|
DAXServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2603
|
+
/** Discovery and Assessment permissions for database connector used in database modernization */
|
|
2604
|
+
DBModDiscoveryAndAssessment(): aws_iam.IManagedPolicy;
|
|
2605
|
+
/** Resource provisioning and data migration permissions for database connector used in database modernization */
|
|
2606
|
+
DBModProvisioningAndMigration(): aws_iam.IManagedPolicy;
|
|
2591
2607
|
/** Provides access to read-only APIs needed to run EC2 Declarative Policies Account Status Report. */
|
|
2592
2608
|
DeclarativePoliciesEC2Report(): aws_iam.IManagedPolicy;
|
|
2593
2609
|
/** Permissions required to support Amazon CloudWatch Contributor Insights for Amazon DynamoDB. */
|