iam-floyd 0.754.0 → 0.758.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 +4 -4
- 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/index.d.ts +1 -0
- package/lib/generated/index.js +13 -11
- package/lib/generated/policy-statements/bedrockpoweredbyawsmantle.d.ts +142 -0
- package/lib/generated/policy-statements/bedrockpoweredbyawsmantle.js +183 -9
- package/lib/generated/policy-statements/chime.d.ts +2 -1
- package/lib/generated/policy-statements/chime.js +4 -3
- package/lib/generated/policy-statements/cloudfront.d.ts +6 -0
- package/lib/generated/policy-statements/cloudfront.js +7 -1
- package/lib/generated/policy-statements/cognitouserpools.d.ts +24 -0
- package/lib/generated/policy-statements/cognitouserpools.js +34 -1
- package/lib/generated/policy-statements/connect.d.ts +70 -0
- package/lib/generated/policy-statements/connect.js +71 -1
- package/lib/generated/policy-statements/connecthealth.d.ts +486 -0
- package/lib/generated/policy-statements/connecthealth.js +645 -0
- package/lib/generated/policy-statements/devopsagentservice.d.ts +40 -0
- package/lib/generated/policy-statements/devopsagentservice.js +58 -1
- package/lib/generated/policy-statements/ec2.d.ts +209 -0
- package/lib/generated/policy-statements/ec2.js +243 -1
- package/lib/generated/policy-statements/elasticloadbalancingv2.d.ts +26 -8
- package/lib/generated/policy-statements/elasticloadbalancingv2.js +33 -15
- package/lib/generated/policy-statements/glue.d.ts +20 -0
- package/lib/generated/policy-statements/glue.js +21 -1
- package/lib/generated/policy-statements/multi-partyapproval.d.ts +12 -0
- package/lib/generated/policy-statements/multi-partyapproval.js +16 -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/resourceaccessmanagerram.d.ts +30 -0
- package/lib/generated/policy-statements/resourceaccessmanagerram.js +37 -2
- package/lib/generated/policy-statements/securityagent.d.ts +68 -1
- package/lib/generated/policy-statements/securityagent.js +92 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
<!-- stats -->
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
18
|
+
- 444 Services
|
|
19
|
+
- 20414 Actions
|
|
20
|
+
- 2165 Resource Types
|
|
21
|
+
- 2283 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.**
|
|
@@ -788,6 +788,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
788
788
|
AmazonRoute53DomainsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
789
789
|
/** Provides full access to all Amazon Route 53 via the AWS Management Console. */
|
|
790
790
|
AmazonRoute53FullAccess(): aws_iam.IManagedPolicy;
|
|
791
|
+
/** Provides full access to retrieve, list, create, update, and delete all Amazon Route 53 Global Resolver resources. */
|
|
792
|
+
AmazonRoute53GlobalResolverFullAccess(): aws_iam.IManagedPolicy;
|
|
793
|
+
/** Provides read only access to retrieve and list all Amazon Route 53 Global Resolver resources. */
|
|
794
|
+
AmazonRoute53GlobalResolverReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
791
795
|
/** This policy grants full access to Amazon Route 53 Profile resources. */
|
|
792
796
|
AmazonRoute53ProfilesFullAccess(): aws_iam.IManagedPolicy;
|
|
793
797
|
/** This policy grants read-only access to Amazon Route 53 Profile resources. */
|
|
@@ -1712,6 +1716,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1712
1716
|
AWSHealthImagingReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1713
1717
|
/** Provides permissions for AWS HealthImaging to manage service operations and publish service metrics */
|
|
1714
1718
|
AWSHealthImagingServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1719
|
+
/** Managed Policy For Amazon HealthOmics Service Linked Role */
|
|
1720
|
+
AWSHealthOmicsServiceLinkedRolePolicy(): aws_iam.IManagedPolicy;
|
|
1715
1721
|
/** Provides the list of actions that are allowed for roles assumed with the IAM Identity Center identity context. AWS Security Token Service (AWS STS) automatically attaches this policy to assumed roles. The identity context is passed as ProvidedContext. */
|
|
1716
1722
|
AWSIAMIdentityCenterAllowListForIdentityContext(): aws_iam.IManagedPolicy;
|
|
1717
1723
|
/** Provides access to manage IAM Identity Center users from an external provider. */
|
|
@@ -2368,6 +2374,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2368
2374
|
AWSTransformCustomFullAccess(): aws_iam.IManagedPolicy;
|
|
2369
2375
|
/** Enables the management of transformation resources and execution of transformations in AWS Transform custom. */
|
|
2370
2376
|
AWSTransformCustomManageTransformations(): aws_iam.IManagedPolicy;
|
|
2377
|
+
/** Enables the AWS Transform service to read a specified SecretsManager Secret in connection to specified KMS key. This policy grants permissions to read the specified secret value and decrypt it is the secret is encrypted */
|
|
2378
|
+
AWSTransformSecretsManagerConnectorPolicy(): aws_iam.IManagedPolicy;
|
|
2371
2379
|
/** Provides full access to AWS Trusted Advisor Priority. This policy also enables the user to add Trusted Advisor as a trusted service with AWS Organizations and to specify delegated administrator accounts for Trusted Advisor Priority. */
|
|
2372
2380
|
AWSTrustedAdvisorPriorityFullAccess(): aws_iam.IManagedPolicy;
|
|
2373
2381
|
/** Provides read-only access to AWS Trusted Advisor Priority. This includes permission to view the delegated administrator accounts. */
|